diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2018-01-25 22:39:31 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2018-01-25 22:39:31 -0800 |
commit | 805d58c6aeeeba3e4989c0eed6781b3861e8fae0 (patch) | |
tree | ea5225bdd7c5fbeea912671cdc5f1c4b2b2828d7 /html | |
parent | aefa8fec6a473be459a2ff33e6bd96e7c22ced20 (diff) | |
download | mu-805d58c6aeeeba3e4989c0eed6781b3861e8fae0.tar.gz |
4199
Diffstat (limited to 'html')
138 files changed, 19978 insertions, 20904 deletions
diff --git a/html/000organization.cc.html b/html/000organization.cc.html index 8a5467a4..6876f1de 100644 --- a/html/000organization.cc.html +++ b/html/000organization.cc.html @@ -15,14 +15,14 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.PreProc { color: #800080; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Delimiter { color: #800080; } +.Constant { color: #00a0a0; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } +.PreProc { color: #800080; } --> </style> diff --git a/html/001help.cc.html b/html/001help.cc.html index e4c794c5..50dc0c45 100644 --- a/html/001help.cc.html +++ b/html/001help.cc.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.CommentedCode { color: #6c6c6c; } .PreProc { color: #800080; } .LineNr { color: #444444; } +.Constant { color: #00a0a0; } +.Delimiter { color: #800080; } .SalientComment { color: #00ffff; } .Identifier { color: #c0a020; } -.Constant { color: #00a0a0; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } .cSpecial { color: #008000; } -.CommentedCode { color: #6c6c6c; } --> </style> @@ -69,43 +68,43 @@ if ('onhashchange' in window) { <span id="L6" class="LineNr"> 6 </span> <span class="Comment">//: this is the functionality later layers will provide</span> <span id="L7" class="LineNr"> 7 </span> <span class="Comment">// currently no automated tests for commandline arg parsing</span> <span id="L8" class="LineNr"> 8 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>argc <= <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L9" class="LineNr"> 9 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"Please provide a Mu program to run.</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L10" class="LineNr"> 10 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L9" class="LineNr"> 9 </span> cerr << <span class="Constant">"Please provide a Mu program to run.</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L10" class="LineNr"> 10 </span> << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> <span id="L11" class="LineNr"> 11 </span> <span class="Delimiter">}</span> <span id="L12" class="LineNr"> 12 </span> cerr << <span class="Constant">"Usage:</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L13" class="LineNr"> 13 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" mu [options] [test] [files]</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L14" class="LineNr"> 14 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">"or:</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L15" class="LineNr"> 15 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" mu [options] [test] [files] -- [ingredients for function/recipe 'main']</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L16" class="LineNr"> 16 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">"Square brackets surround optional arguments.</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L17" class="LineNr"> 17 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L18" class="LineNr"> 18 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">"Examples:</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" To load files and run 'main':</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L20" class="LineNr"> 20 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" mu file1.mu file2.mu ...</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" To run 'main' and <a href='003trace.cc.html#L120'>dump</a> a <a href='003trace.cc.html#L167'>trace</a> of all operations at the <a href='003trace.cc.html#L203'>end</a>:</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L22" class="LineNr"> 22 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" mu --trace file1.mu file2.mu ...</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" To run all tests:</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" mu test</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" To load files and then run all tests:</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" mu test file1.mu file2.mu ...</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" To run a single Mu <a href='050scenario.cc.html#L57'>scenario</a>:</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" mu test file1.mu file2.mu ... <a href='050scenario.cc.html#L57'>scenario</a></span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L29" class="LineNr"> 29 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" To run a single Mu <a href='050scenario.cc.html#L57'>scenario</a> and <a href='003trace.cc.html#L120'>dump</a> a <a href='003trace.cc.html#L167'>trace</a> at the <a href='003trace.cc.html#L203'>end</a>:</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L30" class="LineNr"> 30 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" mu --trace test file1.mu file2.mu ... <a href='050scenario.cc.html#L57'>scenario</a></span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L31" class="LineNr"> 31 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" To load files and run only the tests in explicitly loaded files (for apps):</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L32" class="LineNr"> 32 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" mu --test-only-app test file1.mu file2.mu ...</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" To load all files with a numeric prefix in a directory:</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L34" class="LineNr"> 34 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" mu directory1 directory2 ...</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" You can test directories just like files.</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" mu test directory1 directory2 ...</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" To pass ingredients to a mu program, provide them after '--':</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" mu file_or_dir1 file_or_dir2 ... -- ingredient1 ingredient2 ...</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" To see where a mu program is spending its time:</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" mu --profile file_or_dir1 file_or_dir2 ...</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" this slices and dices time spent in various profile.* output files</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" To browse a <a href='003trace.cc.html#L167'>trace</a> generated by a previous run:</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" mu browse-trace file</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="Delimiter">;</span> +<span id="L13" class="LineNr"> 13 </span> << <span class="Constant">" mu [options] [test] [files]</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L14" class="LineNr"> 14 </span> << <span class="Constant">"or:</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L15" class="LineNr"> 15 </span> << <span class="Constant">" mu [options] [test] [files] -- [ingredients for function/recipe 'main']</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L16" class="LineNr"> 16 </span> << <span class="Constant">"Square brackets surround optional arguments.</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L17" class="LineNr"> 17 </span> << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L18" class="LineNr"> 18 </span> << <span class="Constant">"Examples:</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L19" class="LineNr"> 19 </span> << <span class="Constant">" To load files and run 'main':</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L20" class="LineNr"> 20 </span> << <span class="Constant">" mu file1.mu file2.mu ...</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L21" class="LineNr"> 21 </span> << <span class="Constant">" To run 'main' and <a href='003trace.cc.html#L120'>dump</a> a <a href='003trace.cc.html#L167'>trace</a> of all operations at the <a href='003trace.cc.html#L203'>end</a>:</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L22" class="LineNr"> 22 </span> << <span class="Constant">" mu --trace file1.mu file2.mu ...</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L23" class="LineNr"> 23 </span> << <span class="Constant">" To run all tests:</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L24" class="LineNr"> 24 </span> << <span class="Constant">" mu test</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L25" class="LineNr"> 25 </span> << <span class="Constant">" To load files and then run all tests:</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L26" class="LineNr"> 26 </span> << <span class="Constant">" mu test file1.mu file2.mu ...</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L27" class="LineNr"> 27 </span> << <span class="Constant">" To run a single Mu <a href='050scenario.cc.html#L57'>scenario</a>:</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L28" class="LineNr"> 28 </span> << <span class="Constant">" mu test file1.mu file2.mu ... <a href='050scenario.cc.html#L57'>scenario</a></span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L29" class="LineNr"> 29 </span> << <span class="Constant">" To run a single Mu <a href='050scenario.cc.html#L57'>scenario</a> and <a href='003trace.cc.html#L120'>dump</a> a <a href='003trace.cc.html#L167'>trace</a> at the <a href='003trace.cc.html#L203'>end</a>:</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L30" class="LineNr"> 30 </span> << <span class="Constant">" mu --trace test file1.mu file2.mu ... <a href='050scenario.cc.html#L57'>scenario</a></span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L31" class="LineNr"> 31 </span> << <span class="Constant">" To load files and run only the tests in explicitly loaded files (for apps):</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L32" class="LineNr"> 32 </span> << <span class="Constant">" mu --test-only-app test file1.mu file2.mu ...</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L33" class="LineNr"> 33 </span> << <span class="Constant">" To load all files with a numeric prefix in a directory:</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L34" class="LineNr"> 34 </span> << <span class="Constant">" mu directory1 directory2 ...</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L35" class="LineNr"> 35 </span> << <span class="Constant">" You can test directories just like files.</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L36" class="LineNr"> 36 </span> << <span class="Constant">" mu test directory1 directory2 ...</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L37" class="LineNr"> 37 </span> << <span class="Constant">" To pass ingredients to a mu program, provide them after '--':</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L38" class="LineNr"> 38 </span> << <span class="Constant">" mu file_or_dir1 file_or_dir2 ... -- ingredient1 ingredient2 ...</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L39" class="LineNr"> 39 </span> << <span class="Constant">" To see where a mu program is spending its time:</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L40" class="LineNr"> 40 </span> << <span class="Constant">" mu --profile file_or_dir1 file_or_dir2 ...</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L41" class="LineNr"> 41 </span> << <span class="Constant">" this slices and dices time spent in various profile.* output files</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L42" class="LineNr"> 42 </span> << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L43" class="LineNr"> 43 </span> << <span class="Constant">" To browse a <a href='003trace.cc.html#L167'>trace</a> generated by a previous run:</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L44" class="LineNr"> 44 </span> << <span class="Constant">" mu browse-trace file</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Delimiter">;</span> <span id="L46" class="LineNr"> 46 </span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L47" class="LineNr"> 47 </span><span class="Delimiter">}</span> <span id="L48" class="LineNr"> 48 </span> @@ -116,10 +115,10 @@ if ('onhashchange' in window) { <span id="L53" class="LineNr"> 53 </span><span class="Normal">char</span>** arg = &argv[<span class="Constant">1</span>]<span class="Delimiter">;</span> <span id="L54" class="LineNr"> 54 </span><span class="Normal">while</span> <span class="Delimiter">(</span>argc > <span class="Constant">1</span> && <a href='001help.cc.html#L77'>starts_with</a><span class="Delimiter">(</span>*arg<span class="Delimiter">,</span> <span class="Constant">"--"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> <span id="L55" class="LineNr"> 55 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><span class="Constant">false</span><span class="Delimiter">)</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> <span class="Delimiter">;</span> <span class="Comment">// no-op branch just so any further additions can consistently always start with 'else'</span> +<span id="L56" class="LineNr"> 56 </span> <span class="Delimiter">;</span> <span class="Comment">// no-op branch just so any further additions can consistently always start with 'else'</span> <span id="L57" class="LineNr"> 57 </span> <span class="Comment">// End Commandline Options(*arg)</span> <span id="L58" class="LineNr"> 58 </span> <span class="Normal">else</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"skipping unknown option "</span> << *arg << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L59" class="LineNr"> 59 </span> cerr << <span class="Constant">"skipping unknown option "</span> << *arg << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L60" class="LineNr"> 60 </span> --argc<span class="Delimiter">;</span> ++argv<span class="Delimiter">;</span> ++arg<span class="Delimiter">;</span> <span id="L61" class="LineNr"> 61 </span><span class="Delimiter">}</span> <span id="L62" class="LineNr"> 62 </span> @@ -140,7 +139,7 @@ if ('onhashchange' in window) { <span id="L77" class="LineNr"> 77 </span><span class="Normal">bool</span> <a href='001help.cc.html#L77'>starts_with</a><span class="Delimiter">(</span><span class="Normal">const</span> string& s<span class="Delimiter">,</span> <span class="Normal">const</span> string& pat<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L78" class="LineNr"> 78 </span> string::const_iterator a=s<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> b=pat<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> <span id="L79" class="LineNr"> 79 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">nada</span><span class="Comment">*/</span><span class="Delimiter">;</span> a!=s<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">()</span> && b!=pat<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++a<span class="Delimiter">,</span> ++b<span class="Delimiter">)</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>*a != *b<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>*a != *b<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L81" class="LineNr"> 81 </span> <span class="Identifier">return</span> b == pat<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L82" class="LineNr"> 82 </span><span class="Delimiter">}</span> <span id="L83" class="LineNr"> 83 </span> @@ -222,20 +221,20 @@ if ('onhashchange' in window) { <span id="L159" class="LineNr">159 </span><span class="Delimiter">}</span> <span id="L160" class="LineNr">160 </span><span class="Normal">void</span> <a href='001help.cc.html#L160'>dump_and_exit</a><span class="Delimiter">(</span><span class="Normal">int</span> sig<span class="Delimiter">,</span> <a href='001help.cc.html#L259'>unused</a> siginfo_t* dummy1<span class="Delimiter">,</span> <a href='001help.cc.html#L259'>unused</a> <span class="Normal">void</span>* dummy2<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L161" class="LineNr">161 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>sig<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L162" class="LineNr">162 </span> <span class="Conceal">¦</span> <span class="Normal">case</span> <span class="Constant">SIGABRT</span>: -<span id="L163" class="LineNr">163 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> #ifndef __APPLE__ -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << <span class="Constant">"SIGABRT: might be an integer overflow if it wasn't an assert() failure</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> _Exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> #endif -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> <span class="Normal">case</span> <span class="Constant">SIGILL</span>: -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> #ifdef __APPLE__ -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << <span class="Constant">"SIGILL: most likely caused by integer overflow</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> _Exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> #endif -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L174" class="LineNr">174 </span> <span class="Conceal">¦</span> <span class="Normal">default</span>: -<span id="L175" class="LineNr">175 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L162" class="LineNr">162 </span> <span class="Normal">case</span> <span class="Constant">SIGABRT</span>: +<span id="L163" class="LineNr">163 </span> <span class="PreProc">#ifndef __APPLE__</span> +<span id="L164" class="LineNr">164 </span> cerr << <span class="Constant">"SIGABRT: might be an integer overflow if it wasn't an assert() failure</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L165" class="LineNr">165 </span> _Exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L166" class="LineNr">166 </span> <span class="PreProc">#endif</span> +<span id="L167" class="LineNr">167 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L168" class="LineNr">168 </span> <span class="Normal">case</span> <span class="Constant">SIGILL</span>: +<span id="L169" class="LineNr">169 </span> <span class="PreProc">#ifdef __APPLE__</span> +<span id="L170" class="LineNr">170 </span> cerr << <span class="Constant">"SIGILL: most likely caused by integer overflow</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L171" class="LineNr">171 </span> _Exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L172" class="LineNr">172 </span> <span class="PreProc">#endif</span> +<span id="L173" class="LineNr">173 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L174" class="LineNr">174 </span> <span class="Normal">default</span>: +<span id="L175" class="LineNr">175 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L176" class="LineNr">176 </span> <span class="Delimiter">}</span> <span id="L177" class="LineNr">177 </span><span class="Delimiter">}</span> <span id="L178" class="LineNr">178 </span><span class="Delimiter">:(before "End Includes")</span> diff --git a/html/002test.cc.html b/html/002test.cc.html index 6677685d..b5d3ab92 100644 --- a/html/002test.cc.html +++ b/html/002test.cc.html @@ -15,17 +15,16 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.PreProc { color: #800080; } +.cSpecial { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.CommentedCode { color: #6c6c6c; } +.Delimiter { color: #800080; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.cSpecial { color: #008000; } -.CommentedCode { color: #6c6c6c; } +.PreProc { color: #800080; } --> </style> @@ -85,17 +84,17 @@ if ('onhashchange' in window) { <span id="L23" class="LineNr">23 </span><span class="Delimiter">:(before "End Includes")</span> <span id="L24" class="LineNr">24 </span><span class="PreProc">#define CHECK(X) \</span> <span id="L25" class="LineNr">25 </span><span class="PreProc"> </span><span class="Normal">if</span><span class="PreProc"> (Passed && !(X)) </span><span class="Delimiter">{</span><span class="PreProc"> \</span> -<span id="L26" class="LineNr">26 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> cerr << </span><span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span><span class="PreProc"> << __FUNCTION__ << </span><span class="Constant">"("</span><span class="PreProc"> << </span><span class="Constant">__FILE__</span><span class="PreProc"> << </span><span class="Constant">":"</span><span class="PreProc"> << </span><span class="Constant">__LINE__</span><span class="PreProc"> << </span><span class="Constant">"): "</span><span class="PreProc"> << #X << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L27" class="LineNr">27 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> Passed = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L28" class="LineNr">28 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Identifier">return</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> Currently we stop at the very first failure. </span><span class="Comment">*/</span><span class="PreProc"> \</span> +<span id="L26" class="LineNr">26 </span><span class="PreProc"> cerr << </span><span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span><span class="PreProc"> << __FUNCTION__ << </span><span class="Constant">"("</span><span class="PreProc"> << </span><span class="Constant">__FILE__</span><span class="PreProc"> << </span><span class="Constant">":"</span><span class="PreProc"> << </span><span class="Constant">__LINE__</span><span class="PreProc"> << </span><span class="Constant">"): "</span><span class="PreProc"> << #X << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L27" class="LineNr">27 </span><span class="PreProc"> Passed = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L28" class="LineNr">28 </span><span class="PreProc"> </span><span class="Identifier">return</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> Currently we stop at the very first failure. </span><span class="Comment">*/</span><span class="PreProc"> \</span> <span id="L29" class="LineNr">29 </span><span class="PreProc"> </span><span class="Delimiter">}</span> <span id="L30" class="LineNr">30 </span> <span id="L31" class="LineNr">31 </span><span class="PreProc">#define CHECK_EQ(X</span><span class="Delimiter">,</span><span class="PreProc"> Y) \</span> <span id="L32" class="LineNr">32 </span><span class="PreProc"> </span><span class="Normal">if</span><span class="PreProc"> (Passed && (X) != (Y)) </span><span class="Delimiter">{</span><span class="PreProc"> \</span> -<span id="L33" class="LineNr">33 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> cerr << </span><span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span><span class="PreProc"> << __FUNCTION__ << </span><span class="Constant">"("</span><span class="PreProc"> << </span><span class="Constant">__FILE__</span><span class="PreProc"> << </span><span class="Constant">":"</span><span class="PreProc"> << </span><span class="Constant">__LINE__</span><span class="PreProc"> << </span><span class="Constant">"): "</span><span class="PreProc"> << #X << </span><span class="Constant">" == "</span><span class="PreProc"> << #Y << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L34" class="LineNr">34 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> cerr << </span><span class="Constant">" got "</span><span class="PreProc"> << (X) << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> BEWARE: multiple eval </span><span class="Comment">*/</span><span class="PreProc"> \</span> -<span id="L35" class="LineNr">35 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> Passed = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L36" class="LineNr">36 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Identifier">return</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> Currently we stop at the very first failure. </span><span class="Comment">*/</span><span class="PreProc"> \</span> +<span id="L33" class="LineNr">33 </span><span class="PreProc"> cerr << </span><span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span><span class="PreProc"> << __FUNCTION__ << </span><span class="Constant">"("</span><span class="PreProc"> << </span><span class="Constant">__FILE__</span><span class="PreProc"> << </span><span class="Constant">":"</span><span class="PreProc"> << </span><span class="Constant">__LINE__</span><span class="PreProc"> << </span><span class="Constant">"): "</span><span class="PreProc"> << #X << </span><span class="Constant">" == "</span><span class="PreProc"> << #Y << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L34" class="LineNr">34 </span><span class="PreProc"> cerr << </span><span class="Constant">" got "</span><span class="PreProc"> << (X) << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> BEWARE: multiple eval </span><span class="Comment">*/</span><span class="PreProc"> \</span> +<span id="L35" class="LineNr">35 </span><span class="PreProc"> Passed = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L36" class="LineNr">36 </span><span class="PreProc"> </span><span class="Identifier">return</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> Currently we stop at the very first failure. </span><span class="Comment">*/</span><span class="PreProc"> \</span> <span id="L37" class="LineNr">37 </span><span class="PreProc"> </span><span class="Delimiter">}</span> <span id="L38" class="LineNr">38 </span> <span id="L39" class="LineNr">39 </span><span class="Delimiter">:(before "End Reset")</span> @@ -117,17 +116,17 @@ if ('onhashchange' in window) { <span id="L55" class="LineNr">55 </span> cerr << <span class="Constant">"C tests: "</span> << ctime<span class="Delimiter">(</span>&t<span class="Delimiter">);</span> <span id="L56" class="LineNr">56 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">size_t</span> i=<span class="Constant">0</span><span class="Delimiter">;</span> i < <span class="Normal">sizeof</span><span class="Delimiter">(</span>Tests<span class="Delimiter">)</span>/<span class="Normal">sizeof</span><span class="Delimiter">(</span>Tests[<span class="Constant">0</span>]<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L57" class="LineNr">57 </span><span class="CommentedCode">//? cerr << "running .build/test_list line " << (i+1) << '\n';</span> -<span id="L58" class="LineNr">58 </span> <span class="Conceal">¦</span> <a href='002test.cc.html#L74'>run_test</a><span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L59" class="LineNr">59 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Passed<span class="Delimiter">)</span> cerr << <span class="Constant">'.'</span><span class="Delimiter">;</span> -<span id="L60" class="LineNr">60 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> ++num_failures<span class="Delimiter">;</span> +<span id="L58" class="LineNr">58 </span> <a href='002test.cc.html#L74'>run_test</a><span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L59" class="LineNr">59 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Passed<span class="Delimiter">)</span> cerr << <span class="Constant">'.'</span><span class="Delimiter">;</span> +<span id="L60" class="LineNr">60 </span> <span class="Normal">else</span> ++num_failures<span class="Delimiter">;</span> <span id="L61" class="LineNr">61 </span> <span class="Delimiter">}</span> <span id="L62" class="LineNr">62 </span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L63" class="LineNr">63 </span> <span class="Comment">// End Tests</span> <span id="L64" class="LineNr">64 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>num_failures > <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L65" class="LineNr">65 </span> <span class="Conceal">¦</span> cerr << num_failures << <span class="Constant">" failure"</span> -<span id="L66" class="LineNr">66 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Delimiter">(</span>num_failures > <span class="Constant">1</span> ? <span class="Constant">"s"</span> : <span class="Constant">""</span><span class="Delimiter">)</span> -<span id="L67" class="LineNr">67 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L68" class="LineNr">68 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L65" class="LineNr">65 </span> cerr << num_failures << <span class="Constant">" failure"</span> +<span id="L66" class="LineNr">66 </span> << <span class="Delimiter">(</span>num_failures > <span class="Constant">1</span> ? <span class="Constant">"s"</span> : <span class="Constant">""</span><span class="Delimiter">)</span> +<span id="L67" class="LineNr">67 </span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L68" class="LineNr">68 </span> <span class="Identifier">return</span> <span class="Constant">1</span><span class="Delimiter">;</span> <span id="L69" class="LineNr">69 </span> <span class="Delimiter">}</span> <span id="L70" class="LineNr">70 </span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L71" class="LineNr">71 </span><span class="Delimiter">}</span> @@ -135,8 +134,8 @@ if ('onhashchange' in window) { <span id="L73" class="LineNr">73 </span><span class="Delimiter">:(code)</span> <span id="L74" class="LineNr">74 </span><span class="Normal">void</span> <a href='002test.cc.html#L74'>run_test</a><span class="Delimiter">(</span><span class="Normal">size_t</span> i<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L75" class="LineNr">75 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>i >= <span class="Normal">sizeof</span><span class="Delimiter">(</span>Tests<span class="Delimiter">)</span>/<span class="Normal">sizeof</span><span class="Delimiter">(</span>Tests[<span class="Constant">0</span>]<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L76" class="LineNr">76 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"no test "</span> << i << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L77" class="LineNr">77 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L76" class="LineNr">76 </span> cerr << <span class="Constant">"no test "</span> << i << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L77" class="LineNr">77 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L78" class="LineNr">78 </span> <span class="Delimiter">}</span> <span id="L79" class="LineNr">79 </span> <a href='000organization.cc.html#L134'>reset</a><span class="Delimiter">();</span> <span id="L80" class="LineNr">80 </span> <span class="Comment">// End Test Setup</span> diff --git a/html/003trace.cc.html b/html/003trace.cc.html index 0b64e30d..65251f0a 100644 --- a/html/003trace.cc.html +++ b/html/003trace.cc.html @@ -15,15 +15,14 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } .PreProc { color: #800080; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.Delimiter { color: #800080; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } .cSpecial { color: #008000; } --> </style> @@ -167,21 +166,21 @@ if ('onhashchange' in window) { <span id="L106" class="LineNr">106 </span> <a href='003trace.cc.html#L106'>~trace_stream</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_stream<span class="Delimiter">)</span> <span class="Normal">delete</span> curr_stream<span class="Delimiter">;</span> <span class="Delimiter">}</span> <span id="L107" class="LineNr">107 </span> <span id="L108" class="LineNr">108 </span> ostream& stream<span class="Delimiter">(</span>string label<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> stream<span class="Delimiter">(</span>Max_depth<span class="Delimiter">,</span> label<span class="Delimiter">);</span> +<span id="L109" class="LineNr">109 </span> <span class="Identifier">return</span> stream<span class="Delimiter">(</span>Max_depth<span class="Delimiter">,</span> label<span class="Delimiter">);</span> <span id="L110" class="LineNr">110 </span> <span class="Delimiter">}</span> <span id="L111" class="LineNr">111 </span> <span id="L112" class="LineNr">112 </span> ostream& stream<span class="Delimiter">(</span><span class="Normal">int</span> depth<span class="Delimiter">,</span> string label<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>depth > collect_depth<span class="Delimiter">)</span> <span class="Identifier">return</span> null_stream<span class="Delimiter">;</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> curr_stream = <span class="Normal">new</span> ostringstream<span class="Delimiter">;</span> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> curr_label = label<span class="Delimiter">;</span> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> curr_depth = depth<span class="Delimiter">;</span> -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> *curr_stream<span class="Delimiter">;</span> +<span id="L113" class="LineNr">113 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>depth > collect_depth<span class="Delimiter">)</span> <span class="Identifier">return</span> null_stream<span class="Delimiter">;</span> +<span id="L114" class="LineNr">114 </span> curr_stream = <span class="Normal">new</span> ostringstream<span class="Delimiter">;</span> +<span id="L115" class="LineNr">115 </span> curr_label = label<span class="Delimiter">;</span> +<span id="L116" class="LineNr">116 </span> curr_depth = depth<span class="Delimiter">;</span> +<span id="L117" class="LineNr">117 </span> <span class="Identifier">return</span> *curr_stream<span class="Delimiter">;</span> <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="Normal">void</span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> ofstream fout<span class="Delimiter">(</span><span class="Constant">"last_run"</span><span class="Delimiter">);</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> fout << <a href='003trace.cc.html#L149'>readable_contents</a><span class="Delimiter">(</span><span class="Constant">""</span><span class="Delimiter">);</span> -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span> fout<span class="Delimiter">.</span>close<span class="Delimiter">();</span> +<span id="L121" class="LineNr">121 </span> ofstream fout<span class="Delimiter">(</span><span class="Constant">"last_run"</span><span class="Delimiter">);</span> +<span id="L122" class="LineNr">122 </span> fout << <a href='003trace.cc.html#L149'>readable_contents</a><span class="Delimiter">(</span><span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L123" class="LineNr">123 </span> fout<span class="Delimiter">.</span>close<span class="Delimiter">();</span> <span id="L124" class="LineNr">124 </span> <span class="Delimiter">}</span> <span id="L125" class="LineNr">125 </span> <span id="L126" class="LineNr">126 </span> <span class="Comment">// be sure to call this before messing with curr_stream or curr_label</span> @@ -195,11 +194,11 @@ if ('onhashchange' in window) { <span id="L134" class="LineNr">134 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!curr_stream<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L135" class="LineNr">135 </span> string curr_contents = curr_stream<span class="Delimiter">-></span>str<span class="Delimiter">();</span> <span id="L136" class="LineNr">136 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!curr_contents<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> past_lines<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>trace_line<span class="Delimiter">(</span>curr_depth<span class="Delimiter">,</span> <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>curr_label<span class="Delimiter">),</span> curr_contents<span class="Delimiter">));</span> <span class="Comment">// preserve indent in contents</span> -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">((</span>!Hide_errors && curr_label == <span class="Constant">"error"</span><span class="Delimiter">)</span> -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> || Dump_trace -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> || <span class="Delimiter">(</span>!Dump_label<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && curr_label == Dump_label<span class="Delimiter">))</span> -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << curr_label << <span class="Constant">": "</span> << curr_contents << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L137" class="LineNr">137 </span> past_lines<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>trace_line<span class="Delimiter">(</span>curr_depth<span class="Delimiter">,</span> <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>curr_label<span class="Delimiter">),</span> curr_contents<span class="Delimiter">));</span> <span class="Comment">// preserve indent in contents</span> +<span id="L138" class="LineNr">138 </span> <span class="Normal">if</span> <span class="Delimiter">((</span>!Hide_errors && curr_label == <span class="Constant">"error"</span><span class="Delimiter">)</span> +<span id="L139" class="LineNr">139 </span> || Dump_trace +<span id="L140" class="LineNr">140 </span> || <span class="Delimiter">(</span>!Dump_label<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && curr_label == Dump_label<span class="Delimiter">))</span> +<span id="L141" class="LineNr">141 </span> cerr << curr_label << <span class="Constant">": "</span> << curr_contents << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L142" class="LineNr">142 </span> <span class="Delimiter">}</span> <span id="L143" class="LineNr">143 </span> <span class="Normal">delete</span> curr_stream<span class="Delimiter">;</span> <span id="L144" class="LineNr">144 </span> curr_stream = <span class="Constant">NULL</span><span class="Delimiter">;</span> @@ -211,9 +210,9 @@ if ('onhashchange' in window) { <span id="L150" class="LineNr">150 </span> ostringstream output<span class="Delimiter">;</span> <span id="L151" class="LineNr">151 </span> label = <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>label<span class="Delimiter">);</span> <span id="L152" class="LineNr">152 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<trace_line>::iterator p = past_lines<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != past_lines<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>label<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> || label == p<span class="Delimiter">-></span>label<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> output << std::setw<span class="Delimiter">(</span><span class="Constant">4</span><span class="Delimiter">)</span> << p<span class="Delimiter">-></span>depth << <span class="Constant">' '</span> << p<span class="Delimiter">-></span>label << <span class="Constant">": "</span> << p<span class="Delimiter">-></span>contents << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L155" class="LineNr">155 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L153" class="LineNr">153 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>label<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> || label == p<span class="Delimiter">-></span>label<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L154" class="LineNr">154 </span> output << std::setw<span class="Delimiter">(</span><span class="Constant">4</span><span class="Delimiter">)</span> << p<span class="Delimiter">-></span>depth << <span class="Constant">' '</span> << p<span class="Delimiter">-></span>label << <span class="Constant">": "</span> << p<span class="Delimiter">-></span>contents << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L155" class="LineNr">155 </span> <span class="Delimiter">}</span> <span id="L156" class="LineNr">156 </span> <span class="Identifier">return</span> output<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L157" class="LineNr">157 </span><span class="Delimiter">}</span> <span id="L158" class="LineNr">158 </span> @@ -295,19 +294,19 @@ if ('onhashchange' in window) { <span id="L234" class="LineNr">234 </span><span class="PreProc">#define CHECK_TRACE_CONTAINS_ERRORS() CHECK(trace_contains_errors())</span> <span id="L235" class="LineNr">235 </span><span class="PreProc">#define CHECK_TRACE_DOESNT_CONTAIN_ERRORS() \</span> <span id="L236" class="LineNr">236 </span><span class="PreProc"> </span><span class="Normal">if</span><span class="PreProc"> (Passed && trace_contains_errors()) </span><span class="Delimiter">{</span><span class="PreProc"> \</span> -<span id="L237" class="LineNr">237 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> cerr << </span><span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span><span class="PreProc"> << __FUNCTION__ << </span><span class="Constant">"("</span><span class="PreProc"> << </span><span class="Constant">__FILE__</span><span class="PreProc"> << </span><span class="Constant">":"</span><span class="PreProc"> << </span><span class="Constant">__LINE__</span><span class="PreProc"> << </span><span class="Constant">"): unexpected errors</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L238" class="LineNr">238 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> DUMP(</span><span class="Constant">"error"</span><span class="PreProc">)</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L239" class="LineNr">239 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> Passed = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L240" class="LineNr">240 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Identifier">return</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L237" class="LineNr">237 </span><span class="PreProc"> cerr << </span><span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span><span class="PreProc"> << __FUNCTION__ << </span><span class="Constant">"("</span><span class="PreProc"> << </span><span class="Constant">__FILE__</span><span class="PreProc"> << </span><span class="Constant">":"</span><span class="PreProc"> << </span><span class="Constant">__LINE__</span><span class="PreProc"> << </span><span class="Constant">"): unexpected errors</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L238" class="LineNr">238 </span><span class="PreProc"> DUMP(</span><span class="Constant">"error"</span><span class="PreProc">)</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L239" class="LineNr">239 </span><span class="PreProc"> Passed = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L240" class="LineNr">240 </span><span class="PreProc"> </span><span class="Identifier">return</span><span class="Delimiter">;</span><span class="PreProc"> \</span> <span id="L241" class="LineNr">241 </span><span class="PreProc"> </span><span class="Delimiter">}</span> <span id="L242" class="LineNr">242 </span> <span id="L243" class="LineNr">243 </span><span class="PreProc">#define CHECK_TRACE_COUNT(label</span><span class="Delimiter">,</span><span class="PreProc"> count) \</span> <span id="L244" class="LineNr">244 </span><span class="PreProc"> </span><span class="Normal">if</span><span class="PreProc"> (Passed && trace_count(label) != (count)) </span><span class="Delimiter">{</span><span class="PreProc"> \</span> -<span id="L245" class="LineNr">245 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> cerr << </span><span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span><span class="PreProc"> << __FUNCTION__ << </span><span class="Constant">"("</span><span class="PreProc"> << </span><span class="Constant">__FILE__</span><span class="PreProc"> << </span><span class="Constant">":"</span><span class="PreProc"> << </span><span class="Constant">__LINE__</span><span class="PreProc"> << </span><span class="Constant">"): trace_count of "</span><span class="PreProc"> << label << </span><span class="Constant">" should be "</span><span class="PreProc"> << count << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L246" class="LineNr">246 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> cerr << </span><span class="Constant">" got "</span><span class="PreProc"> << trace_count(label) << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> multiple eval </span><span class="Comment">*/</span><span class="PreProc"> \</span> -<span id="L247" class="LineNr">247 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> DUMP(label)</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L248" class="LineNr">248 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> Passed = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L249" class="LineNr">249 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Identifier">return</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> Currently we stop at the very first failure. </span><span class="Comment">*/</span><span class="PreProc"> \</span> +<span id="L245" class="LineNr">245 </span><span class="PreProc"> cerr << </span><span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span><span class="PreProc"> << __FUNCTION__ << </span><span class="Constant">"("</span><span class="PreProc"> << </span><span class="Constant">__FILE__</span><span class="PreProc"> << </span><span class="Constant">":"</span><span class="PreProc"> << </span><span class="Constant">__LINE__</span><span class="PreProc"> << </span><span class="Constant">"): trace_count of "</span><span class="PreProc"> << label << </span><span class="Constant">" should be "</span><span class="PreProc"> << count << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L246" class="LineNr">246 </span><span class="PreProc"> cerr << </span><span class="Constant">" got "</span><span class="PreProc"> << trace_count(label) << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> multiple eval </span><span class="Comment">*/</span><span class="PreProc"> \</span> +<span id="L247" class="LineNr">247 </span><span class="PreProc"> DUMP(label)</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L248" class="LineNr">248 </span><span class="PreProc"> Passed = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L249" class="LineNr">249 </span><span class="PreProc"> </span><span class="Identifier">return</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> Currently we stop at the very first failure. </span><span class="Comment">*/</span><span class="PreProc"> \</span> <span id="L250" class="LineNr">250 </span><span class="PreProc"> </span><span class="Delimiter">}</span> <span id="L251" class="LineNr">251 </span> <span id="L252" class="LineNr">252 </span><span class="PreProc">#define CHECK_TRACE_DOESNT_CONTAIN(</span><span class="Delimiter">...</span><span class="PreProc">) CHECK(trace_doesnt_contain(</span><span class="Constant">__VA_ARGS__</span><span class="PreProc">))</span> @@ -319,27 +318,27 @@ if ('onhashchange' in window) { <span id="L258" class="LineNr">258 </span> vector<string> expected_lines = <a href='003trace.cc.html#L345'>split</a><span class="Delimiter">(</span>expected<span class="Delimiter">,</span> <span class="Constant">"^D"</span><span class="Delimiter">);</span> <span id="L259" class="LineNr">259 </span> <span class="Normal">int</span> curr_expected_line = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L260" class="LineNr">260 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>curr_expected_line < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">)</span> && expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">).</span>empty<span class="Delimiter">())</span> -<span id="L261" class="LineNr">261 </span> <span class="Conceal">¦</span> ++curr_expected_line<span class="Delimiter">;</span> +<span id="L261" class="LineNr">261 </span> ++curr_expected_line<span class="Delimiter">;</span> <span id="L262" class="LineNr">262 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_expected_line == <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L263" class="LineNr">263 </span> string label<span class="Delimiter">,</span> contents<span class="Delimiter">;</span> <span id="L264" class="LineNr">264 </span> <a href='003trace.cc.html#L287'>split_label_contents</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">),</span> &label<span class="Delimiter">,</span> &contents<span class="Delimiter">);</span> <span id="L265" class="LineNr">265 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<trace_line>::iterator p = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L266" class="LineNr">266 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>label != p<span class="Delimiter">-></span>label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L267" class="LineNr">267 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contents != <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>contents<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L268" class="LineNr">268 </span> <span class="Conceal">¦</span> ++curr_expected_line<span class="Delimiter">;</span> -<span id="L269" class="LineNr">269 </span> <span class="Conceal">¦</span> <span class="Normal">while</span> <span class="Delimiter">(</span>curr_expected_line < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">)</span> && expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">).</span>empty<span class="Delimiter">())</span> -<span id="L270" class="LineNr">270 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++curr_expected_line<span class="Delimiter">;</span> -<span id="L271" class="LineNr">271 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_expected_line == <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L272" class="LineNr">272 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L287'>split_label_contents</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">),</span> &label<span class="Delimiter">,</span> &contents<span class="Delimiter">);</span> +<span id="L266" class="LineNr">266 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>label != p<span class="Delimiter">-></span>label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L267" class="LineNr">267 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contents != <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>contents<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L268" class="LineNr">268 </span> ++curr_expected_line<span class="Delimiter">;</span> +<span id="L269" class="LineNr">269 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>curr_expected_line < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">)</span> && expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">).</span>empty<span class="Delimiter">())</span> +<span id="L270" class="LineNr">270 </span> ++curr_expected_line<span class="Delimiter">;</span> +<span id="L271" class="LineNr">271 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_expected_line == <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L272" class="LineNr">272 </span> <a href='003trace.cc.html#L287'>split_label_contents</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">),</span> &label<span class="Delimiter">,</span> &contents<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="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L300'>line_exists_anywhere</a><span class="Delimiter">(</span>label<span class="Delimiter">,</span> contents<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L276" class="LineNr">276 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span> << FUNCTION << <span class="Constant">"("</span> << <span class="Normal">FILE</span> << <span class="Constant">":"</span> << LINE << <span class="Constant">"): line ["</span> << label << <span class="Constant">": "</span> << contents << <span class="Constant">"] out of order in <a href='003trace.cc.html#L167'>trace</a>:</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L277" class="LineNr">277 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span><span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L276" class="LineNr">276 </span> cerr << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span> << FUNCTION << <span class="Constant">"("</span> << <span class="Normal">FILE</span> << <span class="Constant">":"</span> << LINE << <span class="Constant">"): line ["</span> << label << <span class="Constant">": "</span> << contents << <span class="Constant">"] out of order in <a href='003trace.cc.html#L167'>trace</a>:</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L277" class="LineNr">277 </span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span><span class="Constant">""</span><span class="Delimiter">);</span> <span id="L278" class="LineNr">278 </span> <span class="Delimiter">}</span> <span id="L279" class="LineNr">279 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L280" class="LineNr">280 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span> << FUNCTION << <span class="Constant">"("</span> << <span class="Normal">FILE</span> << <span class="Constant">":"</span> << LINE << <span class="Constant">"): missing ["</span> << contents << <span class="Constant">"] in <a href='003trace.cc.html#L167'>trace</a>:</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L281" class="LineNr">281 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span>label<span class="Delimiter">);</span> +<span id="L280" class="LineNr">280 </span> cerr << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span> << FUNCTION << <span class="Constant">"("</span> << <span class="Normal">FILE</span> << <span class="Constant">":"</span> << LINE << <span class="Constant">"): missing ["</span> << contents << <span class="Constant">"] in <a href='003trace.cc.html#L167'>trace</a>:</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L281" class="LineNr">281 </span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span>label<span class="Delimiter">);</span> <span id="L282" class="LineNr">282 </span> <span class="Delimiter">}</span> <span id="L283" class="LineNr">283 </span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L284" class="LineNr">284 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> @@ -349,19 +348,19 @@ if ('onhashchange' in window) { <span id="L288" class="LineNr">288 </span> <span class="Normal">static</span> <span class="Normal">const</span> string delim<span class="Delimiter">(</span><span class="Constant">": "</span><span class="Delimiter">);</span> <span id="L289" class="LineNr">289 </span> <span class="Normal">size_t</span> pos = s<span class="Delimiter">.</span>find<span class="Delimiter">(</span>delim<span class="Delimiter">);</span> <span id="L290" class="LineNr">290 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>pos == string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L291" class="LineNr">291 </span> <span class="Conceal">¦</span> *label = <span class="Constant">""</span><span class="Delimiter">;</span> -<span id="L292" class="LineNr">292 </span> <span class="Conceal">¦</span> *contents = <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>s<span class="Delimiter">);</span> +<span id="L291" class="LineNr">291 </span> *label = <span class="Constant">""</span><span class="Delimiter">;</span> +<span id="L292" class="LineNr">292 </span> *contents = <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>s<span class="Delimiter">);</span> <span id="L293" class="LineNr">293 </span> <span class="Delimiter">}</span> <span id="L294" class="LineNr">294 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L295" class="LineNr">295 </span> <span class="Conceal">¦</span> *label = <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>s<span class="Delimiter">.</span>substr<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> pos<span class="Delimiter">));</span> -<span id="L296" class="LineNr">296 </span> <span class="Conceal">¦</span> *contents = <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>s<span class="Delimiter">.</span>substr<span class="Delimiter">(</span>pos+SIZE<span class="Delimiter">(</span>delim<span class="Delimiter">)));</span> +<span id="L295" class="LineNr">295 </span> *label = <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>s<span class="Delimiter">.</span>substr<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> pos<span class="Delimiter">));</span> +<span id="L296" class="LineNr">296 </span> *contents = <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>s<span class="Delimiter">.</span>substr<span class="Delimiter">(</span>pos+SIZE<span class="Delimiter">(</span>delim<span class="Delimiter">)));</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="L299" class="LineNr">299 </span> <span id="L300" class="LineNr">300 </span><span class="Normal">bool</span> <a href='003trace.cc.html#L300'>line_exists_anywhere</a><span class="Delimiter">(</span><span class="Normal">const</span> string& label<span class="Delimiter">,</span> <span class="Normal">const</span> string& contents<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L301" class="LineNr">301 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<trace_line>::iterator p = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L302" class="LineNr">302 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>label != p<span class="Delimiter">-></span>label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L303" class="LineNr">303 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contents == <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>contents<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L302" class="LineNr">302 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>label != p<span class="Delimiter">-></span>label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L303" class="LineNr">303 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contents == <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>contents<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L304" class="LineNr">304 </span> <span class="Delimiter">}</span> <span id="L305" class="LineNr">305 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L306" class="LineNr">306 </span><span class="Delimiter">}</span> @@ -374,10 +373,10 @@ if ('onhashchange' in window) { <span id="L313" class="LineNr">313 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Trace_stream<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L314" class="LineNr">314 </span> <span class="Normal">long</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L315" class="LineNr">315 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<trace_line>::iterator p = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L316" class="LineNr">316 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>label == p<span class="Delimiter">-></span>label<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L317" class="LineNr">317 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>line == <span class="Constant">""</span> || <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>line<span class="Delimiter">)</span> == <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>contents<span class="Delimiter">))</span> -<span id="L318" class="LineNr">318 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++result<span class="Delimiter">;</span> -<span id="L319" class="LineNr">319 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L316" class="LineNr">316 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>label == p<span class="Delimiter">-></span>label<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L317" class="LineNr">317 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>line == <span class="Constant">""</span> || <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>line<span class="Delimiter">)</span> == <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>contents<span class="Delimiter">))</span> +<span id="L318" class="LineNr">318 </span> ++result<span class="Delimiter">;</span> +<span id="L319" class="LineNr">319 </span> <span class="Delimiter">}</span> <span id="L320" class="LineNr">320 </span> <span class="Delimiter">}</span> <span id="L321" class="LineNr">321 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L322" class="LineNr">322 </span><span class="Delimiter">}</span> @@ -386,10 +385,10 @@ if ('onhashchange' in window) { <span id="L325" class="LineNr">325 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Trace_stream<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L326" class="LineNr">326 </span> <span class="Normal">long</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L327" class="LineNr">327 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<trace_line>::iterator p = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L328" class="LineNr">328 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>label == p<span class="Delimiter">-></span>label<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L329" class="LineNr">329 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L77'>starts_with</a><span class="Delimiter">(</span><a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>contents<span class="Delimiter">),</span> <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>prefix<span class="Delimiter">)))</span> -<span id="L330" class="LineNr">330 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++result<span class="Delimiter">;</span> -<span id="L331" class="LineNr">331 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L328" class="LineNr">328 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>label == p<span class="Delimiter">-></span>label<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L329" class="LineNr">329 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L77'>starts_with</a><span class="Delimiter">(</span><a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>contents<span class="Delimiter">),</span> <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>prefix<span class="Delimiter">)))</span> +<span id="L330" class="LineNr">330 </span> ++result<span class="Delimiter">;</span> +<span id="L331" class="LineNr">331 </span> <span class="Delimiter">}</span> <span id="L332" class="LineNr">332 </span> <span class="Delimiter">}</span> <span id="L333" class="LineNr">333 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L334" class="LineNr">334 </span><span class="Delimiter">}</span> @@ -407,13 +406,13 @@ if ('onhashchange' in window) { <span id="L346" class="LineNr">346 </span> vector<string> result<span class="Delimiter">;</span> <span id="L347" class="LineNr">347 </span> <span class="Normal">size_t</span> begin=<span class="Constant">0</span><span class="Delimiter">,</span> end=s<span class="Delimiter">.</span>find<span class="Delimiter">(</span>delim<span class="Delimiter">);</span> <span id="L348" class="LineNr">348 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><span class="Constant">true</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L349" class="LineNr">349 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L203'>end</a> == string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L350" class="LineNr">350 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>string<span class="Delimiter">(</span>s<span class="Delimiter">,</span> begin<span class="Delimiter">,</span> string::npos<span class="Delimiter">));</span> -<span id="L351" class="LineNr">351 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L352" class="LineNr">352 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L353" class="LineNr">353 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>string<span class="Delimiter">(</span>s<span class="Delimiter">,</span> begin<span class="Delimiter">,</span> end-begin<span class="Delimiter">));</span> -<span id="L354" class="LineNr">354 </span> <span class="Conceal">¦</span> begin = end+SIZE<span class="Delimiter">(</span>delim<span class="Delimiter">);</span> -<span id="L355" class="LineNr">355 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L203'>end</a> = s<span class="Delimiter">.</span>find<span class="Delimiter">(</span>delim<span class="Delimiter">,</span> begin<span class="Delimiter">);</span> +<span id="L349" class="LineNr">349 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L203'>end</a> == string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L350" class="LineNr">350 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>string<span class="Delimiter">(</span>s<span class="Delimiter">,</span> begin<span class="Delimiter">,</span> string::npos<span class="Delimiter">));</span> +<span id="L351" class="LineNr">351 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L352" class="LineNr">352 </span> <span class="Delimiter">}</span> +<span id="L353" class="LineNr">353 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>string<span class="Delimiter">(</span>s<span class="Delimiter">,</span> begin<span class="Delimiter">,</span> end-begin<span class="Delimiter">));</span> +<span id="L354" class="LineNr">354 </span> begin = end+SIZE<span class="Delimiter">(</span>delim<span class="Delimiter">);</span> +<span id="L355" class="LineNr">355 </span> <a href='003trace.cc.html#L203'>end</a> = s<span class="Delimiter">.</span>find<span class="Delimiter">(</span>delim<span class="Delimiter">,</span> begin<span class="Delimiter">);</span> <span id="L356" class="LineNr">356 </span> <span class="Delimiter">}</span> <span id="L357" class="LineNr">357 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L358" class="LineNr">358 </span><span class="Delimiter">}</span> @@ -423,19 +422,19 @@ if ('onhashchange' in window) { <span id="L362" class="LineNr">362 </span> <span class="Normal">size_t</span> end=s<span class="Delimiter">.</span>find<span class="Delimiter">(</span>delim<span class="Delimiter">);</span> <span id="L363" class="LineNr">363 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>string<span class="Delimiter">(</span>s<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">,</span> <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">));</span> <span id="L364" class="LineNr">364 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L203'>end</a> != string::npos<span class="Delimiter">)</span> -<span id="L365" class="LineNr">365 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>string<span class="Delimiter">(</span>s<span class="Delimiter">,</span> end+SIZE<span class="Delimiter">(</span>delim<span class="Delimiter">),</span> string::npos<span class="Delimiter">));</span> +<span id="L365" class="LineNr">365 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>string<span class="Delimiter">(</span>s<span class="Delimiter">,</span> end+SIZE<span class="Delimiter">(</span>delim<span class="Delimiter">),</span> string::npos<span class="Delimiter">));</span> <span id="L366" class="LineNr">366 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L367" class="LineNr">367 </span><span class="Delimiter">}</span> <span id="L368" class="LineNr">368 </span> <span id="L369" class="LineNr">369 </span>string <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span><span class="Normal">const</span> string& s<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L370" class="LineNr">370 </span> string::const_iterator first = s<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> <span id="L371" class="LineNr">371 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>first != s<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">()</span> && isspace<span class="Delimiter">(</span>*first<span class="Delimiter">))</span> -<span id="L372" class="LineNr">372 </span> <span class="Conceal">¦</span> ++first<span class="Delimiter">;</span> +<span id="L372" class="LineNr">372 </span> ++first<span class="Delimiter">;</span> <span id="L373" class="LineNr">373 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>first == s<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Identifier">return</span> <span class="Constant">""</span><span class="Delimiter">;</span> <span id="L374" class="LineNr">374 </span> <span id="L375" class="LineNr">375 </span> string::const_iterator last = --s<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L376" class="LineNr">376 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>last != s<span class="Delimiter">.</span>begin<span class="Delimiter">()</span> && isspace<span class="Delimiter">(</span>*last<span class="Delimiter">))</span> -<span id="L377" class="LineNr">377 </span> <span class="Conceal">¦</span> --last<span class="Delimiter">;</span> +<span id="L377" class="LineNr">377 </span> --last<span class="Delimiter">;</span> <span id="L378" class="LineNr">378 </span> ++last<span class="Delimiter">;</span> <span id="L379" class="LineNr">379 </span> <span class="Identifier">return</span> string<span class="Delimiter">(</span>first<span class="Delimiter">,</span> last<span class="Delimiter">);</span> <span id="L380" class="LineNr">380 </span><span class="Delimiter">}</span> diff --git a/html/003trace.test.cc.html b/html/003trace.test.cc.html index 5b1b67b0..c9324c89 100644 --- a/html/003trace.test.cc.html +++ b/html/003trace.test.cc.html @@ -15,13 +15,13 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.cSpecial { color: #008000; } .LineNr { color: #444444; } .Constant { color: #00a0a0; } +.Delimiter { color: #800080; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/010vm.cc.html b/html/010vm.cc.html index 3d6de025..a4932e2d 100644 --- a/html/010vm.cc.html +++ b/html/010vm.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.cSpecial { color: #008000; } .PreProc { color: #800080; } .LineNr { color: #444444; } -.SalientComment { color: #00ffff; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.cSpecial { color: #008000; } .CommentedCode { color: #6c6c6c; } -.muRecipe { color: #ff8700; } +.SalientComment { color: #00ffff; } --> </style> @@ -198,8 +197,8 @@ if ('onhashchange' in window) { <span id="L134" class="LineNr">134 </span> <a href='010vm.cc.html#L123'>type_ordinal</a> number = <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">,</span> Next_type_ordinal++<span class="Delimiter">);</span> <span id="L135" class="LineNr">135 </span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Type<span class="Delimiter">,</span> number<span class="Delimiter">).</span>name = <span class="Constant">"number"</span><span class="Delimiter">;</span> <span id="L136" class="LineNr">136 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"location"</span><span class="Delimiter">,</span> number<span class="Delimiter">);</span> <span class="Comment">// synonym of number to indicate we only care about its size</span> -<span id="L137" class="LineNr">137 </span> <a href='010vm.cc.html#L123'>type_ordinal</a> <a href='043space.cc.html#L82'>address</a> = <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">,</span> Next_type_ordinal++<span class="Delimiter">);</span> -<span id="L138" class="LineNr">138 </span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Type<span class="Delimiter">,</span> <a href='043space.cc.html#L82'>address</a><span class="Delimiter">).</span>name = <span class="Constant">"address"</span><span class="Delimiter">;</span> +<span id="L137" class="LineNr">137 </span> <a href='010vm.cc.html#L123'>type_ordinal</a> <a href='043space.cc.html#L80'>address</a> = <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">,</span> Next_type_ordinal++<span class="Delimiter">);</span> +<span id="L138" class="LineNr">138 </span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Type<span class="Delimiter">,</span> <a href='043space.cc.html#L80'>address</a><span class="Delimiter">).</span>name = <span class="Constant">"address"</span><span class="Delimiter">;</span> <span id="L139" class="LineNr">139 </span> <a href='010vm.cc.html#L123'>type_ordinal</a> boolean = <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"boolean"</span><span class="Delimiter">,</span> Next_type_ordinal++<span class="Delimiter">);</span> <span id="L140" class="LineNr">140 </span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Type<span class="Delimiter">,</span> boolean<span class="Delimiter">).</span>name = <span class="Constant">"boolean"</span><span class="Delimiter">;</span> <span id="L141" class="LineNr">141 </span> <a href='010vm.cc.html#L123'>type_ordinal</a> character = <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"character"</span><span class="Delimiter">,</span> Next_type_ordinal++<span class="Delimiter">);</span> @@ -212,8 +211,8 @@ if ('onhashchange' in window) { <span id="L148" class="LineNr">148 </span><span class="Delimiter">}</span> <span id="L149" class="LineNr">149 </span><span class="Normal">void</span> <a href='010vm.cc.html#L149'>teardown_types</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L150" class="LineNr">150 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<type_ordinal<span class="Delimiter">,</span> type_info>::iterator p = Type<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Type<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L151" class="LineNr">151 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>second<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L152" class="LineNr">152 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> p<span class="Delimiter">-></span>second<span class="Delimiter">.</span>elements<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> +<span id="L151" class="LineNr">151 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>second<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L152" class="LineNr">152 </span> p<span class="Delimiter">-></span>second<span class="Delimiter">.</span>elements<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L153" class="LineNr">153 </span> <span class="Delimiter">}</span> <span id="L154" class="LineNr">154 </span> Type_ordinal<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L155" class="LineNr">155 </span><span class="Delimiter">}</span> @@ -244,7 +243,7 @@ if ('onhashchange' in window) { <span id="L180" class="LineNr">180 </span> vector<reagent> elements<span class="Delimiter">;</span> <span id="L181" class="LineNr">181 </span> <span class="Comment">// End type_info Fields</span> <span id="L182" class="LineNr">182 </span> type_info<span class="Delimiter">()</span> :kind<span class="Delimiter">(</span><a href='010vm.cc.html#L172'>PRIMITIVE</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L183" class="LineNr">183 </span> <span class="Conceal">¦</span> <span class="Comment">// End type_info Constructor</span> +<span id="L183" class="LineNr">183 </span> <span class="Comment">// End type_info Constructor</span> <span id="L184" class="LineNr">184 </span> <span class="Delimiter">}</span> <span id="L185" class="LineNr">185 </span><span class="Delimiter">};</span> <span id="L186" class="LineNr">186 </span> @@ -352,9 +351,9 @@ if ('onhashchange' in window) { <span id="L288" class="LineNr">288 </span> <span class="Normal">delete</span> type_names<span class="Delimiter">;</span> <span id="L289" class="LineNr">289 </span> <span class="Comment">// special cases</span> <span id="L290" class="LineNr">290 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_integer<span class="Delimiter">(</span>name<span class="Delimiter">)</span> && type == <span class="Constant">NULL</span><span class="Delimiter">)</span> -<span id="L291" class="LineNr">291 </span> <span class="Conceal">¦</span> type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"literal"</span><span class="Delimiter">);</span> +<span id="L291" class="LineNr">291 </span> type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"literal"</span><span class="Delimiter">);</span> <span id="L292" class="LineNr">292 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>name == <span class="Constant">"_"</span> && type == <span class="Constant">NULL</span><span class="Delimiter">)</span> -<span id="L293" class="LineNr">293 </span> <span class="Conceal">¦</span> type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"literal"</span><span class="Delimiter">);</span> +<span id="L293" class="LineNr">293 </span> type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"literal"</span><span class="Delimiter">);</span> <span id="L294" class="LineNr">294 </span> <span class="Comment">// other properties</span> <span id="L295" class="LineNr">295 </span> slurp_properties<span class="Delimiter">(</span>in<span class="Delimiter">,</span> properties<span class="Delimiter">);</span> <span id="L296" class="LineNr">296 </span> <span class="Comment">// End Parsing reagent</span> @@ -362,11 +361,11 @@ if ('onhashchange' in window) { <span id="L298" class="LineNr">298 </span> <span id="L299" class="LineNr">299 </span><span class="Normal">void</span> slurp_properties<span class="Delimiter">(</span>istream& in<span class="Delimiter">,</span> vector<pair<string<span class="Delimiter">,</span> string_tree*> >& out<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L300" class="LineNr">300 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span> istringstream row<span class="Delimiter">(</span>slurp_until<span class="Delimiter">(</span>in<span class="Delimiter">,</span> <span class="Constant">'/'</span><span class="Delimiter">));</span> -<span id="L302" class="LineNr">302 </span> <span class="Conceal">¦</span> row >> std::noskipws<span class="Delimiter">;</span> -<span id="L303" class="LineNr">303 </span> <span class="Conceal">¦</span> string key = slurp_until<span class="Delimiter">(</span>row<span class="Delimiter">,</span> <span class="Constant">':'</span><span class="Delimiter">);</span> -<span id="L304" class="LineNr">304 </span> <span class="Conceal">¦</span> string_tree* value = parse_property_list<span class="Delimiter">(</span>row<span class="Delimiter">);</span> -<span id="L305" class="LineNr">305 </span> <span class="Conceal">¦</span> out<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span>key<span class="Delimiter">,</span> value<span class="Delimiter">));</span> +<span id="L301" class="LineNr">301 </span> istringstream row<span class="Delimiter">(</span>slurp_until<span class="Delimiter">(</span>in<span class="Delimiter">,</span> <span class="Constant">'/'</span><span class="Delimiter">));</span> +<span id="L302" class="LineNr">302 </span> row >> std::noskipws<span class="Delimiter">;</span> +<span id="L303" class="LineNr">303 </span> string key = slurp_until<span class="Delimiter">(</span>row<span class="Delimiter">,</span> <span class="Constant">':'</span><span class="Delimiter">);</span> +<span id="L304" class="LineNr">304 </span> string_tree* value = parse_property_list<span class="Delimiter">(</span>row<span class="Delimiter">);</span> +<span id="L305" class="LineNr">305 </span> out<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span>key<span class="Delimiter">,</span> value<span class="Delimiter">));</span> <span id="L306" class="LineNr">306 </span> <span class="Delimiter">}</span> <span id="L307" class="LineNr">307 </span><span class="Delimiter">}</span> <span id="L308" class="LineNr">308 </span> @@ -377,7 +376,7 @@ if ('onhashchange' in window) { <span id="L313" class="LineNr">313 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">return</span> first<span class="Delimiter">;</span> <span id="L314" class="LineNr">314 </span> string_tree* rest = parse_property_list<span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L315" class="LineNr">315 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">)</span> && rest<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> -<span id="L316" class="LineNr">316 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>first<span class="Delimiter">,</span> <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>rest<span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> +<span id="L316" class="LineNr">316 </span> <span class="Identifier">return</span> <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>first<span class="Delimiter">,</span> <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>rest<span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> <span id="L317" class="LineNr">317 </span> <span class="Identifier">return</span> <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>first<span class="Delimiter">,</span> rest<span class="Delimiter">);</span> <span id="L318" class="LineNr">318 </span><span class="Delimiter">}</span> <span id="L319" class="LineNr">319 </span><span class="Delimiter">:(before "End Unit Tests")</span> @@ -404,20 +403,20 @@ if ('onhashchange' in window) { <span id="L340" class="LineNr">340 </span>type_tree* <a href='018type_abbreviations.cc.html#L58'>new_type_tree</a><span class="Delimiter">(</span><span class="Normal">const</span> string_tree* properties<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L341" class="LineNr">341 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!properties<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">NULL</span><span class="Delimiter">;</span> <span id="L342" class="LineNr">342 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>properties<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L343" class="LineNr">343 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> string& type_name = properties<span class="Delimiter">-></span>value<span class="Delimiter">;</span> -<span id="L344" class="LineNr">344 </span> <span class="Conceal">¦</span> <span class="Normal">int</span> value = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L345" class="LineNr">345 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type_name<span class="Delimiter">))</span> -<span id="L346" class="LineNr">346 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> value = get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type_name<span class="Delimiter">);</span> -<span id="L347" class="LineNr">347 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_integer<span class="Delimiter">(</span>type_name<span class="Delimiter">))</span> <span class="Comment">// sometimes types will contain non-type tags, like numbers for the size of an array</span> -<span id="L348" class="LineNr">348 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> value = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L349" class="LineNr">349 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>properties<span class="Delimiter">-></span>value == <span class="Constant">"->"</span><span class="Delimiter">)</span> <span class="Comment">// used in recipe types</span> -<span id="L350" class="LineNr">350 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> value = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L351" class="LineNr">351 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> -<span id="L352" class="LineNr">352 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> value = -<span class="Constant">1</span><span class="Delimiter">;</span> <span class="Comment">// should never happen; will trigger errors later</span> -<span id="L353" class="LineNr">353 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>type_name<span class="Delimiter">,</span> value<span class="Delimiter">);</span> +<span id="L343" class="LineNr">343 </span> <span class="Normal">const</span> string& type_name = properties<span class="Delimiter">-></span>value<span class="Delimiter">;</span> +<span id="L344" class="LineNr">344 </span> <span class="Normal">int</span> value = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L345" class="LineNr">345 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type_name<span class="Delimiter">))</span> +<span id="L346" class="LineNr">346 </span> value = get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type_name<span class="Delimiter">);</span> +<span id="L347" class="LineNr">347 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_integer<span class="Delimiter">(</span>type_name<span class="Delimiter">))</span> <span class="Comment">// sometimes types will contain non-type tags, like numbers for the size of an array</span> +<span id="L348" class="LineNr">348 </span> value = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L349" class="LineNr">349 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>properties<span class="Delimiter">-></span>value == <span class="Constant">"->"</span><span class="Delimiter">)</span> <span class="Comment">// used in recipe types</span> +<span id="L350" class="LineNr">350 </span> value = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L351" class="LineNr">351 </span> <span class="Normal">else</span> +<span id="L352" class="LineNr">352 </span> value = -<span class="Constant">1</span><span class="Delimiter">;</span> <span class="Comment">// should never happen; will trigger errors later</span> +<span id="L353" class="LineNr">353 </span> <span class="Identifier">return</span> <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>type_name<span class="Delimiter">,</span> value<span class="Delimiter">);</span> <span id="L354" class="LineNr">354 </span> <span class="Delimiter">}</span> <span id="L355" class="LineNr">355 </span> <span class="Identifier">return</span> <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><a href='018type_abbreviations.cc.html#L58'>new_type_tree</a><span class="Delimiter">(</span>properties<span class="Delimiter">-></span>left<span class="Delimiter">),</span> -<span id="L356" class="LineNr">356 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='018type_abbreviations.cc.html#L58'>new_type_tree</a><span class="Delimiter">(</span>properties<span class="Delimiter">-></span>right<span class="Delimiter">));</span> +<span id="L356" class="LineNr">356 </span> <a href='018type_abbreviations.cc.html#L58'>new_type_tree</a><span class="Delimiter">(</span>properties<span class="Delimiter">-></span>right<span class="Delimiter">));</span> <span id="L357" class="LineNr">357 </span><span class="Delimiter">}</span> <span id="L358" class="LineNr">358 </span> <span id="L359" class="LineNr">359 </span><span class="Comment">//: avoid memory leaks for the type tree</span> @@ -428,7 +427,7 @@ if ('onhashchange' in window) { <span id="L364" class="LineNr">364 </span> value = other<span class="Delimiter">.</span>value<span class="Delimiter">;</span> <span id="L365" class="LineNr">365 </span> initialized = other<span class="Delimiter">.</span>initialized<span class="Delimiter">;</span> <span id="L366" class="LineNr">366 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>other<span class="Delimiter">.</span>properties<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L367" class="LineNr">367 </span> <span class="Conceal">¦</span> properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span>other<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first<span class="Delimiter">,</span> copy<span class="Delimiter">(</span>other<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">)));</span> +<span id="L367" class="LineNr">367 </span> properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span>other<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first<span class="Delimiter">,</span> copy<span class="Delimiter">(</span>other<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">)));</span> <span id="L368" class="LineNr">368 </span> <span class="Delimiter">}</span> <span id="L369" class="LineNr">369 </span> type = copy<span class="Delimiter">(</span>other<span class="Delimiter">.</span>type<span class="Delimiter">);</span> <span id="L370" class="LineNr">370 </span> <span class="Comment">// End reagent Copy Constructor</span> @@ -456,9 +455,9 @@ if ('onhashchange' in window) { <span id="L392" class="LineNr">392 </span><span class="Normal">bool</span> type_tree::<span class="Normal">operator</span>==<span class="Delimiter">(</span><span class="Normal">const</span> type_tree& other<span class="Delimiter">)</span> <span class="Normal">const</span> <span class="Delimiter">{</span> <span id="L393" class="LineNr">393 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>atom != other<span class="Delimiter">.</span>atom<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L394" class="LineNr">394 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>atom<span class="Delimiter">)</span> -<span id="L395" class="LineNr">395 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> name == other<span class="Delimiter">.</span>name && value == other<span class="Delimiter">.</span>value<span class="Delimiter">;</span> +<span id="L395" class="LineNr">395 </span> <span class="Identifier">return</span> name == other<span class="Delimiter">.</span>name && value == other<span class="Delimiter">.</span>value<span class="Delimiter">;</span> <span id="L396" class="LineNr">396 </span> <span class="Identifier">return</span> <span class="Delimiter">(</span>left == other<span class="Delimiter">.</span>left || *left == *other<span class="Delimiter">.</span>left<span class="Delimiter">)</span> -<span id="L397" class="LineNr">397 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && <span class="Delimiter">(</span>right == other<span class="Delimiter">.</span>right || *right == *other<span class="Delimiter">.</span>right<span class="Delimiter">);</span> +<span id="L397" class="LineNr">397 </span> && <span class="Delimiter">(</span>right == other<span class="Delimiter">.</span>right || *right == *other<span class="Delimiter">.</span>right<span class="Delimiter">);</span> <span id="L398" class="LineNr">398 </span><span class="Delimiter">}</span> <span id="L399" class="LineNr">399 </span> <span id="L400" class="LineNr">400 </span><span class="Comment">// only constraint we care about: if a < b then !(b < a)</span> @@ -476,8 +475,8 @@ if ('onhashchange' in window) { <span id="L412" class="LineNr">412 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>right == other<span class="Delimiter">.</span>right || *right == *other<span class="Delimiter">.</span>right<span class="Delimiter">)</span> <span class="Identifier">return</span> left && *left < *other<span class="Delimiter">.</span>left<span class="Delimiter">;</span> <span id="L413" class="LineNr">413 </span> <span class="Comment">// if the two sides criss-cross, pick the side with the smaller lhs</span> <span id="L414" class="LineNr">414 </span> <span class="Normal">if</span> <span class="Delimiter">((</span>left == other<span class="Delimiter">.</span>right || *left == *other<span class="Delimiter">.</span>right<span class="Delimiter">)</span> -<span id="L415" class="LineNr">415 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && <span class="Delimiter">(</span>right == other<span class="Delimiter">.</span>left || *right == *other<span class="Delimiter">.</span>left<span class="Delimiter">))</span> -<span id="L416" class="LineNr">416 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> *left < *other<span class="Delimiter">.</span>left<span class="Delimiter">;</span> +<span id="L415" class="LineNr">415 </span> && <span class="Delimiter">(</span>right == other<span class="Delimiter">.</span>left || *right == *other<span class="Delimiter">.</span>left<span class="Delimiter">))</span> +<span id="L416" class="LineNr">416 </span> <span class="Identifier">return</span> *left < *other<span class="Delimiter">.</span>left<span class="Delimiter">;</span> <span id="L417" class="LineNr">417 </span> <span class="Comment">// now the hard case: both sides are not equal</span> <span id="L418" class="LineNr">418 </span> <span class="Comment">// make sure we stay consistent between (a < b) and (b < a)</span> <span id="L419" class="LineNr">419 </span> <span class="Comment">// just return the side with the smallest of the 4 branches</span> @@ -498,32 +497,32 @@ if ('onhashchange' in window) { <span id="L434" class="LineNr">434 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>!<span class="Delimiter">(</span>*b<span class="Delimiter">.</span>type < *a<span class="Delimiter">.</span>type<span class="Delimiter">));</span> <span id="L435" class="LineNr">435 </span><span class="Delimiter">}</span> <span id="L436" class="LineNr">436 </span><span class="Normal">void</span> test_compare_atom_with_non_atom<span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L437" class="LineNr">437 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"a:<a href='043space.cc.html#L82'>address</a>:number"</span><span class="Delimiter">),</span> b<span class="Delimiter">(</span><span class="Constant">"b:boolean"</span><span class="Delimiter">);</span> +<span id="L437" class="LineNr">437 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"a:<a href='043space.cc.html#L80'>address</a>:number"</span><span class="Delimiter">),</span> b<span class="Delimiter">(</span><span class="Constant">"b:boolean"</span><span class="Delimiter">);</span> <span id="L438" class="LineNr">438 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>!<span class="Delimiter">(</span>*a<span class="Delimiter">.</span>type < *b<span class="Delimiter">.</span>type<span class="Delimiter">));</span> <span id="L439" class="LineNr">439 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>*b<span class="Delimiter">.</span>type < *a<span class="Delimiter">.</span>type<span class="Delimiter">);</span> <span id="L440" class="LineNr">440 </span><span class="Delimiter">}</span> <span id="L441" class="LineNr">441 </span><span class="Normal">void</span> test_compare_lists_with_identical_structure<span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L442" class="LineNr">442 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"a:<a href='043space.cc.html#L82'>address</a>:address"</span><span class="Delimiter">),</span> b<span class="Delimiter">(</span><span class="Constant">"b:<a href='043space.cc.html#L82'>address</a>:boolean"</span><span class="Delimiter">);</span> +<span id="L442" class="LineNr">442 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"a:<a href='043space.cc.html#L80'>address</a>:address"</span><span class="Delimiter">),</span> b<span class="Delimiter">(</span><span class="Constant">"b:<a href='043space.cc.html#L80'>address</a>:boolean"</span><span class="Delimiter">);</span> <span id="L443" class="LineNr">443 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>*a<span class="Delimiter">.</span>type < *b<span class="Delimiter">.</span>type<span class="Delimiter">);</span> <span id="L444" class="LineNr">444 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>!<span class="Delimiter">(</span>*b<span class="Delimiter">.</span>type < *a<span class="Delimiter">.</span>type<span class="Delimiter">));</span> <span id="L445" class="LineNr">445 </span><span class="Delimiter">}</span> <span id="L446" class="LineNr">446 </span><span class="Normal">void</span> test_compare_identical_lists<span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L447" class="LineNr">447 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"a:<a href='043space.cc.html#L82'>address</a>:boolean"</span><span class="Delimiter">),</span> b<span class="Delimiter">(</span><span class="Constant">"b:<a href='043space.cc.html#L82'>address</a>:boolean"</span><span class="Delimiter">);</span> +<span id="L447" class="LineNr">447 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"a:<a href='043space.cc.html#L80'>address</a>:boolean"</span><span class="Delimiter">),</span> b<span class="Delimiter">(</span><span class="Constant">"b:<a href='043space.cc.html#L80'>address</a>:boolean"</span><span class="Delimiter">);</span> <span id="L448" class="LineNr">448 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>!<span class="Delimiter">(</span>*a<span class="Delimiter">.</span>type < *b<span class="Delimiter">.</span>type<span class="Delimiter">));</span> <span id="L449" class="LineNr">449 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>!<span class="Delimiter">(</span>*b<span class="Delimiter">.</span>type < *a<span class="Delimiter">.</span>type<span class="Delimiter">));</span> <span id="L450" class="LineNr">450 </span><span class="Delimiter">}</span> <span id="L451" class="LineNr">451 </span><span class="Normal">void</span> test_compare_list_with_extra_element<span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L452" class="LineNr">452 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"a:<a href='043space.cc.html#L82'>address</a>:address"</span><span class="Delimiter">),</span> b<span class="Delimiter">(</span><span class="Constant">"b:<a href='043space.cc.html#L82'>address</a>:<a href='043space.cc.html#L82'>address</a>:number"</span><span class="Delimiter">);</span> +<span id="L452" class="LineNr">452 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"a:<a href='043space.cc.html#L80'>address</a>:address"</span><span class="Delimiter">),</span> b<span class="Delimiter">(</span><span class="Constant">"b:<a href='043space.cc.html#L80'>address</a>:<a href='043space.cc.html#L80'>address</a>:number"</span><span class="Delimiter">);</span> <span id="L453" class="LineNr">453 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>*a<span class="Delimiter">.</span>type < *b<span class="Delimiter">.</span>type<span class="Delimiter">);</span> <span id="L454" class="LineNr">454 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>!<span class="Delimiter">(</span>*b<span class="Delimiter">.</span>type < *a<span class="Delimiter">.</span>type<span class="Delimiter">));</span> <span id="L455" class="LineNr">455 </span><span class="Delimiter">}</span> <span id="L456" class="LineNr">456 </span><span class="Normal">void</span> test_compare_list_with_smaller_left_but_larger_right<span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L457" class="LineNr">457 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"a:<a href='043space.cc.html#L82'>address</a>:number"</span><span class="Delimiter">),</span> b<span class="Delimiter">(</span><span class="Constant">"b:character:array"</span><span class="Delimiter">);</span> +<span id="L457" class="LineNr">457 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"a:<a href='043space.cc.html#L80'>address</a>:number"</span><span class="Delimiter">),</span> b<span class="Delimiter">(</span><span class="Constant">"b:character:array"</span><span class="Delimiter">);</span> <span id="L458" class="LineNr">458 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>*a<span class="Delimiter">.</span>type < *b<span class="Delimiter">.</span>type<span class="Delimiter">);</span> <span id="L459" class="LineNr">459 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>!<span class="Delimiter">(</span>*b<span class="Delimiter">.</span>type < *a<span class="Delimiter">.</span>type<span class="Delimiter">));</span> <span id="L460" class="LineNr">460 </span><span class="Delimiter">}</span> <span id="L461" class="LineNr">461 </span><span class="Normal">void</span> test_compare_list_with_smaller_left_but_larger_right_identical_types<span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L462" class="LineNr">462 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"a:<a href='043space.cc.html#L82'>address</a>:boolean"</span><span class="Delimiter">),</span> b<span class="Delimiter">(</span><span class="Constant">"b:boolean:address"</span><span class="Delimiter">);</span> +<span id="L462" class="LineNr">462 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"a:<a href='043space.cc.html#L80'>address</a>:boolean"</span><span class="Delimiter">),</span> b<span class="Delimiter">(</span><span class="Constant">"b:boolean:address"</span><span class="Delimiter">);</span> <span id="L463" class="LineNr">463 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>*a<span class="Delimiter">.</span>type < *b<span class="Delimiter">.</span>type<span class="Delimiter">);</span> <span id="L464" class="LineNr">464 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>!<span class="Delimiter">(</span>*b<span class="Delimiter">.</span>type < *a<span class="Delimiter">.</span>type<span class="Delimiter">));</span> <span id="L465" class="LineNr">465 </span><span class="Delimiter">}</span> @@ -539,10 +538,10 @@ if ('onhashchange' in window) { <span id="L475" class="LineNr">475 </span>reagent& reagent::<span class="Normal">operator</span>=<span class="Delimiter">(</span><span class="Normal">const</span> reagent& other<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L476" class="LineNr">476 </span> original_string = other<span class="Delimiter">.</span>original_string<span class="Delimiter">;</span> <span id="L477" class="LineNr">477 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>properties<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L478" class="LineNr">478 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">)</span> <span class="Normal">delete</span> properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">;</span> +<span id="L478" class="LineNr">478 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">)</span> <span class="Normal">delete</span> properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">;</span> <span id="L479" class="LineNr">479 </span> properties<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L480" class="LineNr">480 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>other<span class="Delimiter">.</span>properties<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L481" class="LineNr">481 </span> <span class="Conceal">¦</span> properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span>other<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first<span class="Delimiter">,</span> copy<span class="Delimiter">(</span>other<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">)));</span> +<span id="L481" class="LineNr">481 </span> properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span>other<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first<span class="Delimiter">,</span> copy<span class="Delimiter">(</span>other<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">)));</span> <span id="L482" class="LineNr">482 </span> name = other<span class="Delimiter">.</span>name<span class="Delimiter">;</span> <span id="L483" class="LineNr">483 </span> value = other<span class="Delimiter">.</span>value<span class="Delimiter">;</span> <span id="L484" class="LineNr">484 </span> initialized = other<span class="Delimiter">.</span>initialized<span class="Delimiter">;</span> @@ -558,10 +557,10 @@ if ('onhashchange' in window) { <span id="L494" class="LineNr">494 </span> <span id="L495" class="LineNr">495 </span><span class="Normal">void</span> reagent::<a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L496" class="LineNr">496 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>properties<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L497" class="LineNr">497 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L498" class="LineNr">498 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">delete</span> properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">;</span> -<span id="L499" class="LineNr">499 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second = <span class="Constant">NULL</span><span class="Delimiter">;</span> -<span id="L500" class="LineNr">500 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L497" class="LineNr">497 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L498" class="LineNr">498 </span> <span class="Normal">delete</span> properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">;</span> +<span id="L499" class="LineNr">499 </span> properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second = <span class="Constant">NULL</span><span class="Delimiter">;</span> +<span id="L500" class="LineNr">500 </span> <span class="Delimiter">}</span> <span id="L501" class="LineNr">501 </span> <span class="Delimiter">}</span> <span id="L502" class="LineNr">502 </span> <span class="Normal">delete</span> type<span class="Delimiter">;</span> <span id="L503" class="LineNr">503 </span> type = <span class="Constant">NULL</span><span class="Delimiter">;</span> @@ -577,8 +576,8 @@ if ('onhashchange' in window) { <span id="L513" class="LineNr">513 </span> <span id="L514" class="LineNr">514 </span><span class="Normal">void</span> append<span class="Delimiter">(</span>type_tree*& base<span class="Delimiter">,</span> type_tree* extra<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L515" class="LineNr">515 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!base<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L516" class="LineNr">516 </span> <span class="Conceal">¦</span> base = extra<span class="Delimiter">;</span> -<span id="L517" class="LineNr">517 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L516" class="LineNr">516 </span> base = extra<span class="Delimiter">;</span> +<span id="L517" class="LineNr">517 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L518" class="LineNr">518 </span> <span class="Delimiter">}</span> <span id="L519" class="LineNr">519 </span> type_tree* curr = base<span class="Delimiter">;</span> <span id="L520" class="LineNr">520 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>curr<span class="Delimiter">-></span>right<span class="Delimiter">)</span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">;</span> @@ -587,8 +586,8 @@ if ('onhashchange' in window) { <span id="L523" class="LineNr">523 </span> <span id="L524" class="LineNr">524 </span><span class="Normal">void</span> append<span class="Delimiter">(</span>string_tree*& base<span class="Delimiter">,</span> string_tree* extra<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L525" class="LineNr">525 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!base<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L526" class="LineNr">526 </span> <span class="Conceal">¦</span> base = extra<span class="Delimiter">;</span> -<span id="L527" class="LineNr">527 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L526" class="LineNr">526 </span> base = extra<span class="Delimiter">;</span> +<span id="L527" class="LineNr">527 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L528" class="LineNr">528 </span> <span class="Delimiter">}</span> <span id="L529" class="LineNr">529 </span> string_tree* curr = base<span class="Delimiter">;</span> <span id="L530" class="LineNr">530 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>curr<span class="Delimiter">-></span>right<span class="Delimiter">)</span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">;</span> @@ -599,26 +598,26 @@ if ('onhashchange' in window) { <span id="L535" class="LineNr">535 </span> ostringstream out<span class="Delimiter">;</span> <span id="L536" class="LineNr">536 </span> <span class="Normal">char</span> c<span class="Delimiter">;</span> <span id="L537" class="LineNr">537 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>in >> c<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L538" class="LineNr">538 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == delim<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L539" class="LineNr">539 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// drop the delim</span> -<span id="L540" class="LineNr">540 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L541" class="LineNr">541 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L542" class="LineNr">542 </span> <span class="Conceal">¦</span> out << c<span class="Delimiter">;</span> +<span id="L538" class="LineNr">538 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == delim<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L539" class="LineNr">539 </span> <span class="Comment">// drop the delim</span> +<span id="L540" class="LineNr">540 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L541" class="LineNr">541 </span> <span class="Delimiter">}</span> +<span id="L542" class="LineNr">542 </span> out << c<span class="Delimiter">;</span> <span id="L543" class="LineNr">543 </span> <span class="Delimiter">}</span> <span id="L544" class="LineNr">544 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L545" class="LineNr">545 </span><span class="Delimiter">}</span> <span id="L546" class="LineNr">546 </span> <span id="L547" class="LineNr">547 </span><span class="Normal">bool</span> has_property<span class="Delimiter">(</span><span class="Normal">const</span> reagent& x<span class="Delimiter">,</span> <span class="Normal">const</span> string& name<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L548" class="LineNr">548 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>x<span class="Delimiter">.</span>properties<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L549" class="LineNr">549 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first == name<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L549" class="LineNr">549 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first == name<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L550" class="LineNr">550 </span> <span class="Delimiter">}</span> <span id="L551" class="LineNr">551 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L552" class="LineNr">552 </span><span class="Delimiter">}</span> <span id="L553" class="LineNr">553 </span> <span id="L554" class="LineNr">554 </span>string_tree* property<span class="Delimiter">(</span><span class="Normal">const</span> reagent& r<span class="Delimiter">,</span> <span class="Normal">const</span> string& name<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L555" class="LineNr">555 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> p = <span class="Constant">0</span><span class="Delimiter">;</span> p != <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>properties<span class="Delimiter">);</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L556" class="LineNr">556 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>p<span class="Delimiter">).</span>first == name<span class="Delimiter">)</span> -<span id="L557" class="LineNr">557 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>p<span class="Delimiter">).</span>second<span class="Delimiter">;</span> +<span id="L556" class="LineNr">556 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>p<span class="Delimiter">).</span>first == name<span class="Delimiter">)</span> +<span id="L557" class="LineNr">557 </span> <span class="Identifier">return</span> r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>p<span class="Delimiter">).</span>second<span class="Delimiter">;</span> <span id="L558" class="LineNr">558 </span> <span class="Delimiter">}</span> <span id="L559" class="LineNr">559 </span> <span class="Identifier">return</span> <span class="Constant">NULL</span><span class="Delimiter">;</span> <span id="L560" class="LineNr">560 </span><span class="Delimiter">}</span> @@ -638,17 +637,17 @@ if ('onhashchange' in window) { <span id="L574" class="LineNr">574 </span><span class="Delimiter">:(code)</span> <span id="L575" class="LineNr">575 </span><span class="Normal">void</span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>istream& in<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L576" class="LineNr">576 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><span class="Constant">true</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L577" class="LineNr">577 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L578" class="LineNr">578 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> == <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L579" class="LineNr">579 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>isspace<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()))</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> -<span id="L580" class="LineNr">580 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Ignore<span class="Delimiter">.</span>find<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">())</span> != string::npos<span class="Delimiter">)</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> -<span id="L581" class="LineNr">581 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L577" class="LineNr">577 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L578" class="LineNr">578 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> == <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L579" class="LineNr">579 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>isspace<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()))</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> +<span id="L580" class="LineNr">580 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Ignore<span class="Delimiter">.</span>find<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">())</span> != string::npos<span class="Delimiter">)</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> +<span id="L581" class="LineNr">581 </span> <span class="Normal">else</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L582" class="LineNr">582 </span> <span class="Delimiter">}</span> <span id="L583" class="LineNr">583 </span><span class="Delimiter">}</span> <span id="L584" class="LineNr">584 </span> <span id="L585" class="LineNr">585 </span><span class="Normal">void</span> dump_memory<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L586" class="LineNr">586 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<<span class="Normal">int</span><span class="Delimiter">,</span> <span class="Normal">double</span>>::iterator p = Memory<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Memory<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L587" class="LineNr">587 </span> <span class="Conceal">¦</span> cout << p<span class="Delimiter">-></span>first << <span class="Constant">": "</span> << no_scientific<span class="Delimiter">(</span>p<span class="Delimiter">-></span>second<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L587" class="LineNr">587 </span> cout << p<span class="Delimiter">-></span>first << <span class="Constant">": "</span> << no_scientific<span class="Delimiter">(</span>p<span class="Delimiter">-></span>second<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L588" class="LineNr">588 </span> <span class="Delimiter">}</span> <span id="L589" class="LineNr">589 </span><span class="Delimiter">}</span> <span id="L590" class="LineNr">590 </span> @@ -662,7 +661,7 @@ if ('onhashchange' in window) { <span id="L598" class="LineNr">598 </span> ostringstream out<span class="Delimiter">;</span> <span id="L599" class="LineNr">599 </span> out << <span class="Constant">"recipe "</span> << r<span class="Delimiter">.</span>name << <span class="Constant">" [</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> <span id="L600" class="LineNr">600 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L601" class="LineNr">601 </span> <span class="Conceal">¦</span> out << <span class="Constant">" "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L601" class="LineNr">601 </span> out << <span class="Constant">" "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L602" class="LineNr">602 </span> out << <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> <span id="L603" class="LineNr">603 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L604" class="LineNr">604 </span><span class="Delimiter">}</span> @@ -671,7 +670,7 @@ if ('onhashchange' in window) { <span id="L607" class="LineNr">607 </span> ostringstream out<span class="Delimiter">;</span> <span id="L608" class="LineNr">608 </span> out << <span class="Constant">"recipe "</span> << r<span class="Delimiter">.</span>name << <span class="Constant">" [</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> <span id="L609" class="LineNr">609 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L610" class="LineNr">610 </span> <span class="Conceal">¦</span> out << <span class="Constant">" "</span> << to_original_string<span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L610" class="LineNr">610 </span> out << <span class="Constant">" "</span> << to_original_string<span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L611" class="LineNr">611 </span> out << <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> <span id="L612" class="LineNr">612 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L613" class="LineNr">613 </span><span class="Delimiter">}</span> @@ -681,14 +680,14 @@ if ('onhashchange' in window) { <span id="L617" class="LineNr">617 </span> out << <span class="Constant">"- <a href='010vm.cc.html#L19'>recipe</a> "</span> << x<span class="Delimiter">.</span>name << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L618" class="LineNr">618 </span> <span class="Comment">// Begin debug_string(recipe x)</span> <span id="L619" class="LineNr">619 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> index = <span class="Constant">0</span><span class="Delimiter">;</span> index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>x<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L620" class="LineNr">620 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = x<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L621" class="LineNr">621 </span> <span class="Conceal">¦</span> out << <span class="Constant">"inst: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L622" class="LineNr">622 </span> <span class="Conceal">¦</span> out << <span class="Constant">" ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L623" class="LineNr">623 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L624" class="LineNr">624 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> out << <span class="Constant">" "</span> << debug_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L625" class="LineNr">625 </span> <span class="Conceal">¦</span> out << <span class="Constant">" products</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L626" class="LineNr">626 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L627" class="LineNr">627 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> out << <span class="Constant">" "</span> << debug_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L620" class="LineNr">620 </span> <span class="Normal">const</span> instruction& inst = x<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L621" class="LineNr">621 </span> out << <span class="Constant">"inst: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L622" class="LineNr">622 </span> out << <span class="Constant">" ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L623" class="LineNr">623 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L624" class="LineNr">624 </span> out << <span class="Constant">" "</span> << debug_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L625" class="LineNr">625 </span> out << <span class="Constant">" products</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L626" class="LineNr">626 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L627" class="LineNr">627 </span> out << <span class="Constant">" "</span> << debug_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L628" class="LineNr">628 </span> <span class="Delimiter">}</span> <span id="L629" class="LineNr">629 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L630" class="LineNr">630 </span><span class="Delimiter">}</span> @@ -698,15 +697,15 @@ if ('onhashchange' in window) { <span id="L634" class="LineNr">634 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>original_string<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span> inst<span class="Delimiter">.</span>original_string<span class="Delimiter">;</span> <span id="L635" class="LineNr">635 </span> ostringstream out<span class="Delimiter">;</span> <span id="L636" class="LineNr">636 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L637" class="LineNr">637 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>i > <span class="Constant">0</span><span class="Delimiter">)</span> out << <span class="Constant">", "</span><span class="Delimiter">;</span> -<span id="L638" class="LineNr">638 </span> <span class="Conceal">¦</span> out << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string<span class="Delimiter">;</span> +<span id="L637" class="LineNr">637 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>i > <span class="Constant">0</span><span class="Delimiter">)</span> out << <span class="Constant">", "</span><span class="Delimiter">;</span> +<span id="L638" class="LineNr">638 </span> out << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string<span class="Delimiter">;</span> <span id="L639" class="LineNr">639 </span> <span class="Delimiter">}</span> <span id="L640" class="LineNr">640 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> out << <span class="Constant">" <- "</span><span class="Delimiter">;</span> <span id="L641" class="LineNr">641 </span> out << inst<span class="Delimiter">.</span>name<span class="Delimiter">;</span> <span id="L642" class="LineNr">642 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> <span id="L643" class="LineNr">643 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L644" class="LineNr">644 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>i > <span class="Constant">0</span><span class="Delimiter">)</span> out << <span class="Constant">", "</span><span class="Delimiter">;</span> -<span id="L645" class="LineNr">645 </span> <span class="Conceal">¦</span> out << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string<span class="Delimiter">;</span> +<span id="L644" class="LineNr">644 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>i > <span class="Constant">0</span><span class="Delimiter">)</span> out << <span class="Constant">", "</span><span class="Delimiter">;</span> +<span id="L645" class="LineNr">645 </span> out << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string<span class="Delimiter">;</span> <span id="L646" class="LineNr">646 </span> <span class="Delimiter">}</span> <span id="L647" class="LineNr">647 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L648" class="LineNr">648 </span><span class="Delimiter">}</span> @@ -715,14 +714,14 @@ if ('onhashchange' in window) { <span id="L651" class="LineNr">651 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Identifier">return</span> inst<span class="Delimiter">.</span>label<span class="Delimiter">;</span> <span id="L652" class="LineNr">652 </span> ostringstream out<span class="Delimiter">;</span> <span id="L653" class="LineNr">653 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L654" class="LineNr">654 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>i > <span class="Constant">0</span><span class="Delimiter">)</span> out << <span class="Constant">", "</span><span class="Delimiter">;</span> -<span id="L655" class="LineNr">655 </span> <span class="Conceal">¦</span> out << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L654" class="LineNr">654 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>i > <span class="Constant">0</span><span class="Delimiter">)</span> out << <span class="Constant">", "</span><span class="Delimiter">;</span> +<span id="L655" class="LineNr">655 </span> out << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> <span id="L656" class="LineNr">656 </span> <span class="Delimiter">}</span> <span id="L657" class="LineNr">657 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> out << <span class="Constant">" <- "</span><span class="Delimiter">;</span> <span id="L658" class="LineNr">658 </span> out << inst<span class="Delimiter">.</span>name << <span class="Constant">' '</span><span class="Delimiter">;</span> <span id="L659" class="LineNr">659 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L660" class="LineNr">660 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>i > <span class="Constant">0</span><span class="Delimiter">)</span> out << <span class="Constant">", "</span><span class="Delimiter">;</span> -<span id="L661" class="LineNr">661 </span> <span class="Conceal">¦</span> out << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L660" class="LineNr">660 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>i > <span class="Constant">0</span><span class="Delimiter">)</span> out << <span class="Constant">", "</span><span class="Delimiter">;</span> +<span id="L661" class="LineNr">661 </span> out << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> <span id="L662" class="LineNr">662 </span> <span class="Delimiter">}</span> <span id="L663" class="LineNr">663 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L664" class="LineNr">664 </span><span class="Delimiter">}</span> @@ -733,8 +732,8 @@ if ('onhashchange' in window) { <span id="L669" class="LineNr">669 </span> out << <span class="Constant">"{"</span><span class="Delimiter">;</span> <span id="L670" class="LineNr">670 </span> out << r<span class="Delimiter">.</span>name << <span class="Constant">": "</span> << names_to_string<span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">);</span> <span id="L671" class="LineNr">671 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L672" class="LineNr">672 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>properties<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L673" class="LineNr">673 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> out << <span class="Constant">", </span><span class="cSpecial">\"</span><span class="Constant">"</span> << r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first << <span class="Constant">"</span><span class="cSpecial">\"</span><span class="Constant">: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">);</span> +<span id="L672" class="LineNr">672 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>properties<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L673" class="LineNr">673 </span> out << <span class="Constant">", </span><span class="cSpecial">\"</span><span class="Constant">"</span> << r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first << <span class="Constant">"</span><span class="cSpecial">\"</span><span class="Constant">: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">);</span> <span id="L674" class="LineNr">674 </span> <span class="Delimiter">}</span> <span id="L675" class="LineNr">675 </span> out << <span class="Constant">"}"</span><span class="Delimiter">;</span> <span id="L676" class="LineNr">676 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> @@ -761,20 +760,20 @@ if ('onhashchange' in window) { <span id="L697" class="LineNr">697 </span><span class="Normal">void</span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span><span class="Normal">const</span> string_tree* x<span class="Delimiter">,</span> ostream& out<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L698" class="LineNr">698 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L699" class="LineNr">699 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L700" class="LineNr">700 </span> <span class="Conceal">¦</span> out << <span class="Constant">'"'</span> << x<span class="Delimiter">-></span>value << <span class="Constant">'"'</span><span class="Delimiter">;</span> -<span id="L701" class="LineNr">701 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L700" class="LineNr">700 </span> out << <span class="Constant">'"'</span> << x<span class="Delimiter">-></span>value << <span class="Constant">'"'</span><span class="Delimiter">;</span> +<span id="L701" class="LineNr">701 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L702" class="LineNr">702 </span> <span class="Delimiter">}</span> <span id="L703" class="LineNr">703 </span> out << <span class="Constant">'('</span><span class="Delimiter">;</span> <span id="L704" class="LineNr">704 </span> <span class="Normal">const</span> string_tree* curr = x<span class="Delimiter">;</span> <span id="L705" class="LineNr">705 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>curr && !curr<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L706" class="LineNr">706 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">,</span> out<span class="Delimiter">);</span> -<span id="L707" class="LineNr">707 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">-></span>right<span class="Delimiter">)</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> -<span id="L708" class="LineNr">708 </span> <span class="Conceal">¦</span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">;</span> +<span id="L706" class="LineNr">706 </span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">,</span> out<span class="Delimiter">);</span> +<span id="L707" class="LineNr">707 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">-></span>right<span class="Delimiter">)</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> +<span id="L708" class="LineNr">708 </span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">;</span> <span id="L709" class="LineNr">709 </span> <span class="Delimiter">}</span> <span id="L710" class="LineNr">710 </span> <span class="Comment">// check for dotted list; should never happen</span> <span id="L711" class="LineNr">711 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L712" class="LineNr">712 </span> <span class="Conceal">¦</span> out << <span class="Constant">". "</span><span class="Delimiter">;</span> -<span id="L713" class="LineNr">713 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span>curr<span class="Delimiter">,</span> out<span class="Delimiter">);</span> +<span id="L712" class="LineNr">712 </span> out << <span class="Constant">". "</span><span class="Delimiter">;</span> +<span id="L713" class="LineNr">713 </span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span>curr<span class="Delimiter">,</span> out<span class="Delimiter">);</span> <span id="L714" class="LineNr">714 </span> <span class="Delimiter">}</span> <span id="L715" class="LineNr">715 </span> out << <span class="Constant">')'</span><span class="Delimiter">;</span> <span id="L716" class="LineNr">716 </span><span class="Delimiter">}</span> @@ -789,29 +788,29 @@ if ('onhashchange' in window) { <span id="L725" class="LineNr">725 </span><span class="Normal">void</span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span><span class="Normal">const</span> type_tree* x<span class="Delimiter">,</span> ostream& out<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L726" class="LineNr">726 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L727" class="LineNr">727 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L728" class="LineNr">728 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span>x<span class="Delimiter">-></span>value<span class="Delimiter">,</span> out<span class="Delimiter">);</span> -<span id="L729" class="LineNr">729 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L728" class="LineNr">728 </span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span>x<span class="Delimiter">-></span>value<span class="Delimiter">,</span> out<span class="Delimiter">);</span> +<span id="L729" class="LineNr">729 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L730" class="LineNr">730 </span> <span class="Delimiter">}</span> <span id="L731" class="LineNr">731 </span> out << <span class="Constant">'('</span><span class="Delimiter">;</span> <span id="L732" class="LineNr">732 </span> <span class="Normal">const</span> type_tree* curr = x<span class="Delimiter">;</span> <span id="L733" class="LineNr">733 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>curr && !curr<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L734" class="LineNr">734 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">,</span> out<span class="Delimiter">);</span> -<span id="L735" class="LineNr">735 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">-></span>right<span class="Delimiter">)</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> -<span id="L736" class="LineNr">736 </span> <span class="Conceal">¦</span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">;</span> +<span id="L734" class="LineNr">734 </span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">,</span> out<span class="Delimiter">);</span> +<span id="L735" class="LineNr">735 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">-></span>right<span class="Delimiter">)</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> +<span id="L736" class="LineNr">736 </span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">;</span> <span id="L737" class="LineNr">737 </span> <span class="Delimiter">}</span> <span id="L738" class="LineNr">738 </span> <span class="Comment">// check for dotted list; should never happen</span> <span id="L739" class="LineNr">739 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L740" class="LineNr">740 </span> <span class="Conceal">¦</span> out << <span class="Constant">". "</span><span class="Delimiter">;</span> -<span id="L741" class="LineNr">741 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span>curr<span class="Delimiter">,</span> out<span class="Delimiter">);</span> +<span id="L740" class="LineNr">740 </span> out << <span class="Constant">". "</span><span class="Delimiter">;</span> +<span id="L741" class="LineNr">741 </span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span>curr<span class="Delimiter">,</span> out<span class="Delimiter">);</span> <span id="L742" class="LineNr">742 </span> <span class="Delimiter">}</span> <span id="L743" class="LineNr">743 </span> out << <span class="Constant">')'</span><span class="Delimiter">;</span> <span id="L744" class="LineNr">744 </span><span class="Delimiter">}</span> <span id="L745" class="LineNr">745 </span> <span id="L746" class="LineNr">746 </span><span class="Normal">void</span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span><a href='010vm.cc.html#L123'>type_ordinal</a> type<span class="Delimiter">,</span> ostream& out<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L747" class="LineNr">747 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">))</span> -<span id="L748" class="LineNr">748 </span> <span class="Conceal">¦</span> out << get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">).</span>name<span class="Delimiter">;</span> +<span id="L748" class="LineNr">748 </span> out << get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">).</span>name<span class="Delimiter">;</span> <span id="L749" class="LineNr">749 </span> <span class="Normal">else</span> -<span id="L750" class="LineNr">750 </span> <span class="Conceal">¦</span> out << <span class="Constant">"?"</span> << type<span class="Delimiter">;</span> +<span id="L750" class="LineNr">750 </span> out << <span class="Constant">"?"</span> << type<span class="Delimiter">;</span> <span id="L751" class="LineNr">751 </span><span class="Delimiter">}</span> <span id="L752" class="LineNr">752 </span> <span id="L753" class="LineNr">753 </span>string names_to_string<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* type<span class="Delimiter">)</span> <span class="Delimiter">{</span> @@ -824,20 +823,20 @@ if ('onhashchange' in window) { <span id="L760" class="LineNr">760 </span><span class="Normal">void</span> dump_names<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* x<span class="Delimiter">,</span> ostream& out<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L761" class="LineNr">761 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L762" class="LineNr">762 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L763" class="LineNr">763 </span> <span class="Conceal">¦</span> out << <span class="Constant">'"'</span> << x<span class="Delimiter">-></span>name << <span class="Constant">'"'</span><span class="Delimiter">;</span> -<span id="L764" class="LineNr">764 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L763" class="LineNr">763 </span> out << <span class="Constant">'"'</span> << x<span class="Delimiter">-></span>name << <span class="Constant">'"'</span><span class="Delimiter">;</span> +<span id="L764" class="LineNr">764 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L765" class="LineNr">765 </span> <span class="Delimiter">}</span> <span id="L766" class="LineNr">766 </span> out << <span class="Constant">'('</span><span class="Delimiter">;</span> <span id="L767" class="LineNr">767 </span> <span class="Normal">const</span> type_tree* curr = x<span class="Delimiter">;</span> <span id="L768" class="LineNr">768 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>curr && !curr<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L769" class="LineNr">769 </span> <span class="Conceal">¦</span> dump_names<span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">,</span> out<span class="Delimiter">);</span> -<span id="L770" class="LineNr">770 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">-></span>right<span class="Delimiter">)</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> -<span id="L771" class="LineNr">771 </span> <span class="Conceal">¦</span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">;</span> +<span id="L769" class="LineNr">769 </span> dump_names<span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">,</span> out<span class="Delimiter">);</span> +<span id="L770" class="LineNr">770 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">-></span>right<span class="Delimiter">)</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> +<span id="L771" class="LineNr">771 </span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">;</span> <span id="L772" class="LineNr">772 </span> <span class="Delimiter">}</span> <span id="L773" class="LineNr">773 </span> <span class="Comment">// check for dotted list; should never happen</span> <span id="L774" class="LineNr">774 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L775" class="LineNr">775 </span> <span class="Conceal">¦</span> out << <span class="Constant">". "</span><span class="Delimiter">;</span> -<span id="L776" class="LineNr">776 </span> <span class="Conceal">¦</span> dump_names<span class="Delimiter">(</span>curr<span class="Delimiter">,</span> out<span class="Delimiter">);</span> +<span id="L775" class="LineNr">775 </span> out << <span class="Constant">". "</span><span class="Delimiter">;</span> +<span id="L776" class="LineNr">776 </span> dump_names<span class="Delimiter">(</span>curr<span class="Delimiter">,</span> out<span class="Delimiter">);</span> <span id="L777" class="LineNr">777 </span> <span class="Delimiter">}</span> <span id="L778" class="LineNr">778 </span> out << <span class="Constant">')'</span><span class="Delimiter">;</span> <span id="L779" class="LineNr">779 </span><span class="Delimiter">}</span> @@ -852,28 +851,28 @@ if ('onhashchange' in window) { <span id="L788" class="LineNr">788 </span><span class="Normal">void</span> dump_names_without_quotes<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* x<span class="Delimiter">,</span> ostream& out<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L789" class="LineNr">789 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L790" class="LineNr">790 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L791" class="LineNr">791 </span> <span class="Conceal">¦</span> out << x<span class="Delimiter">-></span>name<span class="Delimiter">;</span> -<span id="L792" class="LineNr">792 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L791" class="LineNr">791 </span> out << x<span class="Delimiter">-></span>name<span class="Delimiter">;</span> +<span id="L792" class="LineNr">792 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L793" class="LineNr">793 </span> <span class="Delimiter">}</span> <span id="L794" class="LineNr">794 </span> out << <span class="Constant">'('</span><span class="Delimiter">;</span> <span id="L795" class="LineNr">795 </span> <span class="Normal">const</span> type_tree* curr = x<span class="Delimiter">;</span> <span id="L796" class="LineNr">796 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>curr && !curr<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L797" class="LineNr">797 </span> <span class="Conceal">¦</span> dump_names_without_quotes<span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">,</span> out<span class="Delimiter">);</span> -<span id="L798" class="LineNr">798 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">-></span>right<span class="Delimiter">)</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> -<span id="L799" class="LineNr">799 </span> <span class="Conceal">¦</span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">;</span> +<span id="L797" class="LineNr">797 </span> dump_names_without_quotes<span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">,</span> out<span class="Delimiter">);</span> +<span id="L798" class="LineNr">798 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">-></span>right<span class="Delimiter">)</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> +<span id="L799" class="LineNr">799 </span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">;</span> <span id="L800" class="LineNr">800 </span> <span class="Delimiter">}</span> <span id="L801" class="LineNr">801 </span> <span class="Comment">// check for dotted list; should never happen</span> <span id="L802" class="LineNr">802 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L803" class="LineNr">803 </span> <span class="Conceal">¦</span> out << <span class="Constant">". "</span><span class="Delimiter">;</span> -<span id="L804" class="LineNr">804 </span> <span class="Conceal">¦</span> dump_names_without_quotes<span class="Delimiter">(</span>curr<span class="Delimiter">,</span> out<span class="Delimiter">);</span> +<span id="L803" class="LineNr">803 </span> out << <span class="Constant">". "</span><span class="Delimiter">;</span> +<span id="L804" class="LineNr">804 </span> dump_names_without_quotes<span class="Delimiter">(</span>curr<span class="Delimiter">,</span> out<span class="Delimiter">);</span> <span id="L805" class="LineNr">805 </span> <span class="Delimiter">}</span> <span id="L806" class="LineNr">806 </span> out << <span class="Constant">')'</span><span class="Delimiter">;</span> <span id="L807" class="LineNr">807 </span><span class="Delimiter">}</span> <span id="L808" class="LineNr">808 </span> <span id="L809" class="LineNr">809 </span><span class="Normal">bool</span> is_integer<span class="Delimiter">(</span><span class="Normal">const</span> string& s<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L810" class="LineNr">810 </span> <span class="Identifier">return</span> s<span class="Delimiter">.</span>find_first_not_of<span class="Delimiter">(</span><span class="Constant">"0123456789-"</span><span class="Delimiter">)</span> == string::npos <span class="Comment">// no other characters</span> -<span id="L811" class="LineNr">811 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && s<span class="Delimiter">.</span>find_first_of<span class="Delimiter">(</span><span class="Constant">"0123456789"</span><span class="Delimiter">)</span> != string::npos <span class="Comment">// at least one digit</span> -<span id="L812" class="LineNr">812 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && s<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">'-'</span><span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">)</span> == string::npos<span class="Delimiter">;</span> <span class="Comment">// '-' only at first position</span> +<span id="L811" class="LineNr">811 </span> && s<span class="Delimiter">.</span>find_first_of<span class="Delimiter">(</span><span class="Constant">"0123456789"</span><span class="Delimiter">)</span> != string::npos <span class="Comment">// at least one digit</span> +<span id="L812" class="LineNr">812 </span> && s<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">'-'</span><span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">)</span> == string::npos<span class="Delimiter">;</span> <span class="Comment">// '-' only at first position</span> <span id="L813" class="LineNr">813 </span><span class="Delimiter">}</span> <span id="L814" class="LineNr">814 </span> <span id="L815" class="LineNr">815 </span><span class="Normal">int</span> to_integer<span class="Delimiter">(</span>string n<span class="Delimiter">)</span> <span class="Delimiter">{</span> @@ -906,9 +905,9 @@ if ('onhashchange' in window) { <span id="L842" class="LineNr">842 </span><span class="Delimiter">:(code)</span> <span id="L843" class="LineNr">843 </span>ostream& <span class="Normal">operator</span><<<span class="Delimiter">(</span>ostream& os<span class="Delimiter">,</span> no_scientific x<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L844" class="LineNr">844 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!isfinite<span class="Delimiter">(</span>x<span class="Delimiter">.</span>x<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L845" class="LineNr">845 </span> <span class="Conceal">¦</span> <span class="Comment">// Infinity or NaN</span> -<span id="L846" class="LineNr">846 </span> <span class="Conceal">¦</span> os << x<span class="Delimiter">.</span>x<span class="Delimiter">;</span> -<span id="L847" class="LineNr">847 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> os<span class="Delimiter">;</span> +<span id="L845" class="LineNr">845 </span> <span class="Comment">// Infinity or NaN</span> +<span id="L846" class="LineNr">846 </span> os << x<span class="Delimiter">.</span>x<span class="Delimiter">;</span> +<span id="L847" class="LineNr">847 </span> <span class="Identifier">return</span> os<span class="Delimiter">;</span> <span id="L848" class="LineNr">848 </span> <span class="Delimiter">}</span> <span id="L849" class="LineNr">849 </span> ostringstream tmp<span class="Delimiter">;</span> <span id="L850" class="LineNr">850 </span> <span class="Comment">// more accurate, but too slow</span> @@ -923,8 +922,8 @@ if ('onhashchange' in window) { <span id="L859" class="LineNr">859 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">'.'</span><span class="Delimiter">)</span> == string::npos<span class="Delimiter">)</span> <span class="Identifier">return</span> in<span class="Delimiter">;</span> <span id="L860" class="LineNr">860 </span> <span class="Normal">int</span> length = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L861" class="LineNr">861 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>length > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L862" class="LineNr">862 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>length-<span class="Constant">1</span><span class="Delimiter">)</span> != <span class="Constant">'0'</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L863" class="LineNr">863 </span> <span class="Conceal">¦</span> --length<span class="Delimiter">;</span> +<span id="L862" class="LineNr">862 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>length-<span class="Constant">1</span><span class="Delimiter">)</span> != <span class="Constant">'0'</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L863" class="LineNr">863 </span> --length<span class="Delimiter">;</span> <span id="L864" class="LineNr">864 </span> <span class="Delimiter">}</span> <span id="L865" class="LineNr">865 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>length-<span class="Constant">1</span><span class="Delimiter">)</span> == <span class="Constant">'.'</span><span class="Delimiter">)</span> --length<span class="Delimiter">;</span> <span id="L866" class="LineNr">866 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>length == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">"0"</span><span class="Delimiter">;</span> diff --git a/html/011load.cc.html b/html/011load.cc.html index 8f952e1b..10533966 100644 --- a/html/011load.cc.html +++ b/html/011load.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } -.traceAbsent { color: #c00000; } +.cSpecial { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } +.traceAbsent { color: #c00000; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -87,28 +86,28 @@ if ('onhashchange' in window) { <span id="L23" class="LineNr"> 23 </span> in >> std::noskipws<span class="Delimiter">;</span> <span id="L24" class="LineNr"> 24 </span> vector<recipe_ordinal> result<span class="Delimiter">;</span> <span id="L25" class="LineNr"> 25 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Conceal">¦</span> string command = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L29" class="LineNr"> 29 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>command<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L30" class="LineNr"> 30 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L31" class="LineNr"> 31 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L32" class="LineNr"> 32 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span> <span class="Comment">// Command Handlers</span> -<span id="L34" class="LineNr"> 34 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>command == <span class="Constant">"recipe"</span> || command == <span class="Constant">"def"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r = <a href='011load.cc.html#L53'>slurp_recipe</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>r > <span class="Constant">0</span><span class="Delimiter">)</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>r<span class="Delimiter">);</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>command == <span class="Constant">"recipe!"</span> || command == <span class="Constant">"def!"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Disable_redefine_checks = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r = <a href='011load.cc.html#L53'>slurp_recipe</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>r > <span class="Constant">0</span><span class="Delimiter">)</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>r<span class="Delimiter">);</span> -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Disable_redefine_checks = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> <span class="Comment">// End Command Handlers</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"unknown top-level command: "</span> << command << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L26" class="LineNr"> 26 </span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L27" class="LineNr"> 27 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L28" class="LineNr"> 28 </span> string command = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L29" class="LineNr"> 29 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>command<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L30" class="LineNr"> 30 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L31" class="LineNr"> 31 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L32" class="LineNr"> 32 </span> <span class="Delimiter">}</span> +<span id="L33" class="LineNr"> 33 </span> <span class="Comment">// Command Handlers</span> +<span id="L34" class="LineNr"> 34 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>command == <span class="Constant">"recipe"</span> || command == <span class="Constant">"def"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L35" class="LineNr"> 35 </span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r = <a href='011load.cc.html#L53'>slurp_recipe</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L36" class="LineNr"> 36 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r > <span class="Constant">0</span><span class="Delimiter">)</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>r<span class="Delimiter">);</span> +<span id="L37" class="LineNr"> 37 </span> <span class="Delimiter">}</span> +<span id="L38" class="LineNr"> 38 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>command == <span class="Constant">"recipe!"</span> || command == <span class="Constant">"def!"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L39" class="LineNr"> 39 </span> Disable_redefine_checks = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L40" class="LineNr"> 40 </span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r = <a href='011load.cc.html#L53'>slurp_recipe</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L41" class="LineNr"> 41 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r > <span class="Constant">0</span><span class="Delimiter">)</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>r<span class="Delimiter">);</span> +<span id="L42" class="LineNr"> 42 </span> Disable_redefine_checks = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Delimiter">}</span> +<span id="L44" class="LineNr"> 44 </span> <span class="Comment">// End Command Handlers</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L46" class="LineNr"> 46 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"unknown top-level command: "</span> << command << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L47" class="LineNr"> 47 </span> <span class="Delimiter">}</span> <span id="L48" class="LineNr"> 48 </span> <span class="Delimiter">}</span> <span id="L49" class="LineNr"> 49 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L50" class="LineNr"> 50 </span><span class="Delimiter">}</span> @@ -118,23 +117,23 @@ if ('onhashchange' in window) { <span id="L54" class="LineNr"> 54 </span> <a href='010vm.cc.html#L19'>recipe</a> result<span class="Delimiter">;</span> <span id="L55" class="LineNr"> 55 </span> result<span class="Delimiter">.</span>name = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L56" class="LineNr"> 56 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">.</span>name<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"file ended with 'recipe'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> -<span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L57" class="LineNr"> 57 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L58" class="LineNr"> 58 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"file ended with 'recipe'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L59" class="LineNr"> 59 </span> <span class="Identifier">return</span> -<span class="Constant">1</span><span class="Delimiter">;</span> <span id="L60" class="LineNr"> 60 </span> <span class="Delimiter">}</span> <span id="L61" class="LineNr"> 61 </span> <span class="Comment">// End Load Recipe Name</span> <span id="L62" class="LineNr"> 62 </span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L63" class="LineNr"> 63 </span> <span class="Comment">// End Recipe Refinements</span> <span id="L64" class="LineNr"> 64 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">.</span>name<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"empty result.name</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L65" class="LineNr"> 65 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"empty result.name</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L66" class="LineNr"> 66 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">"--- defining "</span> << result<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L67" class="LineNr"> 67 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> result<span class="Delimiter">.</span>name<span class="Delimiter">))</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> result<span class="Delimiter">.</span>name<span class="Delimiter">,</span> Next_recipe_ordinal++<span class="Delimiter">);</span> +<span id="L68" class="LineNr"> 68 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> result<span class="Delimiter">.</span>name<span class="Delimiter">,</span> Next_recipe_ordinal++<span class="Delimiter">);</span> <span id="L69" class="LineNr"> 69 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Recipe<span class="Delimiter">.</span>find<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> result<span class="Delimiter">.</span>name<span class="Delimiter">))</span> != Recipe<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">"already exists"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='011load.cc.html#L378'>should_check_for_redefine</a><span class="Delimiter">(</span>result<span class="Delimiter">.</span>name<span class="Delimiter">))</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"redefining <a href='010vm.cc.html#L19'>recipe</a> "</span> << result<span class="Delimiter">.</span>name << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> Recipe<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> result<span class="Delimiter">.</span>name<span class="Delimiter">));</span> +<span id="L70" class="LineNr"> 70 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">"already exists"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='011load.cc.html#L378'>should_check_for_redefine</a><span class="Delimiter">(</span>result<span class="Delimiter">.</span>name<span class="Delimiter">))</span> +<span id="L72" class="LineNr"> 72 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"redefining <a href='010vm.cc.html#L19'>recipe</a> "</span> << result<span class="Delimiter">.</span>name << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L73" class="LineNr"> 73 </span> Recipe<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> result<span class="Delimiter">.</span>name<span class="Delimiter">));</span> <span id="L74" class="LineNr"> 74 </span> <span class="Delimiter">}</span> <span id="L75" class="LineNr"> 75 </span> <a href='011load.cc.html#L81'>slurp_body</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> result<span class="Delimiter">);</span> <span id="L76" class="LineNr"> 76 </span> <span class="Comment">// End Recipe Body(result)</span> @@ -146,14 +145,14 @@ if ('onhashchange' in window) { <span id="L82" class="LineNr"> 82 </span> in >> std::noskipws<span class="Delimiter">;</span> <span id="L83" class="LineNr"> 83 </span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L84" class="LineNr"> 84 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>get<span class="Delimiter">()</span> != <span class="Constant">'['</span><span class="Delimiter">)</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << result<span class="Delimiter">.</span>name << <span class="Constant">": <a href='010vm.cc.html#L19'>recipe</a> body must begin with '['</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L85" class="LineNr"> 85 </span> <a href='003trace.cc.html#L174'>raise</a> << result<span class="Delimiter">.</span>name << <span class="Constant">": <a href='010vm.cc.html#L19'>recipe</a> body must begin with '['</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L86" class="LineNr"> 86 </span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span class="Comment">// permit trailing comment after '['</span> <span id="L87" class="LineNr"> 87 </span> <a href='010vm.cc.html#L32'>instruction</a> curr<span class="Delimiter">;</span> <span id="L88" class="LineNr"> 88 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='011load.cc.html#L96'>next_instruction</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> &curr<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> curr<span class="Delimiter">.</span>original_string = to_original_string<span class="Delimiter">(</span>curr<span class="Delimiter">);</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <span class="Comment">// End Rewrite Instruction(curr, recipe result)</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"load"</span><span class="Delimiter">)</span> << <span class="Constant">"after rewriting: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>curr<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!curr<span class="Delimiter">.</span>is_empty<span class="Delimiter">())</span> result<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>curr<span class="Delimiter">);</span> +<span id="L89" class="LineNr"> 89 </span> curr<span class="Delimiter">.</span>original_string = to_original_string<span class="Delimiter">(</span>curr<span class="Delimiter">);</span> +<span id="L90" class="LineNr"> 90 </span> <span class="Comment">// End Rewrite Instruction(curr, recipe result)</span> +<span id="L91" class="LineNr"> 91 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"load"</span><span class="Delimiter">)</span> << <span class="Constant">"after rewriting: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>curr<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L92" class="LineNr"> 92 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!curr<span class="Delimiter">.</span>is_empty<span class="Delimiter">())</span> result<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>curr<span class="Delimiter">);</span> <span id="L93" class="LineNr"> 93 </span> <span class="Delimiter">}</span> <span id="L94" class="LineNr"> 94 </span><span class="Delimiter">}</span> <span id="L95" class="LineNr"> 95 </span> @@ -161,67 +160,67 @@ if ('onhashchange' in window) { <span id="L97" class="LineNr"> 97 </span> curr<span class="Delimiter">-></span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L98" class="LineNr"> 98 </span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L99" class="LineNr"> 99 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete <a href='010vm.cc.html#L19'>recipe</a> at <a href='003trace.cc.html#L203'>end</a> of file (0)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L100" class="LineNr">100 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete <a href='010vm.cc.html#L19'>recipe</a> at <a href='003trace.cc.html#L203'>end</a> of file (0)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L101" class="LineNr">101 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L102" class="LineNr">102 </span> <span class="Delimiter">}</span> <span id="L103" class="LineNr">103 </span> <span id="L104" class="LineNr">104 </span> vector<string> words<span class="Delimiter">;</span> <span id="L105" class="LineNr">105 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">)</span> && in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L106" class="LineNr">106 </span> <span class="Conceal">¦</span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L107" class="LineNr">107 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L108" class="LineNr">108 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete <a href='010vm.cc.html#L19'>recipe</a> at <a href='003trace.cc.html#L203'>end</a> of file (1)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L110" class="LineNr">110 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> string word = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>word<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete <a href='010vm.cc.html#L19'>recipe</a> at <a href='003trace.cc.html#L203'>end</a> of file (2)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> words<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>word<span class="Delimiter">);</span> -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L106" class="LineNr">106 </span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L107" class="LineNr">107 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L108" class="LineNr">108 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete <a href='010vm.cc.html#L19'>recipe</a> at <a href='003trace.cc.html#L203'>end</a> of file (1)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L109" class="LineNr">109 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L110" class="LineNr">110 </span> <span class="Delimiter">}</span> +<span id="L111" class="LineNr">111 </span> string word = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L112" class="LineNr">112 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>word<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L113" class="LineNr">113 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L114" class="LineNr">114 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete <a href='010vm.cc.html#L19'>recipe</a> at <a href='003trace.cc.html#L203'>end</a> of file (2)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L115" class="LineNr">115 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L116" class="LineNr">116 </span> <span class="Delimiter">}</span> +<span id="L117" class="LineNr">117 </span> words<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>word<span class="Delimiter">);</span> +<span id="L118" class="LineNr">118 </span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L119" class="LineNr">119 </span> <span class="Delimiter">}</span> <span id="L120" class="LineNr">120 </span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L121" class="LineNr">121 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>words<span class="Delimiter">)</span> == <span class="Constant">1</span> && words<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> == <span class="Constant">"]"</span><span class="Delimiter">)</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span class="Comment">// end of recipe</span> +<span id="L122" class="LineNr">122 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span class="Comment">// end of recipe</span> <span id="L123" class="LineNr">123 </span> <span id="L124" class="LineNr">124 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>words<span class="Delimiter">)</span> == <span class="Constant">1</span> && <a href='011load.cc.html#L179'>is_label_word</a><span class="Delimiter">(</span>words<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> curr<span class="Delimiter">-></span>is_label = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> curr<span class="Delimiter">-></span>label = words<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">"label: "</span> << curr<span class="Delimiter">-></span>label << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L128" class="LineNr">128 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete <a href='010vm.cc.html#L19'>recipe</a> at <a href='003trace.cc.html#L203'>end</a> of file (3)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L125" class="LineNr">125 </span> curr<span class="Delimiter">-></span>is_label = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L126" class="LineNr">126 </span> curr<span class="Delimiter">-></span>label = words<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L127" class="LineNr">127 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">"label: "</span> << curr<span class="Delimiter">-></span>label << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L128" class="LineNr">128 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L129" class="LineNr">129 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete <a href='010vm.cc.html#L19'>recipe</a> at <a href='003trace.cc.html#L203'>end</a> of file (3)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L130" class="LineNr">130 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L131" class="LineNr">131 </span> <span class="Delimiter">}</span> +<span id="L132" class="LineNr">132 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L133" class="LineNr">133 </span> <span class="Delimiter">}</span> <span id="L134" class="LineNr">134 </span> <span id="L135" class="LineNr">135 </span> vector<string>::iterator p = words<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> <span id="L136" class="LineNr">136 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>find<span class="Delimiter">(</span>words<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> words<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">(),</span> <span class="Constant">"<-"</span><span class="Delimiter">)</span> != words<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(;</span> *p != <span class="Constant">"<-"</span><span class="Delimiter">;</span> ++p<span class="Delimiter">)</span> -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr<span class="Delimiter">-></span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span>*p<span class="Delimiter">));</span> -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> ++p<span class="Delimiter">;</span> <span class="Comment">// skip <-</span> +<span id="L137" class="LineNr">137 </span> <span class="Normal">for</span> <span class="Delimiter">(;</span> *p != <span class="Constant">"<-"</span><span class="Delimiter">;</span> ++p<span class="Delimiter">)</span> +<span id="L138" class="LineNr">138 </span> curr<span class="Delimiter">-></span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span>*p<span class="Delimiter">));</span> +<span id="L139" class="LineNr">139 </span> ++p<span class="Delimiter">;</span> <span class="Comment">// skip <-</span> <span id="L140" class="LineNr">140 </span> <span class="Delimiter">}</span> <span id="L141" class="LineNr">141 </span> <span id="L142" class="LineNr">142 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>p == words<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"instruction prematurely ended with '<-'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L144" class="LineNr">144 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L143" class="LineNr">143 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"instruction prematurely ended with '<-'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L144" class="LineNr">144 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L145" class="LineNr">145 </span> <span class="Delimiter">}</span> <span id="L146" class="LineNr">146 </span> curr<span class="Delimiter">-></span>name = *p<span class="Delimiter">;</span> ++p<span class="Delimiter">;</span> <span id="L147" class="LineNr">147 </span> <span class="Comment">// curr->operation will be set at transform time</span> <span id="L148" class="LineNr">148 </span> <span id="L149" class="LineNr">149 </span> <span class="Normal">for</span> <span class="Delimiter">(;</span> p != words<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> -<span id="L150" class="LineNr">150 </span> <span class="Conceal">¦</span> curr<span class="Delimiter">-></span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span>*p<span class="Delimiter">));</span> +<span id="L150" class="LineNr">150 </span> curr<span class="Delimiter">-></span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span>*p<span class="Delimiter">));</span> <span id="L151" class="LineNr">151 </span> <span id="L152" class="LineNr">152 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">"instruction: "</span> << curr<span class="Delimiter">-></span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L153" class="LineNr">153 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">" number of ingredients: "</span> << <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>curr<span class="Delimiter">-></span>ingredients<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L154" class="LineNr">154 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<reagent>::iterator p = curr<span class="Delimiter">-></span>ingredients<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != curr<span class="Delimiter">-></span>ingredients<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> -<span id="L155" class="LineNr">155 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">" ingredient: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>*p<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L155" class="LineNr">155 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">" ingredient: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>*p<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L156" class="LineNr">156 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<reagent>::iterator p = curr<span class="Delimiter">-></span>products<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != curr<span class="Delimiter">-></span>products<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> -<span id="L157" class="LineNr">157 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">" product: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>*p<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L157" class="LineNr">157 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">" product: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>*p<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L158" class="LineNr">158 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L159" class="LineNr">159 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"9: unbalanced '[' for <a href='010vm.cc.html#L19'>recipe</a></span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L160" class="LineNr">160 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L159" class="LineNr">159 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"9: unbalanced '[' for <a href='010vm.cc.html#L19'>recipe</a></span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L160" class="LineNr">160 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L161" class="LineNr">161 </span> <span class="Delimiter">}</span> <span id="L162" class="LineNr">162 </span> <span class="Comment">// End next_instruction(curr)</span> <span id="L163" class="LineNr">163 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> @@ -236,7 +235,7 @@ if ('onhashchange' in window) { <span id="L172" class="LineNr">172 </span> <a href='011load.cc.html#L220'>skip_whitespace_and_comments_but_not_newline</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L173" class="LineNr">173 </span> string result = out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L174" class="LineNr">174 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result != <span class="Constant">"["</span> && <a href='011load.cc.html#L184'>ends_with</a><span class="Delimiter">(</span>result<span class="Delimiter">,</span> <span class="Constant">'['</span><span class="Delimiter">))</span> -<span id="L175" class="LineNr">175 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"insert a space before '[' in '"</span> << result << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L175" class="LineNr">175 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"insert a space before '[' in '"</span> << result << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L176" class="LineNr">176 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L177" class="LineNr">177 </span><span class="Delimiter">}</span> <span id="L178" class="LineNr">178 </span> @@ -257,45 +256,45 @@ if ('onhashchange' in window) { <span id="L193" class="LineNr">193 </span><span class="Normal">void</span> <a href='011load.cc.html#L193'>slurp_word</a><span class="Delimiter">(</span>istream& in<span class="Delimiter">,</span> ostream& out<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L194" class="LineNr">194 </span> <span class="Normal">char</span> c<span class="Delimiter">;</span> <span id="L195" class="LineNr">195 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">)</span> && Terminators<span class="Delimiter">.</span>find<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">())</span> != string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L196" class="LineNr">196 </span> <span class="Conceal">¦</span> in >> c<span class="Delimiter">;</span> -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> out << c<span class="Delimiter">;</span> -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L196" class="LineNr">196 </span> in >> c<span class="Delimiter">;</span> +<span id="L197" class="LineNr">197 </span> out << c<span class="Delimiter">;</span> +<span id="L198" class="LineNr">198 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L199" class="LineNr">199 </span> <span class="Delimiter">}</span> <span id="L200" class="LineNr">200 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>in >> c<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L201" class="LineNr">201 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>isspace<span class="Delimiter">(</span>c<span class="Delimiter">)</span> || Terminators<span class="Delimiter">.</span>find<span class="Delimiter">(</span>c<span class="Delimiter">)</span> != string::npos || Ignore<span class="Delimiter">.</span>find<span class="Delimiter">(</span>c<span class="Delimiter">)</span> != string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L202" class="LineNr">202 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> in<span class="Delimiter">.</span>putback<span class="Delimiter">(</span>c<span class="Delimiter">);</span> -<span id="L203" class="LineNr">203 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L204" class="LineNr">204 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L205" class="LineNr">205 </span> <span class="Conceal">¦</span> out << c<span class="Delimiter">;</span> +<span id="L201" class="LineNr">201 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>isspace<span class="Delimiter">(</span>c<span class="Delimiter">)</span> || Terminators<span class="Delimiter">.</span>find<span class="Delimiter">(</span>c<span class="Delimiter">)</span> != string::npos || Ignore<span class="Delimiter">.</span>find<span class="Delimiter">(</span>c<span class="Delimiter">)</span> != string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L202" class="LineNr">202 </span> in<span class="Delimiter">.</span>putback<span class="Delimiter">(</span>c<span class="Delimiter">);</span> +<span id="L203" class="LineNr">203 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L204" class="LineNr">204 </span> <span class="Delimiter">}</span> +<span id="L205" class="LineNr">205 </span> out << c<span class="Delimiter">;</span> <span id="L206" class="LineNr">206 </span> <span class="Delimiter">}</span> <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="Normal">void</span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>istream& in<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L210" class="LineNr">210 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><span class="Constant">true</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L211" class="LineNr">211 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>isspace<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()))</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> -<span id="L213" class="LineNr">213 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Ignore<span class="Delimiter">.</span>find<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">())</span> != string::npos<span class="Delimiter">)</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> -<span id="L214" class="LineNr">214 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> == <span class="Constant">'#'</span><span class="Delimiter">)</span> <a href='011load.cc.html#L231'>skip_comment</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L211" class="LineNr">211 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L212" class="LineNr">212 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>isspace<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()))</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> +<span id="L213" class="LineNr">213 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Ignore<span class="Delimiter">.</span>find<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">())</span> != string::npos<span class="Delimiter">)</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> +<span id="L214" class="LineNr">214 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> == <span class="Constant">'#'</span><span class="Delimiter">)</span> <a href='011load.cc.html#L231'>skip_comment</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L215" class="LineNr">215 </span> <span class="Normal">else</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L216" class="LineNr">216 </span> <span class="Delimiter">}</span> <span id="L217" class="LineNr">217 </span><span class="Delimiter">}</span> <span id="L218" class="LineNr">218 </span> <span id="L219" class="LineNr">219 </span><span class="Comment">// confusing; move to the next line only to skip a comment, but never otherwise</span> <span id="L220" class="LineNr">220 </span><span class="Normal">void</span> <a href='011load.cc.html#L220'>skip_whitespace_and_comments_but_not_newline</a><span class="Delimiter">(</span>istream& in<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L221" class="LineNr">221 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><span class="Constant">true</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L222" class="LineNr">222 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L223" class="LineNr">223 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> == <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L224" class="LineNr">224 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>isspace<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()))</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> -<span id="L225" class="LineNr">225 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Ignore<span class="Delimiter">.</span>find<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">())</span> != string::npos<span class="Delimiter">)</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> -<span id="L226" class="LineNr">226 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> == <span class="Constant">'#'</span><span class="Delimiter">)</span> <a href='011load.cc.html#L231'>skip_comment</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L227" class="LineNr">227 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L222" class="LineNr">222 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L223" class="LineNr">223 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> == <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L224" class="LineNr">224 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>isspace<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()))</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> +<span id="L225" class="LineNr">225 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Ignore<span class="Delimiter">.</span>find<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">())</span> != string::npos<span class="Delimiter">)</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> +<span id="L226" class="LineNr">226 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> == <span class="Constant">'#'</span><span class="Delimiter">)</span> <a href='011load.cc.html#L231'>skip_comment</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L227" class="LineNr">227 </span> <span class="Normal">else</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L228" class="LineNr">228 </span> <span class="Delimiter">}</span> <span id="L229" class="LineNr">229 </span><span class="Delimiter">}</span> <span id="L230" class="LineNr">230 </span> <span id="L231" class="LineNr">231 </span><span class="Normal">void</span> <a href='011load.cc.html#L231'>skip_comment</a><span class="Delimiter">(</span>istream& in<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L232" class="LineNr">232 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">)</span> && in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> == <span class="Constant">'#'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L233" class="LineNr">233 </span> <span class="Conceal">¦</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> -<span id="L234" class="LineNr">234 </span> <span class="Conceal">¦</span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">)</span> && in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> +<span id="L233" class="LineNr">233 </span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> +<span id="L234" class="LineNr">234 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">)</span> && in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> <span id="L235" class="LineNr">235 </span> <span class="Delimiter">}</span> <span id="L236" class="LineNr">236 </span><span class="Delimiter">}</span> <span id="L237" class="LineNr">237 </span> @@ -400,7 +399,7 @@ if ('onhashchange' in window) { <span id="L336" class="LineNr">336 </span> <span id="L337" class="LineNr">337 </span><span class="Delimiter">:(scenario parse_multiple_types)</span> <span id="L338" class="LineNr">338 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L339" class="LineNr">339 </span> <span class="Constant">1</span>:number<span class="Delimiter">,</span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:number<span class="Special"> <- </span>copy <span class="Constant">23</span><span class="Delimiter">,</span> <span class="Constant">4</span>:number +<span id="L339" class="LineNr">339 </span> <span class="Constant">1</span>:number<span class="Delimiter">,</span> <span class="Constant">2</span>:<a href='043space.cc.html#L80'>address</a>:number<span class="Special"> <- </span>copy <span class="Constant">23</span><span class="Delimiter">,</span> <span class="Constant">4</span>:number <span id="L340" class="LineNr">340 </span>] <span id="L341" class="LineNr">341 </span><span class="traceContains">+parse: <a href='010vm.cc.html#L32'>instruction</a>: copy</span> <span id="L342" class="LineNr">342 </span><span class="traceContains">+parse: ingredient: {23: "literal"}</span> @@ -410,7 +409,7 @@ if ('onhashchange' in window) { <span id="L346" class="LineNr">346 </span> <span id="L347" class="LineNr">347 </span><span class="Delimiter">:(scenario parse_properties)</span> <span id="L348" class="LineNr">348 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L349" class="LineNr">349 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:number/lookup<span class="Special"> <- </span>copy <span class="Constant">23</span> +<span id="L349" class="LineNr">349 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:number/lookup<span class="Special"> <- </span>copy <span class="Constant">23</span> <span id="L350" class="LineNr">350 </span>] <span id="L351" class="LineNr">351 </span><span class="traceContains">+parse: product: {1: ("address" "number"), "lookup": ()}</span> <span id="L352" class="LineNr">352 </span> @@ -418,9 +417,9 @@ if ('onhashchange' in window) { <span id="L354" class="LineNr">354 </span><span class="Delimiter">:(code)</span> <span id="L355" class="LineNr">355 </span><span class="Normal">void</span> <a href='011load.cc.html#L355'>test_parse_comment_terminated_by_eof</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L356" class="LineNr">356 </span> load<span class="Delimiter">(</span><span class="Constant">"recipe <a href='000organization.cc.html#L113'>main</a> [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L357" class="LineNr">357 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="Constant">" a:number <- copy 34</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L358" class="LineNr">358 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L359" class="LineNr">359 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="Constant">"# abc"</span><span class="Delimiter">);</span> <span class="Comment">// no newline after comment</span> +<span id="L357" class="LineNr">357 </span> <span class="Constant">" a:number <- copy 34</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L358" class="LineNr">358 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L359" class="LineNr">359 </span> <span class="Constant">"# abc"</span><span class="Delimiter">);</span> <span class="Comment">// no newline after comment</span> <span id="L360" class="LineNr">360 </span> cerr << <span class="Constant">"."</span><span class="Delimiter">;</span> <span class="Comment">// termination = success</span> <span id="L361" class="LineNr">361 </span><span class="Delimiter">}</span> <span id="L362" class="LineNr">362 </span> @@ -470,7 +469,7 @@ if ('onhashchange' in window) { <span id="L406" class="LineNr">406 </span> cerr << <span class="Constant">'^'</span><span class="Delimiter">;</span> <span id="L407" class="LineNr">407 </span> <span class="Normal">char</span> c<span class="Delimiter">;</span> <span id="L408" class="LineNr">408 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>in >> c<span class="Delimiter">)</span> -<span id="L409" class="LineNr">409 </span> <span class="Conceal">¦</span> cerr << c<span class="Delimiter">;</span> +<span id="L409" class="LineNr">409 </span> cerr << c<span class="Delimiter">;</span> <span id="L410" class="LineNr">410 </span> cerr << <span class="Constant">"$</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> <span id="L411" class="LineNr">411 </span> exit<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L412" class="LineNr">412 </span><span class="Delimiter">}</span> diff --git a/html/012transform.cc.html b/html/012transform.cc.html index 2d50f1b6..2817d7fb 100644 --- a/html/012transform.cc.html +++ b/html/012transform.cc.html @@ -15,14 +15,13 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.Delimiter { color: #800080; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } --> </style> @@ -91,11 +90,11 @@ if ('onhashchange' in window) { <span id="L32" class="LineNr"> 32 </span><span class="Delimiter">:(code)</span> <span id="L33" class="LineNr"> 33 </span><span class="Normal">void</span> <a href='012transform.cc.html#L33'>initialize_transforms</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L34" class="LineNr"> 34 </span> <span class="Comment">// Begin Transforms</span> -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> <span class="Comment">// Begin Instruction Inserting/Deleting Transforms</span> -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> <span class="Comment">// End Instruction Inserting/Deleting Transforms</span> +<span id="L35" class="LineNr"> 35 </span> <span class="Comment">// Begin Instruction Inserting/Deleting Transforms</span> +<span id="L36" class="LineNr"> 36 </span> <span class="Comment">// End Instruction Inserting/Deleting Transforms</span> <span id="L37" class="LineNr"> 37 </span> -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> <span class="Comment">// Begin Instruction Modifying Transforms</span> -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <span class="Comment">// End Instruction Modifying Transforms</span> +<span id="L38" class="LineNr"> 38 </span> <span class="Comment">// Begin Instruction Modifying Transforms</span> +<span id="L39" class="LineNr"> 39 </span> <span class="Comment">// End Instruction Modifying Transforms</span> <span id="L40" class="LineNr"> 40 </span> <span class="Comment">// End Transforms</span> <span id="L41" class="LineNr"> 41 </span> <span id="L42" class="LineNr"> 42 </span> <span class="Comment">// Begin Checks</span> @@ -106,13 +105,13 @@ if ('onhashchange' in window) { <span id="L47" class="LineNr"> 47 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9990</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"=== transform_all()"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L48" class="LineNr"> 48 </span> <span class="Comment">// Begin transform_all</span> <span id="L49" class="LineNr"> 49 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> t = <span class="Constant">0</span><span class="Delimiter">;</span> t < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Transform<span class="Delimiter">);</span> ++t<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<recipe_ordinal<span class="Delimiter">,</span> recipe>::iterator p = Recipe<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Recipe<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> recipe& r = p<span class="Delimiter">-></span>second<span class="Delimiter">;</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>transformed_until != t-<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// End Transform Checks</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">(</span>*Transform<span class="Delimiter">.</span>at<span class="Delimiter">(</span>t<span class="Delimiter">))(</span><span class="Comment">/*</span><span class="Comment"><a href='010vm.cc.html#L14'>recipe_ordinal</a></span><span class="Comment">*/</span>p<span class="Delimiter">-></span>first<span class="Delimiter">);</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> r<span class="Delimiter">.</span>transformed_until = t<span class="Delimiter">;</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L50" class="LineNr"> 50 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<recipe_ordinal<span class="Delimiter">,</span> recipe>::iterator p = Recipe<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Recipe<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L51" class="LineNr"> 51 </span> recipe& r = p<span class="Delimiter">-></span>second<span class="Delimiter">;</span> +<span id="L52" class="LineNr"> 52 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>transformed_until != t-<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L53" class="LineNr"> 53 </span> <span class="Comment">// End Transform Checks</span> +<span id="L54" class="LineNr"> 54 </span> <span class="Delimiter">(</span>*Transform<span class="Delimiter">.</span>at<span class="Delimiter">(</span>t<span class="Delimiter">))(</span><span class="Comment">/*</span><span class="Comment"><a href='010vm.cc.html#L14'>recipe_ordinal</a></span><span class="Comment">*/</span>p<span class="Delimiter">-></span>first<span class="Delimiter">);</span> +<span id="L55" class="LineNr"> 55 </span> r<span class="Delimiter">.</span>transformed_until = t<span class="Delimiter">;</span> +<span id="L56" class="LineNr"> 56 </span> <span class="Delimiter">}</span> <span id="L57" class="LineNr"> 57 </span> <span class="Delimiter">}</span> <span id="L58" class="LineNr"> 58 </span> <a href='012transform.cc.html#L74'>parse_int_reagents</a><span class="Delimiter">();</span> <span class="Comment">// do this after all other transforms have run</span> <span id="L59" class="LineNr"> 59 </span> <span class="Comment">// End transform_all</span> @@ -133,17 +132,17 @@ if ('onhashchange' in window) { <span id="L74" class="LineNr"> 74 </span><span class="Normal">void</span> <a href='012transform.cc.html#L74'>parse_int_reagents</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L75" class="LineNr"> 75 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- parsing any uninitialized reagents as integers"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L76" class="LineNr"> 76 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<recipe_ordinal<span class="Delimiter">,</span> recipe>::iterator p = Recipe<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Recipe<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> recipe& r = p<span class="Delimiter">-></span>second<span class="Delimiter">;</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> index = <span class="Constant">0</span><span class="Delimiter">;</span> index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> instruction& inst = r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='012transform.cc.html#L91'>populate_value</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='012transform.cc.html#L91'>populate_value</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L77" class="LineNr"> 77 </span> recipe& r = p<span class="Delimiter">-></span>second<span class="Delimiter">;</span> +<span id="L78" class="LineNr"> 78 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> index = <span class="Constant">0</span><span class="Delimiter">;</span> index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L80" class="LineNr"> 80 </span> instruction& inst = r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L81" class="LineNr"> 81 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L82" class="LineNr"> 82 </span> <a href='012transform.cc.html#L91'>populate_value</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Delimiter">}</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L85" class="LineNr"> 85 </span> <a href='012transform.cc.html#L91'>populate_value</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L86" class="LineNr"> 86 </span> <span class="Delimiter">}</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Delimiter">}</span> <span id="L88" class="LineNr"> 88 </span> <span class="Delimiter">}</span> <span id="L89" class="LineNr"> 89 </span><span class="Delimiter">}</span> <span id="L90" class="LineNr"> 90 </span> diff --git a/html/013update_operation.cc.html b/html/013update_operation.cc.html index 5eea5199..cfdba20f 100644 --- a/html/013update_operation.cc.html +++ b/html/013update_operation.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.CommentedCode { color: #6c6c6c; } .traceContains { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } -.muRecipe { color: #ff8700; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.CommentedCode { color: #6c6c6c; } .cSpecial { color: #008000; } -.Special { color: #c00000; } --> </style> @@ -74,14 +73,14 @@ if ('onhashchange' in window) { <span id="L10" class="LineNr">10 </span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L11" class="LineNr">11 </span><span class="CommentedCode">//? cerr << "--- compute instruction operations for recipe " << caller.name << '\n';</span> <span id="L12" class="LineNr">12 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> index = <span class="Constant">0</span><span class="Delimiter">;</span> index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L13" class="LineNr">13 </span> <span class="Conceal">¦</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L14" class="LineNr">14 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L15" class="LineNr">15 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L16" class="LineNr">16 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"instruction '"</span> << inst<span class="Delimiter">.</span>name << <span class="Constant">"' has no <a href='010vm.cc.html#L19'>recipe</a> in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L17" class="LineNr">17 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L18" class="LineNr">18 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L19" class="LineNr">19 </span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>operation = get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>name<span class="Delimiter">);</span> -<span id="L20" class="LineNr">20 </span> <span class="Conceal">¦</span> <span class="Comment">// End Instruction Operation Checks</span> +<span id="L13" class="LineNr">13 </span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L14" class="LineNr">14 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L15" class="LineNr">15 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L16" class="LineNr">16 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"instruction '"</span> << inst<span class="Delimiter">.</span>name << <span class="Constant">"' has no <a href='010vm.cc.html#L19'>recipe</a> in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L17" class="LineNr">17 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L18" class="LineNr">18 </span> <span class="Delimiter">}</span> +<span id="L19" class="LineNr">19 </span> inst<span class="Delimiter">.</span>operation = get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>name<span class="Delimiter">);</span> +<span id="L20" class="LineNr">20 </span> <span class="Comment">// End Instruction Operation Checks</span> <span id="L21" class="LineNr">21 </span> <span class="Delimiter">}</span> <span id="L22" class="LineNr">22 </span><span class="Delimiter">}</span> <span id="L23" class="LineNr">23 </span> diff --git a/html/014literal_string.cc.html b/html/014literal_string.cc.html index 93cf8607..0d7a82e4 100644 --- a/html/014literal_string.cc.html +++ b/html/014literal_string.cc.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } +.cSpecial { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -72,13 +71,13 @@ if ('onhashchange' in window) { <span id="L9" class="LineNr"> 9 </span><span class="Delimiter">:(scenarios load)</span> <span id="L10" class="LineNr"> 10 </span><span class="Delimiter">:(scenario string_literal)</span> <span id="L11" class="LineNr"> 11 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L12" class="LineNr"> 12 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:character<span class="Special"> <- </span>copy [abc def] +<span id="L12" class="LineNr"> 12 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:character<span class="Special"> <- </span>copy [abc def] <span id="L13" class="LineNr"> 13 </span>] <span id="L14" class="LineNr"> 14 </span><span class="traceContains">+parse: ingredient: {"abc def": "literal-string"}</span> <span id="L15" class="LineNr"> 15 </span> <span id="L16" class="LineNr"> 16 </span><span class="Delimiter">:(scenario string_literal_with_colons)</span> <span id="L17" class="LineNr"> 17 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L18" class="LineNr"> 18 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:character<span class="Special"> <- </span>copy [abc:def/ghi] +<span id="L18" class="LineNr"> 18 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:character<span class="Special"> <- </span>copy [abc:def/ghi] <span id="L19" class="LineNr"> 19 </span>] <span id="L20" class="LineNr"> 20 </span><span class="traceContains">+parse: ingredient: {"abc:def/ghi": "literal-string"}</span> <span id="L21" class="LineNr"> 21 </span> @@ -97,9 +96,9 @@ if ('onhashchange' in window) { <span id="L34" class="LineNr"> 34 </span> ostringstream out<span class="Delimiter">;</span> <span id="L35" class="LineNr"> 35 </span> assert<span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">));</span> assert<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> == <span class="Constant">'['</span><span class="Delimiter">);</span> out << <span class="Normal">static_cast</span><<span class="Normal">char</span>><span class="Delimiter">(</span>in<span class="Delimiter">.</span>get<span class="Delimiter">());</span> <span class="Comment">// slurp the '['</span> <span id="L36" class="LineNr"> 36 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='014literal_string.cc.html#L45'>is_code_string</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> out<span class="Delimiter">))</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> <a href='014literal_string.cc.html#L82'>slurp_quoted_comment_aware</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> out<span class="Delimiter">);</span> +<span id="L37" class="LineNr"> 37 </span> <a href='014literal_string.cc.html#L82'>slurp_quoted_comment_aware</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> out<span class="Delimiter">);</span> <span id="L38" class="LineNr"> 38 </span> <span class="Normal">else</span> -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <a href='014literal_string.cc.html#L62'>slurp_quoted_comment_oblivious</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> out<span class="Delimiter">);</span> +<span id="L39" class="LineNr"> 39 </span> <a href='014literal_string.cc.html#L62'>slurp_quoted_comment_oblivious</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> out<span class="Delimiter">);</span> <span id="L40" class="LineNr"> 40 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L41" class="LineNr"> 41 </span><span class="Delimiter">}</span> <span id="L42" class="LineNr"> 42 </span> @@ -107,15 +106,15 @@ if ('onhashchange' in window) { <span id="L44" class="LineNr"> 44 </span><span class="Comment">// brackets) if it contains a newline at the start before any non-whitespace.</span> <span id="L45" class="LineNr"> 45 </span><span class="Normal">bool</span> <a href='014literal_string.cc.html#L45'>is_code_string</a><span class="Delimiter">(</span>istream& in<span class="Delimiter">,</span> ostream& out<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L46" class="LineNr"> 46 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span> <span class="Normal">char</span> c = in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!isspace<span class="Delimiter">(</span>c<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> in<span class="Delimiter">.</span>putback<span class="Delimiter">(</span>c<span class="Delimiter">);</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span> out << c<span class="Delimiter">;</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L47" class="LineNr"> 47 </span> <span class="Normal">char</span> c = in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> +<span id="L48" class="LineNr"> 48 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!isspace<span class="Delimiter">(</span>c<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L49" class="LineNr"> 49 </span> in<span class="Delimiter">.</span>putback<span class="Delimiter">(</span>c<span class="Delimiter">);</span> +<span id="L50" class="LineNr"> 50 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L51" class="LineNr"> 51 </span> <span class="Delimiter">}</span> +<span id="L52" class="LineNr"> 52 </span> out << c<span class="Delimiter">;</span> +<span id="L53" class="LineNr"> 53 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L54" class="LineNr"> 54 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L55" class="LineNr"> 55 </span> <span class="Delimiter">}</span> <span id="L56" class="LineNr"> 56 </span> <span class="Delimiter">}</span> <span id="L57" class="LineNr"> 57 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L58" class="LineNr"> 58 </span><span class="Delimiter">}</span> @@ -125,19 +124,19 @@ if ('onhashchange' in window) { <span id="L62" class="LineNr"> 62 </span><span class="Normal">void</span> <a href='014literal_string.cc.html#L62'>slurp_quoted_comment_oblivious</a><span class="Delimiter">(</span>istream& in<span class="Delimiter">,</span> ostream& out<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L63" class="LineNr"> 63 </span> <span class="Normal">int</span> brace_depth = <span class="Constant">1</span><span class="Delimiter">;</span> <span id="L64" class="LineNr"> 64 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> <span class="Normal">char</span> c = in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\\'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='014literal_string.cc.html#L148'>slurp_one_past_backslashes</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> out<span class="Delimiter">);</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> out << c<span class="Delimiter">;</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">'['</span><span class="Delimiter">)</span> ++brace_depth<span class="Delimiter">;</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">']'</span><span class="Delimiter">)</span> --brace_depth<span class="Delimiter">;</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>brace_depth == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L65" class="LineNr"> 65 </span> <span class="Normal">char</span> c = in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> +<span id="L66" class="LineNr"> 66 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\\'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L67" class="LineNr"> 67 </span> <a href='014literal_string.cc.html#L148'>slurp_one_past_backslashes</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> out<span class="Delimiter">);</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L69" class="LineNr"> 69 </span> <span class="Delimiter">}</span> +<span id="L70" class="LineNr"> 70 </span> out << c<span class="Delimiter">;</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">'['</span><span class="Delimiter">)</span> ++brace_depth<span class="Delimiter">;</span> +<span id="L72" class="LineNr"> 72 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">']'</span><span class="Delimiter">)</span> --brace_depth<span class="Delimiter">;</span> +<span id="L73" class="LineNr"> 73 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>brace_depth == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L74" class="LineNr"> 74 </span> <span class="Delimiter">}</span> <span id="L75" class="LineNr"> 75 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">)</span> && brace_depth > <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"unbalanced '['</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> out<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> +<span id="L76" class="LineNr"> 76 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"unbalanced '['</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L77" class="LineNr"> 77 </span> out<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L78" class="LineNr"> 78 </span> <span class="Delimiter">}</span> <span id="L79" class="LineNr"> 79 </span><span class="Delimiter">}</span> <span id="L80" class="LineNr"> 80 </span> @@ -145,23 +144,23 @@ if ('onhashchange' in window) { <span id="L82" class="LineNr"> 82 </span><span class="Normal">void</span> <a href='014literal_string.cc.html#L82'>slurp_quoted_comment_aware</a><span class="Delimiter">(</span>istream& in<span class="Delimiter">,</span> ostream& out<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L83" class="LineNr"> 83 </span> <span class="Normal">char</span> c<span class="Delimiter">;</span> <span id="L84" class="LineNr"> 84 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>in >> c<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\\'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='014literal_string.cc.html#L148'>slurp_one_past_backslashes</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> out<span class="Delimiter">);</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">'#'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> out << c<span class="Delimiter">;</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">)</span> && in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> out << <span class="Normal">static_cast</span><<span class="Normal">char</span>><span class="Delimiter">(</span>in<span class="Delimiter">.</span>get<span class="Delimiter">());</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">'['</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> in<span class="Delimiter">.</span>putback<span class="Delimiter">(</span>c<span class="Delimiter">);</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// recurse</span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> out << <a href='014literal_string.cc.html#L33'>slurp_quoted</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> out << c<span class="Delimiter">;</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">']'</span><span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\\'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L86" class="LineNr"> 86 </span> <a href='014literal_string.cc.html#L148'>slurp_one_past_backslashes</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> out<span class="Delimiter">);</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L88" class="LineNr"> 88 </span> <span class="Delimiter">}</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">'#'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L90" class="LineNr"> 90 </span> out << c<span class="Delimiter">;</span> +<span id="L91" class="LineNr"> 91 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">)</span> && in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> out << <span class="Normal">static_cast</span><<span class="Normal">char</span>><span class="Delimiter">(</span>in<span class="Delimiter">.</span>get<span class="Delimiter">());</span> +<span id="L92" class="LineNr"> 92 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L93" class="LineNr"> 93 </span> <span class="Delimiter">}</span> +<span id="L94" class="LineNr"> 94 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">'['</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L95" class="LineNr"> 95 </span> in<span class="Delimiter">.</span>putback<span class="Delimiter">(</span>c<span class="Delimiter">);</span> +<span id="L96" class="LineNr"> 96 </span> <span class="Comment">// recurse</span> +<span id="L97" class="LineNr"> 97 </span> out << <a href='014literal_string.cc.html#L33'>slurp_quoted</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Delimiter">}</span> +<span id="L100" class="LineNr">100 </span> out << c<span class="Delimiter">;</span> +<span id="L101" class="LineNr">101 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">']'</span><span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L102" class="LineNr">102 </span> <span class="Delimiter">}</span> <span id="L103" class="LineNr">103 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"unbalanced '['</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L104" class="LineNr">104 </span> out<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> @@ -183,7 +182,7 @@ if ('onhashchange' in window) { <span id="L120" class="LineNr">120 </span> <span id="L121" class="LineNr">121 </span><span class="Delimiter">:(after "string to_string(const reagent& r)")</span> <span id="L122" class="LineNr">122 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='014literal_string.cc.html#L126'>is_literal_text</a><span class="Delimiter">(</span>r<span class="Delimiter">))</span> -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <a href='014literal_string.cc.html#L130'>emit_literal_string</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>name<span class="Delimiter">);</span> +<span id="L123" class="LineNr">123 </span> <span class="Identifier">return</span> <a href='014literal_string.cc.html#L130'>emit_literal_string</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>name<span class="Delimiter">);</span> <span id="L124" class="LineNr">124 </span> <span id="L125" class="LineNr">125 </span><span class="Delimiter">:(code)</span> <span id="L126" class="LineNr">126 </span><span class="Normal">bool</span> <a href='014literal_string.cc.html#L126'>is_literal_text</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> @@ -193,14 +192,14 @@ if ('onhashchange' in window) { <span id="L130" class="LineNr">130 </span>string <a href='014literal_string.cc.html#L130'>emit_literal_string</a><span class="Delimiter">(</span>string name<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L131" class="LineNr">131 </span> <span class="Normal">size_t</span> pos = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L132" class="LineNr">132 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>pos != string::npos<span class="Delimiter">)</span> -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> pos = <a href='014literal_string.cc.html#L137'>replace</a><span class="Delimiter">(</span>name<span class="Delimiter">,</span> <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">,</span> <span class="Constant">"</span><span class="cSpecial">\\</span><span class="Constant">n"</span><span class="Delimiter">,</span> pos<span class="Delimiter">);</span> +<span id="L133" class="LineNr">133 </span> pos = <a href='014literal_string.cc.html#L137'>replace</a><span class="Delimiter">(</span>name<span class="Delimiter">,</span> <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">,</span> <span class="Constant">"</span><span class="cSpecial">\\</span><span class="Constant">n"</span><span class="Delimiter">,</span> pos<span class="Delimiter">);</span> <span id="L134" class="LineNr">134 </span> <span class="Identifier">return</span> <span class="Constant">"{</span><span class="cSpecial">\"</span><span class="Constant">"</span>+name+<span class="Constant">"</span><span class="cSpecial">\"</span><span class="Constant">: </span><span class="cSpecial">\"</span><span class="Constant">literal-string</span><span class="cSpecial">\"</span><span class="Constant">}"</span><span class="Delimiter">;</span> <span id="L135" class="LineNr">135 </span><span class="Delimiter">}</span> <span id="L136" class="LineNr">136 </span> <span id="L137" class="LineNr">137 </span><span class="Normal">size_t</span> <a href='014literal_string.cc.html#L137'>replace</a><span class="Delimiter">(</span>string& str<span class="Delimiter">,</span> <span class="Normal">const</span> string& from<span class="Delimiter">,</span> <span class="Normal">const</span> string& to<span class="Delimiter">,</span> <span class="Normal">size_t</span> n<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L138" class="LineNr">138 </span> <span class="Normal">size_t</span> result = str<span class="Delimiter">.</span>find<span class="Delimiter">(</span>from<span class="Delimiter">,</span> n<span class="Delimiter">);</span> <span id="L139" class="LineNr">139 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result != string::npos<span class="Delimiter">)</span> -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> str<span class="Delimiter">.</span><a href='014literal_string.cc.html#L137'>replace</a><span class="Delimiter">(</span>result<span class="Delimiter">,</span> from<span class="Delimiter">.</span>length<span class="Delimiter">(),</span> to<span class="Delimiter">);</span> +<span id="L140" class="LineNr">140 </span> str<span class="Delimiter">.</span><a href='014literal_string.cc.html#L137'>replace</a><span class="Delimiter">(</span>result<span class="Delimiter">,</span> from<span class="Delimiter">.</span>length<span class="Delimiter">(),</span> to<span class="Delimiter">);</span> <span id="L141" class="LineNr">141 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L142" class="LineNr">142 </span><span class="Delimiter">}</span> <span id="L143" class="LineNr">143 </span> @@ -224,34 +223,34 @@ if ('onhashchange' in window) { <span id="L161" class="LineNr">161 </span> <span class="Comment">// backslashes both to escape quote characters and also as a notation for</span> <span id="L162" class="LineNr">162 </span> <span class="Comment">// unprintable characters like '\n'.</span> <span id="L163" class="LineNr">163 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span> <span class="Normal">char</span> c = in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> out << c<span class="Delimiter">;</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c != <span class="cSpecial">'\\'</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L164" class="LineNr">164 </span> <span class="Normal">char</span> c = in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> +<span id="L165" class="LineNr">165 </span> out << c<span class="Delimiter">;</span> +<span id="L166" class="LineNr">166 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c != <span class="cSpecial">'\\'</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L167" class="LineNr">167 </span> <span class="Delimiter">}</span> <span id="L168" class="LineNr">168 </span><span class="Delimiter">}</span> <span id="L169" class="LineNr">169 </span> <span id="L170" class="LineNr">170 </span><span class="Delimiter">:(scenario string_literal_nested)</span> <span id="L171" class="LineNr">171 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L172" class="LineNr">172 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:character<span class="Special"> <- </span>copy [abc [def]] +<span id="L172" class="LineNr">172 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:character<span class="Special"> <- </span>copy [abc [def]] <span id="L173" class="LineNr">173 </span>] <span id="L174" class="LineNr">174 </span><span class="traceContains">+parse: ingredient: {"abc [def]": "literal-string"}</span> <span id="L175" class="LineNr">175 </span> <span id="L176" class="LineNr">176 </span><span class="Delimiter">:(scenario string_literal_escaped)</span> <span id="L177" class="LineNr">177 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L178" class="LineNr">178 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:character<span class="Special"> <- </span>copy [abc \[def] +<span id="L178" class="LineNr">178 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:character<span class="Special"> <- </span>copy [abc \[def] <span id="L179" class="LineNr">179 </span>] <span id="L180" class="LineNr">180 </span><span class="traceContains">+parse: ingredient: {"abc [def": "literal-string"}</span> <span id="L181" class="LineNr">181 </span> <span id="L182" class="LineNr">182 </span><span class="Delimiter">:(scenario string_literal_escaped_twice)</span> <span id="L183" class="LineNr">183 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L184" class="LineNr">184 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:character<span class="Special"> <- </span>copy [ +<span id="L184" class="LineNr">184 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:character<span class="Special"> <- </span>copy [ <span id="L185" class="LineNr">185 </span>abc \\[def] <span id="L186" class="LineNr">186 </span>] <span id="L187" class="LineNr">187 </span><span class="traceContains">+parse: ingredient: {"\nabc \[def": "literal-string"}</span> <span id="L188" class="LineNr">188 </span> <span id="L189" class="LineNr">189 </span><span class="Delimiter">:(scenario string_literal_and_comment)</span> <span id="L190" class="LineNr">190 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L191" class="LineNr">191 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:character<span class="Special"> <- </span>copy [abc] <span class="Comment"># comment</span> +<span id="L191" class="LineNr">191 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:character<span class="Special"> <- </span>copy [abc] <span class="Comment"># comment</span> <span id="L192" class="LineNr">192 </span>] <span id="L193" class="LineNr">193 </span><span class="traceContains">+parse: --- defining <a href='000organization.cc.html#L113'>main</a></span> <span id="L194" class="LineNr">194 </span><span class="traceContains">+parse: <a href='010vm.cc.html#L32'>instruction</a>: copy</span> @@ -269,8 +268,8 @@ if ('onhashchange' in window) { <span id="L206" class="LineNr">206 </span><span class="Delimiter">:(scenario string_literal_can_skip_past_comments)</span> <span id="L207" class="LineNr">207 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L208" class="LineNr">208 </span> copy [ -<span id="L209" class="LineNr">209 </span> <span class="Conceal">¦</span> <span class="Comment"># ']' inside comment</span> -<span id="L210" class="LineNr">210 </span> <span class="Conceal">¦</span> bar +<span id="L209" class="LineNr">209 </span> <span class="Comment"># ']' inside comment</span> +<span id="L210" class="LineNr">210 </span> bar <span id="L211" class="LineNr">211 </span> ] <span id="L212" class="LineNr">212 </span>] <span id="L213" class="LineNr">213 </span><span class="traceContains">+parse: ingredient: {"\n # ']' inside comment\n bar\n ": "literal-string"}</span> diff --git a/html/015literal_noninteger.cc.html b/html/015literal_noninteger.cc.html index d4fff757..38f25a16 100644 --- a/html/015literal_noninteger.cc.html +++ b/html/015literal_noninteger.cc.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } +.cSpecial { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -66,7 +65,7 @@ if ('onhashchange' in window) { <span id="L3" class="LineNr"> 3 </span><span class="Delimiter">:(scenarios load)</span> <span id="L4" class="LineNr"> 4 </span><span class="Delimiter">:(scenario noninteger_literal)</span> <span id="L5" class="LineNr"> 5 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L6" class="LineNr"> 6 </span> <span class="Constant">1</span>:number<span class="Special"> <- </span>copy <span class="Constant">3</span><span class="Delimiter">.</span><span class="Constant">14159</span> +<span id="L6" class="LineNr"> 6 </span> <span class="Constant">1</span>:number<span class="Special"> <- </span>copy <span class="Constant">3.14159</span> <span id="L7" class="LineNr"> 7 </span>] <span id="L8" class="LineNr"> 8 </span><span class="traceContains">+parse: ingredient: {3.14159: "literal-fractional-number"}</span> <span id="L9" class="LineNr"> 9 </span> @@ -81,9 +80,9 @@ if ('onhashchange' in window) { <span id="L18" class="LineNr">18 </span><span class="Delimiter">:(code)</span> <span id="L19" class="LineNr">19 </span><span class="Normal">bool</span> <a href='015literal_noninteger.cc.html#L19'>is_noninteger</a><span class="Delimiter">(</span><span class="Normal">const</span> string& s<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L20" class="LineNr">20 </span> <span class="Identifier">return</span> s<span class="Delimiter">.</span>find_first_not_of<span class="Delimiter">(</span><span class="Constant">"0123456789-."</span><span class="Delimiter">)</span> == string::npos <span class="Comment">// no other characters</span> -<span id="L21" class="LineNr">21 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && s<span class="Delimiter">.</span>find_first_of<span class="Delimiter">(</span><span class="Constant">"0123456789"</span><span class="Delimiter">)</span> != string::npos <span class="Comment">// at least one digit</span> -<span id="L22" class="LineNr">22 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && s<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">'-'</span><span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">)</span> == string::npos <span class="Comment">// '-' only at first position</span> -<span id="L23" class="LineNr">23 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && std::count<span class="Delimiter">(</span>s<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> s<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">(),</span> <span class="Constant">'.'</span><span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">;</span> <span class="Comment">// exactly one decimal point</span> +<span id="L21" class="LineNr">21 </span> && s<span class="Delimiter">.</span>find_first_of<span class="Delimiter">(</span><span class="Constant">"0123456789"</span><span class="Delimiter">)</span> != string::npos <span class="Comment">// at least one digit</span> +<span id="L22" class="LineNr">22 </span> && s<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">'-'</span><span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">)</span> == string::npos <span class="Comment">// '-' only at first position</span> +<span id="L23" class="LineNr">23 </span> && std::count<span class="Delimiter">(</span>s<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> s<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">(),</span> <span class="Constant">'.'</span><span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">;</span> <span class="Comment">// exactly one decimal point</span> <span id="L24" class="LineNr">24 </span><span class="Delimiter">}</span> <span id="L25" class="LineNr">25 </span> <span id="L26" class="LineNr">26 </span><span class="Normal">double</span> <a href='015literal_noninteger.cc.html#L26'>to_double</a><span class="Delimiter">(</span>string n<span class="Delimiter">)</span> <span class="Delimiter">{</span> diff --git a/html/016dilated_reagent.cc.html b/html/016dilated_reagent.cc.html index 617a199a..9da1dc33 100644 --- a/html/016dilated_reagent.cc.html +++ b/html/016dilated_reagent.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } -.LineNr { color: #444444; } .Error { color: #ffffff; background-color: #ff6060; padding-bottom: 1px; } -.Identifier { color: #c0a020; } +.LineNr { color: #444444; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } .cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -123,33 +122,33 @@ if ('onhashchange' in window) { <span id="L59" class="LineNr"> 59 </span> <span class="Normal">char</span> c<span class="Delimiter">;</span> <span id="L60" class="LineNr"> 60 </span> list<<span class="Normal">char</span>> open_brackets<span class="Delimiter">;</span> <span id="L61" class="LineNr"> 61 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>in >> c<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">'('</span><span class="Delimiter">)</span> open_brackets<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>c<span class="Delimiter">);</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">')'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>open_brackets<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> || open_brackets<span class="Delimiter">.</span>back<span class="Delimiter">()</span> != <span class="Constant">'('</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"unbalanced ')'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>open_brackets<span class="Delimiter">.</span>back<span class="Delimiter">()</span> == <span class="Constant">'('</span><span class="Delimiter">);</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> open_brackets<span class="Delimiter">.</span>pop_back<span class="Delimiter">();</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">'['</span><span class="Delimiter">)</span> open_brackets<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>c<span class="Delimiter">);</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">']'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>open_brackets<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> || open_brackets<span class="Delimiter">.</span>back<span class="Delimiter">()</span> != <span class="Constant">'['</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"unbalanced ']'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> open_brackets<span class="Delimiter">.</span>pop_back<span class="Delimiter">();</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">'{'</span><span class="Delimiter">)</span> open_brackets<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>c<span class="Delimiter">);</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">'}'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>open_brackets<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> || open_brackets<span class="Delimiter">.</span>back<span class="Delimiter">()</span> != <span class="Constant">'{'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"unbalanced '}'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> open_brackets<span class="Delimiter">.</span>pop_back<span class="Delimiter">();</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> result << c<span class="Delimiter">;</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>open_brackets<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L62" class="LineNr"> 62 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">'('</span><span class="Delimiter">)</span> open_brackets<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>c<span class="Delimiter">);</span> +<span id="L63" class="LineNr"> 63 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">')'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L64" class="LineNr"> 64 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>open_brackets<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> || open_brackets<span class="Delimiter">.</span>back<span class="Delimiter">()</span> != <span class="Constant">'('</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L65" class="LineNr"> 65 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"unbalanced ')'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L66" class="LineNr"> 66 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L67" class="LineNr"> 67 </span> <span class="Delimiter">}</span> +<span id="L68" class="LineNr"> 68 </span> assert<span class="Delimiter">(</span>open_brackets<span class="Delimiter">.</span>back<span class="Delimiter">()</span> == <span class="Constant">'('</span><span class="Delimiter">);</span> +<span id="L69" class="LineNr"> 69 </span> open_brackets<span class="Delimiter">.</span>pop_back<span class="Delimiter">();</span> +<span id="L70" class="LineNr"> 70 </span> <span class="Delimiter">}</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">'['</span><span class="Delimiter">)</span> open_brackets<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>c<span class="Delimiter">);</span> +<span id="L72" class="LineNr"> 72 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">']'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L73" class="LineNr"> 73 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>open_brackets<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> || open_brackets<span class="Delimiter">.</span>back<span class="Delimiter">()</span> != <span class="Constant">'['</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L74" class="LineNr"> 74 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"unbalanced ']'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L75" class="LineNr"> 75 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Delimiter">}</span> +<span id="L77" class="LineNr"> 77 </span> open_brackets<span class="Delimiter">.</span>pop_back<span class="Delimiter">();</span> +<span id="L78" class="LineNr"> 78 </span> <span class="Delimiter">}</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">'{'</span><span class="Delimiter">)</span> open_brackets<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>c<span class="Delimiter">);</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">'}'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L81" class="LineNr"> 81 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>open_brackets<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> || open_brackets<span class="Delimiter">.</span>back<span class="Delimiter">()</span> != <span class="Constant">'{'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L82" class="LineNr"> 82 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"unbalanced '}'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Delimiter">}</span> +<span id="L85" class="LineNr"> 85 </span> open_brackets<span class="Delimiter">.</span>pop_back<span class="Delimiter">();</span> +<span id="L86" class="LineNr"> 86 </span> <span class="Delimiter">}</span> +<span id="L87" class="LineNr"> 87 </span> result << c<span class="Delimiter">;</span> +<span id="L88" class="LineNr"> 88 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>open_brackets<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L89" class="LineNr"> 89 </span> <span class="Delimiter">}</span> <span id="L90" class="LineNr"> 90 </span> <a href='011load.cc.html#L220'>skip_whitespace_and_comments_but_not_newline</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L91" class="LineNr"> 91 </span> <span class="Identifier">return</span> result<span class="Delimiter">.</span>str<span class="Delimiter">();</span> @@ -163,38 +162,38 @@ if ('onhashchange' in window) { <span id="L99" class="LineNr"> 99 </span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> <span class="Comment">// skip '{'</span> <span id="L100" class="LineNr">100 </span> name = <a href='016dilated_reagent.cc.html#L139'>slurp_key</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L101" class="LineNr">101 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>name<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"invalid reagent '"</span> << s << <span class="Constant">"' without a name</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L102" class="LineNr">102 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"invalid reagent '"</span> << s << <span class="Constant">"' without a name</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L103" class="LineNr">103 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L104" class="LineNr">104 </span> <span class="Delimiter">}</span> <span id="L105" class="LineNr">105 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>name == <span class="Constant">"}"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L106" class="LineNr">106 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"invalid empty reagent '"</span> << s << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L107" class="LineNr">107 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L106" class="LineNr">106 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"invalid empty reagent '"</span> << s << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L107" class="LineNr">107 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L108" class="LineNr">108 </span> <span class="Delimiter">}</span> <span id="L109" class="LineNr">109 </span> <span class="Delimiter">{</span> -<span id="L110" class="LineNr">110 </span> <span class="Conceal">¦</span> string s = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>s<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete dilated reagent at <a href='003trace.cc.html#L203'>end</a> of file (0)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> string_tree* type_names = <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>s<span class="Delimiter">);</span> -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> <span class="Comment">// End Parsing Dilated Reagent Type Property(type_names)</span> -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> type = <a href='018type_abbreviations.cc.html#L58'>new_type_tree</a><span class="Delimiter">(</span>type_names<span class="Delimiter">);</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> <span class="Normal">delete</span> type_names<span class="Delimiter">;</span> +<span id="L110" class="LineNr">110 </span> string s = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L111" class="LineNr">111 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>s<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L112" class="LineNr">112 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L113" class="LineNr">113 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete dilated reagent at <a href='003trace.cc.html#L203'>end</a> of file (0)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L114" class="LineNr">114 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L115" class="LineNr">115 </span> <span class="Delimiter">}</span> +<span id="L116" class="LineNr">116 </span> string_tree* type_names = <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>s<span class="Delimiter">);</span> +<span id="L117" class="LineNr">117 </span> <span class="Comment">// End Parsing Dilated Reagent Type Property(type_names)</span> +<span id="L118" class="LineNr">118 </span> type = <a href='018type_abbreviations.cc.html#L58'>new_type_tree</a><span class="Delimiter">(</span>type_names<span class="Delimiter">);</span> +<span id="L119" class="LineNr">119 </span> <span class="Normal">delete</span> type_names<span class="Delimiter">;</span> <span id="L120" class="LineNr">120 </span> <span class="Delimiter">}</span> <span id="L121" class="LineNr">121 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> string key = <a href='016dilated_reagent.cc.html#L139'>slurp_key</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">"}"</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> string s = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>s<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L128" class="LineNr">128 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete dilated reagent at <a href='003trace.cc.html#L203'>end</a> of file (1)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> string_tree* value = <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>s<span class="Delimiter">);</span> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> <span class="Comment">// End Parsing Dilated Reagent Property(value)</span> -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span>key<span class="Delimiter">,</span> value<span class="Delimiter">));</span> +<span id="L122" class="LineNr">122 </span> string key = <a href='016dilated_reagent.cc.html#L139'>slurp_key</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L123" class="LineNr">123 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>key<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L124" class="LineNr">124 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">"}"</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L125" class="LineNr">125 </span> string s = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L126" class="LineNr">126 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>s<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L127" class="LineNr">127 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L128" class="LineNr">128 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete dilated reagent at <a href='003trace.cc.html#L203'>end</a> of file (1)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L129" class="LineNr">129 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L130" class="LineNr">130 </span> <span class="Delimiter">}</span> +<span id="L131" class="LineNr">131 </span> string_tree* value = <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>s<span class="Delimiter">);</span> +<span id="L132" class="LineNr">132 </span> <span class="Comment">// End Parsing Dilated Reagent Property(value)</span> +<span id="L133" class="LineNr">133 </span> properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span>key<span class="Delimiter">,</span> value<span class="Delimiter">));</span> <span id="L134" class="LineNr">134 </span> <span class="Delimiter">}</span> <span id="L135" class="LineNr">135 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L136" class="LineNr">136 </span><span class="Delimiter">}</span> @@ -203,14 +202,14 @@ if ('onhashchange' in window) { <span id="L139" class="LineNr">139 </span>string <a href='016dilated_reagent.cc.html#L139'>slurp_key</a><span class="Delimiter">(</span>istream& in<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L140" class="LineNr">140 </span> string result = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L141" class="LineNr">141 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete dilated reagent at <a href='003trace.cc.html#L203'>end</a> of file (2)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L144" class="LineNr">144 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L142" class="LineNr">142 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L143" class="LineNr">143 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete dilated reagent at <a href='003trace.cc.html#L203'>end</a> of file (2)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L144" class="LineNr">144 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L145" class="LineNr">145 </span> <span class="Delimiter">}</span> <span id="L146" class="LineNr">146 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>!result<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && *result<span class="Delimiter">.</span>rbegin<span class="Delimiter">()</span> == <span class="Constant">':'</span><span class="Delimiter">)</span> -<span id="L147" class="LineNr">147 </span> <span class="Conceal">¦</span> <a href='014literal_string.cc.html#L144'>strip_last</a><span class="Delimiter">(</span>result<span class="Delimiter">);</span> +<span id="L147" class="LineNr">147 </span> <a href='014literal_string.cc.html#L144'>strip_last</a><span class="Delimiter">(</span>result<span class="Delimiter">);</span> <span id="L148" class="LineNr">148 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>isspace<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">())</span> || in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> == <span class="Constant">':'</span><span class="Delimiter">)</span> -<span id="L149" class="LineNr">149 </span> <span class="Conceal">¦</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> +<span id="L149" class="LineNr">149 </span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> <span id="L150" class="LineNr">150 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L151" class="LineNr">151 </span><span class="Delimiter">}</span> </pre> diff --git a/html/017parse_tree.cc.html b/html/017parse_tree.cc.html index c94a0f6d..2d9ab117 100644 --- a/html/017parse_tree.cc.html +++ b/html/017parse_tree.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } +.cSpecial { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .muData { color: #ffff00; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -105,40 +104,40 @@ if ('onhashchange' in window) { <span id="L41" class="LineNr"> 41 </span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L42" class="LineNr"> 42 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">NULL</span><span class="Delimiter">;</span> <span id="L43" class="LineNr"> 43 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> == <span class="Constant">')'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">NULL</span><span class="Delimiter">;</span> +<span id="L44" class="LineNr"> 44 </span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Identifier">return</span> <span class="Constant">NULL</span><span class="Delimiter">;</span> <span id="L46" class="LineNr"> 46 </span> <span class="Delimiter">}</span> <span id="L47" class="LineNr"> 47 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> != <span class="Constant">'('</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span> string s = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>s<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete string tree at <a href='003trace.cc.html#L203'>end</a> of file (0)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">NULL</span><span class="Delimiter">;</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> string_tree* result = <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>s<span class="Delimiter">);</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L48" class="LineNr"> 48 </span> string s = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L49" class="LineNr"> 49 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>s<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L50" class="LineNr"> 50 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L51" class="LineNr"> 51 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete string tree at <a href='003trace.cc.html#L203'>end</a> of file (0)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L52" class="LineNr"> 52 </span> <span class="Identifier">return</span> <span class="Constant">NULL</span><span class="Delimiter">;</span> +<span id="L53" class="LineNr"> 53 </span> <span class="Delimiter">}</span> +<span id="L54" class="LineNr"> 54 </span> string_tree* result = <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>s<span class="Delimiter">);</span> +<span id="L55" class="LineNr"> 55 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L56" class="LineNr"> 56 </span> <span class="Delimiter">}</span> <span id="L57" class="LineNr"> 57 </span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> <span class="Comment">// skip '('</span> <span id="L58" class="LineNr"> 58 </span> string_tree* result = <span class="Constant">NULL</span><span class="Delimiter">;</span> <span id="L59" class="LineNr"> 59 </span> string_tree** curr = &result<span class="Delimiter">;</span> <span id="L60" class="LineNr"> 60 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><span class="Constant">true</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> == <span class="Constant">')'</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span> *curr = <span class="Normal">new</span> string_tree<span class="Delimiter">(</span><span class="Constant">NULL</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">);</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> == <span class="Constant">'('</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">(</span>*curr<span class="Delimiter">)-></span>left = parse_string_tree<span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> string s = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>s<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete string tree at <a href='003trace.cc.html#L203'>end</a> of file (1)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">NULL</span><span class="Delimiter">;</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">(</span>*curr<span class="Delimiter">)-></span>left = <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>s<span class="Delimiter">);</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> curr = &<span class="Delimiter">(</span>*curr<span class="Delimiter">)-></span>right<span class="Delimiter">;</span> +<span id="L61" class="LineNr"> 61 </span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L62" class="LineNr"> 62 </span> assert<span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L63" class="LineNr"> 63 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> == <span class="Constant">')'</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L64" class="LineNr"> 64 </span> *curr = <span class="Normal">new</span> string_tree<span class="Delimiter">(</span><span class="Constant">NULL</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">);</span> +<span id="L65" class="LineNr"> 65 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> == <span class="Constant">'('</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L66" class="LineNr"> 66 </span> <span class="Delimiter">(</span>*curr<span class="Delimiter">)-></span>left = parse_string_tree<span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L67" class="LineNr"> 67 </span> <span class="Delimiter">}</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L69" class="LineNr"> 69 </span> string s = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L70" class="LineNr"> 70 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>s<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L71" class="LineNr"> 71 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L72" class="LineNr"> 72 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete string tree at <a href='003trace.cc.html#L203'>end</a> of file (1)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L73" class="LineNr"> 73 </span> <span class="Identifier">return</span> <span class="Constant">NULL</span><span class="Delimiter">;</span> +<span id="L74" class="LineNr"> 74 </span> <span class="Delimiter">}</span> +<span id="L75" class="LineNr"> 75 </span> <span class="Delimiter">(</span>*curr<span class="Delimiter">)-></span>left = <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>s<span class="Delimiter">);</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Delimiter">}</span> +<span id="L77" class="LineNr"> 77 </span> curr = &<span class="Delimiter">(</span>*curr<span class="Delimiter">)-></span>right<span class="Delimiter">;</span> <span id="L78" class="LineNr"> 78 </span> <span class="Delimiter">}</span> <span id="L79" class="LineNr"> 79 </span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> <span class="Comment">// skip ')'</span> <span id="L80" class="LineNr"> 80 </span> assert<span class="Delimiter">(</span>*curr == <span class="Constant">NULL</span><span class="Delimiter">);</span> @@ -148,7 +147,7 @@ if ('onhashchange' in window) { <span id="L84" class="LineNr"> 84 </span><span class="Delimiter">:(scenario dilated_reagent_with_type_tree)</span> <span id="L85" class="LineNr"> 85 </span><span class="Special">% Hide_errors = true; // 'map' isn't defined yet</span> <span id="L86" class="LineNr"> 86 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L87" class="LineNr"> 87 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span>foo <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> array character<span class="Delimiter">)</span> <span class="Delimiter">(</span>bar number<span class="Delimiter">))}</span><span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span>foo <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> array character<span class="Delimiter">)</span> <span class="Delimiter">(</span>bar number<span class="Delimiter">))}</span><span class="Special"> <- </span>copy <span class="Constant">34</span> <span id="L88" class="LineNr"> 88 </span>] <span id="L89" class="LineNr"> 89 </span><span class="Comment"># just to avoid errors</span> <span id="L90" class="LineNr"> 90 </span><span class="muData">container</span> foo [ diff --git a/html/018type_abbreviations.cc.html b/html/018type_abbreviations.cc.html index 576dfe01..7d1b28ba 100644 --- a/html/018type_abbreviations.cc.html +++ b/html/018type_abbreviations.cc.html @@ -15,20 +15,19 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.Identifier { color: #c0a020; } .LineNr { color: #444444; } -.SalientComment { color: #00ffff; } -.muRecipe { color: #ff8700; } -.cSpecial { color: #008000; } .muData { color: #ffff00; } -.Identifier { color: #c0a020; } +.Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } .Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } +.Special { color: #c00000; } +.SalientComment { color: #00ffff; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.cSpecial { color: #008000; } +.traceContains { color: #008000; } --> </style> @@ -88,32 +87,32 @@ if ('onhashchange' in window) { <span id="L23" class="LineNr"> 23 </span> string new_type_name = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L24" class="LineNr"> 24 </span> assert<span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">)</span> || !new_type_name<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> <span id="L25" class="LineNr"> 25 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">)</span> || new_type_name<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'type' statement; must be of the form 'type <new type name> = <type expression>'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L26" class="LineNr"> 26 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'type' statement; must be of the form 'type <new type name> = <type expression>'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L27" class="LineNr"> 27 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L28" class="LineNr"> 28 </span> <span class="Delimiter">}</span> <span id="L29" class="LineNr"> 29 </span> string arrow = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L30" class="LineNr"> 30 </span> assert<span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">)</span> || !arrow<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> <span id="L31" class="LineNr"> 31 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>arrow<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L32" class="LineNr"> 32 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'type' statement 'type "</span> << new_type_name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L32" class="LineNr"> 32 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'type' statement 'type "</span> << new_type_name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L33" class="LineNr"> 33 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L34" class="LineNr"> 34 </span> <span class="Delimiter">}</span> <span id="L35" class="LineNr"> 35 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>arrow != <span class="Constant">"="</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"'type' statements must be of the form 'type <new type name> = <type expression>' but got 'type "</span> << new_type_name << <span class="Constant">' '</span> << arrow << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L36" class="LineNr"> 36 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"'type' statements must be of the form 'type <new type name> = <type expression>' but got 'type "</span> << new_type_name << <span class="Constant">' '</span> << arrow << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L37" class="LineNr"> 37 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L38" class="LineNr"> 38 </span> <span class="Delimiter">}</span> <span id="L39" class="LineNr"> 39 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'type' statement 'type "</span> << new_type_name << <span class="Constant">" ='</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L40" class="LineNr"> 40 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'type' statement 'type "</span> << new_type_name << <span class="Constant">" ='</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L41" class="LineNr"> 41 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L42" class="LineNr"> 42 </span> <span class="Delimiter">}</span> <span id="L43" class="LineNr"> 43 </span> string old = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L44" class="LineNr"> 44 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>old<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'type' statement 'type "</span> << new_type_name << <span class="Constant">" ='</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"'type' statements must be of the form 'type <new type name> = <type expression>' but got 'type "</span> << new_type_name << <span class="Constant">' '</span> << arrow << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L45" class="LineNr"> 45 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'type' statement 'type "</span> << new_type_name << <span class="Constant">" ='</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L46" class="LineNr"> 46 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"'type' statements must be of the form 'type <new type name> = <type expression>' but got 'type "</span> << new_type_name << <span class="Constant">' '</span> << arrow << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L47" class="LineNr"> 47 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L48" class="LineNr"> 48 </span> <span class="Delimiter">}</span> <span id="L49" class="LineNr"> 49 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Type_abbreviations<span class="Delimiter">,</span> new_type_name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"'type' conflict: '"</span> << new_type_name << <span class="Constant">"' defined as both '"</span> << names_to_string_without_quotes<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type_abbreviations<span class="Delimiter">,</span> new_type_name<span class="Delimiter">))</span> << <span class="Constant">"' and '"</span> << old << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L50" class="LineNr"> 50 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"'type' conflict: '"</span> << new_type_name << <span class="Constant">"' defined as both '"</span> << names_to_string_without_quotes<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type_abbreviations<span class="Delimiter">,</span> new_type_name<span class="Delimiter">))</span> << <span class="Constant">"' and '"</span> << old << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L51" class="LineNr"> 51 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L52" class="LineNr"> 52 </span> <span class="Delimiter">}</span> <span id="L53" class="LineNr"> 53 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9990</span><span class="Delimiter">,</span> <span class="Constant">"type"</span><span class="Delimiter">)</span> << <span class="Constant">"alias "</span> << new_type_name << <span class="Constant">" = "</span> << old << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L54" class="LineNr"> 54 </span> type_tree* old_type = <a href='018type_abbreviations.cc.html#L58'>new_type_tree</a><span class="Delimiter">(</span>old<span class="Delimiter">);</span> @@ -156,7 +155,7 @@ if ('onhashchange' in window) { <span id="L91" class="LineNr"> 91 </span><span class="traceContains">+error: 'type' conflict: 'foo' defined as both 'bar' and 'baz'</span> <span id="L92" class="LineNr"> 92 </span> <span id="L93" class="LineNr"> 93 </span><span class="Delimiter">:(scenario type_abbreviation_for_compound)</span> -<span id="L94" class="LineNr"> 94 </span><span class="muData">type</span> foo = <a href='043space.cc.html#L82'>address</a>:number +<span id="L94" class="LineNr"> 94 </span><span class="muData">type</span> foo = <a href='043space.cc.html#L80'>address</a>:number <span id="L95" class="LineNr"> 95 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L96" class="LineNr"> 96 </span> <span class="Normal">a</span>:foo<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L97" class="LineNr"> 97 </span>] @@ -173,15 +172,15 @@ if ('onhashchange' in window) { <span id="L108" class="LineNr">108 </span><span class="Delimiter">:(code)</span> <span id="L109" class="LineNr">109 </span><span class="Normal">void</span> <a href='018type_abbreviations.cc.html#L109'>restore_type_abbreviations</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L110" class="LineNr">110 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<string<span class="Delimiter">,</span> type_tree*>::iterator p = Type_abbreviations<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Type_abbreviations<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Type_abbreviations_snapshot<span class="Delimiter">,</span> p<span class="Delimiter">-></span>first<span class="Delimiter">))</span> -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">delete</span> p<span class="Delimiter">-></span>second<span class="Delimiter">;</span> +<span id="L111" class="LineNr">111 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Type_abbreviations_snapshot<span class="Delimiter">,</span> p<span class="Delimiter">-></span>first<span class="Delimiter">))</span> +<span id="L112" class="LineNr">112 </span> <span class="Normal">delete</span> p<span class="Delimiter">-></span>second<span class="Delimiter">;</span> <span id="L113" class="LineNr">113 </span> <span class="Delimiter">}</span> <span id="L114" class="LineNr">114 </span> Type_abbreviations<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L115" class="LineNr">115 </span> Type_abbreviations = Type_abbreviations_snapshot<span class="Delimiter">;</span> <span id="L116" class="LineNr">116 </span><span class="Delimiter">}</span> <span id="L117" class="LineNr">117 </span><span class="Normal">void</span> <a href='018type_abbreviations.cc.html#L117'>clear_type_abbreviations</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L118" class="LineNr">118 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<string<span class="Delimiter">,</span> type_tree*>::iterator p = Type_abbreviations<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Type_abbreviations<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> <span class="Normal">delete</span> p<span class="Delimiter">-></span>second<span class="Delimiter">;</span> +<span id="L119" class="LineNr">119 </span> <span class="Normal">delete</span> p<span class="Delimiter">-></span>second<span class="Delimiter">;</span> <span id="L120" class="LineNr">120 </span> Type_abbreviations<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L121" class="LineNr">121 </span><span class="Delimiter">}</span> <span id="L122" class="LineNr">122 </span> @@ -235,16 +234,16 @@ if ('onhashchange' in window) { <span id="L170" class="LineNr">170 </span><span class="Normal">void</span> expand_type_abbreviations<span class="Delimiter">(</span><span class="Normal">const</span> recipe& caller<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L171" class="LineNr">171 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- expand type abbreviations in <a href='010vm.cc.html#L19'>recipe</a> '"</span> << caller<span class="Delimiter">.</span>name << <span class="Constant">"'"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L172" class="LineNr">172 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L174" class="LineNr">174 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"instruction '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << end<span class="Delimiter">();</span> -<span id="L175" class="LineNr">175 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L176" class="LineNr">176 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> expand_type_abbreviations<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"ingredient type after expanding abbreviations: "</span> << names_to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L178" class="LineNr">178 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> expand_type_abbreviations<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> -<span id="L181" class="LineNr">181 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"product type after expanding abbreviations: "</span> << names_to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L182" class="LineNr">182 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L173" class="LineNr">173 </span> <span class="Normal">const</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L174" class="LineNr">174 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"instruction '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << end<span class="Delimiter">();</span> +<span id="L175" class="LineNr">175 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L176" class="LineNr">176 </span> expand_type_abbreviations<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> +<span id="L177" class="LineNr">177 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"ingredient type after expanding abbreviations: "</span> << names_to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L178" class="LineNr">178 </span> <span class="Delimiter">}</span> +<span id="L179" class="LineNr">179 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L180" class="LineNr">180 </span> expand_type_abbreviations<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> +<span id="L181" class="LineNr">181 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"product type after expanding abbreviations: "</span> << names_to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L182" class="LineNr">182 </span> <span class="Delimiter">}</span> <span id="L183" class="LineNr">183 </span> <span class="Delimiter">}</span> <span id="L184" class="LineNr">184 </span> <span class="Comment">// End Expand Type Abbreviations(caller)</span> <span id="L185" class="LineNr">185 </span><span class="Delimiter">}</span> @@ -252,12 +251,12 @@ if ('onhashchange' in window) { <span id="L187" class="LineNr">187 </span><span class="Normal">void</span> expand_type_abbreviations<span class="Delimiter">(</span>type_tree* type<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L188" class="LineNr">188 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L189" class="LineNr">189 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> expand_type_abbreviations<span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">);</span> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> expand_type_abbreviations<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">);</span> -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L190" class="LineNr">190 </span> expand_type_abbreviations<span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">);</span> +<span id="L191" class="LineNr">191 </span> expand_type_abbreviations<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">);</span> +<span id="L192" class="LineNr">192 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L193" class="LineNr">193 </span> <span class="Delimiter">}</span> <span id="L194" class="LineNr">194 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Type_abbreviations<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">))</span> -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> *type = type_tree<span class="Delimiter">(</span>*get<span class="Delimiter">(</span>Type_abbreviations<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">));</span> +<span id="L195" class="LineNr">195 </span> *type = type_tree<span class="Delimiter">(</span>*get<span class="Delimiter">(</span>Type_abbreviations<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">));</span> <span id="L196" class="LineNr">196 </span><span class="Delimiter">}</span> </pre> </body> diff --git a/html/020run.cc.html b/html/020run.cc.html index 1eb373ef..a30491ce 100644 --- a/html/020run.cc.html +++ b/html/020run.cc.html @@ -16,21 +16,20 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .LineNr { color: #444444; } +.Delimiter { color: #800080; } +.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .SalientComment { color: #00ffff; } .CommentedCode { color: #6c6c6c; } +.traceAbsent { color: #c00000; } .muRecipe { color: #ff8700; } -.cSpecial { color: #008000; } +.Constant { color: #00a0a0; } +.Special { color: #c00000; } .Identifier { color: #c0a020; } .PreProc { color: #800080; } -.Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } -.traceAbsent { color: #c00000; } -.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } +.cSpecial { color: #008000; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.traceContains { color: #008000; } --> </style> @@ -128,54 +127,54 @@ if ('onhashchange' in window) { <span id="L61" class="LineNr"> 61 </span> <span id="L62" class="LineNr"> 62 </span><span class="Normal">void</span> run_current_routine<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L63" class="LineNr"> 63 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='073scheduler.cc.html#L28'>should_continue_running</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span class="Comment">// beware: may modify Current_routine</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span> <span class="Comment">// Running One Instruction</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>is_label<span class="Delimiter">)</span> <span class="Delimiter">{</span> ++current_step_index<span class="Delimiter">();</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Delimiter">}</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span>Initial_callstack_depth + Trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L64" class="LineNr"> 64 </span> <span class="Comment">// Running One Instruction</span> +<span id="L65" class="LineNr"> 65 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>is_label<span class="Delimiter">)</span> <span class="Delimiter">{</span> ++current_step_index<span class="Delimiter">();</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Delimiter">}</span> +<span id="L66" class="LineNr"> 66 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span>Initial_callstack_depth + Trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L67" class="LineNr"> 67 </span><span class="CommentedCode">//? if (Foo) cerr << "run: " << to_string(current_instruction()) << '\n';</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">)</span> != <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"something wrote to location 0; this should never happen</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <span class="Comment">// read all ingredients from memory, each potentially spanning multiple locations</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> vector<vector<<span class="Normal">double</span>> > ingredients<span class="Delimiter">;</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>should_copy_ingredients<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>read_memory<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)));</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <span class="Comment">// instructions below will write to 'products'</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> vector<vector<<span class="Normal">double</span>> > products<span class="Delimiter">;</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Comment">//: This will be a large switch that later layers will often insert cases</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> <span class="Comment">//: into. Never call 'continue' within it. Instead, we'll explicitly</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <span class="Comment">//: control which of the following stages after the switch we run for each</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> <span class="Comment">//: instruction.</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <span class="Normal">bool</span> write_products = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <span class="Normal">bool</span> fall_through_to_next_instruction = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> <span class="Normal">switch</span> <span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>operation<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// Primitive Recipe Implementations</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">case</span> <a href='010vm.cc.html#L189'>COPY</a>: <span class="Delimiter">{</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> copy<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> ingredients<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">(),</span> inserter<span class="Delimiter">(</span>products<span class="Delimiter">,</span> products<span class="Delimiter">.</span>begin<span class="Delimiter">()));</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// End Primitive Recipe Implementations</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">default</span>: <span class="Delimiter">{</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cout << <span class="Constant">"not a primitive op: "</span> << <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>operation << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> <span class="Comment">//: used by a later layer</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>write_products<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>products<span class="Delimiter">)</span> < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>products<span class="Delimiter">)</span> << <span class="Constant">" vs "</span> << <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">)</span> << <span class="Constant">": failed to write to all products in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L104" class="LineNr">104 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// Writing Instruction Product(i)</span> -<span id="L105" class="LineNr">105 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> write_memory<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L106" class="LineNr">106 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L107" class="LineNr">107 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L108" class="LineNr">108 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> <span class="Comment">// End Running One Instruction</span> -<span id="L110" class="LineNr">110 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>fall_through_to_next_instruction<span class="Delimiter">)</span> -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++current_step_index<span class="Delimiter">();</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">)</span> != <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L69" class="LineNr"> 69 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"something wrote to location 0; this should never happen</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L70" class="LineNr"> 70 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Delimiter">}</span> +<span id="L72" class="LineNr"> 72 </span> <span class="Comment">// read all ingredients from memory, each potentially spanning multiple locations</span> +<span id="L73" class="LineNr"> 73 </span> vector<vector<<span class="Normal">double</span>> > ingredients<span class="Delimiter">;</span> +<span id="L74" class="LineNr"> 74 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>should_copy_ingredients<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L75" class="LineNr"> 75 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L76" class="LineNr"> 76 </span> ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>read_memory<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)));</span> +<span id="L77" class="LineNr"> 77 </span> <span class="Delimiter">}</span> +<span id="L78" class="LineNr"> 78 </span> <span class="Comment">// instructions below will write to 'products'</span> +<span id="L79" class="LineNr"> 79 </span> vector<vector<<span class="Normal">double</span>> > products<span class="Delimiter">;</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Comment">//: This will be a large switch that later layers will often insert cases</span> +<span id="L81" class="LineNr"> 81 </span> <span class="Comment">//: into. Never call 'continue' within it. Instead, we'll explicitly</span> +<span id="L82" class="LineNr"> 82 </span> <span class="Comment">//: control which of the following stages after the switch we run for each</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Comment">//: instruction.</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Normal">bool</span> write_products = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Normal">bool</span> fall_through_to_next_instruction = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L86" class="LineNr"> 86 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>operation<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Comment">// Primitive Recipe Implementations</span> +<span id="L88" class="LineNr"> 88 </span> <span class="Normal">case</span> <a href='010vm.cc.html#L189'>COPY</a>: <span class="Delimiter">{</span> +<span id="L89" class="LineNr"> 89 </span> copy<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> ingredients<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">(),</span> inserter<span class="Delimiter">(</span>products<span class="Delimiter">,</span> products<span class="Delimiter">.</span>begin<span class="Delimiter">()));</span> +<span id="L90" class="LineNr"> 90 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L91" class="LineNr"> 91 </span> <span class="Delimiter">}</span> +<span id="L92" class="LineNr"> 92 </span> <span class="Comment">// End Primitive Recipe Implementations</span> +<span id="L93" class="LineNr"> 93 </span> <span class="Normal">default</span>: <span class="Delimiter">{</span> +<span id="L94" class="LineNr"> 94 </span> cout << <span class="Constant">"not a primitive op: "</span> << <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>operation << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L95" class="LineNr"> 95 </span> <span class="Delimiter">}</span> +<span id="L96" class="LineNr"> 96 </span> <span class="Delimiter">}</span> +<span id="L97" class="LineNr"> 97 </span> <span class="Comment">//: used by a later layer</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>write_products<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>products<span class="Delimiter">)</span> < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L100" class="LineNr">100 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>products<span class="Delimiter">)</span> << <span class="Constant">" vs "</span> << <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">)</span> << <span class="Constant">": failed to write to all products in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L101" class="LineNr">101 </span> <span class="Delimiter">}</span> +<span id="L102" class="LineNr">102 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L103" class="LineNr">103 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L104" class="LineNr">104 </span> <span class="Comment">// Writing Instruction Product(i)</span> +<span id="L105" class="LineNr">105 </span> write_memory<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L106" class="LineNr">106 </span> <span class="Delimiter">}</span> +<span id="L107" class="LineNr">107 </span> <span class="Delimiter">}</span> +<span id="L108" class="LineNr">108 </span> <span class="Delimiter">}</span> +<span id="L109" class="LineNr">109 </span> <span class="Comment">// End Running One Instruction</span> +<span id="L110" class="LineNr">110 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>fall_through_to_next_instruction<span class="Delimiter">)</span> +<span id="L111" class="LineNr">111 </span> ++current_step_index<span class="Delimiter">();</span> <span id="L112" class="LineNr">112 </span> <span class="Delimiter">}</span> <span id="L113" class="LineNr">113 </span> <span class="Normal">stop_running_current_routine</span>:<span class="Delimiter">;</span> <span id="L114" class="LineNr">114 </span><span class="Delimiter">}</span> @@ -251,13 +250,13 @@ if ('onhashchange' in window) { <span id="L184" class="LineNr">184 </span> ++argv<span class="Delimiter">;</span> <span id="L185" class="LineNr">185 </span> --argc<span class="Delimiter">;</span> <span id="L186" class="LineNr">186 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>argc > <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span> <span class="Comment">// ignore argv past '--'; that's commandline args for 'main'</span> -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>string<span class="Delimiter">(</span>*argv<span class="Delimiter">)</span> == <span class="Constant">"--"</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L189" class="LineNr">189 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L77'>starts_with</a><span class="Delimiter">(</span>*argv<span class="Delimiter">,</span> <span class="Constant">"--"</span><span class="Delimiter">))</span> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << <span class="Constant">"treating "</span> << *argv << <span class="Constant">" as a file rather than an option</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> load_file_or_directory<span class="Delimiter">(</span>*argv<span class="Delimiter">);</span> -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> --argc<span class="Delimiter">;</span> -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> ++argv<span class="Delimiter">;</span> +<span id="L187" class="LineNr">187 </span> <span class="Comment">// ignore argv past '--'; that's commandline args for 'main'</span> +<span id="L188" class="LineNr">188 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>string<span class="Delimiter">(</span>*argv<span class="Delimiter">)</span> == <span class="Constant">"--"</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L189" class="LineNr">189 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L77'>starts_with</a><span class="Delimiter">(</span>*argv<span class="Delimiter">,</span> <span class="Constant">"--"</span><span class="Delimiter">))</span> +<span id="L190" class="LineNr">190 </span> cerr << <span class="Constant">"treating "</span> << *argv << <span class="Constant">" as a file rather than an option</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L191" class="LineNr">191 </span> load_file_or_directory<span class="Delimiter">(</span>*argv<span class="Delimiter">);</span> +<span id="L192" class="LineNr">192 </span> --argc<span class="Delimiter">;</span> +<span id="L193" class="LineNr">193 </span> ++argv<span class="Delimiter">;</span> <span id="L194" class="LineNr">194 </span> <span class="Delimiter">}</span> <span id="L195" class="LineNr">195 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Run_tests<span class="Delimiter">)</span> Recipe<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"main"</span><span class="Delimiter">));</span> <span id="L196" class="LineNr">196 </span><span class="Delimiter">}</span> @@ -279,8 +278,8 @@ if ('onhashchange' in window) { <span id="L212" class="LineNr">212 </span> <span class="Comment">// Running Main</span> <span id="L213" class="LineNr">213 </span> <a href='000organization.cc.html#L134'>reset</a><span class="Delimiter">();</span> <span id="L214" class="LineNr">214 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Start_tracing && Trace_stream == <span class="Constant">NULL</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> Trace_stream = <span class="Normal">new</span> trace_stream<span class="Delimiter">;</span> -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> Save_trace = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L215" class="LineNr">215 </span> Trace_stream = <span class="Normal">new</span> trace_stream<span class="Delimiter">;</span> +<span id="L216" class="LineNr">216 </span> Save_trace = <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L217" class="LineNr">217 </span> <span class="Delimiter">}</span> <span id="L218" class="LineNr">218 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"=== Starting to run"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L219" class="LineNr">219 </span> assert<span class="Delimiter">(</span>Num_calls_to_transform_all == <span class="Constant">1</span><span class="Delimiter">);</span> @@ -306,7 +305,7 @@ if ('onhashchange' in window) { <span id="L239" class="LineNr">239 </span><span class="Normal">void</span> cleanup_main<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L240" class="LineNr">240 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Trace_stream<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L241" class="LineNr">241 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Save_trace<span class="Delimiter">)</span> -<span id="L242" class="LineNr">242 </span> <span class="Conceal">¦</span> Trace_stream<span class="Delimiter">-></span><a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">();</span> +<span id="L242" class="LineNr">242 </span> Trace_stream<span class="Delimiter">-></span><a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">();</span> <span id="L243" class="LineNr">243 </span> <span class="Normal">delete</span> Trace_stream<span class="Delimiter">;</span> <span id="L244" class="LineNr">244 </span> Trace_stream = <span class="Constant">NULL</span><span class="Delimiter">;</span> <span id="L245" class="LineNr">245 </span><span class="Delimiter">}</span> @@ -316,13 +315,13 @@ if ('onhashchange' in window) { <span id="L249" class="LineNr">249 </span><span class="Delimiter">:(code)</span> <span id="L250" class="LineNr">250 </span><span class="Normal">void</span> load_file_or_directory<span class="Delimiter">(</span>string filename<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L251" class="LineNr">251 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_directory<span class="Delimiter">(</span>filename<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L252" class="LineNr">252 </span> <span class="Conceal">¦</span> load_all<span class="Delimiter">(</span>filename<span class="Delimiter">);</span> -<span id="L253" class="LineNr">253 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L252" class="LineNr">252 </span> load_all<span class="Delimiter">(</span>filename<span class="Delimiter">);</span> +<span id="L253" class="LineNr">253 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L254" class="LineNr">254 </span> <span class="Delimiter">}</span> <span id="L255" class="LineNr">255 </span> ifstream fin<span class="Delimiter">(</span>filename<span class="Delimiter">.</span>c_str<span class="Delimiter">());</span> <span id="L256" class="LineNr">256 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!fin<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L257" class="LineNr">257 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"no such file '"</span> << filename << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span class="Comment">// don't raise, just warn. just in case it's just a name for a scenario to run.</span> -<span id="L258" class="LineNr">258 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L257" class="LineNr">257 </span> cerr << <span class="Constant">"no such file '"</span> << filename << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span class="Comment">// don't raise, just warn. just in case it's just a name for a scenario to run.</span> +<span id="L258" class="LineNr">258 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L259" class="LineNr">259 </span> <span class="Delimiter">}</span> <span id="L260" class="LineNr">260 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9990</span><span class="Delimiter">,</span> <span class="Constant">"load"</span><span class="Delimiter">)</span> << <span class="Constant">"=== "</span> << filename << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L261" class="LineNr">261 </span> load<span class="Delimiter">(</span>fin<span class="Delimiter">);</span> @@ -339,11 +338,11 @@ if ('onhashchange' in window) { <span id="L272" class="LineNr">272 </span> dirent** files<span class="Delimiter">;</span> <span id="L273" class="LineNr">273 </span> <span class="Normal">int</span> num_files = scandir<span class="Delimiter">(</span>dir<span class="Delimiter">.</span>c_str<span class="Delimiter">(),</span> &files<span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">,</span> alphasort<span class="Delimiter">);</span> <span id="L274" class="LineNr">274 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < num_files<span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L275" class="LineNr">275 </span> <span class="Conceal">¦</span> string curr_file = files[i]<span class="Delimiter">-></span>d_name<span class="Delimiter">;</span> -<span id="L276" class="LineNr">276 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>isdigit<span class="Delimiter">(</span>curr_file<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> -<span id="L277" class="LineNr">277 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> load_file_or_directory<span class="Delimiter">(</span>dir+<span class="Constant">'/'</span>+curr_file<span class="Delimiter">);</span> -<span id="L278" class="LineNr">278 </span> <span class="Conceal">¦</span> free<span class="Delimiter">(</span>files[i]<span class="Delimiter">);</span> -<span id="L279" class="LineNr">279 </span> <span class="Conceal">¦</span> files[i] = <span class="Constant">NULL</span><span class="Delimiter">;</span> +<span id="L275" class="LineNr">275 </span> string curr_file = files[i]<span class="Delimiter">-></span>d_name<span class="Delimiter">;</span> +<span id="L276" class="LineNr">276 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>isdigit<span class="Delimiter">(</span>curr_file<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> +<span id="L277" class="LineNr">277 </span> load_file_or_directory<span class="Delimiter">(</span>dir+<span class="Constant">'/'</span>+curr_file<span class="Delimiter">);</span> +<span id="L278" class="LineNr">278 </span> free<span class="Delimiter">(</span>files[i]<span class="Delimiter">);</span> +<span id="L279" class="LineNr">279 </span> files[i] = <span class="Constant">NULL</span><span class="Delimiter">;</span> <span id="L280" class="LineNr">280 </span> <span class="Delimiter">}</span> <span id="L281" class="LineNr">281 </span> free<span class="Delimiter">(</span>files<span class="Delimiter">);</span> <span id="L282" class="LineNr">282 </span><span class="Delimiter">}</span> @@ -358,15 +357,15 @@ if ('onhashchange' in window) { <span id="L291" class="LineNr">291 </span> <span class="Comment">// Begin Preprocess read_memory(x)</span> <span id="L292" class="LineNr">292 </span> vector<<span class="Normal">double</span>> result<span class="Delimiter">;</span> <span id="L293" class="LineNr">293 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>x<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L294" class="LineNr">294 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>x<span class="Delimiter">.</span>value<span class="Delimiter">);</span> -<span id="L295" class="LineNr">295 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L294" class="LineNr">294 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>x<span class="Delimiter">.</span>value<span class="Delimiter">);</span> +<span id="L295" class="LineNr">295 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L296" class="LineNr">296 </span> <span class="Delimiter">}</span> <span id="L297" class="LineNr">297 </span> <span class="Comment">// End Preprocess read_memory(x)</span> <span id="L298" class="LineNr">298 </span> <span class="Normal">int</span> size = size_of<span class="Delimiter">(</span>x<span class="Delimiter">);</span> <span id="L299" class="LineNr">299 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> offset = <span class="Constant">0</span><span class="Delimiter">;</span> offset < size<span class="Delimiter">;</span> ++offset<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L300" class="LineNr">300 </span> <span class="Conceal">¦</span> <span class="Normal">double</span> val = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> x<span class="Delimiter">.</span>value+offset<span class="Delimiter">);</span> -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"location "</span> << x<span class="Delimiter">.</span>value+offset << <span class="Constant">" is "</span> << no_scientific<span class="Delimiter">(</span>val<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L302" class="LineNr">302 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>val<span class="Delimiter">);</span> +<span id="L300" class="LineNr">300 </span> <span class="Normal">double</span> val = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> x<span class="Delimiter">.</span>value+offset<span class="Delimiter">);</span> +<span id="L301" class="LineNr">301 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"location "</span> << x<span class="Delimiter">.</span>value+offset << <span class="Constant">" is "</span> << no_scientific<span class="Delimiter">(</span>val<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L302" class="LineNr">302 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>val<span class="Delimiter">);</span> <span id="L303" class="LineNr">303 </span> <span class="Delimiter">}</span> <span id="L304" class="LineNr">304 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L305" class="LineNr">305 </span><span class="Delimiter">}</span> @@ -375,26 +374,26 @@ if ('onhashchange' in window) { <span id="L308" class="LineNr">308 </span> assert<span class="Delimiter">(</span>Current_routine<span class="Delimiter">);</span> <span class="Comment">// run-time only</span> <span id="L309" class="LineNr">309 </span> <span class="Comment">// Begin Preprocess write_memory(x, data)</span> <span id="L310" class="LineNr">310 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L311" class="LineNr">311 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"can't write to '"</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>x<span class="Delimiter">)</span> << <span class="Constant">"'; no type</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L312" class="LineNr">312 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L311" class="LineNr">311 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"can't write to '"</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>x<span class="Delimiter">)</span> << <span class="Constant">"'; no type</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L312" class="LineNr">312 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L313" class="LineNr">313 </span> <span class="Delimiter">}</span> <span id="L314" class="LineNr">314 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>x<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L315" class="LineNr">315 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>x<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L316" class="LineNr">316 </span> <span class="Comment">// End Preprocess write_memory(x, data)</span> <span id="L317" class="LineNr">317 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>value == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L318" class="LineNr">318 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"can't write to location 0 in '"</span> << to_original_string<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L319" class="LineNr">319 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L318" class="LineNr">318 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"can't write to location 0 in '"</span> << to_original_string<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L319" class="LineNr">319 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L320" class="LineNr">320 </span> <span class="Delimiter">}</span> <span id="L321" class="LineNr">321 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>size_mismatch<span class="Delimiter">(</span>x<span class="Delimiter">,</span> data<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L322" class="LineNr">322 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"size mismatch in storing to '"</span> << x<span class="Delimiter">.</span>original_string << <span class="Constant">"' ("</span> << size_of<span class="Delimiter">(</span>x<span class="Delimiter">)</span> << <span class="Constant">" vs "</span> << <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>data<span class="Delimiter">)</span> << <span class="Constant">") at '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L323" class="LineNr">323 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L322" class="LineNr">322 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"size mismatch in storing to '"</span> << x<span class="Delimiter">.</span>original_string << <span class="Constant">"' ("</span> << size_of<span class="Delimiter">(</span>x<span class="Delimiter">)</span> << <span class="Constant">" vs "</span> << <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>data<span class="Delimiter">)</span> << <span class="Constant">") at '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L323" class="LineNr">323 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L324" class="LineNr">324 </span> <span class="Delimiter">}</span> <span id="L325" class="LineNr">325 </span> <span class="Comment">// End write_memory(x) Special-cases</span> <span id="L326" class="LineNr">326 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> offset = <span class="Constant">0</span><span class="Delimiter">;</span> offset < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>data<span class="Delimiter">);</span> ++offset<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L327" class="LineNr">327 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>x<span class="Delimiter">.</span>value+offset > <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L328" class="LineNr">328 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing "</span> << no_scientific<span class="Delimiter">(</span>data<span class="Delimiter">.</span>at<span class="Delimiter">(</span>offset<span class="Delimiter">))</span> << <span class="Constant">" in location "</span> << x<span class="Delimiter">.</span>value+offset << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L327" class="LineNr">327 </span> assert<span class="Delimiter">(</span>x<span class="Delimiter">.</span>value+offset > <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L328" class="LineNr">328 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing "</span> << no_scientific<span class="Delimiter">(</span>data<span class="Delimiter">.</span>at<span class="Delimiter">(</span>offset<span class="Delimiter">))</span> << <span class="Constant">" in location "</span> << x<span class="Delimiter">.</span>value+offset << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L329" class="LineNr">329 </span><span class="CommentedCode">//? if (Foo) cerr << "mem: storing " << no_scientific(data.at(offset)) << " in location " << x.value+offset << '\n';</span> -<span id="L330" class="LineNr">330 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> x<span class="Delimiter">.</span>value+offset<span class="Delimiter">,</span> data<span class="Delimiter">.</span>at<span class="Delimiter">(</span>offset<span class="Delimiter">));</span> +<span id="L330" class="LineNr">330 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> x<span class="Delimiter">.</span>value+offset<span class="Delimiter">,</span> data<span class="Delimiter">.</span>at<span class="Delimiter">(</span>offset<span class="Delimiter">));</span> <span id="L331" class="LineNr">331 </span> <span class="Delimiter">}</span> <span id="L332" class="LineNr">332 </span><span class="Delimiter">}</span> <span id="L333" class="LineNr">333 </span> @@ -407,17 +406,17 @@ if ('onhashchange' in window) { <span id="L340" class="LineNr">340 </span><span class="Normal">int</span> size_of<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* type<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L341" class="LineNr">341 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L342" class="LineNr">342 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L343" class="LineNr">343 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>value == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">1</span><span class="Delimiter">;</span> <span class="Comment">// error value, but we'll raise it elsewhere</span> -<span id="L344" class="LineNr">344 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>value == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L345" class="LineNr">345 </span> <span class="Conceal">¦</span> <span class="Comment">// End size_of(type) Atom Special-cases</span> +<span id="L343" class="LineNr">343 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>value == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">1</span><span class="Delimiter">;</span> <span class="Comment">// error value, but we'll raise it elsewhere</span> +<span id="L344" class="LineNr">344 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>value == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L345" class="LineNr">345 </span> <span class="Comment">// End size_of(type) Atom Special-cases</span> <span id="L346" class="LineNr">346 </span> <span class="Delimiter">}</span> <span id="L347" class="LineNr">347 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L348" class="LineNr">348 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L349" class="LineNr">349 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"invalid type "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L350" class="LineNr">350 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L351" class="LineNr">351 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L352" class="LineNr">352 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value == get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L353" class="LineNr">353 </span> <span class="Conceal">¦</span> <span class="Comment">// End size_of(type) Non-atom Special-cases</span> +<span id="L348" class="LineNr">348 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L349" class="LineNr">349 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"invalid type "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L350" class="LineNr">350 </span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L351" class="LineNr">351 </span> <span class="Delimiter">}</span> +<span id="L352" class="LineNr">352 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value == get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L353" class="LineNr">353 </span> <span class="Comment">// End size_of(type) Non-atom Special-cases</span> <span id="L354" class="LineNr">354 </span> <span class="Delimiter">}</span> <span id="L355" class="LineNr">355 </span> <span class="Comment">// End size_of(type) Special-cases</span> <span id="L356" class="LineNr">356 </span> <span class="Identifier">return</span> <span class="Constant">1</span><span class="Delimiter">;</span> @@ -452,15 +451,15 @@ if ('onhashchange' in window) { <span id="L385" class="LineNr">385 </span> <a href='012transform.cc.html#L46'>transform_all</a><span class="Delimiter">();</span> <span id="L386" class="LineNr">386 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>tmp<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L387" class="LineNr">387 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L198'>trace_contains_errors</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L388" class="LineNr">388 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Start_tracing && Trace_stream<span class="Delimiter">)</span> Trace_stream<span class="Delimiter">-></span><a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">();</span> -<span id="L389" class="LineNr">389 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L388" class="LineNr">388 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Start_tracing && Trace_stream<span class="Delimiter">)</span> Trace_stream<span class="Delimiter">-></span><a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">();</span> +<span id="L389" class="LineNr">389 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L390" class="LineNr">390 </span> <span class="Delimiter">}</span> <span id="L391" class="LineNr">391 </span> <span class="Comment">// if a test defines main, it probably wants to start there regardless of</span> <span id="L392" class="LineNr">392 </span> <span class="Comment">// definition order</span> <span id="L393" class="LineNr">393 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"main"</span><span class="Delimiter">)))</span> -<span id="L394" class="LineNr">394 </span> <span class="Conceal">¦</span> run<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"main"</span><span class="Delimiter">));</span> +<span id="L394" class="LineNr">394 </span> run<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"main"</span><span class="Delimiter">));</span> <span id="L395" class="LineNr">395 </span> <span class="Normal">else</span> -<span id="L396" class="LineNr">396 </span> <span class="Conceal">¦</span> run<span class="Delimiter">(</span>tmp<span class="Delimiter">.</span>front<span class="Delimiter">());</span> +<span id="L396" class="LineNr">396 </span> run<span class="Delimiter">(</span>tmp<span class="Delimiter">.</span>front<span class="Delimiter">());</span> <span id="L397" class="LineNr">397 </span><span class="Delimiter">}</span> <span id="L398" class="LineNr">398 </span> <span id="L399" class="LineNr">399 </span><span class="Delimiter">:(scenario run_label)</span> @@ -537,15 +536,15 @@ if ('onhashchange' in window) { <span id="L470" class="LineNr">470 </span><span class="Normal">void</span> dump_profile<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L471" class="LineNr">471 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Run_profiler<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L472" class="LineNr">472 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Run_tests<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L473" class="LineNr">473 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"It's not a good idea to profile a run with tests, since tests can create conflicting recipes and mislead you. To try it anyway, comment out this check in the code.</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L474" class="LineNr">474 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L473" class="LineNr">473 </span> cerr << <span class="Constant">"It's not a good idea to profile a run with tests, since tests can create conflicting recipes and mislead you. To try it anyway, comment out this check in the code.</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L474" class="LineNr">474 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L475" class="LineNr">475 </span> <span class="Delimiter">}</span> <span id="L476" class="LineNr">476 </span> ofstream fout<span class="Delimiter">;</span> <span id="L477" class="LineNr">477 </span> fout<span class="Delimiter">.</span>open<span class="Delimiter">(</span><span class="Constant">"profile.instructions"</span><span class="Delimiter">);</span> <span id="L478" class="LineNr">478 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>fout<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L479" class="LineNr">479 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<recipe_ordinal<span class="Delimiter">,</span> <span class="Normal">int</span>>::iterator p = Instructions_running<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Instructions_running<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L480" class="LineNr">480 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> fout << std::setw<span class="Delimiter">(</span><span class="Constant">9</span><span class="Delimiter">)</span> << p<span class="Delimiter">-></span>second << <span class="Constant">' '</span> << header_label<span class="Delimiter">(</span>p<span class="Delimiter">-></span>first<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L481" class="LineNr">481 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L479" class="LineNr">479 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<recipe_ordinal<span class="Delimiter">,</span> <span class="Normal">int</span>>::iterator p = Instructions_running<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Instructions_running<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L480" class="LineNr">480 </span> fout << std::setw<span class="Delimiter">(</span><span class="Constant">9</span><span class="Delimiter">)</span> << p<span class="Delimiter">-></span>second << <span class="Constant">' '</span> << header_label<span class="Delimiter">(</span>p<span class="Delimiter">-></span>first<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L481" class="LineNr">481 </span> <span class="Delimiter">}</span> <span id="L482" class="LineNr">482 </span> <span class="Delimiter">}</span> <span id="L483" class="LineNr">483 </span> fout<span class="Delimiter">.</span>close<span class="Delimiter">();</span> <span id="L484" class="LineNr">484 </span> <span class="Comment">// End dump_profile</span> diff --git a/html/021check_instruction.cc.html b/html/021check_instruction.cc.html index 72c54c98..222256dc 100644 --- a/html/021check_instruction.cc.html +++ b/html/021check_instruction.cc.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.muRecipe { color: #ff8700; } .traceContains { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } -.muRecipe { color: #ff8700; } .Constant { color: #00a0a0; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } .cSpecial { color: #008000; } -.Special { color: #c00000; } --> </style> @@ -79,30 +78,30 @@ if ('onhashchange' in window) { <span id="L16" class="LineNr"> 16 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- perform checks for <a href='010vm.cc.html#L19'>recipe</a> "</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L17" class="LineNr"> 17 </span> map<string<span class="Delimiter">,</span> vector<type_ordinal> > metadata<span class="Delimiter">;</span> <span id="L18" class="LineNr"> 18 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span> instruction& inst = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L20" class="LineNr"> 20 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span> <span class="Normal">switch</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L22" class="LineNr"> 22 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// Primitive Recipe Checks</span> -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">case</span> <a href='010vm.cc.html#L189'>COPY</a>: <span class="Delimiter">{</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"too many products in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L29" class="LineNr"> 29 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L30" class="LineNr"> 30 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"can't copy '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"' to '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'; types don't match</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L31" class="LineNr"> 31 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L32" class="LineNr"> 32 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L34" class="LineNr"> 34 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// End Primitive Recipe Checks</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">default</span>: <span class="Delimiter">{</span> -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// Defined Recipe Checks</span> -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// End Defined Recipe Checks</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span> finish_checking_instruction:<span class="Delimiter">;</span> +<span id="L19" class="LineNr"> 19 </span> instruction& inst = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L20" class="LineNr"> 20 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L21" class="LineNr"> 21 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L22" class="LineNr"> 22 </span> <span class="Comment">// Primitive Recipe Checks</span> +<span id="L23" class="LineNr"> 23 </span> <span class="Normal">case</span> <a href='010vm.cc.html#L189'>COPY</a>: <span class="Delimiter">{</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L25" class="LineNr"> 25 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"too many products in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L26" class="LineNr"> 26 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L27" class="LineNr"> 27 </span> <span class="Delimiter">}</span> +<span id="L28" class="LineNr"> 28 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L29" class="LineNr"> 29 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L30" class="LineNr"> 30 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"can't copy '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"' to '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'; types don't match</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L31" class="LineNr"> 31 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L32" class="LineNr"> 32 </span> <span class="Delimiter">}</span> +<span id="L33" class="LineNr"> 33 </span> <span class="Delimiter">}</span> +<span id="L34" class="LineNr"> 34 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L35" class="LineNr"> 35 </span> <span class="Delimiter">}</span> +<span id="L36" class="LineNr"> 36 </span> <span class="Comment">// End Primitive Recipe Checks</span> +<span id="L37" class="LineNr"> 37 </span> <span class="Normal">default</span>: <span class="Delimiter">{</span> +<span id="L38" class="LineNr"> 38 </span> <span class="Comment">// Defined Recipe Checks</span> +<span id="L39" class="LineNr"> 39 </span> <span class="Comment">// End Defined Recipe Checks</span> +<span id="L40" class="LineNr"> 40 </span> <span class="Delimiter">}</span> +<span id="L41" class="LineNr"> 41 </span> <span class="Delimiter">}</span> +<span id="L42" class="LineNr"> 42 </span> <span class="Normal">finish_checking_instruction</span>:<span class="Delimiter">;</span> <span id="L43" class="LineNr"> 43 </span> <span class="Delimiter">}</span> <span id="L44" class="LineNr"> 44 </span><span class="Delimiter">}</span> <span id="L45" class="LineNr"> 45 </span> @@ -130,14 +129,14 @@ if ('onhashchange' in window) { <span id="L67" class="LineNr"> 67 </span><span class="Delimiter">:(scenario write_scalar_to_address_disallowed)</span> <span id="L68" class="LineNr"> 68 </span><span class="Special">% Hide_errors = true;</span> <span id="L69" class="LineNr"> 69 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L70" class="LineNr"> 70 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L70" class="LineNr"> 70 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> <span id="L71" class="LineNr"> 71 </span>] -<span id="L72" class="LineNr"> 72 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: can't copy '34' to '1:<a href='043space.cc.html#L82'>address</a>:num'; types don't match</span> +<span id="L72" class="LineNr"> 72 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: can't copy '34' to '1:<a href='043space.cc.html#L80'>address</a>:num'; types don't match</span> <span id="L73" class="LineNr"> 73 </span> <span id="L74" class="LineNr"> 74 </span><span class="Delimiter">:(scenario write_address_to_number_allowed)</span> <span id="L75" class="LineNr"> 75 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L76" class="LineNr"> 76 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">12</span>/unsafe -<span id="L77" class="LineNr"> 77 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num +<span id="L76" class="LineNr"> 76 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">12</span>/unsafe +<span id="L77" class="LineNr"> 77 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num <span id="L78" class="LineNr"> 78 </span>] <span id="L79" class="LineNr"> 79 </span><span class="traceContains">+mem: storing 12 in location 2</span> <span id="L80" class="LineNr"> 80 </span>$error: <span class="Constant">0</span> @@ -145,10 +144,10 @@ if ('onhashchange' in window) { <span id="L82" class="LineNr"> 82 </span><span class="Delimiter">:(scenario write_address_to_character_disallowed)</span> <span id="L83" class="LineNr"> 83 </span><span class="Special">% Hide_errors = true;</span> <span id="L84" class="LineNr"> 84 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L85" class="LineNr"> 85 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">12</span>/unsafe -<span id="L86" class="LineNr"> 86 </span> <span class="Constant">2</span>:<span class="Normal">char</span><span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num +<span id="L85" class="LineNr"> 85 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">12</span>/unsafe +<span id="L86" class="LineNr"> 86 </span> <span class="Constant">2</span>:<span class="Normal">char</span><span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num <span id="L87" class="LineNr"> 87 </span>] -<span id="L88" class="LineNr"> 88 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: can't copy '1:<a href='043space.cc.html#L82'>address</a>:num' to '2:char'; types don't match</span> +<span id="L88" class="LineNr"> 88 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: can't copy '1:<a href='043space.cc.html#L80'>address</a>:num' to '2:char'; types don't match</span> <span id="L89" class="LineNr"> 89 </span> <span id="L90" class="LineNr"> 90 </span><span class="Delimiter">:(scenario write_number_to_character_allowed)</span> <span id="L91" class="LineNr"> 91 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ @@ -189,14 +188,14 @@ if ('onhashchange' in window) { <span id="L126" class="LineNr">126 </span> <span class="Comment">// this will be highlighted in red inside vim. just for setting up some tests.</span> <span id="L127" class="LineNr">127 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='021check_instruction.cc.html#L198'>is_unsafe</a><span class="Delimiter">(</span>from<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L128" class="LineNr">128 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>from<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_array<span class="Delimiter">(</span>to<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <span class="Comment">// End Matching Types For Literal(to)</span> -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> <span class="Comment">// allow writing 0 to any address</span> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>to<span class="Delimiter">))</span> <span class="Identifier">return</span> from<span class="Delimiter">.</span>name == <span class="Constant">"0"</span><span class="Delimiter">;</span> -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!to<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>to<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom && to<span class="Delimiter">.</span>type<span class="Delimiter">-></span>value == get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"boolean"</span><span class="Delimiter">))</span> -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> from<span class="Delimiter">.</span>name == <span class="Constant">"0"</span> || from<span class="Delimiter">.</span>name == <span class="Constant">"1"</span><span class="Delimiter">;</span> -<span id="L136" class="LineNr">136 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> size_of<span class="Delimiter">(</span>to<span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">;</span> <span class="Comment">// literals are always scalars</span> +<span id="L129" class="LineNr">129 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_array<span class="Delimiter">(</span>to<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L130" class="LineNr">130 </span> <span class="Comment">// End Matching Types For Literal(to)</span> +<span id="L131" class="LineNr">131 </span> <span class="Comment">// allow writing 0 to any address</span> +<span id="L132" class="LineNr">132 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>to<span class="Delimiter">))</span> <span class="Identifier">return</span> from<span class="Delimiter">.</span>name == <span class="Constant">"0"</span><span class="Delimiter">;</span> +<span id="L133" class="LineNr">133 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!to<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L134" class="LineNr">134 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>to<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom && to<span class="Delimiter">.</span>type<span class="Delimiter">-></span>value == get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"boolean"</span><span class="Delimiter">))</span> +<span id="L135" class="LineNr">135 </span> <span class="Identifier">return</span> from<span class="Delimiter">.</span>name == <span class="Constant">"0"</span> || from<span class="Delimiter">.</span>name == <span class="Constant">"1"</span><span class="Delimiter">;</span> +<span id="L136" class="LineNr">136 </span> <span class="Identifier">return</span> size_of<span class="Delimiter">(</span>to<span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">;</span> <span class="Comment">// literals are always scalars</span> <span id="L137" class="LineNr">137 </span> <span class="Delimiter">}</span> <span id="L138" class="LineNr">138 </span> <span class="Identifier">return</span> types_strictly_match<span class="Delimiter">(</span>to<span class="Delimiter">,</span> from<span class="Delimiter">);</span> <span id="L139" class="LineNr">139 </span><span class="Delimiter">}</span> @@ -221,11 +220,11 @@ if ('onhashchange' in window) { <span id="L158" class="LineNr">158 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!from<span class="Delimiter">)</span> <span class="Identifier">return</span> to<span class="Delimiter">-></span>atom && to<span class="Delimiter">-></span>value == <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L159" class="LineNr">159 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>from<span class="Delimiter">-></span>atom != to<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L160" class="LineNr">160 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>from<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>from<span class="Delimiter">-></span>value == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Identifier">return</span> from<span class="Delimiter">-></span>name == to<span class="Delimiter">-></span>name<span class="Delimiter">;</span> -<span id="L162" class="LineNr">162 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> from<span class="Delimiter">-></span>value == to<span class="Delimiter">-></span>value<span class="Delimiter">;</span> +<span id="L161" class="LineNr">161 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>from<span class="Delimiter">-></span>value == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Identifier">return</span> from<span class="Delimiter">-></span>name == to<span class="Delimiter">-></span>name<span class="Delimiter">;</span> +<span id="L162" class="LineNr">162 </span> <span class="Identifier">return</span> from<span class="Delimiter">-></span>value == to<span class="Delimiter">-></span>value<span class="Delimiter">;</span> <span id="L163" class="LineNr">163 </span> <span class="Delimiter">}</span> <span id="L164" class="LineNr">164 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>types_strictly_match<span class="Delimiter">(</span>to<span class="Delimiter">-></span>left<span class="Delimiter">,</span> from<span class="Delimiter">-></span>left<span class="Delimiter">)</span> && types_strictly_match<span class="Delimiter">(</span>to<span class="Delimiter">-></span>right<span class="Delimiter">,</span> from<span class="Delimiter">-></span>right<span class="Delimiter">))</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L165" class="LineNr">165 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L166" class="LineNr">166 </span> <span class="Comment">// fallback: (x) == x</span> <span id="L167" class="LineNr">167 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>to<span class="Delimiter">-></span>right == <span class="Constant">NULL</span> && types_strictly_match<span class="Delimiter">(</span>to<span class="Delimiter">-></span>left<span class="Delimiter">,</span> from<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L168" class="LineNr">168 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>from<span class="Delimiter">-></span>right == <span class="Constant">NULL</span> && types_strictly_match<span class="Delimiter">(</span>to<span class="Delimiter">,</span> from<span class="Delimiter">-></span>left<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> @@ -247,10 +246,10 @@ if ('onhashchange' in window) { <span id="L184" class="LineNr">184 </span><span class="Normal">void</span> <a href='021check_instruction.cc.html#L184'>test_type_abbreviations_match_raw_types</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L185" class="LineNr">185 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_abbreviations<span class="Delimiter">,</span> <span class="Constant">"text"</span><span class="Delimiter">,</span> <a href='018type_abbreviations.cc.html#L58'>new_type_tree</a><span class="Delimiter">(</span><span class="Constant">"address:array:character"</span><span class="Delimiter">));</span> <span id="L186" class="LineNr">186 </span> <span class="Comment">// a has type (address buffer (address array character))</span> -<span id="L187" class="LineNr">187 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"a:<a href='043space.cc.html#L82'>address</a>:buffer:text"</span><span class="Delimiter">);</span> +<span id="L187" class="LineNr">187 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"a:<a href='043space.cc.html#L80'>address</a>:buffer:text"</span><span class="Delimiter">);</span> <span id="L188" class="LineNr">188 </span> expand_type_abbreviations<span class="Delimiter">(</span>a<span class="Delimiter">.</span>type<span class="Delimiter">);</span> <span id="L189" class="LineNr">189 </span> <span class="Comment">// b has type (address buffer address array character)</span> -<span id="L190" class="LineNr">190 </span> reagent b<span class="Delimiter">(</span><span class="Constant">"b:<a href='043space.cc.html#L82'>address</a>:buffer:<a href='043space.cc.html#L82'>address</a>:array:character"</span><span class="Delimiter">);</span> +<span id="L190" class="LineNr">190 </span> reagent b<span class="Delimiter">(</span><span class="Constant">"b:<a href='043space.cc.html#L80'>address</a>:buffer:<a href='043space.cc.html#L80'>address</a>:array:character"</span><span class="Delimiter">);</span> <span id="L191" class="LineNr">191 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>types_strictly_match<span class="Delimiter">(</span>a<span class="Delimiter">,</span> b<span class="Delimiter">));</span> <span id="L192" class="LineNr">192 </span> <span class="Normal">delete</span> Type_abbreviations[<span class="Constant">"text"</span>]<span class="Delimiter">;</span> <span id="L193" class="LineNr">193 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_abbreviations<span class="Delimiter">,</span> <span class="Constant">"text"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">);</span> @@ -271,8 +270,8 @@ if ('onhashchange' in window) { <span id="L208" class="LineNr">208 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>type<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L209" class="LineNr">209 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L210" class="LineNr">210 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L211" class="LineNr">211 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"invalid type "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L211" class="LineNr">211 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"invalid type "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L212" class="LineNr">212 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L213" class="LineNr">213 </span> <span class="Delimiter">}</span> <span id="L214" class="LineNr">214 </span> <span class="Identifier">return</span> type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value == get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"array"</span><span class="Delimiter">);</span> <span id="L215" class="LineNr">215 </span><span class="Delimiter">}</span> @@ -286,8 +285,8 @@ if ('onhashchange' in window) { <span id="L223" class="LineNr">223 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>type<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L224" class="LineNr">224 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L225" class="LineNr">225 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L226" class="LineNr">226 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"invalid type "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L227" class="LineNr">227 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L226" class="LineNr">226 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"invalid type "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L227" class="LineNr">227 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L228" class="LineNr">228 </span> <span class="Delimiter">}</span> <span id="L229" class="LineNr">229 </span> <span class="Identifier">return</span> type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value == get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">);</span> <span id="L230" class="LineNr">230 </span><span class="Delimiter">}</span> @@ -310,8 +309,8 @@ if ('onhashchange' in window) { <span id="L247" class="LineNr">247 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!r<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L248" class="LineNr">248 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L249" class="LineNr">249 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L250" class="LineNr">250 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"literal-fractional-number"</span> -<span id="L251" class="LineNr">251 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> || r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"literal"</span><span class="Delimiter">;</span> +<span id="L250" class="LineNr">250 </span> <span class="Identifier">return</span> r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"literal-fractional-number"</span> +<span id="L251" class="LineNr">251 </span> || r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"literal"</span><span class="Delimiter">;</span> <span id="L252" class="LineNr">252 </span> <span class="Delimiter">}</span> <span id="L253" class="LineNr">253 </span> <span class="Identifier">return</span> r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>value == get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> <span id="L254" class="LineNr">254 </span><span class="Delimiter">}</span> @@ -335,7 +334,7 @@ if ('onhashchange' in window) { <span id="L272" class="LineNr">272 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>type<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L273" class="LineNr">273 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L274" class="LineNr">274 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>type<span class="Delimiter">))</span> -<span id="L275" class="LineNr">275 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> type<span class="Delimiter">-></span>name != <span class="Constant">"literal-string"</span><span class="Delimiter">;</span> +<span id="L275" class="LineNr">275 </span> <span class="Identifier">return</span> type<span class="Delimiter">-></span>name != <span class="Constant">"literal-string"</span><span class="Delimiter">;</span> <span id="L276" class="LineNr">276 </span> <span class="Identifier">return</span> size_of<span class="Delimiter">(</span>type<span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">;</span> <span id="L277" class="LineNr">277 </span><span class="Delimiter">}</span> </pre> diff --git a/html/022arithmetic.cc.html b/html/022arithmetic.cc.html index c46d35ea..a9ae8710 100644 --- a/html/022arithmetic.cc.html +++ b/html/022arithmetic.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Special { color: #c00000; } -.Conceal { color: #4e4e4e; } .traceContains { color: #008000; } -.LineNr { color: #444444; } -.Identifier { color: #c0a020; } .PreProc { color: #800080; } +.LineNr { color: #444444; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } .cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } --> </style> @@ -72,18 +71,18 @@ if ('onhashchange' in window) { <span id="L8" class="LineNr"> 8 </span><span class="Normal">case</span> ADD: <span class="Delimiter">{</span> <span id="L9" class="LineNr"> 9 </span> <span class="Comment">// primary goal of these checks is to forbid address arithmetic</span> <span id="L10" class="LineNr"> 10 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L11" class="LineNr"> 11 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L12" class="LineNr"> 12 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'add' requires number ingredients, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L13" class="LineNr"> 13 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L14" class="LineNr"> 14 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L11" class="LineNr"> 11 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L12" class="LineNr"> 12 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'add' requires number ingredients, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L13" class="LineNr"> 13 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L14" class="LineNr"> 14 </span> <span class="Delimiter">}</span> <span id="L15" class="LineNr"> 15 </span> <span class="Delimiter">}</span> <span id="L16" class="LineNr"> 16 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L17" class="LineNr"> 17 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'add' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L18" class="LineNr"> 18 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L17" class="LineNr"> 17 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'add' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L18" class="LineNr"> 18 </span> <span class="Identifier">break</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="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'add' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L22" class="LineNr"> 22 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L21" class="LineNr"> 21 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'add' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L22" class="LineNr"> 22 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L23" class="LineNr"> 23 </span> <span class="Delimiter">}</span> <span id="L24" class="LineNr"> 24 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L25" class="LineNr"> 25 </span><span class="Delimiter">}</span> @@ -91,7 +90,7 @@ if ('onhashchange' in window) { <span id="L27" class="LineNr"> 27 </span><span class="Normal">case</span> ADD: <span class="Delimiter">{</span> <span id="L28" class="LineNr"> 28 </span> <span class="Normal">double</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L29" class="LineNr"> 29 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L30" class="LineNr"> 30 </span> <span class="Conceal">¦</span> result += ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L30" class="LineNr"> 30 </span> result += ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L31" class="LineNr"> 31 </span> <span class="Delimiter">}</span> <span id="L32" class="LineNr"> 32 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L33" class="LineNr"> 33 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> @@ -128,7 +127,7 @@ if ('onhashchange' in window) { <span id="L64" class="LineNr"> 64 </span><span class="Delimiter">:(scenario add_checks_return_type)</span> <span id="L65" class="LineNr"> 65 </span><span class="Special">% Hide_errors = true;</span> <span id="L66" class="LineNr"> 66 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L67" class="LineNr"> 67 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>add <span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">2</span> +<span id="L67" class="LineNr"> 67 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span>add <span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">2</span> <span id="L68" class="LineNr"> 68 </span>] <span id="L69" class="LineNr"> 69 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: 'add' should yield a number, but got '1:address:num'</span> <span id="L70" class="LineNr"> 70 </span> @@ -139,23 +138,23 @@ if ('onhashchange' in window) { <span id="L75" class="LineNr"> 75 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L76" class="LineNr"> 76 </span><span class="Normal">case</span> SUBTRACT: <span class="Delimiter">{</span> <span id="L77" class="LineNr"> 77 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'subtract' has no ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L78" class="LineNr"> 78 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'subtract' has no ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L80" class="LineNr"> 80 </span> <span class="Delimiter">}</span> <span id="L81" class="LineNr"> 81 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='022arithmetic.cc.html#L108'>is_raw</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// permit address offset computations in tests</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'subtract' requires number ingredients, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L82" class="LineNr"> 82 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='022arithmetic.cc.html#L108'>is_raw</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// permit address offset computations in tests</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L84" class="LineNr"> 84 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'subtract' requires number ingredients, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L86" class="LineNr"> 86 </span> <span class="Delimiter">}</span> <span id="L87" class="LineNr"> 87 </span> <span class="Delimiter">}</span> <span id="L88" class="LineNr"> 88 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'subtract' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L89" class="LineNr"> 89 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'subtract' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L90" class="LineNr"> 90 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L91" class="LineNr"> 91 </span> <span class="Delimiter">}</span> <span id="L92" class="LineNr"> 92 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'subtract' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L93" class="LineNr"> 93 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'subtract' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L94" class="LineNr"> 94 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L95" class="LineNr"> 95 </span> <span class="Delimiter">}</span> <span id="L96" class="LineNr"> 96 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L97" class="LineNr"> 97 </span><span class="Delimiter">}</span> @@ -163,7 +162,7 @@ if ('onhashchange' in window) { <span id="L99" class="LineNr"> 99 </span><span class="Normal">case</span> SUBTRACT: <span class="Delimiter">{</span> <span id="L100" class="LineNr">100 </span> <span class="Normal">double</span> result = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L101" class="LineNr">101 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span> result -= ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L102" class="LineNr">102 </span> result -= ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L103" class="LineNr">103 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L104" class="LineNr">104 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> <span id="L105" class="LineNr">105 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> @@ -200,18 +199,18 @@ if ('onhashchange' in window) { <span id="L136" class="LineNr">136 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L137" class="LineNr">137 </span><span class="Normal">case</span> MULTIPLY: <span class="Delimiter">{</span> <span id="L138" class="LineNr">138 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'multiply' requires number ingredients, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L139" class="LineNr">139 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L140" class="LineNr">140 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'multiply' requires number ingredients, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L141" class="LineNr">141 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L142" class="LineNr">142 </span> <span class="Delimiter">}</span> <span id="L143" class="LineNr">143 </span> <span class="Delimiter">}</span> <span id="L144" class="LineNr">144 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L145" class="LineNr">145 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'multiply' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L146" class="LineNr">146 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L145" class="LineNr">145 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'multiply' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L146" class="LineNr">146 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L147" class="LineNr">147 </span> <span class="Delimiter">}</span> <span id="L148" class="LineNr">148 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L149" class="LineNr">149 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'multiply' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L150" class="LineNr">150 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L149" class="LineNr">149 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'multiply' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L150" class="LineNr">150 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L151" class="LineNr">151 </span> <span class="Delimiter">}</span> <span id="L152" class="LineNr">152 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L153" class="LineNr">153 </span><span class="Delimiter">}</span> @@ -219,7 +218,7 @@ if ('onhashchange' in window) { <span id="L155" class="LineNr">155 </span><span class="Normal">case</span> MULTIPLY: <span class="Delimiter">{</span> <span id="L156" class="LineNr">156 </span> <span class="Normal">double</span> result = <span class="Constant">1</span><span class="Delimiter">;</span> <span id="L157" class="LineNr">157 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L158" class="LineNr">158 </span> <span class="Conceal">¦</span> result *= ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L158" class="LineNr">158 </span> result *= ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L159" class="LineNr">159 </span> <span class="Delimiter">}</span> <span id="L160" class="LineNr">160 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L161" class="LineNr">161 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> @@ -253,22 +252,22 @@ if ('onhashchange' in window) { <span id="L189" class="LineNr">189 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L190" class="LineNr">190 </span><span class="Normal">case</span> DIVIDE: <span class="Delimiter">{</span> <span id="L191" class="LineNr">191 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'divide' has no ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L192" class="LineNr">192 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'divide' has no ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L193" class="LineNr">193 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L194" class="LineNr">194 </span> <span class="Delimiter">}</span> <span id="L195" class="LineNr">195 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L196" class="LineNr">196 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'divide' requires number ingredients, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L196" class="LineNr">196 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L197" class="LineNr">197 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'divide' requires number ingredients, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L198" class="LineNr">198 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L199" class="LineNr">199 </span> <span class="Delimiter">}</span> <span id="L200" class="LineNr">200 </span> <span class="Delimiter">}</span> <span id="L201" class="LineNr">201 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L202" class="LineNr">202 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'divide' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L203" class="LineNr">203 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L202" class="LineNr">202 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'divide' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L203" class="LineNr">203 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L204" class="LineNr">204 </span> <span class="Delimiter">}</span> <span id="L205" class="LineNr">205 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L206" class="LineNr">206 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'divide' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L207" class="LineNr">207 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L206" class="LineNr">206 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'divide' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L207" class="LineNr">207 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L208" class="LineNr">208 </span> <span class="Delimiter">}</span> <span id="L209" class="LineNr">209 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L210" class="LineNr">210 </span><span class="Delimiter">}</span> @@ -276,7 +275,7 @@ if ('onhashchange' in window) { <span id="L212" class="LineNr">212 </span><span class="Normal">case</span> DIVIDE: <span class="Delimiter">{</span> <span id="L213" class="LineNr">213 </span> <span class="Normal">double</span> result = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L214" class="LineNr">214 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> result /= ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L215" class="LineNr">215 </span> result /= ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L216" class="LineNr">216 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L217" class="LineNr">217 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> <span id="L218" class="LineNr">218 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> @@ -311,22 +310,22 @@ if ('onhashchange' in window) { <span id="L247" class="LineNr">247 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L248" class="LineNr">248 </span><span class="Normal">case</span> DIVIDE_WITH_REMAINDER: <span class="Delimiter">{</span> <span id="L249" class="LineNr">249 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L250" class="LineNr">250 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'divide-with-remainder' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L251" class="LineNr">251 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L250" class="LineNr">250 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'divide-with-remainder' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L251" class="LineNr">251 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L252" class="LineNr">252 </span> <span class="Delimiter">}</span> <span id="L253" class="LineNr">253 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> || !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L254" class="LineNr">254 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'divide-with-remainder' requires number ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L255" class="LineNr">255 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L254" class="LineNr">254 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'divide-with-remainder' requires number ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L255" class="LineNr">255 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L256" class="LineNr">256 </span> <span class="Delimiter">}</span> <span id="L257" class="LineNr">257 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L258" class="LineNr">258 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'divide-with-remainder' yields two products in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L259" class="LineNr">259 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L258" class="LineNr">258 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'divide-with-remainder' yields two products in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L259" class="LineNr">259 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L260" class="LineNr">260 </span> <span class="Delimiter">}</span> <span id="L261" class="LineNr">261 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L262" class="LineNr">262 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L263" class="LineNr">263 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'divide-with-remainder' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L264" class="LineNr">264 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L265" class="LineNr">265 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L262" class="LineNr">262 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L263" class="LineNr">263 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'divide-with-remainder' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L264" class="LineNr">264 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L265" class="LineNr">265 </span> <span class="Delimiter">}</span> <span id="L266" class="LineNr">266 </span> <span class="Delimiter">}</span> <span id="L267" class="LineNr">267 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L268" class="LineNr">268 </span><span class="Delimiter">}</span> @@ -337,11 +336,11 @@ if ('onhashchange' in window) { <span id="L273" class="LineNr">273 </span> <span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span> a = <span class="Normal">static_cast</span><<span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span>><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L274" class="LineNr">274 </span> <span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span> b = <span class="Normal">static_cast</span><<span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span>><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L275" class="LineNr">275 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>b == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L276" class="LineNr">276 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"divide by zero in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L277" class="LineNr">277 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> -<span id="L278" class="LineNr">278 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L279" class="LineNr">279 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L280" class="LineNr">280 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L276" class="LineNr">276 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"divide by zero in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L277" class="LineNr">277 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> +<span id="L278" class="LineNr">278 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L279" class="LineNr">279 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L280" class="LineNr">280 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L281" class="LineNr">281 </span> <span class="Delimiter">}</span> <span id="L282" class="LineNr">282 </span> <span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span> quotient = a / b<span class="Delimiter">;</span> <span id="L283" class="LineNr">283 </span> <span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span> remainder = a % b<span class="Delimiter">;</span> @@ -395,20 +394,20 @@ if ('onhashchange' in window) { <span id="L331" class="LineNr">331 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L332" class="LineNr">332 </span><span class="Normal">case</span> SHIFT_LEFT: <span class="Delimiter">{</span> <span id="L333" class="LineNr">333 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L334" class="LineNr">334 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'shift-left' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L335" class="LineNr">335 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L334" class="LineNr">334 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'shift-left' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L335" class="LineNr">335 </span> <span class="Identifier">break</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="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> || !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L338" class="LineNr">338 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'shift-left' requires number ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L339" class="LineNr">339 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L338" class="LineNr">338 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'shift-left' requires number ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L339" class="LineNr">339 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L340" class="LineNr">340 </span> <span class="Delimiter">}</span> <span id="L341" class="LineNr">341 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L342" class="LineNr">342 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'shift-left' yields one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L343" class="LineNr">343 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L342" class="LineNr">342 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'shift-left' yields one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L343" class="LineNr">343 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L344" class="LineNr">344 </span> <span class="Delimiter">}</span> <span id="L345" class="LineNr">345 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L346" class="LineNr">346 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'shift-left' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L347" class="LineNr">347 </span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L346" class="LineNr">346 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'shift-left' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L347" class="LineNr">347 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> <span id="L348" class="LineNr">348 </span> <span class="Delimiter">}</span> <span id="L349" class="LineNr">349 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L350" class="LineNr">350 </span><span class="Delimiter">}</span> @@ -419,9 +418,9 @@ if ('onhashchange' in window) { <span id="L355" class="LineNr">355 </span> <span class="Normal">int</span> b = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L356" class="LineNr">356 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L357" class="LineNr">357 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>b < <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L358" class="LineNr">358 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"second ingredient can't be negative in '"</span> << to_original_string<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L359" class="LineNr">359 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L360" class="LineNr">360 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L358" class="LineNr">358 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"second ingredient can't be negative in '"</span> << to_original_string<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L359" class="LineNr">359 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L360" class="LineNr">360 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L361" class="LineNr">361 </span> <span class="Delimiter">}</span> <span id="L362" class="LineNr">362 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>a<<b<span class="Delimiter">);</span> <span id="L363" class="LineNr">363 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> @@ -466,20 +465,20 @@ if ('onhashchange' in window) { <span id="L402" class="LineNr">402 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L403" class="LineNr">403 </span><span class="Normal">case</span> SHIFT_RIGHT: <span class="Delimiter">{</span> <span id="L404" class="LineNr">404 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L405" class="LineNr">405 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'shift-right' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L406" class="LineNr">406 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L405" class="LineNr">405 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'shift-right' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L406" class="LineNr">406 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L407" class="LineNr">407 </span> <span class="Delimiter">}</span> <span id="L408" class="LineNr">408 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> || !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L409" class="LineNr">409 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'shift-right' requires number ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L410" class="LineNr">410 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L409" class="LineNr">409 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'shift-right' requires number ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L410" class="LineNr">410 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L411" class="LineNr">411 </span> <span class="Delimiter">}</span> <span id="L412" class="LineNr">412 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L413" class="LineNr">413 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'shift-right' yields one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L414" class="LineNr">414 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L413" class="LineNr">413 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'shift-right' yields one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L414" class="LineNr">414 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L415" class="LineNr">415 </span> <span class="Delimiter">}</span> <span id="L416" class="LineNr">416 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L417" class="LineNr">417 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'shift-right' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L418" class="LineNr">418 </span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L417" class="LineNr">417 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'shift-right' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L418" class="LineNr">418 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> <span id="L419" class="LineNr">419 </span> <span class="Delimiter">}</span> <span id="L420" class="LineNr">420 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L421" class="LineNr">421 </span><span class="Delimiter">}</span> @@ -490,9 +489,9 @@ if ('onhashchange' in window) { <span id="L426" class="LineNr">426 </span> <span class="Normal">int</span> b = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L427" class="LineNr">427 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L428" class="LineNr">428 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>b < <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L429" class="LineNr">429 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"second ingredient can't be negative in '"</span> << to_original_string<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L430" class="LineNr">430 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L431" class="LineNr">431 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L429" class="LineNr">429 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"second ingredient can't be negative in '"</span> << to_original_string<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L430" class="LineNr">430 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L431" class="LineNr">431 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L432" class="LineNr">432 </span> <span class="Delimiter">}</span> <span id="L433" class="LineNr">433 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>a>>b<span class="Delimiter">);</span> <span id="L434" class="LineNr">434 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> @@ -537,20 +536,20 @@ if ('onhashchange' in window) { <span id="L473" class="LineNr">473 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L474" class="LineNr">474 </span><span class="Normal">case</span> AND_BITS: <span class="Delimiter">{</span> <span id="L475" class="LineNr">475 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L476" class="LineNr">476 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'and-bits' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L477" class="LineNr">477 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L476" class="LineNr">476 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'and-bits' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L477" class="LineNr">477 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L478" class="LineNr">478 </span> <span class="Delimiter">}</span> <span id="L479" class="LineNr">479 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> || !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L480" class="LineNr">480 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'and-bits' requires number ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L481" class="LineNr">481 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L480" class="LineNr">480 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'and-bits' requires number ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L481" class="LineNr">481 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L482" class="LineNr">482 </span> <span class="Delimiter">}</span> <span id="L483" class="LineNr">483 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L484" class="LineNr">484 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'and-bits' yields one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L485" class="LineNr">485 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L484" class="LineNr">484 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'and-bits' yields one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L485" class="LineNr">485 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L486" class="LineNr">486 </span> <span class="Delimiter">}</span> <span id="L487" class="LineNr">487 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L488" class="LineNr">488 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'and-bits' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L489" class="LineNr">489 </span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L488" class="LineNr">488 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'and-bits' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L489" class="LineNr">489 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> <span id="L490" class="LineNr">490 </span> <span class="Delimiter">}</span> <span id="L491" class="LineNr">491 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L492" class="LineNr">492 </span><span class="Delimiter">}</span> @@ -595,20 +594,20 @@ if ('onhashchange' in window) { <span id="L531" class="LineNr">531 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L532" class="LineNr">532 </span><span class="Normal">case</span> OR_BITS: <span class="Delimiter">{</span> <span id="L533" class="LineNr">533 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L534" class="LineNr">534 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'or-bits' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L535" class="LineNr">535 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L534" class="LineNr">534 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'or-bits' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L535" class="LineNr">535 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L536" class="LineNr">536 </span> <span class="Delimiter">}</span> <span id="L537" class="LineNr">537 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> || !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L538" class="LineNr">538 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'or-bits' requires number ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L539" class="LineNr">539 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L538" class="LineNr">538 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'or-bits' requires number ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L539" class="LineNr">539 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L540" class="LineNr">540 </span> <span class="Delimiter">}</span> <span id="L541" class="LineNr">541 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L542" class="LineNr">542 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'or-bits' yields one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L543" class="LineNr">543 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L542" class="LineNr">542 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'or-bits' yields one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L543" class="LineNr">543 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L544" class="LineNr">544 </span> <span class="Delimiter">}</span> <span id="L545" class="LineNr">545 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L546" class="LineNr">546 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'or-bits' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L547" class="LineNr">547 </span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L546" class="LineNr">546 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'or-bits' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L547" class="LineNr">547 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> <span id="L548" class="LineNr">548 </span> <span class="Delimiter">}</span> <span id="L549" class="LineNr">549 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L550" class="LineNr">550 </span><span class="Delimiter">}</span> @@ -647,20 +646,20 @@ if ('onhashchange' in window) { <span id="L583" class="LineNr">583 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L584" class="LineNr">584 </span><span class="Normal">case</span> XOR_BITS: <span class="Delimiter">{</span> <span id="L585" class="LineNr">585 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L586" class="LineNr">586 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'xor-bits' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L587" class="LineNr">587 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L586" class="LineNr">586 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'xor-bits' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L587" class="LineNr">587 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L588" class="LineNr">588 </span> <span class="Delimiter">}</span> <span id="L589" class="LineNr">589 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> || !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L590" class="LineNr">590 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'xor-bits' requires number ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L591" class="LineNr">591 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L590" class="LineNr">590 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'xor-bits' requires number ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L591" class="LineNr">591 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L592" class="LineNr">592 </span> <span class="Delimiter">}</span> <span id="L593" class="LineNr">593 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L594" class="LineNr">594 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'xor-bits' yields one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L595" class="LineNr">595 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L594" class="LineNr">594 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'xor-bits' yields one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L595" class="LineNr">595 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L596" class="LineNr">596 </span> <span class="Delimiter">}</span> <span id="L597" class="LineNr">597 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L598" class="LineNr">598 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'xor-bits' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L599" class="LineNr">599 </span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L598" class="LineNr">598 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'xor-bits' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L599" class="LineNr">599 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> <span id="L600" class="LineNr">600 </span> <span class="Delimiter">}</span> <span id="L601" class="LineNr">601 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L602" class="LineNr">602 </span><span class="Delimiter">}</span> @@ -699,20 +698,20 @@ if ('onhashchange' in window) { <span id="L635" class="LineNr">635 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L636" class="LineNr">636 </span><span class="Normal">case</span> FLIP_BITS: <span class="Delimiter">{</span> <span id="L637" class="LineNr">637 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L638" class="LineNr">638 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'flip-bits' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L639" class="LineNr">639 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L638" class="LineNr">638 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'flip-bits' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L639" class="LineNr">639 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L640" class="LineNr">640 </span> <span class="Delimiter">}</span> <span id="L641" class="LineNr">641 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L642" class="LineNr">642 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'flip-bits' requires a number ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L643" class="LineNr">643 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L642" class="LineNr">642 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'flip-bits' requires a number ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L643" class="LineNr">643 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L644" class="LineNr">644 </span> <span class="Delimiter">}</span> <span id="L645" class="LineNr">645 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L646" class="LineNr">646 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'flip-bits' yields one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L647" class="LineNr">647 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L646" class="LineNr">646 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'flip-bits' yields one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L647" class="LineNr">647 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L648" class="LineNr">648 </span> <span class="Delimiter">}</span> <span id="L649" class="LineNr">649 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L650" class="LineNr">650 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'flip-bits' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L651" class="LineNr">651 </span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L650" class="LineNr">650 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'flip-bits' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L651" class="LineNr">651 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> <span id="L652" class="LineNr">652 </span> <span class="Delimiter">}</span> <span id="L653" class="LineNr">653 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L654" class="LineNr">654 </span><span class="Delimiter">}</span> @@ -756,12 +755,12 @@ if ('onhashchange' in window) { <span id="L692" class="LineNr">692 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L693" class="LineNr">693 </span><span class="Normal">case</span> ROUND: <span class="Delimiter">{</span> <span id="L694" class="LineNr">694 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L695" class="LineNr">695 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'round' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L696" class="LineNr">696 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L695" class="LineNr">695 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'round' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L696" class="LineNr">696 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L697" class="LineNr">697 </span> <span class="Delimiter">}</span> <span id="L698" class="LineNr">698 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L699" class="LineNr">699 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'round' should be a number, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L700" class="LineNr">700 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L699" class="LineNr">699 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'round' should be a number, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L700" class="LineNr">700 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L701" class="LineNr">701 </span> <span class="Delimiter">}</span> <span id="L702" class="LineNr">702 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L703" class="LineNr">703 </span><span class="Delimiter">}</span> @@ -774,19 +773,19 @@ if ('onhashchange' in window) { <span id="L710" class="LineNr">710 </span> <span id="L711" class="LineNr">711 </span><span class="Delimiter">:(scenario round_to_nearest_integer)</span> <span id="L712" class="LineNr">712 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L713" class="LineNr">713 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>round <span class="Constant">12</span><span class="Delimiter">.</span><span class="Constant">2</span> +<span id="L713" class="LineNr">713 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>round <span class="Constant">12.2</span> <span id="L714" class="LineNr">714 </span>] <span id="L715" class="LineNr">715 </span><span class="traceContains">+mem: storing 12 in location 1</span> <span id="L716" class="LineNr">716 </span> <span id="L717" class="LineNr">717 </span><span class="Delimiter">:(scenario round_halves_toward_zero)</span> <span id="L718" class="LineNr">718 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L719" class="LineNr">719 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>round <span class="Constant">12</span><span class="Delimiter">.</span><span class="Constant">5</span> +<span id="L719" class="LineNr">719 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>round <span class="Constant">12.5</span> <span id="L720" class="LineNr">720 </span>] <span id="L721" class="LineNr">721 </span><span class="traceContains">+mem: storing 12 in location 1</span> <span id="L722" class="LineNr">722 </span> <span id="L723" class="LineNr">723 </span><span class="Delimiter">:(scenario round_halves_toward_zero_2)</span> <span id="L724" class="LineNr">724 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L725" class="LineNr">725 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>round -<span class="Constant">12</span><span class="Delimiter">.</span><span class="Constant">5</span> +<span id="L725" class="LineNr">725 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>round -<span class="Constant">12.5</span> <span id="L726" class="LineNr">726 </span>] <span id="L727" class="LineNr">727 </span><span class="traceContains">+mem: storing -12 in location 1</span> <span id="L728" class="LineNr">728 </span> @@ -797,12 +796,12 @@ if ('onhashchange' in window) { <span id="L733" class="LineNr">733 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L734" class="LineNr">734 </span><span class="Normal">case</span> TRUNCATE: <span class="Delimiter">{</span> <span id="L735" class="LineNr">735 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L736" class="LineNr">736 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'truncate' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L737" class="LineNr">737 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L736" class="LineNr">736 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'truncate' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L737" class="LineNr">737 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L738" class="LineNr">738 </span> <span class="Delimiter">}</span> <span id="L739" class="LineNr">739 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L740" class="LineNr">740 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'truncate' should be a number, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L741" class="LineNr">741 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L740" class="LineNr">740 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'truncate' should be a number, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L741" class="LineNr">741 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L742" class="LineNr">742 </span> <span class="Delimiter">}</span> <span id="L743" class="LineNr">743 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L744" class="LineNr">744 </span><span class="Delimiter">}</span> @@ -815,13 +814,13 @@ if ('onhashchange' in window) { <span id="L751" class="LineNr">751 </span> <span id="L752" class="LineNr">752 </span><span class="Delimiter">:(scenario truncate_to_nearest_integer)</span> <span id="L753" class="LineNr">753 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L754" class="LineNr">754 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span><a href='101run_sandboxed.cc.html#L523'>truncate</a> <span class="Constant">12</span><span class="Delimiter">.</span><span class="Constant">2</span> +<span id="L754" class="LineNr">754 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span><a href='101run_sandboxed.cc.html#L523'>truncate</a> <span class="Constant">12.2</span> <span id="L755" class="LineNr">755 </span>] <span id="L756" class="LineNr">756 </span><span class="traceContains">+mem: storing 12 in location 1</span> <span id="L757" class="LineNr">757 </span> <span id="L758" class="LineNr">758 </span><span class="Delimiter">:(scenario truncate_negative)</span> <span id="L759" class="LineNr">759 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L760" class="LineNr">760 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span><a href='101run_sandboxed.cc.html#L523'>truncate</a> -<span class="Constant">12</span><span class="Delimiter">.</span><span class="Constant">2</span> +<span id="L760" class="LineNr">760 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span><a href='101run_sandboxed.cc.html#L523'>truncate</a> -<span class="Constant">12.2</span> <span id="L761" class="LineNr">761 </span>] <span id="L762" class="LineNr">762 </span><span class="traceContains">+mem: storing -12 in location 1</span> <span id="L763" class="LineNr">763 </span> @@ -832,12 +831,12 @@ if ('onhashchange' in window) { <span id="L768" class="LineNr">768 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L769" class="LineNr">769 </span><span class="Normal">case</span> SQUARE_ROOT: <span class="Delimiter">{</span> <span id="L770" class="LineNr">770 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L771" class="LineNr">771 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'square-root' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L772" class="LineNr">772 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L771" class="LineNr">771 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'square-root' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L772" class="LineNr">772 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L773" class="LineNr">773 </span> <span class="Delimiter">}</span> <span id="L774" class="LineNr">774 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L775" class="LineNr">775 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'square-root' should be a number, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L776" class="LineNr">776 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L775" class="LineNr">775 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'square-root' should be a number, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L776" class="LineNr">776 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L777" class="LineNr">777 </span> <span class="Delimiter">}</span> <span id="L778" class="LineNr">778 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L779" class="LineNr">779 </span><span class="Delimiter">}</span> @@ -855,20 +854,20 @@ if ('onhashchange' in window) { <span id="L791" class="LineNr">791 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L792" class="LineNr">792 </span><span class="Normal">case</span> CHARACTER_TO_CODE: <span class="Delimiter">{</span> <span id="L793" class="LineNr">793 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L794" class="LineNr">794 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'character-to-code' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L795" class="LineNr">795 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L794" class="LineNr">794 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'character-to-code' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L795" class="LineNr">795 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L796" class="LineNr">796 </span> <span class="Delimiter">}</span> <span id="L797" class="LineNr">797 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_character<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L798" class="LineNr">798 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'character-to-code' should be a character, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L799" class="LineNr">799 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L798" class="LineNr">798 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'character-to-code' should be a character, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L799" class="LineNr">799 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L800" class="LineNr">800 </span> <span class="Delimiter">}</span> <span id="L801" class="LineNr">801 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L802" class="LineNr">802 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'character-to-code' requires exactly one product, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L803" class="LineNr">803 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L802" class="LineNr">802 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'character-to-code' requires exactly one product, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L803" class="LineNr">803 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L804" class="LineNr">804 </span> <span class="Delimiter">}</span> <span id="L805" class="LineNr">805 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L806" class="LineNr">806 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first product of 'character-to-code' should be a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L807" class="LineNr">807 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L806" class="LineNr">806 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first product of 'character-to-code' should be a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L807" class="LineNr">807 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L808" class="LineNr">808 </span> <span class="Delimiter">}</span> <span id="L809" class="LineNr">809 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L810" class="LineNr">810 </span><span class="Delimiter">}</span> @@ -876,7 +875,7 @@ if ('onhashchange' in window) { <span id="L812" class="LineNr">812 </span><span class="Normal">case</span> CHARACTER_TO_CODE: <span class="Delimiter">{</span> <span id="L813" class="LineNr">813 </span> <span class="Normal">double</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L814" class="LineNr">814 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L815" class="LineNr">815 </span> <span class="Conceal">¦</span> result += ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L815" class="LineNr">815 </span> result += ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L816" class="LineNr">816 </span> <span class="Delimiter">}</span> <span id="L817" class="LineNr">817 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L818" class="LineNr">818 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> diff --git a/html/023boolean.cc.html b/html/023boolean.cc.html index 4e81b369..e3ed198b 100644 --- a/html/023boolean.cc.html +++ b/html/023boolean.cc.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Special { color: #c00000; } -.Conceal { color: #4e4e4e; } .traceContains { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } .cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } --> </style> @@ -70,18 +69,18 @@ if ('onhashchange' in window) { <span id="L7" class="LineNr"> 7 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L8" class="LineNr"> 8 </span><span class="Normal">case</span> AND: <span class="Delimiter">{</span> <span id="L9" class="LineNr"> 9 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L10" class="LineNr"> 10 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_scalar<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L11" class="LineNr"> 11 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'and' requires boolean ingredients, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L12" class="LineNr"> 12 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L13" class="LineNr"> 13 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L10" class="LineNr"> 10 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_scalar<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L11" class="LineNr"> 11 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'and' requires boolean ingredients, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L12" class="LineNr"> 12 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L13" class="LineNr"> 13 </span> <span class="Delimiter">}</span> <span id="L14" class="LineNr"> 14 </span> <span class="Delimiter">}</span> <span id="L15" class="LineNr"> 15 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L16" class="LineNr"> 16 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'and' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L17" class="LineNr"> 17 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L16" class="LineNr"> 16 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'and' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L17" class="LineNr"> 17 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L18" class="LineNr"> 18 </span> <span class="Delimiter">}</span> <span id="L19" class="LineNr"> 19 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_boolean<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L20" class="LineNr"> 20 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'and' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L20" class="LineNr"> 20 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'and' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L21" class="LineNr"> 21 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L22" class="LineNr"> 22 </span> <span class="Delimiter">}</span> <span id="L23" class="LineNr"> 23 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L24" class="LineNr"> 24 </span><span class="Delimiter">}</span> @@ -89,7 +88,7 @@ if ('onhashchange' in window) { <span id="L26" class="LineNr"> 26 </span><span class="Normal">case</span> AND: <span class="Delimiter">{</span> <span id="L27" class="LineNr"> 27 </span> <span class="Normal">bool</span> result = <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L28" class="LineNr"> 28 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L29" class="LineNr"> 29 </span> <span class="Conceal">¦</span> result = result && ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L29" class="LineNr"> 29 </span> result = result && ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L30" class="LineNr"> 30 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L31" class="LineNr"> 31 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> <span id="L32" class="LineNr"> 32 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> @@ -128,18 +127,18 @@ if ('onhashchange' in window) { <span id="L65" class="LineNr"> 65 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L66" class="LineNr"> 66 </span><span class="Normal">case</span> OR: <span class="Delimiter">{</span> <span id="L67" class="LineNr"> 67 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_scalar<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'and' requires boolean ingredients, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_scalar<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L69" class="LineNr"> 69 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'and' requires boolean ingredients, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L70" class="LineNr"> 70 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Delimiter">}</span> <span id="L72" class="LineNr"> 72 </span> <span class="Delimiter">}</span> <span id="L73" class="LineNr"> 73 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'or' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L74" class="LineNr"> 74 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'or' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L75" class="LineNr"> 75 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L76" class="LineNr"> 76 </span> <span class="Delimiter">}</span> <span id="L77" class="LineNr"> 77 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_boolean<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'or' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L78" class="LineNr"> 78 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'or' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L80" class="LineNr"> 80 </span> <span class="Delimiter">}</span> <span id="L81" class="LineNr"> 81 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L82" class="LineNr"> 82 </span><span class="Delimiter">}</span> @@ -147,7 +146,7 @@ if ('onhashchange' in window) { <span id="L84" class="LineNr"> 84 </span><span class="Normal">case</span> OR: <span class="Delimiter">{</span> <span id="L85" class="LineNr"> 85 </span> <span class="Normal">bool</span> result = <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L86" class="LineNr"> 86 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> result = result || ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L87" class="LineNr"> 87 </span> result = result || ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L88" class="LineNr"> 88 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L89" class="LineNr"> 89 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> <span id="L90" class="LineNr"> 90 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> @@ -186,21 +185,21 @@ if ('onhashchange' in window) { <span id="L123" class="LineNr">123 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L124" class="LineNr">124 </span><span class="Normal">case</span> NOT: <span class="Delimiter">{</span> <span id="L125" class="LineNr">125 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"ingredients and products should match in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L126" class="LineNr">126 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"ingredients and products should match in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L127" class="LineNr">127 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L128" class="LineNr">128 </span> <span class="Delimiter">}</span> <span id="L129" class="LineNr">129 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_scalar<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'not' requires boolean ingredients, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L130" class="LineNr">130 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_scalar<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L131" class="LineNr">131 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'not' requires boolean ingredients, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L132" class="LineNr">132 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L133" class="LineNr">133 </span> <span class="Delimiter">}</span> <span id="L134" class="LineNr">134 </span> <span class="Delimiter">}</span> <span id="L135" class="LineNr">135 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L136" class="LineNr">136 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_boolean<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'not' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L136" class="LineNr">136 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L137" class="LineNr">137 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_boolean<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L138" class="LineNr">138 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'not' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L139" class="LineNr">139 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L140" class="LineNr">140 </span> <span class="Delimiter">}</span> <span id="L141" class="LineNr">141 </span> <span class="Delimiter">}</span> <span id="L142" class="LineNr">142 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L143" class="LineNr">143 </span><span class="Delimiter">}</span> @@ -208,7 +207,7 @@ if ('onhashchange' in window) { <span id="L145" class="LineNr">145 </span><span class="Normal">case</span> NOT: <span class="Delimiter">{</span> <span id="L146" class="LineNr">146 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">));</span> <span id="L147" class="LineNr">147 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>!ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> +<span id="L148" class="LineNr">148 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>!ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L149" class="LineNr">149 </span> <span class="Delimiter">}</span> <span id="L150" class="LineNr">150 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L151" class="LineNr">151 </span><span class="Delimiter">}</span> diff --git a/html/024jump.cc.html b/html/024jump.cc.html index da98e2b0..a5e962e9 100644 --- a/html/024jump.cc.html +++ b/html/024jump.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } .traceAbsent { color: #c00000; } -.LineNr { color: #444444; } -.cSpecial { color: #008000; } .Identifier { color: #c0a020; } +.LineNr { color: #444444; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.cSpecial { color: #008000; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -80,12 +79,12 @@ if ('onhashchange' in window) { <span id="L16" class="LineNr"> 16 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L17" class="LineNr"> 17 </span><span class="Normal">case</span> JUMP: <span class="Delimiter">{</span> <span id="L18" class="LineNr"> 18 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' should get exactly one ingredient</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L20" class="LineNr"> 20 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L19" class="LineNr"> 19 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' should get exactly one ingredient</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L20" class="LineNr"> 20 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L21" class="LineNr"> 21 </span> <span class="Delimiter">}</span> <span id="L22" class="LineNr"> 22 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' should be a label or offset, but '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name << <span class="Constant">"' has type '"</span> << names_to_string_without_quotes<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L23" class="LineNr"> 23 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' should be a label or offset, but '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name << <span class="Constant">"' has type '"</span> << names_to_string_without_quotes<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L25" class="LineNr"> 25 </span> <span class="Delimiter">}</span> <span id="L26" class="LineNr"> 26 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L27" class="LineNr"> 27 </span><span class="Delimiter">}</span> @@ -108,7 +107,7 @@ if ('onhashchange' in window) { <span id="L44" class="LineNr"> 44 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L45" class="LineNr"> 45 </span> jump <span class="Constant">1:offset</span> <span class="Comment"># 0 -+</span> <span id="L46" class="LineNr"> 46 </span> jump <span class="Constant">3:offset</span> <span class="Comment"># | +-+ 1</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="Comment"># \/ /\ |</span> +<span id="L47" class="LineNr"> 47 </span> <span class="Comment"># \/ /\ |</span> <span id="L48" class="LineNr"> 48 </span> jump <span class="Constant">-2:offset</span> <span class="Comment"># 2 +-->+ |</span> <span id="L49" class="LineNr"> 49 </span>] <span class="Comment"># \/ 3</span> <span id="L50" class="LineNr"> 50 </span><span class="traceContains">+run: jump {1: "offset"}</span> @@ -122,16 +121,16 @@ if ('onhashchange' in window) { <span id="L58" class="LineNr"> 58 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L59" class="LineNr"> 59 </span><span class="Normal">case</span> JUMP_IF: <span class="Delimiter">{</span> <span id="L60" class="LineNr"> 60 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' should get exactly two ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L61" class="LineNr"> 61 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' should get exactly two ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L62" class="LineNr"> 62 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L63" class="LineNr"> 63 </span> <span class="Delimiter">}</span> <span id="L64" class="LineNr"> 64 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_scalar<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' requires a boolean for its first ingredient, but '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name << <span class="Constant">"' has type '"</span> << names_to_string_without_quotes<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L65" class="LineNr"> 65 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' requires a boolean for its first ingredient, but '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name << <span class="Constant">"' has type '"</span> << names_to_string_without_quotes<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L66" class="LineNr"> 66 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L67" class="LineNr"> 67 </span> <span class="Delimiter">}</span> <span id="L68" class="LineNr"> 68 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' requires a label or offset for its second ingredient, but '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name << <span class="Constant">"' has type '"</span> << names_to_string_without_quotes<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L69" class="LineNr"> 69 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' requires a label or offset for its second ingredient, but '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name << <span class="Constant">"' has type '"</span> << names_to_string_without_quotes<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L70" class="LineNr"> 70 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L71" class="LineNr"> 71 </span> <span class="Delimiter">}</span> <span id="L72" class="LineNr"> 72 </span> <span class="Comment">// End JUMP_IF Checks</span> <span id="L73" class="LineNr"> 73 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> @@ -140,8 +139,8 @@ if ('onhashchange' in window) { <span id="L76" class="LineNr"> 76 </span><span class="Normal">case</span> JUMP_IF: <span class="Delimiter">{</span> <span id="L77" class="LineNr"> 77 </span> assert<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>initialized<span class="Delimiter">);</span> <span id="L78" class="LineNr"> 78 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump-if fell through"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L79" class="LineNr"> 79 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump-if fell through"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L81" class="LineNr"> 81 </span> <span class="Delimiter">}</span> <span id="L82" class="LineNr"> 82 </span> <a href='026call.cc.html#L84'>current_step_index</a><span class="Delimiter">()</span> += ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span>+<span class="Constant">1</span><span class="Delimiter">;</span> <span id="L83" class="LineNr"> 83 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jumping to <a href='010vm.cc.html#L32'>instruction</a> "</span> << <a href='026call.cc.html#L84'>current_step_index</a><span class="Delimiter">()</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> @@ -178,16 +177,16 @@ if ('onhashchange' in window) { <span id="L114" class="LineNr">114 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L115" class="LineNr">115 </span><span class="Normal">case</span> JUMP_UNLESS: <span class="Delimiter">{</span> <span id="L116" class="LineNr">116 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' should get exactly two ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L117" class="LineNr">117 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' should get exactly two ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L118" class="LineNr">118 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L119" class="LineNr">119 </span> <span class="Delimiter">}</span> <span id="L120" class="LineNr">120 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_scalar<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' requires a boolean for its first ingredient, but '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name << <span class="Constant">"' has type '"</span> << names_to_string_without_quotes<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L121" class="LineNr">121 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' requires a boolean for its first ingredient, but '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name << <span class="Constant">"' has type '"</span> << names_to_string_without_quotes<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L122" class="LineNr">122 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L123" class="LineNr">123 </span> <span class="Delimiter">}</span> <span id="L124" class="LineNr">124 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' requires a label or offset for its second ingredient, but '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name << <span class="Constant">"' has type '"</span> << names_to_string_without_quotes<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L125" class="LineNr">125 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' requires a label or offset for its second ingredient, but '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name << <span class="Constant">"' has type '"</span> << names_to_string_without_quotes<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L126" class="LineNr">126 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L127" class="LineNr">127 </span> <span class="Delimiter">}</span> <span id="L128" class="LineNr">128 </span> <span class="Comment">// End JUMP_UNLESS Checks</span> <span id="L129" class="LineNr">129 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> @@ -196,8 +195,8 @@ if ('onhashchange' in window) { <span id="L132" class="LineNr">132 </span><span class="Normal">case</span> JUMP_UNLESS: <span class="Delimiter">{</span> <span id="L133" class="LineNr">133 </span> assert<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>initialized<span class="Delimiter">);</span> <span id="L134" class="LineNr">134 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump-unless fell through"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L136" class="LineNr">136 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L135" class="LineNr">135 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump-unless fell through"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L136" class="LineNr">136 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L137" class="LineNr">137 </span> <span class="Delimiter">}</span> <span id="L138" class="LineNr">138 </span> <a href='026call.cc.html#L84'>current_step_index</a><span class="Delimiter">()</span> += ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span>+<span class="Constant">1</span><span class="Delimiter">;</span> <span id="L139" class="LineNr">139 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jumping to <a href='010vm.cc.html#L32'>instruction</a> "</span> << <a href='026call.cc.html#L84'>current_step_index</a><span class="Delimiter">()</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> diff --git a/html/025compare.cc.html b/html/025compare.cc.html index e3b71636..5bfd2d97 100644 --- a/html/025compare.cc.html +++ b/html/025compare.cc.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Special { color: #c00000; } -.Conceal { color: #4e4e4e; } .traceContains { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } .cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } --> </style> @@ -70,23 +69,23 @@ if ('onhashchange' in window) { <span id="L7" class="LineNr"> 7 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L8" class="LineNr"> 8 </span><span class="Normal">case</span> EQUAL: <span class="Delimiter">{</span> <span id="L9" class="LineNr"> 9 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> <= <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L10" class="LineNr"> 10 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'equal' needs at least two ingredients to compare in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L11" class="LineNr"> 11 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L10" class="LineNr"> 10 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'equal' needs at least two ingredients to compare in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L11" class="LineNr"> 11 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L12" class="LineNr"> 12 </span> <span class="Delimiter">}</span> <span id="L13" class="LineNr"> 13 </span> <span class="Normal">const</span> reagent& exemplar = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L14" class="LineNr"> 14 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/*</span><span class="Comment">skip exemplar</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L15" class="LineNr"> 15 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_match<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> exemplar<span class="Delimiter">)</span> && !types_match<span class="Delimiter">(</span>exemplar<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L16" class="LineNr"> 16 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'equal' expects ingredients to be all of the same type, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L17" class="LineNr"> 17 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L18" class="LineNr"> 18 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L15" class="LineNr"> 15 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_match<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> exemplar<span class="Delimiter">)</span> && !types_match<span class="Delimiter">(</span>exemplar<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L16" class="LineNr"> 16 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'equal' expects ingredients to be all of the same type, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L17" class="LineNr"> 17 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</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="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'equal' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L22" class="LineNr"> 22 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L21" class="LineNr"> 21 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'equal' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L22" class="LineNr"> 22 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L23" class="LineNr"> 23 </span> <span class="Delimiter">}</span> <span id="L24" class="LineNr"> 24 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_boolean<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'equal' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L25" class="LineNr"> 25 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'equal' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L26" class="LineNr"> 26 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L27" class="LineNr"> 27 </span> <span class="Delimiter">}</span> <span id="L28" class="LineNr"> 28 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L29" class="LineNr"> 29 </span><span class="Delimiter">}</span> @@ -95,10 +94,10 @@ if ('onhashchange' in window) { <span id="L32" class="LineNr"> 32 </span> vector<<span class="Normal">double</span>>& exemplar = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L33" class="LineNr"> 33 </span> <span class="Normal">bool</span> result = <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L34" class="LineNr"> 34 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/*</span><span class="Comment">skip exemplar</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!equal<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>begin<span class="Delimiter">(),</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">(),</span> exemplar<span class="Delimiter">.</span>begin<span class="Delimiter">()))</span> <span class="Delimiter">{</span> -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L35" class="LineNr"> 35 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!equal<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>begin<span class="Delimiter">(),</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">(),</span> exemplar<span class="Delimiter">.</span>begin<span class="Delimiter">()))</span> <span class="Delimiter">{</span> +<span id="L36" class="LineNr"> 36 </span> result = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L37" class="LineNr"> 37 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L38" class="LineNr"> 38 </span> <span class="Delimiter">}</span> <span id="L39" class="LineNr"> 39 </span> <span class="Delimiter">}</span> <span id="L40" class="LineNr"> 40 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L41" class="LineNr"> 41 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> @@ -144,21 +143,21 @@ if ('onhashchange' in window) { <span id="L81" class="LineNr"> 81 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L82" class="LineNr"> 82 </span><span class="Normal">case</span> NOT_EQUAL: <span class="Delimiter">{</span> <span id="L83" class="LineNr"> 83 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'equal' needs two ingredients to compare in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L84" class="LineNr"> 84 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'equal' needs two ingredients to compare in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L86" class="LineNr"> 86 </span> <span class="Delimiter">}</span> <span id="L87" class="LineNr"> 87 </span> <span class="Normal">const</span> reagent& exemplar = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L88" class="LineNr"> 88 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_match<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">),</span> exemplar<span class="Delimiter">)</span> && !types_match<span class="Delimiter">(</span>exemplar<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'equal' expects ingredients to be all of the same type, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L89" class="LineNr"> 89 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'equal' expects ingredients to be all of the same type, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L90" class="LineNr"> 90 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> <span id="L91" class="LineNr"> 91 </span> <span class="Delimiter">}</span> <span id="L92" class="LineNr"> 92 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'equal' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L93" class="LineNr"> 93 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'equal' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L94" class="LineNr"> 94 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L95" class="LineNr"> 95 </span> <span class="Delimiter">}</span> <span id="L96" class="LineNr"> 96 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_boolean<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'equal' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L97" class="LineNr"> 97 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'equal' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L99" class="LineNr"> 99 </span> <span class="Delimiter">}</span> <span id="L100" class="LineNr">100 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L101" class="LineNr">101 </span><span class="Delimiter">}</span> @@ -198,22 +197,22 @@ if ('onhashchange' in window) { <span id="L135" class="LineNr">135 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L136" class="LineNr">136 </span><span class="Normal">case</span> GREATER_THAN: <span class="Delimiter">{</span> <span id="L137" class="LineNr">137 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> <= <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-than' needs at least two ingredients to compare in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L138" class="LineNr">138 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-than' needs at least two ingredients to compare in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L139" class="LineNr">139 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L140" class="LineNr">140 </span> <span class="Delimiter">}</span> <span id="L141" class="LineNr">141 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-than' can only compare numbers; got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L144" class="LineNr">144 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L145" class="LineNr">145 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L142" class="LineNr">142 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L143" class="LineNr">143 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-than' can only compare numbers; got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L144" class="LineNr">144 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L145" class="LineNr">145 </span> <span class="Delimiter">}</span> <span id="L146" class="LineNr">146 </span> <span class="Delimiter">}</span> <span id="L147" class="LineNr">147 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-than' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L149" class="LineNr">149 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L148" class="LineNr">148 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-than' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L149" class="LineNr">149 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L150" class="LineNr">150 </span> <span class="Delimiter">}</span> <span id="L151" class="LineNr">151 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_boolean<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L152" class="LineNr">152 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-than' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L152" class="LineNr">152 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-than' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L153" class="LineNr">153 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L154" class="LineNr">154 </span> <span class="Delimiter">}</span> <span id="L155" class="LineNr">155 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L156" class="LineNr">156 </span><span class="Delimiter">}</span> @@ -221,9 +220,9 @@ if ('onhashchange' in window) { <span id="L158" class="LineNr">158 </span><span class="Normal">case</span> GREATER_THAN: <span class="Delimiter">{</span> <span id="L159" class="LineNr">159 </span> <span class="Normal">bool</span> result = <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L160" class="LineNr">160 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/**/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i-<span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> <= ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L162" class="LineNr">162 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L163" class="LineNr">163 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L161" class="LineNr">161 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i-<span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> <= ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L162" class="LineNr">162 </span> result = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L163" class="LineNr">163 </span> <span class="Delimiter">}</span> <span id="L164" class="LineNr">164 </span> <span class="Delimiter">}</span> <span id="L165" class="LineNr">165 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L166" class="LineNr">166 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> @@ -265,22 +264,22 @@ if ('onhashchange' in window) { <span id="L202" class="LineNr">202 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L203" class="LineNr">203 </span><span class="Normal">case</span> LESSER_THAN: <span class="Delimiter">{</span> <span id="L204" class="LineNr">204 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> <= <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L205" class="LineNr">205 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'lesser-than' needs at least two ingredients to compare in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L206" class="LineNr">206 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L205" class="LineNr">205 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'lesser-than' needs at least two ingredients to compare in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L206" class="LineNr">206 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L207" class="LineNr">207 </span> <span class="Delimiter">}</span> <span id="L208" class="LineNr">208 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L209" class="LineNr">209 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L210" class="LineNr">210 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'lesser-than' can only compare numbers; got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L211" class="LineNr">211 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L209" class="LineNr">209 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L210" class="LineNr">210 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'lesser-than' can only compare numbers; got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L211" class="LineNr">211 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L212" class="LineNr">212 </span> <span class="Delimiter">}</span> <span id="L213" class="LineNr">213 </span> <span class="Delimiter">}</span> <span id="L214" class="LineNr">214 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'lesser-than' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L215" class="LineNr">215 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'lesser-than' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L216" class="LineNr">216 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L217" class="LineNr">217 </span> <span class="Delimiter">}</span> <span id="L218" class="LineNr">218 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_boolean<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L219" class="LineNr">219 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'lesser-than' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L219" class="LineNr">219 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'lesser-than' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L220" class="LineNr">220 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L221" class="LineNr">221 </span> <span class="Delimiter">}</span> <span id="L222" class="LineNr">222 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L223" class="LineNr">223 </span><span class="Delimiter">}</span> @@ -288,9 +287,9 @@ if ('onhashchange' in window) { <span id="L225" class="LineNr">225 </span><span class="Normal">case</span> LESSER_THAN: <span class="Delimiter">{</span> <span id="L226" class="LineNr">226 </span> <span class="Normal">bool</span> result = <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L227" class="LineNr">227 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/**/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L228" class="LineNr">228 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i-<span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> >= ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L229" class="LineNr">229 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L230" class="LineNr">230 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L228" class="LineNr">228 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i-<span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> >= ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L229" class="LineNr">229 </span> result = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L230" class="LineNr">230 </span> <span class="Delimiter">}</span> <span id="L231" class="LineNr">231 </span> <span class="Delimiter">}</span> <span id="L232" class="LineNr">232 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L233" class="LineNr">233 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> @@ -332,22 +331,22 @@ if ('onhashchange' in window) { <span id="L269" class="LineNr">269 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L270" class="LineNr">270 </span><span class="Normal">case</span> GREATER_OR_EQUAL: <span class="Delimiter">{</span> <span id="L271" class="LineNr">271 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> <= <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L272" class="LineNr">272 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-or-equal' needs at least two ingredients to compare in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L273" class="LineNr">273 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L272" class="LineNr">272 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-or-equal' needs at least two ingredients to compare in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L273" class="LineNr">273 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L274" class="LineNr">274 </span> <span class="Delimiter">}</span> <span id="L275" class="LineNr">275 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L276" class="LineNr">276 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L277" class="LineNr">277 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-or-equal' can only compare numbers; got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L278" class="LineNr">278 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L279" class="LineNr">279 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L276" class="LineNr">276 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L277" class="LineNr">277 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-or-equal' can only compare numbers; got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L278" class="LineNr">278 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L279" class="LineNr">279 </span> <span class="Delimiter">}</span> <span id="L280" class="LineNr">280 </span> <span class="Delimiter">}</span> <span id="L281" class="LineNr">281 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L282" class="LineNr">282 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-or-equal' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L283" class="LineNr">283 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L282" class="LineNr">282 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-or-equal' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L283" class="LineNr">283 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L284" class="LineNr">284 </span> <span class="Delimiter">}</span> <span id="L285" class="LineNr">285 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_boolean<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L286" class="LineNr">286 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-or-equal' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L287" class="LineNr">287 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L286" class="LineNr">286 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-or-equal' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L287" class="LineNr">287 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L288" class="LineNr">288 </span> <span class="Delimiter">}</span> <span id="L289" class="LineNr">289 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L290" class="LineNr">290 </span><span class="Delimiter">}</span> @@ -355,9 +354,9 @@ if ('onhashchange' in window) { <span id="L292" class="LineNr">292 </span><span class="Normal">case</span> GREATER_OR_EQUAL: <span class="Delimiter">{</span> <span id="L293" class="LineNr">293 </span> <span class="Normal">bool</span> result = <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L294" class="LineNr">294 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/**/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L295" class="LineNr">295 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i-<span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> < ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L296" class="LineNr">296 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L297" class="LineNr">297 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L295" class="LineNr">295 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i-<span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> < ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L296" class="LineNr">296 </span> result = <span class="Constant">false</span><span class="Delimiter">;</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="L299" class="LineNr">299 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L300" class="LineNr">300 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> @@ -407,22 +406,22 @@ if ('onhashchange' in window) { <span id="L344" class="LineNr">344 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L345" class="LineNr">345 </span><span class="Normal">case</span> LESSER_OR_EQUAL: <span class="Delimiter">{</span> <span id="L346" class="LineNr">346 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> <= <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L347" class="LineNr">347 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'lesser-or-equal' needs at least two ingredients to compare in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L348" class="LineNr">348 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L347" class="LineNr">347 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'lesser-or-equal' needs at least two ingredients to compare in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L348" class="LineNr">348 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L349" class="LineNr">349 </span> <span class="Delimiter">}</span> <span id="L350" class="LineNr">350 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L351" class="LineNr">351 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L352" class="LineNr">352 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'lesser-or-equal' can only compare numbers; got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L353" class="LineNr">353 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L354" class="LineNr">354 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L351" class="LineNr">351 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L352" class="LineNr">352 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'lesser-or-equal' can only compare numbers; got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L353" class="LineNr">353 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</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="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L357" class="LineNr">357 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-or-equal' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L358" class="LineNr">358 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L357" class="LineNr">357 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-or-equal' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L358" class="LineNr">358 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L359" class="LineNr">359 </span> <span class="Delimiter">}</span> <span id="L360" class="LineNr">360 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_boolean<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L361" class="LineNr">361 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-or-equal' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L362" class="LineNr">362 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L361" class="LineNr">361 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'greater-or-equal' should yield a boolean, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L362" class="LineNr">362 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L363" class="LineNr">363 </span> <span class="Delimiter">}</span> <span id="L364" class="LineNr">364 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L365" class="LineNr">365 </span><span class="Delimiter">}</span> @@ -430,9 +429,9 @@ if ('onhashchange' in window) { <span id="L367" class="LineNr">367 </span><span class="Normal">case</span> LESSER_OR_EQUAL: <span class="Delimiter">{</span> <span id="L368" class="LineNr">368 </span> <span class="Normal">bool</span> result = <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L369" class="LineNr">369 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/**/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L370" class="LineNr">370 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i-<span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> > ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L371" class="LineNr">371 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L372" class="LineNr">372 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L370" class="LineNr">370 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i-<span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> > ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L371" class="LineNr">371 </span> result = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L372" class="LineNr">372 </span> <span class="Delimiter">}</span> <span id="L373" class="LineNr">373 </span> <span class="Delimiter">}</span> <span id="L374" class="LineNr">374 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L375" class="LineNr">375 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> @@ -482,22 +481,22 @@ if ('onhashchange' in window) { <span id="L419" class="LineNr">419 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L420" class="LineNr">420 </span><span class="Normal">case</span> MAX: <span class="Delimiter">{</span> <span id="L421" class="LineNr">421 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> <= <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L422" class="LineNr">422 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'max' needs at least two ingredients to compare in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L423" class="LineNr">423 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L422" class="LineNr">422 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'max' needs at least two ingredients to compare in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L423" class="LineNr">423 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L424" class="LineNr">424 </span> <span class="Delimiter">}</span> <span id="L425" class="LineNr">425 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L426" class="LineNr">426 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L427" class="LineNr">427 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'max' can only compare numbers; got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L428" class="LineNr">428 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L429" class="LineNr">429 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L426" class="LineNr">426 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L427" class="LineNr">427 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'max' can only compare numbers; got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L428" class="LineNr">428 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L429" class="LineNr">429 </span> <span class="Delimiter">}</span> <span id="L430" class="LineNr">430 </span> <span class="Delimiter">}</span> <span id="L431" class="LineNr">431 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L432" class="LineNr">432 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'max' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L433" class="LineNr">433 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L432" class="LineNr">432 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'max' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L433" class="LineNr">433 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L434" class="LineNr">434 </span> <span class="Delimiter">}</span> <span id="L435" class="LineNr">435 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L436" class="LineNr">436 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'max' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L437" class="LineNr">437 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L436" class="LineNr">436 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'max' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L437" class="LineNr">437 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L438" class="LineNr">438 </span> <span class="Delimiter">}</span> <span id="L439" class="LineNr">439 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L440" class="LineNr">440 </span><span class="Delimiter">}</span> @@ -505,9 +504,9 @@ if ('onhashchange' in window) { <span id="L442" class="LineNr">442 </span><span class="Normal">case</span> MAX: <span class="Delimiter">{</span> <span id="L443" class="LineNr">443 </span> <span class="Normal">int</span> result = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L444" class="LineNr">444 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/**/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L445" class="LineNr">445 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> > result<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L446" class="LineNr">446 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L447" class="LineNr">447 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L445" class="LineNr">445 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> > result<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L446" class="LineNr">446 </span> result = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L447" class="LineNr">447 </span> <span class="Delimiter">}</span> <span id="L448" class="LineNr">448 </span> <span class="Delimiter">}</span> <span id="L449" class="LineNr">449 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L450" class="LineNr">450 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> @@ -521,22 +520,22 @@ if ('onhashchange' in window) { <span id="L458" class="LineNr">458 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L459" class="LineNr">459 </span><span class="Normal">case</span> MIN: <span class="Delimiter">{</span> <span id="L460" class="LineNr">460 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> <= <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L461" class="LineNr">461 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'min' needs at least two ingredients to compare in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L462" class="LineNr">462 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L461" class="LineNr">461 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'min' needs at least two ingredients to compare in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L462" class="LineNr">462 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L463" class="LineNr">463 </span> <span class="Delimiter">}</span> <span id="L464" class="LineNr">464 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L465" class="LineNr">465 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L466" class="LineNr">466 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'min' can only compare numbers; got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L467" class="LineNr">467 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> -<span id="L468" class="LineNr">468 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L465" class="LineNr">465 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L466" class="LineNr">466 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'min' can only compare numbers; got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L467" class="LineNr">467 </span> <span class="Identifier">goto</span> finish_checking_instruction<span class="Delimiter">;</span> +<span id="L468" class="LineNr">468 </span> <span class="Delimiter">}</span> <span id="L469" class="LineNr">469 </span> <span class="Delimiter">}</span> <span id="L470" class="LineNr">470 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L471" class="LineNr">471 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'min' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L472" class="LineNr">472 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L471" class="LineNr">471 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'min' yields exactly one product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L472" class="LineNr">472 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L473" class="LineNr">473 </span> <span class="Delimiter">}</span> <span id="L474" class="LineNr">474 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L475" class="LineNr">475 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'min' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L476" class="LineNr">476 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L475" class="LineNr">475 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'min' should yield a number, but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L476" class="LineNr">476 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L477" class="LineNr">477 </span> <span class="Delimiter">}</span> <span id="L478" class="LineNr">478 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L479" class="LineNr">479 </span><span class="Delimiter">}</span> @@ -544,9 +543,9 @@ if ('onhashchange' in window) { <span id="L481" class="LineNr">481 </span><span class="Normal">case</span> MIN: <span class="Delimiter">{</span> <span id="L482" class="LineNr">482 </span> <span class="Normal">int</span> result = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L483" class="LineNr">483 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/**/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L484" class="LineNr">484 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> < result<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L485" class="LineNr">485 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L486" class="LineNr">486 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L484" class="LineNr">484 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> < result<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L485" class="LineNr">485 </span> result = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L486" class="LineNr">486 </span> <span class="Delimiter">}</span> <span id="L487" class="LineNr">487 </span> <span class="Delimiter">}</span> <span id="L488" class="LineNr">488 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L489" class="LineNr">489 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> diff --git a/html/026call.cc.html b/html/026call.cc.html index 9615ec3f..84581ebc 100644 --- a/html/026call.cc.html +++ b/html/026call.cc.html @@ -16,20 +16,19 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .LineNr { color: #444444; } +.Delimiter { color: #800080; } +.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .SalientComment { color: #00ffff; } .CommentedCode { color: #6c6c6c; } .muRecipe { color: #ff8700; } -.cSpecial { color: #008000; } +.Constant { color: #00a0a0; } +.Special { color: #c00000; } .Identifier { color: #c0a020; } .PreProc { color: #800080; } -.Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } -.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } +.cSpecial { color: #008000; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.traceContains { color: #008000; } --> </style> @@ -106,12 +105,12 @@ if ('onhashchange' in window) { <span id="L40" class="LineNr"> 40 </span> call<span class="Delimiter">(</span><a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> <a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> <span class="Delimiter">}</span> <span id="L41" class="LineNr"> 41 </span> call<span class="Delimiter">(</span><a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">,</span> <span class="Normal">int</span> index<span class="Delimiter">)</span> <span class="Delimiter">{</span> <a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">(</span>r<span class="Delimiter">,</span> index<span class="Delimiter">);</span> <span class="Delimiter">}</span> <span id="L42" class="LineNr"> 42 </span> <span class="Normal">void</span> <a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">(</span><a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">,</span> <span class="Normal">int</span> index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> running_recipe = r<span class="Delimiter">;</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> running_step_index = index<span class="Delimiter">;</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <span class="Comment">// End call Constructor</span> +<span id="L43" class="LineNr"> 43 </span> running_recipe = r<span class="Delimiter">;</span> +<span id="L44" class="LineNr"> 44 </span> running_step_index = index<span class="Delimiter">;</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Comment">// End call Constructor</span> <span id="L46" class="LineNr"> 46 </span> <span class="Delimiter">}</span> <span id="L47" class="LineNr"> 47 </span> ~call<span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span> <span class="Comment">// End call Destructor</span> +<span id="L48" class="LineNr"> 48 </span> <span class="Comment">// End call Destructor</span> <span id="L49" class="LineNr"> 49 </span> <span class="Delimiter">}</span> <span id="L50" class="LineNr"> 50 </span><span class="Delimiter">};</span> <span id="L51" class="LineNr"> 51 </span><span class="Normal">typedef</span> list<call> call_stack<span class="Delimiter">;</span> @@ -127,9 +126,9 @@ if ('onhashchange' in window) { <span id="L61" class="LineNr"> 61 </span><span class="Delimiter">:(code)</span> <span id="L62" class="LineNr"> 62 </span>routine::routine<span class="Delimiter">(</span><a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L63" class="LineNr"> 63 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span> ++Trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">;</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"trace"</span><span class="Delimiter">)</span> << <span class="Constant">"new routine; incrementing callstack depth to "</span> << Trace_stream<span class="Delimiter">-></span>callstack_depth << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>callstack_depth < <span class="Constant">9000</span><span class="Delimiter">);</span> <span class="Comment">// 9998-101 plus cushion</span> +<span id="L64" class="LineNr"> 64 </span> ++Trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">;</span> +<span id="L65" class="LineNr"> 65 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"trace"</span><span class="Delimiter">)</span> << <span class="Constant">"new routine; incrementing callstack depth to "</span> << Trace_stream<span class="Delimiter">-></span>callstack_depth << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L66" class="LineNr"> 66 </span> assert<span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>callstack_depth < <span class="Constant">9000</span><span class="Delimiter">);</span> <span class="Comment">// 9998-101 plus cushion</span> <span id="L67" class="LineNr"> 67 </span> <span class="Delimiter">}</span> <span id="L68" class="LineNr"> 68 </span> calls<span class="Delimiter">.</span>push_front<span class="Delimiter">(</span>call<span class="Delimiter">(</span>r<span class="Delimiter">));</span> <span id="L69" class="LineNr"> 69 </span> <span class="Comment">// End routine Constructor</span> @@ -208,19 +207,19 @@ if ('onhashchange' in window) { <span id="L142" class="LineNr">142 </span><span class="Delimiter">:(replace{} "default:" following "End Primitive Recipe Implementations")</span> <span id="L143" class="LineNr">143 </span><span class="Normal">default</span>: <span class="Delimiter">{</span> <span id="L144" class="LineNr">144 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>operation<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span class="Comment">// error already raised in Checks above</span> -<span id="L145" class="LineNr">145 </span> <span class="Conceal">¦</span> <span class="Comment">// not a primitive; look up the book of recipes</span> -<span id="L146" class="LineNr">146 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L147" class="LineNr">147 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++Trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">;</span> -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"trace"</span><span class="Delimiter">)</span> << <span class="Constant">"incrementing callstack depth to "</span> << Trace_stream<span class="Delimiter">-></span>callstack_depth << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L149" class="LineNr">149 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>callstack_depth < <span class="Constant">9000</span><span class="Delimiter">);</span> <span class="Comment">// 9998-101 plus cushion</span> -<span id="L150" class="LineNr">150 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L151" class="LineNr">151 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> call& caller_frame = <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">();</span> -<span id="L152" class="LineNr">152 </span> <span class="Conceal">¦</span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>push_front<span class="Delimiter">(</span>call<span class="Delimiter">(</span><a href='026call.cc.html#L88'>to_instruction</a><span class="Delimiter">(</span>caller_frame<span class="Delimiter">).</span>operation<span class="Delimiter">));</span> -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> finish_call_housekeeping<span class="Delimiter">(</span><a href='026call.cc.html#L88'>to_instruction</a><span class="Delimiter">(</span>caller_frame<span class="Delimiter">),</span> ingredients<span class="Delimiter">);</span> -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span> <span class="Comment">// not done with caller</span> -<span id="L155" class="LineNr">155 </span> <span class="Conceal">¦</span> write_products = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L156" class="LineNr">156 </span> <span class="Conceal">¦</span> fall_through_to_next_instruction = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L157" class="LineNr">157 </span> <span class="Conceal">¦</span> <span class="Comment">// End Non-primitive Call(caller_frame)</span> +<span id="L145" class="LineNr">145 </span> <span class="Comment">// not a primitive; look up the book of recipes</span> +<span id="L146" class="LineNr">146 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L147" class="LineNr">147 </span> ++Trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">;</span> +<span id="L148" class="LineNr">148 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"trace"</span><span class="Delimiter">)</span> << <span class="Constant">"incrementing callstack depth to "</span> << Trace_stream<span class="Delimiter">-></span>callstack_depth << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L149" class="LineNr">149 </span> assert<span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>callstack_depth < <span class="Constant">9000</span><span class="Delimiter">);</span> <span class="Comment">// 9998-101 plus cushion</span> +<span id="L150" class="LineNr">150 </span> <span class="Delimiter">}</span> +<span id="L151" class="LineNr">151 </span> <span class="Normal">const</span> call& caller_frame = <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">();</span> +<span id="L152" class="LineNr">152 </span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>push_front<span class="Delimiter">(</span>call<span class="Delimiter">(</span><a href='026call.cc.html#L88'>to_instruction</a><span class="Delimiter">(</span>caller_frame<span class="Delimiter">).</span>operation<span class="Delimiter">));</span> +<span id="L153" class="LineNr">153 </span> finish_call_housekeeping<span class="Delimiter">(</span><a href='026call.cc.html#L88'>to_instruction</a><span class="Delimiter">(</span>caller_frame<span class="Delimiter">),</span> ingredients<span class="Delimiter">);</span> +<span id="L154" class="LineNr">154 </span> <span class="Comment">// not done with caller</span> +<span id="L155" class="LineNr">155 </span> write_products = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L156" class="LineNr">156 </span> fall_through_to_next_instruction = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L157" class="LineNr">157 </span> <span class="Comment">// End Non-primitive Call(caller_frame)</span> <span id="L158" class="LineNr">158 </span> <span class="Delimiter">}</span> <span id="L159" class="LineNr">159 </span><span class="Delimiter">}</span> <span id="L160" class="LineNr">160 </span><span class="Delimiter">:(code)</span> @@ -261,9 +260,9 @@ if ('onhashchange' in window) { <span id="L195" class="LineNr">195 </span><span class="Normal">while</span> <span class="Delimiter">(</span><a href='026call.cc.html#L84'>current_step_index</a><span class="Delimiter">()</span> >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>steps<span class="Delimiter">()))</span> <span class="Delimiter">{</span> <span id="L196" class="LineNr">196 </span> <span class="Comment">// Falling Through End Of Recipe</span> <span id="L197" class="LineNr">197 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"trace"</span><span class="Delimiter">)</span> << <span class="Constant">"fall-through: exiting "</span> << <a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">()</span> << <span class="Constant">"; decrementing callstack depth from "</span> << Trace_stream<span class="Delimiter">-></span>callstack_depth << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span> --Trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">;</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>callstack_depth >= <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L198" class="LineNr">198 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"trace"</span><span class="Delimiter">)</span> << <span class="Constant">"fall-through: exiting "</span> << <a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">()</span> << <span class="Constant">"; decrementing callstack depth from "</span> << Trace_stream<span class="Delimiter">-></span>callstack_depth << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L199" class="LineNr">199 </span> --Trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">;</span> +<span id="L200" class="LineNr">200 </span> assert<span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>callstack_depth >= <span class="Constant">0</span><span class="Delimiter">);</span> <span id="L201" class="LineNr">201 </span> <span class="Delimiter">}</span> <span id="L202" class="LineNr">202 </span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>pop_front<span class="Delimiter">();</span> <span id="L203" class="LineNr">203 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">goto</span> stop_running_current_routine<span class="Delimiter">;</span> @@ -288,7 +287,7 @@ if ('onhashchange' in window) { <span id="L222" class="LineNr">222 </span><span class="Delimiter">:(code)</span> <span id="L223" class="LineNr">223 </span><span class="Normal">void</span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span><span class="Normal">const</span> call_stack& calls<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L224" class="LineNr">224 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>call_stack::const_reverse_iterator p = calls<span class="Delimiter">.</span>rbegin<span class="Delimiter">();</span> p != calls<span class="Delimiter">.</span>rend<span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> -<span id="L225" class="LineNr">225 </span> <span class="Conceal">¦</span> cerr << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> p<span class="Delimiter">-></span>running_recipe<span class="Delimiter">).</span>name << <span class="Constant">":"</span> << p<span class="Delimiter">-></span>running_step_index << <span class="Constant">" -- "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span><a href='026call.cc.html#L88'>to_instruction</a><span class="Delimiter">(</span>*p<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L225" class="LineNr">225 </span> cerr << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> p<span class="Delimiter">-></span>running_recipe<span class="Delimiter">).</span>name << <span class="Constant">":"</span> << p<span class="Delimiter">-></span>running_step_index << <span class="Constant">" -- "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span><a href='026call.cc.html#L88'>to_instruction</a><span class="Delimiter">(</span>*p<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L226" class="LineNr">226 </span><span class="Delimiter">}</span> </pre> </body> diff --git a/html/027call_ingredient.cc.html b/html/027call_ingredient.cc.html index 2fbaf8d8..10239e55 100644 --- a/html/027call_ingredient.cc.html +++ b/html/027call_ingredient.cc.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } -.LineNr { color: #444444; } .cSpecial { color: #008000; } -.Identifier { color: #c0a020; } +.LineNr { color: #444444; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -107,8 +106,8 @@ if ('onhashchange' in window) { <span id="L44" class="LineNr"> 44 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L45" class="LineNr"> 45 </span><span class="Normal">case</span> NEXT_INGREDIENT: <span class="Delimiter">{</span> <span id="L46" class="LineNr"> 46 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'next-ingredient' didn't expect any ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L47" class="LineNr"> 47 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'next-ingredient' didn't expect any ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L48" class="LineNr"> 48 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L49" class="LineNr"> 49 </span> <span class="Delimiter">}</span> <span id="L50" class="LineNr"> 50 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L51" class="LineNr"> 51 </span><span class="Delimiter">}</span> @@ -116,33 +115,33 @@ if ('onhashchange' in window) { <span id="L53" class="LineNr"> 53 </span><span class="Normal">case</span> NEXT_INGREDIENT: <span class="Delimiter">{</span> <span id="L54" class="LineNr"> 54 </span> assert<span class="Delimiter">(</span>!Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> <span id="L55" class="LineNr"> 55 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>next_ingredient_to_process < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>ingredient_atoms<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> product = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> <span class="Comment">// End Preprocess NEXT_INGREDIENT product</span> -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">()</span> == <span class="Constant">"main"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// no ingredient types since the call might be implicit; assume ingredients are always strings</span> -<span id="L60" class="LineNr"> 60 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// todo: how to test this?</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_text<span class="Delimiter">(</span>product<span class="Delimiter">))</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"main: wrong type for ingredient '"</span> << product<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>product<span class="Delimiter">,</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>next_ingredient_to_process<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"wrong type for ingredient '"</span> << product<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// End next-ingredient Type Mismatch Error</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>ingredient_atoms<span class="Delimiter">.</span>at<span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>next_ingredient_to_process<span class="Delimiter">));</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>products<span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">);</span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> <span class="Comment">// push a new vector</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> ++current_call<span class="Delimiter">().</span>next_ingredient_to_process<span class="Delimiter">;</span> +<span id="L56" class="LineNr"> 56 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> product = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L57" class="LineNr"> 57 </span> <span class="Comment">// End Preprocess NEXT_INGREDIENT product</span> +<span id="L58" class="LineNr"> 58 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">()</span> == <span class="Constant">"main"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L59" class="LineNr"> 59 </span> <span class="Comment">// no ingredient types since the call might be implicit; assume ingredients are always strings</span> +<span id="L60" class="LineNr"> 60 </span> <span class="Comment">// todo: how to test this?</span> +<span id="L61" class="LineNr"> 61 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_text<span class="Delimiter">(</span>product<span class="Delimiter">))</span> +<span id="L62" class="LineNr"> 62 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"main: wrong type for ingredient '"</span> << product<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L63" class="LineNr"> 63 </span> <span class="Delimiter">}</span> +<span id="L64" class="LineNr"> 64 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>product<span class="Delimiter">,</span> +<span id="L65" class="LineNr"> 65 </span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>next_ingredient_to_process<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L66" class="LineNr"> 66 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"wrong type for ingredient '"</span> << product<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L67" class="LineNr"> 67 </span> <span class="Comment">// End next-ingredient Type Mismatch Error</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Delimiter">}</span> +<span id="L69" class="LineNr"> 69 </span> products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span> +<span id="L70" class="LineNr"> 70 </span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>ingredient_atoms<span class="Delimiter">.</span>at<span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>next_ingredient_to_process<span class="Delimiter">));</span> +<span id="L71" class="LineNr"> 71 </span> assert<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>products<span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">);</span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> <span class="Comment">// push a new vector</span> +<span id="L72" class="LineNr"> 72 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L73" class="LineNr"> 73 </span> ++current_call<span class="Delimiter">().</span>next_ingredient_to_process<span class="Delimiter">;</span> <span id="L74" class="LineNr"> 74 </span> <span class="Delimiter">}</span> <span id="L75" class="LineNr"> 75 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">)</span> < <span class="Constant">2</span><span class="Delimiter">)</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"no ingredient to save in '"</span> << current_instruction<span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Comment">// pad the first product with sufficient zeros to match its type</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>resize<span class="Delimiter">(</span>size_of<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)));</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">)</span> < <span class="Constant">2</span><span class="Delimiter">)</span> +<span id="L77" class="LineNr"> 77 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"no ingredient to save in '"</span> << current_instruction<span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L78" class="LineNr"> 78 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L79" class="LineNr"> 79 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Comment">// pad the first product with sufficient zeros to match its type</span> +<span id="L81" class="LineNr"> 81 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>resize<span class="Delimiter">(</span>size_of<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)));</span> +<span id="L82" class="LineNr"> 82 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L83" class="LineNr"> 83 </span> <span class="Delimiter">}</span> <span id="L84" class="LineNr"> 84 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L85" class="LineNr"> 85 </span><span class="Delimiter">}</span> @@ -206,31 +205,31 @@ if ('onhashchange' in window) { <span id="L143" class="LineNr">143 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L144" class="LineNr">144 </span><span class="Normal">case</span> INGREDIENT: <span class="Delimiter">{</span> <span id="L145" class="LineNr">145 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L146" class="LineNr">146 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'ingredient' expects exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L147" class="LineNr">147 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L146" class="LineNr">146 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'ingredient' expects exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L147" class="LineNr">147 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L148" class="LineNr">148 </span> <span class="Delimiter">}</span> <span id="L149" class="LineNr">149 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L150" class="LineNr">150 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'ingredient' expects a literal ingredient, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L151" class="LineNr">151 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L150" class="LineNr">150 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'ingredient' expects a literal ingredient, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L151" class="LineNr">151 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L152" class="LineNr">152 </span> <span class="Delimiter">}</span> <span id="L153" class="LineNr">153 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L154" class="LineNr">154 </span><span class="Delimiter">}</span> <span id="L155" class="LineNr">155 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> <span id="L156" class="LineNr">156 </span><span class="Normal">case</span> INGREDIENT: <span class="Delimiter">{</span> <span id="L157" class="LineNr">157 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>ingredient_atoms<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L158" class="LineNr">158 </span> <span class="Conceal">¦</span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>next_ingredient_to_process = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L159" class="LineNr">159 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span> -<span id="L160" class="LineNr">160 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>ingredient_atoms<span class="Delimiter">.</span>at<span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>next_ingredient_to_process<span class="Delimiter">));</span> -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>products<span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">);</span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> <span class="Comment">// push a new vector</span> -<span id="L162" class="LineNr">162 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L163" class="LineNr">163 </span> <span class="Conceal">¦</span> ++current_call<span class="Delimiter">().</span>next_ingredient_to_process<span class="Delimiter">;</span> +<span id="L158" class="LineNr">158 </span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>next_ingredient_to_process = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L159" class="LineNr">159 </span> products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span> +<span id="L160" class="LineNr">160 </span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>ingredient_atoms<span class="Delimiter">.</span>at<span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>next_ingredient_to_process<span class="Delimiter">));</span> +<span id="L161" class="LineNr">161 </span> assert<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>products<span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">);</span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> <span class="Comment">// push a new vector</span> +<span id="L162" class="LineNr">162 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L163" class="LineNr">163 </span> ++current_call<span class="Delimiter">().</span>next_ingredient_to_process<span class="Delimiter">;</span> <span id="L164" class="LineNr">164 </span> <span class="Delimiter">}</span> <span id="L165" class="LineNr">165 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span class="Comment">// todo: will fail noisily if we try to read a compound value</span> -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L166" class="LineNr">166 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L167" class="LineNr">167 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> +<span id="L168" class="LineNr">168 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span class="Comment">// todo: will fail noisily if we try to read a compound value</span> +<span id="L169" class="LineNr">169 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L170" class="LineNr">170 </span> <span class="Delimiter">}</span> <span id="L171" class="LineNr">171 </span> <span class="Delimiter">}</span> <span id="L172" class="LineNr">172 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L173" class="LineNr">173 </span><span class="Delimiter">}</span> @@ -240,17 +239,17 @@ if ('onhashchange' in window) { <span id="L177" class="LineNr">177 </span><span class="Normal">bool</span> <a href='027call_ingredient.cc.html#L177'>is_mu_text</a><span class="Delimiter">(</span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> x<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L178" class="LineNr">178 </span> <span class="Comment">// End Preprocess is_mu_text(reagent x)</span> <span id="L179" class="LineNr">179 </span> <span class="Identifier">return</span> x<span class="Delimiter">.</span>type -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && !x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom -<span id="L181" class="LineNr">181 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom -<span id="L182" class="LineNr">182 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value == get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">)</span> -<span id="L183" class="LineNr">183 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && !x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>atom -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom -<span id="L186" class="LineNr">186 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value == get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"array"</span><span class="Delimiter">)</span> -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && !x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>atom -<span id="L189" class="LineNr">189 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value == get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"character"</span><span class="Delimiter">)</span> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right == <span class="Constant">NULL</span><span class="Delimiter">;</span> +<span id="L180" class="LineNr">180 </span> && !x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom +<span id="L181" class="LineNr">181 </span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom +<span id="L182" class="LineNr">182 </span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value == get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">)</span> +<span id="L183" class="LineNr">183 </span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right +<span id="L184" class="LineNr">184 </span> && !x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>atom +<span id="L185" class="LineNr">185 </span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom +<span id="L186" class="LineNr">186 </span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value == get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"array"</span><span class="Delimiter">)</span> +<span id="L187" class="LineNr">187 </span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right +<span id="L188" class="LineNr">188 </span> && !x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>atom +<span id="L189" class="LineNr">189 </span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value == get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"character"</span><span class="Delimiter">)</span> +<span id="L190" class="LineNr">190 </span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right == <span class="Constant">NULL</span><span class="Delimiter">;</span> <span id="L191" class="LineNr">191 </span><span class="Delimiter">}</span> </pre> </body> diff --git a/html/028call_return.cc.html b/html/028call_return.cc.html index e781e265..6b4db0b7 100644 --- a/html/028call_return.cc.html +++ b/html/028call_return.cc.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } +.cSpecial { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -101,18 +100,18 @@ if ('onhashchange' in window) { <span id="L38" class="LineNr"> 38 </span><span class="Normal">case</span> RETURN: <span class="Delimiter">{</span> <span id="L39" class="LineNr"> 39 </span> <span class="Comment">// Begin Return</span> <span id="L40" class="LineNr"> 40 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"trace"</span><span class="Delimiter">)</span> << <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>name << <span class="Constant">": decrementing callstack depth from "</span> << Trace_stream<span class="Delimiter">-></span>callstack_depth << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span> --Trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">;</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>callstack_depth < <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> stop_running_current_routine<span class="Delimiter">;</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L41" class="LineNr"> 41 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"trace"</span><span class="Delimiter">)</span> << <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>name << <span class="Constant">": decrementing callstack depth from "</span> << Trace_stream<span class="Delimiter">-></span>callstack_depth << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L42" class="LineNr"> 42 </span> --Trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">;</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>callstack_depth < <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L44" class="LineNr"> 44 </span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Identifier">goto</span> stop_running_current_routine<span class="Delimiter">;</span> +<span id="L46" class="LineNr"> 46 </span> <span class="Delimiter">}</span> <span id="L47" class="LineNr"> 47 </span> <span class="Delimiter">}</span> <span id="L48" class="LineNr"> 48 </span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>pop_front<span class="Delimiter">();</span> <span id="L49" class="LineNr"> 49 </span> <span class="Comment">// just in case 'main' returns a value, drop it for now</span> <span id="L50" class="LineNr"> 50 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">goto</span> stop_running_current_routine<span class="Delimiter">;</span> <span id="L51" class="LineNr"> 51 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"result "</span> << i << <span class="Constant">" is "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L52" class="LineNr"> 52 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"result "</span> << i << <span class="Constant">" is "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L53" class="LineNr"> 53 </span> <span class="Comment">// make return products available to caller</span> <span id="L54" class="LineNr"> 54 </span> copy<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> ingredients<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">(),</span> inserter<span class="Delimiter">(</span>products<span class="Delimiter">,</span> products<span class="Delimiter">.</span>begin<span class="Delimiter">()));</span> <span id="L55" class="LineNr"> 55 </span> <span class="Comment">// End Return</span> @@ -128,50 +127,50 @@ if ('onhashchange' in window) { <span id="L65" class="LineNr"> 65 </span> <span class="Normal">const</span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L66" class="LineNr"> 66 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- check types of return instructions in <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L67" class="LineNr"> 67 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& caller_instruction = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='028call_return.cc.html#L115'>is_primitive</a><span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> recipe& callee = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> caller_instruction<span class="Delimiter">.</span>operation<span class="Delimiter">);</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& return_inst = callee<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>return_inst<span class="Delimiter">.</span>operation != RETURN<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// check types with the caller</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>return_inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"too few values returned from "</span> << callee<span class="Delimiter">.</span>name << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> lhs = return_inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> rhs = caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// End Check RETURN Copy(lhs, rhs)</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>rhs<span class="Delimiter">,</span> lhs<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>callee<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << return_inst<span class="Delimiter">.</span>name << <span class="Constant">" ingredient '"</span> << lhs<span class="Delimiter">.</span>original_string << <span class="Constant">"' can't be saved in '"</span> << rhs<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" ['"</span> << to_string<span class="Delimiter">(</span>lhs<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="Constant">"' vs '"</span> << to_string<span class="Delimiter">(</span>rhs<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="Constant">"']</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_return_check<span class="Delimiter">;</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// check that any return ingredients with /same-as-ingredient connect up</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// the corresponding ingredient and product in the caller.</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>return_inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">"same-as-ingredient"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> string_tree* tmp = property<span class="Delimiter">(</span>return_inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">"same-as-ingredient"</span><span class="Delimiter">);</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!tmp || !tmp<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'same-as-ingredient' metadata should take exactly one value in '"</span> << to_original_string<span class="Delimiter">(</span>return_inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_return_check<span class="Delimiter">;</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> ingredient_index = to_integer<span class="Delimiter">(</span>tmp<span class="Delimiter">-></span>value<span class="Delimiter">);</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredient_index >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>ingredients<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"too few ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>caller_instruction<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> finish_return_check<span class="Delimiter">;</span> -<span id="L104" class="LineNr">104 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L105" class="LineNr">105 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_dummy<span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> && !is_literal<span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">))</span> && caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name != caller_instruction<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">).</span>name<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L106" class="LineNr">106 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>caller_instruction<span class="Delimiter">)</span> << <span class="Constant">"' should write to '"</span> << caller_instruction<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">).</span>original_string << <span class="Constant">"' rather than '"</span> << caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L107" class="LineNr">107 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L108" class="LineNr">108 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L110" class="LineNr">110 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> finish_return_check:<span class="Delimiter">;</span> -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Normal">const</span> instruction& caller_instruction = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L69" class="LineNr"> 69 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L70" class="LineNr"> 70 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='028call_return.cc.html#L115'>is_primitive</a><span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L72" class="LineNr"> 72 </span> <span class="Normal">const</span> recipe& callee = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> caller_instruction<span class="Delimiter">.</span>operation<span class="Delimiter">);</span> +<span id="L73" class="LineNr"> 73 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L74" class="LineNr"> 74 </span> <span class="Normal">const</span> instruction& return_inst = callee<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L75" class="LineNr"> 75 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>return_inst<span class="Delimiter">.</span>operation != RETURN<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Comment">// check types with the caller</span> +<span id="L77" class="LineNr"> 77 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">)</span> > <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>return_inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L78" class="LineNr"> 78 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"too few values returned from "</span> << callee<span class="Delimiter">.</span>name << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Delimiter">}</span> +<span id="L81" class="LineNr"> 81 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L82" class="LineNr"> 82 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> lhs = return_inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L83" class="LineNr"> 83 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> rhs = caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Comment">// End Check RETURN Copy(lhs, rhs)</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>rhs<span class="Delimiter">,</span> lhs<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L86" class="LineNr"> 86 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>callee<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << return_inst<span class="Delimiter">.</span>name << <span class="Constant">" ingredient '"</span> << lhs<span class="Delimiter">.</span>original_string << <span class="Constant">"' can't be saved in '"</span> << rhs<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L87" class="LineNr"> 87 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" ['"</span> << to_string<span class="Delimiter">(</span>lhs<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="Constant">"' vs '"</span> << to_string<span class="Delimiter">(</span>rhs<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="Constant">"']</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L88" class="LineNr"> 88 </span> <span class="Identifier">goto</span> finish_return_check<span class="Delimiter">;</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Delimiter">}</span> +<span id="L90" class="LineNr"> 90 </span> <span class="Delimiter">}</span> +<span id="L91" class="LineNr"> 91 </span> <span class="Comment">// check that any return ingredients with /same-as-ingredient connect up</span> +<span id="L92" class="LineNr"> 92 </span> <span class="Comment">// the corresponding ingredient and product in the caller.</span> +<span id="L93" class="LineNr"> 93 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L94" class="LineNr"> 94 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>return_inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">"same-as-ingredient"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L95" class="LineNr"> 95 </span> string_tree* tmp = property<span class="Delimiter">(</span>return_inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">"same-as-ingredient"</span><span class="Delimiter">);</span> +<span id="L96" class="LineNr"> 96 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!tmp || !tmp<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L97" class="LineNr"> 97 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'same-as-ingredient' metadata should take exactly one value in '"</span> << to_original_string<span class="Delimiter">(</span>return_inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Identifier">goto</span> finish_return_check<span class="Delimiter">;</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Delimiter">}</span> +<span id="L100" class="LineNr">100 </span> <span class="Normal">int</span> ingredient_index = to_integer<span class="Delimiter">(</span>tmp<span class="Delimiter">-></span>value<span class="Delimiter">);</span> +<span id="L101" class="LineNr">101 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredient_index >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>ingredients<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L102" class="LineNr">102 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"too few ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>caller_instruction<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L103" class="LineNr">103 </span> <span class="Identifier">goto</span> finish_return_check<span class="Delimiter">;</span> +<span id="L104" class="LineNr">104 </span> <span class="Delimiter">}</span> +<span id="L105" class="LineNr">105 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_dummy<span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> && !is_literal<span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">))</span> && caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name != caller_instruction<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">).</span>name<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L106" class="LineNr">106 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>caller_instruction<span class="Delimiter">)</span> << <span class="Constant">"' should write to '"</span> << caller_instruction<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">).</span>original_string << <span class="Constant">"' rather than '"</span> << caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L107" class="LineNr">107 </span> <span class="Delimiter">}</span> +<span id="L108" class="LineNr">108 </span> <span class="Delimiter">}</span> +<span id="L109" class="LineNr">109 </span> <span class="Delimiter">}</span> +<span id="L110" class="LineNr">110 </span> <span class="Normal">finish_return_check</span>:<span class="Delimiter">;</span> +<span id="L111" class="LineNr">111 </span> <span class="Delimiter">}</span> <span id="L112" class="LineNr">112 </span> <span class="Delimiter">}</span> <span id="L113" class="LineNr">113 </span><span class="Delimiter">}</span> <span id="L114" class="LineNr">114 </span> @@ -227,13 +226,13 @@ if ('onhashchange' in window) { <span id="L164" class="LineNr">164 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span> <span class="Constant">"[]"</span><span class="Delimiter">;</span> <span id="L165" class="LineNr">165 </span> ostringstream out<span class="Delimiter">;</span> <span id="L166" class="LineNr">166 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>in<span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> out << no_scientific<span class="Delimiter">(</span>in<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> +<span id="L167" class="LineNr">167 </span> out << no_scientific<span class="Delimiter">(</span>in<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> +<span id="L168" class="LineNr">168 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L169" class="LineNr">169 </span> <span class="Delimiter">}</span> <span id="L170" class="LineNr">170 </span> out << <span class="Constant">"["</span><span class="Delimiter">;</span> <span id="L171" class="LineNr">171 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>i > <span class="Constant">0</span><span class="Delimiter">)</span> out << <span class="Constant">", "</span><span class="Delimiter">;</span> -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span> out << no_scientific<span class="Delimiter">(</span>in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L172" class="LineNr">172 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>i > <span class="Constant">0</span><span class="Delimiter">)</span> out << <span class="Constant">", "</span><span class="Delimiter">;</span> +<span id="L173" class="LineNr">173 </span> out << no_scientific<span class="Delimiter">(</span>in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> <span id="L174" class="LineNr">174 </span> <span class="Delimiter">}</span> <span id="L175" class="LineNr">175 </span> out << <span class="Constant">"]"</span><span class="Delimiter">;</span> <span id="L176" class="LineNr">176 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> diff --git a/html/029tools.cc.html b/html/029tools.cc.html index 4470ef05..ac8b7381 100644 --- a/html/029tools.cc.html +++ b/html/029tools.cc.html @@ -15,20 +15,19 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Special { color: #c00000; } -.traceContains { color: #008000; } -.LineNr { color: #444444; } -.SalientComment { color: #00ffff; } .cSpecial { color: #008000; } -.Identifier { color: #c0a020; } +.CommentedCode { color: #6c6c6c; } +.LineNr { color: #444444; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Conceal { color: #4e4e4e; } -.CommentedCode { color: #6c6c6c; } -.muRecipe { color: #ff8700; } +.SalientComment { color: #00ffff; } +.traceContains { color: #008000; } --> </style> @@ -78,16 +77,16 @@ if ('onhashchange' in window) { <span id="L13" class="LineNr"> 13 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L14" class="LineNr"> 14 </span><span class="Normal">case</span> TRACE: <span class="Delimiter">{</span> <span id="L15" class="LineNr"> 15 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> < <span class="Constant">3</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L16" class="LineNr"> 16 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'trace' takes three or more ingredients rather than '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L17" class="LineNr"> 17 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L16" class="LineNr"> 16 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'trace' takes three or more ingredients rather than '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L17" class="LineNr"> 17 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L18" class="LineNr"> 18 </span> <span class="Delimiter">}</span> <span id="L19" class="LineNr"> 19 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L20" class="LineNr"> 20 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'trace' should be a number (depth), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L20" class="LineNr"> 20 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'trace' should be a number (depth), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L21" class="LineNr"> 21 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L22" class="LineNr"> 22 </span> <span class="Delimiter">}</span> <span id="L23" class="LineNr"> 23 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'trace' should be a literal string (label), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L24" class="LineNr"> 24 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'trace' should be a literal string (label), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L25" class="LineNr"> 25 </span> <span class="Identifier">break</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="Identifier">break</span><span class="Delimiter">;</span> <span id="L28" class="LineNr"> 28 </span><span class="Delimiter">}</span> @@ -97,8 +96,8 @@ if ('onhashchange' in window) { <span id="L32" class="LineNr"> 32 </span> string label = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name<span class="Delimiter">;</span> <span id="L33" class="LineNr"> 33 </span> ostringstream out<span class="Delimiter">;</span> <span id="L34" class="LineNr"> 34 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">2</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>i > <span class="Constant">2</span><span class="Delimiter">)</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> out << inspect<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L35" class="LineNr"> 35 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>i > <span class="Constant">2</span><span class="Delimiter">)</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> +<span id="L36" class="LineNr"> 36 </span> out << inspect<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> <span id="L37" class="LineNr"> 37 </span> <span class="Delimiter">}</span> <span id="L38" class="LineNr"> 38 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span>depth<span class="Delimiter">,</span> label<span class="Delimiter">)</span> << out<span class="Delimiter">.</span>str<span class="Delimiter">()</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L39" class="LineNr"> 39 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> @@ -118,8 +117,8 @@ if ('onhashchange' in window) { <span id="L53" class="LineNr"> 53 </span><span class="Normal">case</span> STASH: <span class="Delimiter">{</span> <span id="L54" class="LineNr"> 54 </span> ostringstream out<span class="Delimiter">;</span> <span id="L55" class="LineNr"> 55 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>i<span class="Delimiter">)</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> out << inspect<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L56" class="LineNr"> 56 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>i<span class="Delimiter">)</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> +<span id="L57" class="LineNr"> 57 </span> out << inspect<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> <span id="L58" class="LineNr"> 58 </span> <span class="Delimiter">}</span> <span id="L59" class="LineNr"> 59 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"app"</span><span class="Delimiter">)</span> << out<span class="Delimiter">.</span>str<span class="Delimiter">()</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L60" class="LineNr"> 60 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> @@ -147,12 +146,12 @@ if ('onhashchange' in window) { <span id="L82" class="LineNr"> 82 </span><span class="Delimiter">:(code)</span> <span id="L83" class="LineNr"> 83 </span>string inspect<span class="Delimiter">(</span><span class="Normal">const</span> reagent& r<span class="Delimiter">,</span> <span class="Normal">const</span> vector<<span class="Normal">double</span>>& data<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L84" class="LineNr"> 84 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>r<span class="Delimiter">))</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> r<span class="Delimiter">.</span>name<span class="Delimiter">;</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Identifier">return</span> r<span class="Delimiter">.</span>name<span class="Delimiter">;</span> <span id="L86" class="LineNr"> 86 </span> <span class="Comment">// End inspect Special-cases(r, data)</span> <span id="L87" class="LineNr"> 87 </span> ostringstream out<span class="Delimiter">;</span> <span id="L88" class="LineNr"> 88 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">long</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>data<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>i<span class="Delimiter">)</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> out << no_scientific<span class="Delimiter">(</span>data<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>i<span class="Delimiter">)</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> +<span id="L90" class="LineNr"> 90 </span> out << no_scientific<span class="Delimiter">(</span>data<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> <span id="L91" class="LineNr"> 91 </span> <span class="Delimiter">}</span> <span id="L92" class="LineNr"> 92 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L93" class="LineNr"> 93 </span><span class="Delimiter">}</span> @@ -196,7 +195,7 @@ if ('onhashchange' in window) { <span id="L131" class="LineNr">131 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> <span id="L132" class="LineNr">132 </span><span class="Normal">case</span> TRACE_UNTIL: <span class="Delimiter">{</span> <span id="L133" class="LineNr">133 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> Trace_stream<span class="Delimiter">-></span>collect_depth = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L134" class="LineNr">134 </span> Trace_stream<span class="Delimiter">-></span>collect_depth = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L135" class="LineNr">135 </span> <span class="Delimiter">}</span> <span id="L136" class="LineNr">136 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L137" class="LineNr">137 </span><span class="Delimiter">}</span> @@ -212,10 +211,10 @@ if ('onhashchange' in window) { <span id="L147" class="LineNr">147 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> <span id="L148" class="LineNr">148 </span><span class="Normal">case</span> _DUMP_TRACE: <span class="Delimiter">{</span> <span id="L149" class="LineNr">149 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L150" class="LineNr">150 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span><span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L150" class="LineNr">150 </span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span><span class="Constant">""</span><span class="Delimiter">);</span> <span id="L151" class="LineNr">151 </span> <span class="Delimiter">}</span> <span id="L152" class="LineNr">152 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">);</span> +<span id="L153" class="LineNr">153 </span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">);</span> <span id="L154" class="LineNr">154 </span> <span class="Delimiter">}</span> <span id="L155" class="LineNr">155 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L156" class="LineNr">156 </span><span class="Delimiter">}</span> @@ -261,25 +260,25 @@ if ('onhashchange' in window) { <span id="L196" class="LineNr">196 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> <span id="L197" class="LineNr">197 </span><span class="Normal">case</span> _PRINT: <span class="Delimiter">{</span> <span id="L198" class="LineNr">198 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"$print: "</span> << <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L201" class="LineNr">201 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_property<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">"newline"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L202" class="LineNr">202 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cout << <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">;</span> -<span id="L203" class="LineNr">203 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L204" class="LineNr">204 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// hack: '$print 10' prints '10', but '$print 10/newline' prints '\n'</span> -<span id="L205" class="LineNr">205 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// End $print 10/newline Special-cases</span> -<span id="L206" class="LineNr">206 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L207" class="LineNr">207 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cout << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L208" class="LineNr">208 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L209" class="LineNr">209 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L210" class="LineNr">210 </span> <span class="Conceal">¦</span> <span class="Comment">// End $print Special-cases</span> -<span id="L211" class="LineNr">211 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L213" class="LineNr">213 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"$print: "</span> << ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L214" class="LineNr">214 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>j > <span class="Constant">0</span><span class="Delimiter">)</span> cout << <span class="Constant">" "</span><span class="Delimiter">;</span> -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cout << no_scientific<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span>j<span class="Delimiter">));</span> -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L217" class="LineNr">217 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L199" class="LineNr">199 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L200" class="LineNr">200 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"$print: "</span> << <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L201" class="LineNr">201 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_property<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">"newline"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L202" class="LineNr">202 </span> cout << <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">;</span> +<span id="L203" class="LineNr">203 </span> <span class="Delimiter">}</span> +<span id="L204" class="LineNr">204 </span> <span class="Comment">// hack: '$print 10' prints '10', but '$print 10/newline' prints '\n'</span> +<span id="L205" class="LineNr">205 </span> <span class="Comment">// End $print 10/newline Special-cases</span> +<span id="L206" class="LineNr">206 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L207" class="LineNr">207 </span> cout << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L208" class="LineNr">208 </span> <span class="Delimiter">}</span> +<span id="L209" class="LineNr">209 </span> <span class="Delimiter">}</span> +<span id="L210" class="LineNr">210 </span> <span class="Comment">// End $print Special-cases</span> +<span id="L211" class="LineNr">211 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L212" class="LineNr">212 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L213" class="LineNr">213 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"$print: "</span> << ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L214" class="LineNr">214 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>j > <span class="Constant">0</span><span class="Delimiter">)</span> cout << <span class="Constant">" "</span><span class="Delimiter">;</span> +<span id="L215" class="LineNr">215 </span> cout << no_scientific<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span>j<span class="Delimiter">));</span> +<span id="L216" class="LineNr">216 </span> <span class="Delimiter">}</span> +<span id="L217" class="LineNr">217 </span> <span class="Delimiter">}</span> <span id="L218" class="LineNr">218 </span> <span class="Delimiter">}</span> <span id="L219" class="LineNr">219 </span> cout<span class="Delimiter">.</span>flush<span class="Delimiter">();</span> <span id="L220" class="LineNr">220 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> @@ -306,11 +305,11 @@ if ('onhashchange' in window) { <span id="L241" class="LineNr">241 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L242" class="LineNr">242 </span><span class="Normal">case</span> _SYSTEM: <span class="Delimiter">{</span> <span id="L243" class="LineNr">243 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L244" class="LineNr">244 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$system' requires exactly one ingredient, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L245" class="LineNr">245 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L244" class="LineNr">244 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$system' requires exactly one ingredient, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L245" class="LineNr">245 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L246" class="LineNr">246 </span> <span class="Delimiter">}</span> <span id="L247" class="LineNr">247 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L248" class="LineNr">248 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"ingredient to '$system' must be a literal text, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L248" class="LineNr">248 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"ingredient to '$system' must be a literal text, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L249" class="LineNr">249 </span> <span class="Delimiter">}</span> <span id="L250" class="LineNr">250 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L251" class="LineNr">251 </span><span class="Delimiter">}</span> @@ -356,7 +355,7 @@ if ('onhashchange' in window) { <span id="L291" class="LineNr">291 </span><span class="Normal">case</span> _LOG: <span class="Delimiter">{</span> <span id="L292" class="LineNr">292 </span> ostringstream out<span class="Delimiter">;</span> <span id="L293" class="LineNr">293 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L294" class="LineNr">294 </span> <span class="Conceal">¦</span> out << inspect<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L294" class="LineNr">294 </span> out << inspect<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> <span id="L295" class="LineNr">295 </span> <span class="Delimiter">}</span> <span id="L296" class="LineNr">296 </span> LOG << out<span class="Delimiter">.</span>str<span class="Delimiter">()</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L297" class="LineNr">297 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> diff --git a/html/030container.cc.html b/html/030container.cc.html index a18761ba..c81b1892 100644 --- a/html/030container.cc.html +++ b/html/030container.cc.html @@ -16,21 +16,20 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .LineNr { color: #444444; } +.Delimiter { color: #800080; } +.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .SalientComment { color: #00ffff; } .CommentedCode { color: #6c6c6c; } +.traceAbsent { color: #c00000; } .muRecipe { color: #ff8700; } +.Constant { color: #00a0a0; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .cSpecial { color: #008000; } .muData { color: #ffff00; } -.Identifier { color: #c0a020; } -.Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } -.traceAbsent { color: #c00000; } -.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.traceContains { color: #008000; } --> </style> @@ -167,7 +166,7 @@ if ('onhashchange' in window) { <span id="L100" class="LineNr">100 </span> vector<<span class="Normal">int</span>> offset<span class="Delimiter">;</span> <span class="Comment">// not used by exclusive containers</span> <span id="L101" class="LineNr">101 </span> <span class="Comment">// End container_metadata Fields</span> <span id="L102" class="LineNr">102 </span> container_metadata<span class="Delimiter">()</span> :size<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span> <span class="Comment">// End container_metadata Constructor</span> +<span id="L103" class="LineNr">103 </span> <span class="Comment">// End container_metadata Constructor</span> <span id="L104" class="LineNr">104 </span> <span class="Delimiter">}</span> <span id="L105" class="LineNr">105 </span><span class="Delimiter">};</span> <span id="L106" class="LineNr">106 </span><span class="Delimiter">:(before "End reagent Fields")</span> @@ -190,21 +189,21 @@ if ('onhashchange' in window) { <span id="L123" class="LineNr">123 </span><span class="Comment">// invariant: Container_metadata always contains a superset of Container_metadata_snapshot</span> <span id="L124" class="LineNr">124 </span><span class="Normal">void</span> <a href='030container.cc.html#L124'>restore_container_metadata</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L125" class="LineNr">125 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first<span class="Delimiter">);</span> -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata_snapshot<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L128" class="LineNr">128 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first == Container_metadata_snapshot<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first<span class="Delimiter">);</span> -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> <span class="Normal">delete</span> Container_metadata<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first<span class="Delimiter">;</span> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> Container_metadata<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first = <span class="Constant">NULL</span><span class="Delimiter">;</span> +<span id="L126" class="LineNr">126 </span> assert<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first<span class="Delimiter">);</span> +<span id="L127" class="LineNr">127 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata_snapshot<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L128" class="LineNr">128 </span> assert<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first == Container_metadata_snapshot<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first<span class="Delimiter">);</span> +<span id="L129" class="LineNr">129 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L130" class="LineNr">130 </span> <span class="Delimiter">}</span> +<span id="L131" class="LineNr">131 </span> <span class="Normal">delete</span> Container_metadata<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first<span class="Delimiter">;</span> +<span id="L132" class="LineNr">132 </span> Container_metadata<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first = <span class="Constant">NULL</span><span class="Delimiter">;</span> <span id="L133" class="LineNr">133 </span> <span class="Delimiter">}</span> <span id="L134" class="LineNr">134 </span> Container_metadata<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata_snapshot<span class="Delimiter">));</span> <span id="L135" class="LineNr">135 </span><span class="Delimiter">}</span> <span id="L136" class="LineNr">136 </span><span class="Normal">void</span> <a href='030container.cc.html#L136'>clear_container_metadata</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L137" class="LineNr">137 </span> Container_metadata_snapshot<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L138" class="LineNr">138 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> <span class="Normal">delete</span> Container_metadata<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first<span class="Delimiter">;</span> -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> Container_metadata<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first = <span class="Constant">NULL</span><span class="Delimiter">;</span> +<span id="L139" class="LineNr">139 </span> <span class="Normal">delete</span> Container_metadata<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first<span class="Delimiter">;</span> +<span id="L140" class="LineNr">140 </span> Container_metadata<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first = <span class="Constant">NULL</span><span class="Delimiter">;</span> <span id="L141" class="LineNr">141 </span> <span class="Delimiter">}</span> <span id="L142" class="LineNr">142 </span> Container_metadata<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L143" class="LineNr">143 </span><span class="Delimiter">}</span> @@ -225,9 +224,9 @@ if ('onhashchange' in window) { <span id="L158" class="LineNr">158 </span><span class="Normal">if</span> <span class="Delimiter">(</span>t<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L173'>CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L159" class="LineNr">159 </span> <span class="Comment">// Compute size_of Container</span> <span id="L160" class="LineNr">160 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> type<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"unknown size for container type '"</span> << to_string<span class="Delimiter">(</span>type<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L161" class="LineNr">161 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"unknown size for container type '"</span> << to_string<span class="Delimiter">(</span>type<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L162" class="LineNr">162 </span><span class="CommentedCode">//? DUMP("");</span> -<span id="L163" class="LineNr">163 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L163" class="LineNr">163 </span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L164" class="LineNr">164 </span> <span class="Delimiter">}</span> <span id="L165" class="LineNr">165 </span> <span class="Identifier">return</span> get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> type<span class="Delimiter">).</span>size<span class="Delimiter">;</span> <span id="L166" class="LineNr">166 </span><span class="Delimiter">}</span> @@ -242,12 +241,12 @@ if ('onhashchange' in window) { <span id="L175" class="LineNr">175 </span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L176" class="LineNr">176 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- compute container sizes for "</span> << caller<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L177" class="LineNr">177 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L178" class="LineNr">178 </span> <span class="Conceal">¦</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"- compute container sizes for "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L181" class="LineNr">181 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> compute_container_sizes<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">" in '"</span>+to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span>+<span class="Constant">"'"</span><span class="Delimiter">);</span> -<span id="L182" class="LineNr">182 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L183" class="LineNr">183 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> compute_container_sizes<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">" in '"</span>+to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span>+<span class="Constant">"'"</span><span class="Delimiter">);</span> +<span id="L178" class="LineNr">178 </span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L179" class="LineNr">179 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"- compute container sizes for "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L180" class="LineNr">180 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L181" class="LineNr">181 </span> compute_container_sizes<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">" in '"</span>+to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span>+<span class="Constant">"'"</span><span class="Delimiter">);</span> +<span id="L182" class="LineNr">182 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L183" class="LineNr">183 </span> compute_container_sizes<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">" in '"</span>+to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span>+<span class="Constant">"'"</span><span class="Delimiter">);</span> <span id="L184" class="LineNr">184 </span> <span class="Delimiter">}</span> <span id="L185" class="LineNr">185 </span><span class="Delimiter">}</span> <span id="L186" class="LineNr">186 </span> @@ -259,7 +258,7 @@ if ('onhashchange' in window) { <span id="L192" class="LineNr">192 </span> set<type_tree> pending_metadata<span class="Delimiter">;</span> <span class="Comment">// might actually be faster to just convert to string rather than compare type_tree directly; so far the difference is negligible</span> <span id="L193" class="LineNr">193 </span> compute_container_sizes<span class="Delimiter">(</span>rcopy<span class="Delimiter">.</span>type<span class="Delimiter">,</span> pending_metadata<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> <span id="L194" class="LineNr">194 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> rcopy<span class="Delimiter">.</span>type<span class="Delimiter">))</span> -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> r<span class="Delimiter">.</span>metadata = get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> rcopy<span class="Delimiter">.</span>type<span class="Delimiter">);</span> +<span id="L195" class="LineNr">195 </span> r<span class="Delimiter">.</span>metadata = get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> rcopy<span class="Delimiter">.</span>type<span class="Delimiter">);</span> <span id="L196" class="LineNr">196 </span><span class="Delimiter">}</span> <span id="L197" class="LineNr">197 </span> <span id="L198" class="LineNr">198 </span><span class="Normal">void</span> compute_container_sizes<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* type<span class="Delimiter">,</span> set<type_tree>& pending_metadata<span class="Delimiter">,</span> <span class="Normal">const</span> string& location_for_error_messages<span class="Delimiter">)</span> <span class="Delimiter">{</span> @@ -269,20 +268,20 @@ if ('onhashchange' in window) { <span id="L202" class="LineNr">202 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>pending_metadata<span class="Delimiter">,</span> *type<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L203" class="LineNr">203 </span> pending_metadata<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>*type<span class="Delimiter">);</span> <span id="L204" class="LineNr">204 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L205" class="LineNr">205 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L206" class="LineNr">206 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"invalid type "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>type<span class="Delimiter">)</span> << location_for_error_messages << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L207" class="LineNr">207 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L208" class="LineNr">208 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L209" class="LineNr">209 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"address"</span><span class="Delimiter">)</span> -<span id="L210" class="LineNr">210 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> compute_container_sizes<span class="Delimiter">(</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">(</span>type<span class="Delimiter">),</span> pending_metadata<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L211" class="LineNr">211 </span> <span class="Conceal">¦</span> <span class="Comment">// End compute_container_sizes Non-atom Special-cases</span> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L205" class="LineNr">205 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L206" class="LineNr">206 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"invalid type "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>type<span class="Delimiter">)</span> << location_for_error_messages << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L207" class="LineNr">207 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L208" class="LineNr">208 </span> <span class="Delimiter">}</span> +<span id="L209" class="LineNr">209 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"address"</span><span class="Delimiter">)</span> +<span id="L210" class="LineNr">210 </span> compute_container_sizes<span class="Delimiter">(</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">(</span>type<span class="Delimiter">),</span> pending_metadata<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L211" class="LineNr">211 </span> <span class="Comment">// End compute_container_sizes Non-atom Special-cases</span> +<span id="L212" class="LineNr">212 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L213" class="LineNr">213 </span> <span class="Delimiter">}</span> <span id="L214" class="LineNr">214 </span> assert<span class="Delimiter">(</span>type<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> <span id="L215" class="LineNr">215 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> <span id="L216" class="LineNr">216 </span> type_info& info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> <span id="L217" class="LineNr">217 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L173'>CONTAINER</a><span class="Delimiter">)</span> -<span id="L218" class="LineNr">218 </span> <span class="Conceal">¦</span> compute_container_sizes<span class="Delimiter">(</span>info<span class="Delimiter">,</span> type<span class="Delimiter">,</span> pending_metadata<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L218" class="LineNr">218 </span> compute_container_sizes<span class="Delimiter">(</span>info<span class="Delimiter">,</span> type<span class="Delimiter">,</span> pending_metadata<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> <span id="L219" class="LineNr">219 </span> <span class="Comment">// End compute_container_sizes Atom Special-cases</span> <span id="L220" class="LineNr">220 </span><span class="Delimiter">}</span> <span id="L221" class="LineNr">221 </span> @@ -293,11 +292,11 @@ if ('onhashchange' in window) { <span id="L226" class="LineNr">226 </span> <span class="Comment">// length in the type.)</span> <span id="L227" class="LineNr">227 </span> container_metadata metadata<span class="Delimiter">;</span> <span id="L228" class="LineNr">228 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>container_info<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L229" class="LineNr">229 </span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> element = container_info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L230" class="LineNr">230 </span> <span class="Conceal">¦</span> <span class="Comment">// Compute Container Size(element, full_type)</span> -<span id="L231" class="LineNr">231 </span> <span class="Conceal">¦</span> compute_container_sizes<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">,</span> pending_metadata<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L232" class="LineNr">232 </span> <span class="Conceal">¦</span> metadata<span class="Delimiter">.</span>offset<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>metadata<span class="Delimiter">.</span>size<span class="Delimiter">);</span> <span class="Comment">// save previous size as offset</span> -<span id="L233" class="LineNr">233 </span> <span class="Conceal">¦</span> metadata<span class="Delimiter">.</span>size += size_of<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">);</span> +<span id="L229" class="LineNr">229 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> element = container_info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L230" class="LineNr">230 </span> <span class="Comment">// Compute Container Size(element, full_type)</span> +<span id="L231" class="LineNr">231 </span> compute_container_sizes<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">,</span> pending_metadata<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L232" class="LineNr">232 </span> metadata<span class="Delimiter">.</span>offset<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>metadata<span class="Delimiter">.</span>size<span class="Delimiter">);</span> <span class="Comment">// save previous size as offset</span> +<span id="L233" class="LineNr">233 </span> metadata<span class="Delimiter">.</span>size += size_of<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">);</span> <span id="L234" class="LineNr">234 </span> <span class="Delimiter">}</span> <span id="L235" class="LineNr">235 </span> Container_metadata<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<type_tree*<span class="Delimiter">,</span> container_metadata><span class="Delimiter">(</span><span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*full_type<span class="Delimiter">),</span> metadata<span class="Delimiter">));</span> <span id="L236" class="LineNr">236 </span><span class="Delimiter">}</span> @@ -312,8 +311,8 @@ if ('onhashchange' in window) { <span id="L245" class="LineNr">245 </span> <span id="L246" class="LineNr">246 </span>container_metadata& get<span class="Delimiter">(</span>vector<pair<type_tree*<span class="Delimiter">,</span> container_metadata> >& all<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* key<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L247" class="LineNr">247 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>all<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L248" class="LineNr">248 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='030container.cc.html#L263'>matches</a><span class="Delimiter">(</span>all<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first<span class="Delimiter">,</span> key<span class="Delimiter">))</span> -<span id="L249" class="LineNr">249 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> all<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">;</span> +<span id="L248" class="LineNr">248 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='030container.cc.html#L263'>matches</a><span class="Delimiter">(</span>all<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first<span class="Delimiter">,</span> key<span class="Delimiter">))</span> +<span id="L249" class="LineNr">249 </span> <span class="Identifier">return</span> all<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">;</span> <span id="L250" class="LineNr">250 </span> <span class="Delimiter">}</span> <span id="L251" class="LineNr">251 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"unknown size for type '"</span> << to_string<span class="Delimiter">(</span>key<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L252" class="LineNr">252 </span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> @@ -321,8 +320,8 @@ if ('onhashchange' in window) { <span id="L254" class="LineNr">254 </span> <span id="L255" class="LineNr">255 </span><span class="Normal">bool</span> contains_key<span class="Delimiter">(</span><span class="Normal">const</span> vector<pair<type_tree*<span class="Delimiter">,</span> container_metadata> >& all<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* key<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L256" class="LineNr">256 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>all<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L257" class="LineNr">257 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='030container.cc.html#L263'>matches</a><span class="Delimiter">(</span>all<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first<span class="Delimiter">,</span> key<span class="Delimiter">))</span> -<span id="L258" class="LineNr">258 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L257" class="LineNr">257 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='030container.cc.html#L263'>matches</a><span class="Delimiter">(</span>all<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first<span class="Delimiter">,</span> key<span class="Delimiter">))</span> +<span id="L258" class="LineNr">258 </span> <span class="Identifier">return</span> <span class="Constant">true</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="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L261" class="LineNr">261 </span><span class="Delimiter">}</span> @@ -389,9 +388,9 @@ if ('onhashchange' in window) { <span id="L322" class="LineNr">322 </span><span class="Normal">void</span> <a href='030container.cc.html#L322'>test_container_sizes_recursive</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L323" class="LineNr">323 </span> <span class="Comment">// define a container containing an address to itself</span> <span id="L324" class="LineNr">324 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L325" class="LineNr">325 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L326" class="LineNr">326 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" y:<a href='043space.cc.html#L82'>address</a>:foo</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L327" class="LineNr">327 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L325" class="LineNr">325 </span> <span class="Constant">" x:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L326" class="LineNr">326 </span> <span class="Constant">" y:<a href='043space.cc.html#L80'>address</a>:foo</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L327" class="LineNr">327 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L328" class="LineNr">328 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> <span id="L329" class="LineNr">329 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L330" class="LineNr">330 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span>size<span class="Delimiter">,</span> <span class="Constant">2</span><span class="Delimiter">);</span> @@ -402,7 +401,7 @@ if ('onhashchange' in window) { <span id="L335" class="LineNr">335 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:point"</span><span class="Delimiter">);</span> <span id="L336" class="LineNr">336 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> <span id="L337" class="LineNr">337 </span> <span class="Comment">// scanning an address to the container precomputes the size of the container</span> -<span id="L338" class="LineNr">338 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L82'>address</a>:point"</span><span class="Delimiter">);</span> +<span id="L338" class="LineNr">338 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L80'>address</a>:point"</span><span class="Delimiter">);</span> <span id="L339" class="LineNr">339 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L340" class="LineNr">340 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> <span id="L341" class="LineNr">341 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">).</span>size<span class="Delimiter">,</span> <span class="Constant">2</span><span class="Delimiter">);</span> @@ -427,34 +426,34 @@ if ('onhashchange' in window) { <span id="L360" class="LineNr">360 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L361" class="LineNr">361 </span><span class="Normal">case</span> GET: <span class="Delimiter">{</span> <span id="L362" class="LineNr">362 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L363" class="LineNr">363 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'get' expects exactly 2 ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L364" class="LineNr">364 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L363" class="LineNr">363 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'get' expects exactly 2 ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L364" class="LineNr">364 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L365" class="LineNr">365 </span> <span class="Delimiter">}</span> <span id="L366" class="LineNr">366 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> base = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span class="Comment">// new copy for every invocation</span> <span id="L367" class="LineNr">367 </span> <span class="Comment">// Update GET base in Check</span> <span id="L368" class="LineNr">368 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!base<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L369" class="LineNr">369 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'get' should be a container, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L370" class="LineNr">370 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L369" class="LineNr">369 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'get' should be a container, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L370" class="LineNr">370 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L371" class="LineNr">371 </span> <span class="Delimiter">}</span> <span id="L372" class="LineNr">372 </span> <span class="Normal">const</span> type_tree* base_type = base<span class="Delimiter">.</span>type<span class="Delimiter">;</span> <span id="L373" class="LineNr">373 </span> <span class="Comment">// Update GET base_type in Check</span> <span id="L374" class="LineNr">374 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!base_type<span class="Delimiter">-></span>atom || base_type<span class="Delimiter">-></span>value == <span class="Constant">0</span> || !contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">)</span> || get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>kind != <a href='010vm.cc.html#L173'>CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L375" class="LineNr">375 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'get' should be a container, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L376" class="LineNr">376 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L375" class="LineNr">375 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'get' should be a container, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L376" class="LineNr">376 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L377" class="LineNr">377 </span> <span class="Delimiter">}</span> <span id="L378" class="LineNr">378 </span> <span class="Normal">const</span> reagent& offset = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L379" class="LineNr">379 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal<span class="Delimiter">(</span>offset<span class="Delimiter">)</span> || !is_mu_scalar<span class="Delimiter">(</span>offset<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L380" class="LineNr">380 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'get' should have type 'offset', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L381" class="LineNr">381 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L380" class="LineNr">380 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'get' should have type 'offset', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L381" class="LineNr">381 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L382" class="LineNr">382 </span> <span class="Delimiter">}</span> <span id="L383" class="LineNr">383 </span> <span class="Normal">int</span> offset_value = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L384" class="LineNr">384 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_integer<span class="Delimiter">(</span>offset<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L385" class="LineNr">385 </span> <span class="Conceal">¦</span> offset_value = to_integer<span class="Delimiter">(</span>offset<span class="Delimiter">.</span>name<span class="Delimiter">);</span> +<span id="L385" class="LineNr">385 </span> offset_value = to_integer<span class="Delimiter">(</span>offset<span class="Delimiter">.</span>name<span class="Delimiter">);</span> <span id="L386" class="LineNr">386 </span> <span class="Delimiter">}</span> <span id="L387" class="LineNr">387 </span> <span class="Comment">// End update GET offset_value in Check</span> <span id="L388" class="LineNr">388 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>offset_value < <span class="Constant">0</span> || offset_value >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>elements<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L389" class="LineNr">389 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"invalid offset '"</span> << offset_value << <span class="Constant">"' for '"</span> << get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L390" class="LineNr">390 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L389" class="LineNr">389 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"invalid offset '"</span> << offset_value << <span class="Constant">"' for '"</span> << get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L390" class="LineNr">390 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L391" class="LineNr">391 </span> <span class="Delimiter">}</span> <span id="L392" class="LineNr">392 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L393" class="LineNr">393 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> product = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> @@ -462,8 +461,8 @@ if ('onhashchange' in window) { <span id="L395" class="LineNr">395 </span> <span class="Comment">//: use base.type rather than base_type because later layers will introduce compound types</span> <span id="L396" class="LineNr">396 </span> <span class="Normal">const</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> element = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>base<span class="Delimiter">.</span>type<span class="Delimiter">,</span> offset_value<span class="Delimiter">);</span> <span id="L397" class="LineNr">397 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>product<span class="Delimiter">,</span> element<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L398" class="LineNr">398 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'get "</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">", "</span> << offset<span class="Delimiter">.</span>original_string << <span class="Constant">"' should write to "</span> << names_to_string_without_quotes<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="Constant">" but '"</span> << product<span class="Delimiter">.</span>name << <span class="Constant">"' has type "</span> << names_to_string_without_quotes<span class="Delimiter">(</span>product<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L399" class="LineNr">399 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L398" class="LineNr">398 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'get "</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">", "</span> << offset<span class="Delimiter">.</span>original_string << <span class="Constant">"' should write to "</span> << names_to_string_without_quotes<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="Constant">" but '"</span> << product<span class="Delimiter">.</span>name << <span class="Constant">"' has type "</span> << names_to_string_without_quotes<span class="Delimiter">(</span>product<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L399" class="LineNr">399 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L400" class="LineNr">400 </span> <span class="Delimiter">}</span> <span id="L401" class="LineNr">401 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L402" class="LineNr">402 </span><span class="Delimiter">}</span> @@ -473,8 +472,8 @@ if ('onhashchange' in window) { <span id="L406" class="LineNr">406 </span> <span class="Comment">// Update GET base in Run</span> <span id="L407" class="LineNr">407 </span> <span class="Normal">int</span> base_address = base<span class="Delimiter">.</span>value<span class="Delimiter">;</span> <span id="L408" class="LineNr">408 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>base_address == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L409" class="LineNr">409 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to access location 0 in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L410" class="LineNr">410 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L409" class="LineNr">409 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to access location 0 in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L410" class="LineNr">410 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L411" class="LineNr">411 </span> <span class="Delimiter">}</span> <span id="L412" class="LineNr">412 </span> <span class="Normal">const</span> type_tree* base_type = base<span class="Delimiter">.</span>type<span class="Delimiter">;</span> <span id="L413" class="LineNr">413 </span> <span class="Comment">// Update GET base_type in Run</span> @@ -542,7 +541,7 @@ if ('onhashchange' in window) { <span id="L475" class="LineNr">475 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> <span id="L476" class="LineNr">476 </span> <span class="Constant">13</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> <span id="L477" class="LineNr">477 </span> <span class="Constant">14</span>:num<span class="Special"> <- </span>copy <span class="Constant">36</span> -<span id="L478" class="LineNr">478 </span> <span class="Constant">15</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>get <span class="Constant">12</span>:point-number/<span class="Special">raw</span><span class="Delimiter">,</span> <span class="Constant">1:offset</span> +<span id="L478" class="LineNr">478 </span> <span class="Constant">15</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span>get <span class="Constant">12</span>:point-number/<span class="Special">raw</span><span class="Delimiter">,</span> <span class="Constant">1:offset</span> <span id="L479" class="LineNr">479 </span>] <span id="L480" class="LineNr">480 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: 'get 12:point-number/raw, 1:offset' should write to number but '15' has type (address number)</span> <span id="L481" class="LineNr">481 </span> @@ -575,50 +574,50 @@ if ('onhashchange' in window) { <span id="L508" class="LineNr">508 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L509" class="LineNr">509 </span><span class="Normal">case</span> PUT: <span class="Delimiter">{</span> <span id="L510" class="LineNr">510 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">3</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L511" class="LineNr">511 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'put' expects exactly 3 ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L512" class="LineNr">512 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L511" class="LineNr">511 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'put' expects exactly 3 ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L512" class="LineNr">512 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L513" class="LineNr">513 </span> <span class="Delimiter">}</span> <span id="L514" class="LineNr">514 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> base = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L515" class="LineNr">515 </span> <span class="Comment">// Update PUT base in Check</span> <span id="L516" class="LineNr">516 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!base<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L517" class="LineNr">517 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'put' should be a container, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L518" class="LineNr">518 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L517" class="LineNr">517 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'put' should be a container, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L518" class="LineNr">518 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L519" class="LineNr">519 </span> <span class="Delimiter">}</span> <span id="L520" class="LineNr">520 </span> <span class="Normal">const</span> type_tree* base_type = base<span class="Delimiter">.</span>type<span class="Delimiter">;</span> <span id="L521" class="LineNr">521 </span> <span class="Comment">// Update PUT base_type in Check</span> <span id="L522" class="LineNr">522 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!base_type<span class="Delimiter">-></span>atom || base_type<span class="Delimiter">-></span>value == <span class="Constant">0</span> || !contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">)</span> || get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>kind != <a href='010vm.cc.html#L173'>CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L523" class="LineNr">523 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'put' should be a container, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L524" class="LineNr">524 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L523" class="LineNr">523 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'put' should be a container, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L524" class="LineNr">524 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L525" class="LineNr">525 </span> <span class="Delimiter">}</span> <span id="L526" class="LineNr">526 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> offset = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L527" class="LineNr">527 </span> <span class="Comment">// Update PUT offset in Check</span> <span id="L528" class="LineNr">528 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal<span class="Delimiter">(</span>offset<span class="Delimiter">)</span> || !is_mu_scalar<span class="Delimiter">(</span>offset<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L529" class="LineNr">529 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'put' should have type 'offset', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L530" class="LineNr">530 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L529" class="LineNr">529 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'put' should have type 'offset', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L530" class="LineNr">530 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L531" class="LineNr">531 </span> <span class="Delimiter">}</span> <span id="L532" class="LineNr">532 </span> <span class="Normal">int</span> offset_value = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L533" class="LineNr">533 </span> <span class="Comment">//: later layers will permit non-integer offsets</span> <span id="L534" class="LineNr">534 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_integer<span class="Delimiter">(</span>offset<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L535" class="LineNr">535 </span> <span class="Conceal">¦</span> offset_value = to_integer<span class="Delimiter">(</span>offset<span class="Delimiter">.</span>name<span class="Delimiter">);</span> -<span id="L536" class="LineNr">536 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>offset_value < <span class="Constant">0</span> || offset_value >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>elements<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L537" class="LineNr">537 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"invalid offset '"</span> << offset_value << <span class="Constant">"' for '"</span> << get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L538" class="LineNr">538 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L539" class="LineNr">539 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L535" class="LineNr">535 </span> offset_value = to_integer<span class="Delimiter">(</span>offset<span class="Delimiter">.</span>name<span class="Delimiter">);</span> +<span id="L536" class="LineNr">536 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>offset_value < <span class="Constant">0</span> || offset_value >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>elements<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L537" class="LineNr">537 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"invalid offset '"</span> << offset_value << <span class="Constant">"' for '"</span> << get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L538" class="LineNr">538 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L539" class="LineNr">539 </span> <span class="Delimiter">}</span> <span id="L540" class="LineNr">540 </span> <span class="Delimiter">}</span> <span id="L541" class="LineNr">541 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L542" class="LineNr">542 </span> <span class="Conceal">¦</span> offset_value = offset<span class="Delimiter">.</span>value<span class="Delimiter">;</span> +<span id="L542" class="LineNr">542 </span> offset_value = offset<span class="Delimiter">.</span>value<span class="Delimiter">;</span> <span id="L543" class="LineNr">543 </span> <span class="Delimiter">}</span> <span id="L544" class="LineNr">544 </span> <span class="Normal">const</span> reagent& value = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> <span id="L545" class="LineNr">545 </span> <span class="Comment">//: use base.type rather than base_type because later layers will introduce compound types</span> <span id="L546" class="LineNr">546 </span> <span class="Normal">const</span> reagent& element = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>base<span class="Delimiter">.</span>type<span class="Delimiter">,</span> offset_value<span class="Delimiter">);</span> <span id="L547" class="LineNr">547 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>element<span class="Delimiter">,</span> value<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L548" class="LineNr">548 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'put "</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">", "</span> << offset<span class="Delimiter">.</span>original_string << <span class="Constant">"' should write to "</span> << names_to_string_without_quotes<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="Constant">" but '"</span> << value<span class="Delimiter">.</span>name << <span class="Constant">"' has type "</span> << names_to_string_without_quotes<span class="Delimiter">(</span>value<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L549" class="LineNr">549 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L548" class="LineNr">548 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'put "</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">", "</span> << offset<span class="Delimiter">.</span>original_string << <span class="Constant">"' should write to "</span> << names_to_string_without_quotes<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="Constant">" but '"</span> << value<span class="Delimiter">.</span>name << <span class="Constant">"' has type "</span> << names_to_string_without_quotes<span class="Delimiter">(</span>value<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L549" class="LineNr">549 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L550" class="LineNr">550 </span> <span class="Delimiter">}</span> <span id="L551" class="LineNr">551 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// no more checks necessary</span> <span id="L552" class="LineNr">552 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name != inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L553" class="LineNr">553 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"product of 'put' must be first ingredient '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"', but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L554" class="LineNr">554 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L553" class="LineNr">553 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"product of 'put' must be first ingredient '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"', but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L554" class="LineNr">554 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L555" class="LineNr">555 </span> <span class="Delimiter">}</span> <span id="L556" class="LineNr">556 </span> <span class="Comment">// End PUT Product Checks</span> <span id="L557" class="LineNr">557 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> @@ -629,22 +628,22 @@ if ('onhashchange' in window) { <span id="L562" class="LineNr">562 </span> <span class="Comment">// Update PUT base in Run</span> <span id="L563" class="LineNr">563 </span> <span class="Normal">int</span> base_address = base<span class="Delimiter">.</span>value<span class="Delimiter">;</span> <span id="L564" class="LineNr">564 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>base_address == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L565" class="LineNr">565 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to access location 0 in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L566" class="LineNr">566 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L565" class="LineNr">565 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to access location 0 in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L566" class="LineNr">566 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L567" class="LineNr">567 </span> <span class="Delimiter">}</span> <span id="L568" class="LineNr">568 </span> <span class="Normal">const</span> type_tree* base_type = base<span class="Delimiter">.</span>type<span class="Delimiter">;</span> <span id="L569" class="LineNr">569 </span> <span class="Comment">// Update PUT base_type in Run</span> <span id="L570" class="LineNr">570 </span> <span class="Normal">int</span> offset = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L571" class="LineNr">571 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>offset < <span class="Constant">0</span> || offset >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>elements<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// copied from Check above</span> -<span id="L572" class="LineNr">572 </span> <span class="Normal">int</span> <a href='043space.cc.html#L82'>address</a> = base_address + base<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span>offset<span class="Delimiter">.</span>at<span class="Delimiter">(</span>offset<span class="Delimiter">);</span> -<span id="L573" class="LineNr">573 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"address to copy to is "</span> << <a href='043space.cc.html#L82'>address</a> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L572" class="LineNr">572 </span> <span class="Normal">int</span> <a href='043space.cc.html#L80'>address</a> = base_address + base<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span>offset<span class="Delimiter">.</span>at<span class="Delimiter">(</span>offset<span class="Delimiter">);</span> +<span id="L573" class="LineNr">573 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"address to copy to is "</span> << <a href='043space.cc.html#L80'>address</a> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L574" class="LineNr">574 </span> <span class="Comment">// optimization: directly write the element rather than updating 'product'</span> <span id="L575" class="LineNr">575 </span> <span class="Comment">// and writing the entire container</span> <span id="L576" class="LineNr">576 </span> <span class="Comment">// Write Memory in PUT in Run</span> <span id="L577" class="LineNr">577 </span> write_products = <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L578" class="LineNr">578 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L579" class="LineNr">579 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing "</span> << no_scientific<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <span class="Constant">" in location "</span> << address+i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L580" class="LineNr">580 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> address+i<span class="Delimiter">,</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L579" class="LineNr">579 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing "</span> << no_scientific<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <span class="Constant">" in location "</span> << address+i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L580" class="LineNr">580 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> address+i<span class="Delimiter">,</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> <span id="L581" class="LineNr">581 </span> <span class="Delimiter">}</span> <span id="L582" class="LineNr">582 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L583" class="LineNr">583 </span><span class="Delimiter">}</span> @@ -729,78 +728,78 @@ if ('onhashchange' in window) { <span id="L662" class="LineNr">662 </span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L663" class="LineNr">663 </span> string name = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L664" class="LineNr">664 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>name<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L665" class="LineNr">665 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L666" class="LineNr">666 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete container definition at <a href='003trace.cc.html#L203'>end</a> of file (0)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L667" class="LineNr">667 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L665" class="LineNr">665 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L666" class="LineNr">666 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete container definition at <a href='003trace.cc.html#L203'>end</a> of file (0)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L667" class="LineNr">667 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L668" class="LineNr">668 </span> <span class="Delimiter">}</span> <span id="L669" class="LineNr">669 </span> <span class="Comment">// End container Name Refinements</span> <span id="L670" class="LineNr">670 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">"--- defining "</span> << command << <span class="Constant">' '</span> << name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L671" class="LineNr">671 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">)</span> -<span id="L672" class="LineNr">672 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> || get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">)</span> == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L673" class="LineNr">673 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">,</span> Next_type_ordinal++<span class="Delimiter">);</span> +<span id="L672" class="LineNr">672 </span> || get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">)</span> == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L673" class="LineNr">673 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">,</span> Next_type_ordinal++<span class="Delimiter">);</span> <span id="L674" class="LineNr">674 </span> <span class="Delimiter">}</span> <span id="L675" class="LineNr">675 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">"type number: "</span> << get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L676" class="LineNr">676 </span> <a href='030container.cc.html#L733'>skip_bracket</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> <span class="Constant">"'"</span>+command+<span class="Constant">"' must begin with '['"</span><span class="Delimiter">);</span> <span id="L677" class="LineNr">677 </span> type_info& info = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Type<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">));</span> <span id="L678" class="LineNr">678 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>Num_calls_to_transform_all_at_first_definition == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L679" class="LineNr">679 </span> <span class="Conceal">¦</span> <span class="Comment">// initial definition of this container</span> -<span id="L680" class="LineNr">680 </span> <span class="Conceal">¦</span> info<span class="Delimiter">.</span>Num_calls_to_transform_all_at_first_definition = Num_calls_to_transform_all<span class="Delimiter">;</span> +<span id="L679" class="LineNr">679 </span> <span class="Comment">// initial definition of this container</span> +<span id="L680" class="LineNr">680 </span> info<span class="Delimiter">.</span>Num_calls_to_transform_all_at_first_definition = Num_calls_to_transform_all<span class="Delimiter">;</span> <span id="L681" class="LineNr">681 </span> <span class="Delimiter">}</span> <span id="L682" class="LineNr">682 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>Num_calls_to_transform_all_at_first_definition != Num_calls_to_transform_all<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L683" class="LineNr">683 </span> <span class="Conceal">¦</span> <span class="Comment">// extension after transform_all</span> -<span id="L684" class="LineNr">684 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"there was a call to transform_all() between the definition of container '"</span> << name << <span class="Constant">"' and a subsequent extension. This is not supported, since any recipes that used '"</span> << name << <span class="Constant">"' values have already been transformed and </span><span class="cSpecial">\"</span><span class="Constant">frozen</span><span class="cSpecial">\"</span><span class="Constant">.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L685" class="LineNr">685 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L683" class="LineNr">683 </span> <span class="Comment">// extension after transform_all</span> +<span id="L684" class="LineNr">684 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"there was a call to transform_all() between the definition of container '"</span> << name << <span class="Constant">"' and a subsequent extension. This is not supported, since any recipes that used '"</span> << name << <span class="Constant">"' values have already been transformed and </span><span class="cSpecial">\"</span><span class="Constant">frozen</span><span class="cSpecial">\"</span><span class="Constant">.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L685" class="LineNr">685 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L686" class="LineNr">686 </span> <span class="Delimiter">}</span> <span id="L687" class="LineNr">687 </span> info<span class="Delimiter">.</span>name = name<span class="Delimiter">;</span> <span id="L688" class="LineNr">688 </span> info<span class="Delimiter">.</span>kind = kind<span class="Delimiter">;</span> <span id="L689" class="LineNr">689 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L690" class="LineNr">690 </span> <span class="Conceal">¦</span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L691" class="LineNr">691 </span> <span class="Conceal">¦</span> string element = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L692" class="LineNr">692 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>element<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L693" class="LineNr">693 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L694" class="LineNr">694 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete container definition at <a href='003trace.cc.html#L203'>end</a> of file (1)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L695" class="LineNr">695 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L696" class="LineNr">696 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L697" class="LineNr">697 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>element == <span class="Constant">"]"</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L698" class="LineNr">698 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L699" class="LineNr">699 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << command << <span class="Constant">" '"</span> << name << <span class="Constant">"' contains multiple elements on a single line. Containers and exclusive containers must only contain elements, one to a line, no code.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L700" class="LineNr">700 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// skip rest of container declaration</span> -<span id="L701" class="LineNr">701 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L702" class="LineNr">702 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L703" class="LineNr">703 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">)</span> == <span class="Constant">"]"</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L704" class="LineNr">704 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L705" class="LineNr">705 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L706" class="LineNr">706 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L707" class="LineNr">707 </span> <span class="Conceal">¦</span> info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span>element<span class="Delimiter">));</span> -<span id="L708" class="LineNr">708 </span> <span class="Conceal">¦</span> expand_type_abbreviations<span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>back<span class="Delimiter">().</span>type<span class="Delimiter">);</span> <span class="Comment">// todo: use abbreviation before declaration</span> -<span id="L709" class="LineNr">709 </span> <span class="Conceal">¦</span> <a href='030container.cc.html#L715'>replace_unknown_types_with_unique_ordinals</a><span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>back<span class="Delimiter">().</span>type<span class="Delimiter">,</span> info<span class="Delimiter">);</span> -<span id="L710" class="LineNr">710 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">" element: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>back<span class="Delimiter">())</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L711" class="LineNr">711 </span> <span class="Conceal">¦</span> <span class="Comment">// End Load Container Element Definition</span> +<span id="L690" class="LineNr">690 </span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L691" class="LineNr">691 </span> string element = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L692" class="LineNr">692 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>element<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L693" class="LineNr">693 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L694" class="LineNr">694 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete container definition at <a href='003trace.cc.html#L203'>end</a> of file (1)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L695" class="LineNr">695 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L696" class="LineNr">696 </span> <span class="Delimiter">}</span> +<span id="L697" class="LineNr">697 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>element == <span class="Constant">"]"</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L698" class="LineNr">698 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L699" class="LineNr">699 </span> <a href='003trace.cc.html#L174'>raise</a> << command << <span class="Constant">" '"</span> << name << <span class="Constant">"' contains multiple elements on a single line. Containers and exclusive containers must only contain elements, one to a line, no code.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L700" class="LineNr">700 </span> <span class="Comment">// skip rest of container declaration</span> +<span id="L701" class="LineNr">701 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L702" class="LineNr">702 </span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L703" class="LineNr">703 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">)</span> == <span class="Constant">"]"</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L704" class="LineNr">704 </span> <span class="Delimiter">}</span> +<span id="L705" class="LineNr">705 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L706" class="LineNr">706 </span> <span class="Delimiter">}</span> +<span id="L707" class="LineNr">707 </span> info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span>element<span class="Delimiter">));</span> +<span id="L708" class="LineNr">708 </span> expand_type_abbreviations<span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>back<span class="Delimiter">().</span>type<span class="Delimiter">);</span> <span class="Comment">// todo: use abbreviation before declaration</span> +<span id="L709" class="LineNr">709 </span> <a href='030container.cc.html#L715'>replace_unknown_types_with_unique_ordinals</a><span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>back<span class="Delimiter">().</span>type<span class="Delimiter">,</span> info<span class="Delimiter">);</span> +<span id="L710" class="LineNr">710 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">" element: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>back<span class="Delimiter">())</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L711" class="LineNr">711 </span> <span class="Comment">// End Load Container Element Definition</span> <span id="L712" class="LineNr">712 </span> <span class="Delimiter">}</span> <span id="L713" class="LineNr">713 </span><span class="Delimiter">}</span> <span id="L714" class="LineNr">714 </span> <span id="L715" class="LineNr">715 </span><span class="Normal">void</span> <a href='030container.cc.html#L715'>replace_unknown_types_with_unique_ordinals</a><span class="Delimiter">(</span>type_tree* type<span class="Delimiter">,</span> <span class="Normal">const</span> type_info& info<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L716" class="LineNr">716 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L717" class="LineNr">717 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L718" class="LineNr">718 </span> <span class="Conceal">¦</span> <a href='030container.cc.html#L715'>replace_unknown_types_with_unique_ordinals</a><span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">,</span> info<span class="Delimiter">);</span> -<span id="L719" class="LineNr">719 </span> <span class="Conceal">¦</span> <a href='030container.cc.html#L715'>replace_unknown_types_with_unique_ordinals</a><span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">,</span> info<span class="Delimiter">);</span> -<span id="L720" class="LineNr">720 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L718" class="LineNr">718 </span> <a href='030container.cc.html#L715'>replace_unknown_types_with_unique_ordinals</a><span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">,</span> info<span class="Delimiter">);</span> +<span id="L719" class="LineNr">719 </span> <a href='030container.cc.html#L715'>replace_unknown_types_with_unique_ordinals</a><span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">,</span> info<span class="Delimiter">);</span> +<span id="L720" class="LineNr">720 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L721" class="LineNr">721 </span> <span class="Delimiter">}</span> <span id="L722" class="LineNr">722 </span> assert<span class="Delimiter">(</span>!type<span class="Delimiter">-></span>name<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> <span id="L723" class="LineNr">723 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L724" class="LineNr">724 </span> <span class="Conceal">¦</span> type<span class="Delimiter">-></span>value = get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">);</span> +<span id="L724" class="LineNr">724 </span> type<span class="Delimiter">-></span>value = get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">);</span> <span id="L725" class="LineNr">725 </span> <span class="Delimiter">}</span> <span id="L726" class="LineNr">726 </span> <span class="Comment">// End insert_container Special-cases</span> <span id="L727" class="LineNr">727 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>name != <span class="Constant">"->"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span class="Comment">// used in recipe types</span> -<span id="L728" class="LineNr">728 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">,</span> Next_type_ordinal++<span class="Delimiter">);</span> -<span id="L729" class="LineNr">729 </span> <span class="Conceal">¦</span> type<span class="Delimiter">-></span>value = get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">);</span> +<span id="L728" class="LineNr">728 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">,</span> Next_type_ordinal++<span class="Delimiter">);</span> +<span id="L729" class="LineNr">729 </span> type<span class="Delimiter">-></span>value = get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">);</span> <span id="L730" class="LineNr">730 </span> <span class="Delimiter">}</span> <span id="L731" class="LineNr">731 </span><span class="Delimiter">}</span> <span id="L732" class="LineNr">732 </span> <span id="L733" class="LineNr">733 </span><span class="Normal">void</span> <a href='030container.cc.html#L733'>skip_bracket</a><span class="Delimiter">(</span>istream& in<span class="Delimiter">,</span> string message<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L734" class="LineNr">734 </span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L735" class="LineNr">735 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>get<span class="Delimiter">()</span> != <span class="Constant">'['</span><span class="Delimiter">)</span> -<span id="L736" class="LineNr">736 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << message << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L736" class="LineNr">736 </span> <a href='003trace.cc.html#L174'>raise</a> << message << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L737" class="LineNr">737 </span><span class="Delimiter">}</span> <span id="L738" class="LineNr">738 </span> <span id="L739" class="LineNr">739 </span><span class="Delimiter">:(scenario multi_word_line_in_container_declaration)</span> @@ -830,8 +829,8 @@ if ('onhashchange' in window) { <span id="L763" class="LineNr">763 </span><span class="Comment">// but it doesn't seem to cause any noticeable slowdown</span> <span id="L764" class="LineNr">764 </span><span class="Normal">void</span> <a href='030container.cc.html#L764'>expand_type_abbreviations_in_containers</a><span class="Delimiter">(</span><a href='001help.cc.html#L259'>unused</a> <span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L765" class="LineNr">765 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<type_ordinal<span class="Delimiter">,</span> type_info>::iterator p = Type<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Type<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L766" class="LineNr">766 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>second<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L767" class="LineNr">767 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> expand_type_abbreviations<span class="Delimiter">(</span>p<span class="Delimiter">-></span>second<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> +<span id="L766" class="LineNr">766 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>second<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L767" class="LineNr">767 </span> expand_type_abbreviations<span class="Delimiter">(</span>p<span class="Delimiter">-></span>second<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> <span id="L768" class="LineNr">768 </span> <span class="Delimiter">}</span> <span id="L769" class="LineNr">769 </span><span class="Delimiter">}</span> <span id="L770" class="LineNr">770 </span> @@ -846,15 +845,15 @@ if ('onhashchange' in window) { <span id="L779" class="LineNr">779 </span><span class="Normal">void</span> test_error_on_transform_all_between_container_definition_and_extension<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L780" class="LineNr">780 </span> <span class="Comment">// define a container</span> <span id="L781" class="LineNr">781 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L782" class="LineNr">782 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" a:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L783" class="LineNr">783 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L782" class="LineNr">782 </span> <span class="Constant">" a:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L783" class="LineNr">783 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L784" class="LineNr">784 </span> <span class="Comment">// try to extend the container after transform</span> <span id="L785" class="LineNr">785 </span> <a href='012transform.cc.html#L46'>transform_all</a><span class="Delimiter">();</span> <span id="L786" class="LineNr">786 </span> <a href='003trace.cc.html#L235'>CHECK_TRACE_DOESNT_CONTAIN_ERRORS</a><span class="Delimiter">();</span> <span id="L787" class="LineNr">787 </span> Hide_errors = <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L788" class="LineNr">788 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L789" class="LineNr">789 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" b:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L790" class="LineNr">790 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L789" class="LineNr">789 </span> <span class="Constant">" b:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L790" class="LineNr">790 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L791" class="LineNr">791 </span> <a href='003trace.cc.html#L234'>CHECK_TRACE_CONTAINS_ERRORS</a><span class="Delimiter">();</span> <span id="L792" class="LineNr">792 </span><span class="Delimiter">}</span> <span id="L793" class="LineNr">793 </span> @@ -886,11 +885,11 @@ if ('onhashchange' in window) { <span id="L819" class="LineNr">819 </span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L820" class="LineNr">820 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- check for invalid types in <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L821" class="LineNr">821 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> index = <span class="Constant">0</span><span class="Delimiter">;</span> index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L822" class="LineNr">822 </span> <span class="Conceal">¦</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L823" class="LineNr">823 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L824" class="LineNr">824 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> check_or_set_invalid_types<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> caller<span class="Delimiter">,</span> inst<span class="Delimiter">);</span> -<span id="L825" class="LineNr">825 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L826" class="LineNr">826 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> check_or_set_invalid_types<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> caller<span class="Delimiter">,</span> inst<span class="Delimiter">);</span> +<span id="L822" class="LineNr">822 </span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L823" class="LineNr">823 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L824" class="LineNr">824 </span> check_or_set_invalid_types<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> caller<span class="Delimiter">,</span> inst<span class="Delimiter">);</span> +<span id="L825" class="LineNr">825 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L826" class="LineNr">826 </span> check_or_set_invalid_types<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> caller<span class="Delimiter">,</span> inst<span class="Delimiter">);</span> <span id="L827" class="LineNr">827 </span> <span class="Delimiter">}</span> <span id="L828" class="LineNr">828 </span> <span class="Comment">// End check_or_set_invalid_types</span> <span id="L829" class="LineNr">829 </span><span class="Delimiter">}</span> @@ -904,17 +903,17 @@ if ('onhashchange' in window) { <span id="L837" class="LineNr">837 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L838" class="LineNr">838 </span> <span class="Comment">// End Container Type Checks</span> <span id="L839" class="LineNr">839 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L840" class="LineNr">840 </span> <span class="Conceal">¦</span> check_or_set_invalid_types<span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">,</span> name_for_error_messages<span class="Delimiter">);</span> -<span id="L841" class="LineNr">841 </span> <span class="Conceal">¦</span> check_or_set_invalid_types<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">,</span> name_for_error_messages<span class="Delimiter">);</span> -<span id="L842" class="LineNr">842 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L840" class="LineNr">840 </span> check_or_set_invalid_types<span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">,</span> name_for_error_messages<span class="Delimiter">);</span> +<span id="L841" class="LineNr">841 </span> check_or_set_invalid_types<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">,</span> name_for_error_messages<span class="Delimiter">);</span> +<span id="L842" class="LineNr">842 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L843" class="LineNr">843 </span> <span class="Delimiter">}</span> <span id="L844" class="LineNr">844 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>value == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L845" class="LineNr">845 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L846" class="LineNr">846 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!type<span class="Delimiter">-></span>name<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> -<span id="L847" class="LineNr">847 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">))</span> -<span id="L848" class="LineNr">848 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> type<span class="Delimiter">-></span>value = get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">);</span> -<span id="L849" class="LineNr">849 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> -<span id="L850" class="LineNr">850 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << location_for_error_messages << <span class="Constant">"unknown type "</span> << type<span class="Delimiter">-></span>name << <span class="Constant">" in "</span> << name_for_error_messages << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L846" class="LineNr">846 </span> assert<span class="Delimiter">(</span>!type<span class="Delimiter">-></span>name<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> +<span id="L847" class="LineNr">847 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">))</span> +<span id="L848" class="LineNr">848 </span> type<span class="Delimiter">-></span>value = get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">);</span> +<span id="L849" class="LineNr">849 </span> <span class="Normal">else</span> +<span id="L850" class="LineNr">850 </span> <a href='003trace.cc.html#L174'>raise</a> << location_for_error_messages << <span class="Constant">"unknown type "</span> << type<span class="Delimiter">-></span>name << <span class="Constant">" in "</span> << name_for_error_messages << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L851" class="LineNr">851 </span> <span class="Delimiter">}</span> <span id="L852" class="LineNr">852 </span><span class="Delimiter">}</span> <span id="L853" class="LineNr">853 </span> @@ -938,7 +937,7 @@ if ('onhashchange' in window) { <span id="L871" class="LineNr">871 </span> <span id="L872" class="LineNr">872 </span><span class="Delimiter">:(scenario container_with_compound_field_type)</span> <span id="L873" class="LineNr">873 </span><span class="muData">container</span> foo [ -<span id="L874" class="LineNr">874 </span> <span class="Delimiter">{</span>x: <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> array <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> array character<span class="Delimiter">))}</span> +<span id="L874" class="LineNr">874 </span> <span class="Delimiter">{</span>x: <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> array <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> array character<span class="Delimiter">))}</span> <span id="L875" class="LineNr">875 </span>] <span id="L876" class="LineNr">876 </span>$error: <span class="Constant">0</span> <span id="L877" class="LineNr">877 </span> @@ -948,23 +947,23 @@ if ('onhashchange' in window) { <span id="L881" class="LineNr">881 </span><span class="Delimiter">:(code)</span> <span id="L882" class="LineNr">882 </span><span class="Normal">void</span> check_container_field_types<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L883" class="LineNr">883 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<type_ordinal<span class="Delimiter">,</span> type_info>::iterator p = Type<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Type<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L884" class="LineNr">884 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> type_info& info = p<span class="Delimiter">-></span>second<span class="Delimiter">;</span> -<span id="L885" class="LineNr">885 </span> <span class="Conceal">¦</span> <span class="Comment">// Check Container Field Types(info)</span> -<span id="L886" class="LineNr">886 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L887" class="LineNr">887 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> check_invalid_types<span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">,</span> <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>info<span class="Delimiter">.</span>name<span class="Delimiter">),</span> info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">);</span> +<span id="L884" class="LineNr">884 </span> <span class="Normal">const</span> type_info& info = p<span class="Delimiter">-></span>second<span class="Delimiter">;</span> +<span id="L885" class="LineNr">885 </span> <span class="Comment">// Check Container Field Types(info)</span> +<span id="L886" class="LineNr">886 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L887" class="LineNr">887 </span> check_invalid_types<span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">,</span> <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>info<span class="Delimiter">.</span>name<span class="Delimiter">),</span> info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">);</span> <span id="L888" class="LineNr">888 </span> <span class="Delimiter">}</span> <span id="L889" class="LineNr">889 </span><span class="Delimiter">}</span> <span id="L890" class="LineNr">890 </span> <span id="L891" class="LineNr">891 </span><span class="Normal">void</span> check_invalid_types<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* type<span class="Delimiter">,</span> <span class="Normal">const</span> string& location_for_error_messages<span class="Delimiter">,</span> <span class="Normal">const</span> string& name_for_error_messages<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L892" class="LineNr">892 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// will throw a more precise error elsewhere</span> <span id="L893" class="LineNr">893 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L894" class="LineNr">894 </span> <span class="Conceal">¦</span> check_invalid_types<span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">,</span> name_for_error_messages<span class="Delimiter">);</span> -<span id="L895" class="LineNr">895 </span> <span class="Conceal">¦</span> check_invalid_types<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">,</span> name_for_error_messages<span class="Delimiter">);</span> -<span id="L896" class="LineNr">896 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L894" class="LineNr">894 </span> check_invalid_types<span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">,</span> name_for_error_messages<span class="Delimiter">);</span> +<span id="L895" class="LineNr">895 </span> check_invalid_types<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">,</span> name_for_error_messages<span class="Delimiter">);</span> +<span id="L896" class="LineNr">896 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L897" class="LineNr">897 </span> <span class="Delimiter">}</span> <span id="L898" class="LineNr">898 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>value != <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span class="Comment">// value 0 = compound types (layer parse_tree) or type ingredients (layer shape_shifting_container)</span> -<span id="L899" class="LineNr">899 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">))</span> -<span id="L900" class="LineNr">900 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << location_for_error_messages << <span class="Constant">"unknown type in "</span> << name_for_error_messages << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L899" class="LineNr">899 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">))</span> +<span id="L900" class="LineNr">900 </span> <a href='003trace.cc.html#L174'>raise</a> << location_for_error_messages << <span class="Constant">"unknown type in "</span> << name_for_error_messages << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L901" class="LineNr">901 </span> <span class="Delimiter">}</span> <span id="L902" class="LineNr">902 </span><span class="Delimiter">}</span> <span id="L903" class="LineNr">903 </span> @@ -975,7 +974,7 @@ if ('onhashchange' in window) { <span id="L908" class="LineNr">908 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L172'>PRIMITIVE</a><span class="Delimiter">)</span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L909" class="LineNr">909 </span> out << <span class="Delimiter">(</span>info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L173'>CONTAINER</a> ? <span class="Constant">"container"</span> : <span class="Constant">"exclusive-container"</span><span class="Delimiter">)</span> << <span class="Constant">" "</span> << info<span class="Delimiter">.</span>name << <span class="Constant">" [</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> <span id="L910" class="LineNr">910 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L911" class="LineNr">911 </span> <span class="Conceal">¦</span> out << <span class="Constant">" "</span> << info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L911" class="LineNr">911 </span> out << <span class="Constant">" "</span> << info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> <span id="L912" class="LineNr">912 </span> <span class="Delimiter">}</span> <span id="L913" class="LineNr">913 </span> out << <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> <span id="L914" class="LineNr">914 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> diff --git a/html/031merge.cc.html b/html/031merge.cc.html index 394417aa..4e006e5c 100644 --- a/html/031merge.cc.html +++ b/html/031merge.cc.html @@ -15,20 +15,19 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.LineNr { color: #444444; } .muRecipe { color: #ff8700; } -.traceContains { color: #008000; } -.muData { color: #ffff00; } -.Identifier { color: #c0a020; } .PreProc { color: #800080; } +.LineNr { color: #444444; } +.muData { color: #ffff00; } +.Constant { color: #00a0a0; } .Delimiter { color: #800080; } -.cSpecial { color: #008000; } -.Conceal { color: #4e4e4e; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.cSpecial { color: #008000; } +.traceContains { color: #008000; } --> </style> @@ -89,8 +88,8 @@ if ('onhashchange' in window) { <span id="L24" class="LineNr"> 24 </span><span class="Normal">case</span> MERGE: <span class="Delimiter">{</span> <span id="L25" class="LineNr"> 25 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L26" class="LineNr"> 26 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> ++j<span class="Delimiter">)</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span>j<span class="Delimiter">));</span> +<span id="L27" class="LineNr"> 27 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> ++j<span class="Delimiter">)</span> +<span id="L28" class="LineNr"> 28 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span>j<span class="Delimiter">));</span> <span id="L29" class="LineNr"> 29 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L30" class="LineNr"> 30 </span><span class="Delimiter">}</span> <span id="L31" class="LineNr"> 31 </span> @@ -181,26 +180,26 @@ if ('onhashchange' in window) { <span id="L116" class="LineNr">116 </span> <span class="Normal">const</span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L117" class="LineNr">117 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- type-check merge instructions in <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L118" class="LineNr">118 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name != <span class="Constant">"merge"</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'merge' should yield a single product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> product = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> <span class="Comment">// Update product While Type-checking Merge</span> -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> type_tree* product_base_type = product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom ? product<span class="Delimiter">.</span>type : product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">;</span> -<span id="L128" class="LineNr">128 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>product_base_type<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>product_base_type<span class="Delimiter">-></span>value == <span class="Constant">0</span> || !contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> product_base_type<span class="Delimiter">-></span>value<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'merge' should yield a container in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> type_info& info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> product_base_type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>kind != <a href='010vm.cc.html#L173'>CONTAINER</a> && info<span class="Delimiter">.</span>kind != <a href='010vm.cc.html#L174'>EXCLUSIVE_CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'merge' should yield a container in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L136" class="LineNr">136 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> <a href='031merge.cc.html#L142'>check_merge_call</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">,</span> product<span class="Delimiter">,</span> caller<span class="Delimiter">,</span> inst<span class="Delimiter">);</span> +<span id="L119" class="LineNr">119 </span> <span class="Normal">const</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L120" class="LineNr">120 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name != <span class="Constant">"merge"</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L121" class="LineNr">121 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L122" class="LineNr">122 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'merge' should yield a single product in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L123" class="LineNr">123 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L124" class="LineNr">124 </span> <span class="Delimiter">}</span> +<span id="L125" class="LineNr">125 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> product = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L126" class="LineNr">126 </span> <span class="Comment">// Update product While Type-checking Merge</span> +<span id="L127" class="LineNr">127 </span> <span class="Normal">const</span> type_tree* product_base_type = product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom ? product<span class="Delimiter">.</span>type : product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">;</span> +<span id="L128" class="LineNr">128 </span> assert<span class="Delimiter">(</span>product_base_type<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L129" class="LineNr">129 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>product_base_type<span class="Delimiter">-></span>value == <span class="Constant">0</span> || !contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> product_base_type<span class="Delimiter">-></span>value<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L130" class="LineNr">130 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'merge' should yield a container in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L131" class="LineNr">131 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L132" class="LineNr">132 </span> <span class="Delimiter">}</span> +<span id="L133" class="LineNr">133 </span> <span class="Normal">const</span> type_info& info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> product_base_type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> +<span id="L134" class="LineNr">134 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>kind != <a href='010vm.cc.html#L173'>CONTAINER</a> && info<span class="Delimiter">.</span>kind != <a href='010vm.cc.html#L174'>EXCLUSIVE_CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L135" class="LineNr">135 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'merge' should yield a container in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L136" class="LineNr">136 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L137" class="LineNr">137 </span> <span class="Delimiter">}</span> +<span id="L138" class="LineNr">138 </span> <a href='031merge.cc.html#L142'>check_merge_call</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">,</span> product<span class="Delimiter">,</span> caller<span class="Delimiter">,</span> inst<span class="Delimiter">);</span> <span id="L139" class="LineNr">139 </span> <span class="Delimiter">}</span> <span id="L140" class="LineNr">140 </span><span class="Delimiter">}</span> <span id="L141" class="LineNr">141 </span> @@ -209,66 +208,66 @@ if ('onhashchange' in window) { <span id="L144" class="LineNr">144 </span> <a href='031merge.cc.html#L108'>merge_check_state</a> state<span class="Delimiter">;</span> <span id="L145" class="LineNr">145 </span> state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>push<span class="Delimiter">(</span>merge_check_point<span class="Delimiter">(</span>product<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">));</span> <span id="L146" class="LineNr">146 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><span class="Constant">true</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L147" class="LineNr">147 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"transform"</span><span class="Delimiter">)</span> << ingredient_index << <span class="Constant">" vs "</span> << <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L149" class="LineNr">149 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredient_index >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L150" class="LineNr">150 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"too few ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L151" class="LineNr">151 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L152" class="LineNr">152 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> reagent& container = state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container<span class="Delimiter">;</span> -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!container<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// error handled elsewhere</span> -<span id="L155" class="LineNr">155 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> type_tree* top_root_type = container<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom ? container<span class="Delimiter">.</span>type : container<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">;</span> -<span id="L156" class="LineNr">156 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>top_root_type<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L157" class="LineNr">157 </span> <span class="Conceal">¦</span> type_info& container_info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> top_root_type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> -<span id="L158" class="LineNr">158 </span> <span class="Conceal">¦</span> <span class="Normal">switch</span> <span class="Delimiter">(</span>container_info<span class="Delimiter">.</span>kind<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L159" class="LineNr">159 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">case</span> <a href='010vm.cc.html#L173'>CONTAINER</a>: <span class="Delimiter">{</span> -<span id="L160" class="LineNr">160 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// degenerate case: merge with the same type always succeeds</span> -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container_element_index == <span class="Constant">0</span> && <a href='021check_instruction.cc.html#L115'>types_coercible</a><span class="Delimiter">(</span>container<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">)))</span> -<span id="L162" class="LineNr">162 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L163" class="LineNr">163 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> reagent& expected_ingredient = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>container<span class="Delimiter">.</span>type<span class="Delimiter">,</span> state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container_element_index<span class="Delimiter">);</span> -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"checking container "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>container<span class="Delimiter">)</span> << <span class="Constant">" || "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>expected_ingredient<span class="Delimiter">)</span> << <span class="Constant">" vs ingredient "</span> << ingredient_index << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// if the current element is the ingredient we expect, move on to the next element/ingredient</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='021check_instruction.cc.html#L115'>types_coercible</a><span class="Delimiter">(</span>expected_ingredient<span class="Delimiter">,</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++ingredient_index<span class="Delimiter">;</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container_element_index<span class="Delimiter">;</span> -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">while</span> <span class="Delimiter">(</span>state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container_element_index >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> get_base_type<span class="Delimiter">(</span>state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container<span class="Delimiter">.</span>type<span class="Delimiter">)-></span>value<span class="Delimiter">).</span>elements<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>pop<span class="Delimiter">();</span> -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredient_index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">))</span> -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"too many ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L174" class="LineNr">174 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L175" class="LineNr">175 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L176" class="LineNr">176 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container_element_index<span class="Delimiter">;</span> -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L178" class="LineNr">178 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// if not, maybe it's a field of the current element</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L181" class="LineNr">181 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// no change to ingredient_index</span> -<span id="L182" class="LineNr">182 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>push<span class="Delimiter">(</span>merge_check_point<span class="Delimiter">(</span>expected_ingredient<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">));</span> -<span id="L183" class="LineNr">183 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L186" class="LineNr">186 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// End check_merge_call Special-cases</span> -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">default</span>: <span class="Delimiter">{</span> -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>container<span class="Delimiter">,</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L189" class="LineNr">189 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"incorrect type of ingredient "</span> << ingredient_index << <span class="Constant">" in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" (expected '"</span> << debug_string<span class="Delimiter">(</span>container<span class="Delimiter">)</span> << <span class="Constant">"')</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" (got '"</span> << debug_string<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">))</span> << <span class="Constant">"')</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++ingredient_index<span class="Delimiter">;</span> -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// ++state.data.top().container_element_index; // unnecessary, but wouldn't do any harm</span> -<span id="L196" class="LineNr">196 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">do</span> <span class="Delimiter">{</span> -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>pop<span class="Delimiter">();</span> -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredient_index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">))</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"too many ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L201" class="LineNr">201 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L202" class="LineNr">202 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L203" class="LineNr">203 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container_element_index<span class="Delimiter">;</span> -<span id="L204" class="LineNr">204 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> <span class="Normal">while</span> <span class="Delimiter">(</span>state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container_element_index >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> get_base_type<span class="Delimiter">(</span>state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container<span class="Delimiter">.</span>type<span class="Delimiter">)-></span>value<span class="Delimiter">).</span>elements<span class="Delimiter">));</span> -<span id="L205" class="LineNr">205 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L206" class="LineNr">206 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L147" class="LineNr">147 </span> assert<span class="Delimiter">(</span>!state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> +<span id="L148" class="LineNr">148 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"transform"</span><span class="Delimiter">)</span> << ingredient_index << <span class="Constant">" vs "</span> << <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L149" class="LineNr">149 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredient_index >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L150" class="LineNr">150 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"too few ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L151" class="LineNr">151 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L152" class="LineNr">152 </span> <span class="Delimiter">}</span> +<span id="L153" class="LineNr">153 </span> reagent& container = state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container<span class="Delimiter">;</span> +<span id="L154" class="LineNr">154 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!container<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// error handled elsewhere</span> +<span id="L155" class="LineNr">155 </span> <span class="Normal">const</span> type_tree* top_root_type = container<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom ? container<span class="Delimiter">.</span>type : container<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">;</span> +<span id="L156" class="LineNr">156 </span> assert<span class="Delimiter">(</span>top_root_type<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L157" class="LineNr">157 </span> type_info& container_info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> top_root_type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> +<span id="L158" class="LineNr">158 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>container_info<span class="Delimiter">.</span>kind<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L159" class="LineNr">159 </span> <span class="Normal">case</span> <a href='010vm.cc.html#L173'>CONTAINER</a>: <span class="Delimiter">{</span> +<span id="L160" class="LineNr">160 </span> <span class="Comment">// degenerate case: merge with the same type always succeeds</span> +<span id="L161" class="LineNr">161 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container_element_index == <span class="Constant">0</span> && <a href='021check_instruction.cc.html#L115'>types_coercible</a><span class="Delimiter">(</span>container<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">)))</span> +<span id="L162" class="LineNr">162 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L163" class="LineNr">163 </span> <span class="Normal">const</span> reagent& expected_ingredient = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>container<span class="Delimiter">.</span>type<span class="Delimiter">,</span> state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container_element_index<span class="Delimiter">);</span> +<span id="L164" class="LineNr">164 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"checking container "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>container<span class="Delimiter">)</span> << <span class="Constant">" || "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>expected_ingredient<span class="Delimiter">)</span> << <span class="Constant">" vs ingredient "</span> << ingredient_index << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L165" class="LineNr">165 </span> <span class="Comment">// if the current element is the ingredient we expect, move on to the next element/ingredient</span> +<span id="L166" class="LineNr">166 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='021check_instruction.cc.html#L115'>types_coercible</a><span class="Delimiter">(</span>expected_ingredient<span class="Delimiter">,</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L167" class="LineNr">167 </span> ++ingredient_index<span class="Delimiter">;</span> +<span id="L168" class="LineNr">168 </span> ++state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container_element_index<span class="Delimiter">;</span> +<span id="L169" class="LineNr">169 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container_element_index >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> get_base_type<span class="Delimiter">(</span>state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container<span class="Delimiter">.</span>type<span class="Delimiter">)-></span>value<span class="Delimiter">).</span>elements<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L170" class="LineNr">170 </span> state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>pop<span class="Delimiter">();</span> +<span id="L171" class="LineNr">171 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L172" class="LineNr">172 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredient_index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">))</span> +<span id="L173" class="LineNr">173 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"too many ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L174" class="LineNr">174 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L175" class="LineNr">175 </span> <span class="Delimiter">}</span> +<span id="L176" class="LineNr">176 </span> ++state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container_element_index<span class="Delimiter">;</span> +<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="Comment">// if not, maybe it's a field of the current element</span> +<span id="L180" class="LineNr">180 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L181" class="LineNr">181 </span> <span class="Comment">// no change to ingredient_index</span> +<span id="L182" class="LineNr">182 </span> state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>push<span class="Delimiter">(</span>merge_check_point<span class="Delimiter">(</span>expected_ingredient<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">));</span> +<span id="L183" class="LineNr">183 </span> <span class="Delimiter">}</span> +<span id="L184" class="LineNr">184 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L185" class="LineNr">185 </span> <span class="Delimiter">}</span> +<span id="L186" class="LineNr">186 </span> <span class="Comment">// End check_merge_call Special-cases</span> +<span id="L187" class="LineNr">187 </span> <span class="Normal">default</span>: <span class="Delimiter">{</span> +<span id="L188" class="LineNr">188 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>container<span class="Delimiter">,</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L189" class="LineNr">189 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"incorrect type of ingredient "</span> << ingredient_index << <span class="Constant">" in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L190" class="LineNr">190 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" (expected '"</span> << debug_string<span class="Delimiter">(</span>container<span class="Delimiter">)</span> << <span class="Constant">"')</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L191" class="LineNr">191 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" (got '"</span> << debug_string<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">))</span> << <span class="Constant">"')</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L192" class="LineNr">192 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L193" class="LineNr">193 </span> <span class="Delimiter">}</span> +<span id="L194" class="LineNr">194 </span> ++ingredient_index<span class="Delimiter">;</span> +<span id="L195" class="LineNr">195 </span> <span class="Comment">// ++state.data.top().container_element_index; // unnecessary, but wouldn't do any harm</span> +<span id="L196" class="LineNr">196 </span> <span class="Normal">do</span> <span class="Delimiter">{</span> +<span id="L197" class="LineNr">197 </span> state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>pop<span class="Delimiter">();</span> +<span id="L198" class="LineNr">198 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L199" class="LineNr">199 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredient_index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">))</span> +<span id="L200" class="LineNr">200 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"too many ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L201" class="LineNr">201 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L202" class="LineNr">202 </span> <span class="Delimiter">}</span> +<span id="L203" class="LineNr">203 </span> ++state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container_element_index<span class="Delimiter">;</span> +<span id="L204" class="LineNr">204 </span> <span class="Delimiter">}</span> <span class="Normal">while</span> <span class="Delimiter">(</span>state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container_element_index >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> get_base_type<span class="Delimiter">(</span>state<span class="Delimiter">.</span>data<span class="Delimiter">.</span>top<span class="Delimiter">().</span>container<span class="Delimiter">.</span>type<span class="Delimiter">)-></span>value<span class="Delimiter">).</span>elements<span class="Delimiter">));</span> +<span id="L205" class="LineNr">205 </span> <span class="Delimiter">}</span> +<span id="L206" class="LineNr">206 </span> <span class="Delimiter">}</span> <span id="L207" class="LineNr">207 </span> <span class="Delimiter">}</span> <span id="L208" class="LineNr">208 </span> <span class="Comment">// never gets here</span> <span id="L209" class="LineNr">209 </span> assert<span class="Delimiter">(</span><span class="Constant">false</span><span class="Delimiter">);</span> diff --git a/html/032array.cc.html b/html/032array.cc.html index a1426054..c8e8ebac 100644 --- a/html/032array.cc.html +++ b/html/032array.cc.html @@ -15,20 +15,19 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.LineNr { color: #444444; } -.SalientComment { color: #00ffff; } -.muRecipe { color: #ff8700; } .cSpecial { color: #008000; } +.LineNr { color: #444444; } .muData { color: #ffff00; } -.Identifier { color: #c0a020; } +.Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } .Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.SalientComment { color: #00ffff; } +.traceContains { color: #008000; } --> </style> @@ -85,30 +84,30 @@ if ('onhashchange' in window) { <span id="L20" class="LineNr"> 20 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L21" class="LineNr"> 21 </span><span class="Normal">case</span> CREATE_ARRAY: <span class="Delimiter">{</span> <span id="L22" class="LineNr"> 22 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'create-array' needs one product and no ingredients but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << end<span class="Delimiter">();</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L23" class="LineNr"> 23 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'create-array' needs one product and no ingredients but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << end<span class="Delimiter">();</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L25" class="LineNr"> 25 </span> <span class="Delimiter">}</span> <span id="L26" class="LineNr"> 26 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> product = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L27" class="LineNr"> 27 </span> <span class="Comment">// Update CREATE_ARRAY product in Check</span> <span id="L28" class="LineNr"> 28 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_array<span class="Delimiter">(</span>product<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L29" class="LineNr"> 29 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'create-array' cannot create non-array '"</span> << product<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L30" class="LineNr"> 30 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L29" class="LineNr"> 29 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'create-array' cannot create non-array '"</span> << product<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L30" class="LineNr"> 30 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L31" class="LineNr"> 31 </span> <span class="Delimiter">}</span> <span id="L32" class="LineNr"> 32 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"create array of what? '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L34" class="LineNr"> 34 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L33" class="LineNr"> 33 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"create array of what? '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L34" class="LineNr"> 34 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L35" class="LineNr"> 35 </span> <span class="Delimiter">}</span> <span id="L36" class="LineNr"> 36 </span> <span class="Comment">// 'create-array' will need to check properties rather than types</span> <span id="L37" class="LineNr"> 37 </span> type_tree* array_length_from_type = product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">;</span> <span id="L38" class="LineNr"> 38 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!array_length_from_type<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"create array of what size? '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L39" class="LineNr"> 39 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"create array of what size? '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L40" class="LineNr"> 40 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L41" class="LineNr"> 41 </span> <span class="Delimiter">}</span> <span id="L42" class="LineNr"> 42 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> array_length_from_type = array_length_from_type<span class="Delimiter">-></span>left<span class="Delimiter">;</span> +<span id="L43" class="LineNr"> 43 </span> array_length_from_type = array_length_from_type<span class="Delimiter">-></span>left<span class="Delimiter">;</span> <span id="L44" class="LineNr"> 44 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_integer<span class="Delimiter">(</span>array_length_from_type<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'create-array' product should specify size of array after its element type, but got '"</span> << product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L45" class="LineNr"> 45 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'create-array' product should specify size of array after its element type, but got '"</span> << product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L46" class="LineNr"> 46 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L47" class="LineNr"> 47 </span> <span class="Delimiter">}</span> <span id="L48" class="LineNr"> 48 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L49" class="LineNr"> 49 </span><span class="Delimiter">}</span> @@ -119,7 +118,7 @@ if ('onhashchange' in window) { <span id="L54" class="LineNr"> 54 </span> <span class="Normal">int</span> base_address = product<span class="Delimiter">.</span>value<span class="Delimiter">;</span> <span id="L55" class="LineNr"> 55 </span> type_tree* array_length_from_type = product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">;</span> <span id="L56" class="LineNr"> 56 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> array_length_from_type = array_length_from_type<span class="Delimiter">-></span>left<span class="Delimiter">;</span> +<span id="L57" class="LineNr"> 57 </span> array_length_from_type = array_length_from_type<span class="Delimiter">-></span>left<span class="Delimiter">;</span> <span id="L58" class="LineNr"> 58 </span> <span class="Normal">int</span> <a href='032array.cc.html#L397'>array_length</a> = to_integer<span class="Delimiter">(</span>array_length_from_type<span class="Delimiter">-></span>name<span class="Delimiter">);</span> <span id="L59" class="LineNr"> 59 </span> <span class="Comment">// initialize array length, so that size_of will work</span> <span id="L60" class="LineNr"> 60 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing "</span> << <a href='032array.cc.html#L397'>array_length</a> << <span class="Constant">" in location "</span> << base_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> @@ -128,7 +127,7 @@ if ('onhashchange' in window) { <span id="L63" class="LineNr"> 63 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"creating array of size "</span> << size << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L64" class="LineNr"> 64 </span> <span class="Comment">// initialize array</span> <span id="L65" class="LineNr"> 65 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">1</span><span class="Delimiter">;</span> i <= size_of<span class="Delimiter">(</span>product<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> base_address+i<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L66" class="LineNr"> 66 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> base_address+i<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> <span id="L67" class="LineNr"> 67 </span> <span class="Comment">// no need to update product</span> <span id="L68" class="LineNr"> 68 </span> write_products = <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L69" class="LineNr"> 69 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> @@ -170,8 +169,8 @@ if ('onhashchange' in window) { <span id="L105" class="LineNr">105 </span><span class="Delimiter">:(before "End size_of(reagent r) Special-cases")</span> <span id="L106" class="LineNr">106 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom && r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom && r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value == get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"array"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> <span id="L107" class="LineNr">107 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L108" class="LineNr">108 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"'"</span> << r<span class="Delimiter">.</span>original_string << <span class="Constant">"' is an array of what?</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L108" class="LineNr">108 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"'"</span> << r<span class="Delimiter">.</span>original_string << <span class="Constant">"' is an array of what?</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L109" class="LineNr">109 </span> <span class="Identifier">return</span> <span class="Constant">1</span><span class="Delimiter">;</span> <span id="L110" class="LineNr">110 </span> <span class="Delimiter">}</span> <span id="L111" class="LineNr">111 </span> <span class="Identifier">return</span> <span class="Comment">/*</span><span class="Comment">space for length</span><span class="Comment">*/</span><span class="Constant">1</span> + <a href='032array.cc.html#L397'>array_length</a><span class="Delimiter">(</span>r<span class="Delimiter">)</span>*size_of<span class="Delimiter">(</span><a href='032array.cc.html#L381'>array_element</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">));</span> <span id="L112" class="LineNr">112 </span><span class="Delimiter">}</span> @@ -181,9 +180,9 @@ if ('onhashchange' in window) { <span id="L116" class="LineNr">116 </span><span class="Delimiter">:(code)</span> <span id="L117" class="LineNr">117 </span><span class="Normal">int</span> <a href='032array.cc.html#L117'>static_array_length</a><span class="Delimiter">(</span><span class="Normal">const</span> type_tree* type<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L118" class="LineNr">118 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>atom && type<span class="Delimiter">-></span>right && !type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>atom && type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right && !type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>atom && !type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right <span class="Comment">// exactly 3 types</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left && type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom && is_integer<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span class="Comment">// third 'type' is a number</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> <span class="Comment">// get size from type</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> to_integer<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">);</span> +<span id="L119" class="LineNr">119 </span> && type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left && type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom && is_integer<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span class="Comment">// third 'type' is a number</span> +<span id="L120" class="LineNr">120 </span> <span class="Comment">// get size from type</span> +<span id="L121" class="LineNr">121 </span> <span class="Identifier">return</span> to_integer<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">);</span> <span id="L122" class="LineNr">122 </span> <span class="Delimiter">}</span> <span id="L123" class="LineNr">123 </span> cerr << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L124" class="LineNr">124 </span> assert<span class="Delimiter">(</span><span class="Constant">false</span><span class="Delimiter">);</span> @@ -220,18 +219,18 @@ if ('onhashchange' in window) { <span id="L155" class="LineNr">155 </span><span class="Delimiter">{</span> <span id="L156" class="LineNr">156 </span> <span class="Normal">const</span> type_tree* type = info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>back<span class="Delimiter">().</span>type<span class="Delimiter">;</span> <span id="L157" class="LineNr">157 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type && type<span class="Delimiter">-></span>atom && type<span class="Delimiter">-></span>name == <span class="Constant">"array"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L158" class="LineNr">158 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"container '"</span> << name << <span class="Constant">"' doesn't specify type of array elements for '"</span> << info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>back<span class="Delimiter">().</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L159" class="LineNr">159 </span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L158" class="LineNr">158 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"container '"</span> << name << <span class="Constant">"' doesn't specify type of array elements for '"</span> << info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>back<span class="Delimiter">().</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L159" class="LineNr">159 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span id="L160" class="LineNr">160 </span> <span class="Delimiter">}</span> <span id="L161" class="LineNr">161 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type && !type<span class="Delimiter">-></span>atom && type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom && type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"array"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L162" class="LineNr">162 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>right<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L163" class="LineNr">163 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"container '"</span> << name << <span class="Constant">"' doesn't specify type of array elements for '"</span> << info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>back<span class="Delimiter">().</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right || !is_integer<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span class="Comment">// array has no length</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"container '"</span> << name << <span class="Constant">"' cannot determine size of element '"</span> << info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>back<span class="Delimiter">().</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L162" class="LineNr">162 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>right<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L163" class="LineNr">163 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"container '"</span> << name << <span class="Constant">"' doesn't specify type of array elements for '"</span> << info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>back<span class="Delimiter">().</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L164" class="LineNr">164 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L165" class="LineNr">165 </span> <span class="Delimiter">}</span> +<span id="L166" class="LineNr">166 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right || !is_integer<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span class="Comment">// array has no length</span> +<span id="L167" class="LineNr">167 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"container '"</span> << name << <span class="Constant">"' cannot determine size of element '"</span> << info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>back<span class="Delimiter">().</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L168" class="LineNr">168 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L169" class="LineNr">169 </span> <span class="Delimiter">}</span> <span id="L170" class="LineNr">170 </span> <span class="Delimiter">}</span> <span id="L171" class="LineNr">171 </span><span class="Delimiter">}</span> <span id="L172" class="LineNr">172 </span> @@ -239,7 +238,7 @@ if ('onhashchange' in window) { <span id="L174" class="LineNr">174 </span><span class="Comment">//: can contain arrays, and since we already do plenty of checking for them</span> <span id="L175" class="LineNr">175 </span><span class="Delimiter">:(before "End size_mismatch(x) Special-cases")</span> <span id="L176" class="LineNr">176 </span><span class="Normal">if</span> <span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>running_step_index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>running_recipe<span class="Delimiter">).</span>steps<span class="Delimiter">)</span> -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span> && <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>operation == MERGE<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L177" class="LineNr">177 </span> && <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>operation == MERGE<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L178" class="LineNr">178 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L179" class="LineNr">179 </span><span class="Delimiter">}</span> <span id="L180" class="LineNr">180 </span> @@ -289,7 +288,7 @@ if ('onhashchange' in window) { <span id="L224" class="LineNr">224 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:point"</span><span class="Delimiter">);</span> <span id="L225" class="LineNr">225 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> <span id="L226" class="LineNr">226 </span> <span class="Comment">// scanning an address to an array of the container precomputes the size of the container</span> -<span id="L227" class="LineNr">227 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L82'>address</a>:array:point"</span><span class="Delimiter">);</span> +<span id="L227" class="LineNr">227 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L80'>address</a>:array:point"</span><span class="Delimiter">);</span> <span id="L228" class="LineNr">228 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L229" class="LineNr">229 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> <span id="L230" class="LineNr">230 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">).</span>size<span class="Delimiter">,</span> <span class="Constant">2</span><span class="Delimiter">);</span> @@ -313,7 +312,7 @@ if ('onhashchange' in window) { <span id="L248" class="LineNr">248 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:point"</span><span class="Delimiter">);</span> <span id="L249" class="LineNr">249 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> <span id="L250" class="LineNr">250 </span> <span class="Comment">// scanning an address to an array of the container precomputes the size of the container</span> -<span id="L251" class="LineNr">251 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L82'>address</a>:array:point:10"</span><span class="Delimiter">);</span> +<span id="L251" class="LineNr">251 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L80'>address</a>:array:point:10"</span><span class="Delimiter">);</span> <span id="L252" class="LineNr">252 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L253" class="LineNr">253 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> <span id="L254" class="LineNr">254 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">).</span>size<span class="Delimiter">,</span> <span class="Constant">2</span><span class="Delimiter">);</span> @@ -326,7 +325,7 @@ if ('onhashchange' in window) { <span id="L261" class="LineNr">261 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:point"</span><span class="Delimiter">);</span> <span id="L262" class="LineNr">262 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> <span id="L263" class="LineNr">263 </span> <span class="Comment">// scanning repeated address and array types modifying the container precomputes the size of the container</span> -<span id="L264" class="LineNr">264 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L82'>address</a>:array:<a href='043space.cc.html#L82'>address</a>:array:point:10"</span><span class="Delimiter">);</span> +<span id="L264" class="LineNr">264 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L80'>address</a>:array:<a href='043space.cc.html#L80'>address</a>:array:point:10"</span><span class="Delimiter">);</span> <span id="L265" class="LineNr">265 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L266" class="LineNr">266 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> <span id="L267" class="LineNr">267 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">).</span>size<span class="Delimiter">,</span> <span class="Constant">2</span><span class="Delimiter">);</span> @@ -339,7 +338,7 @@ if ('onhashchange' in window) { <span id="L274" class="LineNr">274 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:point"</span><span class="Delimiter">);</span> <span id="L275" class="LineNr">275 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> <span id="L276" class="LineNr">276 </span> <span class="Comment">// scanning address to array with a typo</span> -<span id="L277" class="LineNr">277 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L82'>address</a>:array:adress:number"</span><span class="Delimiter">);</span> +<span id="L277" class="LineNr">277 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L80'>address</a>:array:adress:number"</span><span class="Delimiter">);</span> <span id="L278" class="LineNr">278 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// should not crash</span> <span id="L279" class="LineNr">279 </span> <span class="Comment">// no non-container types precomputed</span> <span id="L280" class="LineNr">280 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">),</span> old_size<span class="Delimiter">);</span> @@ -359,11 +358,11 @@ if ('onhashchange' in window) { <span id="L294" class="LineNr">294 </span> <span id="L295" class="LineNr">295 </span><span class="Delimiter">:(scenario index_compound_element)</span> <span id="L296" class="LineNr">296 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L297" class="LineNr">297 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span>array <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> number<span class="Delimiter">)</span> <span class="Constant">3</span><span class="Delimiter">)}</span><span class="Special"> <- </span>create-array +<span id="L297" class="LineNr">297 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span>array <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> number<span class="Delimiter">)</span> <span class="Constant">3</span><span class="Delimiter">)}</span><span class="Special"> <- </span>create-array <span id="L298" class="LineNr">298 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">14</span> <span id="L299" class="LineNr">299 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">15</span> <span id="L300" class="LineNr">300 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">16</span> -<span id="L301" class="LineNr">301 </span> <span class="Constant">5</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>index <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span>array <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> number<span class="Delimiter">)</span> <span class="Constant">3</span><span class="Delimiter">)},</span> <span class="Constant">0</span> +<span id="L301" class="LineNr">301 </span> <span class="Constant">5</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span>index <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span>array <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> number<span class="Delimiter">)</span> <span class="Constant">3</span><span class="Delimiter">)},</span> <span class="Constant">0</span> <span id="L302" class="LineNr">302 </span>] <span id="L303" class="LineNr">303 </span><span class="traceContains">+mem: storing 14 in location 5</span> <span id="L304" class="LineNr">304 </span> @@ -385,20 +384,20 @@ if ('onhashchange' in window) { <span id="L320" class="LineNr">320 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L321" class="LineNr">321 </span><span class="Normal">case</span> INDEX: <span class="Delimiter">{</span> <span id="L322" class="LineNr">322 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L323" class="LineNr">323 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'index' expects exactly 2 ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L324" class="LineNr">324 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L323" class="LineNr">323 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'index' expects exactly 2 ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L324" class="LineNr">324 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L325" class="LineNr">325 </span> <span class="Delimiter">}</span> <span id="L326" class="LineNr">326 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> base = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L327" class="LineNr">327 </span> <span class="Comment">// Update INDEX base in Check</span> <span id="L328" class="LineNr">328 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_array<span class="Delimiter">(</span>base<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L329" class="LineNr">329 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'index' on a non-array '"</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L330" class="LineNr">330 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L329" class="LineNr">329 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'index' on a non-array '"</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L330" class="LineNr">330 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L331" class="LineNr">331 </span> <span class="Delimiter">}</span> <span id="L332" class="LineNr">332 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> index = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L333" class="LineNr">333 </span> <span class="Comment">// Update INDEX index in Check</span> <span id="L334" class="LineNr">334 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>index<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L335" class="LineNr">335 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'index' should be a number, but got '"</span> << index<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L336" class="LineNr">336 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L335" class="LineNr">335 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'index' should be a number, but got '"</span> << index<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L336" class="LineNr">336 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L337" class="LineNr">337 </span> <span class="Delimiter">}</span> <span id="L338" class="LineNr">338 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L339" class="LineNr">339 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> product = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> @@ -406,8 +405,8 @@ if ('onhashchange' in window) { <span id="L341" class="LineNr">341 </span> reagent<span class="Comment">/*</span><span class="Comment">local</span><span class="Comment">*/</span> element<span class="Delimiter">;</span> <span id="L342" class="LineNr">342 </span> element<span class="Delimiter">.</span>type = <a href='032array.cc.html#L377'>copy_array_element</a><span class="Delimiter">(</span>base<span class="Delimiter">.</span>type<span class="Delimiter">);</span> <span id="L343" class="LineNr">343 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>product<span class="Delimiter">,</span> element<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L344" class="LineNr">344 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'index' on '"</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">"' can't be saved in '"</span> << product<span class="Delimiter">.</span>original_string << <span class="Constant">"'; type should be '"</span> << names_to_string_without_quotes<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L345" class="LineNr">345 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L344" class="LineNr">344 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'index' on '"</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">"' can't be saved in '"</span> << product<span class="Delimiter">.</span>original_string << <span class="Constant">"'; type should be '"</span> << names_to_string_without_quotes<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L345" class="LineNr">345 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L346" class="LineNr">346 </span> <span class="Delimiter">}</span> <span id="L347" class="LineNr">347 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L348" class="LineNr">348 </span><span class="Delimiter">}</span> @@ -416,17 +415,17 @@ if ('onhashchange' in window) { <span id="L351" class="LineNr">351 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> base = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L352" class="LineNr">352 </span> <span class="Comment">// Update INDEX base in Run</span> <span id="L353" class="LineNr">353 </span> <span class="Normal">int</span> base_address = base<span class="Delimiter">.</span>value<span class="Delimiter">;</span> -<span id="L354" class="LineNr">354 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"base <a href='043space.cc.html#L82'>address</a> is "</span> << base_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L354" class="LineNr">354 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"base <a href='043space.cc.html#L80'>address</a> is "</span> << base_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L355" class="LineNr">355 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>base_address == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L356" class="LineNr">356 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to access location 0 in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L357" class="LineNr">357 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L356" class="LineNr">356 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to access location 0 in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L357" class="LineNr">357 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L358" class="LineNr">358 </span> <span class="Delimiter">}</span> <span id="L359" class="LineNr">359 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> index = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L360" class="LineNr">360 </span> <span class="Comment">// Update INDEX index in Run</span> <span id="L361" class="LineNr">361 </span> vector<<span class="Normal">double</span>> index_val<span class="Delimiter">(</span>read_memory<span class="Delimiter">(</span>index<span class="Delimiter">));</span> <span id="L362" class="LineNr">362 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>index_val<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> < <span class="Constant">0</span> || index_val<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> >= <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> base_address<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L363" class="LineNr">363 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"invalid index "</span> << no_scientific<span class="Delimiter">(</span>index_val<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">" in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L364" class="LineNr">364 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L363" class="LineNr">363 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"invalid index "</span> << no_scientific<span class="Delimiter">(</span>index_val<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">" in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L364" class="LineNr">364 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L365" class="LineNr">365 </span> <span class="Delimiter">}</span> <span id="L366" class="LineNr">366 </span> reagent<span class="Comment">/*</span><span class="Comment">local</span><span class="Comment">*/</span> element<span class="Delimiter">;</span> <span id="L367" class="LineNr">367 </span> element<span class="Delimiter">.</span>type = <a href='032array.cc.html#L377'>copy_array_element</a><span class="Delimiter">(</span>base<span class="Delimiter">.</span>type<span class="Delimiter">);</span> @@ -446,15 +445,15 @@ if ('onhashchange' in window) { <span id="L381" class="LineNr">381 </span>type_tree* <a href='032array.cc.html#L381'>array_element</a><span class="Delimiter">(</span><span class="Normal">const</span> type_tree* type<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L382" class="LineNr">382 </span> assert<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">);</span> <span id="L383" class="LineNr">383 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L384" class="LineNr">384 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> type<span class="Delimiter">-></span>right<span class="Delimiter">;</span> +<span id="L384" class="LineNr">384 </span> <span class="Identifier">return</span> type<span class="Delimiter">-></span>right<span class="Delimiter">;</span> <span id="L385" class="LineNr">385 </span> <span class="Delimiter">}</span> <span id="L386" class="LineNr">386 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L387" class="LineNr">387 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">;</span> +<span id="L387" class="LineNr">387 </span> <span class="Identifier">return</span> type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">;</span> <span id="L388" class="LineNr">388 </span> <span class="Delimiter">}</span> <span id="L389" class="LineNr">389 </span> <span class="Comment">// hack: support array:num:3 without requiring extra parens</span> <span id="L390" class="LineNr">390 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left && type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom && is_integer<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L391" class="LineNr">391 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">);</span> -<span id="L392" class="LineNr">392 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">;</span> +<span id="L391" class="LineNr">391 </span> assert<span class="Delimiter">(</span>!type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">);</span> +<span id="L392" class="LineNr">392 </span> <span class="Identifier">return</span> type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">;</span> <span id="L393" class="LineNr">393 </span> <span class="Delimiter">}</span> <span id="L394" class="LineNr">394 </span> <span class="Identifier">return</span> type<span class="Delimiter">-></span>right<span class="Delimiter">;</span> <span id="L395" class="LineNr">395 </span><span class="Delimiter">}</span> @@ -463,9 +462,9 @@ if ('onhashchange' in window) { <span id="L398" class="LineNr">398 </span> <span class="Comment">// x should already be canonized.</span> <span id="L399" class="LineNr">399 </span> <span class="Comment">// hack: look for length in type</span> <span id="L400" class="LineNr">400 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right && !x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>atom && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right && !x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>atom && !x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right <span class="Comment">// exactly 3 types</span> -<span id="L401" class="LineNr">401 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom && is_integer<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span class="Comment">// third 'type' is a number</span> -<span id="L402" class="LineNr">402 </span> <span class="Conceal">¦</span> <span class="Comment">// get size from type</span> -<span id="L403" class="LineNr">403 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> to_integer<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">);</span> +<span id="L401" class="LineNr">401 </span> && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom && is_integer<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span class="Comment">// third 'type' is a number</span> +<span id="L402" class="LineNr">402 </span> <span class="Comment">// get size from type</span> +<span id="L403" class="LineNr">403 </span> <span class="Identifier">return</span> to_integer<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">);</span> <span id="L404" class="LineNr">404 </span> <span class="Delimiter">}</span> <span id="L405" class="LineNr">405 </span> <span class="Comment">// this should never happen at transform time</span> <span id="L406" class="LineNr">406 </span> <span class="Identifier">return</span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> x<span class="Delimiter">.</span>value<span class="Delimiter">);</span> @@ -477,7 +476,7 @@ if ('onhashchange' in window) { <span id="L412" class="LineNr">412 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">14</span><span class="Delimiter">);</span> <span id="L413" class="LineNr">413 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <span class="Constant">3</span><span class="Delimiter">,</span> <span class="Constant">15</span><span class="Delimiter">);</span> <span id="L414" class="LineNr">414 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <span class="Constant">4</span><span class="Delimiter">,</span> <span class="Constant">16</span><span class="Delimiter">);</span> -<span id="L415" class="LineNr">415 </span> reagent x<span class="Delimiter">(</span><span class="Constant">"1:array:<a href='043space.cc.html#L82'>address</a>:num"</span><span class="Delimiter">);</span> <span class="Comment">// 3 types, but not a static array</span> +<span id="L415" class="LineNr">415 </span> reagent x<span class="Delimiter">(</span><span class="Constant">"1:array:<a href='043space.cc.html#L80'>address</a>:num"</span><span class="Delimiter">);</span> <span class="Comment">// 3 types, but not a static array</span> <span id="L416" class="LineNr">416 </span> <a href='012transform.cc.html#L91'>populate_value</a><span class="Delimiter">(</span>x<span class="Delimiter">);</span> <span id="L417" class="LineNr">417 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='032array.cc.html#L397'>array_length</a><span class="Delimiter">(</span>x<span class="Delimiter">),</span> <span class="Constant">3</span><span class="Delimiter">);</span> <span id="L418" class="LineNr">418 </span><span class="Delimiter">}</span> @@ -493,7 +492,7 @@ if ('onhashchange' in window) { <span id="L428" class="LineNr">428 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">14</span> <span id="L429" class="LineNr">429 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">15</span> <span id="L430" class="LineNr">430 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">16</span> -<span id="L431" class="LineNr">431 </span> <span class="Constant">5</span>:num<span class="Special"> <- </span>index <span class="Constant">1</span>:array:num:<span class="Constant">3</span><span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">.</span><span class="Constant">5</span> <span class="Comment"># non-whole number</span> +<span id="L431" class="LineNr">431 </span> <span class="Constant">5</span>:num<span class="Special"> <- </span>index <span class="Constant">1</span>:array:num:<span class="Constant">3</span><span class="Delimiter">,</span> <span class="Constant">1.5</span> <span class="Comment"># non-whole number</span> <span id="L432" class="LineNr">432 </span>] <span id="L433" class="LineNr">433 </span><span class="Comment"># fraction is truncated away</span> <span id="L434" class="LineNr">434 </span><span class="traceContains">+mem: storing 15 in location 5</span> @@ -571,33 +570,33 @@ if ('onhashchange' in window) { <span id="L506" class="LineNr">506 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L507" class="LineNr">507 </span><span class="Normal">case</span> PUT_INDEX: <span class="Delimiter">{</span> <span id="L508" class="LineNr">508 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">3</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L509" class="LineNr">509 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'put-index' expects exactly 3 ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L510" class="LineNr">510 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L509" class="LineNr">509 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'put-index' expects exactly 3 ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L510" class="LineNr">510 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L511" class="LineNr">511 </span> <span class="Delimiter">}</span> <span id="L512" class="LineNr">512 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> base = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L513" class="LineNr">513 </span> <span class="Comment">// Update PUT_INDEX base in Check</span> <span id="L514" class="LineNr">514 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_array<span class="Delimiter">(</span>base<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L515" class="LineNr">515 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'put-index' on a non-array '"</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L516" class="LineNr">516 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L515" class="LineNr">515 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'put-index' on a non-array '"</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L516" class="LineNr">516 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L517" class="LineNr">517 </span> <span class="Delimiter">}</span> <span id="L518" class="LineNr">518 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> index = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L519" class="LineNr">519 </span> <span class="Comment">// Update PUT_INDEX index in Check</span> <span id="L520" class="LineNr">520 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>index<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L521" class="LineNr">521 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'put-index' should have type 'number', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L522" class="LineNr">522 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L521" class="LineNr">521 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'put-index' should have type 'number', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L522" class="LineNr">522 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L523" class="LineNr">523 </span> <span class="Delimiter">}</span> <span id="L524" class="LineNr">524 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> value = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> <span id="L525" class="LineNr">525 </span> <span class="Comment">// Update PUT_INDEX value in Check</span> <span id="L526" class="LineNr">526 </span> reagent<span class="Comment">/*</span><span class="Comment">local</span><span class="Comment">*/</span> element<span class="Delimiter">;</span> <span id="L527" class="LineNr">527 </span> element<span class="Delimiter">.</span>type = <a href='032array.cc.html#L377'>copy_array_element</a><span class="Delimiter">(</span>base<span class="Delimiter">.</span>type<span class="Delimiter">);</span> <span id="L528" class="LineNr">528 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>element<span class="Delimiter">,</span> value<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L529" class="LineNr">529 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'put-index "</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">", "</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"' should store "</span> << names_to_string_without_quotes<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="Constant">" but '"</span> << value<span class="Delimiter">.</span>name << <span class="Constant">"' has type "</span> << names_to_string_without_quotes<span class="Delimiter">(</span>value<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L530" class="LineNr">530 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L529" class="LineNr">529 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'put-index "</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">", "</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"' should store "</span> << names_to_string_without_quotes<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="Constant">" but '"</span> << value<span class="Delimiter">.</span>name << <span class="Constant">"' has type "</span> << names_to_string_without_quotes<span class="Delimiter">(</span>value<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L530" class="LineNr">530 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L531" class="LineNr">531 </span> <span class="Delimiter">}</span> <span id="L532" class="LineNr">532 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// no more checks necessary</span> <span id="L533" class="LineNr">533 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name != inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L534" class="LineNr">534 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"product of 'put-index' must be first ingredient '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"', but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L535" class="LineNr">535 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L534" class="LineNr">534 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"product of 'put-index' must be first ingredient '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"', but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L535" class="LineNr">535 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L536" class="LineNr">536 </span> <span class="Delimiter">}</span> <span id="L537" class="LineNr">537 </span> <span class="Comment">// End PUT_INDEX Product Checks</span> <span id="L538" class="LineNr">538 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> @@ -608,26 +607,26 @@ if ('onhashchange' in window) { <span id="L543" class="LineNr">543 </span> <span class="Comment">// Update PUT_INDEX base in Run</span> <span id="L544" class="LineNr">544 </span> <span class="Normal">int</span> base_address = base<span class="Delimiter">.</span>value<span class="Delimiter">;</span> <span id="L545" class="LineNr">545 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>base_address == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L546" class="LineNr">546 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to access location 0 in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L547" class="LineNr">547 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L546" class="LineNr">546 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to access location 0 in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L547" class="LineNr">547 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L548" class="LineNr">548 </span> <span class="Delimiter">}</span> <span id="L549" class="LineNr">549 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> index = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L550" class="LineNr">550 </span> <span class="Comment">// Update PUT_INDEX index in Run</span> <span id="L551" class="LineNr">551 </span> vector<<span class="Normal">double</span>> index_val<span class="Delimiter">(</span>read_memory<span class="Delimiter">(</span>index<span class="Delimiter">));</span> <span id="L552" class="LineNr">552 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>index_val<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> < <span class="Constant">0</span> || index_val<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> >= <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> base_address<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L553" class="LineNr">553 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"invalid index "</span> << no_scientific<span class="Delimiter">(</span>index_val<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">" in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L554" class="LineNr">554 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L553" class="LineNr">553 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"invalid index "</span> << no_scientific<span class="Delimiter">(</span>index_val<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">" in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L554" class="LineNr">554 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L555" class="LineNr">555 </span> <span class="Delimiter">}</span> -<span id="L556" class="LineNr">556 </span> <span class="Normal">int</span> <a href='043space.cc.html#L82'>address</a> = base_address + <span class="Comment">/*</span><span class="Comment">skip length</span><span class="Comment">*/</span><span class="Constant">1</span> + index_val<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span>*size_of<span class="Delimiter">(</span><a href='032array.cc.html#L381'>array_element</a><span class="Delimiter">(</span>base<span class="Delimiter">.</span>type<span class="Delimiter">));</span> -<span id="L557" class="LineNr">557 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"address to copy to is "</span> << <a href='043space.cc.html#L82'>address</a> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L556" class="LineNr">556 </span> <span class="Normal">int</span> <a href='043space.cc.html#L80'>address</a> = base_address + <span class="Comment">/*</span><span class="Comment">skip length</span><span class="Comment">*/</span><span class="Constant">1</span> + index_val<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span>*size_of<span class="Delimiter">(</span><a href='032array.cc.html#L381'>array_element</a><span class="Delimiter">(</span>base<span class="Delimiter">.</span>type<span class="Delimiter">));</span> +<span id="L557" class="LineNr">557 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"address to copy to is "</span> << <a href='043space.cc.html#L80'>address</a> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L558" class="LineNr">558 </span> <span class="Comment">// optimization: directly write the element rather than updating 'product'</span> <span id="L559" class="LineNr">559 </span> <span class="Comment">// and writing the entire array</span> <span id="L560" class="LineNr">560 </span> write_products = <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L561" class="LineNr">561 </span> vector<<span class="Normal">double</span>> value = read_memory<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">));</span> <span id="L562" class="LineNr">562 </span> <span class="Comment">// Write Memory in PUT_INDEX in Run</span> <span id="L563" class="LineNr">563 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>value<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L564" class="LineNr">564 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing "</span> << no_scientific<span class="Delimiter">(</span>value<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <span class="Constant">" in location "</span> << address+i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L565" class="LineNr">565 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> address+i<span class="Delimiter">,</span> value<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L564" class="LineNr">564 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing "</span> << no_scientific<span class="Delimiter">(</span>value<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <span class="Constant">" in location "</span> << address+i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L565" class="LineNr">565 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> address+i<span class="Delimiter">,</span> value<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> <span id="L566" class="LineNr">566 </span> <span class="Delimiter">}</span> <span id="L567" class="LineNr">567 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L568" class="LineNr">568 </span><span class="Delimiter">}</span> @@ -691,14 +690,14 @@ if ('onhashchange' in window) { <span id="L626" class="LineNr">626 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L627" class="LineNr">627 </span><span class="Normal">case</span> LENGTH: <span class="Delimiter">{</span> <span id="L628" class="LineNr">628 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L629" class="LineNr">629 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'length' expects exactly 2 ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L630" class="LineNr">630 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L629" class="LineNr">629 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'length' expects exactly 2 ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L630" class="LineNr">630 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L631" class="LineNr">631 </span> <span class="Delimiter">}</span> <span id="L632" class="LineNr">632 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> array = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L633" class="LineNr">633 </span> <span class="Comment">// Update LENGTH array in Check</span> <span id="L634" class="LineNr">634 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_array<span class="Delimiter">(</span>array<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L635" class="LineNr">635 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"tried to calculate length of non-array '"</span> << array<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L636" class="LineNr">636 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L635" class="LineNr">635 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"tried to calculate length of non-array '"</span> << array<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L636" class="LineNr">636 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L637" class="LineNr">637 </span> <span class="Delimiter">}</span> <span id="L638" class="LineNr">638 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L639" class="LineNr">639 </span><span class="Delimiter">}</span> @@ -707,8 +706,8 @@ if ('onhashchange' in window) { <span id="L642" class="LineNr">642 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> array = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L643" class="LineNr">643 </span> <span class="Comment">// Update LENGTH array in Run</span> <span id="L644" class="LineNr">644 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>array<span class="Delimiter">.</span>value == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L645" class="LineNr">645 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to access location 0 in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L646" class="LineNr">646 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L645" class="LineNr">645 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to access location 0 in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L646" class="LineNr">646 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L647" class="LineNr">647 </span> <span class="Delimiter">}</span> <span id="L648" class="LineNr">648 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L649" class="LineNr">649 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> array<span class="Delimiter">.</span>value<span class="Delimiter">));</span> diff --git a/html/033exclusive_container.cc.html b/html/033exclusive_container.cc.html index 759e8db1..48a7ab37 100644 --- a/html/033exclusive_container.cc.html +++ b/html/033exclusive_container.cc.html @@ -15,20 +15,19 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.LineNr { color: #444444; } -.SalientComment { color: #00ffff; } -.muRecipe { color: #ff8700; } .cSpecial { color: #008000; } +.LineNr { color: #444444; } .muData { color: #ffff00; } -.Identifier { color: #c0a020; } +.Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } .Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.SalientComment { color: #00ffff; } +.traceContains { color: #008000; } --> </style> @@ -112,11 +111,11 @@ if ('onhashchange' in window) { <span id="L47" class="LineNr"> 47 </span> <span class="Comment">// include their length in the type.)</span> <span id="L48" class="LineNr"> 48 </span> container_metadata metadata<span class="Delimiter">;</span> <span id="L49" class="LineNr"> 49 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>exclusive_container_info<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> element = exclusive_container_info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> <span class="Comment">// Compute Exclusive Container Size(element, full_type)</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span> compute_container_sizes<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">,</span> pending_metadata<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> <span class="Normal">int</span> variant_size = size_of<span class="Delimiter">(</span>element<span class="Delimiter">);</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>variant_size > metadata<span class="Delimiter">.</span>size<span class="Delimiter">)</span> metadata<span class="Delimiter">.</span>size = variant_size<span class="Delimiter">;</span> +<span id="L50" class="LineNr"> 50 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> element = exclusive_container_info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L51" class="LineNr"> 51 </span> <span class="Comment">// Compute Exclusive Container Size(element, full_type)</span> +<span id="L52" class="LineNr"> 52 </span> compute_container_sizes<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">,</span> pending_metadata<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L53" class="LineNr"> 53 </span> <span class="Normal">int</span> variant_size = size_of<span class="Delimiter">(</span>element<span class="Delimiter">);</span> +<span id="L54" class="LineNr"> 54 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>variant_size > metadata<span class="Delimiter">.</span>size<span class="Delimiter">)</span> metadata<span class="Delimiter">.</span>size = variant_size<span class="Delimiter">;</span> <span id="L55" class="LineNr"> 55 </span> <span class="Delimiter">}</span> <span id="L56" class="LineNr"> 56 </span> <span class="Comment">// ...+1 for its tag.</span> <span id="L57" class="LineNr"> 57 </span> ++metadata<span class="Delimiter">.</span>size<span class="Delimiter">;</span> @@ -165,48 +164,48 @@ if ('onhashchange' in window) { <span id="L100" class="LineNr">100 </span><span class="Normal">case</span> MAYBE_CONVERT: <span class="Delimiter">{</span> <span id="L101" class="LineNr">101 </span> <span class="Normal">const</span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L102" class="LineNr">102 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'maybe-convert' expects exactly 2 ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L104" class="LineNr">104 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L103" class="LineNr">103 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'maybe-convert' expects exactly 2 ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L104" class="LineNr">104 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L105" class="LineNr">105 </span> <span class="Delimiter">}</span> <span id="L106" class="LineNr">106 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> base = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L107" class="LineNr">107 </span> <span class="Comment">// Update MAYBE_CONVERT base in Check</span> <span id="L108" class="LineNr">108 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!base<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'maybe-convert' should be an exclusive-container, but got '"</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L110" class="LineNr">110 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L109" class="LineNr">109 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'maybe-convert' should be an exclusive-container, but got '"</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L110" class="LineNr">110 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L111" class="LineNr">111 </span> <span class="Delimiter">}</span> <span id="L112" class="LineNr">112 </span> <span class="Normal">const</span> type_tree* base_type = base<span class="Delimiter">.</span>type<span class="Delimiter">;</span> <span id="L113" class="LineNr">113 </span> <span class="Comment">// Update MAYBE_CONVERT base_type in Check</span> <span id="L114" class="LineNr">114 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!base_type<span class="Delimiter">-></span>atom || base_type<span class="Delimiter">-></span>value == <span class="Constant">0</span> || !contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">)</span> || get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>kind != <a href='010vm.cc.html#L174'>EXCLUSIVE_CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'maybe-convert' should be an exclusive-container, but got '"</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L115" class="LineNr">115 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'maybe-convert' should be an exclusive-container, but got '"</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L116" class="LineNr">116 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L117" class="LineNr">117 </span> <span class="Delimiter">}</span> <span id="L118" class="LineNr">118 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'maybe-convert' should have type 'variant', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L119" class="LineNr">119 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'maybe-convert' should have type 'variant', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L120" class="LineNr">120 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L121" class="LineNr">121 </span> <span class="Delimiter">}</span> <span id="L122" class="LineNr">122 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L123" class="LineNr">123 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'maybe-convert' expects exactly 2 products in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L124" class="LineNr">124 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'maybe-convert' expects exactly 2 products in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L125" class="LineNr">125 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L126" class="LineNr">126 </span> <span class="Delimiter">}</span> <span id="L127" class="LineNr">127 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> product = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L128" class="LineNr">128 </span> <span class="Comment">// Update MAYBE_CONVERT product in Check</span> <span id="L129" class="LineNr">129 </span> reagent& offset = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L130" class="LineNr">130 </span> <a href='012transform.cc.html#L91'>populate_value</a><span class="Delimiter">(</span>offset<span class="Delimiter">);</span> <span id="L131" class="LineNr">131 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>offset<span class="Delimiter">.</span>value >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>elements<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"invalid tag "</span> << offset<span class="Delimiter">.</span>value << <span class="Constant">" in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << end<span class="Delimiter">();</span> -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L132" class="LineNr">132 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"invalid tag "</span> << offset<span class="Delimiter">.</span>value << <span class="Constant">" in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << end<span class="Delimiter">();</span> +<span id="L133" class="LineNr">133 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L134" class="LineNr">134 </span> <span class="Delimiter">}</span> <span id="L135" class="LineNr">135 </span> <span class="Normal">const</span> reagent& variant = variant_type<span class="Delimiter">(</span>base<span class="Delimiter">,</span> offset<span class="Delimiter">.</span>value<span class="Delimiter">);</span> <span id="L136" class="LineNr">136 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>product<span class="Delimiter">,</span> variant<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'maybe-convert "</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">", "</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"' should write to "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="Constant">" but '"</span> << product<span class="Delimiter">.</span>name << <span class="Constant">"' has type "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>product<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L137" class="LineNr">137 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'maybe-convert "</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">", "</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"' should write to "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="Constant">" but '"</span> << product<span class="Delimiter">.</span>name << <span class="Constant">"' has type "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>product<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L138" class="LineNr">138 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L139" class="LineNr">139 </span> <span class="Delimiter">}</span> <span id="L140" class="LineNr">140 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> status = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L141" class="LineNr">141 </span> <span class="Comment">// Update MAYBE_CONVERT status in Check</span> <span id="L142" class="LineNr">142 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_boolean<span class="Delimiter">(</span>status<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second product yielded by 'maybe-convert' should be a boolean, but tried to write to '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L144" class="LineNr">144 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L143" class="LineNr">143 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second product yielded by 'maybe-convert' should be a boolean, but tried to write to '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L144" class="LineNr">144 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L145" class="LineNr">145 </span> <span class="Delimiter">}</span> <span id="L146" class="LineNr">146 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L147" class="LineNr">147 </span><span class="Delimiter">}</span> @@ -216,8 +215,8 @@ if ('onhashchange' in window) { <span id="L151" class="LineNr">151 </span> <span class="Comment">// Update MAYBE_CONVERT base in Run</span> <span id="L152" class="LineNr">152 </span> <span class="Normal">int</span> base_address = base<span class="Delimiter">.</span>value<span class="Delimiter">;</span> <span id="L153" class="LineNr">153 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>base_address == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to access location 0 in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L155" class="LineNr">155 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L154" class="LineNr">154 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to access location 0 in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L155" class="LineNr">155 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L156" class="LineNr">156 </span> <span class="Delimiter">}</span> <span id="L157" class="LineNr">157 </span> <span class="Normal">int</span> tag = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>value<span class="Delimiter">;</span> <span id="L158" class="LineNr">158 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> product = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> @@ -227,21 +226,21 @@ if ('onhashchange' in window) { <span id="L162" class="LineNr">162 </span> <span class="Comment">// optimization: directly write results to only update first product when necessary</span> <span id="L163" class="LineNr">163 </span> write_products = <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L164" class="LineNr">164 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>tag == <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> base_address<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> reagent& variant = variant_type<span class="Delimiter">(</span>base<span class="Delimiter">,</span> tag<span class="Delimiter">);</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 1 in location "</span> << status<span class="Delimiter">.</span>value << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> status<span class="Delimiter">.</span>value<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_dummy<span class="Delimiter">(</span>product<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// Write Memory in Successful MAYBE_CONVERT in Run</span> -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < size_of<span class="Delimiter">(</span>variant<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">double</span> val = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> base_address+<span class="Comment">/*</span><span class="Comment">skip tag</span><span class="Comment">*/</span><span class="Constant">1</span>+i<span class="Delimiter">);</span> -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing "</span> << no_scientific<span class="Delimiter">(</span>val<span class="Delimiter">)</span> << <span class="Constant">" in location "</span> << product<span class="Delimiter">.</span>value+i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> product<span class="Delimiter">.</span>value+i<span class="Delimiter">,</span> val<span class="Delimiter">);</span> -<span id="L174" class="LineNr">174 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L175" class="LineNr">175 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L165" class="LineNr">165 </span> <span class="Normal">const</span> reagent& variant = variant_type<span class="Delimiter">(</span>base<span class="Delimiter">,</span> tag<span class="Delimiter">);</span> +<span id="L166" class="LineNr">166 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 1 in location "</span> << status<span class="Delimiter">.</span>value << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L167" class="LineNr">167 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> status<span class="Delimiter">.</span>value<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L168" class="LineNr">168 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_dummy<span class="Delimiter">(</span>product<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L169" class="LineNr">169 </span> <span class="Comment">// Write Memory in Successful MAYBE_CONVERT in Run</span> +<span id="L170" class="LineNr">170 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < size_of<span class="Delimiter">(</span>variant<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L171" class="LineNr">171 </span> <span class="Normal">double</span> val = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> base_address+<span class="Comment">/*</span><span class="Comment">skip tag</span><span class="Comment">*/</span><span class="Constant">1</span>+i<span class="Delimiter">);</span> +<span id="L172" class="LineNr">172 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing "</span> << no_scientific<span class="Delimiter">(</span>val<span class="Delimiter">)</span> << <span class="Constant">" in location "</span> << product<span class="Delimiter">.</span>value+i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L173" class="LineNr">173 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> product<span class="Delimiter">.</span>value+i<span class="Delimiter">,</span> val<span class="Delimiter">);</span> +<span id="L174" class="LineNr">174 </span> <span class="Delimiter">}</span> +<span id="L175" class="LineNr">175 </span> <span class="Delimiter">}</span> <span id="L176" class="LineNr">176 </span> <span class="Delimiter">}</span> <span id="L177" class="LineNr">177 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L178" class="LineNr">178 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 0 in location "</span> << status<span class="Delimiter">.</span>value << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> status<span class="Delimiter">.</span>value<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L178" class="LineNr">178 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 0 in location "</span> << status<span class="Delimiter">.</span>value << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L179" class="LineNr">179 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> status<span class="Delimiter">.</span>value<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> <span id="L180" class="LineNr">180 </span> <span class="Delimiter">}</span> <span id="L181" class="LineNr">181 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L182" class="LineNr">182 </span><span class="Delimiter">}</span> @@ -386,16 +385,16 @@ if ('onhashchange' in window) { <span id="L321" class="LineNr">321 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"checking exclusive container "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>container<span class="Delimiter">)</span> << <span class="Constant">" vs ingredient "</span> << ingredient_index << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L322" class="LineNr">322 </span> <span class="Comment">// easy case: exact match</span> <span id="L323" class="LineNr">323 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>types_strictly_match<span class="Delimiter">(</span>container<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">)))</span> -<span id="L324" class="LineNr">324 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L324" class="LineNr">324 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L325" class="LineNr">325 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L326" class="LineNr">326 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"ingredient "</span> << ingredient_index << <span class="Constant">" of 'merge' should be a literal, for the tag of exclusive-container '"</span> << container_info<span class="Delimiter">.</span>name << <span class="Constant">"' in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L327" class="LineNr">327 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L326" class="LineNr">326 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"ingredient "</span> << ingredient_index << <span class="Constant">" of 'merge' should be a literal, for the tag of exclusive-container '"</span> << container_info<span class="Delimiter">.</span>name << <span class="Constant">"' in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L327" class="LineNr">327 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L328" class="LineNr">328 </span> <span class="Delimiter">}</span> <span id="L329" class="LineNr">329 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> ingredient = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">);</span> <span class="Comment">// unnecessary copy just to keep this function from modifying caller</span> <span id="L330" class="LineNr">330 </span> <a href='012transform.cc.html#L91'>populate_value</a><span class="Delimiter">(</span>ingredient<span class="Delimiter">);</span> <span id="L331" class="LineNr">331 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredient<span class="Delimiter">.</span>value >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>container_info<span class="Delimiter">.</span>elements<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L332" class="LineNr">332 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"invalid tag at "</span> << ingredient_index << <span class="Constant">" for '"</span> << container_info<span class="Delimiter">.</span>name << <span class="Constant">"' in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L333" class="LineNr">333 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L332" class="LineNr">332 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"invalid tag at "</span> << ingredient_index << <span class="Constant">" for '"</span> << container_info<span class="Delimiter">.</span>name << <span class="Constant">"' in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L333" class="LineNr">333 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L334" class="LineNr">334 </span> <span class="Delimiter">}</span> <span id="L335" class="LineNr">335 </span> <span class="Normal">const</span> reagent& variant = variant_type<span class="Delimiter">(</span>container<span class="Delimiter">,</span> ingredient<span class="Delimiter">.</span>value<span class="Delimiter">);</span> <span id="L336" class="LineNr">336 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"tag: "</span> << ingredient<span class="Delimiter">.</span>value << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> @@ -503,15 +502,15 @@ if ('onhashchange' in window) { <span id="L438" class="LineNr">438 </span><span class="Comment">//: different sizes, relax the size mismatch check for 'merge' instructions.</span> <span id="L439" class="LineNr">439 </span><span class="Delimiter">:(before "End size_mismatch(x) Special-cases")</span> <span id="L440" class="LineNr">440 </span><span class="Normal">if</span> <span class="Delimiter">(</span><a href='026call.cc.html#L84'>current_step_index</a><span class="Delimiter">()</span> < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>steps<span class="Delimiter">())</span> -<span id="L441" class="LineNr">441 </span> <span class="Conceal">¦</span> && <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>operation == MERGE -<span id="L442" class="LineNr">442 </span> <span class="Conceal">¦</span> && !current_instruction<span class="Delimiter">().</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> -<span id="L443" class="LineNr">443 </span> <span class="Conceal">¦</span> && <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>type<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L441" class="LineNr">441 </span> && <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>operation == MERGE +<span id="L442" class="LineNr">442 </span> && !current_instruction<span class="Delimiter">().</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> +<span id="L443" class="LineNr">443 </span> && <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>type<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L444" class="LineNr">444 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> x = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L445" class="LineNr">445 </span> <span class="Comment">// Update size_mismatch Check for MERGE(x)</span> <span id="L446" class="LineNr">446 </span> <span class="Normal">const</span> type_tree* root_type = x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom ? x<span class="Delimiter">.</span>type : x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">;</span> <span id="L447" class="LineNr">447 </span> assert<span class="Delimiter">(</span>root_type<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> <span id="L448" class="LineNr">448 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> root_type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>kind == <a href='010vm.cc.html#L174'>EXCLUSIVE_CONTAINER</a><span class="Delimiter">)</span> -<span id="L449" class="LineNr">449 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> size_of<span class="Delimiter">(</span>x<span class="Delimiter">)</span> < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>data<span class="Delimiter">);</span> +<span id="L449" class="LineNr">449 </span> <span class="Identifier">return</span> size_of<span class="Delimiter">(</span>x<span class="Delimiter">)</span> < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>data<span class="Delimiter">);</span> <span id="L450" class="LineNr">450 </span><span class="Delimiter">}</span> <span id="L451" class="LineNr">451 </span> <span id="L452" class="LineNr">452 </span><span class="Delimiter">:(scenario merge_exclusive_container_with_mismatched_sizes)</span> diff --git a/html/034address.cc.html b/html/034address.cc.html index 5738b7da..58c4af64 100644 --- a/html/034address.cc.html +++ b/html/034address.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } +.cSpecial { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } -.CommentedCode { color: #6c6c6c; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } +.CommentedCode { color: #6c6c6c; } +.traceContains { color: #008000; } --> </style> @@ -82,421 +81,321 @@ if ('onhashchange' in window) { <span id="L18" class="LineNr"> 18 </span><span class="Comment">//: write to the payload of an ingredient rather than its value, simply add</span> <span id="L19" class="LineNr"> 19 </span><span class="Comment">//: the /lookup property to it. Modern computers provide efficient support for</span> <span id="L20" class="LineNr"> 20 </span><span class="Comment">//: addresses and lookups, making this a realistic feature.</span> -<span id="L21" class="LineNr"> 21 </span><span class="Comment">//:</span> -<span id="L22" class="LineNr"> 22 </span><span class="Comment">//: To recap: an address is a bookmark to some potentially large payload, and</span> -<span id="L23" class="LineNr"> 23 </span><span class="Comment">//: you can replace any ingredient or product with a lookup to an address of</span> -<span id="L24" class="LineNr"> 24 </span><span class="Comment">//: the appropriate type. But how do we get addresses to begin with? That</span> -<span id="L25" class="LineNr"> 25 </span><span class="Comment">//: requires a little more explanation. Once we introduce the notion of</span> -<span id="L26" class="LineNr"> 26 </span><span class="Comment">//: bookmarks to data, we have to think about the life cycle of a piece of</span> -<span id="L27" class="LineNr"> 27 </span><span class="Comment">//: data and its bookmarks (because remember, bookmarks can be copied around</span> -<span id="L28" class="LineNr"> 28 </span><span class="Comment">//: just like anything else). Otherwise several bad outcomes can result (and</span> -<span id="L29" class="LineNr"> 29 </span><span class="Comment">//: indeed *have* resulted in past languages like C):</span> -<span id="L30" class="LineNr"> 30 </span><span class="Comment">//:</span> -<span id="L31" class="LineNr"> 31 </span><span class="Comment">//: a) You can run out of memory if you don't have a way to reclaim</span> -<span id="L32" class="LineNr"> 32 </span><span class="Comment">//: data.</span> -<span id="L33" class="LineNr"> 33 </span><span class="Comment">//: b) If you allow data to be reclaimed, you have to be careful not to</span> -<span id="L34" class="LineNr"> 34 </span><span class="Comment">//: leave any stale addresses pointing at it. Otherwise your program might</span> -<span id="L35" class="LineNr"> 35 </span><span class="Comment">//: try to lookup such an address and find something unexpected. Such</span> -<span id="L36" class="LineNr"> 36 </span><span class="Comment">//: "memory corruption" problems can be very hard to track down, and they</span> -<span id="L37" class="LineNr"> 37 </span><span class="Comment">//: can also be exploited to break into your computer over the network, etc.</span> -<span id="L38" class="LineNr"> 38 </span><span class="Comment">//:</span> -<span id="L39" class="LineNr"> 39 </span><span class="Comment">//: To avoid these problems, we introduce the notion of a *reference count* or</span> -<span id="L40" class="LineNr"> 40 </span><span class="Comment">//: refcount. The life cycle of a bit of data accessed through addresses looks</span> -<span id="L41" class="LineNr"> 41 </span><span class="Comment">//: like this.</span> -<span id="L42" class="LineNr"> 42 </span><span class="Comment">//:</span> -<span id="L43" class="LineNr"> 43 </span><span class="Comment">//: We create space in computer memory for it using the 'new' instruction.</span> -<span id="L44" class="LineNr"> 44 </span><span class="Comment">//: The 'new' instruction takes a type as an ingredient, allocates</span> -<span id="L45" class="LineNr"> 45 </span><span class="Comment">//: sufficient space to hold that type, and returns an address (bookmark)</span> -<span id="L46" class="LineNr"> 46 </span><span class="Comment">//: to the allocated space.</span> -<span id="L47" class="LineNr"> 47 </span><span class="Comment">//:</span> -<span id="L48" class="LineNr"> 48 </span><span class="Comment">//: x:address:num <- new number:type</span> -<span id="L49" class="LineNr"> 49 </span><span class="Comment">//:</span> -<span id="L50" class="LineNr"> 50 </span><span class="Comment">//: +------------+</span> -<span id="L51" class="LineNr"> 51 </span><span class="Comment">//: x -------> | number |</span> -<span id="L52" class="LineNr"> 52 </span><span class="Comment">//: +------------+</span> -<span id="L53" class="LineNr"> 53 </span><span class="Comment">//:</span> -<span id="L54" class="LineNr"> 54 </span><span class="Comment">//: That isn't entirely accurate. Under the hood, 'new' allocates an extra</span> -<span id="L55" class="LineNr"> 55 </span><span class="Comment">//: number -- the refcount:</span> -<span id="L56" class="LineNr"> 56 </span><span class="Comment">//:</span> -<span id="L57" class="LineNr"> 57 </span><span class="Comment">//: +------------+------------+</span> -<span id="L58" class="LineNr"> 58 </span><span class="Comment">//: x -------> | refcount | number |</span> -<span id="L59" class="LineNr"> 59 </span><span class="Comment">//: +------------+------------+</span> -<span id="L60" class="LineNr"> 60 </span><span class="Comment">//:</span> -<span id="L61" class="LineNr"> 61 </span><span class="Comment">//: This probably seems like a waste of space. In practice it isn't worth</span> -<span id="L62" class="LineNr"> 62 </span><span class="Comment">//: allocating individual numbers and our payload will tend to be larger,</span> -<span id="L63" class="LineNr"> 63 </span><span class="Comment">//: so the picture would look more like this (zooming out a bit):</span> -<span id="L64" class="LineNr"> 64 </span><span class="Comment">//:</span> -<span id="L65" class="LineNr"> 65 </span><span class="Comment">//: +-------------------------+</span> -<span id="L66" class="LineNr"> 66 </span><span class="Comment">//: +---+ |</span> -<span id="L67" class="LineNr"> 67 </span><span class="Comment">//: x -------> | r | |</span> -<span id="L68" class="LineNr"> 68 </span><span class="Comment">//: +---+ DATA |</span> -<span id="L69" class="LineNr"> 69 </span><span class="Comment">//: | |</span> -<span id="L70" class="LineNr"> 70 </span><span class="Comment">//: | |</span> -<span id="L71" class="LineNr"> 71 </span><span class="Comment">//: +-------------------------+</span> -<span id="L72" class="LineNr"> 72 </span><span class="Comment">//:</span> -<span id="L73" class="LineNr"> 73 </span><span class="Comment">//: (Here 'r' denotes the refcount. It occupies a tiny amount of space</span> -<span id="L74" class="LineNr"> 74 </span><span class="Comment">//: compared to the payload.)</span> -<span id="L75" class="LineNr"> 75 </span><span class="Comment">//:</span> -<span id="L76" class="LineNr"> 76 </span><span class="Comment">//: Anyways, back to our example where the data is just a single number.</span> -<span id="L77" class="LineNr"> 77 </span><span class="Comment">//: After the call to 'new', Mu's map of memory looks like this:</span> -<span id="L78" class="LineNr"> 78 </span><span class="Comment">//:</span> -<span id="L79" class="LineNr"> 79 </span><span class="Comment">//: +---+------------+</span> -<span id="L80" class="LineNr"> 80 </span><span class="Comment">//: x -------> | 1 | number |</span> -<span id="L81" class="LineNr"> 81 </span><span class="Comment">//: +---+------------+</span> -<span id="L82" class="LineNr"> 82 </span><span class="Comment">//:</span> -<span id="L83" class="LineNr"> 83 </span><span class="Comment">//: The refcount of 1 here indicates that this number has one bookmark</span> -<span id="L84" class="LineNr"> 84 </span><span class="Comment">//: outstanding. If you then make a copy of x, the refcount increments:</span> -<span id="L85" class="LineNr"> 85 </span><span class="Comment">//:</span> -<span id="L86" class="LineNr"> 86 </span><span class="Comment">//: y:address:num <- copy x</span> -<span id="L87" class="LineNr"> 87 </span><span class="Comment">//:</span> -<span id="L88" class="LineNr"> 88 </span><span class="Comment">//: x ---+ +---+------------+</span> -<span id="L89" class="LineNr"> 89 </span><span class="Comment">//: +---> | 2 | number |</span> -<span id="L90" class="LineNr"> 90 </span><span class="Comment">//: y ---+ +---+------------+</span> -<span id="L91" class="LineNr"> 91 </span><span class="Comment">//:</span> -<span id="L92" class="LineNr"> 92 </span><span class="Comment">//: Whether you access the payload through x or y, Mu knows how many</span> -<span id="L93" class="LineNr"> 93 </span><span class="Comment">//: bookmarks are outstanding to it. When you change x or y, the refcount</span> -<span id="L94" class="LineNr"> 94 </span><span class="Comment">//: transparently decrements:</span> -<span id="L95" class="LineNr"> 95 </span><span class="Comment">//:</span> -<span id="L96" class="LineNr"> 96 </span><span class="Comment">//: x <- copy 0 # an address is just a number, you can always write 0 to it</span> -<span id="L97" class="LineNr"> 97 </span><span class="Comment">//:</span> -<span id="L98" class="LineNr"> 98 </span><span class="Comment">//: +---+------------+</span> -<span id="L99" class="LineNr"> 99 </span><span class="Comment">//: y -------> | 1 | number |</span> -<span id="L100" class="LineNr">100 </span><span class="Comment">//: +---+------------+</span> -<span id="L101" class="LineNr">101 </span><span class="Comment">//:</span> -<span id="L102" class="LineNr">102 </span><span class="Comment">//: The final flourish is what happens when the refcount goes down to 0: Mu</span> -<span id="L103" class="LineNr">103 </span><span class="Comment">//: reclaims the space occupied by both refcount and payload in memory, and</span> -<span id="L104" class="LineNr">104 </span><span class="Comment">//: they're ready to be reused by later calls to 'new'.</span> -<span id="L105" class="LineNr">105 </span><span class="Comment">//:</span> -<span id="L106" class="LineNr">106 </span><span class="Comment">//: y <- copy 0</span> -<span id="L107" class="LineNr">107 </span><span class="Comment">//:</span> -<span id="L108" class="LineNr">108 </span><span class="Comment">//: +---+------------+</span> -<span id="L109" class="LineNr">109 </span><span class="Comment">//: | 0 | XXXXXXX |</span> -<span id="L110" class="LineNr">110 </span><span class="Comment">//: +---+------------+</span> -<span id="L111" class="LineNr">111 </span><span class="Comment">//:</span> -<span id="L112" class="LineNr">112 </span><span class="Comment">//: Using refcounts fixes both our problems a) and b) above: you can use</span> -<span id="L113" class="LineNr">113 </span><span class="Comment">//: memory for many different purposes as many times as you want without</span> -<span id="L114" class="LineNr">114 </span><span class="Comment">//: running out of memory, and you don't have to worry about ever leaving a</span> -<span id="L115" class="LineNr">115 </span><span class="Comment">//: dangling bookmark when you reclaim memory.</span> -<span id="L116" class="LineNr">116 </span><span class="Comment">//:</span> -<span id="L117" class="LineNr">117 </span><span class="Comment">//: This layer implements creating addresses using 'new'. The next few layers</span> -<span id="L118" class="LineNr">118 </span><span class="Comment">//: will flesh out the rest of the life cycle.</span> -<span id="L119" class="LineNr">119 </span> -<span id="L120" class="LineNr">120 </span><span class="Comment">//: todo: give 'new' a custodian ingredient. Following malloc/free is a temporary hack.</span> -<span id="L121" class="LineNr">121 </span> -<span id="L122" class="LineNr">122 </span><span class="Delimiter">:(scenario new)</span> -<span id="L123" class="LineNr">123 </span><span class="Comment"># call 'new' two times with identical types without modifying the results; you</span> -<span id="L124" class="LineNr">124 </span><span class="Comment"># should get back different results</span> -<span id="L125" class="LineNr">125 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L126" class="LineNr">126 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L127" class="LineNr">127 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L128" class="LineNr">128 </span> <span class="Constant">3</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw</span><span class="Delimiter">,</span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw</span> -<span id="L129" class="LineNr">129 </span>] -<span id="L130" class="LineNr">130 </span><span class="traceContains">+mem: storing 0 in location 3</span> -<span id="L131" class="LineNr">131 </span> -<span id="L132" class="LineNr">132 </span><span class="Delimiter">:(scenario new_array)</span> -<span id="L133" class="LineNr">133 </span><span class="Comment"># call 'new' with a second ingredient to allocate an array of some type rather than a single copy</span> -<span id="L134" class="LineNr">134 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L135" class="LineNr">135 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">5</span> -<span id="L136" class="LineNr">136 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L137" class="LineNr">137 </span> <span class="Constant">3</span>:num/<span class="Special">raw <- </span>subtract <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw</span><span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num/<span class="Special">raw</span> -<span id="L138" class="LineNr">138 </span>] -<span id="L139" class="LineNr">139 </span><span class="traceContains">+run: {1: ("address" "array" "number"), "raw": ()} <- new {number: "type"}, {5: "literal"}</span> -<span id="L140" class="LineNr">140 </span><span class="traceContains">+mem: array length is 5</span> -<span id="L141" class="LineNr">141 </span><span class="Comment"># don't forget the extra location for array length, and the second extra location for the refcount</span> -<span id="L142" class="LineNr">142 </span><span class="traceContains">+mem: storing 7 in location 3</span> -<span id="L143" class="LineNr">143 </span> -<span id="L144" class="LineNr">144 </span><span class="Delimiter">:(scenario dilated_reagent_with_new)</span> -<span id="L145" class="LineNr">145 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L146" class="LineNr">146 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Delimiter">{(</span><a href='043space.cc.html#L82'>address</a> number<span class="Delimiter">)</span>: type<span class="Delimiter">}</span> -<span id="L147" class="LineNr">147 </span>] -<span id="L148" class="LineNr">148 </span><span class="traceContains">+new: size of '(address number)' is 1</span> -<span id="L149" class="LineNr">149 </span> -<span id="L150" class="LineNr">150 </span><span class="Comment">//: 'new' takes a weird 'type' as its first ingredient; don't error on it</span> -<span id="L151" class="LineNr">151 </span><span class="Delimiter">:(before "End Mu Types Initialization")</span> -<span id="L152" class="LineNr">152 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"type"</span><span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L153" class="LineNr">153 </span><span class="Delimiter">:(code)</span> -<span id="L154" class="LineNr">154 </span><span class="Normal">bool</span> is_mu_type_literal<span class="Delimiter">(</span><span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L155" class="LineNr">155 </span> <span class="Identifier">return</span> is_literal<span class="Delimiter">(</span>r<span class="Delimiter">)</span> && r<span class="Delimiter">.</span>type && r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"type"</span><span class="Delimiter">;</span> -<span id="L156" class="LineNr">156 </span><span class="Delimiter">}</span> -<span id="L157" class="LineNr">157 </span> -<span id="L158" class="LineNr">158 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L159" class="LineNr">159 </span>NEW<span class="Delimiter">,</span> -<span id="L160" class="LineNr">160 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L161" class="LineNr">161 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"new"</span><span class="Delimiter">,</span> NEW<span class="Delimiter">);</span> -<span id="L162" class="LineNr">162 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L163" class="LineNr">163 </span><span class="Normal">case</span> NEW: <span class="Delimiter">{</span> -<span id="L164" class="LineNr">164 </span> <span class="Normal">const</span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> -<span id="L165" class="LineNr">165 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> || <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'new' requires one or two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L168" class="LineNr">168 </span> <span class="Delimiter">}</span> -<span id="L169" class="LineNr">169 </span> <span class="Comment">// End NEW Check Special-cases</span> -<span id="L170" class="LineNr">170 </span> <span class="Normal">const</span> reagent& type = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L171" class="LineNr">171 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_type_literal<span class="Delimiter">(</span>type<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'new' should be a type, but got '"</span> << type<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L174" class="LineNr">174 </span> <span class="Delimiter">}</span> -<span id="L175" class="LineNr">175 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">1</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L176" class="LineNr">176 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'new' should be a number (array length), but got '"</span> << type<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span> <span class="Identifier">break</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="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"result of 'new' should never be ignored</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L181" class="LineNr">181 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L182" class="LineNr">182 </span> <span class="Delimiter">}</span> -<span id="L183" class="LineNr">183 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!product_of_new_is_valid<span class="Delimiter">(</span>inst<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"product of 'new' has incorrect type: '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L186" class="LineNr">186 </span> <span class="Delimiter">}</span> -<span id="L187" class="LineNr">187 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L188" class="LineNr">188 </span><span class="Delimiter">}</span> -<span id="L189" class="LineNr">189 </span><span class="Delimiter">:(code)</span> -<span id="L190" class="LineNr">190 </span><span class="Normal">bool</span> product_of_new_is_valid<span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L191" class="LineNr">191 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> product = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L192" class="LineNr">192 </span> <span class="Comment">// Update NEW product in Check</span> -<span id="L193" class="LineNr">193 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!product<span class="Delimiter">.</span>type || product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom || product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value != get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">))</span> -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L195" class="LineNr">195 </span> drop_from_type<span class="Delimiter">(</span>product<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">);</span> -<span id="L196" class="LineNr">196 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> <span class="Comment">// array allocation</span> -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!product<span class="Delimiter">.</span>type || product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom || product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value != get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"array"</span><span class="Delimiter">))</span> -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> drop_from_type<span class="Delimiter">(</span>product<span class="Delimiter">,</span> <span class="Constant">"array"</span><span class="Delimiter">);</span> -<span id="L201" class="LineNr">201 </span> <span class="Delimiter">}</span> -<span id="L202" class="LineNr">202 </span> reagent<span class="Comment">/*</span><span class="Comment">local</span><span class="Comment">*/</span> expected_product<span class="Delimiter">;</span> -<span id="L203" class="LineNr">203 </span> expected_product<span class="Delimiter">.</span>type = <a href='018type_abbreviations.cc.html#L58'>new_type_tree</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">);</span> -<span id="L204" class="LineNr">204 </span> <span class="Identifier">return</span> types_strictly_match<span class="Delimiter">(</span>product<span class="Delimiter">,</span> expected_product<span class="Delimiter">);</span> -<span id="L205" class="LineNr">205 </span><span class="Delimiter">}</span> -<span id="L206" class="LineNr">206 </span> -<span id="L207" class="LineNr">207 </span><span class="Normal">void</span> drop_from_type<span class="Delimiter">(</span>reagent& r<span class="Delimiter">,</span> string expected_type<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L208" class="LineNr">208 </span> assert<span class="Delimiter">(</span>!r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L209" class="LineNr">209 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name != expected_type<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L210" class="LineNr">210 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"can't drop2 "</span> << expected_type << <span class="Constant">" from '"</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>r<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L211" class="LineNr">211 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L212" class="LineNr">212 </span> <span class="Delimiter">}</span> -<span id="L213" class="LineNr">213 </span> <span class="Comment">// r.type = r.type->right</span> -<span id="L214" class="LineNr">214 </span> type_tree* tmp = r<span class="Delimiter">.</span>type<span class="Delimiter">;</span> -<span id="L215" class="LineNr">215 </span> r<span class="Delimiter">.</span>type = tmp<span class="Delimiter">-></span>right<span class="Delimiter">;</span> -<span id="L216" class="LineNr">216 </span> tmp<span class="Delimiter">-></span>right = <span class="Constant">NULL</span><span class="Delimiter">;</span> -<span id="L217" class="LineNr">217 </span> <span class="Normal">delete</span> tmp<span class="Delimiter">;</span> -<span id="L218" class="LineNr">218 </span> <span class="Comment">// if (!r.type->right) r.type = r.type->left</span> -<span id="L219" class="LineNr">219 </span> assert<span class="Delimiter">(</span>!r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L220" class="LineNr">220 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L221" class="LineNr">221 </span> tmp = r<span class="Delimiter">.</span>type<span class="Delimiter">;</span> -<span id="L222" class="LineNr">222 </span> r<span class="Delimiter">.</span>type = tmp<span class="Delimiter">-></span>left<span class="Delimiter">;</span> -<span id="L223" class="LineNr">223 </span> tmp<span class="Delimiter">-></span>left = <span class="Constant">NULL</span><span class="Delimiter">;</span> -<span id="L224" class="LineNr">224 </span> <span class="Normal">delete</span> tmp<span class="Delimiter">;</span> -<span id="L225" class="LineNr">225 </span><span class="Delimiter">}</span> -<span id="L226" class="LineNr">226 </span> -<span id="L227" class="LineNr">227 </span><span class="Delimiter">:(scenario new_returns_incorrect_type)</span> -<span id="L228" class="LineNr">228 </span><span class="Special">% Hide_errors = true;</span> -<span id="L229" class="LineNr">229 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L230" class="LineNr">230 </span> <span class="Constant">1</span>:<span class="Normal">bool</span><span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">num:type</span> -<span id="L231" class="LineNr">231 </span>] -<span id="L232" class="LineNr">232 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: product of 'new' has incorrect type: '1:bool <- new num:type'</span> -<span id="L233" class="LineNr">233 </span> -<span id="L234" class="LineNr">234 </span><span class="Delimiter">:(scenario new_discerns_singleton_list_from_atom_container)</span> -<span id="L235" class="LineNr">235 </span><span class="Special">% Hide_errors = true;</span> -<span id="L236" class="LineNr">236 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L237" class="LineNr">237 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Delimiter">{(</span>num<span class="Delimiter">)</span>: type<span class="Delimiter">}</span> <span class="Comment"># should be '{num: type}'</span> -<span id="L238" class="LineNr">238 </span>] -<span id="L239" class="LineNr">239 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: product of 'new' has incorrect type: '1:address:num/raw <- new {(num): type}'</span> -<span id="L240" class="LineNr">240 </span> -<span id="L241" class="LineNr">241 </span><span class="Delimiter">:(scenario new_with_type_abbreviation)</span> -<span id="L242" class="LineNr">242 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L243" class="LineNr">243 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">num:type</span> -<span id="L244" class="LineNr">244 </span>] -<span id="L245" class="LineNr">245 </span>$error: <span class="Constant">0</span> -<span id="L246" class="LineNr">246 </span> -<span id="L247" class="LineNr">247 </span><span class="Delimiter">:(scenario new_with_type_abbreviation_inside_compound)</span> -<span id="L248" class="LineNr">248 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L249" class="LineNr">249 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> <a href='043space.cc.html#L82'>address</a> number<span class="Delimiter">),</span> <span class="Special">raw</span>: <span class="Delimiter">()}</span><span class="Special"> <- </span><span class="Normal">new</span> <span class="Delimiter">{(</span>& num<span class="Delimiter">)</span>: type<span class="Delimiter">}</span> -<span id="L250" class="LineNr">250 </span>] -<span id="L251" class="LineNr">251 </span>$error: <span class="Constant">0</span> -<span id="L252" class="LineNr">252 </span> -<span id="L253" class="LineNr">253 </span><span class="Comment">//: To implement 'new', a Mu transform turns all 'new' instructions into</span> -<span id="L254" class="LineNr">254 </span><span class="Comment">//: 'allocate' instructions that precompute the amount of memory they want to</span> -<span id="L255" class="LineNr">255 </span><span class="Comment">//: allocate.</span> -<span id="L256" class="LineNr">256 </span> -<span id="L257" class="LineNr">257 </span><span class="Comment">//: Ensure that we never call 'allocate' directly, and that there's no 'new'</span> -<span id="L258" class="LineNr">258 </span><span class="Comment">//: instructions left after the transforms have run.</span> -<span id="L259" class="LineNr">259 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L260" class="LineNr">260 </span><span class="Normal">case</span> ALLOCATE: <span class="Delimiter">{</span> -<span id="L261" class="LineNr">261 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"never call 'allocate' directly'; always use 'new'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L262" class="LineNr">262 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L263" class="LineNr">263 </span><span class="Delimiter">}</span> -<span id="L264" class="LineNr">264 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L265" class="LineNr">265 </span><span class="Normal">case</span> NEW: <span class="Delimiter">{</span> -<span id="L266" class="LineNr">266 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"no implementation for 'new'; why wasn't it translated to 'allocate'? Please save a copy of your program and send it to Kartik.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L267" class="LineNr">267 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L268" class="LineNr">268 </span><span class="Delimiter">}</span> -<span id="L269" class="LineNr">269 </span> -<span id="L270" class="LineNr">270 </span><span class="Delimiter">:(after "Transform.push_back(check_instruction)")</span> <span class="Comment">// check_instruction will guard against direct 'allocate' instructions below</span> -<span id="L271" class="LineNr">271 </span>Transform<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>transform_new_to_allocate<span class="Delimiter">);</span> <span class="Comment">// idempotent</span> -<span id="L272" class="LineNr">272 </span> -<span id="L273" class="LineNr">273 </span><span class="Delimiter">:(code)</span> -<span id="L274" class="LineNr">274 </span><span class="Normal">void</span> transform_new_to_allocate<span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L275" class="LineNr">275 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- convert 'new' to 'allocate' for <a href='010vm.cc.html#L19'>recipe</a> "</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L276" class="LineNr">276 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L277" class="LineNr">277 </span> <span class="Conceal">¦</span> instruction& inst = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L278" class="LineNr">278 </span> <span class="Conceal">¦</span> <span class="Comment">// Convert 'new' To 'allocate'</span> -<span id="L279" class="LineNr">279 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"new"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L280" class="LineNr">280 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> -<span id="L281" class="LineNr">281 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>operation = ALLOCATE<span class="Delimiter">;</span> -<span id="L282" class="LineNr">282 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> type_tree* type = <a href='018type_abbreviations.cc.html#L58'>new_type_tree</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">);</span> -<span id="L283" class="LineNr">283 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>size_of<span class="Delimiter">(</span>type<span class="Delimiter">));</span> -<span id="L284" class="LineNr">284 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"new"</span><span class="Delimiter">)</span> << <span class="Constant">"size of '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name << <span class="Constant">"' is "</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>value << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L285" class="LineNr">285 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">delete</span> type<span class="Delimiter">;</span> -<span id="L286" class="LineNr">286 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L287" class="LineNr">287 </span> <span class="Delimiter">}</span> -<span id="L288" class="LineNr">288 </span><span class="Delimiter">}</span> -<span id="L289" class="LineNr">289 </span> -<span id="L290" class="LineNr">290 </span><span class="Comment">//: implement 'allocate' based on size</span> -<span id="L291" class="LineNr">291 </span> -<span id="L292" class="LineNr">292 </span><span class="Delimiter">:(before "End Globals")</span> -<span id="L293" class="LineNr">293 </span><span class="Normal">extern</span> <span class="Normal">const</span> <span class="Normal">int</span> Reserved_for_tests = <span class="Constant">1000</span><span class="Delimiter">;</span> -<span id="L294" class="LineNr">294 </span><span class="Normal">int</span> Memory_allocated_until = Reserved_for_tests<span class="Delimiter">;</span> -<span id="L295" class="LineNr">295 </span><span class="Normal">int</span> Initial_memory_per_routine = <span class="Constant">100000</span><span class="Delimiter">;</span> -<span id="L296" class="LineNr">296 </span><span class="Delimiter">:(before "End Reset")</span> -<span id="L297" class="LineNr">297 </span>Memory_allocated_until = Reserved_for_tests<span class="Delimiter">;</span> -<span id="L298" class="LineNr">298 </span>Initial_memory_per_routine = <span class="Constant">100000</span><span class="Delimiter">;</span> -<span id="L299" class="LineNr">299 </span><span class="Delimiter">:(before "End routine Fields")</span> -<span id="L300" class="LineNr">300 </span><span class="Normal">int</span> alloc<span class="Delimiter">,</span> alloc_max<span class="Delimiter">;</span> -<span id="L301" class="LineNr">301 </span><span class="Delimiter">:(before "End routine Constructor")</span> -<span id="L302" class="LineNr">302 </span>alloc = Memory_allocated_until<span class="Delimiter">;</span> -<span id="L303" class="LineNr">303 </span>Memory_allocated_until += Initial_memory_per_routine<span class="Delimiter">;</span> -<span id="L304" class="LineNr">304 </span>alloc_max = Memory_allocated_until<span class="Delimiter">;</span> -<span id="L305" class="LineNr">305 </span><a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"new"</span><span class="Delimiter">)</span> << <span class="Constant">"routine allocated memory from "</span> << alloc << <span class="Constant">" to "</span> << alloc_max << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L306" class="LineNr">306 </span> -<span id="L307" class="LineNr">307 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L308" class="LineNr">308 </span>ALLOCATE<span class="Delimiter">,</span> -<span id="L309" class="LineNr">309 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L310" class="LineNr">310 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"allocate"</span><span class="Delimiter">,</span> ALLOCATE<span class="Delimiter">);</span> -<span id="L311" class="LineNr">311 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L312" class="LineNr">312 </span><span class="Normal">case</span> ALLOCATE: <span class="Delimiter">{</span> -<span id="L313" class="LineNr">313 </span> <span class="Comment">// compute the space we need</span> -<span id="L314" class="LineNr">314 </span> <span class="Normal">int</span> size = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L315" class="LineNr">315 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L316" class="LineNr">316 </span> <span class="Conceal">¦</span> <span class="Comment">// array allocation</span> -<span id="L317" class="LineNr">317 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"array length is "</span> << ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L318" class="LineNr">318 </span> <span class="Conceal">¦</span> size = <span class="Comment">/*</span><span class="Comment">space for length</span><span class="Comment">*/</span><span class="Constant">1</span> + size*ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L319" class="LineNr">319 </span> <span class="Delimiter">}</span> -<span id="L320" class="LineNr">320 </span> <span class="Normal">int</span> result = allocate<span class="Delimiter">(</span>size<span class="Delimiter">);</span> -<span id="L321" class="LineNr">321 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L322" class="LineNr">322 </span> <span class="Conceal">¦</span> <span class="Comment">// initialize array length</span> -<span id="L323" class="LineNr">323 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing "</span> << ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> << <span class="Constant">" in location "</span> << result+<span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L324" class="LineNr">324 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> result+<span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> -<span id="L325" class="LineNr">325 </span> <span class="Delimiter">}</span> -<span id="L326" class="LineNr">326 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L327" class="LineNr">327 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> -<span id="L328" class="LineNr">328 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L329" class="LineNr">329 </span><span class="Delimiter">}</span> -<span id="L330" class="LineNr">330 </span><span class="Delimiter">:(code)</span> -<span id="L331" class="LineNr">331 </span><span class="Normal">int</span> allocate<span class="Delimiter">(</span><span class="Normal">int</span> size<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L332" class="LineNr">332 </span> <span class="Comment">// include space for refcount</span> -<span id="L333" class="LineNr">333 </span> ++size<span class="Delimiter">;</span> -<span id="L334" class="LineNr">334 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"allocating size "</span> << size << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L335" class="LineNr">335 </span><span class="CommentedCode">//? Total_alloc += size;</span> -<span id="L336" class="LineNr">336 </span><span class="CommentedCode">//? ++Num_alloc;</span> -<span id="L337" class="LineNr">337 </span> <span class="Comment">// Allocate Special-cases</span> -<span id="L338" class="LineNr">338 </span> <span class="Comment">// compute the region of memory to return</span> -<span id="L339" class="LineNr">339 </span> <span class="Comment">// really crappy at the moment</span> -<span id="L340" class="LineNr">340 </span> ensure_space<span class="Delimiter">(</span>size<span class="Delimiter">);</span> -<span id="L341" class="LineNr">341 </span> <span class="Normal">const</span> <span class="Normal">int</span> result = Current_routine<span class="Delimiter">-></span>alloc<span class="Delimiter">;</span> -<span id="L342" class="LineNr">342 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"new alloc: "</span> << result << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L343" class="LineNr">343 </span> <span class="Comment">// initialize allocated space</span> -<span id="L344" class="LineNr">344 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> <a href='043space.cc.html#L82'>address</a> = result<span class="Delimiter">;</span> <a href='043space.cc.html#L82'>address</a> < result+size<span class="Delimiter">;</span> ++address<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L345" class="LineNr">345 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 0 in location "</span> << <a href='043space.cc.html#L82'>address</a> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L346" class="LineNr">346 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L347" class="LineNr">347 </span> <span class="Delimiter">}</span> -<span id="L348" class="LineNr">348 </span> Current_routine<span class="Delimiter">-></span>alloc += size<span class="Delimiter">;</span> -<span id="L349" class="LineNr">349 </span> <span class="Comment">// no support yet for reclaiming memory between routines</span> -<span id="L350" class="LineNr">350 </span> assert<span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>alloc <= Current_routine<span class="Delimiter">-></span>alloc_max<span class="Delimiter">);</span> -<span id="L351" class="LineNr">351 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L352" class="LineNr">352 </span><span class="Delimiter">}</span> -<span id="L353" class="LineNr">353 </span> -<span id="L354" class="LineNr">354 </span><span class="Comment">//: statistics for debugging</span> -<span id="L355" class="LineNr">355 </span><span class="CommentedCode">//? :(before "End Globals")</span> -<span id="L356" class="LineNr">356 </span><span class="CommentedCode">//? int Total_alloc = 0;</span> -<span id="L357" class="LineNr">357 </span><span class="CommentedCode">//? int Num_alloc = 0;</span> -<span id="L358" class="LineNr">358 </span><span class="CommentedCode">//? int Total_free = 0;</span> -<span id="L359" class="LineNr">359 </span><span class="CommentedCode">//? int Num_free = 0;</span> -<span id="L360" class="LineNr">360 </span><span class="CommentedCode">//? :(before "End Reset")</span> -<span id="L361" class="LineNr">361 </span><span class="CommentedCode">//? if (!Memory.empty()) {</span> -<span id="L362" class="LineNr">362 </span><span class="CommentedCode">//? cerr << Total_alloc << "/" << Num_alloc</span> -<span id="L363" class="LineNr">363 </span><span class="CommentedCode">//? << " vs " << Total_free << "/" << Num_free << '\n';</span> -<span id="L364" class="LineNr">364 </span><span class="CommentedCode">//? cerr << SIZE(Memory) << '\n';</span> -<span id="L365" class="LineNr">365 </span><span class="CommentedCode">//? }</span> -<span id="L366" class="LineNr">366 </span><span class="CommentedCode">//? Total_alloc = Num_alloc = Total_free = Num_free = 0;</span> -<span id="L367" class="LineNr">367 </span> -<span id="L368" class="LineNr">368 </span><span class="Delimiter">:(code)</span> -<span id="L369" class="LineNr">369 </span><span class="Normal">void</span> ensure_space<span class="Delimiter">(</span><span class="Normal">int</span> size<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L370" class="LineNr">370 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>size > Initial_memory_per_routine<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L371" class="LineNr">371 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"can't allocate "</span> << size << <span class="Constant">" locations, that's too much compared to "</span> << Initial_memory_per_routine << <span class="Constant">".</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L372" class="LineNr">372 </span> <span class="Conceal">¦</span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L373" class="LineNr">373 </span> <span class="Delimiter">}</span> -<span id="L374" class="LineNr">374 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>alloc + size > Current_routine<span class="Delimiter">-></span>alloc_max<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L375" class="LineNr">375 </span> <span class="Conceal">¦</span> <span class="Comment">// waste the remaining space and create a new chunk</span> -<span id="L376" class="LineNr">376 </span> <span class="Conceal">¦</span> Current_routine<span class="Delimiter">-></span>alloc = Memory_allocated_until<span class="Delimiter">;</span> -<span id="L377" class="LineNr">377 </span> <span class="Conceal">¦</span> Memory_allocated_until += Initial_memory_per_routine<span class="Delimiter">;</span> -<span id="L378" class="LineNr">378 </span> <span class="Conceal">¦</span> Current_routine<span class="Delimiter">-></span>alloc_max = Memory_allocated_until<span class="Delimiter">;</span> -<span id="L379" class="LineNr">379 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"new"</span><span class="Delimiter">)</span> << <span class="Constant">"routine allocated memory from "</span> << Current_routine<span class="Delimiter">-></span>alloc << <span class="Constant">" to "</span> << Current_routine<span class="Delimiter">-></span>alloc_max << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L380" class="LineNr">380 </span> <span class="Delimiter">}</span> -<span id="L381" class="LineNr">381 </span><span class="Delimiter">}</span> -<span id="L382" class="LineNr">382 </span> -<span id="L383" class="LineNr">383 </span><span class="Delimiter">:(scenario new_initializes)</span> -<span id="L384" class="LineNr">384 </span><span class="Special">% Memory_allocated_until = 10;</span> -<span id="L385" class="LineNr">385 </span><span class="Special">% put(Memory, Memory_allocated_until, 1);</span> -<span id="L386" class="LineNr">386 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L387" class="LineNr">387 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L388" class="LineNr">388 </span>] -<span id="L389" class="LineNr">389 </span><span class="traceContains">+mem: storing 0 in location 10</span> -<span id="L390" class="LineNr">390 </span> -<span id="L391" class="LineNr">391 </span><span class="Delimiter">:(scenario new_size)</span> -<span id="L392" class="LineNr">392 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L393" class="LineNr">393 </span> <span class="Constant">11</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L394" class="LineNr">394 </span> <span class="Constant">12</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L395" class="LineNr">395 </span> <span class="Constant">13</span>:num/<span class="Special">raw <- </span>subtract <span class="Constant">12</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw</span><span class="Delimiter">,</span> <span class="Constant">11</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw</span> -<span id="L396" class="LineNr">396 </span>] -<span id="L397" class="LineNr">397 </span><span class="Comment"># size of number + refcount</span> -<span id="L398" class="LineNr">398 </span><span class="traceContains">+mem: storing 2 in location 13</span> -<span id="L399" class="LineNr">399 </span> -<span id="L400" class="LineNr">400 </span><span class="Delimiter">:(scenario new_array_size)</span> -<span id="L401" class="LineNr">401 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L402" class="LineNr">402 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">5</span> -<span id="L403" class="LineNr">403 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L404" class="LineNr">404 </span> <span class="Constant">3</span>:num/<span class="Special">raw <- </span>subtract <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw</span><span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num/<span class="Special">raw</span> -<span id="L405" class="LineNr">405 </span>] -<span id="L406" class="LineNr">406 </span><span class="Comment"># 5 locations for array contents + array length + refcount</span> -<span id="L407" class="LineNr">407 </span><span class="traceContains">+mem: storing 7 in location 3</span> -<span id="L408" class="LineNr">408 </span> -<span id="L409" class="LineNr">409 </span><span class="Delimiter">:(scenario new_empty_array)</span> -<span id="L410" class="LineNr">410 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L411" class="LineNr">411 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">0</span> -<span id="L412" class="LineNr">412 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L413" class="LineNr">413 </span> <span class="Constant">3</span>:num/<span class="Special">raw <- </span>subtract <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw</span><span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num/<span class="Special">raw</span> -<span id="L414" class="LineNr">414 </span>] -<span id="L415" class="LineNr">415 </span><span class="traceContains">+run: {1: ("address" "array" "number"), "raw": ()} <- new {number: "type"}, {0: "literal"}</span> -<span id="L416" class="LineNr">416 </span><span class="traceContains">+mem: array length is 0</span> -<span id="L417" class="LineNr">417 </span><span class="Comment"># one location for array length, and one for the refcount</span> -<span id="L418" class="LineNr">418 </span><span class="traceContains">+mem: storing 2 in location 3</span> -<span id="L419" class="LineNr">419 </span> -<span id="L420" class="LineNr">420 </span><span class="Comment">//: If a routine runs out of its initial allocation, it should allocate more.</span> -<span id="L421" class="LineNr">421 </span><span class="Delimiter">:(scenario new_overflow)</span> -<span id="L422" class="LineNr">422 </span><span class="Special">% Initial_memory_per_routine = 3; // barely enough room for point allocation below</span> -<span id="L423" class="LineNr">423 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L424" class="LineNr">424 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L425" class="LineNr">425 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:point/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">point:type</span> <span class="Comment"># not enough room in initial page</span> -<span id="L426" class="LineNr">426 </span>] -<span id="L427" class="LineNr">427 </span><span class="traceContains">+new: routine allocated memory from 1000 to 1003</span> -<span id="L428" class="LineNr">428 </span><span class="traceContains">+new: routine allocated memory from 1003 to 1006</span> -<span id="L429" class="LineNr">429 </span> -<span id="L430" class="LineNr">430 </span><span class="Delimiter">:(scenario new_without_ingredient)</span> -<span id="L431" class="LineNr">431 </span><span class="Special">% Hide_errors = true;</span> -<span id="L432" class="LineNr">432 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L433" class="LineNr">433 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:number<span class="Special"> <- </span><span class="Normal">new</span> <span class="Comment"># missing ingredient</span> -<span id="L434" class="LineNr">434 </span>] -<span id="L435" class="LineNr">435 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: 'new' requires one or two ingredients, but got '1:address:number <- new'</span> +<span id="L21" class="LineNr"> 21 </span> +<span id="L22" class="LineNr"> 22 </span><span class="Comment">//: todo: give 'new' a custodian ingredient. Following malloc/free is a temporary hack.</span> +<span id="L23" class="LineNr"> 23 </span> +<span id="L24" class="LineNr"> 24 </span><span class="Delimiter">:(scenario new)</span> +<span id="L25" class="LineNr"> 25 </span><span class="Comment"># call 'new' two times with identical types without modifying the results; you</span> +<span id="L26" class="LineNr"> 26 </span><span class="Comment"># should get back different results</span> +<span id="L27" class="LineNr"> 27 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L28" class="LineNr"> 28 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L29" class="LineNr"> 29 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L30" class="LineNr"> 30 </span> <span class="Constant">3</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw</span><span class="Delimiter">,</span> <span class="Constant">2</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw</span> +<span id="L31" class="LineNr"> 31 </span>] +<span id="L32" class="LineNr"> 32 </span><span class="traceContains">+mem: storing 0 in location 3</span> +<span id="L33" class="LineNr"> 33 </span> +<span id="L34" class="LineNr"> 34 </span><span class="Delimiter">:(scenario new_array)</span> +<span id="L35" class="LineNr"> 35 </span><span class="Comment"># call 'new' with a second ingredient to allocate an array of some type rather than a single copy</span> +<span id="L36" class="LineNr"> 36 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L37" class="LineNr"> 37 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">5</span> +<span id="L38" class="LineNr"> 38 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L39" class="LineNr"> 39 </span> <span class="Constant">3</span>:num/<span class="Special">raw <- </span>subtract <span class="Constant">2</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw</span><span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num/<span class="Special">raw</span> +<span id="L40" class="LineNr"> 40 </span>] +<span id="L41" class="LineNr"> 41 </span><span class="traceContains">+run: {1: ("address" "array" "number"), "raw": ()} <- new {number: "type"}, {5: "literal"}</span> +<span id="L42" class="LineNr"> 42 </span><span class="traceContains">+mem: array length is 5</span> +<span id="L43" class="LineNr"> 43 </span><span class="Comment"># don't forget the extra location for array length</span> +<span id="L44" class="LineNr"> 44 </span><span class="traceContains">+mem: storing 6 in location 3</span> +<span id="L45" class="LineNr"> 45 </span> +<span id="L46" class="LineNr"> 46 </span><span class="Delimiter">:(scenario dilated_reagent_with_new)</span> +<span id="L47" class="LineNr"> 47 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L48" class="LineNr"> 48 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Delimiter">{(</span><a href='043space.cc.html#L80'>address</a> number<span class="Delimiter">)</span>: type<span class="Delimiter">}</span> +<span id="L49" class="LineNr"> 49 </span>] +<span id="L50" class="LineNr"> 50 </span><span class="traceContains">+new: size of '(address number)' is 1</span> +<span id="L51" class="LineNr"> 51 </span> +<span id="L52" class="LineNr"> 52 </span><span class="Comment">//: 'new' takes a weird 'type' as its first ingredient; don't error on it</span> +<span id="L53" class="LineNr"> 53 </span><span class="Delimiter">:(before "End Mu Types Initialization")</span> +<span id="L54" class="LineNr"> 54 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"type"</span><span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L55" class="LineNr"> 55 </span><span class="Delimiter">:(code)</span> +<span id="L56" class="LineNr"> 56 </span><span class="Normal">bool</span> is_mu_type_literal<span class="Delimiter">(</span><span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L57" class="LineNr"> 57 </span> <span class="Identifier">return</span> is_literal<span class="Delimiter">(</span>r<span class="Delimiter">)</span> && r<span class="Delimiter">.</span>type && r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"type"</span><span class="Delimiter">;</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="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L61" class="LineNr"> 61 </span>NEW<span class="Delimiter">,</span> +<span id="L62" class="LineNr"> 62 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L63" class="LineNr"> 63 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"new"</span><span class="Delimiter">,</span> NEW<span class="Delimiter">);</span> +<span id="L64" class="LineNr"> 64 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L65" class="LineNr"> 65 </span><span class="Normal">case</span> NEW: <span class="Delimiter">{</span> +<span id="L66" class="LineNr"> 66 </span> <span class="Normal">const</span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L67" class="LineNr"> 67 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> || <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L68" class="LineNr"> 68 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'new' requires one or two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L69" class="LineNr"> 69 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L70" class="LineNr"> 70 </span> <span class="Delimiter">}</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Comment">// End NEW Check Special-cases</span> +<span id="L72" class="LineNr"> 72 </span> <span class="Normal">const</span> reagent& type = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L73" class="LineNr"> 73 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_type_literal<span class="Delimiter">(</span>type<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L74" class="LineNr"> 74 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'new' should be a type, but got '"</span> << type<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L75" class="LineNr"> 75 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Delimiter">}</span> +<span id="L77" class="LineNr"> 77 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">1</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L78" class="LineNr"> 78 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'new' should be a number (array length), but got '"</span> << type<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Delimiter">}</span> +<span id="L81" class="LineNr"> 81 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L82" class="LineNr"> 82 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"result of 'new' should never be ignored</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Delimiter">}</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!product_of_new_is_valid<span class="Delimiter">(</span>inst<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L86" class="LineNr"> 86 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"product of 'new' has incorrect type: '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L88" class="LineNr"> 88 </span> <span class="Delimiter">}</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L90" class="LineNr"> 90 </span><span class="Delimiter">}</span> +<span id="L91" class="LineNr"> 91 </span><span class="Delimiter">:(code)</span> +<span id="L92" class="LineNr"> 92 </span><span class="Normal">bool</span> product_of_new_is_valid<span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L93" class="LineNr"> 93 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> product = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L94" class="LineNr"> 94 </span> <span class="Comment">// Update NEW product in Check</span> +<span id="L95" class="LineNr"> 95 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!product<span class="Delimiter">.</span>type || product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom || product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value != get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">))</span> +<span id="L96" class="LineNr"> 96 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L97" class="LineNr"> 97 </span> drop_from_type<span class="Delimiter">(</span>product<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">);</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Comment">// array allocation</span> +<span id="L100" class="LineNr">100 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!product<span class="Delimiter">.</span>type || product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom || product<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value != get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"array"</span><span class="Delimiter">))</span> +<span id="L101" class="LineNr">101 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L102" class="LineNr">102 </span> drop_from_type<span class="Delimiter">(</span>product<span class="Delimiter">,</span> <span class="Constant">"array"</span><span class="Delimiter">);</span> +<span id="L103" class="LineNr">103 </span> <span class="Delimiter">}</span> +<span id="L104" class="LineNr">104 </span> reagent<span class="Comment">/*</span><span class="Comment">local</span><span class="Comment">*/</span> expected_product<span class="Delimiter">;</span> +<span id="L105" class="LineNr">105 </span> expected_product<span class="Delimiter">.</span>type = <a href='018type_abbreviations.cc.html#L58'>new_type_tree</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">);</span> +<span id="L106" class="LineNr">106 </span> <span class="Identifier">return</span> types_strictly_match<span class="Delimiter">(</span>product<span class="Delimiter">,</span> expected_product<span class="Delimiter">);</span> +<span id="L107" class="LineNr">107 </span><span class="Delimiter">}</span> +<span id="L108" class="LineNr">108 </span> +<span id="L109" class="LineNr">109 </span><span class="Normal">void</span> drop_from_type<span class="Delimiter">(</span>reagent& r<span class="Delimiter">,</span> string expected_type<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L110" class="LineNr">110 </span> assert<span class="Delimiter">(</span>!r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L111" class="LineNr">111 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name != expected_type<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L112" class="LineNr">112 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"can't drop2 "</span> << expected_type << <span class="Constant">" from '"</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>r<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L113" class="LineNr">113 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L114" class="LineNr">114 </span> <span class="Delimiter">}</span> +<span id="L115" class="LineNr">115 </span> <span class="Comment">// r.type = r.type->right</span> +<span id="L116" class="LineNr">116 </span> type_tree* tmp = r<span class="Delimiter">.</span>type<span class="Delimiter">;</span> +<span id="L117" class="LineNr">117 </span> r<span class="Delimiter">.</span>type = tmp<span class="Delimiter">-></span>right<span class="Delimiter">;</span> +<span id="L118" class="LineNr">118 </span> tmp<span class="Delimiter">-></span>right = <span class="Constant">NULL</span><span class="Delimiter">;</span> +<span id="L119" class="LineNr">119 </span> <span class="Normal">delete</span> tmp<span class="Delimiter">;</span> +<span id="L120" class="LineNr">120 </span> <span class="Comment">// if (!r.type->right) r.type = r.type->left</span> +<span id="L121" class="LineNr">121 </span> assert<span class="Delimiter">(</span>!r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L122" class="LineNr">122 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L123" class="LineNr">123 </span> tmp = r<span class="Delimiter">.</span>type<span class="Delimiter">;</span> +<span id="L124" class="LineNr">124 </span> r<span class="Delimiter">.</span>type = tmp<span class="Delimiter">-></span>left<span class="Delimiter">;</span> +<span id="L125" class="LineNr">125 </span> tmp<span class="Delimiter">-></span>left = <span class="Constant">NULL</span><span class="Delimiter">;</span> +<span id="L126" class="LineNr">126 </span> <span class="Normal">delete</span> tmp<span class="Delimiter">;</span> +<span id="L127" class="LineNr">127 </span><span class="Delimiter">}</span> +<span id="L128" class="LineNr">128 </span> +<span id="L129" class="LineNr">129 </span><span class="Delimiter">:(scenario new_returns_incorrect_type)</span> +<span id="L130" class="LineNr">130 </span><span class="Special">% Hide_errors = true;</span> +<span id="L131" class="LineNr">131 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L132" class="LineNr">132 </span> <span class="Constant">1</span>:<span class="Normal">bool</span><span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">num:type</span> +<span id="L133" class="LineNr">133 </span>] +<span id="L134" class="LineNr">134 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: product of 'new' has incorrect type: '1:bool <- new num:type'</span> +<span id="L135" class="LineNr">135 </span> +<span id="L136" class="LineNr">136 </span><span class="Delimiter">:(scenario new_discerns_singleton_list_from_atom_container)</span> +<span id="L137" class="LineNr">137 </span><span class="Special">% Hide_errors = true;</span> +<span id="L138" class="LineNr">138 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L139" class="LineNr">139 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Delimiter">{(</span>num<span class="Delimiter">)</span>: type<span class="Delimiter">}</span> <span class="Comment"># should be '{num: type}'</span> +<span id="L140" class="LineNr">140 </span>] +<span id="L141" class="LineNr">141 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: product of 'new' has incorrect type: '1:address:num/raw <- new {(num): type}'</span> +<span id="L142" class="LineNr">142 </span> +<span id="L143" class="LineNr">143 </span><span class="Delimiter">:(scenario new_with_type_abbreviation)</span> +<span id="L144" class="LineNr">144 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L145" class="LineNr">145 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">num:type</span> +<span id="L146" class="LineNr">146 </span>] +<span id="L147" class="LineNr">147 </span>$error: <span class="Constant">0</span> +<span id="L148" class="LineNr">148 </span> +<span id="L149" class="LineNr">149 </span><span class="Delimiter">:(scenario new_with_type_abbreviation_inside_compound)</span> +<span id="L150" class="LineNr">150 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L151" class="LineNr">151 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> <a href='043space.cc.html#L80'>address</a> number<span class="Delimiter">),</span> <span class="Special">raw</span>: <span class="Delimiter">()}</span><span class="Special"> <- </span><span class="Normal">new</span> <span class="Delimiter">{(</span>& num<span class="Delimiter">)</span>: type<span class="Delimiter">}</span> +<span id="L152" class="LineNr">152 </span>] +<span id="L153" class="LineNr">153 </span>$error: <span class="Constant">0</span> +<span id="L154" class="LineNr">154 </span> +<span id="L155" class="LineNr">155 </span><span class="Comment">//: To implement 'new', a Mu transform turns all 'new' instructions into</span> +<span id="L156" class="LineNr">156 </span><span class="Comment">//: 'allocate' instructions that precompute the amount of memory they want to</span> +<span id="L157" class="LineNr">157 </span><span class="Comment">//: allocate.</span> +<span id="L158" class="LineNr">158 </span> +<span id="L159" class="LineNr">159 </span><span class="Comment">//: Ensure that we never call 'allocate' directly, and that there's no 'new'</span> +<span id="L160" class="LineNr">160 </span><span class="Comment">//: instructions left after the transforms have run.</span> +<span id="L161" class="LineNr">161 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L162" class="LineNr">162 </span><span class="Normal">case</span> ALLOCATE: <span class="Delimiter">{</span> +<span id="L163" class="LineNr">163 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"never call 'allocate' directly'; always use 'new'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L164" class="LineNr">164 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L165" class="LineNr">165 </span><span class="Delimiter">}</span> +<span id="L166" class="LineNr">166 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L167" class="LineNr">167 </span><span class="Normal">case</span> NEW: <span class="Delimiter">{</span> +<span id="L168" class="LineNr">168 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"no implementation for 'new'; why wasn't it translated to 'allocate'? Please save a copy of your program and send it to Kartik.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L169" class="LineNr">169 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L170" class="LineNr">170 </span><span class="Delimiter">}</span> +<span id="L171" class="LineNr">171 </span> +<span id="L172" class="LineNr">172 </span><span class="Delimiter">:(after "Transform.push_back(check_instruction)")</span> <span class="Comment">// check_instruction will guard against direct 'allocate' instructions below</span> +<span id="L173" class="LineNr">173 </span>Transform<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>transform_new_to_allocate<span class="Delimiter">);</span> <span class="Comment">// idempotent</span> +<span id="L174" class="LineNr">174 </span> +<span id="L175" class="LineNr">175 </span><span class="Delimiter">:(code)</span> +<span id="L176" class="LineNr">176 </span><span class="Normal">void</span> transform_new_to_allocate<span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L177" class="LineNr">177 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- convert 'new' to 'allocate' for <a href='010vm.cc.html#L19'>recipe</a> "</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L178" class="LineNr">178 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L179" class="LineNr">179 </span> instruction& inst = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L180" class="LineNr">180 </span> <span class="Comment">// Convert 'new' To 'allocate'</span> +<span id="L181" class="LineNr">181 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"new"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L182" class="LineNr">182 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> +<span id="L183" class="LineNr">183 </span> inst<span class="Delimiter">.</span>operation = ALLOCATE<span class="Delimiter">;</span> +<span id="L184" class="LineNr">184 </span> type_tree* type = <a href='018type_abbreviations.cc.html#L58'>new_type_tree</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">);</span> +<span id="L185" class="LineNr">185 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>size_of<span class="Delimiter">(</span>type<span class="Delimiter">));</span> +<span id="L186" class="LineNr">186 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"new"</span><span class="Delimiter">)</span> << <span class="Constant">"size of '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name << <span class="Constant">"' is "</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>value << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L187" class="LineNr">187 </span> <span class="Normal">delete</span> type<span class="Delimiter">;</span> +<span id="L188" class="LineNr">188 </span> <span class="Delimiter">}</span> +<span id="L189" class="LineNr">189 </span> <span class="Delimiter">}</span> +<span id="L190" class="LineNr">190 </span><span class="Delimiter">}</span> +<span id="L191" class="LineNr">191 </span> +<span id="L192" class="LineNr">192 </span><span class="Comment">//: implement 'allocate' based on size</span> +<span id="L193" class="LineNr">193 </span> +<span id="L194" class="LineNr">194 </span><span class="Delimiter">:(before "End Globals")</span> +<span id="L195" class="LineNr">195 </span><span class="Normal">extern</span> <span class="Normal">const</span> <span class="Normal">int</span> Reserved_for_tests = <span class="Constant">1000</span><span class="Delimiter">;</span> +<span id="L196" class="LineNr">196 </span><span class="Normal">int</span> Memory_allocated_until = Reserved_for_tests<span class="Delimiter">;</span> +<span id="L197" class="LineNr">197 </span><span class="Normal">int</span> Initial_memory_per_routine = <span class="Constant">100000</span><span class="Delimiter">;</span> +<span id="L198" class="LineNr">198 </span><span class="Delimiter">:(before "End Reset")</span> +<span id="L199" class="LineNr">199 </span>Memory_allocated_until = Reserved_for_tests<span class="Delimiter">;</span> +<span id="L200" class="LineNr">200 </span>Initial_memory_per_routine = <span class="Constant">100000</span><span class="Delimiter">;</span> +<span id="L201" class="LineNr">201 </span><span class="Delimiter">:(before "End routine Fields")</span> +<span id="L202" class="LineNr">202 </span><span class="Normal">int</span> alloc<span class="Delimiter">,</span> alloc_max<span class="Delimiter">;</span> +<span id="L203" class="LineNr">203 </span><span class="Delimiter">:(before "End routine Constructor")</span> +<span id="L204" class="LineNr">204 </span>alloc = Memory_allocated_until<span class="Delimiter">;</span> +<span id="L205" class="LineNr">205 </span>Memory_allocated_until += Initial_memory_per_routine<span class="Delimiter">;</span> +<span id="L206" class="LineNr">206 </span>alloc_max = Memory_allocated_until<span class="Delimiter">;</span> +<span id="L207" class="LineNr">207 </span><a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"new"</span><span class="Delimiter">)</span> << <span class="Constant">"routine allocated memory from "</span> << alloc << <span class="Constant">" to "</span> << alloc_max << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L208" class="LineNr">208 </span> +<span id="L209" class="LineNr">209 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L210" class="LineNr">210 </span>ALLOCATE<span class="Delimiter">,</span> +<span id="L211" class="LineNr">211 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L212" class="LineNr">212 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"allocate"</span><span class="Delimiter">,</span> ALLOCATE<span class="Delimiter">);</span> +<span id="L213" class="LineNr">213 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L214" class="LineNr">214 </span><span class="Normal">case</span> ALLOCATE: <span class="Delimiter">{</span> +<span id="L215" class="LineNr">215 </span> <span class="Comment">// compute the space we need</span> +<span id="L216" class="LineNr">216 </span> <span class="Normal">int</span> size = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L217" class="LineNr">217 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L218" class="LineNr">218 </span> <span class="Comment">// array allocation</span> +<span id="L219" class="LineNr">219 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"array length is "</span> << ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L220" class="LineNr">220 </span> size = <span class="Comment">/*</span><span class="Comment">space for length</span><span class="Comment">*/</span><span class="Constant">1</span> + size*ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L221" class="LineNr">221 </span> <span class="Delimiter">}</span> +<span id="L222" class="LineNr">222 </span> <span class="Normal">int</span> result = allocate<span class="Delimiter">(</span>size<span class="Delimiter">);</span> +<span id="L223" class="LineNr">223 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L224" class="LineNr">224 </span> <span class="Comment">// initialize array length</span> +<span id="L225" class="LineNr">225 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing "</span> << ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> << <span class="Constant">" in location "</span> << result << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L226" class="LineNr">226 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> result<span class="Delimiter">,</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> +<span id="L227" class="LineNr">227 </span> <span class="Delimiter">}</span> +<span id="L228" class="LineNr">228 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L229" class="LineNr">229 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> +<span id="L230" class="LineNr">230 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L231" class="LineNr">231 </span><span class="Delimiter">}</span> +<span id="L232" class="LineNr">232 </span><span class="Delimiter">:(code)</span> +<span id="L233" class="LineNr">233 </span><span class="Normal">int</span> allocate<span class="Delimiter">(</span><span class="Normal">int</span> size<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L234" class="LineNr">234 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"allocating size "</span> << size << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L235" class="LineNr">235 </span><span class="CommentedCode">//? Total_alloc += size;</span> +<span id="L236" class="LineNr">236 </span><span class="CommentedCode">//? ++Num_alloc;</span> +<span id="L237" class="LineNr">237 </span> <span class="Comment">// Allocate Special-cases</span> +<span id="L238" class="LineNr">238 </span> <span class="Comment">// compute the region of memory to return</span> +<span id="L239" class="LineNr">239 </span> <span class="Comment">// really crappy at the moment</span> +<span id="L240" class="LineNr">240 </span> ensure_space<span class="Delimiter">(</span>size<span class="Delimiter">);</span> +<span id="L241" class="LineNr">241 </span> <span class="Normal">const</span> <span class="Normal">int</span> result = Current_routine<span class="Delimiter">-></span>alloc<span class="Delimiter">;</span> +<span id="L242" class="LineNr">242 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"new alloc: "</span> << result << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L243" class="LineNr">243 </span> <span class="Comment">// initialize allocated space</span> +<span id="L244" class="LineNr">244 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> <a href='043space.cc.html#L80'>address</a> = result<span class="Delimiter">;</span> <a href='043space.cc.html#L80'>address</a> < result+size<span class="Delimiter">;</span> ++address<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L245" class="LineNr">245 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 0 in location "</span> << <a href='043space.cc.html#L80'>address</a> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L246" class="LineNr">246 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L247" class="LineNr">247 </span> <span class="Delimiter">}</span> +<span id="L248" class="LineNr">248 </span> Current_routine<span class="Delimiter">-></span>alloc += size<span class="Delimiter">;</span> +<span id="L249" class="LineNr">249 </span> <span class="Comment">// no support yet for reclaiming memory between routines</span> +<span id="L250" class="LineNr">250 </span> assert<span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>alloc <= Current_routine<span class="Delimiter">-></span>alloc_max<span class="Delimiter">);</span> +<span id="L251" class="LineNr">251 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L252" class="LineNr">252 </span><span class="Delimiter">}</span> +<span id="L253" class="LineNr">253 </span> +<span id="L254" class="LineNr">254 </span><span class="Comment">//: statistics for debugging</span> +<span id="L255" class="LineNr">255 </span><span class="CommentedCode">//? :(before "End Globals")</span> +<span id="L256" class="LineNr">256 </span><span class="CommentedCode">//? int Total_alloc = 0;</span> +<span id="L257" class="LineNr">257 </span><span class="CommentedCode">//? int Num_alloc = 0;</span> +<span id="L258" class="LineNr">258 </span><span class="CommentedCode">//? int Total_free = 0;</span> +<span id="L259" class="LineNr">259 </span><span class="CommentedCode">//? int Num_free = 0;</span> +<span id="L260" class="LineNr">260 </span><span class="CommentedCode">//? :(before "End Reset")</span> +<span id="L261" class="LineNr">261 </span><span class="CommentedCode">//? if (!Memory.empty()) {</span> +<span id="L262" class="LineNr">262 </span><span class="CommentedCode">//? cerr << Total_alloc << "/" << Num_alloc</span> +<span id="L263" class="LineNr">263 </span><span class="CommentedCode">//? << " vs " << Total_free << "/" << Num_free << '\n';</span> +<span id="L264" class="LineNr">264 </span><span class="CommentedCode">//? cerr << SIZE(Memory) << '\n';</span> +<span id="L265" class="LineNr">265 </span><span class="CommentedCode">//? }</span> +<span id="L266" class="LineNr">266 </span><span class="CommentedCode">//? Total_alloc = Num_alloc = Total_free = Num_free = 0;</span> +<span id="L267" class="LineNr">267 </span> +<span id="L268" class="LineNr">268 </span><span class="Delimiter">:(code)</span> +<span id="L269" class="LineNr">269 </span><span class="Normal">void</span> ensure_space<span class="Delimiter">(</span><span class="Normal">int</span> size<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L270" class="LineNr">270 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>size > Initial_memory_per_routine<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L271" class="LineNr">271 </span> cerr << <span class="Constant">"can't allocate "</span> << size << <span class="Constant">" locations, that's too much compared to "</span> << Initial_memory_per_routine << <span class="Constant">".</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L272" class="LineNr">272 </span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L273" class="LineNr">273 </span> <span class="Delimiter">}</span> +<span id="L274" class="LineNr">274 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>alloc + size > Current_routine<span class="Delimiter">-></span>alloc_max<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L275" class="LineNr">275 </span> <span class="Comment">// waste the remaining space and create a new chunk</span> +<span id="L276" class="LineNr">276 </span> Current_routine<span class="Delimiter">-></span>alloc = Memory_allocated_until<span class="Delimiter">;</span> +<span id="L277" class="LineNr">277 </span> Memory_allocated_until += Initial_memory_per_routine<span class="Delimiter">;</span> +<span id="L278" class="LineNr">278 </span> Current_routine<span class="Delimiter">-></span>alloc_max = Memory_allocated_until<span class="Delimiter">;</span> +<span id="L279" class="LineNr">279 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"new"</span><span class="Delimiter">)</span> << <span class="Constant">"routine allocated memory from "</span> << Current_routine<span class="Delimiter">-></span>alloc << <span class="Constant">" to "</span> << Current_routine<span class="Delimiter">-></span>alloc_max << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L280" class="LineNr">280 </span> <span class="Delimiter">}</span> +<span id="L281" class="LineNr">281 </span><span class="Delimiter">}</span> +<span id="L282" class="LineNr">282 </span> +<span id="L283" class="LineNr">283 </span><span class="Delimiter">:(scenario new_initializes)</span> +<span id="L284" class="LineNr">284 </span><span class="Special">% Memory_allocated_until = 10;</span> +<span id="L285" class="LineNr">285 </span><span class="Special">% put(Memory, Memory_allocated_until, 1);</span> +<span id="L286" class="LineNr">286 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L287" class="LineNr">287 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L288" class="LineNr">288 </span>] +<span id="L289" class="LineNr">289 </span><span class="traceContains">+mem: storing 0 in location 10</span> +<span id="L290" class="LineNr">290 </span> +<span id="L291" class="LineNr">291 </span><span class="Delimiter">:(scenario new_size)</span> +<span id="L292" class="LineNr">292 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L293" class="LineNr">293 </span> <span class="Constant">11</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L294" class="LineNr">294 </span> <span class="Constant">12</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L295" class="LineNr">295 </span> <span class="Constant">13</span>:num/<span class="Special">raw <- </span>subtract <span class="Constant">12</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw</span><span class="Delimiter">,</span> <span class="Constant">11</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw</span> +<span id="L296" class="LineNr">296 </span>] +<span id="L297" class="LineNr">297 </span><span class="Comment"># size of number</span> +<span id="L298" class="LineNr">298 </span><span class="traceContains">+mem: storing 1 in location 13</span> +<span id="L299" class="LineNr">299 </span> +<span id="L300" class="LineNr">300 </span><span class="Delimiter">:(scenario new_array_size)</span> +<span id="L301" class="LineNr">301 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L302" class="LineNr">302 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">5</span> +<span id="L303" class="LineNr">303 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L304" class="LineNr">304 </span> <span class="Constant">3</span>:num/<span class="Special">raw <- </span>subtract <span class="Constant">2</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw</span><span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num/<span class="Special">raw</span> +<span id="L305" class="LineNr">305 </span>] +<span id="L306" class="LineNr">306 </span><span class="Comment"># 5 locations for array contents + array length</span> +<span id="L307" class="LineNr">307 </span><span class="traceContains">+mem: storing 6 in location 3</span> +<span id="L308" class="LineNr">308 </span> +<span id="L309" class="LineNr">309 </span><span class="Delimiter">:(scenario new_empty_array)</span> +<span id="L310" class="LineNr">310 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L311" class="LineNr">311 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">0</span> +<span id="L312" class="LineNr">312 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L313" class="LineNr">313 </span> <span class="Constant">3</span>:num/<span class="Special">raw <- </span>subtract <span class="Constant">2</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw</span><span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num/<span class="Special">raw</span> +<span id="L314" class="LineNr">314 </span>] +<span id="L315" class="LineNr">315 </span><span class="traceContains">+run: {1: ("address" "array" "number"), "raw": ()} <- new {number: "type"}, {0: "literal"}</span> +<span id="L316" class="LineNr">316 </span><span class="traceContains">+mem: array length is 0</span> +<span id="L317" class="LineNr">317 </span><span class="Comment"># one location for array length</span> +<span id="L318" class="LineNr">318 </span><span class="traceContains">+mem: storing 1 in location 3</span> +<span id="L319" class="LineNr">319 </span> +<span id="L320" class="LineNr">320 </span><span class="Comment">//: If a routine runs out of its initial allocation, it should allocate more.</span> +<span id="L321" class="LineNr">321 </span><span class="Delimiter">:(scenario new_overflow)</span> +<span id="L322" class="LineNr">322 </span><span class="Special">% Initial_memory_per_routine = 2; // barely enough room for point allocation below</span> +<span id="L323" class="LineNr">323 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L324" class="LineNr">324 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L325" class="LineNr">325 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L80'>address</a>:point/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">point:type</span> <span class="Comment"># not enough room in initial page</span> +<span id="L326" class="LineNr">326 </span>] +<span id="L327" class="LineNr">327 </span><span class="traceContains">+new: routine allocated memory from 1000 to 1002</span> +<span id="L328" class="LineNr">328 </span><span class="traceContains">+new: routine allocated memory from 1002 to 1004</span> +<span id="L329" class="LineNr">329 </span> +<span id="L330" class="LineNr">330 </span><span class="Delimiter">:(scenario new_without_ingredient)</span> +<span id="L331" class="LineNr">331 </span><span class="Special">% Hide_errors = true;</span> +<span id="L332" class="LineNr">332 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L333" class="LineNr">333 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:number<span class="Special"> <- </span><span class="Normal">new</span> <span class="Comment"># missing ingredient</span> +<span id="L334" class="LineNr">334 </span>] +<span id="L335" class="LineNr">335 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: 'new' requires one or two ingredients, but got '1:address:number <- new'</span> </pre> </body> </html> diff --git a/html/035lookup.cc.html b/html/035lookup.cc.html index 6d575f6c..7733dc2b 100644 --- a/html/035lookup.cc.html +++ b/html/035lookup.cc.html @@ -15,20 +15,19 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } .traceAbsent { color: #c00000; } -.LineNr { color: #444444; } .SalientComment { color: #00ffff; } -.Identifier { color: #c0a020; } +.LineNr { color: #444444; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } .cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -63,546 +62,476 @@ if ('onhashchange' in window) { </head> <body onload='JumpToLine();'> <pre id='vimCodeElement'> -<span id="L1" class="LineNr"> 1 </span><span class="Comment">//: Go from an address to the payload it points at (skipping the refcount)</span> -<span id="L2" class="LineNr"> 2 </span><span class="Comment">//: using /lookup.</span> -<span id="L3" class="LineNr"> 3 </span><span class="Comment">//:</span> -<span id="L4" class="LineNr"> 4 </span><span class="Comment">//: Let's say we have this address (read the top of the address layer for</span> -<span id="L5" class="LineNr"> 5 </span><span class="Comment">//: details on these diagrams):</span> -<span id="L6" class="LineNr"> 6 </span><span class="Comment">//:</span> -<span id="L7" class="LineNr"> 7 </span><span class="Comment">//: +---+------------+</span> -<span id="L8" class="LineNr"> 8 </span><span class="Comment">//: x -------> | 1 | number |</span> -<span id="L9" class="LineNr"> 9 </span><span class="Comment">//: +---+------------+</span> -<span id="L10" class="LineNr"> 10 </span><span class="Comment">//:</span> -<span id="L11" class="LineNr"> 11 </span><span class="Comment">//: Once you have an address you can read or modify its payload by performing</span> -<span id="L12" class="LineNr"> 12 </span><span class="Comment">//: a lookup:</span> -<span id="L13" class="LineNr"> 13 </span><span class="Comment">//:</span> -<span id="L14" class="LineNr"> 14 </span><span class="Comment">//: x/lookup <- copy 34</span> -<span id="L15" class="LineNr"> 15 </span><span class="Comment">//:</span> -<span id="L16" class="LineNr"> 16 </span><span class="Comment">//: or more concisely:</span> -<span id="L17" class="LineNr"> 17 </span><span class="Comment">//:</span> -<span id="L18" class="LineNr"> 18 </span><span class="Comment">//: *x <- copy 34</span> -<span id="L19" class="LineNr"> 19 </span><span class="Comment">//:</span> -<span id="L20" class="LineNr"> 20 </span><span class="Comment">//: This modifies not x, but the payload x points to:</span> -<span id="L21" class="LineNr"> 21 </span><span class="Comment">//:</span> -<span id="L22" class="LineNr"> 22 </span><span class="Comment">//: +---+------------+</span> -<span id="L23" class="LineNr"> 23 </span><span class="Comment">//: x -------> | 1 | 34 |</span> -<span id="L24" class="LineNr"> 24 </span><span class="Comment">//: +---+------------+</span> -<span id="L25" class="LineNr"> 25 </span><span class="Comment">//:</span> -<span id="L26" class="LineNr"> 26 </span><span class="Comment">//: You can also read from the payload in instructions like this:</span> -<span id="L27" class="LineNr"> 27 </span><span class="Comment">//:</span> -<span id="L28" class="LineNr"> 28 </span><span class="Comment">//: z:num <- add *x, 1</span> -<span id="L29" class="LineNr"> 29 </span><span class="Comment">//:</span> -<span id="L30" class="LineNr"> 30 </span><span class="Comment">//: After this instruction runs the value of z will be 35.</span> -<span id="L31" class="LineNr"> 31 </span><span class="Comment">//:</span> -<span id="L32" class="LineNr"> 32 </span><span class="Comment">//: The tests in this layer use unsafe operations so as to stay decoupled from</span> -<span id="L33" class="LineNr"> 33 </span><span class="Comment">//: 'new'.</span> -<span id="L34" class="LineNr"> 34 </span> -<span id="L35" class="LineNr"> 35 </span><span class="Delimiter">:(scenario copy_indirect)</span> -<span id="L36" class="LineNr"> 36 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L37" class="LineNr"> 37 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L38" class="LineNr"> 38 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L39" class="LineNr"> 39 </span> <span class="Comment"># This loads location 1 as an address and looks up *that* location.</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num/lookup -<span id="L41" class="LineNr"> 41 </span>] -<span id="L42" class="LineNr"> 42 </span><span class="Comment"># 1 contains 10. Skip refcount and lookup location 11.</span> -<span id="L43" class="LineNr"> 43 </span><span class="traceContains">+mem: storing 34 in location 2</span> -<span id="L44" class="LineNr"> 44 </span> -<span id="L45" class="LineNr"> 45 </span><span class="Delimiter">:(before "End Preprocess read_memory(x)")</span> -<span id="L46" class="LineNr"> 46 </span>canonize<span class="Delimiter">(</span>x<span class="Delimiter">);</span> -<span id="L47" class="LineNr"> 47 </span> -<span id="L48" class="LineNr"> 48 </span><span class="Comment">//: similarly, write to addresses pointing at other locations using the</span> -<span id="L49" class="LineNr"> 49 </span><span class="Comment">//: 'lookup' property</span> -<span id="L50" class="LineNr"> 50 </span><span class="Delimiter">:(scenario store_indirect)</span> -<span id="L51" class="LineNr"> 51 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L52" class="LineNr"> 52 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L53" class="LineNr"> 53 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num/lookup<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L54" class="LineNr"> 54 </span>] -<span id="L55" class="LineNr"> 55 </span><span class="traceContains">+mem: storing 34 in location 11</span> +<span id="L1" class="LineNr"> 1 </span><span class="Comment">//: Go from an address to the payload it points at using /lookup.</span> +<span id="L2" class="LineNr"> 2 </span><span class="Comment">//:</span> +<span id="L3" class="LineNr"> 3 </span><span class="Comment">//: The tests in this layer use unsafe operations so as to stay decoupled from</span> +<span id="L4" class="LineNr"> 4 </span><span class="Comment">//: 'new'.</span> +<span id="L5" class="LineNr"> 5 </span> +<span id="L6" class="LineNr"> 6 </span><span class="Delimiter">:(scenario copy_indirect)</span> +<span id="L7" class="LineNr"> 7 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L8" class="LineNr"> 8 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L9" class="LineNr"> 9 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L10" class="LineNr"> 10 </span> <span class="Comment"># This loads location 1 as an address and looks up *that* location.</span> +<span id="L11" class="LineNr"> 11 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num/lookup +<span id="L12" class="LineNr"> 12 </span>] +<span id="L13" class="LineNr"> 13 </span><span class="traceContains">+mem: storing 34 in location 2</span> +<span id="L14" class="LineNr"> 14 </span> +<span id="L15" class="LineNr"> 15 </span><span class="Delimiter">:(before "End Preprocess read_memory(x)")</span> +<span id="L16" class="LineNr"> 16 </span>canonize<span class="Delimiter">(</span>x<span class="Delimiter">);</span> +<span id="L17" class="LineNr"> 17 </span> +<span id="L18" class="LineNr"> 18 </span><span class="Comment">//: similarly, write to addresses pointing at other locations using the</span> +<span id="L19" class="LineNr"> 19 </span><span class="Comment">//: 'lookup' property</span> +<span id="L20" class="LineNr"> 20 </span><span class="Delimiter">:(scenario store_indirect)</span> +<span id="L21" class="LineNr"> 21 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L22" class="LineNr"> 22 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L23" class="LineNr"> 23 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num/lookup<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L24" class="LineNr"> 24 </span>] +<span id="L25" class="LineNr"> 25 </span><span class="traceContains">+mem: storing 34 in location 10</span> +<span id="L26" class="LineNr"> 26 </span> +<span id="L27" class="LineNr"> 27 </span><span class="Delimiter">:(before "End Preprocess write_memory(x, data)")</span> +<span id="L28" class="LineNr"> 28 </span>canonize<span class="Delimiter">(</span>x<span class="Delimiter">);</span> +<span id="L29" class="LineNr"> 29 </span> +<span id="L30" class="LineNr"> 30 </span><span class="Comment">//: writes to address 0 always loudly fail</span> +<span id="L31" class="LineNr"> 31 </span><span class="Delimiter">:(scenario store_to_0_fails)</span> +<span id="L32" class="LineNr"> 32 </span><span class="Special">% Hide_errors = true;</span> +<span id="L33" class="LineNr"> 33 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L34" class="LineNr"> 34 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L35" class="LineNr"> 35 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num/lookup<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L36" class="LineNr"> 36 </span>] +<span id="L37" class="LineNr"> 37 </span><span class="traceAbsent">-mem: storing 34 in location 0</span> +<span id="L38" class="LineNr"> 38 </span><span class="traceContains">+error: can't write to location 0 in '1:<a href='043space.cc.html#L80'>address</a>:num/lookup <- copy 34'</span> +<span id="L39" class="LineNr"> 39 </span> +<span id="L40" class="LineNr"> 40 </span><span class="Comment">//: attempts to /lookup address 0 always loudly fail</span> +<span id="L41" class="LineNr"> 41 </span><span class="Delimiter">:(scenario lookup_0_fails)</span> +<span id="L42" class="LineNr"> 42 </span><span class="Special">% Hide_errors = true;</span> +<span id="L43" class="LineNr"> 43 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L44" class="LineNr"> 44 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num/lookup +<span id="L46" class="LineNr"> 46 </span>] +<span id="L47" class="LineNr"> 47 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: tried to /lookup 0 in '2:num <- copy 1:address:num/lookup'</span> +<span id="L48" class="LineNr"> 48 </span> +<span id="L49" class="LineNr"> 49 </span><span class="Delimiter">:(code)</span> +<span id="L50" class="LineNr"> 50 </span><span class="Normal">void</span> canonize<span class="Delimiter">(</span>reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L51" class="LineNr"> 51 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>x<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L52" class="LineNr"> 52 </span> <span class="Comment">// Begin canonize(x) Lookups</span> +<span id="L53" class="LineNr"> 53 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Constant">"lookup"</span><span class="Delimiter">))</span> +<span id="L54" class="LineNr"> 54 </span> lookup_memory<span class="Delimiter">(</span>x<span class="Delimiter">);</span> +<span id="L55" class="LineNr"> 55 </span><span class="Delimiter">}</span> <span id="L56" class="LineNr"> 56 </span> -<span id="L57" class="LineNr"> 57 </span><span class="Delimiter">:(before "End Preprocess write_memory(x, data)")</span> -<span id="L58" class="LineNr"> 58 </span>canonize<span class="Delimiter">(</span>x<span class="Delimiter">);</span> -<span id="L59" class="LineNr"> 59 </span> -<span id="L60" class="LineNr"> 60 </span><span class="Comment">//: writes to address 0 always loudly fail</span> -<span id="L61" class="LineNr"> 61 </span><span class="Delimiter">:(scenario store_to_0_fails)</span> -<span id="L62" class="LineNr"> 62 </span><span class="Special">% Hide_errors = true;</span> -<span id="L63" class="LineNr"> 63 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L64" class="LineNr"> 64 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num/lookup<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L66" class="LineNr"> 66 </span>] -<span id="L67" class="LineNr"> 67 </span><span class="traceAbsent">-mem: storing 34 in location 0</span> -<span id="L68" class="LineNr"> 68 </span><span class="traceContains">+error: can't write to location 0 in '1:<a href='043space.cc.html#L82'>address</a>:num/lookup <- copy 34'</span> +<span id="L57" class="LineNr"> 57 </span><span class="Normal">void</span> lookup_memory<span class="Delimiter">(</span>reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L58" class="LineNr"> 58 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type || x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom || x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value != get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L59" class="LineNr"> 59 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to /lookup '"</span> << x<span class="Delimiter">.</span>original_string << <span class="Constant">"' but it isn't an address</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L60" class="LineNr"> 60 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L61" class="LineNr"> 61 </span> <span class="Delimiter">}</span> +<span id="L62" class="LineNr"> 62 </span> <span class="Comment">// compute value</span> +<span id="L63" class="LineNr"> 63 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>value == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L64" class="LineNr"> 64 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to /lookup 0</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L65" class="LineNr"> 65 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L66" class="LineNr"> 66 </span> <span class="Delimiter">}</span> +<span id="L67" class="LineNr"> 67 </span> lookup_memory_core<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">check_for_null</span><span class="Comment">*/</span><span class="Constant">true</span><span class="Delimiter">);</span> +<span id="L68" class="LineNr"> 68 </span><span class="Delimiter">}</span> <span id="L69" class="LineNr"> 69 </span> -<span id="L70" class="LineNr"> 70 </span><span class="Comment">//: attempts to /lookup address 0 always loudly fail</span> -<span id="L71" class="LineNr"> 71 </span><span class="Delimiter">:(scenario lookup_0_fails)</span> -<span id="L72" class="LineNr"> 72 </span><span class="Special">% Hide_errors = true;</span> -<span id="L73" class="LineNr"> 73 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L74" class="LineNr"> 74 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num/lookup -<span id="L76" class="LineNr"> 76 </span>] -<span id="L77" class="LineNr"> 77 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: tried to /lookup 0 in '2:num <- copy 1:address:num/lookup'</span> -<span id="L78" class="LineNr"> 78 </span> -<span id="L79" class="LineNr"> 79 </span><span class="Delimiter">:(code)</span> -<span id="L80" class="LineNr"> 80 </span><span class="Normal">void</span> canonize<span class="Delimiter">(</span>reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>x<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Comment">// Begin canonize(x) Lookups</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Constant">"lookup"</span><span class="Delimiter">))</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> lookup_memory<span class="Delimiter">(</span>x<span class="Delimiter">);</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="Normal">void</span> lookup_memory<span class="Delimiter">(</span>reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type || x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom || x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value != get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to /lookup '"</span> << x<span class="Delimiter">.</span>original_string << <span class="Constant">"' but it isn't an address</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Delimiter">}</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Comment">// compute value</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>value == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to /lookup 0</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Delimiter">}</span> -<span id="L97" class="LineNr"> 97 </span> lookup_memory_core<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">check_for_null</span><span class="Comment">*/</span><span class="Constant">true</span><span class="Delimiter">);</span> -<span id="L98" class="LineNr"> 98 </span><span class="Delimiter">}</span> -<span id="L99" class="LineNr"> 99 </span> -<span id="L100" class="LineNr">100 </span><span class="Normal">void</span> lookup_memory_core<span class="Delimiter">(</span>reagent& x<span class="Delimiter">,</span> <span class="Normal">bool</span> check_for_null<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L101" class="LineNr">101 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>value == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L102" class="LineNr">102 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"location "</span> << x<span class="Delimiter">.</span>value << <span class="Constant">" is "</span> << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> x<span class="Delimiter">.</span>value<span class="Delimiter">))</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L103" class="LineNr">103 </span> x<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> x<span class="Delimiter">.</span>value<span class="Delimiter">));</span> -<span id="L104" class="LineNr">104 </span> drop_from_type<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">);</span> -<span id="L105" class="LineNr">105 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>value<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L106" class="LineNr">106 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"skipping refcount at "</span> << x<span class="Delimiter">.</span>value << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L107" class="LineNr">107 </span> <span class="Conceal">¦</span> x<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>x<span class="Delimiter">.</span>value+<span class="Constant">1</span><span class="Delimiter">);</span> <span class="Comment">// skip refcount</span> -<span id="L108" class="LineNr">108 </span> <span class="Delimiter">}</span> -<span id="L109" class="LineNr">109 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>check_for_null<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L110" class="LineNr">110 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Current_routine<span class="Delimiter">)</span> -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to /lookup 0 in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"tried to /lookup 0</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L114" class="LineNr">114 </span> <span class="Delimiter">}</span> -<span id="L115" class="LineNr">115 </span> drop_one_lookup<span class="Delimiter">(</span>x<span class="Delimiter">);</span> -<span id="L116" class="LineNr">116 </span><span class="Delimiter">}</span> -<span id="L117" class="LineNr">117 </span> -<span id="L118" class="LineNr">118 </span><span class="Normal">void</span> test_lookup_address_skips_refcount<span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L119" class="LineNr">119 </span> reagent x<span class="Delimiter">(</span><span class="Constant">"*x:<a href='043space.cc.html#L82'>address</a>:num"</span><span class="Delimiter">);</span> -<span id="L120" class="LineNr">120 </span> x<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><span class="Constant">34</span><span class="Delimiter">);</span> <span class="Comment">// unsafe</span> -<span id="L121" class="LineNr">121 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">1000</span><span class="Delimiter">);</span> -<span id="L122" class="LineNr">122 </span> lookup_memory<span class="Delimiter">(</span>x<span class="Delimiter">);</span> -<span id="L123" class="LineNr">123 </span> <a href='003trace.cc.html#L232'>CHECK_TRACE_CONTENTS</a><span class="Delimiter">(</span><span class="Constant">"mem: skipping refcount at 1000"</span><span class="Delimiter">);</span> -<span id="L124" class="LineNr">124 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>x<span class="Delimiter">.</span>value<span class="Delimiter">,</span> <span class="Constant">1001</span><span class="Delimiter">);</span> -<span id="L125" class="LineNr">125 </span><span class="Delimiter">}</span> -<span id="L126" class="LineNr">126 </span> -<span id="L127" class="LineNr">127 </span><span class="Normal">void</span> test_lookup_zero_address_does_not_skip_refcount<span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L128" class="LineNr">128 </span> Hide_errors = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L129" class="LineNr">129 </span> reagent x<span class="Delimiter">(</span><span class="Constant">"*x:<a href='043space.cc.html#L82'>address</a>:num"</span><span class="Delimiter">);</span> -<span id="L130" class="LineNr">130 </span> x<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><span class="Constant">34</span><span class="Delimiter">);</span> <span class="Comment">// unsafe</span> -<span id="L131" class="LineNr">131 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L132" class="LineNr">132 </span> lookup_memory<span class="Delimiter">(</span>x<span class="Delimiter">);</span> -<span id="L133" class="LineNr">133 </span> <a href='003trace.cc.html#L252'>CHECK_TRACE_DOESNT_CONTAIN</a><span class="Delimiter">(</span><span class="Constant">"mem: skipping refcount at 0"</span><span class="Delimiter">);</span> -<span id="L134" class="LineNr">134 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>x<span class="Delimiter">.</span>value<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L135" class="LineNr">135 </span><span class="Delimiter">}</span> -<span id="L136" class="LineNr">136 </span> -<span id="L137" class="LineNr">137 </span><span class="Delimiter">:(before "End Preprocess types_strictly_match(reagent to, reagent from)")</span> -<span id="L138" class="LineNr">138 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>to<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L139" class="LineNr">139 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>from<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L140" class="LineNr">140 </span> -<span id="L141" class="LineNr">141 </span><span class="Delimiter">:(before "End Preprocess is_mu_array(reagent r)")</span> -<span id="L142" class="LineNr">142 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L143" class="LineNr">143 </span> -<span id="L144" class="LineNr">144 </span><span class="Delimiter">:(before "End Preprocess is_mu_address(reagent r)")</span> -<span id="L145" class="LineNr">145 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L70" class="LineNr"> 70 </span><span class="Normal">void</span> lookup_memory_core<span class="Delimiter">(</span>reagent& x<span class="Delimiter">,</span> <span class="Normal">bool</span> check_for_null<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>value == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L72" class="LineNr"> 72 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"location "</span> << x<span class="Delimiter">.</span>value << <span class="Constant">" is "</span> << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> x<span class="Delimiter">.</span>value<span class="Delimiter">))</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L73" class="LineNr"> 73 </span> x<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> x<span class="Delimiter">.</span>value<span class="Delimiter">));</span> +<span id="L74" class="LineNr"> 74 </span> drop_from_type<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">);</span> +<span id="L75" class="LineNr"> 75 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>check_for_null && x<span class="Delimiter">.</span>value == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Current_routine<span class="Delimiter">)</span> +<span id="L77" class="LineNr"> 77 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to /lookup 0 in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L78" class="LineNr"> 78 </span> <span class="Normal">else</span> +<span id="L79" class="LineNr"> 79 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"tried to /lookup 0</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Delimiter">}</span> +<span id="L81" class="LineNr"> 81 </span> drop_one_lookup<span class="Delimiter">(</span>x<span class="Delimiter">);</span> +<span id="L82" class="LineNr"> 82 </span><span class="Delimiter">}</span> +<span id="L83" class="LineNr"> 83 </span> +<span id="L84" class="LineNr"> 84 </span><span class="Delimiter">:(before "End Preprocess types_strictly_match(reagent to, reagent from)")</span> +<span id="L85" class="LineNr"> 85 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>to<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L86" class="LineNr"> 86 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>from<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L87" class="LineNr"> 87 </span> +<span id="L88" class="LineNr"> 88 </span><span class="Delimiter">:(before "End Preprocess is_mu_array(reagent r)")</span> +<span id="L89" class="LineNr"> 89 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L90" class="LineNr"> 90 </span> +<span id="L91" class="LineNr"> 91 </span><span class="Delimiter">:(before "End Preprocess is_mu_address(reagent r)")</span> +<span id="L92" class="LineNr"> 92 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L93" class="LineNr"> 93 </span> +<span id="L94" class="LineNr"> 94 </span><span class="Delimiter">:(before "End Preprocess is_mu_number(reagent r)")</span> +<span id="L95" class="LineNr"> 95 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L96" class="LineNr"> 96 </span><span class="Delimiter">:(before "End Preprocess is_mu_boolean(reagent r)")</span> +<span id="L97" class="LineNr"> 97 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L98" class="LineNr"> 98 </span><span class="Delimiter">:(before "End Preprocess is_mu_character(reagent r)")</span> +<span id="L99" class="LineNr"> 99 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L100" class="LineNr">100 </span> +<span id="L101" class="LineNr">101 </span><span class="Delimiter">:(after "Update product While Type-checking Merge")</span> +<span id="L102" class="LineNr">102 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>product<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L103" class="LineNr">103 </span> +<span id="L104" class="LineNr">104 </span><span class="Delimiter">:(before "End Compute Call Ingredient")</span> +<span id="L105" class="LineNr">105 </span>canonize_type<span class="Delimiter">(</span>ingredient<span class="Delimiter">);</span> +<span id="L106" class="LineNr">106 </span><span class="Delimiter">:(before "End Preprocess NEXT_INGREDIENT product")</span> +<span id="L107" class="LineNr">107 </span>canonize_type<span class="Delimiter">(</span>product<span class="Delimiter">);</span> +<span id="L108" class="LineNr">108 </span><span class="Delimiter">:(before "End Check RETURN Copy(lhs, rhs)</span> +<span id="L109" class="LineNr">109 </span>canonize_type<span class="Delimiter">(</span>lhs<span class="Delimiter">);</span> +<span id="L110" class="LineNr">110 </span>canonize_type<span class="Delimiter">(</span>rhs<span class="Delimiter">);</span> +<span id="L111" class="LineNr">111 </span> +<span id="L112" class="LineNr">112 </span><span class="Delimiter">:(before "Compute Container Size(reagent rcopy)")</span> +<span id="L113" class="LineNr">113 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>rcopy<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L114" class="LineNr">114 </span> +<span id="L115" class="LineNr">115 </span><span class="Delimiter">:(before "Compute Container Size(element, full_type)")</span> +<span id="L116" class="LineNr">116 </span>assert<span class="Delimiter">(</span>!has_property<span class="Delimiter">(</span>element<span class="Delimiter">,</span> <span class="Constant">"lookup"</span><span class="Delimiter">));</span> +<span id="L117" class="LineNr">117 </span><span class="Delimiter">:(before "Compute Exclusive Container Size(element, full_type)")</span> +<span id="L118" class="LineNr">118 </span>assert<span class="Delimiter">(</span>!has_property<span class="Delimiter">(</span>element<span class="Delimiter">,</span> <span class="Constant">"lookup"</span><span class="Delimiter">));</span> +<span id="L119" class="LineNr">119 </span> +<span id="L120" class="LineNr">120 </span><span class="Delimiter">:(code)</span> +<span id="L121" class="LineNr">121 </span><span class="Normal">bool</span> canonize_type<span class="Delimiter">(</span>reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L122" class="LineNr">122 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">"lookup"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L123" class="LineNr">123 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!r<span class="Delimiter">.</span>type || r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom || !r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left || !r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom || r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value != get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L124" class="LineNr">124 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"cannot perform lookup on '"</span> << r<span class="Delimiter">.</span>name << <span class="Constant">"' because it has non-address type "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L125" class="LineNr">125 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L126" class="LineNr">126 </span> <span class="Delimiter">}</span> +<span id="L127" class="LineNr">127 </span> drop_from_type<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">);</span> +<span id="L128" class="LineNr">128 </span> drop_one_lookup<span class="Delimiter">(</span>r<span class="Delimiter">);</span> +<span id="L129" class="LineNr">129 </span> <span class="Delimiter">}</span> +<span id="L130" class="LineNr">130 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<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="Normal">void</span> drop_one_lookup<span class="Delimiter">(</span>reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L134" class="LineNr">134 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<pair<string<span class="Delimiter">,</span> string_tree*> >::iterator p = r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L135" class="LineNr">135 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>first == <span class="Constant">"lookup"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L136" class="LineNr">136 </span> r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>p<span class="Delimiter">);</span> +<span id="L137" class="LineNr">137 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L138" class="LineNr">138 </span> <span class="Delimiter">}</span> +<span id="L139" class="LineNr">139 </span> <span class="Delimiter">}</span> +<span id="L140" class="LineNr">140 </span> assert<span class="Delimiter">(</span><span class="Constant">false</span><span class="Delimiter">);</span> +<span id="L141" class="LineNr">141 </span><span class="Delimiter">}</span> +<span id="L142" class="LineNr">142 </span> +<span id="L143" class="LineNr">143 </span><span class="Comment">//: Tedious fixup to support addresses in container/array instructions of previous layers.</span> +<span id="L144" class="LineNr">144 </span><span class="Comment">//: Most instructions don't require fixup if they use the 'ingredients' and</span> +<span id="L145" class="LineNr">145 </span><span class="Comment">//: 'products' variables in run_current_routine().</span> <span id="L146" class="LineNr">146 </span> -<span id="L147" class="LineNr">147 </span><span class="Delimiter">:(before "End Preprocess is_mu_number(reagent r)")</span> -<span id="L148" class="LineNr">148 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L149" class="LineNr">149 </span><span class="Delimiter">:(before "End Preprocess is_mu_boolean(reagent r)")</span> -<span id="L150" class="LineNr">150 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L151" class="LineNr">151 </span><span class="Delimiter">:(before "End Preprocess is_mu_character(reagent r)")</span> -<span id="L152" class="LineNr">152 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L153" class="LineNr">153 </span> -<span id="L154" class="LineNr">154 </span><span class="Delimiter">:(after "Update product While Type-checking Merge")</span> -<span id="L155" class="LineNr">155 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>product<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L156" class="LineNr">156 </span> -<span id="L157" class="LineNr">157 </span><span class="Delimiter">:(before "End Compute Call Ingredient")</span> -<span id="L158" class="LineNr">158 </span>canonize_type<span class="Delimiter">(</span>ingredient<span class="Delimiter">);</span> -<span id="L159" class="LineNr">159 </span><span class="Delimiter">:(before "End Preprocess NEXT_INGREDIENT product")</span> -<span id="L160" class="LineNr">160 </span>canonize_type<span class="Delimiter">(</span>product<span class="Delimiter">);</span> -<span id="L161" class="LineNr">161 </span><span class="Delimiter">:(before "End Check RETURN Copy(lhs, rhs)</span> -<span id="L162" class="LineNr">162 </span>canonize_type<span class="Delimiter">(</span>lhs<span class="Delimiter">);</span> -<span id="L163" class="LineNr">163 </span>canonize_type<span class="Delimiter">(</span>rhs<span class="Delimiter">);</span> -<span id="L164" class="LineNr">164 </span> -<span id="L165" class="LineNr">165 </span><span class="Delimiter">:(before "Compute Container Size(reagent rcopy)")</span> -<span id="L166" class="LineNr">166 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>rcopy<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L167" class="LineNr">167 </span> -<span id="L168" class="LineNr">168 </span><span class="Delimiter">:(before "Compute Container Size(element, full_type)")</span> -<span id="L169" class="LineNr">169 </span>assert<span class="Delimiter">(</span>!has_property<span class="Delimiter">(</span>element<span class="Delimiter">,</span> <span class="Constant">"lookup"</span><span class="Delimiter">));</span> -<span id="L170" class="LineNr">170 </span><span class="Delimiter">:(before "Compute Exclusive Container Size(element, full_type)")</span> -<span id="L171" class="LineNr">171 </span>assert<span class="Delimiter">(</span>!has_property<span class="Delimiter">(</span>element<span class="Delimiter">,</span> <span class="Constant">"lookup"</span><span class="Delimiter">));</span> -<span id="L172" class="LineNr">172 </span> -<span id="L173" class="LineNr">173 </span><span class="Delimiter">:(code)</span> -<span id="L174" class="LineNr">174 </span><span class="Normal">bool</span> canonize_type<span class="Delimiter">(</span>reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L175" class="LineNr">175 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">"lookup"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L176" class="LineNr">176 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!r<span class="Delimiter">.</span>type || r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom || !r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left || !r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom || r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value != get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"cannot perform lookup on '"</span> << r<span class="Delimiter">.</span>name << <span class="Constant">"' because it has non-address type "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L178" class="LineNr">178 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> drop_from_type<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">);</span> -<span id="L181" class="LineNr">181 </span> <span class="Conceal">¦</span> drop_one_lookup<span class="Delimiter">(</span>r<span class="Delimiter">);</span> -<span id="L182" class="LineNr">182 </span> <span class="Delimiter">}</span> -<span id="L183" class="LineNr">183 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L184" class="LineNr">184 </span><span class="Delimiter">}</span> -<span id="L185" class="LineNr">185 </span> -<span id="L186" class="LineNr">186 </span><span class="Normal">void</span> drop_one_lookup<span class="Delimiter">(</span>reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L187" class="LineNr">187 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<pair<string<span class="Delimiter">,</span> string_tree*> >::iterator p = r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>first == <span class="Constant">"lookup"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L189" class="LineNr">189 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>p<span class="Delimiter">);</span> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L192" class="LineNr">192 </span> <span class="Delimiter">}</span> -<span id="L193" class="LineNr">193 </span> assert<span class="Delimiter">(</span><span class="Constant">false</span><span class="Delimiter">);</span> -<span id="L194" class="LineNr">194 </span><span class="Delimiter">}</span> -<span id="L195" class="LineNr">195 </span> -<span id="L196" class="LineNr">196 </span><span class="Comment">//: Tedious fixup to support addresses in container/array instructions of previous layers.</span> -<span id="L197" class="LineNr">197 </span><span class="Comment">//: Most instructions don't require fixup if they use the 'ingredients' and</span> -<span id="L198" class="LineNr">198 </span><span class="Comment">//: 'products' variables in run_current_routine().</span> -<span id="L199" class="LineNr">199 </span> -<span id="L200" class="LineNr">200 </span><span class="Delimiter">:(scenario get_indirect)</span> -<span id="L201" class="LineNr">201 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L202" class="LineNr">202 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L203" class="LineNr">203 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L204" class="LineNr">204 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L205" class="LineNr">205 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> -<span id="L206" class="LineNr">206 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>get <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:point/lookup<span class="Delimiter">,</span> <span class="Constant">0:offset</span> -<span id="L207" class="LineNr">207 </span>] -<span id="L208" class="LineNr">208 </span><span class="traceContains">+mem: storing 34 in location 2</span> -<span id="L209" class="LineNr">209 </span> -<span id="L210" class="LineNr">210 </span><span class="Delimiter">:(scenario get_indirect2)</span> -<span id="L211" class="LineNr">211 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L212" class="LineNr">212 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L213" class="LineNr">213 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L214" class="LineNr">214 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L215" class="LineNr">215 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> -<span id="L216" class="LineNr">216 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">20</span>/unsafe -<span id="L217" class="LineNr">217 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num/lookup<span class="Special"> <- </span>get <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:point/lookup<span class="Delimiter">,</span> <span class="Constant">0:offset</span> -<span id="L218" class="LineNr">218 </span>] -<span id="L219" class="LineNr">219 </span><span class="traceContains">+mem: storing 34 in location 21</span> -<span id="L220" class="LineNr">220 </span> -<span id="L221" class="LineNr">221 </span><span class="Delimiter">:(scenario include_nonlookup_properties)</span> -<span id="L222" class="LineNr">222 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L223" class="LineNr">223 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L224" class="LineNr">224 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L225" class="LineNr">225 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L226" class="LineNr">226 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> -<span id="L227" class="LineNr">227 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>get <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:point/lookup/foo<span class="Delimiter">,</span> <span class="Constant">0:offset</span> -<span id="L228" class="LineNr">228 </span>] -<span id="L229" class="LineNr">229 </span><span class="traceContains">+mem: storing 34 in location 2</span> -<span id="L230" class="LineNr">230 </span> -<span id="L231" class="LineNr">231 </span><span class="Delimiter">:(after "Update GET base in Check")</span> -<span id="L232" class="LineNr">232 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>base<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L233" class="LineNr">233 </span><span class="Delimiter">:(after "Update GET product in Check")</span> -<span id="L234" class="LineNr">234 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>product<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L235" class="LineNr">235 </span><span class="Delimiter">:(after "Update GET base in Run")</span> -<span id="L236" class="LineNr">236 </span>canonize<span class="Delimiter">(</span>base<span class="Delimiter">);</span> -<span id="L237" class="LineNr">237 </span> -<span id="L238" class="LineNr">238 </span><span class="Delimiter">:(scenario put_indirect)</span> -<span id="L239" class="LineNr">239 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L240" class="LineNr">240 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L241" class="LineNr">241 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L242" class="LineNr">242 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L243" class="LineNr">243 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> -<span id="L244" class="LineNr">244 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:point/lookup<span class="Special"> <- </span><a href='001help.cc.html#L221'>put</a> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:point/lookup<span class="Delimiter">,</span> <span class="Constant">0:offset</span><span class="Delimiter">,</span> <span class="Constant">36</span> -<span id="L245" class="LineNr">245 </span>] -<span id="L246" class="LineNr">246 </span><span class="traceContains">+mem: storing 36 in location 11</span> -<span id="L247" class="LineNr">247 </span> -<span id="L248" class="LineNr">248 </span><span class="Delimiter">:(after "Update PUT base in Check")</span> -<span id="L249" class="LineNr">249 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>base<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L250" class="LineNr">250 </span><span class="Delimiter">:(after "Update PUT offset in Check")</span> -<span id="L251" class="LineNr">251 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>offset<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L252" class="LineNr">252 </span><span class="Delimiter">:(after "Update PUT base in Run")</span> -<span id="L253" class="LineNr">253 </span>canonize<span class="Delimiter">(</span>base<span class="Delimiter">);</span> -<span id="L254" class="LineNr">254 </span> -<span id="L255" class="LineNr">255 </span><span class="Delimiter">:(scenario put_product_error_with_lookup)</span> -<span id="L256" class="LineNr">256 </span><span class="Special">% Hide_errors = true;</span> -<span id="L257" class="LineNr">257 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L258" class="LineNr">258 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L259" class="LineNr">259 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L260" class="LineNr">260 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L261" class="LineNr">261 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> -<span id="L262" class="LineNr">262 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:point<span class="Special"> <- </span><a href='001help.cc.html#L221'>put</a> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:point/lookup<span class="Delimiter">,</span> <span class="Constant">x:offset</span><span class="Delimiter">,</span> <span class="Constant">36</span> -<span id="L263" class="LineNr">263 </span>] -<span id="L264" class="LineNr">264 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: product of 'put' must be first ingredient '1:address:point/lookup', but got '1:address:point'</span> -<span id="L265" class="LineNr">265 </span> -<span id="L266" class="LineNr">266 </span><span class="Delimiter">:(before "End PUT Product Checks")</span> -<span id="L267" class="LineNr">267 </span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> p = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L268" class="LineNr">268 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>p<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> -<span id="L269" class="LineNr">269 </span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> i = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L270" class="LineNr">270 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>i<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> -<span id="L271" class="LineNr">271 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match<span class="Delimiter">(</span>p<span class="Delimiter">,</span> i<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L272" class="LineNr">272 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"product of 'put' must be first ingredient '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"', but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L273" class="LineNr">273 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L274" class="LineNr">274 </span><span class="Delimiter">}</span> -<span id="L275" class="LineNr">275 </span> -<span id="L276" class="LineNr">276 </span><span class="Delimiter">:(scenario new_error)</span> -<span id="L277" class="LineNr">277 </span><span class="Special">% Hide_errors = true;</span> +<span id="L147" class="LineNr">147 </span><span class="Delimiter">:(scenario get_indirect)</span> +<span id="L148" class="LineNr">148 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L149" class="LineNr">149 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L150" class="LineNr">150 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L151" class="LineNr">151 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> +<span id="L152" class="LineNr">152 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>get <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:point/lookup<span class="Delimiter">,</span> <span class="Constant">0:offset</span> +<span id="L153" class="LineNr">153 </span>] +<span id="L154" class="LineNr">154 </span><span class="traceContains">+mem: storing 34 in location 2</span> +<span id="L155" class="LineNr">155 </span> +<span id="L156" class="LineNr">156 </span><span class="Delimiter">:(scenario get_indirect2)</span> +<span id="L157" class="LineNr">157 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L158" class="LineNr">158 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L159" class="LineNr">159 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L160" class="LineNr">160 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> +<span id="L161" class="LineNr">161 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">20</span>/unsafe +<span id="L162" class="LineNr">162 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L80'>address</a>:num/lookup<span class="Special"> <- </span>get <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:point/lookup<span class="Delimiter">,</span> <span class="Constant">0:offset</span> +<span id="L163" class="LineNr">163 </span>] +<span id="L164" class="LineNr">164 </span><span class="traceContains">+mem: storing 34 in location 20</span> +<span id="L165" class="LineNr">165 </span> +<span id="L166" class="LineNr">166 </span><span class="Delimiter">:(scenario include_nonlookup_properties)</span> +<span id="L167" class="LineNr">167 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L168" class="LineNr">168 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L169" class="LineNr">169 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L170" class="LineNr">170 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> +<span id="L171" class="LineNr">171 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>get <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:point/lookup/foo<span class="Delimiter">,</span> <span class="Constant">0:offset</span> +<span id="L172" class="LineNr">172 </span>] +<span id="L173" class="LineNr">173 </span><span class="traceContains">+mem: storing 34 in location 2</span> +<span id="L174" class="LineNr">174 </span> +<span id="L175" class="LineNr">175 </span><span class="Delimiter">:(after "Update GET base in Check")</span> +<span id="L176" class="LineNr">176 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>base<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L177" class="LineNr">177 </span><span class="Delimiter">:(after "Update GET product in Check")</span> +<span id="L178" class="LineNr">178 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>product<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L179" class="LineNr">179 </span><span class="Delimiter">:(after "Update GET base in Run")</span> +<span id="L180" class="LineNr">180 </span>canonize<span class="Delimiter">(</span>base<span class="Delimiter">);</span> +<span id="L181" class="LineNr">181 </span> +<span id="L182" class="LineNr">182 </span><span class="Delimiter">:(scenario put_indirect)</span> +<span id="L183" class="LineNr">183 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L184" class="LineNr">184 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L185" class="LineNr">185 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L186" class="LineNr">186 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> +<span id="L187" class="LineNr">187 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:point/lookup<span class="Special"> <- </span><a href='001help.cc.html#L221'>put</a> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:point/lookup<span class="Delimiter">,</span> <span class="Constant">0:offset</span><span class="Delimiter">,</span> <span class="Constant">36</span> +<span id="L188" class="LineNr">188 </span>] +<span id="L189" class="LineNr">189 </span><span class="traceContains">+mem: storing 36 in location 10</span> +<span id="L190" class="LineNr">190 </span> +<span id="L191" class="LineNr">191 </span><span class="Delimiter">:(after "Update PUT base in Check")</span> +<span id="L192" class="LineNr">192 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>base<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L193" class="LineNr">193 </span><span class="Delimiter">:(after "Update PUT offset in Check")</span> +<span id="L194" class="LineNr">194 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>offset<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L195" class="LineNr">195 </span><span class="Delimiter">:(after "Update PUT base in Run")</span> +<span id="L196" class="LineNr">196 </span>canonize<span class="Delimiter">(</span>base<span class="Delimiter">);</span> +<span id="L197" class="LineNr">197 </span> +<span id="L198" class="LineNr">198 </span><span class="Delimiter">:(scenario put_product_error_with_lookup)</span> +<span id="L199" class="LineNr">199 </span><span class="Special">% Hide_errors = true;</span> +<span id="L200" class="LineNr">200 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L201" class="LineNr">201 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L202" class="LineNr">202 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L203" class="LineNr">203 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> +<span id="L204" class="LineNr">204 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:point<span class="Special"> <- </span><a href='001help.cc.html#L221'>put</a> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:point/lookup<span class="Delimiter">,</span> <span class="Constant">x:offset</span><span class="Delimiter">,</span> <span class="Constant">36</span> +<span id="L205" class="LineNr">205 </span>] +<span id="L206" class="LineNr">206 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: product of 'put' must be first ingredient '1:address:point/lookup', but got '1:address:point'</span> +<span id="L207" class="LineNr">207 </span> +<span id="L208" class="LineNr">208 </span><span class="Delimiter">:(before "End PUT Product Checks")</span> +<span id="L209" class="LineNr">209 </span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> p = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L210" class="LineNr">210 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>p<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> +<span id="L211" class="LineNr">211 </span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> i = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L212" class="LineNr">212 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>i<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> +<span id="L213" class="LineNr">213 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match<span class="Delimiter">(</span>p<span class="Delimiter">,</span> i<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L214" class="LineNr">214 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"product of 'put' must be first ingredient '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"', but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L215" class="LineNr">215 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L216" class="LineNr">216 </span><span class="Delimiter">}</span> +<span id="L217" class="LineNr">217 </span> +<span id="L218" class="LineNr">218 </span><span class="Delimiter">:(scenario new_error)</span> +<span id="L219" class="LineNr">219 </span><span class="Special">% Hide_errors = true;</span> +<span id="L220" class="LineNr">220 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L221" class="LineNr">221 </span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L222" class="LineNr">222 </span>] +<span id="L223" class="LineNr">223 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: product of 'new' has incorrect type: '1:num/raw <- new number:type'</span> +<span id="L224" class="LineNr">224 </span> +<span id="L225" class="LineNr">225 </span><span class="Delimiter">:(after "Update NEW product in Check")</span> +<span id="L226" class="LineNr">226 </span>canonize_type<span class="Delimiter">(</span>product<span class="Delimiter">);</span> +<span id="L227" class="LineNr">227 </span> +<span id="L228" class="LineNr">228 </span><span class="Delimiter">:(scenario copy_array_indirect)</span> +<span id="L229" class="LineNr">229 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L230" class="LineNr">230 </span> <span class="Constant">10</span>:array:num:<span class="Constant">3</span><span class="Special"> <- </span>create-array +<span id="L231" class="LineNr">231 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">14</span> +<span id="L232" class="LineNr">232 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">15</span> +<span id="L233" class="LineNr">233 </span> <span class="Constant">13</span>:num<span class="Special"> <- </span>copy <span class="Constant">16</span> +<span id="L234" class="LineNr">234 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L235" class="LineNr">235 </span> <span class="Constant">2</span>:array:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num/lookup +<span id="L236" class="LineNr">236 </span>] +<span id="L237" class="LineNr">237 </span><span class="traceContains">+mem: storing 3 in location 2</span> +<span id="L238" class="LineNr">238 </span><span class="traceContains">+mem: storing 14 in location 3</span> +<span id="L239" class="LineNr">239 </span><span class="traceContains">+mem: storing 15 in location 4</span> +<span id="L240" class="LineNr">240 </span><span class="traceContains">+mem: storing 16 in location 5</span> +<span id="L241" class="LineNr">241 </span> +<span id="L242" class="LineNr">242 </span><span class="Delimiter">:(scenario create_array_indirect)</span> +<span id="L243" class="LineNr">243 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L244" class="LineNr">244 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num:<span class="Constant">3</span><span class="Special"> <- </span>copy <span class="Constant">1000</span>/unsafe <span class="Comment"># pretend allocation</span> +<span id="L245" class="LineNr">245 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num:<span class="Constant">3</span>/lookup<span class="Special"> <- </span>create-array +<span id="L246" class="LineNr">246 </span>] +<span id="L247" class="LineNr">247 </span><span class="traceContains">+mem: storing 3 in location 1000</span> +<span id="L248" class="LineNr">248 </span> +<span id="L249" class="LineNr">249 </span><span class="Delimiter">:(after "Update CREATE_ARRAY product in Check")</span> +<span id="L250" class="LineNr">250 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>product<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L251" class="LineNr">251 </span><span class="Delimiter">:(after "Update CREATE_ARRAY product in Run")</span> +<span id="L252" class="LineNr">252 </span>canonize<span class="Delimiter">(</span>product<span class="Delimiter">);</span> +<span id="L253" class="LineNr">253 </span> +<span id="L254" class="LineNr">254 </span><span class="Delimiter">:(scenario index_indirect)</span> +<span id="L255" class="LineNr">255 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L256" class="LineNr">256 </span> <span class="Constant">10</span>:array:num:<span class="Constant">3</span><span class="Special"> <- </span>create-array +<span id="L257" class="LineNr">257 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">14</span> +<span id="L258" class="LineNr">258 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">15</span> +<span id="L259" class="LineNr">259 </span> <span class="Constant">13</span>:num<span class="Special"> <- </span>copy <span class="Constant">16</span> +<span id="L260" class="LineNr">260 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L261" class="LineNr">261 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>index <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num/lookup<span class="Delimiter">,</span> <span class="Constant">1</span> +<span id="L262" class="LineNr">262 </span>] +<span id="L263" class="LineNr">263 </span><span class="traceContains">+mem: storing 15 in location 2</span> +<span id="L264" class="LineNr">264 </span> +<span id="L265" class="LineNr">265 </span><span class="Delimiter">:(before "Update INDEX base in Check")</span> +<span id="L266" class="LineNr">266 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>base<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L267" class="LineNr">267 </span><span class="Delimiter">:(before "Update INDEX index in Check")</span> +<span id="L268" class="LineNr">268 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>index<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L269" class="LineNr">269 </span><span class="Delimiter">:(before "Update INDEX product in Check")</span> +<span id="L270" class="LineNr">270 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>product<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L271" class="LineNr">271 </span> +<span id="L272" class="LineNr">272 </span><span class="Delimiter">:(before "Update INDEX base in Run")</span> +<span id="L273" class="LineNr">273 </span>canonize<span class="Delimiter">(</span>base<span class="Delimiter">);</span> +<span id="L274" class="LineNr">274 </span><span class="Delimiter">:(before "Update INDEX index in Run")</span> +<span id="L275" class="LineNr">275 </span>canonize<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L276" class="LineNr">276 </span> +<span id="L277" class="LineNr">277 </span><span class="Delimiter">:(scenario put_index_indirect)</span> <span id="L278" class="LineNr">278 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L279" class="LineNr">279 </span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L280" class="LineNr">280 </span>] -<span id="L281" class="LineNr">281 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: product of 'new' has incorrect type: '1:num/raw <- new number:type'</span> -<span id="L282" class="LineNr">282 </span> -<span id="L283" class="LineNr">283 </span><span class="Delimiter">:(after "Update NEW product in Check")</span> -<span id="L284" class="LineNr">284 </span>canonize_type<span class="Delimiter">(</span>product<span class="Delimiter">);</span> -<span id="L285" class="LineNr">285 </span> -<span id="L286" class="LineNr">286 </span><span class="Delimiter">:(scenario copy_array_indirect)</span> -<span id="L287" class="LineNr">287 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L288" class="LineNr">288 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L289" class="LineNr">289 </span> <span class="Constant">11</span>:array:num:<span class="Constant">3</span><span class="Special"> <- </span>create-array -<span id="L290" class="LineNr">290 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">14</span> -<span id="L291" class="LineNr">291 </span> <span class="Constant">13</span>:num<span class="Special"> <- </span>copy <span class="Constant">15</span> -<span id="L292" class="LineNr">292 </span> <span class="Constant">14</span>:num<span class="Special"> <- </span>copy <span class="Constant">16</span> -<span id="L293" class="LineNr">293 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L294" class="LineNr">294 </span> <span class="Constant">2</span>:array:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num/lookup -<span id="L295" class="LineNr">295 </span>] -<span id="L296" class="LineNr">296 </span><span class="traceContains">+mem: storing 3 in location 2</span> -<span id="L297" class="LineNr">297 </span><span class="traceContains">+mem: storing 14 in location 3</span> -<span id="L298" class="LineNr">298 </span><span class="traceContains">+mem: storing 15 in location 4</span> -<span id="L299" class="LineNr">299 </span><span class="traceContains">+mem: storing 16 in location 5</span> -<span id="L300" class="LineNr">300 </span> -<span id="L301" class="LineNr">301 </span><span class="Delimiter">:(scenario create_array_indirect)</span> +<span id="L279" class="LineNr">279 </span> <span class="Constant">10</span>:array:num:<span class="Constant">3</span><span class="Special"> <- </span>create-array +<span id="L280" class="LineNr">280 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">14</span> +<span id="L281" class="LineNr">281 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">15</span> +<span id="L282" class="LineNr">282 </span> <span class="Constant">13</span>:num<span class="Special"> <- </span>copy <span class="Constant">16</span> +<span id="L283" class="LineNr">283 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L284" class="LineNr">284 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num/lookup<span class="Special"> <- </span>put-index <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num/lookup<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L285" class="LineNr">285 </span>] +<span id="L286" class="LineNr">286 </span><span class="traceContains">+mem: storing 34 in location 12</span> +<span id="L287" class="LineNr">287 </span> +<span id="L288" class="LineNr">288 </span><span class="Delimiter">:(scenario put_index_indirect_2)</span> +<span id="L289" class="LineNr">289 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L290" class="LineNr">290 </span> <span class="Constant">1</span>:array:num:<span class="Constant">3</span><span class="Special"> <- </span>create-array +<span id="L291" class="LineNr">291 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">14</span> +<span id="L292" class="LineNr">292 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">15</span> +<span id="L293" class="LineNr">293 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">16</span> +<span id="L294" class="LineNr">294 </span> <span class="Constant">5</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L295" class="LineNr">295 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span> +<span id="L296" class="LineNr">296 </span> <span class="Constant">1</span>:array:num:<span class="Constant">3</span><span class="Special"> <- </span>put-index <span class="Constant">1</span>:array:num:<span class="Constant">3</span><span class="Delimiter">,</span> <span class="Constant">5</span>:<a href='043space.cc.html#L80'>address</a>:num/lookup<span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L297" class="LineNr">297 </span>] +<span id="L298" class="LineNr">298 </span><span class="traceContains">+mem: storing 34 in location 3</span> +<span id="L299" class="LineNr">299 </span> +<span id="L300" class="LineNr">300 </span><span class="Delimiter">:(scenario put_index_product_error_with_lookup)</span> +<span id="L301" class="LineNr">301 </span><span class="Special">% Hide_errors = true;</span> <span id="L302" class="LineNr">302 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L303" class="LineNr">303 </span> <span class="Constant">1000</span>:num/<span class="Special">raw <- </span>copy <span class="Constant">1</span> <span class="Comment"># pretend refcount</span> -<span id="L304" class="LineNr">304 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num:<span class="Constant">3</span><span class="Special"> <- </span>copy <span class="Constant">1000</span>/unsafe <span class="Comment"># pretend allocation</span> -<span id="L305" class="LineNr">305 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num:<span class="Constant">3</span>/lookup<span class="Special"> <- </span>create-array -<span id="L306" class="LineNr">306 </span>] -<span id="L307" class="LineNr">307 </span><span class="traceContains">+mem: storing 3 in location 1001</span> -<span id="L308" class="LineNr">308 </span> -<span id="L309" class="LineNr">309 </span><span class="Delimiter">:(after "Update CREATE_ARRAY product in Check")</span> -<span id="L310" class="LineNr">310 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>product<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L311" class="LineNr">311 </span><span class="Delimiter">:(after "Update CREATE_ARRAY product in Run")</span> -<span id="L312" class="LineNr">312 </span>canonize<span class="Delimiter">(</span>product<span class="Delimiter">);</span> -<span id="L313" class="LineNr">313 </span> -<span id="L314" class="LineNr">314 </span><span class="Delimiter">:(scenario index_indirect)</span> -<span id="L315" class="LineNr">315 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L316" class="LineNr">316 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L317" class="LineNr">317 </span> <span class="Constant">11</span>:array:num:<span class="Constant">3</span><span class="Special"> <- </span>create-array -<span id="L318" class="LineNr">318 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">14</span> -<span id="L319" class="LineNr">319 </span> <span class="Constant">13</span>:num<span class="Special"> <- </span>copy <span class="Constant">15</span> -<span id="L320" class="LineNr">320 </span> <span class="Constant">14</span>:num<span class="Special"> <- </span>copy <span class="Constant">16</span> -<span id="L321" class="LineNr">321 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L322" class="LineNr">322 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>index <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num/lookup<span class="Delimiter">,</span> <span class="Constant">1</span> -<span id="L323" class="LineNr">323 </span>] -<span id="L324" class="LineNr">324 </span><span class="traceContains">+mem: storing 15 in location 2</span> -<span id="L325" class="LineNr">325 </span> -<span id="L326" class="LineNr">326 </span><span class="Delimiter">:(before "Update INDEX base in Check")</span> -<span id="L327" class="LineNr">327 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>base<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L328" class="LineNr">328 </span><span class="Delimiter">:(before "Update INDEX index in Check")</span> -<span id="L329" class="LineNr">329 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>index<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L330" class="LineNr">330 </span><span class="Delimiter">:(before "Update INDEX product in Check")</span> -<span id="L331" class="LineNr">331 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>product<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L303" class="LineNr">303 </span> <span class="Constant">10</span>:array:num:<span class="Constant">3</span><span class="Special"> <- </span>create-array +<span id="L304" class="LineNr">304 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">14</span> +<span id="L305" class="LineNr">305 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">15</span> +<span id="L306" class="LineNr">306 </span> <span class="Constant">13</span>:num<span class="Special"> <- </span>copy <span class="Constant">16</span> +<span id="L307" class="LineNr">307 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L308" class="LineNr">308 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num<span class="Special"> <- </span>put-index <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num/lookup<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L309" class="LineNr">309 </span>] +<span id="L310" class="LineNr">310 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: product of 'put-index' must be first ingredient '1:address:array:num/lookup', but got '1:address:array:num'</span> +<span id="L311" class="LineNr">311 </span> +<span id="L312" class="LineNr">312 </span><span class="Delimiter">:(before "End PUT_INDEX Product Checks")</span> +<span id="L313" class="LineNr">313 </span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> p = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L314" class="LineNr">314 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>p<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> +<span id="L315" class="LineNr">315 </span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> i = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L316" class="LineNr">316 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>i<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> +<span id="L317" class="LineNr">317 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match<span class="Delimiter">(</span>p<span class="Delimiter">,</span> i<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L318" class="LineNr">318 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"product of 'put-index' must be first ingredient '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"', but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L319" class="LineNr">319 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L320" class="LineNr">320 </span><span class="Delimiter">}</span> +<span id="L321" class="LineNr">321 </span> +<span id="L322" class="LineNr">322 </span><span class="Delimiter">:(scenario dilated_reagent_in_static_array)</span> +<span id="L323" class="LineNr">323 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L324" class="LineNr">324 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span>array <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> number<span class="Delimiter">)</span> <span class="Constant">3</span><span class="Delimiter">)}</span><span class="Special"> <- </span>create-array +<span id="L325" class="LineNr">325 </span> <span class="Constant">5</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L326" class="LineNr">326 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span>array <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> number<span class="Delimiter">)</span> <span class="Constant">3</span><span class="Delimiter">)}</span><span class="Special"> <- </span>put-index <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span>array <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> number<span class="Delimiter">)</span> <span class="Constant">3</span><span class="Delimiter">)},</span> <span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">5</span>:<a href='043space.cc.html#L80'>address</a>:num +<span id="L327" class="LineNr">327 </span> *<span class="Constant">5</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L328" class="LineNr">328 </span> <span class="Constant">6</span>:num<span class="Special"> <- </span>copy *<span class="Constant">5</span>:<a href='043space.cc.html#L80'>address</a>:num +<span id="L329" class="LineNr">329 </span>] +<span id="L330" class="LineNr">330 </span><span class="traceContains">+run: creating array of size 4</span> +<span id="L331" class="LineNr">331 </span><span class="traceContains">+mem: storing 34 in location 6</span> <span id="L332" class="LineNr">332 </span> -<span id="L333" class="LineNr">333 </span><span class="Delimiter">:(before "Update INDEX base in Run")</span> -<span id="L334" class="LineNr">334 </span>canonize<span class="Delimiter">(</span>base<span class="Delimiter">);</span> -<span id="L335" class="LineNr">335 </span><span class="Delimiter">:(before "Update INDEX index in Run")</span> -<span id="L336" class="LineNr">336 </span>canonize<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L337" class="LineNr">337 </span> -<span id="L338" class="LineNr">338 </span><span class="Delimiter">:(scenario put_index_indirect)</span> -<span id="L339" class="LineNr">339 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L340" class="LineNr">340 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L341" class="LineNr">341 </span> <span class="Constant">11</span>:array:num:<span class="Constant">3</span><span class="Special"> <- </span>create-array -<span id="L342" class="LineNr">342 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">14</span> -<span id="L343" class="LineNr">343 </span> <span class="Constant">13</span>:num<span class="Special"> <- </span>copy <span class="Constant">15</span> -<span id="L344" class="LineNr">344 </span> <span class="Constant">14</span>:num<span class="Special"> <- </span>copy <span class="Constant">16</span> -<span id="L345" class="LineNr">345 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L346" class="LineNr">346 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num/lookup<span class="Special"> <- </span>put-index <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num/lookup<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L347" class="LineNr">347 </span>] -<span id="L348" class="LineNr">348 </span><span class="traceContains">+mem: storing 34 in location 13</span> -<span id="L349" class="LineNr">349 </span> -<span id="L350" class="LineNr">350 </span><span class="Delimiter">:(scenario put_index_indirect_2)</span> -<span id="L351" class="LineNr">351 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L352" class="LineNr">352 </span> <span class="Constant">1</span>:array:num:<span class="Constant">3</span><span class="Special"> <- </span>create-array -<span id="L353" class="LineNr">353 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">14</span> -<span id="L354" class="LineNr">354 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">15</span> -<span id="L355" class="LineNr">355 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">16</span> -<span id="L356" class="LineNr">356 </span> <span class="Constant">5</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L357" class="LineNr">357 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L358" class="LineNr">358 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span> -<span id="L359" class="LineNr">359 </span> <span class="Constant">1</span>:array:num:<span class="Constant">3</span><span class="Special"> <- </span>put-index <span class="Constant">1</span>:array:num:<span class="Constant">3</span><span class="Delimiter">,</span> <span class="Constant">5</span>:<a href='043space.cc.html#L82'>address</a>:num/lookup<span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L360" class="LineNr">360 </span>] -<span id="L361" class="LineNr">361 </span><span class="traceContains">+mem: storing 34 in location 3</span> -<span id="L362" class="LineNr">362 </span> -<span id="L363" class="LineNr">363 </span><span class="Delimiter">:(scenario put_index_product_error_with_lookup)</span> -<span id="L364" class="LineNr">364 </span><span class="Special">% Hide_errors = true;</span> -<span id="L365" class="LineNr">365 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L366" class="LineNr">366 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L367" class="LineNr">367 </span> <span class="Constant">11</span>:array:num:<span class="Constant">3</span><span class="Special"> <- </span>create-array -<span id="L368" class="LineNr">368 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">14</span> -<span id="L369" class="LineNr">369 </span> <span class="Constant">13</span>:num<span class="Special"> <- </span>copy <span class="Constant">15</span> -<span id="L370" class="LineNr">370 </span> <span class="Constant">14</span>:num<span class="Special"> <- </span>copy <span class="Constant">16</span> -<span id="L371" class="LineNr">371 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L372" class="LineNr">372 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num<span class="Special"> <- </span>put-index <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num/lookup<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L373" class="LineNr">373 </span>] -<span id="L374" class="LineNr">374 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: product of 'put-index' must be first ingredient '1:address:array:num/lookup', but got '1:address:array:num'</span> -<span id="L375" class="LineNr">375 </span> -<span id="L376" class="LineNr">376 </span><span class="Delimiter">:(before "End PUT_INDEX Product Checks")</span> -<span id="L377" class="LineNr">377 </span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> p = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L378" class="LineNr">378 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>p<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> -<span id="L379" class="LineNr">379 </span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> i = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L380" class="LineNr">380 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>i<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> -<span id="L381" class="LineNr">381 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match<span class="Delimiter">(</span>p<span class="Delimiter">,</span> i<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L382" class="LineNr">382 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"product of 'put-index' must be first ingredient '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"', but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L383" class="LineNr">383 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L384" class="LineNr">384 </span><span class="Delimiter">}</span> -<span id="L385" class="LineNr">385 </span> -<span id="L386" class="LineNr">386 </span><span class="Delimiter">:(scenario dilated_reagent_in_static_array)</span> -<span id="L387" class="LineNr">387 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L388" class="LineNr">388 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span>array <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> number<span class="Delimiter">)</span> <span class="Constant">3</span><span class="Delimiter">)}</span><span class="Special"> <- </span>create-array -<span id="L389" class="LineNr">389 </span> <span class="Constant">5</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L390" class="LineNr">390 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span>array <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> number<span class="Delimiter">)</span> <span class="Constant">3</span><span class="Delimiter">)}</span><span class="Special"> <- </span>put-index <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span>array <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> number<span class="Delimiter">)</span> <span class="Constant">3</span><span class="Delimiter">)},</span> <span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">5</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L391" class="LineNr">391 </span> *<span class="Constant">5</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L392" class="LineNr">392 </span> <span class="Constant">6</span>:num<span class="Special"> <- </span>copy *<span class="Constant">5</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L393" class="LineNr">393 </span>] -<span id="L394" class="LineNr">394 </span><span class="traceContains">+run: creating array of size 4</span> -<span id="L395" class="LineNr">395 </span><span class="traceContains">+mem: storing 34 in location 6</span> +<span id="L333" class="LineNr">333 </span><span class="Delimiter">:(before "Update PUT_INDEX base in Check")</span> +<span id="L334" class="LineNr">334 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>base<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L335" class="LineNr">335 </span><span class="Delimiter">:(before "Update PUT_INDEX index in Check")</span> +<span id="L336" class="LineNr">336 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>index<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L337" class="LineNr">337 </span><span class="Delimiter">:(before "Update PUT_INDEX value in Check")</span> +<span id="L338" class="LineNr">338 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>value<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L339" class="LineNr">339 </span> +<span id="L340" class="LineNr">340 </span><span class="Delimiter">:(before "Update PUT_INDEX base in Run")</span> +<span id="L341" class="LineNr">341 </span>canonize<span class="Delimiter">(</span>base<span class="Delimiter">);</span> +<span id="L342" class="LineNr">342 </span><span class="Delimiter">:(before "Update PUT_INDEX index in Run")</span> +<span id="L343" class="LineNr">343 </span>canonize<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L344" class="LineNr">344 </span> +<span id="L345" class="LineNr">345 </span><span class="Delimiter">:(scenario length_indirect)</span> +<span id="L346" class="LineNr">346 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L347" class="LineNr">347 </span> <span class="Constant">10</span>:array:num:<span class="Constant">3</span><span class="Special"> <- </span>create-array +<span id="L348" class="LineNr">348 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">14</span> +<span id="L349" class="LineNr">349 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">15</span> +<span id="L350" class="LineNr">350 </span> <span class="Constant">13</span>:num<span class="Special"> <- </span>copy <span class="Constant">16</span> +<span id="L351" class="LineNr">351 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L352" class="LineNr">352 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>length <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num/lookup +<span id="L353" class="LineNr">353 </span>] +<span id="L354" class="LineNr">354 </span><span class="traceContains">+mem: storing 3 in location 2</span> +<span id="L355" class="LineNr">355 </span> +<span id="L356" class="LineNr">356 </span><span class="Delimiter">:(before "Update LENGTH array in Check")</span> +<span id="L357" class="LineNr">357 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>array<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L358" class="LineNr">358 </span><span class="Delimiter">:(before "Update LENGTH array in Run")</span> +<span id="L359" class="LineNr">359 </span>canonize<span class="Delimiter">(</span>array<span class="Delimiter">);</span> +<span id="L360" class="LineNr">360 </span> +<span id="L361" class="LineNr">361 </span><span class="Delimiter">:(scenario maybe_convert_indirect)</span> +<span id="L362" class="LineNr">362 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L363" class="LineNr">363 </span> <span class="Constant">10</span>:number-<span class="Normal">or</span>-point<span class="Special"> <- </span>merge <span class="Constant">0</span>/number<span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L364" class="LineNr">364 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:number-<span class="Normal">or</span>-point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L365" class="LineNr">365 </span> <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">3</span>:<span class="Normal">bool</span><span class="Special"> <- </span>maybe-convert <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:number-<span class="Normal">or</span>-point/lookup<span class="Delimiter">,</span> <span class="Constant">i:variant</span> +<span id="L366" class="LineNr">366 </span>] +<span id="L367" class="LineNr">367 </span><span class="traceContains">+mem: storing 1 in location 3</span> +<span id="L368" class="LineNr">368 </span><span class="traceContains">+mem: storing 34 in location 2</span> +<span id="L369" class="LineNr">369 </span> +<span id="L370" class="LineNr">370 </span><span class="Delimiter">:(scenario maybe_convert_indirect_2)</span> +<span id="L371" class="LineNr">371 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L372" class="LineNr">372 </span> <span class="Constant">10</span>:number-<span class="Normal">or</span>-point<span class="Special"> <- </span>merge <span class="Constant">0</span>/number<span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L373" class="LineNr">373 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:number-<span class="Normal">or</span>-point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L374" class="LineNr">374 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">20</span>/unsafe +<span id="L375" class="LineNr">375 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L80'>address</a>:num/lookup<span class="Delimiter">,</span> <span class="Constant">3</span>:<span class="Normal">bool</span><span class="Special"> <- </span>maybe-convert <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:number-<span class="Normal">or</span>-point/lookup<span class="Delimiter">,</span> <span class="Constant">i:variant</span> +<span id="L376" class="LineNr">376 </span>] +<span id="L377" class="LineNr">377 </span><span class="traceContains">+mem: storing 1 in location 3</span> +<span id="L378" class="LineNr">378 </span><span class="traceContains">+mem: storing 34 in location 20</span> +<span id="L379" class="LineNr">379 </span> +<span id="L380" class="LineNr">380 </span><span class="Delimiter">:(scenario maybe_convert_indirect_3)</span> +<span id="L381" class="LineNr">381 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L382" class="LineNr">382 </span> <span class="Constant">10</span>:number-<span class="Normal">or</span>-point<span class="Special"> <- </span>merge <span class="Constant">0</span>/number<span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L383" class="LineNr">383 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:number-<span class="Normal">or</span>-point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L384" class="LineNr">384 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L80'>address</a>:<span class="Normal">bool</span><span class="Special"> <- </span>copy <span class="Constant">20</span>/unsafe +<span id="L385" class="LineNr">385 </span> <span class="Constant">3</span>:num<span class="Delimiter">,</span> <span class="Constant">2</span>:<a href='043space.cc.html#L80'>address</a>:<span class="Normal">bool</span>/lookup<span class="Special"> <- </span>maybe-convert <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:number-<span class="Normal">or</span>-point/lookup<span class="Delimiter">,</span> <span class="Constant">i:variant</span> +<span id="L386" class="LineNr">386 </span>] +<span id="L387" class="LineNr">387 </span><span class="traceContains">+mem: storing 1 in location 20</span> +<span id="L388" class="LineNr">388 </span><span class="traceContains">+mem: storing 34 in location 3</span> +<span id="L389" class="LineNr">389 </span> +<span id="L390" class="LineNr">390 </span><span class="Delimiter">:(before "Update MAYBE_CONVERT base in Check")</span> +<span id="L391" class="LineNr">391 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>base<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L392" class="LineNr">392 </span><span class="Delimiter">:(before "Update MAYBE_CONVERT product in Check")</span> +<span id="L393" class="LineNr">393 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>product<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L394" class="LineNr">394 </span><span class="Delimiter">:(before "Update MAYBE_CONVERT status in Check")</span> +<span id="L395" class="LineNr">395 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>status<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L396" class="LineNr">396 </span> -<span id="L397" class="LineNr">397 </span><span class="Delimiter">:(before "Update PUT_INDEX base in Check")</span> -<span id="L398" class="LineNr">398 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>base<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L399" class="LineNr">399 </span><span class="Delimiter">:(before "Update PUT_INDEX index in Check")</span> -<span id="L400" class="LineNr">400 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>index<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L401" class="LineNr">401 </span><span class="Delimiter">:(before "Update PUT_INDEX value in Check")</span> -<span id="L402" class="LineNr">402 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>value<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L397" class="LineNr">397 </span><span class="Delimiter">:(before "Update MAYBE_CONVERT base in Run")</span> +<span id="L398" class="LineNr">398 </span>canonize<span class="Delimiter">(</span>base<span class="Delimiter">);</span> +<span id="L399" class="LineNr">399 </span><span class="Delimiter">:(before "Update MAYBE_CONVERT product in Run")</span> +<span id="L400" class="LineNr">400 </span>canonize<span class="Delimiter">(</span>product<span class="Delimiter">);</span> +<span id="L401" class="LineNr">401 </span><span class="Delimiter">:(before "Update MAYBE_CONVERT status in Run")</span> +<span id="L402" class="LineNr">402 </span>canonize<span class="Delimiter">(</span>status<span class="Delimiter">);</span> <span id="L403" class="LineNr">403 </span> -<span id="L404" class="LineNr">404 </span><span class="Delimiter">:(before "Update PUT_INDEX base in Run")</span> -<span id="L405" class="LineNr">405 </span>canonize<span class="Delimiter">(</span>base<span class="Delimiter">);</span> -<span id="L406" class="LineNr">406 </span><span class="Delimiter">:(before "Update PUT_INDEX index in Run")</span> -<span id="L407" class="LineNr">407 </span>canonize<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L408" class="LineNr">408 </span> -<span id="L409" class="LineNr">409 </span><span class="Delimiter">:(scenario length_indirect)</span> -<span id="L410" class="LineNr">410 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L411" class="LineNr">411 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L412" class="LineNr">412 </span> <span class="Constant">11</span>:array:num:<span class="Constant">3</span><span class="Special"> <- </span>create-array -<span id="L413" class="LineNr">413 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">14</span> -<span id="L414" class="LineNr">414 </span> <span class="Constant">13</span>:num<span class="Special"> <- </span>copy <span class="Constant">15</span> -<span id="L415" class="LineNr">415 </span> <span class="Constant">14</span>:num<span class="Special"> <- </span>copy <span class="Constant">16</span> -<span id="L416" class="LineNr">416 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L417" class="LineNr">417 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>length <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num/lookup -<span id="L418" class="LineNr">418 </span>] -<span id="L419" class="LineNr">419 </span><span class="traceContains">+mem: storing 3 in location 2</span> -<span id="L420" class="LineNr">420 </span> -<span id="L421" class="LineNr">421 </span><span class="Delimiter">:(before "Update LENGTH array in Check")</span> -<span id="L422" class="LineNr">422 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>array<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L423" class="LineNr">423 </span><span class="Delimiter">:(before "Update LENGTH array in Run")</span> -<span id="L424" class="LineNr">424 </span>canonize<span class="Delimiter">(</span>array<span class="Delimiter">);</span> +<span id="L404" class="LineNr">404 </span><span class="Delimiter">:(scenario merge_exclusive_container_indirect)</span> +<span id="L405" class="LineNr">405 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L406" class="LineNr">406 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:number-<span class="Normal">or</span>-point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L407" class="LineNr">407 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:number-<span class="Normal">or</span>-point/lookup<span class="Special"> <- </span>merge <span class="Constant">0</span>/number<span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L408" class="LineNr">408 </span>] +<span id="L409" class="LineNr">409 </span><span class="traceContains">+mem: storing 0 in location 10</span> +<span id="L410" class="LineNr">410 </span><span class="traceContains">+mem: storing 34 in location 11</span> +<span id="L411" class="LineNr">411 </span> +<span id="L412" class="LineNr">412 </span><span class="Delimiter">:(before "Update size_mismatch Check for MERGE(x)</span> +<span id="L413" class="LineNr">413 </span>canonize<span class="Delimiter">(</span>x<span class="Delimiter">);</span> +<span id="L414" class="LineNr">414 </span> +<span id="L415" class="LineNr">415 </span><span class="Comment">//: abbreviation for '/lookup': a prefix '*'</span> +<span id="L416" class="LineNr">416 </span> +<span id="L417" class="LineNr">417 </span><span class="Delimiter">:(scenario lookup_abbreviation)</span> +<span id="L418" class="LineNr">418 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L419" class="LineNr">419 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:number<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L420" class="LineNr">420 </span> <span class="Constant">10</span>:number<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L421" class="LineNr">421 </span> <span class="Constant">3</span>:number<span class="Special"> <- </span>copy *<span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:number +<span id="L422" class="LineNr">422 </span>] +<span id="L423" class="LineNr">423 </span><span class="traceContains">+parse: ingredient: {1: ("address" "number"), "lookup": ()}</span> +<span id="L424" class="LineNr">424 </span><span class="traceContains">+mem: storing 34 in location 3</span> <span id="L425" class="LineNr">425 </span> -<span id="L426" class="LineNr">426 </span><span class="Delimiter">:(scenario maybe_convert_indirect)</span> -<span id="L427" class="LineNr">427 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L428" class="LineNr">428 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L429" class="LineNr">429 </span> <span class="Constant">11</span>:number-<span class="Normal">or</span>-point<span class="Special"> <- </span>merge <span class="Constant">0</span>/number<span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L430" class="LineNr">430 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:number-<span class="Normal">or</span>-point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L431" class="LineNr">431 </span> <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">3</span>:<span class="Normal">bool</span><span class="Special"> <- </span>maybe-convert <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:number-<span class="Normal">or</span>-point/lookup<span class="Delimiter">,</span> <span class="Constant">i:variant</span> -<span id="L432" class="LineNr">432 </span>] -<span id="L433" class="LineNr">433 </span><span class="traceContains">+mem: storing 1 in location 3</span> -<span id="L434" class="LineNr">434 </span><span class="traceContains">+mem: storing 34 in location 2</span> +<span id="L426" class="LineNr">426 </span><span class="Delimiter">:(before "End Parsing reagent")</span> +<span id="L427" class="LineNr">427 </span><span class="Delimiter">{</span> +<span id="L428" class="LineNr">428 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L77'>starts_with</a><span class="Delimiter">(</span>name<span class="Delimiter">,</span> <span class="Constant">"*"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L429" class="LineNr">429 </span> name<span class="Delimiter">.</span>erase<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L430" class="LineNr">430 </span> properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"lookup"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> +<span id="L431" class="LineNr">431 </span> <span class="Delimiter">}</span> +<span id="L432" class="LineNr">432 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>name<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> +<span id="L433" class="LineNr">433 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"illegal name '"</span> << original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</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="Delimiter">:(scenario maybe_convert_indirect_2)</span> -<span id="L437" class="LineNr">437 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L438" class="LineNr">438 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L439" class="LineNr">439 </span> <span class="Constant">11</span>:number-<span class="Normal">or</span>-point<span class="Special"> <- </span>merge <span class="Constant">0</span>/number<span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L440" class="LineNr">440 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:number-<span class="Normal">or</span>-point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L441" class="LineNr">441 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">20</span>/unsafe -<span id="L442" class="LineNr">442 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num/lookup<span class="Delimiter">,</span> <span class="Constant">3</span>:<span class="Normal">bool</span><span class="Special"> <- </span>maybe-convert <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:number-<span class="Normal">or</span>-point/lookup<span class="Delimiter">,</span> <span class="Constant">i:variant</span> -<span id="L443" class="LineNr">443 </span>] -<span id="L444" class="LineNr">444 </span><span class="traceContains">+mem: storing 1 in location 3</span> -<span id="L445" class="LineNr">445 </span><span class="traceContains">+mem: storing 34 in location 21</span> -<span id="L446" class="LineNr">446 </span> -<span id="L447" class="LineNr">447 </span><span class="Delimiter">:(scenario maybe_convert_indirect_3)</span> -<span id="L448" class="LineNr">448 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L449" class="LineNr">449 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L450" class="LineNr">450 </span> <span class="Constant">11</span>:number-<span class="Normal">or</span>-point<span class="Special"> <- </span>merge <span class="Constant">0</span>/number<span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L451" class="LineNr">451 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:number-<span class="Normal">or</span>-point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L452" class="LineNr">452 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:<span class="Normal">bool</span><span class="Special"> <- </span>copy <span class="Constant">20</span>/unsafe -<span id="L453" class="LineNr">453 </span> <span class="Constant">3</span>:num<span class="Delimiter">,</span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:<span class="Normal">bool</span>/lookup<span class="Special"> <- </span>maybe-convert <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:number-<span class="Normal">or</span>-point/lookup<span class="Delimiter">,</span> <span class="Constant">i:variant</span> -<span id="L454" class="LineNr">454 </span>] -<span id="L455" class="LineNr">455 </span><span class="traceContains">+mem: storing 1 in location 21</span> -<span id="L456" class="LineNr">456 </span><span class="traceContains">+mem: storing 34 in location 3</span> -<span id="L457" class="LineNr">457 </span> -<span id="L458" class="LineNr">458 </span><span class="Delimiter">:(before "Update MAYBE_CONVERT base in Check")</span> -<span id="L459" class="LineNr">459 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>base<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L460" class="LineNr">460 </span><span class="Delimiter">:(before "Update MAYBE_CONVERT product in Check")</span> -<span id="L461" class="LineNr">461 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>product<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L462" class="LineNr">462 </span><span class="Delimiter">:(before "Update MAYBE_CONVERT status in Check")</span> -<span id="L463" class="LineNr">463 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>status<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L464" class="LineNr">464 </span> -<span id="L465" class="LineNr">465 </span><span class="Delimiter">:(before "Update MAYBE_CONVERT base in Run")</span> -<span id="L466" class="LineNr">466 </span>canonize<span class="Delimiter">(</span>base<span class="Delimiter">);</span> -<span id="L467" class="LineNr">467 </span><span class="Delimiter">:(before "Update MAYBE_CONVERT product in Run")</span> -<span id="L468" class="LineNr">468 </span>canonize<span class="Delimiter">(</span>product<span class="Delimiter">);</span> -<span id="L469" class="LineNr">469 </span><span class="Delimiter">:(before "Update MAYBE_CONVERT status in Run")</span> -<span id="L470" class="LineNr">470 </span>canonize<span class="Delimiter">(</span>status<span class="Delimiter">);</span> -<span id="L471" class="LineNr">471 </span> -<span id="L472" class="LineNr">472 </span><span class="Delimiter">:(scenario merge_exclusive_container_indirect)</span> -<span id="L473" class="LineNr">473 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L474" class="LineNr">474 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:number-<span class="Normal">or</span>-point<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L475" class="LineNr">475 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:number-<span class="Normal">or</span>-point/lookup<span class="Special"> <- </span>merge <span class="Constant">0</span>/number<span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L476" class="LineNr">476 </span>] -<span id="L477" class="LineNr">477 </span><span class="Comment"># skip 10 for refcount</span> -<span id="L478" class="LineNr">478 </span><span class="traceContains">+mem: storing 0 in location 11</span> -<span id="L479" class="LineNr">479 </span><span class="traceContains">+mem: storing 34 in location 12</span> -<span id="L480" class="LineNr">480 </span> -<span id="L481" class="LineNr">481 </span><span class="Delimiter">:(before "Update size_mismatch Check for MERGE(x)</span> -<span id="L482" class="LineNr">482 </span>canonize<span class="Delimiter">(</span>x<span class="Delimiter">);</span> -<span id="L483" class="LineNr">483 </span> -<span id="L484" class="LineNr">484 </span><span class="Comment">//: abbreviation for '/lookup': a prefix '*'</span> -<span id="L485" class="LineNr">485 </span> -<span id="L486" class="LineNr">486 </span><span class="Delimiter">:(scenario lookup_abbreviation)</span> -<span id="L487" class="LineNr">487 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L488" class="LineNr">488 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:number<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L489" class="LineNr">489 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L490" class="LineNr">490 </span> <span class="Constant">11</span>:number<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L491" class="LineNr">491 </span> <span class="Constant">3</span>:number<span class="Special"> <- </span>copy *<span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:number -<span id="L492" class="LineNr">492 </span>] -<span id="L493" class="LineNr">493 </span><span class="traceContains">+parse: ingredient: {1: ("address" "number"), "lookup": ()}</span> -<span id="L494" class="LineNr">494 </span><span class="traceContains">+mem: storing 34 in location 3</span> -<span id="L495" class="LineNr">495 </span> -<span id="L496" class="LineNr">496 </span><span class="Delimiter">:(before "End Parsing reagent")</span> -<span id="L497" class="LineNr">497 </span><span class="Delimiter">{</span> -<span id="L498" class="LineNr">498 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L77'>starts_with</a><span class="Delimiter">(</span>name<span class="Delimiter">,</span> <span class="Constant">"*"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L499" class="LineNr">499 </span> <span class="Conceal">¦</span> name<span class="Delimiter">.</span>erase<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L500" class="LineNr">500 </span> <span class="Conceal">¦</span> properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"lookup"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> -<span id="L501" class="LineNr">501 </span> <span class="Delimiter">}</span> -<span id="L502" class="LineNr">502 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>name<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> -<span id="L503" class="LineNr">503 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"illegal name '"</span> << original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L504" class="LineNr">504 </span><span class="Delimiter">}</span> -<span id="L505" class="LineNr">505 </span> -<span id="L506" class="LineNr">506 </span><span class="SalientComment">//:: helpers for debugging</span> -<span id="L507" class="LineNr">507 </span> -<span id="L508" class="LineNr">508 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L509" class="LineNr">509 </span>_DUMP<span class="Delimiter">,</span> -<span id="L510" class="LineNr">510 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L511" class="LineNr">511 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"$dump"</span><span class="Delimiter">,</span> _DUMP<span class="Delimiter">);</span> -<span id="L512" class="LineNr">512 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L513" class="LineNr">513 </span><span class="Normal">case</span> _DUMP: <span class="Delimiter">{</span> -<span id="L514" class="LineNr">514 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> after_canonize = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L515" class="LineNr">515 </span> canonize<span class="Delimiter">(</span>after_canonize<span class="Delimiter">);</span> -<span id="L516" class="LineNr">516 </span> cerr << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name << <span class="Constant">' '</span> << no_scientific<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>value<span class="Delimiter">)</span> << <span class="Constant">" => "</span> << no_scientific<span class="Delimiter">(</span>after_canonize<span class="Delimiter">.</span>value<span class="Delimiter">)</span> << <span class="Constant">" => "</span> << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> after_canonize<span class="Delimiter">.</span>value<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L517" class="LineNr">517 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L518" class="LineNr">518 </span><span class="Delimiter">}</span> -<span id="L519" class="LineNr">519 </span> -<span id="L520" class="LineNr">520 </span><span class="Comment">//: grab an address, and then dump its value at intervals</span> -<span id="L521" class="LineNr">521 </span><span class="Comment">//: useful for tracking down memory corruption (writing to an out-of-bounds address)</span> -<span id="L522" class="LineNr">522 </span><span class="Delimiter">:(before "End Globals")</span> -<span id="L523" class="LineNr">523 </span><span class="Normal">int</span> Bar = -<span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L524" class="LineNr">524 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L525" class="LineNr">525 </span>_BAR<span class="Delimiter">,</span> -<span id="L526" class="LineNr">526 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L527" class="LineNr">527 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"$bar"</span><span class="Delimiter">,</span> _BAR<span class="Delimiter">);</span> -<span id="L528" class="LineNr">528 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L529" class="LineNr">529 </span><span class="Normal">case</span> _BAR: <span class="Delimiter">{</span> -<span id="L530" class="LineNr">530 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L531" class="LineNr">531 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Bar != -<span class="Constant">1</span><span class="Delimiter">)</span> cerr << Bar << <span class="Constant">": "</span> << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> Bar<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L532" class="LineNr">532 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L533" class="LineNr">533 </span> <span class="Delimiter">}</span> -<span id="L534" class="LineNr">534 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L535" class="LineNr">535 </span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> tmp = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L536" class="LineNr">536 </span> <span class="Conceal">¦</span> canonize<span class="Delimiter">(</span>tmp<span class="Delimiter">);</span> -<span id="L537" class="LineNr">537 </span> <span class="Conceal">¦</span> Bar = tmp<span class="Delimiter">.</span>value<span class="Delimiter">;</span> -<span id="L538" class="LineNr">538 </span> <span class="Delimiter">}</span> -<span id="L539" class="LineNr">539 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L540" class="LineNr">540 </span><span class="Delimiter">}</span> +<span id="L436" class="LineNr">436 </span><span class="SalientComment">//:: helpers for debugging</span> +<span id="L437" class="LineNr">437 </span> +<span id="L438" class="LineNr">438 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L439" class="LineNr">439 </span>_DUMP<span class="Delimiter">,</span> +<span id="L440" class="LineNr">440 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L441" class="LineNr">441 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"$dump"</span><span class="Delimiter">,</span> _DUMP<span class="Delimiter">);</span> +<span id="L442" class="LineNr">442 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L443" class="LineNr">443 </span><span class="Normal">case</span> _DUMP: <span class="Delimiter">{</span> +<span id="L444" class="LineNr">444 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> after_canonize = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L445" class="LineNr">445 </span> canonize<span class="Delimiter">(</span>after_canonize<span class="Delimiter">);</span> +<span id="L446" class="LineNr">446 </span> cerr << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name << <span class="Constant">' '</span> << no_scientific<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>value<span class="Delimiter">)</span> << <span class="Constant">" => "</span> << no_scientific<span class="Delimiter">(</span>after_canonize<span class="Delimiter">.</span>value<span class="Delimiter">)</span> << <span class="Constant">" => "</span> << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> after_canonize<span class="Delimiter">.</span>value<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L447" class="LineNr">447 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L448" class="LineNr">448 </span><span class="Delimiter">}</span> +<span id="L449" class="LineNr">449 </span> +<span id="L450" class="LineNr">450 </span><span class="Comment">//: grab an address, and then dump its value at intervals</span> +<span id="L451" class="LineNr">451 </span><span class="Comment">//: useful for tracking down memory corruption (writing to an out-of-bounds address)</span> +<span id="L452" class="LineNr">452 </span><span class="Delimiter">:(before "End Globals")</span> +<span id="L453" class="LineNr">453 </span><span class="Normal">int</span> Bar = -<span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L454" class="LineNr">454 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L455" class="LineNr">455 </span>_BAR<span class="Delimiter">,</span> +<span id="L456" class="LineNr">456 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L457" class="LineNr">457 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"$bar"</span><span class="Delimiter">,</span> _BAR<span class="Delimiter">);</span> +<span id="L458" class="LineNr">458 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L459" class="LineNr">459 </span><span class="Normal">case</span> _BAR: <span class="Delimiter">{</span> +<span id="L460" class="LineNr">460 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L461" class="LineNr">461 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Bar != -<span class="Constant">1</span><span class="Delimiter">)</span> cerr << Bar << <span class="Constant">": "</span> << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> Bar<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L462" class="LineNr">462 </span> <span class="Normal">else</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L463" class="LineNr">463 </span> <span class="Delimiter">}</span> +<span id="L464" class="LineNr">464 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L465" class="LineNr">465 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> tmp = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L466" class="LineNr">466 </span> canonize<span class="Delimiter">(</span>tmp<span class="Delimiter">);</span> +<span id="L467" class="LineNr">467 </span> Bar = tmp<span class="Delimiter">.</span>value<span class="Delimiter">;</span> +<span id="L468" class="LineNr">468 </span> <span class="Delimiter">}</span> +<span id="L469" class="LineNr">469 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L470" class="LineNr">470 </span><span class="Delimiter">}</span> </pre> </body> </html> diff --git a/html/036refcount.cc.html b/html/036refcount.cc.html index 79662480..0b496a0b 100644 --- a/html/036refcount.cc.html +++ b/html/036refcount.cc.html @@ -16,19 +16,13 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .LineNr { color: #444444; } -.SalientComment { color: #00ffff; } -.muRecipe { color: #ff8700; } -.cSpecial { color: #008000; } -.muData { color: #ffff00; } -.Identifier { color: #c0a020; } +.Constant { color: #00a0a0; } .Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.cSpecial { color: #008000; } --> </style> @@ -63,1080 +57,530 @@ if ('onhashchange' in window) { </head> <body onload='JumpToLine();'> <pre id='vimCodeElement'> -<span id="L1" class="LineNr"> 1 </span><span class="Comment">//: Update refcounts when copying addresses.</span> -<span id="L2" class="LineNr"> 2 </span><span class="Comment">//: The top of the address layer has more on refcounts.</span> -<span id="L3" class="LineNr"> 3 </span> -<span id="L4" class="LineNr"> 4 </span><span class="Delimiter">:(scenario refcounts)</span> -<span id="L5" class="LineNr"> 5 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L6" class="LineNr"> 6 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">1000</span>/unsafe -<span id="L7" class="LineNr"> 7 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L8" class="LineNr"> 8 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L9" class="LineNr"> 9 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L10" class="LineNr"> 10 </span>] -<span id="L11" class="LineNr"> 11 </span><span class="traceContains">+run: {1: ("address" "number")} <- copy {1000: "literal", "unsafe": ()}</span> -<span id="L12" class="LineNr"> 12 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L13" class="LineNr"> 13 </span><span class="traceContains">+run: {2: ("address" "number")} <- copy {1: ("address" "number")}</span> -<span id="L14" class="LineNr"> 14 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L15" class="LineNr"> 15 </span><span class="traceContains">+run: {1: ("address" "number")} <- copy {0: "literal"}</span> -<span id="L16" class="LineNr"> 16 </span><span class="traceContains">+mem: decrementing refcount of 1000: 2 -> 1</span> -<span id="L17" class="LineNr"> 17 </span><span class="traceContains">+run: {2: ("address" "number")} <- copy {0: "literal"}</span> -<span id="L18" class="LineNr"> 18 </span><span class="traceContains">+mem: decrementing refcount of 1000: 1 -> 0</span> -<span id="L19" class="LineNr"> 19 </span> -<span id="L20" class="LineNr"> 20 </span><span class="Delimiter">:(after "Writing Instruction Product(i)")</span> -<span id="L21" class="LineNr"> 21 </span><span class="Normal">if</span> <span class="Delimiter">(</span><a href='028call_return.cc.html#L115'>is_primitive</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>operation<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L22" class="LineNr"> 22 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> tmp = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L23" class="LineNr"> 23 </span> canonize<span class="Delimiter">(</span>tmp<span class="Delimiter">);</span> -<span id="L24" class="LineNr"> 24 </span> <a href='036refcount.cc.html#L35'>update_any_refcounts</a><span class="Delimiter">(</span>tmp<span class="Delimiter">,</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<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="Delimiter">:(before "End Globals")</span> -<span id="L28" class="LineNr"> 28 </span><span class="Normal">bool</span> Reclaim_memory = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L29" class="LineNr"> 29 </span><span class="Delimiter">:(before "End Commandline Options(*arg)")</span> -<span id="L30" class="LineNr"> 30 </span><span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L73'>is_equal</a><span class="Delimiter">(</span>*arg<span class="Delimiter">,</span> <span class="Constant">"--no-reclaim"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L31" class="LineNr"> 31 </span> cerr << <span class="Constant">"Disabling memory reclamation. Some tests will fail.</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L32" class="LineNr"> 32 </span> Reclaim_memory = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L33" class="LineNr"> 33 </span><span class="Delimiter">}</span> -<span id="L34" class="LineNr"> 34 </span><span class="Delimiter">:(code)</span> -<span id="L35" class="LineNr"> 35 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L35'>update_any_refcounts</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& canonized_x<span class="Delimiter">,</span> <span class="Normal">const</span> vector<<span class="Normal">double</span>>& data<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L36" class="LineNr"> 36 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Reclaim_memory<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L37" class="LineNr"> 37 </span> <a href='036refcount.cc.html#L41'>increment_any_refcounts</a><span class="Delimiter">(</span>canonized_x<span class="Delimiter">,</span> data<span class="Delimiter">);</span> <span class="Comment">// increment first so we don't reclaim on x <- copy x</span> -<span id="L38" class="LineNr"> 38 </span> <a href='036refcount.cc.html#L59'>decrement_any_refcounts</a><span class="Delimiter">(</span>canonized_x<span class="Delimiter">);</span> -<span id="L39" class="LineNr"> 39 </span><span class="Delimiter">}</span> -<span id="L40" class="LineNr"> 40 </span> -<span id="L41" class="LineNr"> 41 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L41'>increment_any_refcounts</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& canonized_x<span class="Delimiter">,</span> <span class="Normal">const</span> vector<<span class="Normal">double</span>>& data<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L42" class="LineNr"> 42 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>canonized_x<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>scalar<span class="Delimiter">(</span>data<span class="Delimiter">));</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!canonized_x<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span>size<span class="Delimiter">);</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <a href='036refcount.cc.html#L50'>increment_refcount</a><span class="Delimiter">(</span>data<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Delimiter">}</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Comment">// End Increment Refcounts(canonized_x)</span> -<span id="L48" class="LineNr"> 48 </span><span class="Delimiter">}</span> -<span id="L49" class="LineNr"> 49 </span> -<span id="L50" class="LineNr"> 50 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L50'>increment_refcount</a><span class="Delimiter">(</span><span class="Normal">int</span> new_address<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L51" class="LineNr"> 51 </span> assert<span class="Delimiter">(</span>new_address >= <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>new_address == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L53" class="LineNr"> 53 </span> ++Total_refcount_updates<span class="Delimiter">;</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Normal">int</span> new_refcount = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> new_address<span class="Delimiter">);</span> -<span id="L55" class="LineNr"> 55 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"incrementing refcount of "</span> << new_address << <span class="Constant">": "</span> << new_refcount << <span class="Constant">" -> "</span> << new_refcount+<span class="Constant">1</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L56" class="LineNr"> 56 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> new_address<span class="Delimiter">,</span> new_refcount+<span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L57" class="LineNr"> 57 </span><span class="Delimiter">}</span> -<span id="L58" class="LineNr"> 58 </span> -<span id="L59" class="LineNr"> 59 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L59'>decrement_any_refcounts</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& canonized_x<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L60" class="LineNr"> 60 </span> <span class="Comment">// Begin Decrement Refcounts(canonized_x)</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>canonized_x<span class="Delimiter">)</span> && canonized_x<span class="Delimiter">.</span>value != <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!canonized_x<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span>size<span class="Delimiter">);</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> <a href='036refcount.cc.html#L68'>decrement_refcount</a><span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> canonized_x<span class="Delimiter">.</span>value<span class="Delimiter">),</span> <a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">(</span>canonized_x<span class="Delimiter">.</span>type<span class="Delimiter">),</span> <a href='036refcount.cc.html#L84'>payload_size</a><span class="Delimiter">(</span>canonized_x<span class="Delimiter">));</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Delimiter">}</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Comment">// End Decrement Refcounts(canonized_x)</span> -<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="Normal">void</span> <a href='036refcount.cc.html#L68'>decrement_refcount</a><span class="Delimiter">(</span><span class="Normal">int</span> old_address<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* <a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">,</span> <span class="Normal">int</span> <a href='036refcount.cc.html#L84'>payload_size</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L69" class="LineNr"> 69 </span> assert<span class="Delimiter">(</span>old_address >= <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>old_address == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L71" class="LineNr"> 71 </span> ++Total_refcount_updates<span class="Delimiter">;</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Normal">int</span> old_refcount = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> old_address<span class="Delimiter">);</span> -<span id="L73" class="LineNr"> 73 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"decrementing refcount of "</span> << old_address << <span class="Constant">": "</span> << old_refcount << <span class="Constant">" -> "</span> << old_refcount-<span class="Constant">1</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L74" class="LineNr"> 74 </span> --old_refcount<span class="Delimiter">;</span> -<span id="L75" class="LineNr"> 75 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> old_address<span class="Delimiter">,</span> old_refcount<span class="Delimiter">);</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>old_refcount < <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"Negative refcount!!! "</span> << old_address << <span class="Constant">' '</span> << old_refcount << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">)</span> Trace_stream<span class="Delimiter">-></span><a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">();</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Delimiter">}</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Comment">// End Decrement Refcount(old_address, payload_type, payload_size)</span> -<span id="L82" class="LineNr"> 82 </span><span class="Delimiter">}</span> -<span id="L83" class="LineNr"> 83 </span> -<span id="L84" class="LineNr"> 84 </span><span class="Normal">int</span> <a href='036refcount.cc.html#L84'>payload_size</a><span class="Delimiter">(</span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> x<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L85" class="LineNr"> 85 </span> x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"lookup"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> -<span id="L86" class="LineNr"> 86 </span> lookup_memory_core<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">check_for_null</span><span class="Comment">*/</span><span class="Constant">false</span><span class="Delimiter">);</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Identifier">return</span> size_of<span class="Delimiter">(</span>x<span class="Delimiter">)</span> + <span class="Comment">/*</span><span class="Comment">refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L88" class="LineNr"> 88 </span><span class="Delimiter">}</span> -<span id="L89" class="LineNr"> 89 </span> -<span id="L90" class="LineNr"> 90 </span><span class="Delimiter">:(scenario refcounts_reflexive)</span> -<span id="L91" class="LineNr"> 91 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L92" class="LineNr"> 92 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Comment"># idempotent copies leave refcount unchanged</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L95" class="LineNr"> 95 </span>] -<span id="L96" class="LineNr"> 96 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L97" class="LineNr"> 97 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L98" class="LineNr"> 98 </span><span class="traceContains">+run: {1: ("address" "number")} <- copy {1: ("address" "number")}</span> -<span id="L99" class="LineNr"> 99 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L100" class="LineNr"> 100 </span><span class="traceContains">+mem: decrementing refcount of 1000: 2 -> 1</span> -<span id="L101" class="LineNr"> 101 </span> -<span id="L102" class="LineNr"> 102 </span><span class="Delimiter">:(scenario refcounts_call)</span> -<span id="L103" class="LineNr"> 103 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L104" class="LineNr"> 104 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L105" class="LineNr"> 105 </span> <span class="Comment"># passing in addresses to recipes increments refcount</span> -<span id="L106" class="LineNr"> 106 </span> foo <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L107" class="LineNr"> 107 </span> <span class="Comment"># return does NOT yet decrement refcount; memory must be explicitly managed</span> -<span id="L108" class="LineNr"> 108 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L109" class="LineNr"> 109 </span>] -<span id="L110" class="LineNr"> 110 </span><span class="muRecipe">def</span> foo [ -<span id="L111" class="LineNr"> 111 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>next-ingredient -<span id="L112" class="LineNr"> 112 </span>] -<span id="L113" class="LineNr"> 113 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L114" class="LineNr"> 114 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L115" class="LineNr"> 115 </span><span class="traceContains">+run: foo {1: ("address" "number")}</span> -<span id="L116" class="LineNr"> 116 </span><span class="Comment"># leave ambiguous precisely when the next increment happens</span> -<span id="L117" class="LineNr"> 117 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L118" class="LineNr"> 118 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L119" class="LineNr"> 119 </span><span class="traceContains">+mem: decrementing refcount of 1000: 2 -> 1</span> -<span id="L120" class="LineNr"> 120 </span> -<span id="L121" class="LineNr"> 121 </span><span class="Comment">//: fix up any instructions that don't follow the usual flow of read_memory</span> -<span id="L122" class="LineNr"> 122 </span><span class="Comment">//: before the RUN switch, and write_memory after</span> -<span id="L123" class="LineNr"> 123 </span> -<span id="L124" class="LineNr"> 124 </span><span class="Delimiter">:(scenario refcounts_put)</span> -<span id="L125" class="LineNr"> 125 </span><span class="muData">container</span> foo [ -<span id="L126" class="LineNr"> 126 </span> <span class="Normal">x</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L127" class="LineNr"> 127 </span>] -<span id="L128" class="LineNr"> 128 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L129" class="LineNr"> 129 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L130" class="LineNr"> 130 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:foo<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo:type</span> -<span id="L131" class="LineNr"> 131 </span> *<span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:foo<span class="Special"> <- </span><a href='001help.cc.html#L221'>put</a> *<span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:foo<span class="Delimiter">,</span> <span class="Constant">x:offset</span><span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L132" class="LineNr"> 132 </span>] -<span id="L133" class="LineNr"> 133 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L134" class="LineNr"> 134 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L135" class="LineNr"> 135 </span><span class="traceContains">+run: {2: ("address" "foo")} <- new {foo: "type"}</span> -<span id="L136" class="LineNr"> 136 </span><span class="traceContains">+mem: incrementing refcount of 1002: 0 -> 1</span> -<span id="L137" class="LineNr"> 137 </span><span class="traceContains">+run: {2: ("address" "foo"), "lookup": ()} <- <a href='001help.cc.html#L221'>put</a> {2: ("address" "foo"), "lookup": ()}, {x: "offset"}, {1: ("address" "number")}</span> -<span id="L138" class="LineNr"> 138 </span><span class="Comment"># put increments refcount</span> -<span id="L139" class="LineNr"> 139 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L140" class="LineNr"> 140 </span> -<span id="L141" class="LineNr"> 141 </span><span class="Delimiter">:(after "Write Memory in PUT in Run")</span> -<span id="L142" class="LineNr"> 142 </span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> element = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>base<span class="Delimiter">.</span>type<span class="Delimiter">,</span> offset<span class="Delimiter">);</span> -<span id="L143" class="LineNr"> 143 </span>assert<span class="Delimiter">(</span>!has_property<span class="Delimiter">(</span>element<span class="Delimiter">,</span> <span class="Constant">"lookup"</span><span class="Delimiter">));</span> -<span id="L144" class="LineNr"> 144 </span>element<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">);</span> -<span id="L145" class="LineNr"> 145 </span><a href='036refcount.cc.html#L35'>update_any_refcounts</a><span class="Delimiter">(</span>element<span class="Delimiter">,</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">));</span> -<span id="L146" class="LineNr"> 146 </span> -<span id="L147" class="LineNr"> 147 </span><span class="Delimiter">:(scenario refcounts_put_index)</span> -<span id="L148" class="LineNr"> 148 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L149" class="LineNr"> 149 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L150" class="LineNr"> 150 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:array:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Delimiter">{(</span><a href='043space.cc.html#L82'>address</a> number<span class="Delimiter">)</span>: type<span class="Delimiter">},</span> <span class="Constant">3</span> -<span id="L151" class="LineNr"> 151 </span> *<span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:array:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>put-index *<span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:array:<a href='043space.cc.html#L82'>address</a>:num<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L152" class="LineNr"> 152 </span>] -<span id="L153" class="LineNr"> 153 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L154" class="LineNr"> 154 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L155" class="LineNr"> 155 </span><span class="traceContains">+run: {2: ("address" "array" "address" "number")} <- new {(address number): "type"}, {3: "literal"}</span> -<span id="L156" class="LineNr"> 156 </span><span class="traceContains">+mem: incrementing refcount of 1002: 0 -> 1</span> -<span id="L157" class="LineNr"> 157 </span><span class="traceContains">+run: {2: ("address" "array" "address" "number"), "lookup": ()} <- put-index {2: ("address" "array" "address" "number"), "lookup": ()}, {0: "literal"}, {1: ("address" "number")}</span> -<span id="L158" class="LineNr"> 158 </span><span class="Comment"># put-index increments refcount</span> -<span id="L159" class="LineNr"> 159 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L160" class="LineNr"> 160 </span> -<span id="L161" class="LineNr"> 161 </span><span class="Delimiter">:(after "Write Memory in PUT_INDEX in Run")</span> -<span id="L162" class="LineNr"> 162 </span>reagent<span class="Comment">/*</span><span class="Comment">local</span><span class="Comment">*/</span> element<span class="Delimiter">;</span> -<span id="L163" class="LineNr"> 163 </span>element<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">);</span> -<span id="L164" class="LineNr"> 164 </span>element<span class="Delimiter">.</span>type = <a href='032array.cc.html#L377'>copy_array_element</a><span class="Delimiter">(</span>base<span class="Delimiter">.</span>type<span class="Delimiter">);</span> -<span id="L165" class="LineNr"> 165 </span><a href='036refcount.cc.html#L35'>update_any_refcounts</a><span class="Delimiter">(</span>element<span class="Delimiter">,</span> value<span class="Delimiter">);</span> -<span id="L166" class="LineNr"> 166 </span> -<span id="L167" class="LineNr"> 167 </span><span class="Delimiter">:(scenario refcounts_maybe_convert)</span> -<span id="L168" class="LineNr"> 168 </span><span class="muData">exclusive-container</span> foo [ -<span id="L169" class="LineNr"> 169 </span> <span class="Normal">x</span>:num -<span id="L170" class="LineNr"> 170 </span> <span class="Normal">p</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L171" class="LineNr"> 171 </span>] -<span id="L172" class="LineNr"> 172 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L173" class="LineNr"> 173 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L174" class="LineNr"> 174 </span> <span class="Constant">2</span>:foo<span class="Special"> <- </span>merge <span class="Constant">1</span>/p<span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L175" class="LineNr"> 175 </span> <span class="Constant">4</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Delimiter">,</span> <span class="Constant">5</span>:<span class="Normal">bool</span><span class="Special"> <- </span>maybe-convert <span class="Constant">2</span>:foo<span class="Delimiter">,</span> <span class="Constant">1:variant/p</span> -<span id="L176" class="LineNr"> 176 </span>] -<span id="L177" class="LineNr"> 177 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L178" class="LineNr"> 178 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L179" class="LineNr"> 179 </span><span class="Comment"># merging in an address increments refcount</span> -<span id="L180" class="LineNr"> 180 </span><span class="traceContains">+run: {2: "foo"} <- merge {1: "literal", "p": ()}, {1: ("address" "number")}</span> -<span id="L181" class="LineNr"> 181 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L182" class="LineNr"> 182 </span><span class="traceContains">+run: {4: ("address" "number")}, {5: "boolean"} <- maybe-convert {2: "foo"}, {1: "variant", "p": ()}</span> -<span id="L183" class="LineNr"> 183 </span><span class="Comment"># maybe-convert increments refcount on success</span> -<span id="L184" class="LineNr"> 184 </span><span class="traceContains">+mem: incrementing refcount of 1000: 2 -> 3</span> -<span id="L185" class="LineNr"> 185 </span> -<span id="L186" class="LineNr"> 186 </span><span class="Delimiter">:(after "Write Memory in Successful MAYBE_CONVERT")</span> -<span id="L187" class="LineNr"> 187 </span><span class="Comment">// todo: double-check data here as well</span> -<span id="L188" class="LineNr"> 188 </span>vector<<span class="Normal">double</span>> data<span class="Delimiter">;</span> -<span id="L189" class="LineNr"> 189 </span><span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < size_of<span class="Delimiter">(</span>product<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L190" class="LineNr"> 190 </span> data<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> base_address+<span class="Comment">/*</span><span class="Comment">skip tag</span><span class="Comment">*/</span><span class="Constant">1</span>+i<span class="Delimiter">));</span> -<span id="L191" class="LineNr"> 191 </span><a href='036refcount.cc.html#L35'>update_any_refcounts</a><span class="Delimiter">(</span>product<span class="Delimiter">,</span> data<span class="Delimiter">);</span> -<span id="L192" class="LineNr"> 192 </span> -<span id="L193" class="LineNr"> 193 </span><span class="SalientComment">//:: manage refcounts in instructions that copy multiple locations at a time</span> -<span id="L194" class="LineNr"> 194 </span> -<span id="L195" class="LineNr"> 195 </span><span class="Delimiter">:(scenario refcounts_copy_nested)</span> -<span id="L196" class="LineNr"> 196 </span><span class="muData">container</span> foo [ -<span id="L197" class="LineNr"> 197 </span> <span class="Normal">x</span>:<a href='043space.cc.html#L82'>address</a>:num <span class="Comment"># address inside container</span> -<span id="L198" class="LineNr"> 198 </span>] -<span id="L199" class="LineNr"> 199 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L200" class="LineNr"> 200 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L201" class="LineNr"> 201 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:foo<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo:type</span> -<span id="L202" class="LineNr"> 202 </span> *<span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:foo<span class="Special"> <- </span><a href='001help.cc.html#L221'>put</a> *<span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:foo<span class="Delimiter">,</span> <span class="Constant">x:offset</span><span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L203" class="LineNr"> 203 </span> <span class="Constant">3</span>:foo<span class="Special"> <- </span>copy *<span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:foo -<span id="L204" class="LineNr"> 204 </span>] -<span id="L205" class="LineNr"> 205 </span><span class="traceContains">+transform: compute <a href='043space.cc.html#L82'>address</a> offsets for container foo</span> -<span id="L206" class="LineNr"> 206 </span><span class="traceContains">+transform: checking container foo, element 0</span> -<span id="L207" class="LineNr"> 207 </span><span class="traceContains">+transform: <a href='043space.cc.html#L82'>address</a> at offset 0</span> -<span id="L208" class="LineNr"> 208 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L209" class="LineNr"> 209 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L210" class="LineNr"> 210 </span><span class="traceContains">+run: {2: ("address" "foo"), "lookup": ()} <- <a href='001help.cc.html#L221'>put</a> {2: ("address" "foo"), "lookup": ()}, {x: "offset"}, {1: ("address" "number")}</span> -<span id="L211" class="LineNr"> 211 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L212" class="LineNr"> 212 </span><span class="Comment"># copying a container increments refcounts of any contained addresses</span> -<span id="L213" class="LineNr"> 213 </span><span class="traceContains">+run: {3: "foo"} <- copy {2: ("address" "foo"), "lookup": ()}</span> -<span id="L214" class="LineNr"> 214 </span><span class="traceContains">+mem: incrementing refcount of 1000: 2 -> 3</span> -<span id="L215" class="LineNr"> 215 </span> -<span id="L216" class="LineNr"> 216 </span><span class="Delimiter">:(before "End type_tree Definition")</span> -<span id="L217" class="LineNr"> 217 </span><span class="Normal">struct</span> address_element_info <span class="Delimiter">{</span> -<span id="L218" class="LineNr"> 218 </span> <span class="Comment">// Where inside a container type (after flattening nested containers!) the</span> -<span id="L219" class="LineNr"> 219 </span> <span class="Comment">// address lies</span> -<span id="L220" class="LineNr"> 220 </span> <span class="Normal">int</span> offset<span class="Delimiter">;</span> -<span id="L221" class="LineNr"> 221 </span> -<span id="L222" class="LineNr"> 222 </span> <span class="Comment">// All the information we need to compute sizes of items inside an address</span> -<span id="L223" class="LineNr"> 223 </span> <span class="Comment">// inside a container. 'payload_type' doesn't need to be a full-scale</span> -<span id="L224" class="LineNr"> 224 </span> <span class="Comment">// reagent because an address inside a container can never be an array, and</span> -<span id="L225" class="LineNr"> 225 </span> <span class="Comment">// because arrays are the only type that need to know their location to</span> -<span id="L226" class="LineNr"> 226 </span> <span class="Comment">// compute their size.</span> -<span id="L227" class="LineNr"> 227 </span> <span class="Normal">const</span> type_tree* <a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">;</span> -<span id="L228" class="LineNr"> 228 </span> -<span id="L229" class="LineNr"> 229 </span> address_element_info<span class="Delimiter">(</span><span class="Normal">int</span> o<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* p<span class="Delimiter">);</span> -<span id="L230" class="LineNr"> 230 </span> address_element_info<span class="Delimiter">(</span><span class="Normal">const</span> address_element_info& other<span class="Delimiter">);</span> -<span id="L231" class="LineNr"> 231 </span> <a href='036refcount.cc.html#L243'>~address_element_info</a><span class="Delimiter">();</span> -<span id="L232" class="LineNr"> 232 </span> address_element_info& <span class="Normal">operator</span>=<span class="Delimiter">(</span><span class="Normal">const</span> address_element_info& other<span class="Delimiter">);</span> -<span id="L233" class="LineNr"> 233 </span><span class="Delimiter">};</span> -<span id="L234" class="LineNr"> 234 </span><span class="Delimiter">:(code)</span> -<span id="L235" class="LineNr"> 235 </span>address_element_info::address_element_info<span class="Delimiter">(</span><span class="Normal">int</span> o<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L236" class="LineNr"> 236 </span> offset = o<span class="Delimiter">;</span> -<span id="L237" class="LineNr"> 237 </span> <a href='030container.cc.html#L238'>payload_type</a> = p<span class="Delimiter">;</span> -<span id="L238" class="LineNr"> 238 </span><span class="Delimiter">}</span> -<span id="L239" class="LineNr"> 239 </span>address_element_info::address_element_info<span class="Delimiter">(</span><span class="Normal">const</span> address_element_info& other<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L240" class="LineNr"> 240 </span> offset = other<span class="Delimiter">.</span>offset<span class="Delimiter">;</span> -<span id="L241" class="LineNr"> 241 </span> <a href='030container.cc.html#L238'>payload_type</a> = copy<span class="Delimiter">(</span>other<span class="Delimiter">.</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">);</span> -<span id="L242" class="LineNr"> 242 </span><span class="Delimiter">}</span> -<span id="L243" class="LineNr"> 243 </span>address_element_info::<a href='036refcount.cc.html#L243'>~address_element_info</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L244" class="LineNr"> 244 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L245" class="LineNr"> 245 </span> <span class="Conceal">¦</span> <span class="Normal">delete</span> <a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">;</span> -<span id="L246" class="LineNr"> 246 </span> <span class="Conceal">¦</span> <a href='030container.cc.html#L238'>payload_type</a> = <span class="Constant">NULL</span><span class="Delimiter">;</span> -<span id="L247" class="LineNr"> 247 </span> <span class="Delimiter">}</span> -<span id="L248" class="LineNr"> 248 </span><span class="Delimiter">}</span> -<span id="L249" class="LineNr"> 249 </span>address_element_info& address_element_info::<span class="Normal">operator</span>=<span class="Delimiter">(</span><span class="Normal">const</span> address_element_info& other<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L250" class="LineNr"> 250 </span> offset = other<span class="Delimiter">.</span>offset<span class="Delimiter">;</span> -<span id="L251" class="LineNr"> 251 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">)</span> <span class="Normal">delete</span> <a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">;</span> -<span id="L252" class="LineNr"> 252 </span> <a href='030container.cc.html#L238'>payload_type</a> = copy<span class="Delimiter">(</span>other<span class="Delimiter">.</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">);</span> -<span id="L253" class="LineNr"> 253 </span> <span class="Identifier">return</span> *<span class="Normal">this</span><span class="Delimiter">;</span> -<span id="L254" class="LineNr"> 254 </span><span class="Delimiter">}</span> -<span id="L255" class="LineNr"> 255 </span> -<span id="L256" class="LineNr"> 256 </span><span class="Delimiter">:(before "End type_tree Definition")</span> -<span id="L257" class="LineNr"> 257 </span><span class="Comment">// For exclusive containers we might sometimes have an address at some offset</span> -<span id="L258" class="LineNr"> 258 </span><span class="Comment">// if some other offset has a specific tag. This struct encapsulates such</span> -<span id="L259" class="LineNr"> 259 </span><span class="Comment">// guards.</span> -<span id="L260" class="LineNr"> 260 </span><span class="Normal">struct</span> tag_condition_info <span class="Delimiter">{</span> -<span id="L261" class="LineNr"> 261 </span> <span class="Normal">int</span> offset<span class="Delimiter">;</span> -<span id="L262" class="LineNr"> 262 </span> <span class="Normal">int</span> tag<span class="Delimiter">;</span> -<span id="L263" class="LineNr"> 263 </span> tag_condition_info<span class="Delimiter">(</span><span class="Normal">int</span> o<span class="Delimiter">,</span> <span class="Normal">int</span> t<span class="Delimiter">)</span> :offset<span class="Delimiter">(</span>o<span class="Delimiter">),</span> tag<span class="Delimiter">(</span>t<span class="Delimiter">)</span> <span class="Delimiter">{}</span> -<span id="L264" class="LineNr"> 264 </span><span class="Delimiter">};</span> -<span id="L265" class="LineNr"> 265 </span> -<span id="L266" class="LineNr"> 266 </span><span class="Delimiter">:(before "End container_metadata Fields")</span> -<span id="L267" class="LineNr"> 267 </span><span class="Comment">// a list of facts of the form:</span> -<span id="L268" class="LineNr"> 268 </span><span class="Comment">//</span> -<span id="L269" class="LineNr"> 269 </span><span class="Comment">// IF offset o1 has tag t2 AND offset o2 has tag t2 AND .., THEN</span> -<span id="L270" class="LineNr"> 270 </span><span class="Comment">// for all address_element_infos:</span> -<span id="L271" class="LineNr"> 271 </span><span class="Comment">// you need to update refcounts for the address at offset pointing to a payload of type payload_type (just in case we need to abandon something in the process)</span> -<span id="L272" class="LineNr"> 272 </span>map<set<tag_condition_info><span class="Delimiter">,</span> set<address_element_info> > <a href='043space.cc.html#L82'>address</a><span class="Delimiter">;</span> -<span id="L273" class="LineNr"> 273 </span><span class="Delimiter">:(code)</span> -<span id="L274" class="LineNr"> 274 </span><span class="Normal">bool</span> <span class="Normal">operator</span><<span class="Delimiter">(</span><span class="Normal">const</span> set<tag_condition_info>& a<span class="Delimiter">,</span> <span class="Normal">const</span> set<tag_condition_info>& b<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L275" class="LineNr"> 275 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">.</span>size<span class="Delimiter">()</span> != b<span class="Delimiter">.</span>size<span class="Delimiter">())</span> <span class="Identifier">return</span> a<span class="Delimiter">.</span>size<span class="Delimiter">()</span> < b<span class="Delimiter">.</span>size<span class="Delimiter">();</span> -<span id="L276" class="LineNr"> 276 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>set<tag_condition_info>::const_iterator pa = a<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> pb = b<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> pa != a<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++pa<span class="Delimiter">,</span> ++pb<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L277" class="LineNr"> 277 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>pa<span class="Delimiter">-></span>offset != pb<span class="Delimiter">-></span>offset<span class="Delimiter">)</span> <span class="Identifier">return</span> pa<span class="Delimiter">-></span>offset < pb<span class="Delimiter">-></span>offset<span class="Delimiter">;</span> -<span id="L278" class="LineNr"> 278 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>pa<span class="Delimiter">-></span>tag != pb<span class="Delimiter">-></span>tag<span class="Delimiter">)</span> <span class="Identifier">return</span> pa<span class="Delimiter">-></span>tag < pb<span class="Delimiter">-></span>tag<span class="Delimiter">;</span> -<span id="L279" class="LineNr"> 279 </span> <span class="Delimiter">}</span> -<span id="L280" class="LineNr"> 280 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span class="Comment">// equal</span> -<span id="L281" class="LineNr"> 281 </span><span class="Delimiter">}</span> -<span id="L282" class="LineNr"> 282 </span><span class="Normal">bool</span> <span class="Normal">operator</span><<span class="Delimiter">(</span><span class="Normal">const</span> tag_condition_info& a<span class="Delimiter">,</span> <span class="Normal">const</span> tag_condition_info& b<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L283" class="LineNr"> 283 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">.</span>offset != b<span class="Delimiter">.</span>offset<span class="Delimiter">)</span> <span class="Identifier">return</span> a<span class="Delimiter">.</span>offset < b<span class="Delimiter">.</span>offset<span class="Delimiter">;</span> -<span id="L284" class="LineNr"> 284 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">.</span>tag != b<span class="Delimiter">.</span>tag<span class="Delimiter">)</span> <span class="Identifier">return</span> a<span class="Delimiter">.</span>tag < b<span class="Delimiter">.</span>tag<span class="Delimiter">;</span> -<span id="L285" class="LineNr"> 285 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span class="Comment">// equal</span> -<span id="L286" class="LineNr"> 286 </span><span class="Delimiter">}</span> -<span id="L287" class="LineNr"> 287 </span><span class="Normal">bool</span> <span class="Normal">operator</span><<span class="Delimiter">(</span><span class="Normal">const</span> set<address_element_info>& a<span class="Delimiter">,</span> <span class="Normal">const</span> set<address_element_info>& b<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L288" class="LineNr"> 288 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">.</span>size<span class="Delimiter">()</span> != b<span class="Delimiter">.</span>size<span class="Delimiter">())</span> <span class="Identifier">return</span> a<span class="Delimiter">.</span>size<span class="Delimiter">()</span> < b<span class="Delimiter">.</span>size<span class="Delimiter">();</span> -<span id="L289" class="LineNr"> 289 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>set<address_element_info>::const_iterator pa = a<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> pb = b<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> pa != a<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++pa<span class="Delimiter">,</span> ++pb<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L290" class="LineNr"> 290 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>pa<span class="Delimiter">-></span>offset != pb<span class="Delimiter">-></span>offset<span class="Delimiter">)</span> <span class="Identifier">return</span> pa<span class="Delimiter">-></span>offset < pb<span class="Delimiter">-></span>offset<span class="Delimiter">;</span> -<span id="L291" class="LineNr"> 291 </span> <span class="Delimiter">}</span> -<span id="L292" class="LineNr"> 292 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span class="Comment">// equal</span> -<span id="L293" class="LineNr"> 293 </span><span class="Delimiter">}</span> -<span id="L294" class="LineNr"> 294 </span><span class="Normal">bool</span> <span class="Normal">operator</span><<span class="Delimiter">(</span><span class="Normal">const</span> address_element_info& a<span class="Delimiter">,</span> <span class="Normal">const</span> address_element_info& b<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L295" class="LineNr"> 295 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">.</span>offset != b<span class="Delimiter">.</span>offset<span class="Delimiter">)</span> <span class="Identifier">return</span> a<span class="Delimiter">.</span>offset < b<span class="Delimiter">.</span>offset<span class="Delimiter">;</span> -<span id="L296" class="LineNr"> 296 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span class="Comment">// equal</span> -<span id="L297" class="LineNr"> 297 </span><span class="Delimiter">}</span> -<span id="L298" class="LineNr"> 298 </span> -<span id="L299" class="LineNr"> 299 </span><span class="Comment">//: populate metadata.address in a separate transform, because it requires</span> -<span id="L300" class="LineNr"> 300 </span><span class="Comment">//: already knowing the sizes of all types</span> -<span id="L301" class="LineNr"> 301 </span> -<span id="L302" class="LineNr"> 302 </span><span class="Delimiter">:(after "Transform.push_back(compute_container_sizes)")</span> -<span id="L303" class="LineNr"> 303 </span>Transform<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>compute_container_address_offsets<span class="Delimiter">);</span> <span class="Comment">// idempotent</span> -<span id="L304" class="LineNr"> 304 </span><span class="Delimiter">:(code)</span> -<span id="L305" class="LineNr"> 305 </span><span class="Normal">void</span> compute_container_address_offsets<span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L306" class="LineNr"> 306 </span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> -<span id="L307" class="LineNr"> 307 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- compute <a href='043space.cc.html#L82'>address</a> offsets for "</span> << caller<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L308" class="LineNr"> 308 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L309" class="LineNr"> 309 </span> <span class="Conceal">¦</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L310" class="LineNr"> 310 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"- compute <a href='043space.cc.html#L82'>address</a> offsets for "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L311" class="LineNr"> 311 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L312" class="LineNr"> 312 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> compute_container_address_offsets<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">" in '"</span>+inst<span class="Delimiter">.</span>original_string+<span class="Constant">"'"</span><span class="Delimiter">);</span> -<span id="L313" class="LineNr"> 313 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L314" class="LineNr"> 314 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> compute_container_address_offsets<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">" in '"</span>+inst<span class="Delimiter">.</span>original_string+<span class="Constant">"'"</span><span class="Delimiter">);</span> -<span id="L315" class="LineNr"> 315 </span> <span class="Delimiter">}</span> -<span id="L316" class="LineNr"> 316 </span><span class="Delimiter">}</span> -<span id="L317" class="LineNr"> 317 </span> -<span id="L318" class="LineNr"> 318 </span><span class="Normal">void</span> compute_container_address_offsets<span class="Delimiter">(</span>reagent& r<span class="Delimiter">,</span> <span class="Normal">const</span> string& location_for_error_messages<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L319" class="LineNr"> 319 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>r<span class="Delimiter">)</span> || is_dummy<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L320" class="LineNr"> 320 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L321" class="LineNr"> 321 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">))</span> -<span id="L322" class="LineNr"> 322 </span> <span class="Conceal">¦</span> r<span class="Delimiter">.</span>metadata = get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">);</span> -<span id="L323" class="LineNr"> 323 </span><span class="Delimiter">}</span> -<span id="L324" class="LineNr"> 324 </span> -<span id="L325" class="LineNr"> 325 </span><span class="Comment">// the recursive structure of this function needs to exactly match</span> -<span id="L326" class="LineNr"> 326 </span><span class="Comment">// compute_container_sizes</span> -<span id="L327" class="LineNr"> 327 </span><span class="Normal">void</span> compute_container_address_offsets<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* type<span class="Delimiter">,</span> <span class="Normal">const</span> string& location_for_error_messages<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L328" class="LineNr"> 328 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L329" class="LineNr"> 329 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L330" class="LineNr"> 330 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L331" class="LineNr"> 331 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"invalid type "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>type<span class="Delimiter">)</span> << location_for_error_messages << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L332" class="LineNr"> 332 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L333" class="LineNr"> 333 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L334" class="LineNr"> 334 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"address"</span><span class="Delimiter">)</span> -<span id="L335" class="LineNr"> 335 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> compute_container_address_offsets<span class="Delimiter">(</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">(</span>type<span class="Delimiter">),</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L336" class="LineNr"> 336 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"array"</span><span class="Delimiter">)</span> -<span id="L337" class="LineNr"> 337 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> compute_container_address_offsets<span class="Delimiter">(</span><a href='032array.cc.html#L381'>array_element</a><span class="Delimiter">(</span>type<span class="Delimiter">),</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L338" class="LineNr"> 338 </span> <span class="Conceal">¦</span> <span class="Comment">// End compute_container_address_offsets Non-atom Special-cases</span> -<span id="L339" class="LineNr"> 339 </span> <span class="Delimiter">}</span> -<span id="L340" class="LineNr"> 340 </span> <span class="Normal">const</span> type_tree* base_type = type<span class="Delimiter">;</span> -<span id="L341" class="LineNr"> 341 </span> <span class="Comment">// Update base_type in compute_container_address_offsets</span> -<span id="L342" class="LineNr"> 342 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> -<span id="L343" class="LineNr"> 343 </span> type_info& info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> -<span id="L344" class="LineNr"> 344 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L173'>CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L345" class="LineNr"> 345 </span> <span class="Conceal">¦</span> compute_container_address_offsets<span class="Delimiter">(</span>info<span class="Delimiter">,</span> type<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L346" class="LineNr"> 346 </span> <span class="Delimiter">}</span> -<span id="L347" class="LineNr"> 347 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L174'>EXCLUSIVE_CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L348" class="LineNr"> 348 </span> <span class="Conceal">¦</span> <a href='036refcount.cc.html#L359'>compute_exclusive_container_address_offsets</a><span class="Delimiter">(</span>info<span class="Delimiter">,</span> type<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L349" class="LineNr"> 349 </span> <span class="Delimiter">}</span> -<span id="L350" class="LineNr"> 350 </span><span class="Delimiter">}</span> -<span id="L351" class="LineNr"> 351 </span> -<span id="L352" class="LineNr"> 352 </span><span class="Normal">void</span> compute_container_address_offsets<span class="Delimiter">(</span><span class="Normal">const</span> type_info& container_info<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* full_type<span class="Delimiter">,</span> <span class="Normal">const</span> string& location_for_error_messages<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L353" class="LineNr"> 353 </span> container_metadata& metadata = get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> full_type<span class="Delimiter">);</span> -<span id="L354" class="LineNr"> 354 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L355" class="LineNr"> 355 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9994</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"compute <a href='043space.cc.html#L82'>address</a> offsets for container "</span> << container_info<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L356" class="LineNr"> 356 </span> <a href='036refcount.cc.html#L369'>append_addresses</a><span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> full_type<span class="Delimiter">,</span> metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">(),</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L357" class="LineNr"> 357 </span><span class="Delimiter">}</span> -<span id="L358" class="LineNr"> 358 </span> -<span id="L359" class="LineNr"> 359 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L359'>compute_exclusive_container_address_offsets</a><span class="Delimiter">(</span><span class="Normal">const</span> type_info& exclusive_container_info<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* full_type<span class="Delimiter">,</span> <span class="Normal">const</span> string& location_for_error_messages<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L360" class="LineNr"> 360 </span> container_metadata& metadata = get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> full_type<span class="Delimiter">);</span> -<span id="L361" class="LineNr"> 361 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9994</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"compute <a href='043space.cc.html#L82'>address</a> offsets for exclusive container "</span> << exclusive_container_info<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L362" class="LineNr"> 362 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> tag = <span class="Constant">0</span><span class="Delimiter">;</span> tag < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>exclusive_container_info<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++tag<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L363" class="LineNr"> 363 </span> <span class="Conceal">¦</span> set<tag_condition_info> key<span class="Delimiter">;</span> -<span id="L364" class="LineNr"> 364 </span> <span class="Conceal">¦</span> key<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>tag_condition_info<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">tag is at offset</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">,</span> tag<span class="Delimiter">));</span> -<span id="L365" class="LineNr"> 365 </span> <span class="Conceal">¦</span> <a href='036refcount.cc.html#L369'>append_addresses</a><span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">skip tag offset</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> variant_type<span class="Delimiter">(</span>full_type<span class="Delimiter">,</span> tag<span class="Delimiter">).</span>type<span class="Delimiter">,</span> metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> key<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L366" class="LineNr"> 366 </span> <span class="Delimiter">}</span> -<span id="L367" class="LineNr"> 367 </span><span class="Delimiter">}</span> -<span id="L368" class="LineNr"> 368 </span> -<span id="L369" class="LineNr"> 369 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L369'>append_addresses</a><span class="Delimiter">(</span><span class="Normal">int</span> base_offset<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* type<span class="Delimiter">,</span> map<set<tag_condition_info><span class="Delimiter">,</span> set<address_element_info> >& out<span class="Delimiter">,</span> <span class="Normal">const</span> set<tag_condition_info>& key<span class="Delimiter">,</span> <span class="Normal">const</span> string& location_for_error_messages<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L370" class="LineNr"> 370 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>type<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L371" class="LineNr"> 371 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>out<span class="Delimiter">,</span> key<span class="Delimiter">).</span>insert<span class="Delimiter">(</span>address_element_info<span class="Delimiter">(</span>base_offset<span class="Delimiter">,</span> <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*payload_type<span class="Delimiter">(</span>type<span class="Delimiter">))));</span> -<span id="L372" class="LineNr"> 372 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L373" class="LineNr"> 373 </span> <span class="Delimiter">}</span> -<span id="L374" class="LineNr"> 374 </span> <span class="Normal">const</span> type_tree* base_type = type<span class="Delimiter">;</span> -<span id="L375" class="LineNr"> 375 </span> <span class="Comment">// Update base_type in append_container_address_offsets</span> -<span id="L376" class="LineNr"> 376 </span> <span class="Normal">const</span> type_info& info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> -<span id="L377" class="LineNr"> 377 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L173'>CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L378" class="LineNr"> 378 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> curr_index = <span class="Constant">0</span><span class="Delimiter">,</span> curr_offset = base_offset<span class="Delimiter">;</span> curr_index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++curr_index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L379" class="LineNr"> 379 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"checking container "</span> << base_type<span class="Delimiter">-></span>name << <span class="Constant">", element "</span> << curr_index << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L380" class="LineNr"> 380 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> element = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>type<span class="Delimiter">,</span> curr_index<span class="Delimiter">);</span> <span class="Comment">// not base_type</span> -<span id="L381" class="LineNr"> 381 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// Compute Container Address Offset(element)</span> -<span id="L382" class="LineNr"> 382 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>element<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L383" class="LineNr"> 383 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"address at offset "</span> << curr_offset << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L384" class="LineNr"> 384 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>out<span class="Delimiter">,</span> key<span class="Delimiter">).</span>insert<span class="Delimiter">(</span>address_element_info<span class="Delimiter">(</span>curr_offset<span class="Delimiter">,</span> <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*payload_type<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">))));</span> -<span id="L385" class="LineNr"> 385 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++curr_offset<span class="Delimiter">;</span> -<span id="L386" class="LineNr"> 386 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L387" class="LineNr"> 387 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_array<span class="Delimiter">(</span>element<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L388" class="LineNr"> 388 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr_offset += <span class="Comment">/*</span><span class="Comment">array length</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L389" class="LineNr"> 389 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> type_tree* array_element_type = <a href='032array.cc.html#L381'>array_element</a><span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">);</span> -<span id="L390" class="LineNr"> 390 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> array_element_size = size_of<span class="Delimiter">(</span>array_element_type<span class="Delimiter">);</span> -<span id="L391" class="LineNr"> 391 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='032array.cc.html#L117'>static_array_length</a><span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L392" class="LineNr"> 392 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='036refcount.cc.html#L369'>append_addresses</a><span class="Delimiter">(</span>curr_offset<span class="Delimiter">,</span> array_element_type<span class="Delimiter">,</span> out<span class="Delimiter">,</span> key<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L393" class="LineNr"> 393 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr_offset += array_element_size<span class="Delimiter">;</span> -<span id="L394" class="LineNr"> 394 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L395" class="LineNr"> 395 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L396" class="LineNr"> 396 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_container<span class="Delimiter">(</span>element<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L397" class="LineNr"> 397 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='036refcount.cc.html#L369'>append_addresses</a><span class="Delimiter">(</span>curr_offset<span class="Delimiter">,</span> element<span class="Delimiter">.</span>type<span class="Delimiter">,</span> out<span class="Delimiter">,</span> key<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L398" class="LineNr"> 398 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr_offset += size_of<span class="Delimiter">(</span>element<span class="Delimiter">);</span> -<span id="L399" class="LineNr"> 399 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L400" class="LineNr"> 400 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_exclusive_container<span class="Delimiter">(</span>element<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L401" class="LineNr"> 401 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> type_tree* element_base_type = element<span class="Delimiter">.</span>type<span class="Delimiter">;</span> -<span id="L402" class="LineNr"> 402 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// Update element_base_type For Exclusive Container in append_addresses</span> -<span id="L403" class="LineNr"> 403 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> type_info& element_info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> element_base_type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> -<span id="L404" class="LineNr"> 404 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> tag = <span class="Constant">0</span><span class="Delimiter">;</span> tag < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>element_info<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++tag<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L405" class="LineNr"> 405 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> set<tag_condition_info> new_key = key<span class="Delimiter">;</span> -<span id="L406" class="LineNr"> 406 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> new_key<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>tag_condition_info<span class="Delimiter">(</span>curr_offset<span class="Delimiter">,</span> tag<span class="Delimiter">));</span> -<span id="L407" class="LineNr"> 407 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>out<span class="Delimiter">,</span> new_key<span class="Delimiter">))</span> -<span id="L408" class="LineNr"> 408 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='036refcount.cc.html#L369'>append_addresses</a><span class="Delimiter">(</span>curr_offset+<span class="Comment">/*</span><span class="Comment">skip tag</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> variant_type<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">,</span> tag<span class="Delimiter">).</span>type<span class="Delimiter">,</span> out<span class="Delimiter">,</span> new_key<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L409" class="LineNr"> 409 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L410" class="LineNr"> 410 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr_offset += size_of<span class="Delimiter">(</span>element<span class="Delimiter">);</span> -<span id="L411" class="LineNr"> 411 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L412" class="LineNr"> 412 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L413" class="LineNr"> 413 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// non-address primitive</span> -<span id="L414" class="LineNr"> 414 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++curr_offset<span class="Delimiter">;</span> -<span id="L415" class="LineNr"> 415 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L416" class="LineNr"> 416 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L417" class="LineNr"> 417 </span> <span class="Delimiter">}</span> -<span id="L418" class="LineNr"> 418 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L174'>EXCLUSIVE_CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L419" class="LineNr"> 419 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> tag = <span class="Constant">0</span><span class="Delimiter">;</span> tag < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++tag<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L420" class="LineNr"> 420 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> set<tag_condition_info> new_key = key<span class="Delimiter">;</span> -<span id="L421" class="LineNr"> 421 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> new_key<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>tag_condition_info<span class="Delimiter">(</span>base_offset<span class="Delimiter">,</span> tag<span class="Delimiter">));</span> -<span id="L422" class="LineNr"> 422 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>out<span class="Delimiter">,</span> new_key<span class="Delimiter">))</span> -<span id="L423" class="LineNr"> 423 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='036refcount.cc.html#L369'>append_addresses</a><span class="Delimiter">(</span>base_offset+<span class="Comment">/*</span><span class="Comment">skip tag</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> variant_type<span class="Delimiter">(</span>type<span class="Delimiter">,</span> tag<span class="Delimiter">).</span>type<span class="Delimiter">,</span> out<span class="Delimiter">,</span> new_key<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L424" class="LineNr"> 424 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L425" class="LineNr"> 425 </span> <span class="Delimiter">}</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="Comment">//: for the following unit tests we'll do the work of the transform by hand</span> -<span id="L429" class="LineNr"> 429 </span> -<span id="L430" class="LineNr"> 430 </span><span class="Delimiter">:(before "End Unit Tests")</span> -<span id="L431" class="LineNr"> 431 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L431'>test_container_address_offsets_empty</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L432" class="LineNr"> 432 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> -<span id="L433" class="LineNr"> 433 </span> <span class="Comment">// define a container with no addresses</span> -<span id="L434" class="LineNr"> 434 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:point"</span><span class="Delimiter">);</span> -<span id="L435" class="LineNr"> 435 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> -<span id="L436" class="LineNr"> 436 </span> <span class="Comment">// scan</span> -<span id="L437" class="LineNr"> 437 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> -<span id="L438" class="LineNr"> 438 </span> <span class="Comment">// global metadata contains just the entry for foo</span> -<span id="L439" class="LineNr"> 439 </span> <span class="Comment">// no entries for non-container types or other junk</span> -<span id="L440" class="LineNr"> 440 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L441" class="LineNr"> 441 </span> <span class="Comment">// the reagent we scanned knows it has no addresses</span> -<span id="L442" class="LineNr"> 442 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">.</span>empty<span class="Delimiter">());</span> -<span id="L443" class="LineNr"> 443 </span> <span class="Comment">// the global table contains an identical entry</span> -<span id="L444" class="LineNr"> 444 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">));</span> -<span id="L445" class="LineNr"> 445 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">.</span>empty<span class="Delimiter">());</span> -<span id="L446" class="LineNr"> 446 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> -<span id="L447" class="LineNr"> 447 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L448" class="LineNr"> 448 </span><span class="Delimiter">}</span> -<span id="L449" class="LineNr"> 449 </span> -<span id="L450" class="LineNr"> 450 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L450'>test_container_address_offsets</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L451" class="LineNr"> 451 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> -<span id="L452" class="LineNr"> 452 </span> <span class="Comment">// define a container with an address at offset 0 that we have the size for</span> -<span id="L453" class="LineNr"> 453 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L454" class="LineNr"> 454 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:<a href='043space.cc.html#L82'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L455" class="LineNr"> 455 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> -<span id="L456" class="LineNr"> 456 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> -<span id="L457" class="LineNr"> 457 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> -<span id="L458" class="LineNr"> 458 </span> <span class="Comment">// scan</span> -<span id="L459" class="LineNr"> 459 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> -<span id="L460" class="LineNr"> 460 </span> <span class="Comment">// global metadata contains just the entry for foo</span> -<span id="L461" class="LineNr"> 461 </span> <span class="Comment">// no entries for non-container types or other junk</span> -<span id="L462" class="LineNr"> 462 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L463" class="LineNr"> 463 </span> <span class="Comment">// the reagent we scanned knows it has an address at offset 0</span> -<span id="L464" class="LineNr"> 464 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L465" class="LineNr"> 465 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">()));</span> -<span id="L466" class="LineNr"> 466 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets = get<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> <span class="Comment">// unconditional for containers</span> -<span id="L467" class="LineNr"> 467 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L468" class="LineNr"> 468 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L469" class="LineNr"> 469 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L470" class="LineNr"> 470 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> -<span id="L471" class="LineNr"> 471 </span> <span class="Comment">// the global table contains an identical entry</span> -<span id="L472" class="LineNr"> 472 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">));</span> -<span id="L473" class="LineNr"> 473 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> -<span id="L474" class="LineNr"> 474 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L475" class="LineNr"> 475 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L476" class="LineNr"> 476 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L477" class="LineNr"> 477 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> -<span id="L478" class="LineNr"> 478 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> -<span id="L479" class="LineNr"> 479 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L480" class="LineNr"> 480 </span><span class="Delimiter">}</span> -<span id="L481" class="LineNr"> 481 </span> -<span id="L482" class="LineNr"> 482 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L482'>test_container_address_offsets_2</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L483" class="LineNr"> 483 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> -<span id="L484" class="LineNr"> 484 </span> <span class="Comment">// define a container with an address at offset 1 that we have the size for</span> -<span id="L485" class="LineNr"> 485 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L486" class="LineNr"> 486 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L487" class="LineNr"> 487 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" y:<a href='043space.cc.html#L82'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L488" class="LineNr"> 488 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> -<span id="L489" class="LineNr"> 489 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> -<span id="L490" class="LineNr"> 490 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> -<span id="L491" class="LineNr"> 491 </span> <span class="Comment">// global metadata contains just the entry for foo</span> -<span id="L492" class="LineNr"> 492 </span> <span class="Comment">// no entries for non-container types or other junk</span> -<span id="L493" class="LineNr"> 493 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L494" class="LineNr"> 494 </span> <span class="Comment">// scan</span> -<span id="L495" class="LineNr"> 495 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> -<span id="L496" class="LineNr"> 496 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> -<span id="L497" class="LineNr"> 497 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L498" class="LineNr"> 498 </span> <span class="Comment">// the reagent we scanned knows it has an address at offset 1</span> -<span id="L499" class="LineNr"> 499 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L500" class="LineNr"> 500 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">()));</span> -<span id="L501" class="LineNr"> 501 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets = get<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> -<span id="L502" class="LineNr"> 502 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L503" class="LineNr"> 503 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> <span class="Comment">//</span> -<span id="L504" class="LineNr"> 504 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L505" class="LineNr"> 505 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> -<span id="L506" class="LineNr"> 506 </span> <span class="Comment">// the global table contains an identical entry</span> -<span id="L507" class="LineNr"> 507 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">));</span> -<span id="L508" class="LineNr"> 508 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> -<span id="L509" class="LineNr"> 509 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L510" class="LineNr"> 510 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> <span class="Comment">//</span> -<span id="L511" class="LineNr"> 511 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L512" class="LineNr"> 512 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> -<span id="L513" class="LineNr"> 513 </span><span class="Delimiter">}</span> -<span id="L514" class="LineNr"> 514 </span> -<span id="L515" class="LineNr"> 515 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L515'>test_container_address_offsets_nested</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L516" class="LineNr"> 516 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> -<span id="L517" class="LineNr"> 517 </span> <span class="Comment">// define a container with a nested container containing an address</span> -<span id="L518" class="LineNr"> 518 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L519" class="LineNr"> 519 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:<a href='043space.cc.html#L82'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L520" class="LineNr"> 520 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" y:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L521" class="LineNr"> 521 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L522" class="LineNr"> 522 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"container bar [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L523" class="LineNr"> 523 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" p:point</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L524" class="LineNr"> 524 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" f:foo</span><span class="cSpecial">\n</span><span class="Constant">"</span> <span class="Comment">// nested container containing address</span> -<span id="L525" class="LineNr"> 525 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> -<span id="L526" class="LineNr"> 526 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:bar"</span><span class="Delimiter">);</span> -<span id="L527" class="LineNr"> 527 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> -<span id="L528" class="LineNr"> 528 </span> <span class="Comment">// global metadata contains entries for bar and included types: point and foo</span> -<span id="L529" class="LineNr"> 529 </span> <span class="Comment">// no entries for non-container types or other junk</span> -<span id="L530" class="LineNr"> 530 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">3</span><span class="Delimiter">);</span> -<span id="L531" class="LineNr"> 531 </span> <span class="Comment">// scan</span> -<span id="L532" class="LineNr"> 532 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> -<span id="L533" class="LineNr"> 533 </span> <span class="Comment">// the reagent we scanned knows it has an address at offset 2</span> -<span id="L534" class="LineNr"> 534 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L535" class="LineNr"> 535 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">()));</span> -<span id="L536" class="LineNr"> 536 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets = get<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> -<span id="L537" class="LineNr"> 537 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L538" class="LineNr"> 538 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">2</span><span class="Delimiter">);</span> <span class="Comment">//</span> -<span id="L539" class="LineNr"> 539 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L540" class="LineNr"> 540 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> -<span id="L541" class="LineNr"> 541 </span> <span class="Comment">// the global table also knows its address offset</span> -<span id="L542" class="LineNr"> 542 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">));</span> -<span id="L543" class="LineNr"> 543 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> -<span id="L544" class="LineNr"> 544 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L545" class="LineNr"> 545 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">2</span><span class="Delimiter">);</span> <span class="Comment">//</span> -<span id="L546" class="LineNr"> 546 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L547" class="LineNr"> 547 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> -<span id="L548" class="LineNr"> 548 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> -<span id="L549" class="LineNr"> 549 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">3</span><span class="Delimiter">);</span> -<span id="L550" class="LineNr"> 550 </span><span class="Delimiter">}</span> -<span id="L551" class="LineNr"> 551 </span> -<span id="L552" class="LineNr"> 552 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L552'>test_container_address_offsets_from_address</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L553" class="LineNr"> 553 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> -<span id="L554" class="LineNr"> 554 </span> <span class="Comment">// define a container with an address at offset 0</span> -<span id="L555" class="LineNr"> 555 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L556" class="LineNr"> 556 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:<a href='043space.cc.html#L82'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L557" class="LineNr"> 557 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> -<span id="L558" class="LineNr"> 558 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L82'>address</a>:foo"</span><span class="Delimiter">);</span> -<span id="L559" class="LineNr"> 559 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> -<span id="L560" class="LineNr"> 560 </span> <span class="Comment">// global metadata contains just the entry for foo</span> -<span id="L561" class="LineNr"> 561 </span> <span class="Comment">// no entries for non-container types or other junk</span> -<span id="L562" class="LineNr"> 562 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L563" class="LineNr"> 563 </span> <span class="Comment">// scan an address to the container</span> -<span id="L564" class="LineNr"> 564 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> -<span id="L565" class="LineNr"> 565 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> -<span id="L566" class="LineNr"> 566 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L567" class="LineNr"> 567 </span> <span class="Comment">// scanning precomputed metadata for the container</span> -<span id="L568" class="LineNr"> 568 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> -<span id="L569" class="LineNr"> 569 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> -<span id="L570" class="LineNr"> 570 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> -<span id="L571" class="LineNr"> 571 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L572" class="LineNr"> 572 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L573" class="LineNr"> 573 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L574" class="LineNr"> 574 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> -<span id="L575" class="LineNr"> 575 </span><span class="Delimiter">}</span> -<span id="L576" class="LineNr"> 576 </span> -<span id="L577" class="LineNr"> 577 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L577'>test_container_address_offsets_from_array</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L578" class="LineNr"> 578 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> -<span id="L579" class="LineNr"> 579 </span> <span class="Comment">// define a container with an address at offset 0</span> -<span id="L580" class="LineNr"> 580 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L581" class="LineNr"> 581 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:<a href='043space.cc.html#L82'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L582" class="LineNr"> 582 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> -<span id="L583" class="LineNr"> 583 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:array:foo"</span><span class="Delimiter">);</span> -<span id="L584" class="LineNr"> 584 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> -<span id="L585" class="LineNr"> 585 </span> <span class="Comment">// global metadata contains just the entry for foo</span> -<span id="L586" class="LineNr"> 586 </span> <span class="Comment">// no entries for non-container types or other junk</span> -<span id="L587" class="LineNr"> 587 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L588" class="LineNr"> 588 </span> <span class="Comment">// scan an array of the container</span> -<span id="L589" class="LineNr"> 589 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> -<span id="L590" class="LineNr"> 590 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> -<span id="L591" class="LineNr"> 591 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L592" class="LineNr"> 592 </span> <span class="Comment">// scanning precomputed metadata for the container</span> -<span id="L593" class="LineNr"> 593 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> -<span id="L594" class="LineNr"> 594 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> -<span id="L595" class="LineNr"> 595 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> -<span id="L596" class="LineNr"> 596 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L597" class="LineNr"> 597 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L598" class="LineNr"> 598 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L599" class="LineNr"> 599 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> -<span id="L600" class="LineNr"> 600 </span><span class="Delimiter">}</span> -<span id="L601" class="LineNr"> 601 </span> -<span id="L602" class="LineNr"> 602 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L602'>test_container_address_offsets_from_address_to_array</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L603" class="LineNr"> 603 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> -<span id="L604" class="LineNr"> 604 </span> <span class="Comment">// define a container with an address at offset 0</span> -<span id="L605" class="LineNr"> 605 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L606" class="LineNr"> 606 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:<a href='043space.cc.html#L82'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L607" class="LineNr"> 607 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> -<span id="L608" class="LineNr"> 608 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L82'>address</a>:array:foo"</span><span class="Delimiter">);</span> -<span id="L609" class="LineNr"> 609 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> -<span id="L610" class="LineNr"> 610 </span> <span class="Comment">// global metadata contains just the entry for foo</span> -<span id="L611" class="LineNr"> 611 </span> <span class="Comment">// no entries for non-container types or other junk</span> -<span id="L612" class="LineNr"> 612 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L613" class="LineNr"> 613 </span> <span class="Comment">// scan an address to an array of the container</span> -<span id="L614" class="LineNr"> 614 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> -<span id="L615" class="LineNr"> 615 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> -<span id="L616" class="LineNr"> 616 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L617" class="LineNr"> 617 </span> <span class="Comment">// scanning precomputed metadata for the container</span> -<span id="L618" class="LineNr"> 618 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> -<span id="L619" class="LineNr"> 619 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> -<span id="L620" class="LineNr"> 620 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> -<span id="L621" class="LineNr"> 621 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L622" class="LineNr"> 622 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L623" class="LineNr"> 623 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L624" class="LineNr"> 624 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> -<span id="L625" class="LineNr"> 625 </span><span class="Delimiter">}</span> -<span id="L626" class="LineNr"> 626 </span> -<span id="L627" class="LineNr"> 627 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L627'>test_container_address_offsets_from_static_array</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L628" class="LineNr"> 628 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> -<span id="L629" class="LineNr"> 629 </span> <span class="Comment">// define a container with an address at offset 0</span> -<span id="L630" class="LineNr"> 630 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L631" class="LineNr"> 631 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:<a href='043space.cc.html#L82'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L632" class="LineNr"> 632 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> -<span id="L633" class="LineNr"> 633 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:array:foo:10"</span><span class="Delimiter">);</span> -<span id="L634" class="LineNr"> 634 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> -<span id="L635" class="LineNr"> 635 </span> <span class="Comment">// global metadata contains just the entry for foo</span> -<span id="L636" class="LineNr"> 636 </span> <span class="Comment">// no entries for non-container types or other junk</span> -<span id="L637" class="LineNr"> 637 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L638" class="LineNr"> 638 </span> <span class="Comment">// scan a static array of the container</span> -<span id="L639" class="LineNr"> 639 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> -<span id="L640" class="LineNr"> 640 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> -<span id="L641" class="LineNr"> 641 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L642" class="LineNr"> 642 </span> <span class="Comment">// scanning precomputed metadata for the container</span> -<span id="L643" class="LineNr"> 643 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> -<span id="L644" class="LineNr"> 644 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> -<span id="L645" class="LineNr"> 645 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> -<span id="L646" class="LineNr"> 646 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L647" class="LineNr"> 647 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L648" class="LineNr"> 648 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L649" class="LineNr"> 649 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> -<span id="L650" class="LineNr"> 650 </span><span class="Delimiter">}</span> -<span id="L651" class="LineNr"> 651 </span> -<span id="L652" class="LineNr"> 652 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L652'>test_container_address_offsets_from_address_to_static_array</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L653" class="LineNr"> 653 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> -<span id="L654" class="LineNr"> 654 </span> <span class="Comment">// define a container with an address at offset 0</span> -<span id="L655" class="LineNr"> 655 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L656" class="LineNr"> 656 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:<a href='043space.cc.html#L82'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L657" class="LineNr"> 657 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> -<span id="L658" class="LineNr"> 658 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L82'>address</a>:array:foo:10"</span><span class="Delimiter">);</span> -<span id="L659" class="LineNr"> 659 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> -<span id="L660" class="LineNr"> 660 </span> <span class="Comment">// global metadata contains just the entry for foo</span> -<span id="L661" class="LineNr"> 661 </span> <span class="Comment">// no entries for non-container types or other junk</span> -<span id="L662" class="LineNr"> 662 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L663" class="LineNr"> 663 </span> <span class="Comment">// scan an address to a static array of the container</span> -<span id="L664" class="LineNr"> 664 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> -<span id="L665" class="LineNr"> 665 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> -<span id="L666" class="LineNr"> 666 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L667" class="LineNr"> 667 </span> <span class="Comment">// scanning precomputed metadata for the container</span> -<span id="L668" class="LineNr"> 668 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> -<span id="L669" class="LineNr"> 669 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> -<span id="L670" class="LineNr"> 670 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> -<span id="L671" class="LineNr"> 671 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L672" class="LineNr"> 672 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L673" class="LineNr"> 673 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L674" class="LineNr"> 674 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> -<span id="L675" class="LineNr"> 675 </span><span class="Delimiter">}</span> -<span id="L676" class="LineNr"> 676 </span> -<span id="L677" class="LineNr"> 677 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L677'>test_container_address_offsets_from_repeated_address_and_array_types</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L678" class="LineNr"> 678 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> -<span id="L679" class="LineNr"> 679 </span> <span class="Comment">// define a container with an address at offset 0</span> -<span id="L680" class="LineNr"> 680 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L681" class="LineNr"> 681 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:<a href='043space.cc.html#L82'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L682" class="LineNr"> 682 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> -<span id="L683" class="LineNr"> 683 </span> <span class="Comment">// scan a deep nest of 'address' and 'array' types modifying a container</span> -<span id="L684" class="LineNr"> 684 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L82'>address</a>:array:<a href='043space.cc.html#L82'>address</a>:<a href='043space.cc.html#L82'>address</a>:array:foo:10"</span><span class="Delimiter">);</span> -<span id="L685" class="LineNr"> 685 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> -<span id="L686" class="LineNr"> 686 </span> <span class="Comment">// global metadata contains just the entry for foo</span> -<span id="L687" class="LineNr"> 687 </span> <span class="Comment">// no entries for non-container types or other junk</span> -<span id="L688" class="LineNr"> 688 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L689" class="LineNr"> 689 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> -<span id="L690" class="LineNr"> 690 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> -<span id="L691" class="LineNr"> 691 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L692" class="LineNr"> 692 </span> <span class="Comment">// scanning precomputed metadata for the container</span> -<span id="L693" class="LineNr"> 693 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> -<span id="L694" class="LineNr"> 694 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> -<span id="L695" class="LineNr"> 695 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> -<span id="L696" class="LineNr"> 696 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L697" class="LineNr"> 697 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L698" class="LineNr"> 698 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L699" class="LineNr"> 699 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> -<span id="L700" class="LineNr"> 700 </span><span class="Delimiter">}</span> -<span id="L701" class="LineNr"> 701 </span> -<span id="L702" class="LineNr"> 702 </span><span class="Comment">//: use metadata.address to update refcounts within containers, arrays and</span> -<span id="L703" class="LineNr"> 703 </span><span class="Comment">//: exclusive containers</span> -<span id="L704" class="LineNr"> 704 </span> -<span id="L705" class="LineNr"> 705 </span><span class="Delimiter">:(before "End Increment Refcounts(canonized_x)")</span> -<span id="L706" class="LineNr"> 706 </span><span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_container<span class="Delimiter">(</span>canonized_x<span class="Delimiter">)</span> || is_mu_exclusive_container<span class="Delimiter">(</span>canonized_x<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L707" class="LineNr"> 707 </span> <span class="Normal">const</span> container_metadata& metadata = get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> canonized_x<span class="Delimiter">.</span>type<span class="Delimiter">);</span> -<span id="L708" class="LineNr"> 708 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<set<tag_condition_info><span class="Delimiter">,</span> set<address_element_info> >::const_iterator p = metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L709" class="LineNr"> 709 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!all_match<span class="Delimiter">(</span>data<span class="Delimiter">,</span> p<span class="Delimiter">-></span>first<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L710" class="LineNr"> 710 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span>set<address_element_info>::const_iterator info = p<span class="Delimiter">-></span>second<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> info != p<span class="Delimiter">-></span>second<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++info<span class="Delimiter">)</span> -<span id="L711" class="LineNr"> 711 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='036refcount.cc.html#L50'>increment_refcount</a><span class="Delimiter">(</span>data<span class="Delimiter">.</span>at<span class="Delimiter">(</span>info<span class="Delimiter">-></span>offset<span class="Delimiter">));</span> -<span id="L712" class="LineNr"> 712 </span> <span class="Delimiter">}</span> -<span id="L713" class="LineNr"> 713 </span><span class="Delimiter">}</span> -<span id="L714" class="LineNr"> 714 </span> -<span id="L715" class="LineNr"> 715 </span><span class="Delimiter">:(before "End Decrement Refcounts(canonized_x)")</span> -<span id="L716" class="LineNr"> 716 </span><span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_container<span class="Delimiter">(</span>canonized_x<span class="Delimiter">)</span> || is_mu_exclusive_container<span class="Delimiter">(</span>canonized_x<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L717" class="LineNr"> 717 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"need to read old value of '"</span> << to_string<span class="Delimiter">(</span>canonized_x<span class="Delimiter">)</span> << <span class="Constant">"' to figure out what refcounts to decrement"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L718" class="LineNr"> 718 </span> <span class="Comment">// read from canonized_x but without canonizing again</span> -<span id="L719" class="LineNr"> 719 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> tmp = canonized_x<span class="Delimiter">;</span> -<span id="L720" class="LineNr"> 720 </span> tmp<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"raw"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> -<span id="L721" class="LineNr"> 721 </span> vector<<span class="Normal">double</span>> data = read_memory<span class="Delimiter">(</span>tmp<span class="Delimiter">);</span> -<span id="L722" class="LineNr"> 722 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"done reading old value of '"</span> << to_string<span class="Delimiter">(</span>canonized_x<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L723" class="LineNr"> 723 </span> <span class="Normal">const</span> container_metadata& metadata = get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> canonized_x<span class="Delimiter">.</span>type<span class="Delimiter">);</span> -<span id="L724" class="LineNr"> 724 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<set<tag_condition_info><span class="Delimiter">,</span> set<address_element_info> >::const_iterator p = metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L725" class="LineNr"> 725 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!all_match<span class="Delimiter">(</span>data<span class="Delimiter">,</span> p<span class="Delimiter">-></span>first<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L726" class="LineNr"> 726 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span>set<address_element_info>::const_iterator info = p<span class="Delimiter">-></span>second<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> info != p<span class="Delimiter">-></span>second<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++info<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L727" class="LineNr"> 727 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> element_address = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> canonized_x<span class="Delimiter">.</span>value + info<span class="Delimiter">-></span>offset<span class="Delimiter">);</span> -<span id="L728" class="LineNr"> 728 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">local</span><span class="Comment">*/</span> element<span class="Delimiter">;</span> -<span id="L729" class="LineNr"> 729 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> element<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>element_address+<span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L730" class="LineNr"> 730 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> element<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">);</span> -<span id="L731" class="LineNr"> 731 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='036refcount.cc.html#L68'>decrement_refcount</a><span class="Delimiter">(</span>element_address<span class="Delimiter">,</span> info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">,</span> size_of<span class="Delimiter">(</span>element<span class="Delimiter">)</span>+<span class="Comment">/*</span><span class="Comment">refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L732" class="LineNr"> 732 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L733" class="LineNr"> 733 </span> <span class="Delimiter">}</span> -<span id="L734" class="LineNr"> 734 </span><span class="Delimiter">}</span> -<span id="L735" class="LineNr"> 735 </span> -<span id="L736" class="LineNr"> 736 </span><span class="Delimiter">:(code)</span> -<span id="L737" class="LineNr"> 737 </span><span class="Normal">bool</span> <a href='036refcount.cc.html#L737'>all_match</a><span class="Delimiter">(</span><span class="Normal">const</span> vector<<span class="Normal">double</span>>& data<span class="Delimiter">,</span> <span class="Normal">const</span> set<tag_condition_info>& conditions<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L738" class="LineNr"> 738 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>set<tag_condition_info>::const_iterator p = conditions<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != conditions<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L739" class="LineNr"> 739 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>data<span class="Delimiter">.</span>at<span class="Delimiter">(</span>p<span class="Delimiter">-></span>offset<span class="Delimiter">)</span> != p<span class="Delimiter">-></span>tag<span class="Delimiter">)</span> -<span id="L740" class="LineNr"> 740 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L741" class="LineNr"> 741 </span> <span class="Delimiter">}</span> -<span id="L742" class="LineNr"> 742 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L743" class="LineNr"> 743 </span><span class="Delimiter">}</span> -<span id="L744" class="LineNr"> 744 </span> -<span id="L745" class="LineNr"> 745 </span><span class="Delimiter">:(scenario refcounts_put_container)</span> -<span id="L746" class="LineNr"> 746 </span><span class="muData">container</span> foo [ -<span id="L747" class="LineNr"> 747 </span> <span class="Normal">a</span>:bar <span class="Comment"># contains an address</span> -<span id="L748" class="LineNr"> 748 </span>] -<span id="L749" class="LineNr"> 749 </span><span class="muData">container</span> bar [ -<span id="L750" class="LineNr"> 750 </span> <span class="Normal">x</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L751" class="LineNr"> 751 </span>] -<span id="L752" class="LineNr"> 752 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L753" class="LineNr"> 753 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L754" class="LineNr"> 754 </span> <span class="Constant">2</span>:bar<span class="Special"> <- </span>merge <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L755" class="LineNr"> 755 </span> <span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:foo<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo:type</span> -<span id="L756" class="LineNr"> 756 </span> *<span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:foo<span class="Special"> <- </span><a href='001help.cc.html#L221'>put</a> *<span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:foo<span class="Delimiter">,</span> <span class="Constant">a:offset</span><span class="Delimiter">,</span> <span class="Constant">2</span>:bar -<span id="L757" class="LineNr"> 757 </span>] -<span id="L758" class="LineNr"> 758 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L759" class="LineNr"> 759 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L760" class="LineNr"> 760 </span><span class="traceContains">+run: {2: "bar"} <- merge {1: ("address" "number")}</span> -<span id="L761" class="LineNr"> 761 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L762" class="LineNr"> 762 </span><span class="traceContains">+run: {3: ("address" "foo"), "lookup": ()} <- <a href='001help.cc.html#L221'>put</a> {3: ("address" "foo"), "lookup": ()}, {a: "offset"}, {2: "bar"}</span> -<span id="L763" class="LineNr"> 763 </span><span class="Comment"># put increments refcount inside container</span> -<span id="L764" class="LineNr"> 764 </span><span class="traceContains">+mem: incrementing refcount of 1000: 2 -> 3</span> -<span id="L765" class="LineNr"> 765 </span> -<span id="L766" class="LineNr"> 766 </span><span class="Delimiter">:(scenario refcounts_put_index_array)</span> -<span id="L767" class="LineNr"> 767 </span><span class="muData">container</span> bar [ -<span id="L768" class="LineNr"> 768 </span> <span class="Normal">x</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L769" class="LineNr"> 769 </span>] -<span id="L770" class="LineNr"> 770 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L771" class="LineNr"> 771 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L772" class="LineNr"> 772 </span> <span class="Constant">2</span>:bar<span class="Special"> <- </span>merge <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L773" class="LineNr"> 773 </span> <span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:array:bar<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">bar:type</span><span class="Delimiter">,</span> <span class="Constant">3</span> -<span id="L774" class="LineNr"> 774 </span> *<span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:array:bar<span class="Special"> <- </span>put-index *<span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:array:bar<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">2</span>:bar -<span id="L775" class="LineNr"> 775 </span>] -<span id="L776" class="LineNr"> 776 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L777" class="LineNr"> 777 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L778" class="LineNr"> 778 </span><span class="traceContains">+run: {2: "bar"} <- merge {1: ("address" "number")}</span> -<span id="L779" class="LineNr"> 779 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L780" class="LineNr"> 780 </span><span class="traceContains">+run: {3: ("address" "array" "bar"), "lookup": ()} <- put-index {3: ("address" "array" "bar"), "lookup": ()}, {0: "literal"}, {2: "bar"}</span> -<span id="L781" class="LineNr"> 781 </span><span class="Comment"># put-index increments refcount inside container</span> -<span id="L782" class="LineNr"> 782 </span><span class="traceContains">+mem: incrementing refcount of 1000: 2 -> 3</span> -<span id="L783" class="LineNr"> 783 </span> -<span id="L784" class="LineNr"> 784 </span><span class="Delimiter">:(scenario refcounts_maybe_convert_container)</span> -<span id="L785" class="LineNr"> 785 </span><span class="muData">exclusive-container</span> foo [ -<span id="L786" class="LineNr"> 786 </span> <span class="Normal">a</span>:num -<span id="L787" class="LineNr"> 787 </span> <span class="Normal">b</span>:bar <span class="Comment"># contains an address</span> -<span id="L788" class="LineNr"> 788 </span>] -<span id="L789" class="LineNr"> 789 </span><span class="muData">container</span> bar [ -<span id="L790" class="LineNr"> 790 </span> <span class="Normal">x</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L791" class="LineNr"> 791 </span>] -<span id="L792" class="LineNr"> 792 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L793" class="LineNr"> 793 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L794" class="LineNr"> 794 </span> <span class="Constant">2</span>:bar<span class="Special"> <- </span>merge <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L795" class="LineNr"> 795 </span> <span class="Constant">3</span>:foo<span class="Special"> <- </span>merge <span class="Constant">1</span>/b<span class="Delimiter">,</span> <span class="Constant">2</span>:bar -<span id="L796" class="LineNr"> 796 </span> <span class="Constant">5</span>:bar<span class="Delimiter">,</span> <span class="Constant">6</span>:<span class="Normal">bool</span><span class="Special"> <- </span>maybe-convert <span class="Constant">3</span>:foo<span class="Delimiter">,</span> <span class="Constant">1:variant/b</span> -<span id="L797" class="LineNr"> 797 </span>] -<span id="L798" class="LineNr"> 798 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L799" class="LineNr"> 799 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L800" class="LineNr"> 800 </span><span class="traceContains">+run: {2: "bar"} <- merge {1: ("address" "number")}</span> -<span id="L801" class="LineNr"> 801 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L802" class="LineNr"> 802 </span><span class="traceContains">+run: {3: "foo"} <- merge {1: "literal", "b": ()}, {2: "bar"}</span> -<span id="L803" class="LineNr"> 803 </span><span class="traceContains">+mem: incrementing refcount of 1000: 2 -> 3</span> -<span id="L804" class="LineNr"> 804 </span><span class="traceContains">+run: {5: "bar"}, {6: "boolean"} <- maybe-convert {3: "foo"}, {1: "variant", "b": ()}</span> -<span id="L805" class="LineNr"> 805 </span><span class="traceContains">+mem: incrementing refcount of 1000: 3 -> 4</span> -<span id="L806" class="LineNr"> 806 </span> -<span id="L807" class="LineNr"> 807 </span><span class="Delimiter">:(scenario refcounts_copy_doubly_nested)</span> -<span id="L808" class="LineNr"> 808 </span><span class="muData">container</span> foo [ -<span id="L809" class="LineNr"> 809 </span> <span class="Normal">a</span>:bar <span class="Comment"># no addresses</span> -<span id="L810" class="LineNr"> 810 </span> <span class="Normal">b</span>:curr <span class="Comment"># contains addresses</span> -<span id="L811" class="LineNr"> 811 </span>] -<span id="L812" class="LineNr"> 812 </span><span class="muData">container</span> bar [ -<span id="L813" class="LineNr"> 813 </span> <span class="Normal">x</span>:num -<span id="L814" class="LineNr"> 814 </span> <span class="Normal">y</span>:num -<span id="L815" class="LineNr"> 815 </span>] -<span id="L816" class="LineNr"> 816 </span><span class="muData">container</span> curr [ -<span id="L817" class="LineNr"> 817 </span> <span class="Normal">x</span>:num -<span id="L818" class="LineNr"> 818 </span> <span class="Normal">y</span>:<a href='043space.cc.html#L82'>address</a>:num <span class="Comment"># address inside container inside container</span> -<span id="L819" class="LineNr"> 819 </span>] -<span id="L820" class="LineNr"> 820 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L821" class="LineNr"> 821 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L822" class="LineNr"> 822 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:curr<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">curr:type</span> -<span id="L823" class="LineNr"> 823 </span> *<span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:curr<span class="Special"> <- </span><a href='001help.cc.html#L221'>put</a> *<span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:curr<span class="Delimiter">,</span> <span class="Constant">1:offset/y</span><span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L824" class="LineNr"> 824 </span> <span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:foo<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo:type</span> -<span id="L825" class="LineNr"> 825 </span> *<span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:foo<span class="Special"> <- </span><a href='001help.cc.html#L221'>put</a> *<span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:foo<span class="Delimiter">,</span> <span class="Constant">1:offset/b</span><span class="Delimiter">,</span> *<span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:curr -<span id="L826" class="LineNr"> 826 </span> <span class="Constant">4</span>:foo<span class="Special"> <- </span>copy *<span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:foo -<span id="L827" class="LineNr"> 827 </span>] -<span id="L828" class="LineNr"> 828 </span><span class="traceContains">+transform: compute <a href='043space.cc.html#L82'>address</a> offsets for container foo</span> -<span id="L829" class="LineNr"> 829 </span><span class="traceContains">+transform: checking container foo, element 1</span> -<span id="L830" class="LineNr"> 830 </span><span class="traceContains">+transform: <a href='043space.cc.html#L82'>address</a> at offset 3</span> -<span id="L831" class="LineNr"> 831 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L832" class="LineNr"> 832 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L833" class="LineNr"> 833 </span><span class="Comment"># storing an address in a container updates its refcount</span> -<span id="L834" class="LineNr"> 834 </span><span class="traceContains">+run: {2: ("address" "curr"), "lookup": ()} <- <a href='001help.cc.html#L221'>put</a> {2: ("address" "curr"), "lookup": ()}, {1: "offset", "y": ()}, {1: ("address" "number")}</span> -<span id="L835" class="LineNr"> 835 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L836" class="LineNr"> 836 </span><span class="Comment"># storing a container in a container updates refcounts of any contained addresses</span> -<span id="L837" class="LineNr"> 837 </span><span class="traceContains">+run: {3: ("address" "foo"), "lookup": ()} <- <a href='001help.cc.html#L221'>put</a> {3: ("address" "foo"), "lookup": ()}, {1: "offset", "b": ()}, {2: ("address" "curr"), "lookup": ()}</span> -<span id="L838" class="LineNr"> 838 </span><span class="traceContains">+mem: incrementing refcount of 1000: 2 -> 3</span> -<span id="L839" class="LineNr"> 839 </span><span class="Comment"># copying a container containing a container containing an address updates refcount</span> -<span id="L840" class="LineNr"> 840 </span><span class="traceContains">+run: {4: "foo"} <- copy {3: ("address" "foo"), "lookup": ()}</span> -<span id="L841" class="LineNr"> 841 </span><span class="traceContains">+mem: incrementing refcount of 1000: 3 -> 4</span> -<span id="L842" class="LineNr"> 842 </span> -<span id="L843" class="LineNr"> 843 </span><span class="Delimiter">:(scenario refcounts_copy_exclusive_container_within_container)</span> -<span id="L844" class="LineNr"> 844 </span><span class="muData">container</span> foo [ -<span id="L845" class="LineNr"> 845 </span> <span class="Normal">a</span>:num -<span id="L846" class="LineNr"> 846 </span> <span class="Normal">b</span>:bar -<span id="L847" class="LineNr"> 847 </span>] -<span id="L848" class="LineNr"> 848 </span><span class="muData">exclusive-container</span> bar [ -<span id="L849" class="LineNr"> 849 </span> <span class="Normal">x</span>:num -<span id="L850" class="LineNr"> 850 </span> <span class="Normal">y</span>:num -<span id="L851" class="LineNr"> 851 </span> <span class="Normal">z</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L852" class="LineNr"> 852 </span>] -<span id="L853" class="LineNr"> 853 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L854" class="LineNr"> 854 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L855" class="LineNr"> 855 </span> <span class="Constant">2</span>:bar<span class="Special"> <- </span>merge <span class="Constant">0</span>/x<span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L856" class="LineNr"> 856 </span> <span class="Constant">3</span>:foo<span class="Special"> <- </span>merge <span class="Constant">12</span><span class="Delimiter">,</span> <span class="Constant">2</span>:bar -<span id="L857" class="LineNr"> 857 </span> <span class="Constant">5</span>:bar<span class="Special"> <- </span>merge <span class="Constant">1</span>/y<span class="Delimiter">,</span> <span class="Constant">35</span> -<span id="L858" class="LineNr"> 858 </span> <span class="Constant">6</span>:foo<span class="Special"> <- </span>merge <span class="Constant">13</span><span class="Delimiter">,</span> <span class="Constant">5</span>:bar -<span id="L859" class="LineNr"> 859 </span> <span class="Constant">8</span>:bar<span class="Special"> <- </span>merge <span class="Constant">2</span>/z<span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L860" class="LineNr"> 860 </span> <span class="Constant">9</span>:foo<span class="Special"> <- </span>merge <span class="Constant">14</span><span class="Delimiter">,</span> <span class="Constant">8</span>:bar -<span id="L861" class="LineNr"> 861 </span> <span class="Constant">11</span>:foo<span class="Special"> <- </span>copy <span class="Constant">9</span>:foo -<span id="L862" class="LineNr"> 862 </span>] -<span id="L863" class="LineNr"> 863 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L864" class="LineNr"> 864 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L865" class="LineNr"> 865 </span><span class="Comment"># no change while merging items of other types</span> -<span id="L866" class="LineNr"> 866 </span><span class="traceContains">+run: {8: "bar"} <- merge {2: "literal", "z": ()}, {1: ("address" "number")}</span> -<span id="L867" class="LineNr"> 867 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L868" class="LineNr"> 868 </span><span class="traceContains">+run: {9: "foo"} <- merge {14: "literal"}, {8: "bar"}</span> -<span id="L869" class="LineNr"> 869 </span><span class="traceContains">+mem: incrementing refcount of 1000: 2 -> 3</span> -<span id="L870" class="LineNr"> 870 </span><span class="traceContains">+run: {11: "foo"} <- copy {9: "foo"}</span> -<span id="L871" class="LineNr"> 871 </span><span class="traceContains">+mem: incrementing refcount of 1000: 3 -> 4</span> -<span id="L872" class="LineNr"> 872 </span> -<span id="L873" class="LineNr"> 873 </span><span class="Delimiter">:(scenario refcounts_copy_container_within_exclusive_container)</span> -<span id="L874" class="LineNr"> 874 </span><span class="muData">exclusive-container</span> foo [ -<span id="L875" class="LineNr"> 875 </span> <span class="Normal">a</span>:num -<span id="L876" class="LineNr"> 876 </span> <span class="Normal">b</span>:bar -<span id="L877" class="LineNr"> 877 </span>] -<span id="L878" class="LineNr"> 878 </span><span class="muData">container</span> bar [ -<span id="L879" class="LineNr"> 879 </span> <span class="Normal">x</span>:num -<span id="L880" class="LineNr"> 880 </span> <span class="Normal">y</span>:num -<span id="L881" class="LineNr"> 881 </span> <span class="Normal">z</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L882" class="LineNr"> 882 </span>] -<span id="L883" class="LineNr"> 883 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L884" class="LineNr"> 884 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L885" class="LineNr"> 885 </span> <span class="Constant">2</span>:foo<span class="Special"> <- </span>merge <span class="Constant">0</span>/a<span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L886" class="LineNr"> 886 </span> <span class="Constant">6</span>:foo<span class="Special"> <- </span>merge <span class="Constant">0</span>/a<span class="Delimiter">,</span> <span class="Constant">35</span> -<span id="L887" class="LineNr"> 887 </span> <span class="Constant">10</span>:bar<span class="Special"> <- </span>merge <span class="Constant">2</span>/x<span class="Delimiter">,</span> <span class="Constant">15</span>/y<span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L888" class="LineNr"> 888 </span> <span class="Constant">13</span>:foo<span class="Special"> <- </span>merge <span class="Constant">1</span>/b<span class="Delimiter">,</span> <span class="Constant">10</span>:bar -<span id="L889" class="LineNr"> 889 </span> <span class="Constant">17</span>:foo<span class="Special"> <- </span>copy <span class="Constant">13</span>:foo -<span id="L890" class="LineNr"> 890 </span>] -<span id="L891" class="LineNr"> 891 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L892" class="LineNr"> 892 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L893" class="LineNr"> 893 </span><span class="Comment"># no change while merging items of other types</span> -<span id="L894" class="LineNr"> 894 </span><span class="traceContains">+run: {10: "bar"} <- merge {2: "literal", "x": ()}, {15: "literal", "y": ()}, {1: ("address" "number")}</span> -<span id="L895" class="LineNr"> 895 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L896" class="LineNr"> 896 </span><span class="traceContains">+run: {13: "foo"} <- merge {1: "literal", "b": ()}, {10: "bar"}</span> -<span id="L897" class="LineNr"> 897 </span><span class="traceContains">+mem: incrementing refcount of 1000: 2 -> 3</span> -<span id="L898" class="LineNr"> 898 </span><span class="traceContains">+run: {17: "foo"} <- copy {13: "foo"}</span> -<span id="L899" class="LineNr"> 899 </span><span class="traceContains">+mem: incrementing refcount of 1000: 3 -> 4</span> -<span id="L900" class="LineNr"> 900 </span> -<span id="L901" class="LineNr"> 901 </span><span class="Delimiter">:(scenario refcounts_copy_exclusive_container_within_exclusive_container)</span> -<span id="L902" class="LineNr"> 902 </span><span class="muData">exclusive-container</span> foo [ -<span id="L903" class="LineNr"> 903 </span> <span class="Normal">a</span>:num -<span id="L904" class="LineNr"> 904 </span> <span class="Normal">b</span>:bar -<span id="L905" class="LineNr"> 905 </span>] -<span id="L906" class="LineNr"> 906 </span><span class="muData">exclusive-container</span> bar [ -<span id="L907" class="LineNr"> 907 </span> <span class="Normal">x</span>:num -<span id="L908" class="LineNr"> 908 </span> <span class="Normal">y</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L909" class="LineNr"> 909 </span>] -<span id="L910" class="LineNr"> 910 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L911" class="LineNr"> 911 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L912" class="LineNr"> 912 </span> <span class="Constant">10</span>:foo<span class="Special"> <- </span>merge <span class="Constant">1</span>/b<span class="Delimiter">,</span> <span class="Constant">1</span>/y<span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L913" class="LineNr"> 913 </span> <span class="Constant">20</span>:foo<span class="Special"> <- </span>copy <span class="Constant">10</span>:foo -<span id="L914" class="LineNr"> 914 </span>] -<span id="L915" class="LineNr"> 915 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L916" class="LineNr"> 916 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L917" class="LineNr"> 917 </span><span class="Comment"># no change while merging items of other types</span> -<span id="L918" class="LineNr"> 918 </span><span class="traceContains">+run: {10: "foo"} <- merge {1: "literal", "b": ()}, {1: "literal", "y": ()}, {1: ("address" "number")}</span> -<span id="L919" class="LineNr"> 919 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L920" class="LineNr"> 920 </span><span class="traceContains">+run: {20: "foo"} <- copy {10: "foo"}</span> -<span id="L921" class="LineNr"> 921 </span><span class="traceContains">+mem: incrementing refcount of 1000: 2 -> 3</span> -<span id="L922" class="LineNr"> 922 </span> -<span id="L923" class="LineNr"> 923 </span><span class="Delimiter">:(scenario refcounts_copy_array_within_container)</span> -<span id="L924" class="LineNr"> 924 </span><span class="muData">container</span> foo [ -<span id="L925" class="LineNr"> 925 </span> <span class="Normal">x</span>:<a href='043space.cc.html#L82'>address</a>:array:num -<span id="L926" class="LineNr"> 926 </span>] -<span id="L927" class="LineNr"> 927 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L928" class="LineNr"> 928 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">3</span> -<span id="L929" class="LineNr"> 929 </span> <span class="Constant">2</span>:foo<span class="Special"> <- </span>merge <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num -<span id="L930" class="LineNr"> 930 </span> <span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:array:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">5</span> -<span id="L931" class="LineNr"> 931 </span> <span class="Constant">2</span>:foo<span class="Special"> <- </span>merge <span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:array:num -<span id="L932" class="LineNr"> 932 </span>] -<span id="L933" class="LineNr"> 933 </span><span class="traceContains">+run: {1: ("address" "array" "number")} <- new {number: "type"}, {3: "literal"}</span> -<span id="L934" class="LineNr"> 934 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L935" class="LineNr"> 935 </span><span class="traceContains">+run: {2: "foo"} <- merge {1: ("address" "array" "number")}</span> -<span id="L936" class="LineNr"> 936 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L937" class="LineNr"> 937 </span><span class="traceContains">+run: {2: "foo"} <- merge {3: ("address" "array" "number")}</span> -<span id="L938" class="LineNr"> 938 </span><span class="traceContains">+mem: decrementing refcount of 1000: 2 -> 1</span> -<span id="L939" class="LineNr"> 939 </span> -<span id="L940" class="LineNr"> 940 </span><span class="Delimiter">:(scenario refcounts_copy_address_within_static_array_within_container)</span> -<span id="L941" class="LineNr"> 941 </span><span class="muData">container</span> foo [ -<span id="L942" class="LineNr"> 942 </span> <span class="Normal">a</span>:array:bar:<span class="Constant">3</span> -<span id="L943" class="LineNr"> 943 </span> <span class="Normal">b</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L944" class="LineNr"> 944 </span>] -<span id="L945" class="LineNr"> 945 </span><span class="muData">container</span> bar [ -<span id="L946" class="LineNr"> 946 </span> <span class="Normal">y</span>:num -<span id="L947" class="LineNr"> 947 </span> <span class="Normal">z</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L948" class="LineNr"> 948 </span>] -<span id="L949" class="LineNr"> 949 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L950" class="LineNr"> 950 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L951" class="LineNr"> 951 </span> <span class="Constant">2</span>:bar<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L952" class="LineNr"> 952 </span> <span class="Constant">10</span>:array:bar:<span class="Constant">3</span><span class="Special"> <- </span>create-array -<span id="L953" class="LineNr"> 953 </span> put-index <span class="Constant">10</span>:array:bar:<span class="Constant">3</span><span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">2</span>:bar -<span id="L954" class="LineNr"> 954 </span> <span class="Constant">20</span>:foo<span class="Special"> <- </span>merge <span class="Constant">10</span>:array:bar:<span class="Constant">3</span><span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L955" class="LineNr"> 955 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L956" class="LineNr"> 956 </span> <span class="Constant">2</span>:bar<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L957" class="LineNr"> 957 </span> put-index <span class="Constant">10</span>:array:bar:<span class="Constant">3</span><span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">2</span>:bar -<span id="L958" class="LineNr"> 958 </span> <span class="Constant">20</span>:foo<span class="Special"> <- </span>merge <span class="Constant">10</span>:array:bar:<span class="Constant">3</span><span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L959" class="LineNr"> 959 </span>] -<span id="L960" class="LineNr"> 960 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L961" class="LineNr"> 961 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L962" class="LineNr"> 962 </span><span class="traceContains">+run: {2: "bar"} <- merge {34: "literal"}, {1: ("address" "number")}</span> -<span id="L963" class="LineNr"> 963 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L964" class="LineNr"> 964 </span><span class="traceContains">+run: put-index {10: ("array" "bar" "3")}, {1: "literal"}, {2: "bar"}</span> -<span id="L965" class="LineNr"> 965 </span><span class="traceContains">+mem: incrementing refcount of 1000: 2 -> 3</span> -<span id="L966" class="LineNr"> 966 </span><span class="traceContains">+run: {20: "foo"} <- merge {10: ("array" "bar" "3")}, {1: ("address" "number")}</span> -<span id="L967" class="LineNr"> 967 </span><span class="traceContains">+mem: incrementing refcount of 1000: 3 -> 4</span> -<span id="L968" class="LineNr"> 968 </span><span class="traceContains">+mem: incrementing refcount of 1000: 4 -> 5</span> -<span id="L969" class="LineNr"> 969 </span><span class="traceContains">+run: {1: ("address" "number")} <- copy {0: "literal"}</span> -<span id="L970" class="LineNr"> 970 </span><span class="traceContains">+mem: decrementing refcount of 1000: 5 -> 4</span> -<span id="L971" class="LineNr"> 971 </span><span class="traceContains">+run: {2: "bar"} <- merge {34: "literal"}, {1: ("address" "number")}</span> -<span id="L972" class="LineNr"> 972 </span><span class="traceContains">+mem: decrementing refcount of 1000: 4 -> 3</span> -<span id="L973" class="LineNr"> 973 </span><span class="traceContains">+run: put-index {10: ("array" "bar" "3")}, {1: "literal"}, {2: "bar"}</span> -<span id="L974" class="LineNr"> 974 </span><span class="traceContains">+mem: decrementing refcount of 1000: 3 -> 2</span> -<span id="L975" class="LineNr"> 975 </span><span class="traceContains">+run: {20: "foo"} <- merge {10: ("array" "bar" "3")}, {1: ("address" "number")}</span> -<span id="L976" class="LineNr"> 976 </span><span class="traceContains">+mem: decrementing refcount of 1000: 2 -> 1</span> -<span id="L977" class="LineNr"> 977 </span><span class="traceContains">+mem: decrementing refcount of 1000: 1 -> 0</span> -<span id="L978" class="LineNr"> 978 </span> -<span id="L979" class="LineNr"> 979 </span><span class="Delimiter">:(scenario refcounts_handle_exclusive_containers_with_different_tags)</span> -<span id="L980" class="LineNr"> 980 </span><span class="muData">container</span> foo1 [ -<span id="L981" class="LineNr"> 981 </span> <span class="Normal">x</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L982" class="LineNr"> 982 </span> <span class="Normal">y</span>:num -<span id="L983" class="LineNr"> 983 </span>] -<span id="L984" class="LineNr"> 984 </span><span class="muData">container</span> foo2 [ -<span id="L985" class="LineNr"> 985 </span> <span class="Normal">x</span>:num -<span id="L986" class="LineNr"> 986 </span> <span class="Normal">y</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L987" class="LineNr"> 987 </span>] -<span id="L988" class="LineNr"> 988 </span><span class="muData">exclusive-container</span> bar [ -<span id="L989" class="LineNr"> 989 </span> <span class="Normal">a</span>:foo1 -<span id="L990" class="LineNr"> 990 </span> <span class="Normal">b</span>:foo2 -<span id="L991" class="LineNr"> 991 </span>] -<span id="L992" class="LineNr"> 992 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L993" class="LineNr"> 993 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">12000</span>/unsafe <span class="Comment"># pretend allocation</span> -<span id="L994" class="LineNr"> 994 </span> *<span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L995" class="LineNr"> 995 </span> <span class="Constant">2</span>:bar<span class="Special"> <- </span>merge <span class="Constant">0</span>/foo1<span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Delimiter">,</span> <span class="Constant">97</span> -<span id="L996" class="LineNr"> 996 </span> <span class="Constant">5</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">13000</span>/unsafe <span class="Comment"># pretend allocation</span> -<span id="L997" class="LineNr"> 997 </span> *<span class="Constant">5</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> -<span id="L998" class="LineNr"> 998 </span> <span class="Constant">6</span>:bar<span class="Special"> <- </span>merge <span class="Constant">1</span>/foo2<span class="Delimiter">,</span> <span class="Constant">98</span><span class="Delimiter">,</span> <span class="Constant">5</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L999" class="LineNr"> 999 </span> <span class="Constant">2</span>:bar<span class="Special"> <- </span>copy <span class="Constant">6</span>:bar -<span id="L1000" class="LineNr">1000 </span>] -<span id="L1001" class="LineNr">1001 </span><span class="traceContains">+run: {2: "bar"} <- merge {0: "literal", "foo1": ()}, {1: ("address" "number")}, {97: "literal"}</span> -<span id="L1002" class="LineNr">1002 </span><span class="traceContains">+mem: incrementing refcount of 12000: 1 -> 2</span> -<span id="L1003" class="LineNr">1003 </span><span class="traceContains">+run: {6: "bar"} <- merge {1: "literal", "foo2": ()}, {98: "literal"}, {5: ("address" "number")}</span> -<span id="L1004" class="LineNr">1004 </span><span class="traceContains">+mem: incrementing refcount of 13000: 1 -> 2</span> -<span id="L1005" class="LineNr">1005 </span><span class="traceContains">+run: {2: "bar"} <- copy {6: "bar"}</span> -<span id="L1006" class="LineNr">1006 </span><span class="traceContains">+mem: incrementing refcount of 13000: 2 -> 3</span> -<span id="L1007" class="LineNr">1007 </span><span class="traceContains">+mem: decrementing refcount of 12000: 2 -> 1</span> -<span id="L1008" class="LineNr">1008 </span> -<span id="L1009" class="LineNr">1009 </span><span class="Delimiter">:(code)</span> -<span id="L1010" class="LineNr">1010 </span><span class="Normal">bool</span> is_mu_container<span class="Delimiter">(</span><span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L1011" class="LineNr">1011 </span> <span class="Identifier">return</span> is_mu_container<span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">);</span> -<span id="L1012" class="LineNr">1012 </span><span class="Delimiter">}</span> -<span id="L1013" class="LineNr">1013 </span><span class="Normal">bool</span> is_mu_container<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* type<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L1014" class="LineNr">1014 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L1015" class="LineNr">1015 </span> <span class="Comment">// End is_mu_container(type) Special-cases</span> -<span id="L1016" class="LineNr">1016 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>value == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L1017" class="LineNr">1017 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> -<span id="L1018" class="LineNr">1018 </span> type_info& info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> -<span id="L1019" class="LineNr">1019 </span> <span class="Identifier">return</span> info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L173'>CONTAINER</a><span class="Delimiter">;</span> -<span id="L1020" class="LineNr">1020 </span><span class="Delimiter">}</span> -<span id="L1021" class="LineNr">1021 </span> -<span id="L1022" class="LineNr">1022 </span><span class="Normal">bool</span> is_mu_exclusive_container<span class="Delimiter">(</span><span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L1023" class="LineNr">1023 </span> <span class="Identifier">return</span> is_mu_exclusive_container<span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">);</span> -<span id="L1024" class="LineNr">1024 </span><span class="Delimiter">}</span> -<span id="L1025" class="LineNr">1025 </span><span class="Normal">bool</span> is_mu_exclusive_container<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* type<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L1026" class="LineNr">1026 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L1027" class="LineNr">1027 </span> <span class="Comment">// End is_mu_exclusive_container(type) Special-cases</span> -<span id="L1028" class="LineNr">1028 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>value == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L1029" class="LineNr">1029 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> -<span id="L1030" class="LineNr">1030 </span> type_info& info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> -<span id="L1031" class="LineNr">1031 </span> <span class="Identifier">return</span> info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L174'>EXCLUSIVE_CONTAINER</a><span class="Delimiter">;</span> -<span id="L1032" class="LineNr">1032 </span><span class="Delimiter">}</span> -<span id="L1033" class="LineNr">1033 </span> -<span id="L1034" class="LineNr">1034 </span><span class="SalientComment">//:: Counters for trying to understand where Mu programs are spending time</span> -<span id="L1035" class="LineNr">1035 </span><span class="SalientComment">//:: updating refcounts.</span> -<span id="L1036" class="LineNr">1036 </span> -<span id="L1037" class="LineNr">1037 </span><span class="Delimiter">:(before "End Globals")</span> -<span id="L1038" class="LineNr">1038 </span><span class="Normal">int</span> Total_refcount_updates = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L1039" class="LineNr">1039 </span>map<recipe_ordinal<span class="Delimiter">,</span> map<<span class="Comment">/*</span><span class="Comment">step index</span><span class="Comment">*/</span><span class="Normal">int</span><span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">num refcount updates</span><span class="Comment">*/</span><span class="Normal">int</span>> > Num_refcount_updates<span class="Delimiter">;</span> -<span id="L1040" class="LineNr">1040 </span><span class="Delimiter">:(after "Running One Instruction")</span> -<span id="L1041" class="LineNr">1041 </span><span class="Normal">int</span> initial_num_refcount_updates = Total_refcount_updates<span class="Delimiter">;</span> -<span id="L1042" class="LineNr">1042 </span><span class="Delimiter">:(before "End Running One Instruction")</span> -<span id="L1043" class="LineNr">1043 </span><span class="Normal">if</span> <span class="Delimiter">(</span>Run_profiler<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L1044" class="LineNr">1044 </span> Num_refcount_updates[current_call<span class="Delimiter">().</span>running_recipe][current_call<span class="Delimiter">().</span>running_step_index] -<span id="L1045" class="LineNr">1045 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> += <span class="Delimiter">(</span>Total_refcount_updates - initial_num_refcount_updates<span class="Delimiter">);</span> -<span id="L1046" class="LineNr">1046 </span> initial_num_refcount_updates = Total_refcount_updates<span class="Delimiter">;</span> -<span id="L1047" class="LineNr">1047 </span><span class="Delimiter">}</span> -<span id="L1048" class="LineNr">1048 </span><span class="Delimiter">:(before "End Non-primitive Call(caller_frame)")</span> -<span id="L1049" class="LineNr">1049 </span><span class="Normal">if</span> <span class="Delimiter">(</span>Run_profiler<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L1050" class="LineNr">1050 </span> Num_refcount_updates[caller_frame<span class="Delimiter">.</span>running_recipe][caller_frame<span class="Delimiter">.</span>running_step_index] -<span id="L1051" class="LineNr">1051 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> += <span class="Delimiter">(</span>Total_refcount_updates - initial_num_refcount_updates<span class="Delimiter">);</span> -<span id="L1052" class="LineNr">1052 </span> initial_num_refcount_updates = Total_refcount_updates<span class="Delimiter">;</span> -<span id="L1053" class="LineNr">1053 </span><span class="Delimiter">}</span> -<span id="L1054" class="LineNr">1054 </span><span class="Delimiter">:(after "Begin Return")</span> -<span id="L1055" class="LineNr">1055 </span><span class="Normal">if</span> <span class="Delimiter">(</span>Run_profiler<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L1056" class="LineNr">1056 </span> Num_refcount_updates[current_call<span class="Delimiter">().</span>running_recipe][current_call<span class="Delimiter">().</span>running_step_index] -<span id="L1057" class="LineNr">1057 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> += <span class="Delimiter">(</span>Total_refcount_updates - initial_num_refcount_updates<span class="Delimiter">);</span> -<span id="L1058" class="LineNr">1058 </span> initial_num_refcount_updates = Total_refcount_updates<span class="Delimiter">;</span> -<span id="L1059" class="LineNr">1059 </span><span class="Delimiter">}</span> -<span id="L1060" class="LineNr">1060 </span><span class="Delimiter">:(before "End dump_profile")</span> -<span id="L1061" class="LineNr">1061 </span>fout<span class="Delimiter">.</span>open<span class="Delimiter">(</span><span class="Constant">"profile.refcounts"</span><span class="Delimiter">);</span> -<span id="L1062" class="LineNr">1062 </span><span class="Normal">if</span> <span class="Delimiter">(</span>fout<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L1063" class="LineNr">1063 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<recipe_ordinal<span class="Delimiter">,</span> recipe>::iterator p = Recipe<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Recipe<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> -<span id="L1064" class="LineNr">1064 </span> <span class="Conceal">¦</span> <a href='036refcount.cc.html#L1068'>dump_recipe_profile</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>first<span class="Delimiter">,</span> p<span class="Delimiter">-></span>second<span class="Delimiter">,</span> fout<span class="Delimiter">);</span> -<span id="L1065" class="LineNr">1065 </span><span class="Delimiter">}</span> -<span id="L1066" class="LineNr">1066 </span>fout<span class="Delimiter">.</span>close<span class="Delimiter">();</span> -<span id="L1067" class="LineNr">1067 </span><span class="Delimiter">:(code)</span> -<span id="L1068" class="LineNr">1068 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L1068'>dump_recipe_profile</a><span class="Delimiter">(</span><a href='010vm.cc.html#L14'>recipe_ordinal</a> ridx<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& r<span class="Delimiter">,</span> ostream& out<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L1069" class="LineNr">1069 </span> out << <span class="Constant">"recipe "</span> << r<span class="Delimiter">.</span>name << <span class="Constant">" [</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L1070" class="LineNr">1070 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L1071" class="LineNr">1071 </span> <span class="Conceal">¦</span> out << std::setw<span class="Delimiter">(</span><span class="Constant">6</span><span class="Delimiter">)</span> << Num_refcount_updates[ridx][i] << <span class="Constant">' '</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L1072" class="LineNr">1072 </span> <span class="Delimiter">}</span> -<span id="L1073" class="LineNr">1073 </span> out << <span class="Constant">"]</span><span class="cSpecial">\n\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L1074" class="LineNr">1074 </span><span class="Delimiter">}</span> +<span id="L1" class="LineNr"> 1 </span><span class="Normal">int</span> <a href='036refcount.cc.html#L1'>payload_size</a><span class="Delimiter">(</span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> x<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L2" class="LineNr"> 2 </span> x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"lookup"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> +<span id="L3" class="LineNr"> 3 </span> lookup_memory_core<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">check_for_null</span><span class="Comment">*/</span><span class="Constant">false</span><span class="Delimiter">);</span> +<span id="L4" class="LineNr"> 4 </span> <span class="Identifier">return</span> size_of<span class="Delimiter">(</span>x<span class="Delimiter">);</span> +<span id="L5" class="LineNr"> 5 </span><span class="Delimiter">}</span> +<span id="L6" class="LineNr"> 6 </span> +<span id="L7" class="LineNr"> 7 </span><span class="Delimiter">:(before "End type_tree Definition")</span> +<span id="L8" class="LineNr"> 8 </span><span class="Normal">struct</span> address_element_info <span class="Delimiter">{</span> +<span id="L9" class="LineNr"> 9 </span> <span class="Comment">// Where inside a container type (after flattening nested containers!) the</span> +<span id="L10" class="LineNr"> 10 </span> <span class="Comment">// address lies</span> +<span id="L11" class="LineNr"> 11 </span> <span class="Normal">int</span> offset<span class="Delimiter">;</span> +<span id="L12" class="LineNr"> 12 </span> +<span id="L13" class="LineNr"> 13 </span> <span class="Comment">// All the information we need to compute sizes of items inside an address</span> +<span id="L14" class="LineNr"> 14 </span> <span class="Comment">// inside a container. 'payload_type' doesn't need to be a full-scale</span> +<span id="L15" class="LineNr"> 15 </span> <span class="Comment">// reagent because an address inside a container can never be an array, and</span> +<span id="L16" class="LineNr"> 16 </span> <span class="Comment">// because arrays are the only type that need to know their location to</span> +<span id="L17" class="LineNr"> 17 </span> <span class="Comment">// compute their size.</span> +<span id="L18" class="LineNr"> 18 </span> <span class="Normal">const</span> type_tree* <a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">;</span> +<span id="L19" class="LineNr"> 19 </span> +<span id="L20" class="LineNr"> 20 </span> address_element_info<span class="Delimiter">(</span><span class="Normal">int</span> o<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* p<span class="Delimiter">);</span> +<span id="L21" class="LineNr"> 21 </span> address_element_info<span class="Delimiter">(</span><span class="Normal">const</span> address_element_info& other<span class="Delimiter">);</span> +<span id="L22" class="LineNr"> 22 </span> <a href='036refcount.cc.html#L34'>~address_element_info</a><span class="Delimiter">();</span> +<span id="L23" class="LineNr"> 23 </span> address_element_info& <span class="Normal">operator</span>=<span class="Delimiter">(</span><span class="Normal">const</span> address_element_info& other<span class="Delimiter">);</span> +<span id="L24" class="LineNr"> 24 </span><span class="Delimiter">};</span> +<span id="L25" class="LineNr"> 25 </span><span class="Delimiter">:(code)</span> +<span id="L26" class="LineNr"> 26 </span>address_element_info::address_element_info<span class="Delimiter">(</span><span class="Normal">int</span> o<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* p<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L27" class="LineNr"> 27 </span> offset = o<span class="Delimiter">;</span> +<span id="L28" class="LineNr"> 28 </span> <a href='030container.cc.html#L238'>payload_type</a> = p<span class="Delimiter">;</span> +<span id="L29" class="LineNr"> 29 </span><span class="Delimiter">}</span> +<span id="L30" class="LineNr"> 30 </span>address_element_info::address_element_info<span class="Delimiter">(</span><span class="Normal">const</span> address_element_info& other<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L31" class="LineNr"> 31 </span> offset = other<span class="Delimiter">.</span>offset<span class="Delimiter">;</span> +<span id="L32" class="LineNr"> 32 </span> <a href='030container.cc.html#L238'>payload_type</a> = copy<span class="Delimiter">(</span>other<span class="Delimiter">.</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">);</span> +<span id="L33" class="LineNr"> 33 </span><span class="Delimiter">}</span> +<span id="L34" class="LineNr"> 34 </span>address_element_info::<a href='036refcount.cc.html#L34'>~address_element_info</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L35" class="LineNr"> 35 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L36" class="LineNr"> 36 </span> <span class="Normal">delete</span> <a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">;</span> +<span id="L37" class="LineNr"> 37 </span> <a href='030container.cc.html#L238'>payload_type</a> = <span class="Constant">NULL</span><span class="Delimiter">;</span> +<span id="L38" class="LineNr"> 38 </span> <span class="Delimiter">}</span> +<span id="L39" class="LineNr"> 39 </span><span class="Delimiter">}</span> +<span id="L40" class="LineNr"> 40 </span>address_element_info& address_element_info::<span class="Normal">operator</span>=<span class="Delimiter">(</span><span class="Normal">const</span> address_element_info& other<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L41" class="LineNr"> 41 </span> offset = other<span class="Delimiter">.</span>offset<span class="Delimiter">;</span> +<span id="L42" class="LineNr"> 42 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">)</span> <span class="Normal">delete</span> <a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">;</span> +<span id="L43" class="LineNr"> 43 </span> <a href='030container.cc.html#L238'>payload_type</a> = copy<span class="Delimiter">(</span>other<span class="Delimiter">.</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">);</span> +<span id="L44" class="LineNr"> 44 </span> <span class="Identifier">return</span> *<span class="Normal">this</span><span class="Delimiter">;</span> +<span id="L45" class="LineNr"> 45 </span><span class="Delimiter">}</span> +<span id="L46" class="LineNr"> 46 </span> +<span id="L47" class="LineNr"> 47 </span><span class="Delimiter">:(before "End type_tree Definition")</span> +<span id="L48" class="LineNr"> 48 </span><span class="Comment">// For exclusive containers we might sometimes have an address at some offset</span> +<span id="L49" class="LineNr"> 49 </span><span class="Comment">// if some other offset has a specific tag. This struct encapsulates such</span> +<span id="L50" class="LineNr"> 50 </span><span class="Comment">// guards.</span> +<span id="L51" class="LineNr"> 51 </span><span class="Normal">struct</span> tag_condition_info <span class="Delimiter">{</span> +<span id="L52" class="LineNr"> 52 </span> <span class="Normal">int</span> offset<span class="Delimiter">;</span> +<span id="L53" class="LineNr"> 53 </span> <span class="Normal">int</span> tag<span class="Delimiter">;</span> +<span id="L54" class="LineNr"> 54 </span> tag_condition_info<span class="Delimiter">(</span><span class="Normal">int</span> o<span class="Delimiter">,</span> <span class="Normal">int</span> t<span class="Delimiter">)</span> :offset<span class="Delimiter">(</span>o<span class="Delimiter">),</span> tag<span class="Delimiter">(</span>t<span class="Delimiter">)</span> <span class="Delimiter">{}</span> +<span id="L55" class="LineNr"> 55 </span><span class="Delimiter">};</span> +<span id="L56" class="LineNr"> 56 </span> +<span id="L57" class="LineNr"> 57 </span><span class="Delimiter">:(before "End container_metadata Fields")</span> +<span id="L58" class="LineNr"> 58 </span><span class="Comment">// a list of facts of the form:</span> +<span id="L59" class="LineNr"> 59 </span><span class="Comment">//</span> +<span id="L60" class="LineNr"> 60 </span><span class="Comment">// IF offset o1 has tag t2 AND offset o2 has tag t2 AND .., THEN</span> +<span id="L61" class="LineNr"> 61 </span><span class="Comment">// for all address_element_infos:</span> +<span id="L62" class="LineNr"> 62 </span><span class="Comment">// there is an address at 'offset' pointing to a payload of type payload_type</span> +<span id="L63" class="LineNr"> 63 </span>map<set<tag_condition_info><span class="Delimiter">,</span> set<address_element_info> > <a href='043space.cc.html#L80'>address</a><span class="Delimiter">;</span> +<span id="L64" class="LineNr"> 64 </span><span class="Delimiter">:(code)</span> +<span id="L65" class="LineNr"> 65 </span><span class="Normal">bool</span> <span class="Normal">operator</span><<span class="Delimiter">(</span><span class="Normal">const</span> set<tag_condition_info>& a<span class="Delimiter">,</span> <span class="Normal">const</span> set<tag_condition_info>& b<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L66" class="LineNr"> 66 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">.</span>size<span class="Delimiter">()</span> != b<span class="Delimiter">.</span>size<span class="Delimiter">())</span> <span class="Identifier">return</span> a<span class="Delimiter">.</span>size<span class="Delimiter">()</span> < b<span class="Delimiter">.</span>size<span class="Delimiter">();</span> +<span id="L67" class="LineNr"> 67 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>set<tag_condition_info>::const_iterator pa = a<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> pb = b<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> pa != a<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++pa<span class="Delimiter">,</span> ++pb<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>pa<span class="Delimiter">-></span>offset != pb<span class="Delimiter">-></span>offset<span class="Delimiter">)</span> <span class="Identifier">return</span> pa<span class="Delimiter">-></span>offset < pb<span class="Delimiter">-></span>offset<span class="Delimiter">;</span> +<span id="L69" class="LineNr"> 69 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>pa<span class="Delimiter">-></span>tag != pb<span class="Delimiter">-></span>tag<span class="Delimiter">)</span> <span class="Identifier">return</span> pa<span class="Delimiter">-></span>tag < pb<span class="Delimiter">-></span>tag<span class="Delimiter">;</span> +<span id="L70" class="LineNr"> 70 </span> <span class="Delimiter">}</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span class="Comment">// equal</span> +<span id="L72" class="LineNr"> 72 </span><span class="Delimiter">}</span> +<span id="L73" class="LineNr"> 73 </span><span class="Normal">bool</span> <span class="Normal">operator</span><<span class="Delimiter">(</span><span class="Normal">const</span> tag_condition_info& a<span class="Delimiter">,</span> <span class="Normal">const</span> tag_condition_info& b<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L74" class="LineNr"> 74 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">.</span>offset != b<span class="Delimiter">.</span>offset<span class="Delimiter">)</span> <span class="Identifier">return</span> a<span class="Delimiter">.</span>offset < b<span class="Delimiter">.</span>offset<span class="Delimiter">;</span> +<span id="L75" class="LineNr"> 75 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">.</span>tag != b<span class="Delimiter">.</span>tag<span class="Delimiter">)</span> <span class="Identifier">return</span> a<span class="Delimiter">.</span>tag < b<span class="Delimiter">.</span>tag<span class="Delimiter">;</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span class="Comment">// equal</span> +<span id="L77" class="LineNr"> 77 </span><span class="Delimiter">}</span> +<span id="L78" class="LineNr"> 78 </span><span class="Normal">bool</span> <span class="Normal">operator</span><<span class="Delimiter">(</span><span class="Normal">const</span> set<address_element_info>& a<span class="Delimiter">,</span> <span class="Normal">const</span> set<address_element_info>& b<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">.</span>size<span class="Delimiter">()</span> != b<span class="Delimiter">.</span>size<span class="Delimiter">())</span> <span class="Identifier">return</span> a<span class="Delimiter">.</span>size<span class="Delimiter">()</span> < b<span class="Delimiter">.</span>size<span class="Delimiter">();</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>set<address_element_info>::const_iterator pa = a<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> pb = b<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> pa != a<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++pa<span class="Delimiter">,</span> ++pb<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L81" class="LineNr"> 81 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>pa<span class="Delimiter">-></span>offset != pb<span class="Delimiter">-></span>offset<span class="Delimiter">)</span> <span class="Identifier">return</span> pa<span class="Delimiter">-></span>offset < pb<span class="Delimiter">-></span>offset<span class="Delimiter">;</span> +<span id="L82" class="LineNr"> 82 </span> <span class="Delimiter">}</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span class="Comment">// equal</span> +<span id="L84" class="LineNr"> 84 </span><span class="Delimiter">}</span> +<span id="L85" class="LineNr"> 85 </span><span class="Normal">bool</span> <span class="Normal">operator</span><<span class="Delimiter">(</span><span class="Normal">const</span> address_element_info& a<span class="Delimiter">,</span> <span class="Normal">const</span> address_element_info& b<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L86" class="LineNr"> 86 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">.</span>offset != b<span class="Delimiter">.</span>offset<span class="Delimiter">)</span> <span class="Identifier">return</span> a<span class="Delimiter">.</span>offset < b<span class="Delimiter">.</span>offset<span class="Delimiter">;</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span class="Comment">// equal</span> +<span id="L88" class="LineNr"> 88 </span><span class="Delimiter">}</span> +<span id="L89" class="LineNr"> 89 </span> +<span id="L90" class="LineNr"> 90 </span><span class="Comment">//: populate metadata.address in a separate transform, because it requires</span> +<span id="L91" class="LineNr"> 91 </span><span class="Comment">//: already knowing the sizes of all types</span> +<span id="L92" class="LineNr"> 92 </span> +<span id="L93" class="LineNr"> 93 </span><span class="Delimiter">:(after "Transform.push_back(compute_container_sizes)")</span> +<span id="L94" class="LineNr"> 94 </span>Transform<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>compute_container_address_offsets<span class="Delimiter">);</span> <span class="Comment">// idempotent</span> +<span id="L95" class="LineNr"> 95 </span><span class="Delimiter">:(code)</span> +<span id="L96" class="LineNr"> 96 </span><span class="Normal">void</span> compute_container_address_offsets<span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L97" class="LineNr"> 97 </span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L98" class="LineNr"> 98 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- compute <a href='043space.cc.html#L80'>address</a> offsets for "</span> << caller<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L100" class="LineNr">100 </span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L101" class="LineNr">101 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"- compute <a href='043space.cc.html#L80'>address</a> offsets for "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L102" class="LineNr">102 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L103" class="LineNr">103 </span> compute_container_address_offsets<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">" in '"</span>+inst<span class="Delimiter">.</span>original_string+<span class="Constant">"'"</span><span class="Delimiter">);</span> +<span id="L104" class="LineNr">104 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L105" class="LineNr">105 </span> compute_container_address_offsets<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">" in '"</span>+inst<span class="Delimiter">.</span>original_string+<span class="Constant">"'"</span><span class="Delimiter">);</span> +<span id="L106" class="LineNr">106 </span> <span class="Delimiter">}</span> +<span id="L107" class="LineNr">107 </span><span class="Delimiter">}</span> +<span id="L108" class="LineNr">108 </span> +<span id="L109" class="LineNr">109 </span><span class="Normal">void</span> compute_container_address_offsets<span class="Delimiter">(</span>reagent& r<span class="Delimiter">,</span> <span class="Normal">const</span> string& location_for_error_messages<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L110" class="LineNr">110 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>r<span class="Delimiter">)</span> || is_dummy<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L111" class="LineNr">111 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L112" class="LineNr">112 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">))</span> +<span id="L113" class="LineNr">113 </span> r<span class="Delimiter">.</span>metadata = get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">);</span> +<span id="L114" class="LineNr">114 </span><span class="Delimiter">}</span> +<span id="L115" class="LineNr">115 </span> +<span id="L116" class="LineNr">116 </span><span class="Comment">// the recursive structure of this function needs to exactly match</span> +<span id="L117" class="LineNr">117 </span><span class="Comment">// compute_container_sizes</span> +<span id="L118" class="LineNr">118 </span><span class="Normal">void</span> compute_container_address_offsets<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* type<span class="Delimiter">,</span> <span class="Normal">const</span> string& location_for_error_messages<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L119" class="LineNr">119 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L120" class="LineNr">120 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L121" class="LineNr">121 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L122" class="LineNr">122 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"invalid type "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>type<span class="Delimiter">)</span> << location_for_error_messages << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L123" class="LineNr">123 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L124" class="LineNr">124 </span> <span class="Delimiter">}</span> +<span id="L125" class="LineNr">125 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"address"</span><span class="Delimiter">)</span> +<span id="L126" class="LineNr">126 </span> compute_container_address_offsets<span class="Delimiter">(</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">(</span>type<span class="Delimiter">),</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L127" class="LineNr">127 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"array"</span><span class="Delimiter">)</span> +<span id="L128" class="LineNr">128 </span> compute_container_address_offsets<span class="Delimiter">(</span><a href='032array.cc.html#L381'>array_element</a><span class="Delimiter">(</span>type<span class="Delimiter">),</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L129" class="LineNr">129 </span> <span class="Comment">// End compute_container_address_offsets Non-atom Special-cases</span> +<span id="L130" class="LineNr">130 </span> <span class="Delimiter">}</span> +<span id="L131" class="LineNr">131 </span> <span class="Normal">const</span> type_tree* base_type = type<span class="Delimiter">;</span> +<span id="L132" class="LineNr">132 </span> <span class="Comment">// Update base_type in compute_container_address_offsets</span> +<span id="L133" class="LineNr">133 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> +<span id="L134" class="LineNr">134 </span> type_info& info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> +<span id="L135" class="LineNr">135 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L173'>CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L136" class="LineNr">136 </span> compute_container_address_offsets<span class="Delimiter">(</span>info<span class="Delimiter">,</span> type<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L137" class="LineNr">137 </span> <span class="Delimiter">}</span> +<span id="L138" class="LineNr">138 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L174'>EXCLUSIVE_CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L139" class="LineNr">139 </span> <a href='036refcount.cc.html#L150'>compute_exclusive_container_address_offsets</a><span class="Delimiter">(</span>info<span class="Delimiter">,</span> type<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L140" class="LineNr">140 </span> <span class="Delimiter">}</span> +<span id="L141" class="LineNr">141 </span><span class="Delimiter">}</span> +<span id="L142" class="LineNr">142 </span> +<span id="L143" class="LineNr">143 </span><span class="Normal">void</span> compute_container_address_offsets<span class="Delimiter">(</span><span class="Normal">const</span> type_info& container_info<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* full_type<span class="Delimiter">,</span> <span class="Normal">const</span> string& location_for_error_messages<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L144" class="LineNr">144 </span> container_metadata& metadata = get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> full_type<span class="Delimiter">);</span> +<span id="L145" class="LineNr">145 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L146" class="LineNr">146 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9994</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"compute <a href='043space.cc.html#L80'>address</a> offsets for container "</span> << container_info<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L147" class="LineNr">147 </span> <a href='036refcount.cc.html#L160'>append_addresses</a><span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> full_type<span class="Delimiter">,</span> metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">(),</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L148" class="LineNr">148 </span><span class="Delimiter">}</span> +<span id="L149" class="LineNr">149 </span> +<span id="L150" class="LineNr">150 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L150'>compute_exclusive_container_address_offsets</a><span class="Delimiter">(</span><span class="Normal">const</span> type_info& exclusive_container_info<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* full_type<span class="Delimiter">,</span> <span class="Normal">const</span> string& location_for_error_messages<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L151" class="LineNr">151 </span> container_metadata& metadata = get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> full_type<span class="Delimiter">);</span> +<span id="L152" class="LineNr">152 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9994</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"compute <a href='043space.cc.html#L80'>address</a> offsets for exclusive container "</span> << exclusive_container_info<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L153" class="LineNr">153 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> tag = <span class="Constant">0</span><span class="Delimiter">;</span> tag < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>exclusive_container_info<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++tag<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L154" class="LineNr">154 </span> set<tag_condition_info> key<span class="Delimiter">;</span> +<span id="L155" class="LineNr">155 </span> key<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>tag_condition_info<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">tag is at offset</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">,</span> tag<span class="Delimiter">));</span> +<span id="L156" class="LineNr">156 </span> <a href='036refcount.cc.html#L160'>append_addresses</a><span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">skip tag offset</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> variant_type<span class="Delimiter">(</span>full_type<span class="Delimiter">,</span> tag<span class="Delimiter">).</span>type<span class="Delimiter">,</span> metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> key<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L157" class="LineNr">157 </span> <span class="Delimiter">}</span> +<span id="L158" class="LineNr">158 </span><span class="Delimiter">}</span> +<span id="L159" class="LineNr">159 </span> +<span id="L160" class="LineNr">160 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L160'>append_addresses</a><span class="Delimiter">(</span><span class="Normal">int</span> base_offset<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* type<span class="Delimiter">,</span> map<set<tag_condition_info><span class="Delimiter">,</span> set<address_element_info> >& out<span class="Delimiter">,</span> <span class="Normal">const</span> set<tag_condition_info>& key<span class="Delimiter">,</span> <span class="Normal">const</span> string& location_for_error_messages<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L161" class="LineNr">161 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>type<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L162" class="LineNr">162 </span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>out<span class="Delimiter">,</span> key<span class="Delimiter">).</span>insert<span class="Delimiter">(</span>address_element_info<span class="Delimiter">(</span>base_offset<span class="Delimiter">,</span> <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*payload_type<span class="Delimiter">(</span>type<span class="Delimiter">))));</span> +<span id="L163" class="LineNr">163 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L164" class="LineNr">164 </span> <span class="Delimiter">}</span> +<span id="L165" class="LineNr">165 </span> <span class="Normal">const</span> type_tree* base_type = type<span class="Delimiter">;</span> +<span id="L166" class="LineNr">166 </span> <span class="Comment">// Update base_type in append_container_address_offsets</span> +<span id="L167" class="LineNr">167 </span> <span class="Normal">const</span> type_info& info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> +<span id="L168" class="LineNr">168 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L173'>CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L169" class="LineNr">169 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> curr_index = <span class="Constant">0</span><span class="Delimiter">,</span> curr_offset = base_offset<span class="Delimiter">;</span> curr_index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++curr_index<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L170" class="LineNr">170 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"checking container "</span> << base_type<span class="Delimiter">-></span>name << <span class="Constant">", element "</span> << curr_index << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L171" class="LineNr">171 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> element = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>type<span class="Delimiter">,</span> curr_index<span class="Delimiter">);</span> <span class="Comment">// not base_type</span> +<span id="L172" class="LineNr">172 </span> <span class="Comment">// Compute Container Address Offset(element)</span> +<span id="L173" class="LineNr">173 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>element<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L174" class="LineNr">174 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"address at offset "</span> << curr_offset << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L175" class="LineNr">175 </span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>out<span class="Delimiter">,</span> key<span class="Delimiter">).</span>insert<span class="Delimiter">(</span>address_element_info<span class="Delimiter">(</span>curr_offset<span class="Delimiter">,</span> <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*payload_type<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">))));</span> +<span id="L176" class="LineNr">176 </span> ++curr_offset<span class="Delimiter">;</span> +<span id="L177" class="LineNr">177 </span> <span class="Delimiter">}</span> +<span id="L178" class="LineNr">178 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_array<span class="Delimiter">(</span>element<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L179" class="LineNr">179 </span> curr_offset += <span class="Comment">/*</span><span class="Comment">array length</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L180" class="LineNr">180 </span> <span class="Normal">const</span> type_tree* array_element_type = <a href='032array.cc.html#L381'>array_element</a><span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">);</span> +<span id="L181" class="LineNr">181 </span> <span class="Normal">int</span> array_element_size = size_of<span class="Delimiter">(</span>array_element_type<span class="Delimiter">);</span> +<span id="L182" class="LineNr">182 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='032array.cc.html#L117'>static_array_length</a><span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L183" class="LineNr">183 </span> <a href='036refcount.cc.html#L160'>append_addresses</a><span class="Delimiter">(</span>curr_offset<span class="Delimiter">,</span> array_element_type<span class="Delimiter">,</span> out<span class="Delimiter">,</span> key<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L184" class="LineNr">184 </span> curr_offset += array_element_size<span class="Delimiter">;</span> +<span id="L185" class="LineNr">185 </span> <span class="Delimiter">}</span> +<span id="L186" class="LineNr">186 </span> <span class="Delimiter">}</span> +<span id="L187" class="LineNr">187 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_container<span class="Delimiter">(</span>element<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L188" class="LineNr">188 </span> <a href='036refcount.cc.html#L160'>append_addresses</a><span class="Delimiter">(</span>curr_offset<span class="Delimiter">,</span> element<span class="Delimiter">.</span>type<span class="Delimiter">,</span> out<span class="Delimiter">,</span> key<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L189" class="LineNr">189 </span> curr_offset += size_of<span class="Delimiter">(</span>element<span class="Delimiter">);</span> +<span id="L190" class="LineNr">190 </span> <span class="Delimiter">}</span> +<span id="L191" class="LineNr">191 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_exclusive_container<span class="Delimiter">(</span>element<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L192" class="LineNr">192 </span> <span class="Normal">const</span> type_tree* element_base_type = element<span class="Delimiter">.</span>type<span class="Delimiter">;</span> +<span id="L193" class="LineNr">193 </span> <span class="Comment">// Update element_base_type For Exclusive Container in append_addresses</span> +<span id="L194" class="LineNr">194 </span> <span class="Normal">const</span> type_info& element_info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> element_base_type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> +<span id="L195" class="LineNr">195 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> tag = <span class="Constant">0</span><span class="Delimiter">;</span> tag < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>element_info<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++tag<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L196" class="LineNr">196 </span> set<tag_condition_info> new_key = key<span class="Delimiter">;</span> +<span id="L197" class="LineNr">197 </span> new_key<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>tag_condition_info<span class="Delimiter">(</span>curr_offset<span class="Delimiter">,</span> tag<span class="Delimiter">));</span> +<span id="L198" class="LineNr">198 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>out<span class="Delimiter">,</span> new_key<span class="Delimiter">))</span> +<span id="L199" class="LineNr">199 </span> <a href='036refcount.cc.html#L160'>append_addresses</a><span class="Delimiter">(</span>curr_offset+<span class="Comment">/*</span><span class="Comment">skip tag</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> variant_type<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">,</span> tag<span class="Delimiter">).</span>type<span class="Delimiter">,</span> out<span class="Delimiter">,</span> new_key<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L200" class="LineNr">200 </span> <span class="Delimiter">}</span> +<span id="L201" class="LineNr">201 </span> curr_offset += size_of<span class="Delimiter">(</span>element<span class="Delimiter">);</span> +<span id="L202" class="LineNr">202 </span> <span class="Delimiter">}</span> +<span id="L203" class="LineNr">203 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L204" class="LineNr">204 </span> <span class="Comment">// non-address primitive</span> +<span id="L205" class="LineNr">205 </span> ++curr_offset<span class="Delimiter">;</span> +<span id="L206" class="LineNr">206 </span> <span class="Delimiter">}</span> +<span id="L207" class="LineNr">207 </span> <span class="Delimiter">}</span> +<span id="L208" class="LineNr">208 </span> <span class="Delimiter">}</span> +<span id="L209" class="LineNr">209 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L174'>EXCLUSIVE_CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L210" class="LineNr">210 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> tag = <span class="Constant">0</span><span class="Delimiter">;</span> tag < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++tag<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L211" class="LineNr">211 </span> set<tag_condition_info> new_key = key<span class="Delimiter">;</span> +<span id="L212" class="LineNr">212 </span> new_key<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>tag_condition_info<span class="Delimiter">(</span>base_offset<span class="Delimiter">,</span> tag<span class="Delimiter">));</span> +<span id="L213" class="LineNr">213 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>out<span class="Delimiter">,</span> new_key<span class="Delimiter">))</span> +<span id="L214" class="LineNr">214 </span> <a href='036refcount.cc.html#L160'>append_addresses</a><span class="Delimiter">(</span>base_offset+<span class="Comment">/*</span><span class="Comment">skip tag</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> variant_type<span class="Delimiter">(</span>type<span class="Delimiter">,</span> tag<span class="Delimiter">).</span>type<span class="Delimiter">,</span> out<span class="Delimiter">,</span> new_key<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L215" class="LineNr">215 </span> <span class="Delimiter">}</span> +<span id="L216" class="LineNr">216 </span> <span class="Delimiter">}</span> +<span id="L217" class="LineNr">217 </span><span class="Delimiter">}</span> +<span id="L218" class="LineNr">218 </span> +<span id="L219" class="LineNr">219 </span><span class="Comment">//: for the following unit tests we'll do the work of the transform by hand</span> +<span id="L220" class="LineNr">220 </span> +<span id="L221" class="LineNr">221 </span><span class="Delimiter">:(before "End Unit Tests")</span> +<span id="L222" class="LineNr">222 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L222'>test_container_address_offsets_empty</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L223" class="LineNr">223 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> +<span id="L224" class="LineNr">224 </span> <span class="Comment">// define a container with no addresses</span> +<span id="L225" class="LineNr">225 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:point"</span><span class="Delimiter">);</span> +<span id="L226" class="LineNr">226 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> +<span id="L227" class="LineNr">227 </span> <span class="Comment">// scan</span> +<span id="L228" class="LineNr">228 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L229" class="LineNr">229 </span> <span class="Comment">// global metadata contains just the entry for foo</span> +<span id="L230" class="LineNr">230 </span> <span class="Comment">// no entries for non-container types or other junk</span> +<span id="L231" class="LineNr">231 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L232" class="LineNr">232 </span> <span class="Comment">// the reagent we scanned knows it has no addresses</span> +<span id="L233" class="LineNr">233 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">.</span>empty<span class="Delimiter">());</span> +<span id="L234" class="LineNr">234 </span> <span class="Comment">// the global table contains an identical entry</span> +<span id="L235" class="LineNr">235 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">));</span> +<span id="L236" class="LineNr">236 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">.</span>empty<span class="Delimiter">());</span> +<span id="L237" class="LineNr">237 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> +<span id="L238" class="LineNr">238 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L239" class="LineNr">239 </span><span class="Delimiter">}</span> +<span id="L240" class="LineNr">240 </span> +<span id="L241" class="LineNr">241 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L241'>test_container_address_offsets</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L242" class="LineNr">242 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> +<span id="L243" class="LineNr">243 </span> <span class="Comment">// define a container with an address at offset 0 that we have the size for</span> +<span id="L244" class="LineNr">244 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L245" class="LineNr">245 </span> <span class="Constant">" x:<a href='043space.cc.html#L80'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L246" class="LineNr">246 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L247" class="LineNr">247 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> +<span id="L248" class="LineNr">248 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> +<span id="L249" class="LineNr">249 </span> <span class="Comment">// scan</span> +<span id="L250" class="LineNr">250 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L251" class="LineNr">251 </span> <span class="Comment">// global metadata contains just the entry for foo</span> +<span id="L252" class="LineNr">252 </span> <span class="Comment">// no entries for non-container types or other junk</span> +<span id="L253" class="LineNr">253 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L254" class="LineNr">254 </span> <span class="Comment">// the reagent we scanned knows it has an address at offset 0</span> +<span id="L255" class="LineNr">255 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L256" class="LineNr">256 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">()));</span> +<span id="L257" class="LineNr">257 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets = get<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> <span class="Comment">// unconditional for containers</span> +<span id="L258" class="LineNr">258 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L259" class="LineNr">259 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L260" class="LineNr">260 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L261" class="LineNr">261 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> +<span id="L262" class="LineNr">262 </span> <span class="Comment">// the global table contains an identical entry</span> +<span id="L263" class="LineNr">263 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">));</span> +<span id="L264" class="LineNr">264 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> +<span id="L265" class="LineNr">265 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L266" class="LineNr">266 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L267" class="LineNr">267 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L268" class="LineNr">268 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> +<span id="L269" class="LineNr">269 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> +<span id="L270" class="LineNr">270 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</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="Normal">void</span> <a href='036refcount.cc.html#L273'>test_container_address_offsets_2</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L274" class="LineNr">274 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> +<span id="L275" class="LineNr">275 </span> <span class="Comment">// define a container with an address at offset 1 that we have the size for</span> +<span id="L276" class="LineNr">276 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L277" class="LineNr">277 </span> <span class="Constant">" x:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L278" class="LineNr">278 </span> <span class="Constant">" y:<a href='043space.cc.html#L80'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L279" class="LineNr">279 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L280" class="LineNr">280 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> +<span id="L281" class="LineNr">281 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> +<span id="L282" class="LineNr">282 </span> <span class="Comment">// global metadata contains just the entry for foo</span> +<span id="L283" class="LineNr">283 </span> <span class="Comment">// no entries for non-container types or other junk</span> +<span id="L284" class="LineNr">284 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L285" class="LineNr">285 </span> <span class="Comment">// scan</span> +<span id="L286" class="LineNr">286 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L287" class="LineNr">287 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> +<span id="L288" class="LineNr">288 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L289" class="LineNr">289 </span> <span class="Comment">// the reagent we scanned knows it has an address at offset 1</span> +<span id="L290" class="LineNr">290 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L291" class="LineNr">291 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">()));</span> +<span id="L292" class="LineNr">292 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets = get<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> +<span id="L293" class="LineNr">293 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L294" class="LineNr">294 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> <span class="Comment">//</span> +<span id="L295" class="LineNr">295 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L296" class="LineNr">296 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> +<span id="L297" class="LineNr">297 </span> <span class="Comment">// the global table contains an identical entry</span> +<span id="L298" class="LineNr">298 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">));</span> +<span id="L299" class="LineNr">299 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> +<span id="L300" class="LineNr">300 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L301" class="LineNr">301 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> <span class="Comment">//</span> +<span id="L302" class="LineNr">302 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L303" class="LineNr">303 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> +<span id="L304" class="LineNr">304 </span><span class="Delimiter">}</span> +<span id="L305" class="LineNr">305 </span> +<span id="L306" class="LineNr">306 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L306'>test_container_address_offsets_nested</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L307" class="LineNr">307 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> +<span id="L308" class="LineNr">308 </span> <span class="Comment">// define a container with a nested container containing an address</span> +<span id="L309" class="LineNr">309 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L310" class="LineNr">310 </span> <span class="Constant">" x:<a href='043space.cc.html#L80'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L311" class="LineNr">311 </span> <span class="Constant">" y:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L312" class="LineNr">312 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L313" class="LineNr">313 </span> <span class="Constant">"container bar [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L314" class="LineNr">314 </span> <span class="Constant">" p:point</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L315" class="LineNr">315 </span> <span class="Constant">" f:foo</span><span class="cSpecial">\n</span><span class="Constant">"</span> <span class="Comment">// nested container containing address</span> +<span id="L316" class="LineNr">316 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L317" class="LineNr">317 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:bar"</span><span class="Delimiter">);</span> +<span id="L318" class="LineNr">318 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> +<span id="L319" class="LineNr">319 </span> <span class="Comment">// global metadata contains entries for bar and included types: point and foo</span> +<span id="L320" class="LineNr">320 </span> <span class="Comment">// no entries for non-container types or other junk</span> +<span id="L321" class="LineNr">321 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">3</span><span class="Delimiter">);</span> +<span id="L322" class="LineNr">322 </span> <span class="Comment">// scan</span> +<span id="L323" class="LineNr">323 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L324" class="LineNr">324 </span> <span class="Comment">// the reagent we scanned knows it has an address at offset 2</span> +<span id="L325" class="LineNr">325 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L326" class="LineNr">326 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">()));</span> +<span id="L327" class="LineNr">327 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets = get<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> +<span id="L328" class="LineNr">328 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L329" class="LineNr">329 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">2</span><span class="Delimiter">);</span> <span class="Comment">//</span> +<span id="L330" class="LineNr">330 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L331" class="LineNr">331 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> +<span id="L332" class="LineNr">332 </span> <span class="Comment">// the global table also knows its address offset</span> +<span id="L333" class="LineNr">333 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">));</span> +<span id="L334" class="LineNr">334 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> r<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> +<span id="L335" class="LineNr">335 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L336" class="LineNr">336 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">2</span><span class="Delimiter">);</span> <span class="Comment">//</span> +<span id="L337" class="LineNr">337 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L338" class="LineNr">338 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> +<span id="L339" class="LineNr">339 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> +<span id="L340" class="LineNr">340 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">3</span><span class="Delimiter">);</span> +<span id="L341" class="LineNr">341 </span><span class="Delimiter">}</span> +<span id="L342" class="LineNr">342 </span> +<span id="L343" class="LineNr">343 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L343'>test_container_address_offsets_from_address</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L344" class="LineNr">344 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> +<span id="L345" class="LineNr">345 </span> <span class="Comment">// define a container with an address at offset 0</span> +<span id="L346" class="LineNr">346 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L347" class="LineNr">347 </span> <span class="Constant">" x:<a href='043space.cc.html#L80'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L348" class="LineNr">348 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L349" class="LineNr">349 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L80'>address</a>:foo"</span><span class="Delimiter">);</span> +<span id="L350" class="LineNr">350 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> +<span id="L351" class="LineNr">351 </span> <span class="Comment">// global metadata contains just the entry for foo</span> +<span id="L352" class="LineNr">352 </span> <span class="Comment">// no entries for non-container types or other junk</span> +<span id="L353" class="LineNr">353 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L354" class="LineNr">354 </span> <span class="Comment">// scan an address to the container</span> +<span id="L355" class="LineNr">355 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L356" class="LineNr">356 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> +<span id="L357" class="LineNr">357 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L358" class="LineNr">358 </span> <span class="Comment">// scanning precomputed metadata for the container</span> +<span id="L359" class="LineNr">359 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> +<span id="L360" class="LineNr">360 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> +<span id="L361" class="LineNr">361 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> +<span id="L362" class="LineNr">362 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L363" class="LineNr">363 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L364" class="LineNr">364 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L365" class="LineNr">365 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> +<span id="L366" class="LineNr">366 </span><span class="Delimiter">}</span> +<span id="L367" class="LineNr">367 </span> +<span id="L368" class="LineNr">368 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L368'>test_container_address_offsets_from_array</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L369" class="LineNr">369 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> +<span id="L370" class="LineNr">370 </span> <span class="Comment">// define a container with an address at offset 0</span> +<span id="L371" class="LineNr">371 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L372" class="LineNr">372 </span> <span class="Constant">" x:<a href='043space.cc.html#L80'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L373" class="LineNr">373 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L374" class="LineNr">374 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:array:foo"</span><span class="Delimiter">);</span> +<span id="L375" class="LineNr">375 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> +<span id="L376" class="LineNr">376 </span> <span class="Comment">// global metadata contains just the entry for foo</span> +<span id="L377" class="LineNr">377 </span> <span class="Comment">// no entries for non-container types or other junk</span> +<span id="L378" class="LineNr">378 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L379" class="LineNr">379 </span> <span class="Comment">// scan an array of the container</span> +<span id="L380" class="LineNr">380 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L381" class="LineNr">381 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> +<span id="L382" class="LineNr">382 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L383" class="LineNr">383 </span> <span class="Comment">// scanning precomputed metadata for the container</span> +<span id="L384" class="LineNr">384 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> +<span id="L385" class="LineNr">385 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> +<span id="L386" class="LineNr">386 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> +<span id="L387" class="LineNr">387 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L388" class="LineNr">388 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L389" class="LineNr">389 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L390" class="LineNr">390 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> +<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="Normal">void</span> <a href='036refcount.cc.html#L393'>test_container_address_offsets_from_address_to_array</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L394" class="LineNr">394 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> +<span id="L395" class="LineNr">395 </span> <span class="Comment">// define a container with an address at offset 0</span> +<span id="L396" class="LineNr">396 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L397" class="LineNr">397 </span> <span class="Constant">" x:<a href='043space.cc.html#L80'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L398" class="LineNr">398 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L399" class="LineNr">399 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L80'>address</a>:array:foo"</span><span class="Delimiter">);</span> +<span id="L400" class="LineNr">400 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> +<span id="L401" class="LineNr">401 </span> <span class="Comment">// global metadata contains just the entry for foo</span> +<span id="L402" class="LineNr">402 </span> <span class="Comment">// no entries for non-container types or other junk</span> +<span id="L403" class="LineNr">403 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L404" class="LineNr">404 </span> <span class="Comment">// scan an address to an array of the container</span> +<span id="L405" class="LineNr">405 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L406" class="LineNr">406 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> +<span id="L407" class="LineNr">407 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L408" class="LineNr">408 </span> <span class="Comment">// scanning precomputed metadata for the container</span> +<span id="L409" class="LineNr">409 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> +<span id="L410" class="LineNr">410 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> +<span id="L411" class="LineNr">411 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> +<span id="L412" class="LineNr">412 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L413" class="LineNr">413 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L414" class="LineNr">414 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L415" class="LineNr">415 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> +<span id="L416" class="LineNr">416 </span><span class="Delimiter">}</span> +<span id="L417" class="LineNr">417 </span> +<span id="L418" class="LineNr">418 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L418'>test_container_address_offsets_from_static_array</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L419" class="LineNr">419 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> +<span id="L420" class="LineNr">420 </span> <span class="Comment">// define a container with an address at offset 0</span> +<span id="L421" class="LineNr">421 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L422" class="LineNr">422 </span> <span class="Constant">" x:<a href='043space.cc.html#L80'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L423" class="LineNr">423 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L424" class="LineNr">424 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:array:foo:10"</span><span class="Delimiter">);</span> +<span id="L425" class="LineNr">425 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> +<span id="L426" class="LineNr">426 </span> <span class="Comment">// global metadata contains just the entry for foo</span> +<span id="L427" class="LineNr">427 </span> <span class="Comment">// no entries for non-container types or other junk</span> +<span id="L428" class="LineNr">428 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L429" class="LineNr">429 </span> <span class="Comment">// scan a static array of the container</span> +<span id="L430" class="LineNr">430 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L431" class="LineNr">431 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> +<span id="L432" class="LineNr">432 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L433" class="LineNr">433 </span> <span class="Comment">// scanning precomputed metadata for the container</span> +<span id="L434" class="LineNr">434 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> +<span id="L435" class="LineNr">435 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> +<span id="L436" class="LineNr">436 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> +<span id="L437" class="LineNr">437 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L438" class="LineNr">438 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L439" class="LineNr">439 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L440" class="LineNr">440 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> +<span id="L441" class="LineNr">441 </span><span class="Delimiter">}</span> +<span id="L442" class="LineNr">442 </span> +<span id="L443" class="LineNr">443 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L443'>test_container_address_offsets_from_address_to_static_array</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L444" class="LineNr">444 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> +<span id="L445" class="LineNr">445 </span> <span class="Comment">// define a container with an address at offset 0</span> +<span id="L446" class="LineNr">446 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L447" class="LineNr">447 </span> <span class="Constant">" x:<a href='043space.cc.html#L80'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L448" class="LineNr">448 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L449" class="LineNr">449 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L80'>address</a>:array:foo:10"</span><span class="Delimiter">);</span> +<span id="L450" class="LineNr">450 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> +<span id="L451" class="LineNr">451 </span> <span class="Comment">// global metadata contains just the entry for foo</span> +<span id="L452" class="LineNr">452 </span> <span class="Comment">// no entries for non-container types or other junk</span> +<span id="L453" class="LineNr">453 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L454" class="LineNr">454 </span> <span class="Comment">// scan an address to a static array of the container</span> +<span id="L455" class="LineNr">455 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L456" class="LineNr">456 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> +<span id="L457" class="LineNr">457 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L458" class="LineNr">458 </span> <span class="Comment">// scanning precomputed metadata for the container</span> +<span id="L459" class="LineNr">459 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> +<span id="L460" class="LineNr">460 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> +<span id="L461" class="LineNr">461 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> +<span id="L462" class="LineNr">462 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L463" class="LineNr">463 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L464" class="LineNr">464 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L465" class="LineNr">465 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> +<span id="L466" class="LineNr">466 </span><span class="Delimiter">}</span> +<span id="L467" class="LineNr">467 </span> +<span id="L468" class="LineNr">468 </span><span class="Normal">void</span> <a href='036refcount.cc.html#L468'>test_container_address_offsets_from_repeated_address_and_array_types</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L469" class="LineNr">469 </span> <span class="Normal">int</span> old_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">);</span> +<span id="L470" class="LineNr">470 </span> <span class="Comment">// define a container with an address at offset 0</span> +<span id="L471" class="LineNr">471 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L472" class="LineNr">472 </span> <span class="Constant">" x:<a href='043space.cc.html#L80'>address</a>:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L473" class="LineNr">473 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L474" class="LineNr">474 </span> <span class="Comment">// scan a deep nest of 'address' and 'array' types modifying a container</span> +<span id="L475" class="LineNr">475 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L80'>address</a>:array:<a href='043space.cc.html#L80'>address</a>:<a href='043space.cc.html#L80'>address</a>:array:foo:10"</span><span class="Delimiter">);</span> +<span id="L476" class="LineNr">476 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span class="Comment">// need to first pre-populate the metadata</span> +<span id="L477" class="LineNr">477 </span> <span class="Comment">// global metadata contains just the entry for foo</span> +<span id="L478" class="LineNr">478 </span> <span class="Comment">// no entries for non-container types or other junk</span> +<span id="L479" class="LineNr">479 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L480" class="LineNr">480 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L481" class="LineNr">481 </span> <span class="Comment">// compute_container_address_offsets creates no new entries</span> +<span id="L482" class="LineNr">482 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Container_metadata<span class="Delimiter">)</span>-old_size<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L483" class="LineNr">483 </span> <span class="Comment">// scanning precomputed metadata for the container</span> +<span id="L484" class="LineNr">484 </span> reagent container<span class="Delimiter">(</span><span class="Constant">"x:foo"</span><span class="Delimiter">);</span> +<span id="L485" class="LineNr">485 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">));</span> +<span id="L486" class="LineNr">486 </span> <span class="Normal">const</span> set<address_element_info>& address_offsets2 = get<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> container<span class="Delimiter">.</span>type<span class="Delimiter">).</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> +<span id="L487" class="LineNr">487 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L488" class="LineNr">488 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L489" class="LineNr">489 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L490" class="LineNr">490 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>address_offsets2<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Constant">"number"</span><span class="Delimiter">);</span> +<span id="L491" class="LineNr">491 </span><span class="Delimiter">}</span> +<span id="L492" class="LineNr">492 </span> +<span id="L493" class="LineNr">493 </span><span class="Delimiter">:(code)</span> +<span id="L494" class="LineNr">494 </span><span class="Normal">bool</span> <a href='036refcount.cc.html#L494'>all_match</a><span class="Delimiter">(</span><span class="Normal">const</span> vector<<span class="Normal">double</span>>& data<span class="Delimiter">,</span> <span class="Normal">const</span> set<tag_condition_info>& conditions<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L495" class="LineNr">495 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>set<tag_condition_info>::const_iterator p = conditions<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != conditions<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L496" class="LineNr">496 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>data<span class="Delimiter">.</span>at<span class="Delimiter">(</span>p<span class="Delimiter">-></span>offset<span class="Delimiter">)</span> != p<span class="Delimiter">-></span>tag<span class="Delimiter">)</span> +<span id="L497" class="LineNr">497 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L498" class="LineNr">498 </span> <span class="Delimiter">}</span> +<span id="L499" class="LineNr">499 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L500" class="LineNr">500 </span><span class="Delimiter">}</span> +<span id="L501" class="LineNr">501 </span> +<span id="L502" class="LineNr">502 </span><span class="Normal">bool</span> is_mu_container<span class="Delimiter">(</span><span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L503" class="LineNr">503 </span> <span class="Identifier">return</span> is_mu_container<span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">);</span> +<span id="L504" class="LineNr">504 </span><span class="Delimiter">}</span> +<span id="L505" class="LineNr">505 </span><span class="Normal">bool</span> is_mu_container<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* type<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L506" class="LineNr">506 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L507" class="LineNr">507 </span> <span class="Comment">// End is_mu_container(type) Special-cases</span> +<span id="L508" class="LineNr">508 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>value == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L509" class="LineNr">509 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> +<span id="L510" class="LineNr">510 </span> type_info& info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> +<span id="L511" class="LineNr">511 </span> <span class="Identifier">return</span> info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L173'>CONTAINER</a><span class="Delimiter">;</span> +<span id="L512" class="LineNr">512 </span><span class="Delimiter">}</span> +<span id="L513" class="LineNr">513 </span> +<span id="L514" class="LineNr">514 </span><span class="Normal">bool</span> is_mu_exclusive_container<span class="Delimiter">(</span><span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L515" class="LineNr">515 </span> <span class="Identifier">return</span> is_mu_exclusive_container<span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">);</span> +<span id="L516" class="LineNr">516 </span><span class="Delimiter">}</span> +<span id="L517" class="LineNr">517 </span><span class="Normal">bool</span> is_mu_exclusive_container<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* type<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L518" class="LineNr">518 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L519" class="LineNr">519 </span> <span class="Comment">// End is_mu_exclusive_container(type) Special-cases</span> +<span id="L520" class="LineNr">520 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>value == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L521" class="LineNr">521 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> +<span id="L522" class="LineNr">522 </span> type_info& info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> +<span id="L523" class="LineNr">523 </span> <span class="Identifier">return</span> info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L174'>EXCLUSIVE_CONTAINER</a><span class="Delimiter">;</span> +<span id="L524" class="LineNr">524 </span><span class="Delimiter">}</span> </pre> </body> </html> diff --git a/html/037abandon.cc.html b/html/037abandon.cc.html index 9a1075f6..3c153c63 100644 --- a/html/037abandon.cc.html +++ b/html/037abandon.cc.html @@ -15,20 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.cSpecial { color: #008000; } .LineNr { color: #444444; } -.CommentedCode { color: #6c6c6c; } +.Constant { color: #00a0a0; } .muRecipe { color: #ff8700; } -.cSpecial { color: #008000; } -.muData { color: #ffff00; } -.Identifier { color: #c0a020; } .Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.traceContains { color: #008000; } --> </style> @@ -63,252 +60,102 @@ if ('onhashchange' in window) { </head> <body onload='JumpToLine();'> <pre id='vimCodeElement'> -<span id="L1" class="LineNr"> 1 </span><span class="Comment">//: Reclaiming memory when it's no longer used.</span> -<span id="L2" class="LineNr"> 2 </span><span class="Comment">//: The top of the address layer has the complete life cycle of memory.</span> -<span id="L3" class="LineNr"> 3 </span> -<span id="L4" class="LineNr"> 4 </span><span class="Delimiter">:(scenario new_reclaim)</span> -<span id="L5" class="LineNr"> 5 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L6" class="LineNr"> 6 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L7" class="LineNr"> 7 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num <span class="Comment"># because 1 will get reset during abandon below</span> -<span id="L8" class="LineNr"> 8 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># abandon</span> -<span id="L9" class="LineNr"> 9 </span> <span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> <span class="Comment"># must be same size as abandoned memory to reuse</span> -<span id="L10" class="LineNr"> 10 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L11" class="LineNr"> 11 </span> <span class="Constant">5</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">4</span>:num -<span id="L12" class="LineNr"> 12 </span>] -<span id="L13" class="LineNr"> 13 </span><span class="Comment"># both allocations should have returned the same address</span> -<span id="L14" class="LineNr"> 14 </span><span class="traceContains">+mem: storing 1 in location 5</span> -<span id="L15" class="LineNr"> 15 </span> -<span id="L16" class="LineNr"> 16 </span><span class="Delimiter">:(before "End Decrement Refcount(old_address, <a href='030container.cc.html#L238'>payload_type</a>, payload_size)")</span> -<span id="L17" class="LineNr"> 17 </span><span class="Normal">if</span> <span class="Delimiter">(</span>old_refcount == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L18" class="LineNr"> 18 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"automatically abandoning "</span> << old_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L19" class="LineNr"> 19 </span> <a href='037abandon.cc.html#L28'>abandon</a><span class="Delimiter">(</span>old_address<span class="Delimiter">,</span> <a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">,</span> <a href='036refcount.cc.html#L84'>payload_size</a><span class="Delimiter">);</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="Comment">//: When abandoning addresses we'll save them to a 'free list', segregated by size.</span> -<span id="L23" class="LineNr"> 23 </span> -<span id="L24" class="LineNr"> 24 </span><span class="Delimiter">:(before "End routine Fields")</span> -<span id="L25" class="LineNr"> 25 </span>map<<span class="Normal">int</span><span class="Delimiter">,</span> <span class="Normal">int</span>> free_list<span class="Delimiter">;</span> -<span id="L26" class="LineNr"> 26 </span> -<span id="L27" class="LineNr"> 27 </span><span class="Delimiter">:(code)</span> -<span id="L28" class="LineNr"> 28 </span><span class="Normal">void</span> <a href='037abandon.cc.html#L28'>abandon</a><span class="Delimiter">(</span><span class="Normal">int</span> <a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* <a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">,</span> <span class="Normal">int</span> <a href='036refcount.cc.html#L84'>payload_size</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L29" class="LineNr"> 29 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"abandon"</span><span class="Delimiter">)</span> << <span class="Constant">"updating refcounts inside "</span> << <a href='043space.cc.html#L82'>address</a> << <span class="Constant">": "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L30" class="LineNr"> 30 </span><span class="CommentedCode">//? Total_free += size;</span> -<span id="L31" class="LineNr"> 31 </span><span class="CommentedCode">//? ++Num_free;</span> -<span id="L32" class="LineNr"> 32 </span><span class="CommentedCode">//? cerr << "abandon: " << size << '\n';</span> -<span id="L33" class="LineNr"> 33 </span> <span class="Comment">// decrement any contained refcounts</span> -<span id="L34" class="LineNr"> 34 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_array<span class="Delimiter">(</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">local</span><span class="Comment">*/</span> element<span class="Delimiter">;</span> -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> element<span class="Delimiter">.</span>type = <a href='032array.cc.html#L377'>copy_array_element</a><span class="Delimiter">(</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">);</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> <span class="Normal">int</span> <a href='032array.cc.html#L397'>array_length</a> = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> address+<span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name != <span class="Constant">"array"</span><span class="Delimiter">);</span> -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <span class="Normal">int</span> element_size = size_of<span class="Delimiter">(</span>element<span class="Delimiter">);</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='032array.cc.html#L397'>array_length</a><span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> element<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> + <span class="Comment">/*</span><span class="Comment">skip refcount and length</span><span class="Comment">*/</span><span class="Constant">2</span> + i*element_size<span class="Delimiter">);</span> -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='036refcount.cc.html#L59'>decrement_any_refcounts</a><span class="Delimiter">(</span>element<span class="Delimiter">);</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Delimiter">}</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_container<span class="Delimiter">(</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">)</span> || is_mu_exclusive_container<span class="Delimiter">(</span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> reagent tmp<span class="Delimiter">;</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span> tmp<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*payload_type<span class="Delimiter">);</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span> tmp<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> + <span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span> <a href='036refcount.cc.html#L59'>decrement_any_refcounts</a><span class="Delimiter">(</span>tmp<span class="Delimiter">);</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Delimiter">}</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Comment">// clear memory</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> curr = <a href='043space.cc.html#L82'>address</a><span class="Delimiter">;</span> curr < address+payload_size<span class="Delimiter">;</span> ++curr<span class="Delimiter">)</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Comment">// append existing free list to address</span> -<span id="L55" class="LineNr"> 55 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"abandon"</span><span class="Delimiter">)</span> << <span class="Constant">"saving "</span> << <a href='043space.cc.html#L82'>address</a> << <span class="Constant">" in free-list of size "</span> << <a href='036refcount.cc.html#L84'>payload_size</a> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L56" class="LineNr"> 56 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>free_list<span class="Delimiter">,</span> <a href='036refcount.cc.html#L84'>payload_size</a><span class="Delimiter">));</span> -<span id="L57" class="LineNr"> 57 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>free_list<span class="Delimiter">,</span> <a href='036refcount.cc.html#L84'>payload_size</a><span class="Delimiter">,</span> <a href='043space.cc.html#L82'>address</a><span class="Delimiter">);</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="Delimiter">:(after "Allocate Special-cases")</span> -<span id="L61" class="LineNr"> 61 </span><span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>free_list<span class="Delimiter">,</span> size<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L62" class="LineNr"> 62 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"abandon"</span><span class="Delimiter">)</span> << <span class="Constant">"picking up space from free-list of size "</span> << size << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Normal">int</span> result = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>free_list<span class="Delimiter">,</span> size<span class="Delimiter">);</span> -<span id="L64" class="LineNr"> 64 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"new alloc from free list: "</span> << result << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L65" class="LineNr"> 65 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>free_list<span class="Delimiter">,</span> size<span class="Delimiter">,</span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> result<span class="Delimiter">));</span> -<span id="L66" class="LineNr"> 66 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> result<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L67" class="LineNr"> 67 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> curr = result<span class="Delimiter">;</span> curr < result+size<span class="Delimiter">;</span> ++curr<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">)</span> != <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"memory in free list was not zeroed out: "</span> << curr << <span class="Constant">'/'</span> << result << <span class="Constant">"; somebody wrote to us after free!!!</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// always fatal</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Delimiter">}</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<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="Delimiter">:(scenario new_differing_size_no_reclaim)</span> -<span id="L77" class="LineNr"> 77 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L78" class="LineNr"> 78 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L80" class="LineNr"> 80 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># abandon</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:array:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">2</span> <span class="Comment"># different size</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:array:num -<span id="L83" class="LineNr"> 83 </span> <span class="Constant">5</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">4</span>:num -<span id="L84" class="LineNr"> 84 </span>] -<span id="L85" class="LineNr"> 85 </span><span class="Comment"># no reuse</span> -<span id="L86" class="LineNr"> 86 </span><span class="traceContains">+mem: storing 0 in location 5</span> -<span id="L87" class="LineNr"> 87 </span> -<span id="L88" class="LineNr"> 88 </span><span class="Delimiter">:(scenario new_reclaim_array)</span> -<span id="L89" class="LineNr"> 89 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L90" class="LineNr"> 90 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">2</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num -<span id="L92" class="LineNr"> 92 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># abandon</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:array:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">2</span> <span class="Comment"># same size</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">3</span>:<a href='043space.cc.html#L82'>address</a>:array:num -<span id="L95" class="LineNr"> 95 </span> <span class="Constant">5</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">4</span>:num -<span id="L96" class="LineNr"> 96 </span>] -<span id="L97" class="LineNr"> 97 </span><span class="Comment"># both calls to new returned identical addresses</span> -<span id="L98" class="LineNr"> 98 </span><span class="traceContains">+mem: storing 1 in location 5</span> -<span id="L99" class="LineNr"> 99 </span> -<span id="L100" class="LineNr">100 </span><span class="Delimiter">:(scenario abandon_on_overwrite)</span> -<span id="L101" class="LineNr">101 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L102" class="LineNr">102 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L103" class="LineNr">103 </span> <span class="Comment"># over-writing one allocation with another</span> -<span id="L104" class="LineNr">104 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L105" class="LineNr">105 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L106" class="LineNr">106 </span>] -<span id="L107" class="LineNr">107 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L108" class="LineNr">108 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L109" class="LineNr">109 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L110" class="LineNr">110 </span><span class="traceContains">+mem: automatically abandoning 1000</span> -<span id="L111" class="LineNr">111 </span> -<span id="L112" class="LineNr">112 </span><span class="Delimiter">:(scenario abandon_after_call)</span> -<span id="L113" class="LineNr">113 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L114" class="LineNr">114 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L115" class="LineNr">115 </span> <span class="Comment"># passing in addresses to recipes increments refcount</span> -<span id="L116" class="LineNr">116 </span> foo <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L117" class="LineNr">117 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L118" class="LineNr">118 </span>] -<span id="L119" class="LineNr">119 </span><span class="muRecipe">def</span> foo [ -<span id="L120" class="LineNr">120 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>next-ingredient -<span id="L121" class="LineNr">121 </span> <span class="Comment"># return does NOT yet decrement refcount; memory must be explicitly managed</span> -<span id="L122" class="LineNr">122 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L123" class="LineNr">123 </span>] -<span id="L124" class="LineNr">124 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L125" class="LineNr">125 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L126" class="LineNr">126 </span><span class="traceContains">+run: foo {1: ("address" "number")}</span> -<span id="L127" class="LineNr">127 </span><span class="Comment"># leave ambiguous precisely when the next increment happens</span> -<span id="L128" class="LineNr">128 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L129" class="LineNr">129 </span><span class="traceContains">+run: {2: ("address" "number")} <- copy {0: "literal"}</span> -<span id="L130" class="LineNr">130 </span><span class="traceContains">+mem: decrementing refcount of 1000: 2 -> 1</span> -<span id="L131" class="LineNr">131 </span><span class="traceContains">+run: {1: ("address" "number")} <- copy {0: "literal"}</span> -<span id="L132" class="LineNr">132 </span><span class="traceContains">+mem: decrementing refcount of 1000: 1 -> 0</span> -<span id="L133" class="LineNr">133 </span><span class="traceContains">+mem: automatically abandoning 1000</span> -<span id="L134" class="LineNr">134 </span> -<span id="L135" class="LineNr">135 </span><span class="Delimiter">:(scenario abandon_on_overwrite_array)</span> -<span id="L136" class="LineNr">136 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L137" class="LineNr">137 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">30</span> -<span id="L138" class="LineNr">138 </span> <span class="Comment"># allocate an array</span> -<span id="L139" class="LineNr">139 </span> <span class="Constant">10</span>:<a href='043space.cc.html#L82'>address</a>:array:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">20</span> -<span id="L140" class="LineNr">140 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">10</span>:<a href='043space.cc.html#L82'>address</a>:array:num <span class="Comment"># doesn't increment refcount</span> -<span id="L141" class="LineNr">141 </span> <span class="Comment"># allocate another array in its place, implicitly freeing the previous allocation</span> -<span id="L142" class="LineNr">142 </span> <span class="Constant">10</span>:<a href='043space.cc.html#L82'>address</a>:array:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">25</span> -<span id="L143" class="LineNr">143 </span>] -<span id="L144" class="LineNr">144 </span><span class="traceContains">+run: {10: ("address" "array" "number")} <- new {number: "type"}, {25: "literal"}</span> -<span id="L145" class="LineNr">145 </span><span class="Comment"># abandoned array is of old size (20, not 25)</span> -<span id="L146" class="LineNr">146 </span><span class="traceContains">+abandon: saving 1000 in free-list of size 22</span> -<span id="L147" class="LineNr">147 </span> -<span id="L148" class="LineNr">148 </span><span class="Delimiter">:(scenario refcounts_abandon_address_in_container)</span> -<span id="L149" class="LineNr">149 </span><span class="Comment"># container containing an address</span> -<span id="L150" class="LineNr">150 </span><span class="muData">container</span> foo [ -<span id="L151" class="LineNr">151 </span> <span class="Normal">x</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L152" class="LineNr">152 </span>] -<span id="L153" class="LineNr">153 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L154" class="LineNr">154 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L155" class="LineNr">155 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:foo<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo:type</span> -<span id="L156" class="LineNr">156 </span> *<span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:foo<span class="Special"> <- </span><a href='001help.cc.html#L221'>put</a> *<span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:foo<span class="Delimiter">,</span> <span class="Constant">x:offset</span><span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L157" class="LineNr">157 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L158" class="LineNr">158 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:foo<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L159" class="LineNr">159 </span>] -<span id="L160" class="LineNr">160 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L161" class="LineNr">161 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L162" class="LineNr">162 </span><span class="traceContains">+run: {2: ("address" "foo")} <- new {foo: "type"}</span> -<span id="L163" class="LineNr">163 </span><span class="traceContains">+mem: incrementing refcount of 1002: 0 -> 1</span> -<span id="L164" class="LineNr">164 </span><span class="traceContains">+run: {2: ("address" "foo"), "lookup": ()} <- <a href='001help.cc.html#L221'>put</a> {2: ("address" "foo"), "lookup": ()}, {x: "offset"}, {1: ("address" "number")}</span> -<span id="L165" class="LineNr">165 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L166" class="LineNr">166 </span><span class="traceContains">+run: {1: ("address" "number")} <- copy {0: "literal"}</span> -<span id="L167" class="LineNr">167 </span><span class="traceContains">+mem: decrementing refcount of 1000: 2 -> 1</span> -<span id="L168" class="LineNr">168 </span><span class="traceContains">+run: {2: ("address" "foo")} <- copy {0: "literal"}</span> -<span id="L169" class="LineNr">169 </span><span class="Comment"># start abandoning container containing address</span> -<span id="L170" class="LineNr">170 </span><span class="traceContains">+mem: decrementing refcount of 1002: 1 -> 0</span> -<span id="L171" class="LineNr">171 </span><span class="Comment"># nested abandon</span> -<span id="L172" class="LineNr">172 </span><span class="traceContains">+mem: decrementing refcount of 1000: 1 -> 0</span> -<span id="L173" class="LineNr">173 </span><span class="traceContains">+abandon: saving 1000 in free-list of size 2</span> -<span id="L174" class="LineNr">174 </span><span class="Comment"># actually abandon the container containing address</span> -<span id="L175" class="LineNr">175 </span><span class="traceContains">+abandon: saving 1002 in free-list of size 2</span> -<span id="L176" class="LineNr">176 </span> -<span id="L177" class="LineNr">177 </span><span class="Comment"># todo: move past dilated reagent</span> -<span id="L178" class="LineNr">178 </span><span class="Delimiter">:(scenario refcounts_abandon_address_in_array)</span> -<span id="L179" class="LineNr">179 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L180" class="LineNr">180 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L181" class="LineNr">181 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:array:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Delimiter">{(</span><a href='043space.cc.html#L82'>address</a> number<span class="Delimiter">)</span>: type<span class="Delimiter">},</span> <span class="Constant">3</span> -<span id="L182" class="LineNr">182 </span> *<span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:array:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>put-index *<span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:array:<a href='043space.cc.html#L82'>address</a>:num<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L183" class="LineNr">183 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L184" class="LineNr">184 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:array:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L185" class="LineNr">185 </span>] -<span id="L186" class="LineNr">186 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L187" class="LineNr">187 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L188" class="LineNr">188 </span><span class="traceContains">+run: {2: ("address" "array" "address" "number"), "lookup": ()} <- put-index {2: ("address" "array" "address" "number"), "lookup": ()}, {1: "literal"}, {1: ("address" "number")}</span> -<span id="L189" class="LineNr">189 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L190" class="LineNr">190 </span><span class="traceContains">+run: {1: ("address" "number")} <- copy {0: "literal"}</span> -<span id="L191" class="LineNr">191 </span><span class="traceContains">+mem: decrementing refcount of 1000: 2 -> 1</span> -<span id="L192" class="LineNr">192 </span><span class="traceContains">+run: {2: ("address" "array" "address" "number")} <- copy {0: "literal"}</span> -<span id="L193" class="LineNr">193 </span><span class="Comment"># nested abandon</span> -<span id="L194" class="LineNr">194 </span><span class="traceContains">+mem: decrementing refcount of 1000: 1 -> 0</span> -<span id="L195" class="LineNr">195 </span><span class="traceContains">+abandon: saving 1000 in free-list of size 2</span> -<span id="L196" class="LineNr">196 </span> -<span id="L197" class="LineNr">197 </span><span class="Delimiter">:(scenario refcounts_abandon_address_in_container_in_array)</span> -<span id="L198" class="LineNr">198 </span><span class="Comment"># container containing an address</span> -<span id="L199" class="LineNr">199 </span><span class="muData">container</span> foo [ -<span id="L200" class="LineNr">200 </span> <span class="Normal">x</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L201" class="LineNr">201 </span>] -<span id="L202" class="LineNr">202 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L203" class="LineNr">203 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L204" class="LineNr">204 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:array:foo<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo:type</span><span class="Delimiter">,</span> <span class="Constant">3</span> -<span id="L205" class="LineNr">205 </span> <span class="Constant">3</span>:foo<span class="Special"> <- </span>merge <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num -<span id="L206" class="LineNr">206 </span> *<span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:array:foo<span class="Special"> <- </span>put-index *<span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:array:foo<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">3</span>:foo -<span id="L207" class="LineNr">207 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L208" class="LineNr">208 </span> <span class="Constant">3</span>:foo<span class="Special"> <- </span>merge <span class="Constant">0</span> -<span id="L209" class="LineNr">209 </span> <span class="Constant">2</span>:<a href='043space.cc.html#L82'>address</a>:array:foo<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L210" class="LineNr">210 </span>] -<span id="L211" class="LineNr">211 </span><span class="traceContains">+run: {1: ("address" "number")} <- new {number: "type"}</span> -<span id="L212" class="LineNr">212 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L213" class="LineNr">213 </span><span class="traceContains">+run: {3: "foo"} <- merge {1: ("address" "number")}</span> -<span id="L214" class="LineNr">214 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L215" class="LineNr">215 </span><span class="traceContains">+run: {2: ("address" "array" "foo"), "lookup": ()} <- put-index {2: ("address" "array" "foo"), "lookup": ()}, {1: "literal"}, {3: "foo"}</span> -<span id="L216" class="LineNr">216 </span><span class="traceContains">+mem: incrementing refcount of 1000: 2 -> 3</span> -<span id="L217" class="LineNr">217 </span><span class="traceContains">+run: {1: ("address" "number")} <- copy {0: "literal"}</span> -<span id="L218" class="LineNr">218 </span><span class="traceContains">+mem: decrementing refcount of 1000: 3 -> 2</span> -<span id="L219" class="LineNr">219 </span><span class="traceContains">+run: {3: "foo"} <- merge {0: "literal"}</span> -<span id="L220" class="LineNr">220 </span><span class="traceContains">+mem: decrementing refcount of 1000: 2 -> 1</span> -<span id="L221" class="LineNr">221 </span><span class="traceContains">+run: {2: ("address" "array" "foo")} <- copy {0: "literal"}</span> -<span id="L222" class="LineNr">222 </span><span class="Comment"># nested abandon</span> -<span id="L223" class="LineNr">223 </span><span class="traceContains">+mem: decrementing refcount of 1000: 1 -> 0</span> -<span id="L224" class="LineNr">224 </span><span class="traceContains">+abandon: saving 1000 in free-list of size 2</span> -<span id="L225" class="LineNr">225 </span> -<span id="L226" class="LineNr">226 </span><span class="Delimiter">:(scenario refcounts_abandon_array_within_container)</span> -<span id="L227" class="LineNr">227 </span><span class="muData">container</span> foo [ -<span id="L228" class="LineNr">228 </span> <span class="Normal">x</span>:<a href='043space.cc.html#L82'>address</a>:array:num -<span id="L229" class="LineNr">229 </span>] -<span id="L230" class="LineNr">230 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L231" class="LineNr">231 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">3</span> -<span id="L232" class="LineNr">232 </span> <span class="Constant">2</span>:foo<span class="Special"> <- </span>merge <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num -<span id="L233" class="LineNr">233 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:array:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L234" class="LineNr">234 </span> <span class="Constant">2</span>:foo<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L235" class="LineNr">235 </span>] -<span id="L236" class="LineNr">236 </span><span class="traceContains">+run: {1: ("address" "array" "number")} <- new {number: "type"}, {3: "literal"}</span> -<span id="L237" class="LineNr">237 </span><span class="traceContains">+mem: incrementing refcount of 1000: 0 -> 1</span> -<span id="L238" class="LineNr">238 </span><span class="traceContains">+run: {2: "foo"} <- merge {1: ("address" "array" "number")}</span> -<span id="L239" class="LineNr">239 </span><span class="traceContains">+mem: incrementing refcount of 1000: 1 -> 2</span> -<span id="L240" class="LineNr">240 </span><span class="traceContains">+run: {1: ("address" "array" "number")} <- copy {0: "literal"}</span> -<span id="L241" class="LineNr">241 </span><span class="traceContains">+mem: decrementing refcount of 1000: 2 -> 1</span> -<span id="L242" class="LineNr">242 </span><span class="traceContains">+run: {2: "foo"} <- copy {0: "literal"}</span> -<span id="L243" class="LineNr">243 </span><span class="traceContains">+mem: decrementing refcount of 1000: 1 -> 0</span> -<span id="L244" class="LineNr">244 </span><span class="traceContains">+mem: automatically abandoning 1000</span> -<span id="L245" class="LineNr">245 </span><span class="Comment"># make sure we save it in a free-list of the appropriate size</span> -<span id="L246" class="LineNr">246 </span><span class="traceContains">+abandon: saving 1000 in free-list of size 5</span> +<span id="L1" class="LineNr"> 1 </span><span class="Comment">//: Reclaiming memory when it's no longer used.</span> +<span id="L2" class="LineNr"> 2 </span> +<span id="L3" class="LineNr"> 3 </span><span class="Delimiter">:(scenario new_reclaim)</span> +<span id="L4" class="LineNr"> 4 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L5" class="LineNr"> 5 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L6" class="LineNr"> 6 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num <span class="Comment"># because 1 will get reset during abandon below</span> +<span id="L7" class="LineNr"> 7 </span> <a href='037abandon.cc.html#L48'>abandon</a> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num +<span id="L8" class="LineNr"> 8 </span> <span class="Constant">3</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> <span class="Comment"># must be same size as abandoned memory to reuse</span> +<span id="L9" class="LineNr"> 9 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">3</span>:<a href='043space.cc.html#L80'>address</a>:num +<span id="L10" class="LineNr">10 </span> <span class="Constant">5</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">4</span>:num +<span id="L11" class="LineNr">11 </span>] +<span id="L12" class="LineNr">12 </span><span class="Comment"># both allocations should have returned the same address</span> +<span id="L13" class="LineNr">13 </span><span class="traceContains">+mem: storing 1 in location 5</span> +<span id="L14" class="LineNr">14 </span> +<span id="L15" class="LineNr">15 </span><span class="Comment">//: When abandoning addresses we'll save them to a 'free list', segregated by size.</span> +<span id="L16" class="LineNr">16 </span> +<span id="L17" class="LineNr">17 </span><span class="Delimiter">:(before "End routine Fields")</span> +<span id="L18" class="LineNr">18 </span>map<<span class="Normal">int</span><span class="Delimiter">,</span> <span class="Normal">int</span>> free_list<span class="Delimiter">;</span> +<span id="L19" class="LineNr">19 </span> +<span id="L20" class="LineNr">20 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L21" class="LineNr">21 </span>ABANDON<span class="Delimiter">,</span> +<span id="L22" class="LineNr">22 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L23" class="LineNr">23 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"abandon"</span><span class="Delimiter">,</span> ABANDON<span class="Delimiter">);</span> +<span id="L24" class="LineNr">24 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L25" class="LineNr">25 </span><span class="Normal">case</span> ABANDON: <span class="Delimiter">{</span> +<span id="L26" class="LineNr">26 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L27" class="LineNr">27 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'abandon' shouldn't write to any products in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L28" class="LineNr">28 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L29" class="LineNr">29 </span> <span class="Delimiter">}</span> +<span id="L30" class="LineNr">30 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L31" class="LineNr">31 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_address<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> +<span id="L32" class="LineNr">32 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"ingredients of 'abandon' should be addresses, but ingredient "</span> << i << <span class="Constant">" is '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span> << end<span class="Delimiter">();</span> +<span id="L33" class="LineNr">33 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L34" class="LineNr">34 </span> <span class="Delimiter">}</span> +<span id="L35" class="LineNr">35 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L36" class="LineNr">36 </span><span class="Delimiter">}</span> +<span id="L37" class="LineNr">37 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L38" class="LineNr">38 </span><span class="Normal">case</span> ABANDON: <span class="Delimiter">{</span> +<span id="L39" class="LineNr">39 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L40" class="LineNr">40 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> ingredient = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L41" class="LineNr">41 </span> canonize<span class="Delimiter">(</span>ingredient<span class="Delimiter">);</span> +<span id="L42" class="LineNr">42 </span> <a href='037abandon.cc.html#L48'>abandon</a><span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> ingredient<span class="Delimiter">.</span>value<span class="Delimiter">),</span> <a href='036refcount.cc.html#L1'>payload_size</a><span class="Delimiter">(</span>ingredient<span class="Delimiter">));</span> +<span id="L43" class="LineNr">43 </span> <span class="Delimiter">}</span> +<span id="L44" class="LineNr">44 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L45" class="LineNr">45 </span><span class="Delimiter">}</span> +<span id="L46" class="LineNr">46 </span> +<span id="L47" class="LineNr">47 </span><span class="Delimiter">:(code)</span> +<span id="L48" class="LineNr">48 </span><span class="Normal">void</span> <a href='037abandon.cc.html#L48'>abandon</a><span class="Delimiter">(</span><span class="Normal">int</span> <a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> <span class="Normal">int</span> <a href='036refcount.cc.html#L1'>payload_size</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L49" class="LineNr">49 </span> <span class="Comment">// clear memory</span> +<span id="L50" class="LineNr">50 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> curr = <a href='043space.cc.html#L80'>address</a><span class="Delimiter">;</span> curr < address+payload_size<span class="Delimiter">;</span> ++curr<span class="Delimiter">)</span> +<span id="L51" class="LineNr">51 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L52" class="LineNr">52 </span> <span class="Comment">// append existing free list to address</span> +<span id="L53" class="LineNr">53 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"abandon"</span><span class="Delimiter">)</span> << <span class="Constant">"saving "</span> << <a href='043space.cc.html#L80'>address</a> << <span class="Constant">" in free-list of size "</span> << <a href='036refcount.cc.html#L1'>payload_size</a> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L54" class="LineNr">54 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>free_list<span class="Delimiter">,</span> <a href='036refcount.cc.html#L1'>payload_size</a><span class="Delimiter">));</span> +<span id="L55" class="LineNr">55 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>free_list<span class="Delimiter">,</span> <a href='036refcount.cc.html#L1'>payload_size</a><span class="Delimiter">,</span> <a href='043space.cc.html#L80'>address</a><span class="Delimiter">);</span> +<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="Delimiter">:(after "Allocate Special-cases")</span> +<span id="L59" class="LineNr">59 </span><span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>free_list<span class="Delimiter">,</span> size<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L60" class="LineNr">60 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"abandon"</span><span class="Delimiter">)</span> << <span class="Constant">"picking up space from free-list of size "</span> << size << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L61" class="LineNr">61 </span> <span class="Normal">int</span> result = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>free_list<span class="Delimiter">,</span> size<span class="Delimiter">);</span> +<span id="L62" class="LineNr">62 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"new alloc from free list: "</span> << result << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L63" class="LineNr">63 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>free_list<span class="Delimiter">,</span> size<span class="Delimiter">,</span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> result<span class="Delimiter">));</span> +<span id="L64" class="LineNr">64 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> result<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L65" class="LineNr">65 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> curr = result<span class="Delimiter">;</span> curr < result+size<span class="Delimiter">;</span> ++curr<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L66" class="LineNr">66 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">)</span> != <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L67" class="LineNr">67 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"memory in free list was not zeroed out: "</span> << curr << <span class="Constant">'/'</span> << result << <span class="Constant">"; somebody wrote to us after free!!!</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L68" class="LineNr">68 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// always fatal</span> +<span id="L69" class="LineNr">69 </span> <span class="Delimiter">}</span> +<span id="L70" class="LineNr">70 </span> <span class="Delimiter">}</span> +<span id="L71" class="LineNr">71 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L72" class="LineNr">72 </span><span class="Delimiter">}</span> +<span id="L73" class="LineNr">73 </span> +<span id="L74" class="LineNr">74 </span><span class="Delimiter">:(scenario new_differing_size_no_reclaim)</span> +<span id="L75" class="LineNr">75 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L76" class="LineNr">76 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L77" class="LineNr">77 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num +<span id="L78" class="LineNr">78 </span> <a href='037abandon.cc.html#L48'>abandon</a> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num +<span id="L79" class="LineNr">79 </span> <span class="Constant">3</span>:<a href='043space.cc.html#L80'>address</a>:array:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">2</span> <span class="Comment"># different size</span> +<span id="L80" class="LineNr">80 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">3</span>:<a href='043space.cc.html#L80'>address</a>:array:num +<span id="L81" class="LineNr">81 </span> <span class="Constant">5</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">4</span>:num +<span id="L82" class="LineNr">82 </span>] +<span id="L83" class="LineNr">83 </span><span class="Comment"># no reuse</span> +<span id="L84" class="LineNr">84 </span><span class="traceContains">+mem: storing 0 in location 5</span> +<span id="L85" class="LineNr">85 </span> +<span id="L86" class="LineNr">86 </span><span class="Delimiter">:(scenario new_reclaim_array)</span> +<span id="L87" class="LineNr">87 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L88" class="LineNr">88 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">2</span> +<span id="L89" class="LineNr">89 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num +<span id="L90" class="LineNr">90 </span> <a href='037abandon.cc.html#L48'>abandon</a> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:array:num +<span id="L91" class="LineNr">91 </span> <span class="Constant">3</span>:<a href='043space.cc.html#L80'>address</a>:array:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span><span class="Delimiter">,</span> <span class="Constant">2</span> <span class="Comment"># same size</span> +<span id="L92" class="LineNr">92 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">3</span>:<a href='043space.cc.html#L80'>address</a>:array:num +<span id="L93" class="LineNr">93 </span> <span class="Constant">5</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">4</span>:num +<span id="L94" class="LineNr">94 </span>] +<span id="L95" class="LineNr">95 </span><span class="Comment"># both calls to new returned identical addresses</span> +<span id="L96" class="LineNr">96 </span><span class="traceContains">+mem: storing 1 in location 5</span> </pre> </body> </html> diff --git a/html/038new_text.cc.html b/html/038new_text.cc.html index 5713219d..666dfcd6 100644 --- a/html/038new_text.cc.html +++ b/html/038new_text.cc.html @@ -15,20 +15,19 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } +.CommentedCode { color: #6c6c6c; } .cSpecial { color: #008000; } .LineNr { color: #444444; } -.SalientComment { color: #00ffff; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.CommentedCode { color: #6c6c6c; } -.muRecipe { color: #ff8700; } +.SalientComment { color: #00ffff; } +.traceContains { color: #008000; } --> </style> @@ -93,205 +92,202 @@ if ('onhashchange' in window) { <span id="L28" class="LineNr"> 28 </span><span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"new"</span> && !inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && <a href='014literal_string.cc.html#L126'>is_literal_text</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span id="L29" class="LineNr"> 29 </span><span class="Delimiter">:(after "case NEW" following "Primitive Recipe Implementations")</span> <span id="L30" class="LineNr"> 30 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='014literal_string.cc.html#L126'>is_literal_text</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L31" class="LineNr"> 31 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L32" class="LineNr"> 32 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><a href='038new_text.cc.html#L38'>new_mu_text</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">));</span> -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"new string alloc: "</span> << products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L34" class="LineNr"> 34 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L31" class="LineNr"> 31 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L32" class="LineNr"> 32 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><a href='038new_text.cc.html#L38'>new_mu_text</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">));</span> +<span id="L33" class="LineNr"> 33 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"new string alloc: "</span> << products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L34" class="LineNr"> 34 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L35" class="LineNr"> 35 </span> <span class="Delimiter">}</span> <span id="L36" class="LineNr"> 36 </span> <span id="L37" class="LineNr"> 37 </span><span class="Delimiter">:(code)</span> <span id="L38" class="LineNr"> 38 </span><span class="Normal">int</span> <a href='038new_text.cc.html#L38'>new_mu_text</a><span class="Delimiter">(</span><span class="Normal">const</span> string& contents<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L39" class="LineNr"> 39 </span> <span class="Comment">// allocate an array just large enough for it</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Normal">int</span> string_length = <a href='038new_text.cc.html#L131'>unicode_length</a><span class="Delimiter">(</span>contents<span class="Delimiter">);</span> +<span id="L40" class="LineNr"> 40 </span> <span class="Normal">int</span> string_length = <a href='038new_text.cc.html#L129'>unicode_length</a><span class="Delimiter">(</span>contents<span class="Delimiter">);</span> <span id="L41" class="LineNr"> 41 </span><span class="CommentedCode">//? Total_alloc += string_length+1;</span> <span id="L42" class="LineNr"> 42 </span><span class="CommentedCode">//? ++Num_alloc;</span> <span id="L43" class="LineNr"> 43 </span> <span class="Normal">int</span> result = allocate<span class="Delimiter">(</span>string_length+<span class="Comment">/*</span><span class="Comment">array length</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L44" class="LineNr"> 44 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing string refcount 0 in location "</span> << result << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L45" class="LineNr"> 45 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> result<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Normal">int</span> curr_address = result+<span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L47" class="LineNr"> 47 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing string length "</span> << string_length << <span class="Constant">" in location "</span> << curr_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L48" class="LineNr"> 48 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address<span class="Delimiter">,</span> string_length<span class="Delimiter">);</span> -<span id="L49" class="LineNr"> 49 </span> ++curr_address<span class="Delimiter">;</span> <span class="Comment">// skip length</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Normal">int</span> curr = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Normal">const</span> <span class="Normal">char</span>* raw_contents = contents<span class="Delimiter">.</span>c_str<span class="Delimiter">();</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < string_length<span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> <span class="Normal">uint32_t</span> curr_character<span class="Delimiter">;</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>curr < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>contents<span class="Delimiter">));</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> tb_utf8_char_to_unicode<span class="Delimiter">(</span>&curr_character<span class="Delimiter">,</span> &raw_contents[curr]<span class="Delimiter">);</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing string character "</span> << curr_character << <span class="Constant">" in location "</span> << curr_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address<span class="Delimiter">,</span> curr_character<span class="Delimiter">);</span> -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span> curr += tb_utf8_char_length<span class="Delimiter">(</span>raw_contents[curr]<span class="Delimiter">);</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span> ++curr_address<span class="Delimiter">;</span> -<span id="L60" class="LineNr"> 60 </span> <span class="Delimiter">}</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Comment">// Mu strings are not null-terminated in memory.</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L63" class="LineNr"> 63 </span><span class="Delimiter">}</span> +<span id="L44" class="LineNr"> 44 </span> <span class="Normal">int</span> curr_address = result<span class="Delimiter">;</span> +<span id="L45" class="LineNr"> 45 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing string length "</span> << string_length << <span class="Constant">" in location "</span> << curr_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L46" class="LineNr"> 46 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address<span class="Delimiter">,</span> string_length<span class="Delimiter">);</span> +<span id="L47" class="LineNr"> 47 </span> ++curr_address<span class="Delimiter">;</span> <span class="Comment">// skip length</span> +<span id="L48" class="LineNr"> 48 </span> <span class="Normal">int</span> curr = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L49" class="LineNr"> 49 </span> <span class="Normal">const</span> <span class="Normal">char</span>* raw_contents = contents<span class="Delimiter">.</span>c_str<span class="Delimiter">();</span> +<span id="L50" class="LineNr"> 50 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < string_length<span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L51" class="LineNr"> 51 </span> <span class="Normal">uint32_t</span> curr_character<span class="Delimiter">;</span> +<span id="L52" class="LineNr"> 52 </span> assert<span class="Delimiter">(</span>curr < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>contents<span class="Delimiter">));</span> +<span id="L53" class="LineNr"> 53 </span> tb_utf8_char_to_unicode<span class="Delimiter">(</span>&curr_character<span class="Delimiter">,</span> &raw_contents[curr]<span class="Delimiter">);</span> +<span id="L54" class="LineNr"> 54 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing string character "</span> << curr_character << <span class="Constant">" in location "</span> << curr_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L55" class="LineNr"> 55 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address<span class="Delimiter">,</span> curr_character<span class="Delimiter">);</span> +<span id="L56" class="LineNr"> 56 </span> curr += tb_utf8_char_length<span class="Delimiter">(</span>raw_contents[curr]<span class="Delimiter">);</span> +<span id="L57" class="LineNr"> 57 </span> ++curr_address<span class="Delimiter">;</span> +<span id="L58" class="LineNr"> 58 </span> <span class="Delimiter">}</span> +<span id="L59" class="LineNr"> 59 </span> <span class="Comment">// Mu strings are not null-terminated in memory.</span> +<span id="L60" class="LineNr"> 60 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L61" class="LineNr"> 61 </span><span class="Delimiter">}</span> +<span id="L62" class="LineNr"> 62 </span> +<span id="L63" class="LineNr"> 63 </span><span class="Comment">//: a new kind of typo</span> <span id="L64" class="LineNr"> 64 </span> -<span id="L65" class="LineNr"> 65 </span><span class="Comment">//: a new kind of typo</span> -<span id="L66" class="LineNr"> 66 </span> -<span id="L67" class="LineNr"> 67 </span><span class="Delimiter">:(scenario string_literal_without_instruction)</span> -<span id="L68" class="LineNr"> 68 </span><span class="Special">% Hide_errors = true;</span> -<span id="L69" class="LineNr"> 69 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L70" class="LineNr"> 70 </span> [abc] -<span id="L71" class="LineNr"> 71 </span>] -<span id="L72" class="LineNr"> 72 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: <a href='010vm.cc.html#L32'>instruction</a> '[abc]' has no <a href='010vm.cc.html#L19'>recipe</a> in '[abc]'</span> +<span id="L65" class="LineNr"> 65 </span><span class="Delimiter">:(scenario string_literal_without_instruction)</span> +<span id="L66" class="LineNr"> 66 </span><span class="Special">% Hide_errors = true;</span> +<span id="L67" class="LineNr"> 67 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L68" class="LineNr"> 68 </span> [abc] +<span id="L69" class="LineNr"> 69 </span>] +<span id="L70" class="LineNr"> 70 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: <a href='010vm.cc.html#L32'>instruction</a> '[abc]' has no <a href='010vm.cc.html#L19'>recipe</a> in '[abc]'</span> +<span id="L71" class="LineNr"> 71 </span> +<span id="L72" class="LineNr"> 72 </span><span class="Comment">//: stash recognizes strings</span> <span id="L73" class="LineNr"> 73 </span> -<span id="L74" class="LineNr"> 74 </span><span class="Comment">//: stash recognizes strings</span> -<span id="L75" class="LineNr"> 75 </span> -<span id="L76" class="LineNr"> 76 </span><span class="Delimiter">:(scenario stash_string)</span> -<span id="L77" class="LineNr"> 77 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L78" class="LineNr"> 78 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] -<span id="L79" class="LineNr"> 79 </span> stash [foo:]<span class="Delimiter">,</span> <span class="Constant">1</span>:text -<span id="L80" class="LineNr"> 80 </span>] -<span id="L81" class="LineNr"> 81 </span><span class="traceContains">+app: foo: abc</span> -<span id="L82" class="LineNr"> 82 </span> -<span id="L83" class="LineNr"> 83 </span><span class="Delimiter">:(before "End inspect Special-cases(r, data)")</span> -<span id="L84" class="LineNr"> 84 </span><span class="Normal">if</span> <span class="Delimiter">(</span><a href='027call_ingredient.cc.html#L177'>is_mu_text</a><span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L85" class="LineNr"> 85 </span> assert<span class="Delimiter">(</span>scalar<span class="Delimiter">(</span>data<span class="Delimiter">));</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Identifier">return</span> <a href='038new_text.cc.html#L143'>read_mu_text</a><span class="Delimiter">(</span>data<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> -<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="Delimiter">:(before "End $print Special-cases")</span> -<span id="L90" class="LineNr"> 90 </span><span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='027call_ingredient.cc.html#L177'>is_mu_text</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L91" class="LineNr"> 91 </span> cout << <a href='038new_text.cc.html#L143'>read_mu_text</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> -<span id="L92" class="LineNr"> 92 </span><span class="Delimiter">}</span> -<span id="L93" class="LineNr"> 93 </span> -<span id="L94" class="LineNr"> 94 </span><span class="Delimiter">:(scenario unicode_string)</span> -<span id="L95" class="LineNr"> 95 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L96" class="LineNr"> 96 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [♠] -<span id="L97" class="LineNr"> 97 </span> stash [foo:]<span class="Delimiter">,</span> <span class="Constant">1</span>:text -<span id="L98" class="LineNr"> 98 </span>] -<span id="L99" class="LineNr"> 99 </span><span class="traceContains">+app: foo: ♠</span> -<span id="L100" class="LineNr">100 </span> -<span id="L101" class="LineNr">101 </span><span class="Delimiter">:(scenario stash_space_after_string)</span> -<span id="L102" class="LineNr">102 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L103" class="LineNr">103 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] -<span id="L104" class="LineNr">104 </span> stash <span class="Constant">1</span>:text<span class="Delimiter">,</span> [foo] -<span id="L105" class="LineNr">105 </span>] -<span id="L106" class="LineNr">106 </span><span class="traceContains">+app: abc foo</span> -<span id="L107" class="LineNr">107 </span> -<span id="L108" class="LineNr">108 </span><span class="Delimiter">:(scenario stash_string_as_array)</span> -<span id="L109" class="LineNr">109 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L110" class="LineNr">110 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] -<span id="L111" class="LineNr">111 </span> stash *<span class="Constant">1</span>:text -<span id="L112" class="LineNr">112 </span>] -<span id="L113" class="LineNr">113 </span><span class="traceContains">+app: 3 97 98 99</span> -<span id="L114" class="LineNr">114 </span> -<span id="L115" class="LineNr">115 </span><span class="Comment">//: fixes way more than just stash</span> -<span id="L116" class="LineNr">116 </span><span class="Delimiter">:(before "End Preprocess is_mu_text(reagent x)")</span> -<span id="L117" class="LineNr">117 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>x<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L118" class="LineNr">118 </span> -<span id="L119" class="LineNr">119 </span><span class="Comment">//: Allocate more to routine when initializing a literal string</span> -<span id="L120" class="LineNr">120 </span><span class="Delimiter">:(scenario new_string_overflow)</span> -<span id="L121" class="LineNr">121 </span><span class="Special">% Initial_memory_per_routine = 3;</span> -<span id="L122" class="LineNr">122 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L123" class="LineNr">123 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L82'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L124" class="LineNr">124 </span> <span class="Constant">2</span>:text/<span class="Special">raw <- </span><span class="Normal">new</span> [a] <span class="Comment"># not enough room in initial page, if you take the refcount and array length into account</span> -<span id="L125" class="LineNr">125 </span>] -<span id="L126" class="LineNr">126 </span><span class="traceContains">+new: routine allocated memory from 1000 to 1003</span> -<span id="L127" class="LineNr">127 </span><span class="traceContains">+new: routine allocated memory from 1003 to 1006</span> -<span id="L128" class="LineNr">128 </span> -<span id="L129" class="LineNr">129 </span><span class="Comment">//: helpers</span> -<span id="L130" class="LineNr">130 </span><span class="Delimiter">:(code)</span> -<span id="L131" class="LineNr">131 </span><span class="Normal">int</span> <a href='038new_text.cc.html#L131'>unicode_length</a><span class="Delimiter">(</span><span class="Normal">const</span> string& s<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L132" class="LineNr">132 </span> <span class="Normal">const</span> <span class="Normal">char</span>* in = s<span class="Delimiter">.</span>c_str<span class="Delimiter">();</span> -<span id="L133" class="LineNr">133 </span> <span class="Normal">int</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L134" class="LineNr">134 </span> <span class="Normal">int</span> curr = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L135" class="LineNr">135 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>curr < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>s<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span class="Comment">// carefully bounds-check on the string</span> -<span id="L136" class="LineNr">136 </span> <span class="Conceal">¦</span> <span class="Comment">// before accessing its raw pointer</span> -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> ++result<span class="Delimiter">;</span> -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> curr += tb_utf8_char_length<span class="Delimiter">(</span>in[curr]<span class="Delimiter">);</span> -<span id="L139" class="LineNr">139 </span> <span class="Delimiter">}</span> -<span id="L140" class="LineNr">140 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L141" class="LineNr">141 </span><span class="Delimiter">}</span> -<span id="L142" class="LineNr">142 </span> -<span id="L143" class="LineNr">143 </span>string <a href='038new_text.cc.html#L143'>read_mu_text</a><span class="Delimiter">(</span><span class="Normal">int</span> <a href='043space.cc.html#L82'>address</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L144" class="LineNr">144 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">""</span><span class="Delimiter">;</span> -<span id="L145" class="LineNr">145 </span> ++address<span class="Delimiter">;</span> <span class="Comment">// skip refcount</span> -<span id="L146" class="LineNr">146 </span> <span class="Normal">int</span> length = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <a href='043space.cc.html#L82'>address</a><span class="Delimiter">);</span> -<span id="L147" class="LineNr">147 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>length == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">""</span><span class="Delimiter">;</span> -<span id="L148" class="LineNr">148 </span> <span class="Identifier">return</span> <a href='038new_text.cc.html#L151'>read_mu_characters</a><span class="Delimiter">(</span>address+<span class="Constant">1</span><span class="Delimiter">,</span> length<span class="Delimiter">);</span> -<span id="L149" class="LineNr">149 </span><span class="Delimiter">}</span> -<span id="L150" class="LineNr">150 </span> -<span id="L151" class="LineNr">151 </span>string <a href='038new_text.cc.html#L151'>read_mu_characters</a><span class="Delimiter">(</span><span class="Normal">int</span> start<span class="Delimiter">,</span> <span class="Normal">int</span> length<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L152" class="LineNr">152 </span> ostringstream tmp<span class="Delimiter">;</span> -<span id="L153" class="LineNr">153 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> curr = start<span class="Delimiter">;</span> curr < start+length<span class="Delimiter">;</span> ++curr<span class="Delimiter">)</span> -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span> tmp << to_unicode<span class="Delimiter">(</span><span class="Normal">static_cast</span><<span class="Normal">uint32_t</span>><span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">)));</span> -<span id="L155" class="LineNr">155 </span> <span class="Identifier">return</span> tmp<span class="Delimiter">.</span>str<span class="Delimiter">();</span> -<span id="L156" class="LineNr">156 </span><span class="Delimiter">}</span> -<span id="L157" class="LineNr">157 </span> -<span id="L158" class="LineNr">158 </span><span class="SalientComment">//:: some miscellaneous helpers now that we have text</span> -<span id="L159" class="LineNr">159 </span> -<span id="L160" class="LineNr">160 </span><span class="Comment">//: assert: perform sanity checks at runtime</span> -<span id="L161" class="LineNr">161 </span> -<span id="L162" class="LineNr">162 </span><span class="Delimiter">:(scenario assert)</span> -<span id="L163" class="LineNr">163 </span><span class="Special">% Hide_errors = true; // '%' lines insert arbitrary C code into tests before calling 'run' with the lines below. Must be immediately after :(scenario) line.</span> -<span id="L164" class="LineNr">164 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L165" class="LineNr">165 </span> assert <span class="Constant">0</span><span class="Delimiter">,</span> [<span class="Normal">this</span> is an assert in Mu] -<span id="L166" class="LineNr">166 </span>] -<span id="L167" class="LineNr">167 </span><span class="traceContains">+error: this is an assert in Mu</span> -<span id="L168" class="LineNr">168 </span> -<span id="L169" class="LineNr">169 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L170" class="LineNr">170 </span>ASSERT<span class="Delimiter">,</span> -<span id="L171" class="LineNr">171 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L172" class="LineNr">172 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"assert"</span><span class="Delimiter">,</span> ASSERT<span class="Delimiter">);</span> -<span id="L173" class="LineNr">173 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L174" class="LineNr">174 </span><span class="Normal">case</span> ASSERT: <span class="Delimiter">{</span> -<span id="L175" class="LineNr">175 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L176" class="LineNr">176 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'assert' takes exactly two ingredients rather than '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span> <span class="Identifier">break</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="Normal">if</span> <span class="Delimiter">(</span>!is_mu_scalar<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'assert' requires a boolean for its first ingredient, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L181" class="LineNr">181 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L182" class="LineNr">182 </span> <span class="Delimiter">}</span> -<span id="L183" class="LineNr">183 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">))</span> && !is_mu_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'assert' requires a text as its second ingredient, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L186" class="LineNr">186 </span> <span class="Delimiter">}</span> -<span id="L187" class="LineNr">187 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L188" class="LineNr">188 </span><span class="Delimiter">}</span> -<span id="L189" class="LineNr">189 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L190" class="LineNr">190 </span><span class="Normal">case</span> ASSERT: <span class="Delimiter">{</span> -<span id="L191" class="LineNr">191 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='014literal_string.cc.html#L126'>is_literal_text</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='038new_text.cc.html#L143'>read_mu_text</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L196" class="LineNr">196 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L197" class="LineNr">197 </span> <span class="Delimiter">}</span> -<span id="L198" class="LineNr">198 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<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="Comment">//: 'cheating' by using the host system</span> -<span id="L202" class="LineNr">202 </span> -<span id="L203" class="LineNr">203 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L204" class="LineNr">204 </span>_READ<span class="Delimiter">,</span> -<span id="L205" class="LineNr">205 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L206" class="LineNr">206 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"$read"</span><span class="Delimiter">,</span> _READ<span class="Delimiter">);</span> -<span id="L207" class="LineNr">207 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L208" class="LineNr">208 </span><span class="Normal">case</span> _READ: <span class="Delimiter">{</span> -<span id="L209" class="LineNr">209 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L210" class="LineNr">210 </span><span class="Delimiter">}</span> -<span id="L211" class="LineNr">211 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L212" class="LineNr">212 </span><span class="Normal">case</span> _READ: <span class="Delimiter">{</span> -<span id="L213" class="LineNr">213 </span> <a href='038new_text.cc.html#L223'>skip_whitespace</a><span class="Delimiter">(</span>cin<span class="Delimiter">);</span> -<span id="L214" class="LineNr">214 </span> string result<span class="Delimiter">;</span> -<span id="L215" class="LineNr">215 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>cin<span class="Delimiter">))</span> -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> cin >> result<span class="Delimiter">;</span> -<span id="L217" class="LineNr">217 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L218" class="LineNr">218 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><a href='038new_text.cc.html#L38'>new_mu_text</a><span class="Delimiter">(</span>result<span class="Delimiter">));</span> -<span id="L219" class="LineNr">219 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L220" class="LineNr">220 </span><span class="Delimiter">}</span> -<span id="L221" class="LineNr">221 </span> -<span id="L222" class="LineNr">222 </span><span class="Delimiter">:(code)</span> -<span id="L223" class="LineNr">223 </span><span class="Normal">void</span> <a href='038new_text.cc.html#L223'>skip_whitespace</a><span class="Delimiter">(</span>istream& in<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L224" class="LineNr">224 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><span class="Constant">true</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L225" class="LineNr">225 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L226" class="LineNr">226 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>isspace<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()))</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> -<span id="L227" class="LineNr">227 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L228" class="LineNr">228 </span> <span class="Delimiter">}</span> -<span id="L229" class="LineNr">229 </span><span class="Delimiter">}</span> +<span id="L74" class="LineNr"> 74 </span><span class="Delimiter">:(scenario stash_string)</span> +<span id="L75" class="LineNr"> 75 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L76" class="LineNr"> 76 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] +<span id="L77" class="LineNr"> 77 </span> stash [foo:]<span class="Delimiter">,</span> <span class="Constant">1</span>:text +<span id="L78" class="LineNr"> 78 </span>] +<span id="L79" class="LineNr"> 79 </span><span class="traceContains">+app: foo: abc</span> +<span id="L80" class="LineNr"> 80 </span> +<span id="L81" class="LineNr"> 81 </span><span class="Delimiter">:(before "End inspect Special-cases(r, data)")</span> +<span id="L82" class="LineNr"> 82 </span><span class="Normal">if</span> <span class="Delimiter">(</span><a href='027call_ingredient.cc.html#L177'>is_mu_text</a><span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L83" class="LineNr"> 83 </span> assert<span class="Delimiter">(</span>scalar<span class="Delimiter">(</span>data<span class="Delimiter">));</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Identifier">return</span> <a href='038new_text.cc.html#L141'>read_mu_text</a><span class="Delimiter">(</span>data<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</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="Delimiter">:(before "End $print Special-cases")</span> +<span id="L88" class="LineNr"> 88 </span><span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='027call_ingredient.cc.html#L177'>is_mu_text</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L89" class="LineNr"> 89 </span> cout << <a href='038new_text.cc.html#L141'>read_mu_text</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> +<span id="L90" class="LineNr"> 90 </span><span class="Delimiter">}</span> +<span id="L91" class="LineNr"> 91 </span> +<span id="L92" class="LineNr"> 92 </span><span class="Delimiter">:(scenario unicode_string)</span> +<span id="L93" class="LineNr"> 93 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L94" class="LineNr"> 94 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [♠] +<span id="L95" class="LineNr"> 95 </span> stash [foo:]<span class="Delimiter">,</span> <span class="Constant">1</span>:text +<span id="L96" class="LineNr"> 96 </span>] +<span id="L97" class="LineNr"> 97 </span><span class="traceContains">+app: foo: ♠</span> +<span id="L98" class="LineNr"> 98 </span> +<span id="L99" class="LineNr"> 99 </span><span class="Delimiter">:(scenario stash_space_after_string)</span> +<span id="L100" class="LineNr">100 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L101" class="LineNr">101 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] +<span id="L102" class="LineNr">102 </span> stash <span class="Constant">1</span>:text<span class="Delimiter">,</span> [foo] +<span id="L103" class="LineNr">103 </span>] +<span id="L104" class="LineNr">104 </span><span class="traceContains">+app: abc foo</span> +<span id="L105" class="LineNr">105 </span> +<span id="L106" class="LineNr">106 </span><span class="Delimiter">:(scenario stash_string_as_array)</span> +<span id="L107" class="LineNr">107 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L108" class="LineNr">108 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] +<span id="L109" class="LineNr">109 </span> stash *<span class="Constant">1</span>:text +<span id="L110" class="LineNr">110 </span>] +<span id="L111" class="LineNr">111 </span><span class="traceContains">+app: 3 97 98 99</span> +<span id="L112" class="LineNr">112 </span> +<span id="L113" class="LineNr">113 </span><span class="Comment">//: fixes way more than just stash</span> +<span id="L114" class="LineNr">114 </span><span class="Delimiter">:(before "End Preprocess is_mu_text(reagent x)")</span> +<span id="L115" class="LineNr">115 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>x<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L116" class="LineNr">116 </span> +<span id="L117" class="LineNr">117 </span><span class="Comment">//: Allocate more to routine when initializing a literal string</span> +<span id="L118" class="LineNr">118 </span><span class="Delimiter">:(scenario new_string_overflow)</span> +<span id="L119" class="LineNr">119 </span><span class="Special">% Initial_memory_per_routine = 2;</span> +<span id="L120" class="LineNr">120 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L121" class="LineNr">121 </span> <span class="Constant">1</span>:<a href='043space.cc.html#L80'>address</a>:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L122" class="LineNr">122 </span> <span class="Constant">2</span>:text/<span class="Special">raw <- </span><span class="Normal">new</span> [a] <span class="Comment"># not enough room in initial page, if you take the array length into account</span> +<span id="L123" class="LineNr">123 </span>] +<span id="L124" class="LineNr">124 </span><span class="traceContains">+new: routine allocated memory from 1000 to 1002</span> +<span id="L125" class="LineNr">125 </span><span class="traceContains">+new: routine allocated memory from 1002 to 1004</span> +<span id="L126" class="LineNr">126 </span> +<span id="L127" class="LineNr">127 </span><span class="Comment">//: helpers</span> +<span id="L128" class="LineNr">128 </span><span class="Delimiter">:(code)</span> +<span id="L129" class="LineNr">129 </span><span class="Normal">int</span> <a href='038new_text.cc.html#L129'>unicode_length</a><span class="Delimiter">(</span><span class="Normal">const</span> string& s<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L130" class="LineNr">130 </span> <span class="Normal">const</span> <span class="Normal">char</span>* in = s<span class="Delimiter">.</span>c_str<span class="Delimiter">();</span> +<span id="L131" class="LineNr">131 </span> <span class="Normal">int</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L132" class="LineNr">132 </span> <span class="Normal">int</span> curr = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L133" class="LineNr">133 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>curr < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>s<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span class="Comment">// carefully bounds-check on the string</span> +<span id="L134" class="LineNr">134 </span> <span class="Comment">// before accessing its raw pointer</span> +<span id="L135" class="LineNr">135 </span> ++result<span class="Delimiter">;</span> +<span id="L136" class="LineNr">136 </span> curr += tb_utf8_char_length<span class="Delimiter">(</span>in[curr]<span class="Delimiter">);</span> +<span id="L137" class="LineNr">137 </span> <span class="Delimiter">}</span> +<span id="L138" class="LineNr">138 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L139" class="LineNr">139 </span><span class="Delimiter">}</span> +<span id="L140" class="LineNr">140 </span> +<span id="L141" class="LineNr">141 </span>string <a href='038new_text.cc.html#L141'>read_mu_text</a><span class="Delimiter">(</span><span class="Normal">int</span> <a href='043space.cc.html#L80'>address</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L142" class="LineNr">142 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">""</span><span class="Delimiter">;</span> +<span id="L143" class="LineNr">143 </span> <span class="Normal">int</span> length = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <a href='043space.cc.html#L80'>address</a><span class="Delimiter">);</span> +<span id="L144" class="LineNr">144 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>length == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">""</span><span class="Delimiter">;</span> +<span id="L145" class="LineNr">145 </span> <span class="Identifier">return</span> <a href='038new_text.cc.html#L148'>read_mu_characters</a><span class="Delimiter">(</span>address+<span class="Constant">1</span><span class="Delimiter">,</span> length<span class="Delimiter">);</span> +<span id="L146" class="LineNr">146 </span><span class="Delimiter">}</span> +<span id="L147" class="LineNr">147 </span> +<span id="L148" class="LineNr">148 </span>string <a href='038new_text.cc.html#L148'>read_mu_characters</a><span class="Delimiter">(</span><span class="Normal">int</span> start<span class="Delimiter">,</span> <span class="Normal">int</span> length<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L149" class="LineNr">149 </span> ostringstream tmp<span class="Delimiter">;</span> +<span id="L150" class="LineNr">150 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> curr = start<span class="Delimiter">;</span> curr < start+length<span class="Delimiter">;</span> ++curr<span class="Delimiter">)</span> +<span id="L151" class="LineNr">151 </span> tmp << to_unicode<span class="Delimiter">(</span><span class="Normal">static_cast</span><<span class="Normal">uint32_t</span>><span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">)));</span> +<span id="L152" class="LineNr">152 </span> <span class="Identifier">return</span> tmp<span class="Delimiter">.</span>str<span class="Delimiter">();</span> +<span id="L153" class="LineNr">153 </span><span class="Delimiter">}</span> +<span id="L154" class="LineNr">154 </span> +<span id="L155" class="LineNr">155 </span><span class="SalientComment">//:: some miscellaneous helpers now that we have text</span> +<span id="L156" class="LineNr">156 </span> +<span id="L157" class="LineNr">157 </span><span class="Comment">//: assert: perform sanity checks at runtime</span> +<span id="L158" class="LineNr">158 </span> +<span id="L159" class="LineNr">159 </span><span class="Delimiter">:(scenario assert)</span> +<span id="L160" class="LineNr">160 </span><span class="Special">% Hide_errors = true; // '%' lines insert arbitrary C code into tests before calling 'run' with the lines below. Must be immediately after :(scenario) line.</span> +<span id="L161" class="LineNr">161 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L162" class="LineNr">162 </span> assert <span class="Constant">0</span><span class="Delimiter">,</span> [<span class="Normal">this</span> is an assert in Mu] +<span id="L163" class="LineNr">163 </span>] +<span id="L164" class="LineNr">164 </span><span class="traceContains">+error: this is an assert in Mu</span> +<span id="L165" class="LineNr">165 </span> +<span id="L166" class="LineNr">166 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L167" class="LineNr">167 </span>ASSERT<span class="Delimiter">,</span> +<span id="L168" class="LineNr">168 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L169" class="LineNr">169 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"assert"</span><span class="Delimiter">,</span> ASSERT<span class="Delimiter">);</span> +<span id="L170" class="LineNr">170 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L171" class="LineNr">171 </span><span class="Normal">case</span> ASSERT: <span class="Delimiter">{</span> +<span id="L172" class="LineNr">172 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L173" class="LineNr">173 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'assert' takes exactly two ingredients rather than '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L174" class="LineNr">174 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L175" class="LineNr">175 </span> <span class="Delimiter">}</span> +<span id="L176" class="LineNr">176 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_scalar<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L177" class="LineNr">177 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'assert' requires a boolean for its first ingredient, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L178" class="LineNr">178 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L179" class="LineNr">179 </span> <span class="Delimiter">}</span> +<span id="L180" class="LineNr">180 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">))</span> && !is_mu_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L181" class="LineNr">181 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'assert' requires a text as its second ingredient, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L182" class="LineNr">182 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L183" class="LineNr">183 </span> <span class="Delimiter">}</span> +<span id="L184" class="LineNr">184 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L185" class="LineNr">185 </span><span class="Delimiter">}</span> +<span id="L186" class="LineNr">186 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L187" class="LineNr">187 </span><span class="Normal">case</span> ASSERT: <span class="Delimiter">{</span> +<span id="L188" class="LineNr">188 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L189" class="LineNr">189 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='014literal_string.cc.html#L126'>is_literal_text</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> +<span id="L190" class="LineNr">190 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L191" class="LineNr">191 </span> <span class="Normal">else</span> +<span id="L192" class="LineNr">192 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='038new_text.cc.html#L141'>read_mu_text</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L193" class="LineNr">193 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L194" class="LineNr">194 </span> <span class="Delimiter">}</span> +<span id="L195" class="LineNr">195 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L196" class="LineNr">196 </span><span class="Delimiter">}</span> +<span id="L197" class="LineNr">197 </span> +<span id="L198" class="LineNr">198 </span><span class="Comment">//: 'cheating' by using the host system</span> +<span id="L199" class="LineNr">199 </span> +<span id="L200" class="LineNr">200 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L201" class="LineNr">201 </span>_READ<span class="Delimiter">,</span> +<span id="L202" class="LineNr">202 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L203" class="LineNr">203 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"$read"</span><span class="Delimiter">,</span> _READ<span class="Delimiter">);</span> +<span id="L204" class="LineNr">204 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L205" class="LineNr">205 </span><span class="Normal">case</span> _READ: <span class="Delimiter">{</span> +<span id="L206" class="LineNr">206 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L207" class="LineNr">207 </span><span class="Delimiter">}</span> +<span id="L208" class="LineNr">208 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L209" class="LineNr">209 </span><span class="Normal">case</span> _READ: <span class="Delimiter">{</span> +<span id="L210" class="LineNr">210 </span> <a href='038new_text.cc.html#L220'>skip_whitespace</a><span class="Delimiter">(</span>cin<span class="Delimiter">);</span> +<span id="L211" class="LineNr">211 </span> string result<span class="Delimiter">;</span> +<span id="L212" class="LineNr">212 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>cin<span class="Delimiter">))</span> +<span id="L213" class="LineNr">213 </span> cin >> result<span class="Delimiter">;</span> +<span id="L214" class="LineNr">214 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L215" class="LineNr">215 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><a href='038new_text.cc.html#L38'>new_mu_text</a><span class="Delimiter">(</span>result<span class="Delimiter">));</span> +<span id="L216" class="LineNr">216 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L217" class="LineNr">217 </span><span class="Delimiter">}</span> +<span id="L218" class="LineNr">218 </span> +<span id="L219" class="LineNr">219 </span><span class="Delimiter">:(code)</span> +<span id="L220" class="LineNr">220 </span><span class="Normal">void</span> <a href='038new_text.cc.html#L220'>skip_whitespace</a><span class="Delimiter">(</span>istream& in<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L221" class="LineNr">221 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><span class="Constant">true</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L222" class="LineNr">222 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L223" class="LineNr">223 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>isspace<span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()))</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> +<span id="L224" class="LineNr">224 </span> <span class="Normal">else</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L225" class="LineNr">225 </span> <span class="Delimiter">}</span> +<span id="L226" class="LineNr">226 </span><span class="Delimiter">}</span> </pre> </body> </html> diff --git a/html/040brace.cc.html b/html/040brace.cc.html index 0331a715..37642e3e 100644 --- a/html/040brace.cc.html +++ b/html/040brace.cc.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.Constant { color: #00a0a0; } +.cSpecial { color: #008000; } .LineNr { color: #444444; } -.traceContains { color: #008000; } +.Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } .Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -86,8 +85,8 @@ if ('onhashchange' in window) { <span id="L23" class="LineNr"> 23 </span><span class="Delimiter">:(scenario brace_conversion)</span> <span id="L24" class="LineNr"> 24 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L25" class="LineNr"> 25 </span> <span class="Delimiter">{</span> -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L26" class="LineNr"> 26 </span> <span class="Identifier">break</span> +<span id="L27" class="LineNr"> 27 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L28" class="LineNr"> 28 </span> <span class="Delimiter">}</span> <span id="L29" class="LineNr"> 29 </span>] <span id="L30" class="LineNr"> 30 </span><span class="traceContains">+transform: --- <a href='012transform.cc.html#L99'>transform</a> braces for <a href='010vm.cc.html#L19'>recipe</a> <a href='000organization.cc.html#L113'>main</a></span> @@ -104,93 +103,93 @@ if ('onhashchange' in window) { <span id="L41" class="LineNr"> 41 </span> list<pair<<span class="Normal">int</span><span class="Comment">/*</span><span class="Comment">OPEN/CLOSE</span><span class="Comment">*/</span><span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">step</span><span class="Comment">*/</span><span class="Normal">int</span>> > braces<span class="Delimiter">;</span> <span id="L42" class="LineNr"> 42 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- <a href='012transform.cc.html#L99'>transform</a> braces for <a href='010vm.cc.html#L19'>recipe</a> "</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L43" class="LineNr"> 43 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> index = <span class="Constant">0</span><span class="Delimiter">;</span> index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">);</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label == <span class="Constant">"{"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"push (open, "</span> << index << <span class="Constant">")"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> braces<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<<span class="Normal">int</span><span class="Delimiter">,</span><span class="Normal">int</span>><span class="Delimiter">(</span>OPEN<span class="Delimiter">,</span> index<span class="Delimiter">));</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label == <span class="Constant">"}"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"push (close, "</span> << index << <span class="Constant">")"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> braces<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<<span class="Normal">int</span><span class="Delimiter">,</span><span class="Normal">int</span>><span class="Delimiter">(</span>CLOSE<span class="Delimiter">,</span> index<span class="Delimiter">));</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L44" class="LineNr"> 44 </span> <span class="Normal">const</span> instruction& inst = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label == <span class="Constant">"{"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L46" class="LineNr"> 46 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"push (open, "</span> << index << <span class="Constant">")"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L47" class="LineNr"> 47 </span> braces<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<<span class="Normal">int</span><span class="Delimiter">,</span><span class="Normal">int</span>><span class="Delimiter">(</span>OPEN<span class="Delimiter">,</span> index<span class="Delimiter">));</span> +<span id="L48" class="LineNr"> 48 </span> <span class="Delimiter">}</span> +<span id="L49" class="LineNr"> 49 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label == <span class="Constant">"}"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L50" class="LineNr"> 50 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"push (close, "</span> << index << <span class="Constant">")"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L51" class="LineNr"> 51 </span> braces<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<<span class="Normal">int</span><span class="Delimiter">,</span><span class="Normal">int</span>><span class="Delimiter">(</span>CLOSE<span class="Delimiter">,</span> index<span class="Delimiter">));</span> +<span id="L52" class="LineNr"> 52 </span> <span class="Delimiter">}</span> <span id="L53" class="LineNr"> 53 </span> <span class="Delimiter">}</span> <span id="L54" class="LineNr"> 54 </span> stack<<span class="Comment">/*</span><span class="Comment">step</span><span class="Comment">*/</span><span class="Normal">int</span>> open_braces<span class="Delimiter">;</span> <span id="L55" class="LineNr"> 55 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> index = <span class="Constant">0</span><span class="Delimiter">;</span> index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">);</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> instruction& inst = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label == <span class="Constant">"{"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> open_braces<span class="Delimiter">.</span>push<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L60" class="LineNr"> 60 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label == <span class="Constant">"}"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>open_braces<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"unbalanced '}'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> open_braces<span class="Delimiter">.</span>pop<span class="Delimiter">();</span> -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name != <span class="Constant">"loop"</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span>&& inst<span class="Delimiter">.</span>name != <span class="Constant">"loop-if"</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span>&& inst<span class="Delimiter">.</span>name != <span class="Constant">"loop-unless"</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span>&& inst<span class="Delimiter">.</span>name != <span class="Constant">"break"</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span>&& inst<span class="Delimiter">.</span>name != <span class="Constant">"break-if"</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span>&& inst<span class="Delimiter">.</span>name != <span class="Constant">"break-unless"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << inst<span class="Delimiter">.</span>name << <span class="Constant">" ..."</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <span class="Comment">// check for errors</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"-if"</span><span class="Delimiter">)</span> != string::npos || inst<span class="Delimiter">.</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"-unless"</span><span class="Delimiter">)</span> != string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << inst<span class="Delimiter">.</span>name << <span class="Constant">"' expects 1 or 2 ingredients, but got none</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> <span class="Comment">// update instruction operation</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> string old_name = inst<span class="Delimiter">.</span>name<span class="Delimiter">;</span> <span class="Comment">// save a copy</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"-if"</span><span class="Delimiter">)</span> != string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>name = <span class="Constant">"jump-if"</span><span class="Delimiter">;</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>operation = JUMP_IF<span class="Delimiter">;</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"-unless"</span><span class="Delimiter">)</span> != string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>name = <span class="Constant">"jump-unless"</span><span class="Delimiter">;</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>operation = JUMP_UNLESS<span class="Delimiter">;</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>name = <span class="Constant">"jump"</span><span class="Delimiter">;</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>operation = JUMP<span class="Delimiter">;</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <span class="Comment">// check for explicitly provided targets</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"-if"</span><span class="Delimiter">)</span> != string::npos || inst<span class="Delimiter">.</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"-unless"</span><span class="Delimiter">)</span> != string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// conditional branches check arg 1</span> -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">1</span> && is_literal<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L104" class="LineNr">104 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << inst<span class="Delimiter">.</span>name << <span class="Constant">' '</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name << <span class="Constant">":offset</span><span class="Constant">" << end();</span> -<span id="L105" class="LineNr">105 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L106" class="LineNr">106 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L107" class="LineNr">107 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L108" class="LineNr">108 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// unconditional branches check arg 0</span> -<span id="L110" class="LineNr">110 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && is_literal<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name << <span class="Constant">":offset</span><span class="Constant">" << end();</span> -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <span class="Comment">// if implicit, compute target</span> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> reagent target<span class="Delimiter">;</span> -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> target<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"offset"</span><span class="Delimiter">);</span> -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> target<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>open_braces<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << old_name << <span class="Constant">"' needs a '{' before</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>old_name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"loop"</span><span class="Delimiter">)</span> != string::npos<span class="Delimiter">)</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> target<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>open_braces<span class="Delimiter">.</span>top<span class="Delimiter">()</span>-index<span class="Delimiter">);</span> -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Comment">// break instruction</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> target<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='040brace.cc.html#L136'>matching_brace</a><span class="Delimiter">(</span>open_braces<span class="Delimiter">.</span>top<span class="Delimiter">(),</span> braces<span class="Delimiter">,</span> r<span class="Delimiter">)</span> - index - <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>target<span class="Delimiter">);</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> <span class="Comment">// log computed target</span> -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"jump"</span><span class="Delimiter">)</span> -<span id="L128" class="LineNr">128 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << no_scientific<span class="Delimiter">(</span>target<span class="Delimiter">.</span>value<span class="Delimiter">)</span> << <span class="Constant">":offset</span><span class="Constant">" << end();</span> -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << inst<span class="Delimiter">.</span>name << <span class="Constant">' '</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name << <span class="Constant">", "</span> << no_scientific<span class="Delimiter">(</span>target<span class="Delimiter">.</span>value<span class="Delimiter">)</span> << <span class="Constant">":offset</span><span class="Constant">" << end();</span> +<span id="L56" class="LineNr"> 56 </span> instruction& inst = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L57" class="LineNr"> 57 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label == <span class="Constant">"{"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L58" class="LineNr"> 58 </span> open_braces<span class="Delimiter">.</span>push<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L59" class="LineNr"> 59 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L60" class="LineNr"> 60 </span> <span class="Delimiter">}</span> +<span id="L61" class="LineNr"> 61 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label == <span class="Constant">"}"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L62" class="LineNr"> 62 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>open_braces<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L63" class="LineNr"> 63 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"unbalanced '}'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L64" class="LineNr"> 64 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L65" class="LineNr"> 65 </span> <span class="Delimiter">}</span> +<span id="L66" class="LineNr"> 66 </span> open_braces<span class="Delimiter">.</span>pop<span class="Delimiter">();</span> +<span id="L67" class="LineNr"> 67 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Delimiter">}</span> +<span id="L69" class="LineNr"> 69 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L70" class="LineNr"> 70 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name != <span class="Constant">"loop"</span> +<span id="L71" class="LineNr"> 71 </span> && inst<span class="Delimiter">.</span>name != <span class="Constant">"loop-if"</span> +<span id="L72" class="LineNr"> 72 </span> && inst<span class="Delimiter">.</span>name != <span class="Constant">"loop-unless"</span> +<span id="L73" class="LineNr"> 73 </span> && inst<span class="Delimiter">.</span>name != <span class="Constant">"break"</span> +<span id="L74" class="LineNr"> 74 </span> && inst<span class="Delimiter">.</span>name != <span class="Constant">"break-if"</span> +<span id="L75" class="LineNr"> 75 </span> && inst<span class="Delimiter">.</span>name != <span class="Constant">"break-unless"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L76" class="LineNr"> 76 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << inst<span class="Delimiter">.</span>name << <span class="Constant">" ..."</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L77" class="LineNr"> 77 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L78" class="LineNr"> 78 </span> <span class="Delimiter">}</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Comment">// check for errors</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"-if"</span><span class="Delimiter">)</span> != string::npos || inst<span class="Delimiter">.</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"-unless"</span><span class="Delimiter">)</span> != string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L81" class="LineNr"> 81 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L82" class="LineNr"> 82 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << inst<span class="Delimiter">.</span>name << <span class="Constant">"' expects 1 or 2 ingredients, but got none</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Delimiter">}</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Delimiter">}</span> +<span id="L86" class="LineNr"> 86 </span> <span class="Comment">// update instruction operation</span> +<span id="L87" class="LineNr"> 87 </span> string old_name = inst<span class="Delimiter">.</span>name<span class="Delimiter">;</span> <span class="Comment">// save a copy</span> +<span id="L88" class="LineNr"> 88 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"-if"</span><span class="Delimiter">)</span> != string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L89" class="LineNr"> 89 </span> inst<span class="Delimiter">.</span>name = <span class="Constant">"jump-if"</span><span class="Delimiter">;</span> +<span id="L90" class="LineNr"> 90 </span> inst<span class="Delimiter">.</span>operation = JUMP_IF<span class="Delimiter">;</span> +<span id="L91" class="LineNr"> 91 </span> <span class="Delimiter">}</span> +<span id="L92" class="LineNr"> 92 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"-unless"</span><span class="Delimiter">)</span> != string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L93" class="LineNr"> 93 </span> inst<span class="Delimiter">.</span>name = <span class="Constant">"jump-unless"</span><span class="Delimiter">;</span> +<span id="L94" class="LineNr"> 94 </span> inst<span class="Delimiter">.</span>operation = JUMP_UNLESS<span class="Delimiter">;</span> +<span id="L95" class="LineNr"> 95 </span> <span class="Delimiter">}</span> +<span id="L96" class="LineNr"> 96 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L97" class="LineNr"> 97 </span> inst<span class="Delimiter">.</span>name = <span class="Constant">"jump"</span><span class="Delimiter">;</span> +<span id="L98" class="LineNr"> 98 </span> inst<span class="Delimiter">.</span>operation = JUMP<span class="Delimiter">;</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Delimiter">}</span> +<span id="L100" class="LineNr">100 </span> <span class="Comment">// check for explicitly provided targets</span> +<span id="L101" class="LineNr">101 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"-if"</span><span class="Delimiter">)</span> != string::npos || inst<span class="Delimiter">.</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"-unless"</span><span class="Delimiter">)</span> != string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L102" class="LineNr">102 </span> <span class="Comment">// conditional branches check arg 1</span> +<span id="L103" class="LineNr">103 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">1</span> && is_literal<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L104" class="LineNr">104 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << inst<span class="Delimiter">.</span>name << <span class="Constant">' '</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name << <span class="Constant">":offset</span><span class="Constant">" << end();</span> +<span id="L105" class="LineNr">105 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L106" class="LineNr">106 </span> <span class="Delimiter">}</span> +<span id="L107" class="LineNr">107 </span> <span class="Delimiter">}</span> +<span id="L108" class="LineNr">108 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L109" class="LineNr">109 </span> <span class="Comment">// unconditional branches check arg 0</span> +<span id="L110" class="LineNr">110 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && is_literal<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L111" class="LineNr">111 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name << <span class="Constant">":offset</span><span class="Constant">" << end();</span> +<span id="L112" class="LineNr">112 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L113" class="LineNr">113 </span> <span class="Delimiter">}</span> +<span id="L114" class="LineNr">114 </span> <span class="Delimiter">}</span> +<span id="L115" class="LineNr">115 </span> <span class="Comment">// if implicit, compute target</span> +<span id="L116" class="LineNr">116 </span> reagent target<span class="Delimiter">;</span> +<span id="L117" class="LineNr">117 </span> target<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"offset"</span><span class="Delimiter">);</span> +<span id="L118" class="LineNr">118 </span> target<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L119" class="LineNr">119 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>open_braces<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> +<span id="L120" class="LineNr">120 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << old_name << <span class="Constant">"' needs a '{' before</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L121" class="LineNr">121 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>old_name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"loop"</span><span class="Delimiter">)</span> != string::npos<span class="Delimiter">)</span> +<span id="L122" class="LineNr">122 </span> target<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>open_braces<span class="Delimiter">.</span>top<span class="Delimiter">()</span>-index<span class="Delimiter">);</span> +<span id="L123" class="LineNr">123 </span> <span class="Normal">else</span> <span class="Comment">// break instruction</span> +<span id="L124" class="LineNr">124 </span> target<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='040brace.cc.html#L136'>matching_brace</a><span class="Delimiter">(</span>open_braces<span class="Delimiter">.</span>top<span class="Delimiter">(),</span> braces<span class="Delimiter">,</span> r<span class="Delimiter">)</span> - index - <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L125" class="LineNr">125 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>target<span class="Delimiter">);</span> +<span id="L126" class="LineNr">126 </span> <span class="Comment">// log computed target</span> +<span id="L127" class="LineNr">127 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"jump"</span><span class="Delimiter">)</span> +<span id="L128" class="LineNr">128 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << no_scientific<span class="Delimiter">(</span>target<span class="Delimiter">.</span>value<span class="Delimiter">)</span> << <span class="Constant">":offset</span><span class="Constant">" << end();</span> +<span id="L129" class="LineNr">129 </span> <span class="Normal">else</span> +<span id="L130" class="LineNr">130 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << inst<span class="Delimiter">.</span>name << <span class="Constant">' '</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name << <span class="Constant">", "</span> << no_scientific<span class="Delimiter">(</span>target<span class="Delimiter">.</span>value<span class="Delimiter">)</span> << <span class="Constant">":offset</span><span class="Constant">" << end();</span> <span id="L131" class="LineNr">131 </span> <span class="Delimiter">}</span> <span id="L132" class="LineNr">132 </span><span class="Delimiter">}</span> <span id="L133" class="LineNr">133 </span> @@ -199,9 +198,9 @@ if ('onhashchange' in window) { <span id="L136" class="LineNr">136 </span><span class="Normal">int</span> <a href='040brace.cc.html#L136'>matching_brace</a><span class="Delimiter">(</span><span class="Normal">int</span> index<span class="Delimiter">,</span> <span class="Normal">const</span> list<pair<<span class="Normal">int</span><span class="Delimiter">,</span> <span class="Normal">int</span>> >& braces<span class="Delimiter">,</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L137" class="LineNr">137 </span> <span class="Normal">int</span> stacksize = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L138" class="LineNr">138 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>list<pair<<span class="Normal">int</span><span class="Delimiter">,</span> <span class="Normal">int</span>> >::const_iterator p = braces<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != braces<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>second < index<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> stacksize += <span class="Delimiter">(</span>p<span class="Delimiter">-></span>first ? <span class="Constant">1</span> : -<span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>stacksize == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> p<span class="Delimiter">-></span>second<span class="Delimiter">;</span> +<span id="L139" class="LineNr">139 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>second < index<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L140" class="LineNr">140 </span> stacksize += <span class="Delimiter">(</span>p<span class="Delimiter">-></span>first ? <span class="Constant">1</span> : -<span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L141" class="LineNr">141 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>stacksize == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> p<span class="Delimiter">-></span>second<span class="Delimiter">;</span> <span id="L142" class="LineNr">142 </span> <span class="Delimiter">}</span> <span id="L143" class="LineNr">143 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"unbalanced '{'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L144" class="LineNr">144 </span> <span class="Identifier">return</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">);</span> <span class="Comment">// exit current routine</span> @@ -212,8 +211,8 @@ if ('onhashchange' in window) { <span id="L149" class="LineNr">149 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L150" class="LineNr">150 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L151" class="LineNr">151 </span> <span class="Delimiter">{</span> -<span id="L152" class="LineNr">152 </span> <span class="Conceal">¦</span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> loop +<span id="L152" class="LineNr">152 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L153" class="LineNr">153 </span> loop <span id="L154" class="LineNr">154 </span> <span class="Delimiter">}</span> <span id="L155" class="LineNr">155 </span>] <span id="L156" class="LineNr">156 </span><span class="traceContains">+transform: --- <a href='012transform.cc.html#L99'>transform</a> braces for <a href='010vm.cc.html#L19'>recipe</a> <a href='000organization.cc.html#L113'>main</a></span> @@ -226,7 +225,7 @@ if ('onhashchange' in window) { <span id="L163" class="LineNr">163 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L164" class="LineNr">164 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L165" class="LineNr">165 </span> <span class="Delimiter">{</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span> +<span id="L166" class="LineNr">166 </span> <span class="Identifier">break</span> <span id="L167" class="LineNr">167 </span> <span class="Delimiter">}</span> <span id="L168" class="LineNr">168 </span>] <span id="L169" class="LineNr">169 </span><span class="traceContains">+transform: --- <a href='012transform.cc.html#L99'>transform</a> braces for <a href='010vm.cc.html#L19'>recipe</a> <a href='000organization.cc.html#L113'>main</a></span> @@ -237,10 +236,10 @@ if ('onhashchange' in window) { <span id="L174" class="LineNr">174 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L175" class="LineNr">175 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L176" class="LineNr">176 </span> <span class="Delimiter">{</span> -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span> +<span id="L177" class="LineNr">177 </span> <span class="Identifier">break</span> <span id="L178" class="LineNr">178 </span> <span class="Delimiter">}</span> <span id="L179" class="LineNr">179 </span> <span class="Delimiter">{</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span> +<span id="L180" class="LineNr">180 </span> <span class="Identifier">break</span> <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="traceContains">+transform: --- <a href='012transform.cc.html#L99'>transform</a> braces for <a href='010vm.cc.html#L19'>recipe</a> <a href='000organization.cc.html#L113'>main</a></span> @@ -253,11 +252,11 @@ if ('onhashchange' in window) { <span id="L190" class="LineNr">190 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L191" class="LineNr">191 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L192" class="LineNr">192 </span> <span class="Delimiter">{</span> -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span> -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L193" class="LineNr">193 </span> <span class="Identifier">break</span> +<span id="L194" class="LineNr">194 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L195" class="LineNr">195 </span> <span class="Delimiter">}</span> <span id="L196" class="LineNr">196 </span> <span class="Delimiter">{</span> -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span> +<span id="L197" class="LineNr">197 </span> <span class="Identifier">break</span> <span id="L198" class="LineNr">198 </span> <span class="Delimiter">}</span> <span id="L199" class="LineNr">199 </span>] <span id="L200" class="LineNr">200 </span><span class="traceContains">+transform: --- <a href='012transform.cc.html#L99'>transform</a> braces for <a href='010vm.cc.html#L19'>recipe</a> <a href='000organization.cc.html#L113'>main</a></span> @@ -272,11 +271,11 @@ if ('onhashchange' in window) { <span id="L209" class="LineNr">209 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L210" class="LineNr">210 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L211" class="LineNr">211 </span> <span class="Delimiter">{</span> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span>-<span class="Normal">if</span> <span class="Constant">2</span>:num -<span id="L213" class="LineNr">213 </span> <span class="Conceal">¦</span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L212" class="LineNr">212 </span> <span class="Identifier">break</span>-<span class="Normal">if</span> <span class="Constant">2</span>:num +<span id="L213" class="LineNr">213 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L214" class="LineNr">214 </span> <span class="Delimiter">}</span> <span id="L215" class="LineNr">215 </span> <span class="Delimiter">{</span> -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span> +<span id="L216" class="LineNr">216 </span> <span class="Identifier">break</span> <span id="L217" class="LineNr">217 </span> <span class="Delimiter">}</span> <span id="L218" class="LineNr">218 </span>] <span id="L219" class="LineNr">219 </span><span class="traceContains">+transform: --- <a href='012transform.cc.html#L99'>transform</a> braces for <a href='010vm.cc.html#L19'>recipe</a> <a href='000organization.cc.html#L113'>main</a></span> @@ -290,12 +289,12 @@ if ('onhashchange' in window) { <span id="L227" class="LineNr">227 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L228" class="LineNr">228 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L229" class="LineNr">229 </span> <span class="Delimiter">{</span> -<span id="L230" class="LineNr">230 </span> <span class="Conceal">¦</span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L231" class="LineNr">231 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span> -<span id="L232" class="LineNr">232 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L233" class="LineNr">233 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L234" class="LineNr">234 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L235" class="LineNr">235 </span> <span class="Conceal">¦</span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L230" class="LineNr">230 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L231" class="LineNr">231 </span> <span class="Identifier">break</span> +<span id="L232" class="LineNr">232 </span> <span class="Delimiter">{</span> +<span id="L233" class="LineNr">233 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L234" class="LineNr">234 </span> <span class="Delimiter">}</span> +<span id="L235" class="LineNr">235 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L236" class="LineNr">236 </span> <span class="Delimiter">}</span> <span id="L237" class="LineNr">237 </span>] <span id="L238" class="LineNr">238 </span><span class="traceContains">+transform: jump 4:offset</span> @@ -304,11 +303,11 @@ if ('onhashchange' in window) { <span id="L241" class="LineNr">241 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L242" class="LineNr">242 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L243" class="LineNr">243 </span> <span class="Delimiter">{</span> -<span id="L244" class="LineNr">244 </span> <span class="Conceal">¦</span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L245" class="LineNr">245 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span> -<span id="L246" class="LineNr">246 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L247" class="LineNr">247 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L248" class="LineNr">248 </span> <span class="Conceal">¦</span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L244" class="LineNr">244 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L245" class="LineNr">245 </span> <span class="Identifier">break</span> +<span id="L246" class="LineNr">246 </span> <span class="Delimiter">{</span> +<span id="L247" class="LineNr">247 </span> <span class="Delimiter">}</span> +<span id="L248" class="LineNr">248 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L249" class="LineNr">249 </span> <span class="Delimiter">}</span> <span id="L250" class="LineNr">250 </span>] <span id="L251" class="LineNr">251 </span><span class="traceContains">+transform: jump 3:offset</span> @@ -317,10 +316,10 @@ if ('onhashchange' in window) { <span id="L254" class="LineNr">254 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L255" class="LineNr">255 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L256" class="LineNr">256 </span> <span class="Delimiter">{</span> -<span id="L257" class="LineNr">257 </span> <span class="Conceal">¦</span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L258" class="LineNr">258 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span> -<span id="L259" class="LineNr">259 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L260" class="LineNr">260 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L257" class="LineNr">257 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L258" class="LineNr">258 </span> <span class="Identifier">break</span> +<span id="L259" class="LineNr">259 </span> <span class="Delimiter">{</span> +<span id="L260" class="LineNr">260 </span> <span class="Delimiter">}</span> <span id="L261" class="LineNr">261 </span> <span class="Delimiter">}</span> <span id="L262" class="LineNr">262 </span>] <span id="L263" class="LineNr">263 </span><span class="traceContains">+transform: jump 2:offset</span> @@ -330,7 +329,7 @@ if ('onhashchange' in window) { <span id="L267" class="LineNr">267 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L268" class="LineNr">268 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L269" class="LineNr">269 </span> <span class="Delimiter">{</span> -<span id="L270" class="LineNr">270 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span> <span class="Constant">+foo:offset</span> +<span id="L270" class="LineNr">270 </span> <span class="Identifier">break</span> <span class="Constant">+foo:offset</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="traceContains">+transform: jump +foo:offset</span> @@ -340,8 +339,8 @@ if ('onhashchange' in window) { <span id="L277" class="LineNr">277 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L278" class="LineNr">278 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L279" class="LineNr">279 </span> <span class="Delimiter">{</span> -<span id="L280" class="LineNr">280 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span>-unless <span class="Constant">2</span>:num -<span id="L281" class="LineNr">281 </span> <span class="Conceal">¦</span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L280" class="LineNr">280 </span> <span class="Identifier">break</span>-unless <span class="Constant">2</span>:num +<span id="L281" class="LineNr">281 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L282" class="LineNr">282 </span> <span class="Delimiter">}</span> <span id="L283" class="LineNr">283 </span>] <span id="L284" class="LineNr">284 </span><span class="traceContains">+transform: --- <a href='012transform.cc.html#L99'>transform</a> braces for <a href='010vm.cc.html#L19'>recipe</a> <a href='000organization.cc.html#L113'>main</a></span> @@ -355,8 +354,8 @@ if ('onhashchange' in window) { <span id="L292" class="LineNr">292 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L293" class="LineNr">293 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L294" class="LineNr">294 </span> <span class="Delimiter">{</span> -<span id="L295" class="LineNr">295 </span> <span class="Conceal">¦</span> loop-unless <span class="Constant">2</span>:num -<span id="L296" class="LineNr">296 </span> <span class="Conceal">¦</span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L295" class="LineNr">295 </span> loop-unless <span class="Constant">2</span>:num +<span id="L296" class="LineNr">296 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L297" class="LineNr">297 </span> <span class="Delimiter">}</span> <span id="L298" class="LineNr">298 </span>] <span id="L299" class="LineNr">299 </span><span class="traceContains">+transform: --- <a href='012transform.cc.html#L99'>transform</a> braces for <a href='010vm.cc.html#L19'>recipe</a> <a href='000organization.cc.html#L113'>main</a></span> @@ -369,12 +368,12 @@ if ('onhashchange' in window) { <span id="L306" class="LineNr">306 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L307" class="LineNr">307 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L308" class="LineNr">308 </span> <span class="Delimiter">{</span> -<span id="L309" class="LineNr">309 </span> <span class="Conceal">¦</span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L310" class="LineNr">310 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L311" class="LineNr">311 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L312" class="LineNr">312 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L313" class="LineNr">313 </span> <span class="Conceal">¦</span> loop-<span class="Normal">if</span> <span class="Constant">4</span>:<span class="Normal">bool</span> -<span id="L314" class="LineNr">314 </span> <span class="Conceal">¦</span> <span class="Constant">5</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L309" class="LineNr">309 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L310" class="LineNr">310 </span> <span class="Delimiter">{</span> +<span id="L311" class="LineNr">311 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L312" class="LineNr">312 </span> <span class="Delimiter">}</span> +<span id="L313" class="LineNr">313 </span> loop-<span class="Normal">if</span> <span class="Constant">4</span>:<span class="Normal">bool</span> +<span id="L314" class="LineNr">314 </span> <span class="Constant">5</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L315" class="LineNr">315 </span> <span class="Delimiter">}</span> <span id="L316" class="LineNr">316 </span>] <span id="L317" class="LineNr">317 </span><span class="traceContains">+transform: --- <a href='012transform.cc.html#L99'>transform</a> braces for <a href='010vm.cc.html#L19'>recipe</a> <a href='000organization.cc.html#L113'>main</a></span> @@ -397,12 +396,12 @@ if ('onhashchange' in window) { <span id="L334" class="LineNr">334 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">5</span> <span id="L335" class="LineNr">335 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span> <span id="L336" class="LineNr">336 </span> <span class="Delimiter">{</span> -<span id="L337" class="LineNr">337 </span> <span class="Conceal">¦</span> <span class="Constant">3</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> -<span id="L338" class="LineNr">338 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span>-<span class="Normal">if</span> <span class="Constant">3</span>:<span class="Normal">bool</span> +<span id="L337" class="LineNr">337 </span> <span class="Constant">3</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> +<span id="L338" class="LineNr">338 </span> <span class="Identifier">break</span>-<span class="Normal">if</span> <span class="Constant">3</span>:<span class="Normal">bool</span> <span id="L339" class="LineNr">339 </span><span class="Comment"># $print 1:num</span> -<span id="L340" class="LineNr">340 </span> <span class="Conceal">¦</span> <span class="Constant">2</span>:num<span class="Special"> <- </span>multiply <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span>:num -<span id="L341" class="LineNr">341 </span> <span class="Conceal">¦</span> <span class="Constant">1</span>:num<span class="Special"> <- </span>subtract <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> -<span id="L342" class="LineNr">342 </span> <span class="Conceal">¦</span> loop +<span id="L340" class="LineNr">340 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>multiply <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span>:num +<span id="L341" class="LineNr">341 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>subtract <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> +<span id="L342" class="LineNr">342 </span> loop <span id="L343" class="LineNr">343 </span> <span class="Delimiter">}</span> <span id="L344" class="LineNr">344 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">2</span>:num <span class="Comment"># trigger a read</span> <span id="L345" class="LineNr">345 </span>] @@ -419,7 +418,7 @@ if ('onhashchange' in window) { <span id="L356" class="LineNr">356 </span><span class="Special">% Hide_errors = true;</span> <span id="L357" class="LineNr">357 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L358" class="LineNr">358 </span> <span class="Delimiter">{</span> -<span id="L359" class="LineNr">359 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span>-<span class="Normal">if</span> +<span id="L359" class="LineNr">359 </span> <span class="Identifier">break</span>-<span class="Normal">if</span> <span id="L360" class="LineNr">360 </span> <span class="Delimiter">}</span> <span id="L361" class="LineNr">361 </span>] <span id="L362" class="LineNr">362 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: 'break-if' expects 1 or 2 ingredients, but got none</span> @@ -456,11 +455,11 @@ if ('onhashchange' in window) { <span id="L393" class="LineNr">393 </span><span class="Comment">// ```</span> <span id="L394" class="LineNr">394 </span><span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">.</span>name == <span class="Constant">"return-if"</span> || curr<span class="Delimiter">.</span>name == <span class="Constant">"reply-if"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L395" class="LineNr">395 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L396" class="LineNr">396 </span> <span class="Conceal">¦</span> <a href='040brace.cc.html#L421'>emit_return_block</a><span class="Delimiter">(</span>result<span class="Delimiter">,</span> <span class="Constant">"break-unless"</span><span class="Delimiter">,</span> curr<span class="Delimiter">);</span> -<span id="L397" class="LineNr">397 </span> <span class="Conceal">¦</span> curr<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> +<span id="L396" class="LineNr">396 </span> <a href='040brace.cc.html#L421'>emit_return_block</a><span class="Delimiter">(</span>result<span class="Delimiter">,</span> <span class="Constant">"break-unless"</span><span class="Delimiter">,</span> curr<span class="Delimiter">);</span> +<span id="L397" class="LineNr">397 </span> curr<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L398" class="LineNr">398 </span> <span class="Delimiter">}</span> <span id="L399" class="LineNr">399 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L400" class="LineNr">400 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"'"</span> << curr<span class="Delimiter">.</span>name << <span class="Constant">"' never yields any products</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L400" class="LineNr">400 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"'"</span> << curr<span class="Delimiter">.</span>name << <span class="Constant">"' never yields any products</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L401" class="LineNr">401 </span> <span class="Delimiter">}</span> <span id="L402" class="LineNr">402 </span><span class="Delimiter">}</span> <span id="L403" class="LineNr">403 </span><span class="Comment">// rewrite 'return-unless a, b, c, ...' to</span> @@ -472,11 +471,11 @@ if ('onhashchange' in window) { <span id="L409" class="LineNr">409 </span><span class="Comment">// ```</span> <span id="L410" class="LineNr">410 </span><span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">.</span>name == <span class="Constant">"return-unless"</span> || curr<span class="Delimiter">.</span>name == <span class="Constant">"reply-unless"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L411" class="LineNr">411 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L412" class="LineNr">412 </span> <span class="Conceal">¦</span> <a href='040brace.cc.html#L421'>emit_return_block</a><span class="Delimiter">(</span>result<span class="Delimiter">,</span> <span class="Constant">"break-if"</span><span class="Delimiter">,</span> curr<span class="Delimiter">);</span> -<span id="L413" class="LineNr">413 </span> <span class="Conceal">¦</span> curr<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> +<span id="L412" class="LineNr">412 </span> <a href='040brace.cc.html#L421'>emit_return_block</a><span class="Delimiter">(</span>result<span class="Delimiter">,</span> <span class="Constant">"break-if"</span><span class="Delimiter">,</span> curr<span class="Delimiter">);</span> +<span id="L413" class="LineNr">413 </span> curr<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L414" class="LineNr">414 </span> <span class="Delimiter">}</span> <span id="L415" class="LineNr">415 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L416" class="LineNr">416 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"'"</span> << curr<span class="Delimiter">.</span>name << <span class="Constant">"' never yields any products</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L416" class="LineNr">416 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"'"</span> << curr<span class="Delimiter">.</span>name << <span class="Constant">"' never yields any products</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L417" class="LineNr">417 </span> <span class="Delimiter">}</span> <span id="L418" class="LineNr">418 </span><span class="Delimiter">}</span> <span id="L419" class="LineNr">419 </span> diff --git a/html/041jump_target.cc.html b/html/041jump_target.cc.html index 8119c8da..0b8bfbc3 100644 --- a/html/041jump_target.cc.html +++ b/html/041jump_target.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } .traceAbsent { color: #c00000; } +.traceContains { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } .cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } --> </style> @@ -96,64 +95,64 @@ if ('onhashchange' in window) { <span id="L32" class="LineNr"> 32 </span><span class="Normal">void</span> <a href='041jump_target.cc.html#L32'>transform_labels</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L33" class="LineNr"> 33 </span> map<string<span class="Delimiter">,</span> <span class="Normal">int</span>> offset<span class="Delimiter">;</span> <span id="L34" class="LineNr"> 34 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='041jump_target.cc.html#L11'>is_jump_target</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>offset<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>label<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>offset<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>label<span class="Delimiter">,</span> i<span class="Delimiter">);</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"duplicate label '"</span> << inst<span class="Delimiter">.</span>label << <span class="Constant">"'"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// have all jumps skip some random but noticeable and deterministic amount of code</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>offset<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>label<span class="Delimiter">,</span> <span class="Constant">9999</span><span class="Delimiter">);</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L35" class="LineNr"> 35 </span> <span class="Normal">const</span> instruction& inst = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L36" class="LineNr"> 36 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L37" class="LineNr"> 37 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='041jump_target.cc.html#L11'>is_jump_target</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L38" class="LineNr"> 38 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>offset<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>label<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L39" class="LineNr"> 39 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>offset<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>label<span class="Delimiter">,</span> i<span class="Delimiter">);</span> +<span id="L40" class="LineNr"> 40 </span> <span class="Delimiter">}</span> +<span id="L41" class="LineNr"> 41 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L42" class="LineNr"> 42 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"duplicate label '"</span> << inst<span class="Delimiter">.</span>label << <span class="Constant">"'"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Comment">// have all jumps skip some random but noticeable and deterministic amount of code</span> +<span id="L44" class="LineNr"> 44 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>offset<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>label<span class="Delimiter">,</span> <span class="Constant">9999</span><span class="Delimiter">);</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Delimiter">}</span> +<span id="L46" class="LineNr"> 46 </span> <span class="Delimiter">}</span> <span id="L47" class="LineNr"> 47 </span> <span class="Delimiter">}</span> <span id="L48" class="LineNr"> 48 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span> instruction& inst = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"jump"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' expects an ingredient but got 0</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='041jump_target.cc.html#L76'>replace_offset</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">),</span> offset<span class="Delimiter">,</span> i<span class="Delimiter">,</span> r<span class="Delimiter">);</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"jump-if"</span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"jump-unless"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> < <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' expects 2 ingredients but got "</span> << <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L60" class="LineNr"> 60 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='041jump_target.cc.html#L76'>replace_offset</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">),</span> offset<span class="Delimiter">,</span> i<span class="Delimiter">,</span> r<span class="Delimiter">);</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">((</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"loop"</span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"break"</span><span class="Delimiter">)</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> >= <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='041jump_target.cc.html#L76'>replace_offset</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">),</span> offset<span class="Delimiter">,</span> i<span class="Delimiter">,</span> r<span class="Delimiter">);</span> -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">((</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"loop-if"</span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"loop-unless"</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"break-if"</span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"break-unless"</span><span class="Delimiter">)</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> >= <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='041jump_target.cc.html#L76'>replace_offset</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">),</span> offset<span class="Delimiter">,</span> i<span class="Delimiter">,</span> r<span class="Delimiter">);</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L49" class="LineNr"> 49 </span> instruction& inst = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L50" class="LineNr"> 50 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"jump"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L51" class="LineNr"> 51 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L52" class="LineNr"> 52 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' expects an ingredient but got 0</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L53" class="LineNr"> 53 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L54" class="LineNr"> 54 </span> <span class="Delimiter">}</span> +<span id="L55" class="LineNr"> 55 </span> <a href='041jump_target.cc.html#L76'>replace_offset</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">),</span> offset<span class="Delimiter">,</span> i<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L56" class="LineNr"> 56 </span> <span class="Delimiter">}</span> +<span id="L57" class="LineNr"> 57 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"jump-if"</span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"jump-unless"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L58" class="LineNr"> 58 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> < <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L59" class="LineNr"> 59 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' expects 2 ingredients but got "</span> << <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L60" class="LineNr"> 60 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L61" class="LineNr"> 61 </span> <span class="Delimiter">}</span> +<span id="L62" class="LineNr"> 62 </span> <a href='041jump_target.cc.html#L76'>replace_offset</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">),</span> offset<span class="Delimiter">,</span> i<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L63" class="LineNr"> 63 </span> <span class="Delimiter">}</span> +<span id="L64" class="LineNr"> 64 </span> <span class="Normal">if</span> <span class="Delimiter">((</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"loop"</span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"break"</span><span class="Delimiter">)</span> +<span id="L65" class="LineNr"> 65 </span> && <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> >= <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L66" class="LineNr"> 66 </span> <a href='041jump_target.cc.html#L76'>replace_offset</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">),</span> offset<span class="Delimiter">,</span> i<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L67" class="LineNr"> 67 </span> <span class="Delimiter">}</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Normal">if</span> <span class="Delimiter">((</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"loop-if"</span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"loop-unless"</span> +<span id="L69" class="LineNr"> 69 </span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"break-if"</span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"break-unless"</span><span class="Delimiter">)</span> +<span id="L70" class="LineNr"> 70 </span> && <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> >= <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L71" class="LineNr"> 71 </span> <a href='041jump_target.cc.html#L76'>replace_offset</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">),</span> offset<span class="Delimiter">,</span> i<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L72" class="LineNr"> 72 </span> <span class="Delimiter">}</span> <span id="L73" class="LineNr"> 73 </span> <span class="Delimiter">}</span> <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="Normal">void</span> <a href='041jump_target.cc.html#L76'>replace_offset</a><span class="Delimiter">(</span>reagent& x<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">const</span><span class="Comment">*/</span> map<string<span class="Delimiter">,</span> <span class="Normal">int</span>>& offset<span class="Delimiter">,</span> <span class="Normal">const</span> <span class="Normal">int</span> current_offset<span class="Delimiter">,</span> <span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L77" class="LineNr"> 77 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal<span class="Delimiter">(</span>x<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"jump target must be offset or label but is '"</span> << x<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> x<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span class="Comment">// no jump by default</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L78" class="LineNr"> 78 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"jump target must be offset or label but is '"</span> << x<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L79" class="LineNr"> 79 </span> x<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span class="Comment">// no jump by default</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L81" class="LineNr"> 81 </span> <span class="Delimiter">}</span> <span id="L82" class="LineNr"> 82 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>initialized<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L83" class="LineNr"> 83 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_integer<span class="Delimiter">(</span>x<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// non-labels will be handled like other number operands</span> <span id="L84" class="LineNr"> 84 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_jump_target<span class="Delimiter">(</span>x<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"can't jump to label '"</span> << x<span class="Delimiter">.</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> x<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span class="Comment">// no jump by default</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L85" class="LineNr"> 85 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"can't jump to label '"</span> << x<span class="Delimiter">.</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L86" class="LineNr"> 86 </span> x<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span class="Comment">// no jump by default</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L88" class="LineNr"> 88 </span> <span class="Delimiter">}</span> <span id="L89" class="LineNr"> 89 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>offset<span class="Delimiter">,</span> x<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"can't find label '"</span> << x<span class="Delimiter">.</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> x<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span class="Comment">// no jump by default</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L90" class="LineNr"> 90 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"can't find label '"</span> << x<span class="Delimiter">.</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L91" class="LineNr"> 91 </span> x<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span class="Comment">// no jump by default</span> +<span id="L92" class="LineNr"> 92 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L93" class="LineNr"> 93 </span> <span class="Delimiter">}</span> <span id="L94" class="LineNr"> 94 </span> x<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>offset<span class="Delimiter">,</span> x<span class="Delimiter">.</span>name<span class="Delimiter">)</span> - current_offset<span class="Delimiter">);</span> <span id="L95" class="LineNr"> 95 </span><span class="Delimiter">}</span> @@ -161,10 +160,10 @@ if ('onhashchange' in window) { <span id="L97" class="LineNr"> 97 </span><span class="Delimiter">:(scenario break_to_label)</span> <span id="L98" class="LineNr"> 98 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L99" class="LineNr"> 99 </span> <span class="Delimiter">{</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span> <span class="Constant">+target:label</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L100" class="LineNr">100 </span> <span class="Delimiter">{</span> +<span id="L101" class="LineNr">101 </span> <span class="Identifier">break</span> <span class="Constant">+target:label</span> +<span id="L102" class="LineNr">102 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L103" class="LineNr">103 </span> <span class="Delimiter">}</span> <span id="L104" class="LineNr">104 </span> <span class="Delimiter">}</span> <span id="L105" class="LineNr">105 </span> +target <span id="L106" class="LineNr">106 </span>] @@ -173,10 +172,10 @@ if ('onhashchange' in window) { <span id="L109" class="LineNr">109 </span><span class="Delimiter">:(scenario jump_if_to_label)</span> <span id="L110" class="LineNr">110 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L111" class="LineNr">111 </span> <span class="Delimiter">{</span> -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> jump-<span class="Normal">if</span> <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">+target:label</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L112" class="LineNr">112 </span> <span class="Delimiter">{</span> +<span id="L113" class="LineNr">113 </span> jump-<span class="Normal">if</span> <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">+target:label</span> +<span id="L114" class="LineNr">114 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L115" class="LineNr">115 </span> <span class="Delimiter">}</span> <span id="L116" class="LineNr">116 </span> <span class="Delimiter">}</span> <span id="L117" class="LineNr">117 </span> +target <span id="L118" class="LineNr">118 </span>] @@ -185,10 +184,10 @@ if ('onhashchange' in window) { <span id="L121" class="LineNr">121 </span><span class="Delimiter">:(scenario loop_unless_to_label)</span> <span id="L122" class="LineNr">122 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L123" class="LineNr">123 </span> <span class="Delimiter">{</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> loop-unless <span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">+target:label</span> <span class="Comment"># loop/break with a label don't care about braces</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L124" class="LineNr">124 </span> <span class="Delimiter">{</span> +<span id="L125" class="LineNr">125 </span> loop-unless <span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">+target:label</span> <span class="Comment"># loop/break with a label don't care about braces</span> +<span id="L126" class="LineNr">126 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L127" class="LineNr">127 </span> <span class="Delimiter">}</span> <span id="L128" class="LineNr">128 </span> <span class="Delimiter">}</span> <span id="L129" class="LineNr">129 </span> +target <span id="L130" class="LineNr">130 </span>] diff --git a/html/042name.cc.html b/html/042name.cc.html index 2ffe6cc1..710d2921 100644 --- a/html/042name.cc.html +++ b/html/042name.cc.html @@ -15,20 +15,19 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.LineNr { color: #444444; } .SalientComment { color: #00ffff; } +.LineNr { color: #444444; } +.traceAbsent { color: #c00000; } +.Constant { color: #00a0a0; } .muRecipe { color: #ff8700; } -.cSpecial { color: #008000; } -.Identifier { color: #c0a020; } .Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } -.traceAbsent { color: #c00000; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.cSpecial { color: #008000; } +.traceContains { color: #008000; } --> </style> @@ -109,61 +108,61 @@ if ('onhashchange' in window) { <span id="L44" class="LineNr"> 44 </span> <span class="Normal">int</span>& curr_idx = names[<span class="Constant">""</span>]<span class="Delimiter">;</span> <span id="L45" class="LineNr"> 45 </span> ++curr_idx<span class="Delimiter">;</span> <span class="Comment">// avoid using index 0, benign skip in some other cases</span> <span id="L46" class="LineNr"> 46 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span> <span class="Comment">// End transform_names(inst) Special-cases</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span> <span class="Comment">// map names to addresses</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> in = <span class="Constant">0</span><span class="Delimiter">;</span> in < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++in<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> reagent& ingredient = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='042name.cc.html#L97'>is_disqualified</a><span class="Delimiter">(</span>ingredient<span class="Delimiter">,</span> inst<span class="Delimiter">,</span> caller<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='042name.cc.html#L146'>is_numeric_location</a><span class="Delimiter">(</span>ingredient<span class="Delimiter">))</span> numeric_locations_used = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='042name.cc.html#L153'>is_named_location</a><span class="Delimiter">(</span>ingredient<span class="Delimiter">))</span> names_used = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_integer<span class="Delimiter">(</span>ingredient<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!already_transformed<span class="Delimiter">(</span>ingredient<span class="Delimiter">,</span> names<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"tried to read ingredient '"</span> << ingredient<span class="Delimiter">.</span>name << <span class="Constant">"' in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' but it hasn't been written to yet</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// use-before-set Error</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L60" class="LineNr"> 60 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> v = lookup_name<span class="Delimiter">(</span>ingredient<span class="Delimiter">,</span> r<span class="Delimiter">);</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>v >= <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ingredient<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>v<span class="Delimiter">);</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// Done Placing Ingredient(ingredient, inst, caller)</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"can't find a place to store '"</span> << ingredient<span class="Delimiter">.</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> out = <span class="Constant">0</span><span class="Delimiter">;</span> out < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++out<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> reagent& product = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>out<span class="Delimiter">);</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='042name.cc.html#L97'>is_disqualified</a><span class="Delimiter">(</span>product<span class="Delimiter">,</span> inst<span class="Delimiter">,</span> caller<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='042name.cc.html#L146'>is_numeric_location</a><span class="Delimiter">(</span>product<span class="Delimiter">))</span> numeric_locations_used = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='042name.cc.html#L153'>is_named_location</a><span class="Delimiter">(</span>product<span class="Delimiter">))</span> names_used = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_integer<span class="Delimiter">(</span>product<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>names<span class="Delimiter">.</span>find<span class="Delimiter">(</span>product<span class="Delimiter">.</span>name<span class="Delimiter">)</span> == names<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"name"</span><span class="Delimiter">)</span> << <span class="Constant">"assign "</span> << product<span class="Delimiter">.</span>name << <span class="Constant">" "</span> << curr_idx << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> names[product<span class="Delimiter">.</span>name] = curr_idx<span class="Delimiter">;</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr_idx += size_of<span class="Delimiter">(</span>product<span class="Delimiter">);</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> v = lookup_name<span class="Delimiter">(</span>product<span class="Delimiter">,</span> r<span class="Delimiter">);</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>v >= <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> product<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>v<span class="Delimiter">);</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// Done Placing Product(product, inst, caller)</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"can't find a place to store '"</span> << product<span class="Delimiter">.</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L47" class="LineNr"> 47 </span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L48" class="LineNr"> 48 </span> <span class="Comment">// End transform_names(inst) Special-cases</span> +<span id="L49" class="LineNr"> 49 </span> <span class="Comment">// map names to addresses</span> +<span id="L50" class="LineNr"> 50 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> in = <span class="Constant">0</span><span class="Delimiter">;</span> in < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++in<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L51" class="LineNr"> 51 </span> reagent& ingredient = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L52" class="LineNr"> 52 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='042name.cc.html#L97'>is_disqualified</a><span class="Delimiter">(</span>ingredient<span class="Delimiter">,</span> inst<span class="Delimiter">,</span> caller<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L53" class="LineNr"> 53 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='042name.cc.html#L146'>is_numeric_location</a><span class="Delimiter">(</span>ingredient<span class="Delimiter">))</span> numeric_locations_used = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L54" class="LineNr"> 54 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='042name.cc.html#L153'>is_named_location</a><span class="Delimiter">(</span>ingredient<span class="Delimiter">))</span> names_used = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L55" class="LineNr"> 55 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_integer<span class="Delimiter">(</span>ingredient<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L56" class="LineNr"> 56 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!already_transformed<span class="Delimiter">(</span>ingredient<span class="Delimiter">,</span> names<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L57" class="LineNr"> 57 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"tried to read ingredient '"</span> << ingredient<span class="Delimiter">.</span>name << <span class="Constant">"' in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' but it hasn't been written to yet</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L58" class="LineNr"> 58 </span> <span class="Comment">// use-before-set Error</span> +<span id="L59" class="LineNr"> 59 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L60" class="LineNr"> 60 </span> <span class="Delimiter">}</span> +<span id="L61" class="LineNr"> 61 </span> <span class="Normal">int</span> v = lookup_name<span class="Delimiter">(</span>ingredient<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L62" class="LineNr"> 62 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>v >= <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L63" class="LineNr"> 63 </span> ingredient<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>v<span class="Delimiter">);</span> +<span id="L64" class="LineNr"> 64 </span> <span class="Comment">// Done Placing Ingredient(ingredient, inst, caller)</span> +<span id="L65" class="LineNr"> 65 </span> <span class="Delimiter">}</span> +<span id="L66" class="LineNr"> 66 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L67" class="LineNr"> 67 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"can't find a place to store '"</span> << ingredient<span class="Delimiter">.</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L69" class="LineNr"> 69 </span> <span class="Delimiter">}</span> +<span id="L70" class="LineNr"> 70 </span> <span class="Delimiter">}</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> out = <span class="Constant">0</span><span class="Delimiter">;</span> out < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++out<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L72" class="LineNr"> 72 </span> reagent& product = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>out<span class="Delimiter">);</span> +<span id="L73" class="LineNr"> 73 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='042name.cc.html#L97'>is_disqualified</a><span class="Delimiter">(</span>product<span class="Delimiter">,</span> inst<span class="Delimiter">,</span> caller<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L74" class="LineNr"> 74 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='042name.cc.html#L146'>is_numeric_location</a><span class="Delimiter">(</span>product<span class="Delimiter">))</span> numeric_locations_used = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L75" class="LineNr"> 75 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='042name.cc.html#L153'>is_named_location</a><span class="Delimiter">(</span>product<span class="Delimiter">))</span> names_used = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_integer<span class="Delimiter">(</span>product<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L77" class="LineNr"> 77 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>names<span class="Delimiter">.</span>find<span class="Delimiter">(</span>product<span class="Delimiter">.</span>name<span class="Delimiter">)</span> == names<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L78" class="LineNr"> 78 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"name"</span><span class="Delimiter">)</span> << <span class="Constant">"assign "</span> << product<span class="Delimiter">.</span>name << <span class="Constant">" "</span> << curr_idx << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L79" class="LineNr"> 79 </span> names[product<span class="Delimiter">.</span>name] = curr_idx<span class="Delimiter">;</span> +<span id="L80" class="LineNr"> 80 </span> curr_idx += size_of<span class="Delimiter">(</span>product<span class="Delimiter">);</span> +<span id="L81" class="LineNr"> 81 </span> <span class="Delimiter">}</span> +<span id="L82" class="LineNr"> 82 </span> <span class="Normal">int</span> v = lookup_name<span class="Delimiter">(</span>product<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>v >= <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L84" class="LineNr"> 84 </span> product<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>v<span class="Delimiter">);</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Comment">// Done Placing Product(product, inst, caller)</span> +<span id="L86" class="LineNr"> 86 </span> <span class="Delimiter">}</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L88" class="LineNr"> 88 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"can't find a place to store '"</span> << product<span class="Delimiter">.</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L90" class="LineNr"> 90 </span> <span class="Delimiter">}</span> +<span id="L91" class="LineNr"> 91 </span> <span class="Delimiter">}</span> <span id="L92" class="LineNr"> 92 </span> <span class="Delimiter">}</span> <span id="L93" class="LineNr"> 93 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>names_used && numeric_locations_used<span class="Delimiter">)</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"mixing variable names and numeric addresses</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L94" class="LineNr"> 94 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"mixing variable names and numeric addresses</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L95" class="LineNr"> 95 </span><span class="Delimiter">}</span> <span id="L96" class="LineNr"> 96 </span> <span id="L97" class="LineNr"> 97 </span><span class="Normal">bool</span> <a href='042name.cc.html#L97'>is_disqualified</a><span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">mutable</span><span class="Comment">*/</span> reagent& x<span class="Delimiter">,</span> <span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> string& recipe_name<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L98" class="LineNr"> 98 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>recipe_name<span class="Delimiter">)</span> << <span class="Constant">"missing type for '"</span> << x<span class="Delimiter">.</span>original_string << <span class="Constant">"' in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <span class="Comment">// missing-type Error 1</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L99" class="LineNr"> 99 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>recipe_name<span class="Delimiter">)</span> << <span class="Constant">"missing type for '"</span> << x<span class="Delimiter">.</span>original_string << <span class="Constant">"' in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L100" class="LineNr">100 </span> <span class="Comment">// missing-type Error 1</span> +<span id="L101" class="LineNr">101 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L102" class="LineNr">102 </span> <span class="Delimiter">}</span> <span id="L103" class="LineNr">103 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='022arithmetic.cc.html#L108'>is_raw</a><span class="Delimiter">(</span>x<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L104" class="LineNr">104 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>x<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> @@ -182,13 +181,13 @@ if ('onhashchange' in window) { <span id="L117" class="LineNr">117 </span> <span id="L118" class="LineNr">118 </span><a href='010vm.cc.html#L123'>type_ordinal</a> <a href='042name.cc.html#L118'>skip_addresses</a><span class="Delimiter">(</span>type_tree* type<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L119" class="LineNr">119 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>type && <a href='042name.cc.html#L131'>is_compound_type_starting_with</a><span class="Delimiter">(</span>type<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">))</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> type = type<span class="Delimiter">-></span>right<span class="Delimiter">;</span> +<span id="L120" class="LineNr">120 </span> type = type<span class="Delimiter">-></span>right<span class="Delimiter">;</span> <span id="L121" class="LineNr">121 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">)</span> <span class="Identifier">return</span> -<span class="Constant">1</span><span class="Delimiter">;</span> <span class="Comment">// error handled elsewhere</span> <span id="L122" class="LineNr">122 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Identifier">return</span> type<span class="Delimiter">-></span>value<span class="Delimiter">;</span> <span id="L123" class="LineNr">123 </span> <span class="Normal">const</span> type_tree* base_type = type<span class="Delimiter">;</span> <span id="L124" class="LineNr">124 </span> <span class="Comment">// Update base_type in skip_addresses</span> <span id="L125" class="LineNr">125 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>base_type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">;</span> +<span id="L126" class="LineNr">126 </span> <span class="Identifier">return</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">;</span> <span id="L127" class="LineNr">127 </span> assert<span class="Delimiter">(</span>base_type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> <span id="L128" class="LineNr">128 </span> <span class="Identifier">return</span> base_type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>value<span class="Delimiter">;</span> <span id="L129" class="LineNr">129 </span><span class="Delimiter">}</span> @@ -203,7 +202,7 @@ if ('onhashchange' in window) { <span id="L138" class="LineNr">138 </span><span class="Normal">int</span> <a href='042name.cc.html#L138'>find_element_name</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L123'>type_ordinal</a> t<span class="Delimiter">,</span> <span class="Normal">const</span> string& name<span class="Delimiter">,</span> <span class="Normal">const</span> string& recipe_name<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L139" class="LineNr">139 </span> <span class="Normal">const</span> type_info& container = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> t<span class="Delimiter">);</span> <span id="L140" class="LineNr">140 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>container<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>container<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name == name<span class="Delimiter">)</span> <span class="Identifier">return</span> i<span class="Delimiter">;</span> +<span id="L141" class="LineNr">141 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>container<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name == name<span class="Delimiter">)</span> <span class="Identifier">return</span> i<span class="Delimiter">;</span> <span id="L142" class="LineNr">142 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>recipe_name<span class="Delimiter">)</span> << <span class="Constant">"unknown element '"</span> << name << <span class="Constant">"' in container '"</span> << get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> t<span class="Delimiter">).</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L143" class="LineNr">143 </span> <span class="Identifier">return</span> -<span class="Constant">1</span><span class="Delimiter">;</span> <span id="L144" class="LineNr">144 </span><span class="Delimiter">}</span> @@ -302,8 +301,8 @@ if ('onhashchange' in window) { <span id="L237" class="LineNr">237 </span><span class="Delimiter">:(before "End update GET offset_value in Check")</span> <span id="L238" class="LineNr">238 </span><span class="Normal">else</span> <span class="Delimiter">{</span> <span id="L239" class="LineNr">239 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!offset<span class="Delimiter">.</span>initialized<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L240" class="LineNr">240 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"uninitialized offset '"</span> << offset<span class="Delimiter">.</span>name << <span class="Constant">"' in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L241" class="LineNr">241 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L240" class="LineNr">240 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"uninitialized offset '"</span> << offset<span class="Delimiter">.</span>name << <span class="Constant">"' in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L241" class="LineNr">241 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L242" class="LineNr">242 </span> <span class="Delimiter">}</span> <span id="L243" class="LineNr">243 </span> offset_value = offset<span class="Delimiter">.</span>value<span class="Delimiter">;</span> <span id="L244" class="LineNr">244 </span><span class="Delimiter">}</span> @@ -324,16 +323,16 @@ if ('onhashchange' in window) { <span id="L259" class="LineNr">259 </span> <span class="Comment">//: instructions with the same names (static dispatch), which could lead to</span> <span id="L260" class="LineNr">260 </span> <span class="Comment">//: spurious errors</span> <span id="L261" class="LineNr">261 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> < <span class="Constant">2</span><span class="Delimiter">)</span> -<span id="L262" class="LineNr">262 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> +<span id="L262" class="LineNr">262 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> <span id="L263" class="LineNr">263 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> -<span id="L264" class="LineNr">264 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> +<span id="L264" class="LineNr">264 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// error raised elsewhere</span> <span id="L265" class="LineNr">265 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name<span class="Delimiter">.</span>find_first_not_of<span class="Delimiter">(</span><span class="Constant">"0123456789"</span><span class="Delimiter">)</span> != string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L266" class="LineNr">266 </span> <span class="Conceal">¦</span> <span class="Comment">// since first non-address in base type must be a container, we don't have to canonize</span> -<span id="L267" class="LineNr">267 </span> <span class="Conceal">¦</span> <a href='010vm.cc.html#L123'>type_ordinal</a> base_type = <a href='042name.cc.html#L118'>skip_addresses</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>type<span class="Delimiter">);</span> -<span id="L268" class="LineNr">268 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span class="Comment">// otherwise we'll raise an error elsewhere</span> -<span id="L269" class="LineNr">269 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='042name.cc.html#L138'>find_element_name</a><span class="Delimiter">(</span>base_type<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">));</span> -<span id="L270" class="LineNr">270 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"name"</span><span class="Delimiter">)</span> << <span class="Constant">"element "</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name << <span class="Constant">" of type "</span> << get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">).</span>name << <span class="Constant">" is at offset "</span> << no_scientific<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>value<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L271" class="LineNr">271 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L266" class="LineNr">266 </span> <span class="Comment">// since first non-address in base type must be a container, we don't have to canonize</span> +<span id="L267" class="LineNr">267 </span> <a href='010vm.cc.html#L123'>type_ordinal</a> base_type = <a href='042name.cc.html#L118'>skip_addresses</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>type<span class="Delimiter">);</span> +<span id="L268" class="LineNr">268 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span class="Comment">// otherwise we'll raise an error elsewhere</span> +<span id="L269" class="LineNr">269 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='042name.cc.html#L138'>find_element_name</a><span class="Delimiter">(</span>base_type<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">));</span> +<span id="L270" class="LineNr">270 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"name"</span><span class="Delimiter">)</span> << <span class="Constant">"element "</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name << <span class="Constant">" of type "</span> << get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">).</span>name << <span class="Constant">" is at offset "</span> << no_scientific<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>value<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L271" class="LineNr">271 </span> <span class="Delimiter">}</span> <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> @@ -373,17 +372,17 @@ if ('onhashchange' in window) { <span id="L308" class="LineNr">308 </span><span class="Comment">// convert variant names of exclusive containers</span> <span id="L309" class="LineNr">309 </span><span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"maybe-convert"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L310" class="LineNr">310 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L311" class="LineNr">311 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"exactly 2 ingredients expected in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L312" class="LineNr">312 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L311" class="LineNr">311 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"exactly 2 ingredients expected in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L312" class="LineNr">312 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L313" class="LineNr">313 </span> <span class="Delimiter">}</span> <span id="L314" class="LineNr">314 </span> assert<span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)));</span> <span id="L315" class="LineNr">315 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name<span class="Delimiter">.</span>find_first_not_of<span class="Delimiter">(</span><span class="Constant">"0123456789"</span><span class="Delimiter">)</span> != string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L316" class="LineNr">316 </span> <span class="Conceal">¦</span> <span class="Comment">// since first non-address in base type must be an exclusive container, we don't have to canonize</span> -<span id="L317" class="LineNr">317 </span> <span class="Conceal">¦</span> <a href='010vm.cc.html#L123'>type_ordinal</a> base_type = <a href='042name.cc.html#L118'>skip_addresses</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>type<span class="Delimiter">);</span> -<span id="L318" class="LineNr">318 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span class="Comment">// otherwise we'll raise an error elsewhere</span> -<span id="L319" class="LineNr">319 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='042name.cc.html#L138'>find_element_name</a><span class="Delimiter">(</span>base_type<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">));</span> -<span id="L320" class="LineNr">320 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"name"</span><span class="Delimiter">)</span> << <span class="Constant">"variant "</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name << <span class="Constant">" of type "</span> << get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">).</span>name << <span class="Constant">" has tag "</span> << no_scientific<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>value<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L321" class="LineNr">321 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L316" class="LineNr">316 </span> <span class="Comment">// since first non-address in base type must be an exclusive container, we don't have to canonize</span> +<span id="L317" class="LineNr">317 </span> <a href='010vm.cc.html#L123'>type_ordinal</a> base_type = <a href='042name.cc.html#L118'>skip_addresses</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>type<span class="Delimiter">);</span> +<span id="L318" class="LineNr">318 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span class="Comment">// otherwise we'll raise an error elsewhere</span> +<span id="L319" class="LineNr">319 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='042name.cc.html#L138'>find_element_name</a><span class="Delimiter">(</span>base_type<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">));</span> +<span id="L320" class="LineNr">320 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"name"</span><span class="Delimiter">)</span> << <span class="Constant">"variant "</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name << <span class="Constant">" of type "</span> << get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">).</span>name << <span class="Constant">" has tag "</span> << no_scientific<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>value<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L321" class="LineNr">321 </span> <span class="Delimiter">}</span> <span id="L322" class="LineNr">322 </span> <span class="Delimiter">}</span> <span id="L323" class="LineNr">323 </span><span class="Delimiter">}</span> <span id="L324" class="LineNr">324 </span> diff --git a/html/043space.cc.html b/html/043space.cc.html index 87278697..63c27f3c 100644 --- a/html/043space.cc.html +++ b/html/043space.cc.html @@ -15,21 +15,19 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.LineNr { color: #444444; } +.traceAbsent { color: #c00000; } .SalientComment { color: #00ffff; } +.LineNr { color: #444444; } +.Constant { color: #00a0a0; } .muRecipe { color: #ff8700; } -.cSpecial { color: #008000; } -.muData { color: #ffff00; } -.Identifier { color: #c0a020; } .Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } -.traceAbsent { color: #c00000; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.cSpecial { color: #008000; } +.traceContains { color: #008000; } --> </style> @@ -83,467 +81,260 @@ if ('onhashchange' in window) { <span id="L17" class="LineNr"> 17 </span><span class="Comment"># then local 0 is really location 12, local 1 is really location 13, and so on.</span> <span id="L18" class="LineNr"> 18 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L19" class="LineNr"> 19 </span> <span class="Comment"># pretend address:array:location; in practice we'll use 'new'</span> -<span id="L20" class="LineNr"> 20 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># refcount</span> -<span id="L21" class="LineNr"> 21 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">5</span> <span class="Comment"># length</span> -<span id="L22" class="LineNr"> 22 </span> <span class="Normal">default</span>-space:space<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L23" class="LineNr"> 23 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">23</span> -<span id="L24" class="LineNr"> 24 </span>] -<span id="L25" class="LineNr"> 25 </span><span class="traceContains">+mem: storing 23 in location 13</span> -<span id="L26" class="LineNr"> 26 </span> -<span id="L27" class="LineNr"> 27 </span><span class="Delimiter">:(scenario lookup_sidesteps_default_space)</span> -<span id="L28" class="LineNr"> 28 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L29" class="LineNr"> 29 </span> <span class="Comment"># pretend pointer from outside (2000 reserved for refcount)</span> -<span id="L30" class="LineNr"> 30 </span> <span class="Constant">2001</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L31" class="LineNr"> 31 </span> <span class="Comment"># pretend address:array:location; in practice we'll use 'new'</span> -<span id="L32" class="LineNr"> 32 </span> <span class="Constant">1000</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># refcount</span> -<span id="L33" class="LineNr"> 33 </span> <span class="Constant">1001</span>:num<span class="Special"> <- </span>copy <span class="Constant">5</span> <span class="Comment"># length</span> -<span id="L34" class="LineNr"> 34 </span> <span class="Comment"># actual start of this recipe</span> -<span id="L35" class="LineNr"> 35 </span> <span class="Normal">default</span>-space:space<span class="Special"> <- </span>copy <span class="Constant">1000</span>/unsafe -<span id="L36" class="LineNr"> 36 </span> <span class="Constant">1</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">2000</span>/unsafe <span class="Comment"># even local variables always contain raw addresses</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Constant">8</span>:num/<span class="Special">raw <- </span>copy *<span class="Constant">1</span>:&:num -<span id="L38" class="LineNr"> 38 </span>] -<span id="L39" class="LineNr"> 39 </span><span class="traceContains">+mem: storing 34 in location 8</span> +<span id="L20" class="LineNr"> 20 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">5</span> <span class="Comment"># length</span> +<span id="L21" class="LineNr"> 21 </span> <span class="Normal">default</span>-space:space<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L22" class="LineNr"> 22 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">23</span> +<span id="L23" class="LineNr"> 23 </span>] +<span id="L24" class="LineNr"> 24 </span><span class="traceContains">+mem: storing 23 in location 12</span> +<span id="L25" class="LineNr"> 25 </span> +<span id="L26" class="LineNr"> 26 </span><span class="Delimiter">:(scenario lookup_sidesteps_default_space)</span> +<span id="L27" class="LineNr"> 27 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L28" class="LineNr"> 28 </span> <span class="Comment"># pretend pointer from outside</span> +<span id="L29" class="LineNr"> 29 </span> <span class="Constant">2000</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L30" class="LineNr"> 30 </span> <span class="Comment"># pretend address:array:location; in practice we'll use 'new'</span> +<span id="L31" class="LineNr"> 31 </span> <span class="Constant">1000</span>:num<span class="Special"> <- </span>copy <span class="Constant">5</span> <span class="Comment"># length</span> +<span id="L32" class="LineNr"> 32 </span> <span class="Comment"># actual start of this recipe</span> +<span id="L33" class="LineNr"> 33 </span> <span class="Normal">default</span>-space:space<span class="Special"> <- </span>copy <span class="Constant">1000</span>/unsafe +<span id="L34" class="LineNr"> 34 </span> <span class="Constant">1</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">2000</span>/unsafe <span class="Comment"># even local variables always contain raw addresses</span> +<span id="L35" class="LineNr"> 35 </span> <span class="Constant">8</span>:num/<span class="Special">raw <- </span>copy *<span class="Constant">1</span>:&:num +<span id="L36" class="LineNr"> 36 </span>] +<span id="L37" class="LineNr"> 37 </span><span class="traceContains">+mem: storing 34 in location 8</span> +<span id="L38" class="LineNr"> 38 </span> +<span id="L39" class="LineNr"> 39 </span><span class="Comment">//: precondition: disable name conversion for 'default-space'</span> <span id="L40" class="LineNr"> 40 </span> -<span id="L41" class="LineNr"> 41 </span><span class="Comment">//: precondition: disable name conversion for 'default-space'</span> -<span id="L42" class="LineNr"> 42 </span> -<span id="L43" class="LineNr"> 43 </span><span class="Delimiter">:(scenario convert_names_passes_default_space)</span> -<span id="L44" class="LineNr"> 44 </span><span class="Special">% Hide_errors = true;</span> -<span id="L45" class="LineNr"> 45 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L46" class="LineNr"> 46 </span> <span class="Normal">default</span>-space:num<span class="Delimiter">,</span> x:num<span class="Special"> <- </span>copy <span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">1</span> -<span id="L47" class="LineNr"> 47 </span>] -<span id="L48" class="LineNr"> 48 </span><span class="traceContains">+name: assign x 1</span> -<span id="L49" class="LineNr"> 49 </span><span class="traceAbsent">-name: assign default-space 1</span> -<span id="L50" class="LineNr"> 50 </span> -<span id="L51" class="LineNr"> 51 </span><span class="Delimiter">:(before "End <a href='042name.cc.html#L97'>is_disqualified</a> Special-cases")</span> -<span id="L52" class="LineNr"> 52 </span><span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>name == <span class="Constant">"default-space"</span><span class="Delimiter">)</span> -<span id="L53" class="LineNr"> 53 </span> x<span class="Delimiter">.</span>initialized = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L54" class="LineNr"> 54 </span><span class="Delimiter">:(before "End <a href='042name.cc.html#L161'>is_special_name</a> Special-cases")</span> -<span id="L55" class="LineNr"> 55 </span><span class="Normal">if</span> <span class="Delimiter">(</span>s == <span class="Constant">"default-space"</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L41" class="LineNr"> 41 </span><span class="Delimiter">:(scenario convert_names_passes_default_space)</span> +<span id="L42" class="LineNr"> 42 </span><span class="Special">% Hide_errors = true;</span> +<span id="L43" class="LineNr"> 43 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L44" class="LineNr"> 44 </span> <span class="Normal">default</span>-space:num<span class="Delimiter">,</span> x:num<span class="Special"> <- </span>copy <span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">1</span> +<span id="L45" class="LineNr"> 45 </span>] +<span id="L46" class="LineNr"> 46 </span><span class="traceContains">+name: assign x 1</span> +<span id="L47" class="LineNr"> 47 </span><span class="traceAbsent">-name: assign default-space 1</span> +<span id="L48" class="LineNr"> 48 </span> +<span id="L49" class="LineNr"> 49 </span><span class="Delimiter">:(before "End <a href='042name.cc.html#L97'>is_disqualified</a> Special-cases")</span> +<span id="L50" class="LineNr"> 50 </span><span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>name == <span class="Constant">"default-space"</span><span class="Delimiter">)</span> +<span id="L51" class="LineNr"> 51 </span> x<span class="Delimiter">.</span>initialized = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L52" class="LineNr"> 52 </span><span class="Delimiter">:(before "End <a href='042name.cc.html#L161'>is_special_name</a> Special-cases")</span> +<span id="L53" class="LineNr"> 53 </span><span class="Normal">if</span> <span class="Delimiter">(</span>s == <span class="Constant">"default-space"</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L54" class="LineNr"> 54 </span> +<span id="L55" class="LineNr"> 55 </span><span class="Comment">//: core implementation</span> <span id="L56" class="LineNr"> 56 </span> -<span id="L57" class="LineNr"> 57 </span><span class="Comment">//: core implementation</span> -<span id="L58" class="LineNr"> 58 </span> -<span id="L59" class="LineNr"> 59 </span><span class="Delimiter">:(before "End call Fields")</span> -<span id="L60" class="LineNr"> 60 </span><span class="Normal">int</span> default_space<span class="Delimiter">;</span> -<span id="L61" class="LineNr"> 61 </span><span class="Delimiter">:(before "End call Constructor")</span> -<span id="L62" class="LineNr"> 62 </span>default_space = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L63" class="LineNr"> 63 </span> -<span id="L64" class="LineNr"> 64 </span><span class="Delimiter">:(before "Begin canonize(x) Lookups")</span> -<span id="L65" class="LineNr"> 65 </span><a href='043space.cc.html#L67'>absolutize</a><span class="Delimiter">(</span>x<span class="Delimiter">);</span> -<span id="L66" class="LineNr"> 66 </span><span class="Delimiter">:(code)</span> -<span id="L67" class="LineNr"> 67 </span><span class="Normal">void</span> <a href='043space.cc.html#L67'>absolutize</a><span class="Delimiter">(</span>reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='022arithmetic.cc.html#L108'>is_raw</a><span class="Delimiter">(</span>x<span class="Delimiter">)</span> || is_dummy<span class="Delimiter">(</span>x<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>name == <span class="Constant">"default-space"</span><span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>initialized<span class="Delimiter">)</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << to_original_string<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">": reagent not initialized: '"</span> << x<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L72" class="LineNr"> 72 </span> x<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">(</span>x<span class="Delimiter">.</span>value<span class="Delimiter">,</span> <a href='043space.cc.html#L78'>space_base</a><span class="Delimiter">(</span>x<span class="Delimiter">)));</span> -<span id="L73" class="LineNr"> 73 </span> x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"raw"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> -<span id="L74" class="LineNr"> 74 </span> assert<span class="Delimiter">(</span><a href='022arithmetic.cc.html#L108'>is_raw</a><span class="Delimiter">(</span>x<span class="Delimiter">));</span> -<span id="L75" class="LineNr"> 75 </span><span class="Delimiter">}</span> -<span id="L76" class="LineNr"> 76 </span> -<span id="L77" class="LineNr"> 77 </span><span class="Comment">//: hook replaced in a later layer</span> -<span id="L78" class="LineNr"> 78 </span><span class="Normal">int</span> <a href='043space.cc.html#L78'>space_base</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Identifier">return</span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>default_space ? <span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>default_space+<span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">)</span> : <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L80" class="LineNr"> 80 </span><span class="Delimiter">}</span> -<span id="L81" class="LineNr"> 81 </span> -<span id="L82" class="LineNr"> 82 </span><span class="Normal">int</span> <a href='043space.cc.html#L82'>address</a><span class="Delimiter">(</span><span class="Normal">int</span> offset<span class="Delimiter">,</span> <span class="Normal">int</span> base<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L83" class="LineNr"> 83 </span> assert<span class="Delimiter">(</span>offset >= <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>base == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> offset<span class="Delimiter">;</span> <span class="Comment">// raw</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Normal">int</span> size = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> base<span class="Delimiter">);</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>offset >= size<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <span class="Comment">// todo: test</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">()</span> << <span class="Constant">": location "</span> << offset << <span class="Constant">" is out of bounds "</span> << size << <span class="Constant">" at "</span> << base << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span><span class="Constant">""</span><span class="Delimiter">);</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Delimiter">}</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Identifier">return</span> base + <span class="Comment">/*</span><span class="Comment">skip length</span><span class="Comment">*/</span><span class="Constant">1</span> + offset<span class="Delimiter">;</span> -<span id="L94" class="LineNr"> 94 </span><span class="Delimiter">}</span> +<span id="L57" class="LineNr"> 57 </span><span class="Delimiter">:(before "End call Fields")</span> +<span id="L58" class="LineNr"> 58 </span><span class="Normal">int</span> default_space<span class="Delimiter">;</span> +<span id="L59" class="LineNr"> 59 </span><span class="Delimiter">:(before "End call Constructor")</span> +<span id="L60" class="LineNr"> 60 </span>default_space = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L61" class="LineNr"> 61 </span> +<span id="L62" class="LineNr"> 62 </span><span class="Delimiter">:(before "Begin canonize(x) Lookups")</span> +<span id="L63" class="LineNr"> 63 </span><a href='043space.cc.html#L65'>absolutize</a><span class="Delimiter">(</span>x<span class="Delimiter">);</span> +<span id="L64" class="LineNr"> 64 </span><span class="Delimiter">:(code)</span> +<span id="L65" class="LineNr"> 65 </span><span class="Normal">void</span> <a href='043space.cc.html#L65'>absolutize</a><span class="Delimiter">(</span>reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L66" class="LineNr"> 66 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='022arithmetic.cc.html#L108'>is_raw</a><span class="Delimiter">(</span>x<span class="Delimiter">)</span> || is_dummy<span class="Delimiter">(</span>x<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L67" class="LineNr"> 67 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>name == <span class="Constant">"default-space"</span><span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>initialized<span class="Delimiter">)</span> +<span id="L69" class="LineNr"> 69 </span> <a href='003trace.cc.html#L174'>raise</a> << to_original_string<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">": reagent not initialized: '"</span> << x<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L70" class="LineNr"> 70 </span> x<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">(</span>x<span class="Delimiter">.</span>value<span class="Delimiter">,</span> <a href='043space.cc.html#L76'>space_base</a><span class="Delimiter">(</span>x<span class="Delimiter">)));</span> +<span id="L71" class="LineNr"> 71 </span> x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"raw"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> +<span id="L72" class="LineNr"> 72 </span> assert<span class="Delimiter">(</span><a href='022arithmetic.cc.html#L108'>is_raw</a><span class="Delimiter">(</span>x<span class="Delimiter">));</span> +<span id="L73" class="LineNr"> 73 </span><span class="Delimiter">}</span> +<span id="L74" class="LineNr"> 74 </span> +<span id="L75" class="LineNr"> 75 </span><span class="Comment">//: hook replaced in a later layer</span> +<span id="L76" class="LineNr"> 76 </span><span class="Normal">int</span> <a href='043space.cc.html#L76'>space_base</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L77" class="LineNr"> 77 </span> <span class="Identifier">return</span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>default_space ? <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>default_space : <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L78" class="LineNr"> 78 </span><span class="Delimiter">}</span> +<span id="L79" class="LineNr"> 79 </span> +<span id="L80" class="LineNr"> 80 </span><span class="Normal">int</span> <a href='043space.cc.html#L80'>address</a><span class="Delimiter">(</span><span class="Normal">int</span> offset<span class="Delimiter">,</span> <span class="Normal">int</span> base<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L81" class="LineNr"> 81 </span> assert<span class="Delimiter">(</span>offset >= <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L82" class="LineNr"> 82 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>base == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> offset<span class="Delimiter">;</span> <span class="Comment">// raw</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Normal">int</span> size = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> base<span class="Delimiter">);</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>offset >= size<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Comment">// todo: test</span> +<span id="L86" class="LineNr"> 86 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">()</span> << <span class="Constant">": location "</span> << offset << <span class="Constant">" is out of bounds "</span> << size << <span class="Constant">" at "</span> << base << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L87" class="LineNr"> 87 </span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span><span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L88" class="LineNr"> 88 </span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L90" class="LineNr"> 90 </span> <span class="Delimiter">}</span> +<span id="L91" class="LineNr"> 91 </span> <span class="Identifier">return</span> base + <span class="Comment">/*</span><span class="Comment">skip length</span><span class="Comment">*/</span><span class="Constant">1</span> + offset<span class="Delimiter">;</span> +<span id="L92" class="LineNr"> 92 </span><span class="Delimiter">}</span> +<span id="L93" class="LineNr"> 93 </span> +<span id="L94" class="LineNr"> 94 </span><span class="Comment">//: reads and writes to the 'default-space' variable have special behavior</span> <span id="L95" class="LineNr"> 95 </span> -<span id="L96" class="LineNr"> 96 </span><span class="Comment">//: reads and writes to the 'default-space' variable have special behavior</span> -<span id="L97" class="LineNr"> 97 </span> -<span id="L98" class="LineNr"> 98 </span><span class="Delimiter">:(after "Begin Preprocess write_memory(x, data)")</span> -<span id="L99" class="LineNr"> 99 </span><span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>name == <span class="Constant">"default-space"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L100" class="LineNr">100 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!scalar<span class="Delimiter">(</span>data<span class="Delimiter">)</span> || !is_mu_space<span class="Delimiter">(</span>x<span class="Delimiter">))</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"'default-space' should be of type <a href='043space.cc.html#L82'>address</a>:array:location, but is "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L102" class="LineNr">102 </span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>default_space = data<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L103" class="LineNr">103 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L104" class="LineNr">104 </span><span class="Delimiter">}</span> -<span id="L105" class="LineNr">105 </span><span class="Delimiter">:(code)</span> -<span id="L106" class="LineNr">106 </span><span class="Normal">bool</span> <a href='043space.cc.html#L106'>is_mu_space</a><span class="Delimiter">(</span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> x<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L107" class="LineNr">107 </span> canonize_type<span class="Delimiter">(</span>x<span class="Delimiter">);</span> -<span id="L108" class="LineNr">108 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_compound_type_starting_with<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L109" class="LineNr">109 </span> drop_from_type<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">);</span> -<span id="L110" class="LineNr">110 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_compound_type_starting_with<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">"array"</span><span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L111" class="LineNr">111 </span> drop_from_type<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Constant">"array"</span><span class="Delimiter">);</span> -<span id="L112" class="LineNr">112 </span> <span class="Identifier">return</span> x<span class="Delimiter">.</span>type && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"location"</span><span class="Delimiter">;</span> -<span id="L113" class="LineNr">113 </span><span class="Delimiter">}</span> -<span id="L114" class="LineNr">114 </span> -<span id="L115" class="LineNr">115 </span><span class="Delimiter">:(scenario get_default_space)</span> -<span id="L116" class="LineNr">116 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L117" class="LineNr">117 </span> <span class="Normal">default</span>-space:space<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L118" class="LineNr">118 </span> <span class="Constant">1</span>:space/<span class="Special">raw <- </span>copy <span class="Normal">default</span>-space:space -<span id="L119" class="LineNr">119 </span>] -<span id="L120" class="LineNr">120 </span><span class="traceContains">+mem: storing 10 in location 1</span> -<span id="L121" class="LineNr">121 </span> -<span id="L122" class="LineNr">122 </span><span class="Delimiter">:(after "Begin Preprocess read_memory(x)")</span> -<span id="L123" class="LineNr">123 </span><span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>name == <span class="Constant">"default-space"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L124" class="LineNr">124 </span> vector<<span class="Normal">double</span>> result<span class="Delimiter">;</span> -<span id="L125" class="LineNr">125 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>default_space<span class="Delimiter">);</span> -<span id="L126" class="LineNr">126 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L127" class="LineNr">127 </span><span class="Delimiter">}</span> +<span id="L96" class="LineNr"> 96 </span><span class="Delimiter">:(after "Begin Preprocess write_memory(x, data)")</span> +<span id="L97" class="LineNr"> 97 </span><span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>name == <span class="Constant">"default-space"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!scalar<span class="Delimiter">(</span>data<span class="Delimiter">)</span> || !is_mu_space<span class="Delimiter">(</span>x<span class="Delimiter">))</span> +<span id="L99" class="LineNr"> 99 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"'default-space' should be of type <a href='043space.cc.html#L80'>address</a>:array:location, but is "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L100" class="LineNr">100 </span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>default_space = data<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L101" class="LineNr">101 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L102" class="LineNr">102 </span><span class="Delimiter">}</span> +<span id="L103" class="LineNr">103 </span><span class="Delimiter">:(code)</span> +<span id="L104" class="LineNr">104 </span><span class="Normal">bool</span> <a href='043space.cc.html#L104'>is_mu_space</a><span class="Delimiter">(</span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> x<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L105" class="LineNr">105 </span> canonize_type<span class="Delimiter">(</span>x<span class="Delimiter">);</span> +<span id="L106" class="LineNr">106 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_compound_type_starting_with<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L107" class="LineNr">107 </span> drop_from_type<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">);</span> +<span id="L108" class="LineNr">108 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_compound_type_starting_with<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">"array"</span><span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L109" class="LineNr">109 </span> drop_from_type<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Constant">"array"</span><span class="Delimiter">);</span> +<span id="L110" class="LineNr">110 </span> <span class="Identifier">return</span> x<span class="Delimiter">.</span>type && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"location"</span><span class="Delimiter">;</span> +<span id="L111" class="LineNr">111 </span><span class="Delimiter">}</span> +<span id="L112" class="LineNr">112 </span> +<span id="L113" class="LineNr">113 </span><span class="Delimiter">:(scenario get_default_space)</span> +<span id="L114" class="LineNr">114 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L115" class="LineNr">115 </span> <span class="Normal">default</span>-space:space<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L116" class="LineNr">116 </span> <span class="Constant">1</span>:space/<span class="Special">raw <- </span>copy <span class="Normal">default</span>-space:space +<span id="L117" class="LineNr">117 </span>] +<span id="L118" class="LineNr">118 </span><span class="traceContains">+mem: storing 10 in location 1</span> +<span id="L119" class="LineNr">119 </span> +<span id="L120" class="LineNr">120 </span><span class="Delimiter">:(after "Begin Preprocess read_memory(x)")</span> +<span id="L121" class="LineNr">121 </span><span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>name == <span class="Constant">"default-space"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L122" class="LineNr">122 </span> vector<<span class="Normal">double</span>> result<span class="Delimiter">;</span> +<span id="L123" class="LineNr">123 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>default_space<span class="Delimiter">);</span> +<span id="L124" class="LineNr">124 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L125" class="LineNr">125 </span><span class="Delimiter">}</span> +<span id="L126" class="LineNr">126 </span> +<span id="L127" class="LineNr">127 </span><span class="SalientComment">//:: fix 'get'</span> <span id="L128" class="LineNr">128 </span> -<span id="L129" class="LineNr">129 </span><span class="SalientComment">//:: fix 'get'</span> -<span id="L130" class="LineNr">130 </span> -<span id="L131" class="LineNr">131 </span><span class="Delimiter">:(scenario lookup_sidesteps_default_space_in_get)</span> -<span id="L132" class="LineNr">132 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L133" class="LineNr">133 </span> <span class="Comment"># pretend pointer to container from outside (2000 reserved for refcount)</span> -<span id="L134" class="LineNr">134 </span> <span class="Constant">2001</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L135" class="LineNr">135 </span> <span class="Constant">2002</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> -<span id="L136" class="LineNr">136 </span> <span class="Comment"># pretend address:array:location; in practice we'll use 'new'</span> -<span id="L137" class="LineNr">137 </span> <span class="Constant">1000</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># refcount</span> -<span id="L138" class="LineNr">138 </span> <span class="Constant">1001</span>:num<span class="Special"> <- </span>copy <span class="Constant">5</span> <span class="Comment"># length</span> -<span id="L139" class="LineNr">139 </span> <span class="Comment"># actual start of this recipe</span> -<span id="L140" class="LineNr">140 </span> <span class="Normal">default</span>-space:space<span class="Special"> <- </span>copy <span class="Constant">1000</span>/unsafe -<span id="L141" class="LineNr">141 </span> <span class="Constant">1</span>:&:point<span class="Special"> <- </span>copy <span class="Constant">2000</span>/unsafe -<span id="L142" class="LineNr">142 </span> <span class="Constant">9</span>:num/<span class="Special">raw <- </span>get *<span class="Constant">1</span>:&:point<span class="Delimiter">,</span> <span class="Constant">1:offset</span> -<span id="L143" class="LineNr">143 </span>] -<span id="L144" class="LineNr">144 </span><span class="traceContains">+mem: storing 35 in location 9</span> +<span id="L129" class="LineNr">129 </span><span class="Delimiter">:(scenario lookup_sidesteps_default_space_in_get)</span> +<span id="L130" class="LineNr">130 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L131" class="LineNr">131 </span> <span class="Comment"># pretend pointer to container from outside</span> +<span id="L132" class="LineNr">132 </span> <span class="Constant">2000</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L133" class="LineNr">133 </span> <span class="Constant">2001</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> +<span id="L134" class="LineNr">134 </span> <span class="Comment"># pretend address:array:location; in practice we'll use 'new'</span> +<span id="L135" class="LineNr">135 </span> <span class="Constant">1000</span>:num<span class="Special"> <- </span>copy <span class="Constant">5</span> <span class="Comment"># length</span> +<span id="L136" class="LineNr">136 </span> <span class="Comment"># actual start of this recipe</span> +<span id="L137" class="LineNr">137 </span> <span class="Normal">default</span>-space:space<span class="Special"> <- </span>copy <span class="Constant">1000</span>/unsafe +<span id="L138" class="LineNr">138 </span> <span class="Constant">1</span>:&:point<span class="Special"> <- </span>copy <span class="Constant">2000</span>/unsafe +<span id="L139" class="LineNr">139 </span> <span class="Constant">9</span>:num/<span class="Special">raw <- </span>get *<span class="Constant">1</span>:&:point<span class="Delimiter">,</span> <span class="Constant">1:offset</span> +<span id="L140" class="LineNr">140 </span>] +<span id="L141" class="LineNr">141 </span><span class="traceContains">+mem: storing 35 in location 9</span> +<span id="L142" class="LineNr">142 </span> +<span id="L143" class="LineNr">143 </span><span class="Delimiter">:(before "Read element" following "case GET:")</span> +<span id="L144" class="LineNr">144 </span>element<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"raw"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> <span id="L145" class="LineNr">145 </span> -<span id="L146" class="LineNr">146 </span><span class="Delimiter">:(before "Read element" following "case GET:")</span> -<span id="L147" class="LineNr">147 </span>element<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"raw"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> -<span id="L148" class="LineNr">148 </span> -<span id="L149" class="LineNr">149 </span><span class="SalientComment">//:: fix 'index'</span> -<span id="L150" class="LineNr">150 </span> -<span id="L151" class="LineNr">151 </span><span class="Delimiter">:(scenario lookup_sidesteps_default_space_in_index)</span> -<span id="L152" class="LineNr">152 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L153" class="LineNr">153 </span> <span class="Comment"># pretend pointer to array from outside (2000 reserved for refcount)</span> -<span id="L154" class="LineNr">154 </span> <span class="Constant">2001</span>:num<span class="Special"> <- </span>copy <span class="Constant">2</span> <span class="Comment"># length</span> -<span id="L155" class="LineNr">155 </span> <span class="Constant">2002</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L156" class="LineNr">156 </span> <span class="Constant">2003</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> -<span id="L157" class="LineNr">157 </span> <span class="Comment"># pretend address:array:location; in practice we'll use 'new'</span> -<span id="L158" class="LineNr">158 </span> <span class="Constant">1000</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># refcount</span> -<span id="L159" class="LineNr">159 </span> <span class="Constant">1001</span>:num<span class="Special"> <- </span>copy <span class="Constant">5</span> <span class="Comment"># length</span> -<span id="L160" class="LineNr">160 </span> <span class="Comment"># actual start of this recipe</span> -<span id="L161" class="LineNr">161 </span> <span class="Normal">default</span>-space:space<span class="Special"> <- </span>copy <span class="Constant">1000</span>/unsafe -<span id="L162" class="LineNr">162 </span> <span class="Constant">1</span>:&:@:num<span class="Special"> <- </span>copy <span class="Constant">2000</span>/unsafe -<span id="L163" class="LineNr">163 </span> <span class="Constant">9</span>:num/<span class="Special">raw <- </span>index *<span class="Constant">1</span>:&:@:num<span class="Delimiter">,</span> <span class="Constant">1</span> -<span id="L164" class="LineNr">164 </span>] -<span id="L165" class="LineNr">165 </span><span class="traceContains">+mem: storing 35 in location 9</span> -<span id="L166" class="LineNr">166 </span> -<span id="L167" class="LineNr">167 </span><span class="Delimiter">:(before "Read element" following "case INDEX:")</span> -<span id="L168" class="LineNr">168 </span>element<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"raw"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> -<span id="L169" class="LineNr">169 </span> -<span id="L170" class="LineNr">170 </span><span class="SalientComment">//:: 'local-scope' is a convenience operation to automatically deduce</span> -<span id="L171" class="LineNr">171 </span><span class="SalientComment">//:: the amount of space to allocate in a default space with names</span> -<span id="L172" class="LineNr">172 </span> -<span id="L173" class="LineNr">173 </span><span class="Delimiter">:(scenario local_scope)</span> -<span id="L174" class="LineNr">174 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L175" class="LineNr">175 </span> local-scope -<span id="L176" class="LineNr">176 </span> <span class="Normal">x</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L177" class="LineNr">177 </span> <span class="Normal">y</span>:num<span class="Special"> <- </span>copy <span class="Constant">3</span> -<span id="L178" class="LineNr">178 </span>] -<span id="L179" class="LineNr">179 </span><span class="Comment"># allocate space for x and y, as well as the chaining slot at 0</span> -<span id="L180" class="LineNr">180 </span><span class="traceContains">+mem: array length is 3</span> -<span id="L181" class="LineNr">181 </span> -<span id="L182" class="LineNr">182 </span><span class="Delimiter">:(before "End <a href='042name.cc.html#L97'>is_disqualified</a> Special-cases")</span> -<span id="L183" class="LineNr">183 </span><span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>name == <span class="Constant">"number-of-locals"</span><span class="Delimiter">)</span> -<span id="L184" class="LineNr">184 </span> x<span class="Delimiter">.</span>initialized = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L185" class="LineNr">185 </span><span class="Delimiter">:(before "End <a href='042name.cc.html#L161'>is_special_name</a> Special-cases")</span> -<span id="L186" class="LineNr">186 </span><span class="Normal">if</span> <span class="Delimiter">(</span>s == <span class="Constant">"number-of-locals"</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L187" class="LineNr">187 </span> -<span id="L188" class="LineNr">188 </span><span class="Delimiter">:(before "End Rewrite Instruction(curr, <a href='010vm.cc.html#L19'>recipe</a> result)")</span> -<span id="L189" class="LineNr">189 </span><span class="Comment">// rewrite 'local-scope' to</span> -<span id="L190" class="LineNr">190 </span><span class="Comment">// ```</span> -<span id="L191" class="LineNr">191 </span><span class="Comment">// default-space:space <- new location:type, number-of-locals:literal</span> -<span id="L192" class="LineNr">192 </span><span class="Comment">// ```</span> -<span id="L193" class="LineNr">193 </span><span class="Comment">// where number-of-locals is Name[recipe][""]</span> -<span id="L194" class="LineNr">194 </span><span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">.</span>name == <span class="Constant">"local-scope"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L195" class="LineNr">195 </span> <a href='043space.cc.html#L198'>rewrite_default_space_instruction</a><span class="Delimiter">(</span>curr<span class="Delimiter">);</span> -<span id="L196" class="LineNr">196 </span><span class="Delimiter">}</span> -<span id="L197" class="LineNr">197 </span><span class="Delimiter">:(code)</span> -<span id="L198" class="LineNr">198 </span><span class="Normal">void</span> <a href='043space.cc.html#L198'>rewrite_default_space_instruction</a><span class="Delimiter">(</span>instruction& curr<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L199" class="LineNr">199 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!curr<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>curr<span class="Delimiter">)</span> << <span class="Constant">"' can't take any ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L201" class="LineNr">201 </span> curr<span class="Delimiter">.</span>name = <span class="Constant">"new"</span><span class="Delimiter">;</span> -<span id="L202" class="LineNr">202 </span> <span class="Constant">curr.ingredients.push_back(reagent("location:type</span><span class="Constant">"));</span> -<span id="L203" class="LineNr">203 </span> <span class="Constant">curr.ingredients.push_back(reagent("number-of-locals:literal</span><span class="Constant">"));</span> -<span id="L204" class="LineNr">204 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!curr<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> -<span id="L205" class="LineNr">205 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"local-scope can't take any results</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L206" class="LineNr">206 </span> curr<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span><span class="Constant">"default-space:space"</span><span class="Delimiter">));</span> -<span id="L207" class="LineNr">207 </span><span class="Delimiter">}</span> -<span id="L208" class="LineNr">208 </span><span class="Delimiter">:(after "Begin Preprocess read_memory(x)")</span> -<span id="L209" class="LineNr">209 </span><span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>name == <span class="Constant">"number-of-locals"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L210" class="LineNr">210 </span> vector<<span class="Normal">double</span>> result<span class="Delimiter">;</span> -<span id="L211" class="LineNr">211 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>Name[get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span>][<span class="Constant">""</span>]<span class="Delimiter">);</span> -<span id="L212" class="LineNr">212 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">.</span>back<span class="Delimiter">()</span> == <span class="Constant">0</span><span class="Delimiter">)</span> -<span id="L213" class="LineNr">213 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"no space allocated for default-space in <a href='010vm.cc.html#L19'>recipe</a> "</span> << <a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">()</span> << <span class="Constant">"; are you using names?</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L214" class="LineNr">214 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L215" class="LineNr">215 </span><span class="Delimiter">}</span> -<span id="L216" class="LineNr">216 </span><span class="Delimiter">:(after "Begin Preprocess write_memory(x, data)")</span> -<span id="L217" class="LineNr">217 </span><span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>name == <span class="Constant">"number-of-locals"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L218" class="LineNr">218 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"can't write to special name 'number-of-locals'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L219" class="LineNr">219 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L220" class="LineNr">220 </span><span class="Delimiter">}</span> -<span id="L221" class="LineNr">221 </span> -<span id="L222" class="LineNr">222 </span><span class="SalientComment">//:: try to reclaim the default-space when a recipe returns</span> -<span id="L223" class="LineNr">223 </span> -<span id="L224" class="LineNr">224 </span><span class="Delimiter">:(scenario local_scope_reclaimed_on_return)</span> -<span id="L225" class="LineNr">225 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L226" class="LineNr">226 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>foo -<span id="L227" class="LineNr">227 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>foo -<span id="L228" class="LineNr">228 </span> <span class="Constant">3</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">2</span>:num -<span id="L229" class="LineNr">229 </span>] -<span id="L230" class="LineNr">230 </span><span class="muRecipe">def</span> foo [ -<span id="L231" class="LineNr">231 </span> local-scope -<span id="L232" class="LineNr">232 </span> <span class="Normal">result</span>:num<span class="Special"> <- </span>copy <span class="Normal">default</span>-space:space -<span id="L233" class="LineNr">233 </span> <span class="Identifier">return</span> result:num -<span id="L234" class="LineNr">234 </span>] -<span id="L235" class="LineNr">235 </span><span class="Comment"># both calls to foo should have received the same default-space</span> -<span id="L236" class="LineNr">236 </span><span class="traceContains">+mem: storing 1 in location 3</span> -<span id="L237" class="LineNr">237 </span> -<span id="L238" class="LineNr">238 </span><span class="Comment">//: todo: do this in a transform, rather than magically in the 'return' instruction</span> -<span id="L239" class="LineNr">239 </span><span class="Delimiter">:(after "Falling Through End Of Recipe")</span> -<span id="L240" class="LineNr">240 </span><a href='043space.cc.html#L244'>reclaim_default_space</a><span class="Delimiter">();</span> -<span id="L241" class="LineNr">241 </span><span class="Delimiter">:(after "Begin Return")</span> -<span id="L242" class="LineNr">242 </span><a href='043space.cc.html#L244'>reclaim_default_space</a><span class="Delimiter">();</span> -<span id="L243" class="LineNr">243 </span><span class="Delimiter">:(code)</span> -<span id="L244" class="LineNr">244 </span><span class="Normal">void</span> <a href='043space.cc.html#L244'>reclaim_default_space</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L245" class="LineNr">245 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Reclaim_memory<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L246" class="LineNr">246 </span> reagent default_space<span class="Delimiter">(</span><span class="Constant">"default-space:<a href='043space.cc.html#L82'>address</a>:array:location"</span><span class="Delimiter">);</span> -<span id="L247" class="LineNr">247 </span> <a href='036refcount.cc.html#L59'>decrement_any_refcounts</a><span class="Delimiter">(</span>default_space<span class="Delimiter">);</span> -<span id="L248" class="LineNr">248 </span><span class="Delimiter">}</span> -<span id="L249" class="LineNr">249 </span><span class="Delimiter">:(after "Begin Decrement Refcounts(canonized_x)")</span> -<span id="L250" class="LineNr">250 </span><span class="Normal">if</span> <span class="Delimiter">(</span><a href='043space.cc.html#L106'>is_mu_space</a><span class="Delimiter">(</span>canonized_x<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L251" class="LineNr">251 </span> <span class="Normal">int</span> space_address = <span class="Delimiter">(</span>canonized_x<span class="Delimiter">.</span>name == <span class="Constant">"default-space"</span><span class="Delimiter">)</span> ? <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>default_space : <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> canonized_x<span class="Delimiter">.</span>value<span class="Delimiter">);</span> -<span id="L252" class="LineNr">252 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>space_address == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L253" class="LineNr">253 </span> <span class="Comment">// this branch relies on global state</span> -<span id="L254" class="LineNr">254 </span> string recipe_name<span class="Delimiter">;</span> -<span id="L255" class="LineNr">255 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>canonized_x<span class="Delimiter">,</span> <span class="Constant">"names"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L256" class="LineNr">256 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>property<span class="Delimiter">(</span>canonized_x<span class="Delimiter">,</span> <span class="Constant">"names"</span><span class="Delimiter">)-></span>atom<span class="Delimiter">);</span> -<span id="L257" class="LineNr">257 </span> <span class="Conceal">¦</span> recipe_name = property<span class="Delimiter">(</span>canonized_x<span class="Delimiter">,</span> <span class="Constant">"names"</span><span class="Delimiter">)-></span>value<span class="Delimiter">;</span> -<span id="L258" class="LineNr">258 </span> <span class="Delimiter">}</span> -<span id="L259" class="LineNr">259 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L260" class="LineNr">260 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>canonized_x<span class="Delimiter">.</span>name != <span class="Constant">"default-space"</span><span class="Delimiter">)</span> -<span id="L261" class="LineNr">261 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << <a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">()</span> << <span class="Constant">": "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>canonized_x<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L262" class="LineNr">262 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>canonized_x<span class="Delimiter">.</span>name == <span class="Constant">"default-space"</span><span class="Delimiter">);</span> -<span id="L263" class="LineNr">263 </span> <span class="Conceal">¦</span> recipe_name = <a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">();</span> -<span id="L264" class="LineNr">264 </span> <span class="Delimiter">}</span> -<span id="L265" class="LineNr">265 </span> <span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> space_recipe_ordinal = get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> recipe_name<span class="Delimiter">);</span> -<span id="L266" class="LineNr">266 </span> <span class="Normal">const</span> recipe& space_recipe = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> space_recipe_ordinal<span class="Delimiter">);</span> -<span id="L267" class="LineNr">267 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>canonized_x<span class="Delimiter">.</span>name == <span class="Constant">"default-space"</span> && !has_property<span class="Delimiter">(</span>canonized_x<span class="Delimiter">,</span> <span class="Constant">"names"</span><span class="Delimiter">)</span> && !starts_by_setting_default_space<span class="Delimiter">(</span>space_recipe<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L268" class="LineNr">268 </span> <span class="Comment">// Reclaim Space(space_address, space_recipe_ordinal, space_recipe)</span> -<span id="L269" class="LineNr">269 </span> <a href='036refcount.cc.html#L68'>decrement_refcount</a><span class="Delimiter">(</span>space_address<span class="Delimiter">,</span> canonized_x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">,</span> -<span id="L270" class="LineNr">270 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">/*</span><span class="Comment">refcount</span><span class="Comment">*/</span><span class="Constant">1</span> + <span class="Comment">/*</span><span class="Comment">array length</span><span class="Comment">*/</span><span class="Constant">1</span> + <span class="Comment">/*</span><span class="Comment">number-of-locals</span><span class="Comment">*/</span>Name[space_recipe_ordinal][<span class="Constant">""</span>]<span class="Delimiter">);</span> -<span id="L271" class="LineNr">271 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L272" class="LineNr">272 </span><span class="Delimiter">}</span> -<span id="L273" class="LineNr">273 </span><span class="Delimiter">:(code)</span> -<span id="L274" class="LineNr">274 </span><span class="Normal">bool</span> <a href='043space.cc.html#L274'>starts_by_setting_default_space</a><span class="Delimiter">(</span><span class="Normal">const</span> recipe& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L275" class="LineNr">275 </span> <span class="Identifier">return</span> !r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> -<span id="L276" class="LineNr">276 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && !r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> -<span id="L277" class="LineNr">277 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name == <span class="Constant">"default-space"</span><span class="Delimiter">;</span> -<span id="L278" class="LineNr">278 </span><span class="Delimiter">}</span> -<span id="L279" class="LineNr">279 </span> -<span id="L280" class="LineNr">280 </span><span class="Comment">//:</span> -<span id="L281" class="LineNr">281 </span> -<span id="L282" class="LineNr">282 </span><span class="Delimiter">:(scenario local_scope_reclaims_locals)</span> -<span id="L283" class="LineNr">283 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L284" class="LineNr">284 </span> local-scope -<span id="L285" class="LineNr">285 </span> <span class="Normal">x</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] -<span id="L286" class="LineNr">286 </span>] -<span id="L287" class="LineNr">287 </span><span class="Comment"># x</span> -<span id="L288" class="LineNr">288 </span><span class="traceContains">+mem: automatically abandoning 1004</span> -<span id="L289" class="LineNr">289 </span><span class="Comment"># local-scope</span> -<span id="L290" class="LineNr">290 </span><span class="traceContains">+mem: automatically abandoning 1000</span> -<span id="L291" class="LineNr">291 </span> -<span id="L292" class="LineNr">292 </span><span class="Delimiter">:(before "Reclaim Space(space_address, space_recipe_ordinal, space_recipe)")</span> -<span id="L293" class="LineNr">293 </span><span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> space_address<span class="Delimiter">)</span> <= <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L294" class="LineNr">294 </span> set<string> reclaimed_locals<span class="Delimiter">;</span> -<span id="L295" class="LineNr">295 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"trying to reclaim locals"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L296" class="LineNr">296 </span> <span class="Comment">// update any refcounts for variables in the space -- in the context of the space</span> -<span id="L297" class="LineNr">297 </span> call_stack calls_stash = <a href='043space.cc.html#L318'>save_call_stack</a><span class="Delimiter">(</span>space_address<span class="Delimiter">,</span> space_recipe_ordinal<span class="Delimiter">);</span> -<span id="L298" class="LineNr">298 </span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>swap<span class="Delimiter">(</span>calls_stash<span class="Delimiter">);</span> -<span id="L299" class="LineNr">299 </span> <span class="Comment">// no early returns until we restore 'calls' below</span> -<span id="L300" class="LineNr">300 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/*</span><span class="Comment">leave default space for last</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>space_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = space_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L302" class="LineNr">302 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L303" class="LineNr">303 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> product = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L304" class="LineNr">304 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>reclaimed_locals<span class="Delimiter">.</span>find<span class="Delimiter">(</span>product<span class="Delimiter">.</span>name<span class="Delimiter">)</span> != reclaimed_locals<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L305" class="LineNr">305 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> reclaimed_locals<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>product<span class="Delimiter">.</span>name<span class="Delimiter">);</span> -<span id="L306" class="LineNr">306 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// local variables only</span> -<span id="L307" class="LineNr">307 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>product<span class="Delimiter">,</span> <span class="Constant">"lookup"</span><span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L308" class="LineNr">308 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>product<span class="Delimiter">,</span> <span class="Constant">"raw"</span><span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// tests often want to check such locations after they run</span> -<span id="L309" class="LineNr">309 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// End Checks For Reclaiming Locals</span> -<span id="L310" class="LineNr">310 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"trying to reclaim local "</span> << product<span class="Delimiter">.</span>original_string << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L311" class="LineNr">311 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> canonize<span class="Delimiter">(</span>product<span class="Delimiter">);</span> -<span id="L312" class="LineNr">312 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='036refcount.cc.html#L59'>decrement_any_refcounts</a><span class="Delimiter">(</span>product<span class="Delimiter">);</span> -<span id="L313" class="LineNr">313 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L314" class="LineNr">314 </span> <span class="Delimiter">}</span> -<span id="L315" class="LineNr">315 </span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>swap<span class="Delimiter">(</span>calls_stash<span class="Delimiter">);</span> <span class="Comment">// restore</span> -<span id="L316" class="LineNr">316 </span><span class="Delimiter">}</span> -<span id="L317" class="LineNr">317 </span><span class="Delimiter">:(code)</span> -<span id="L318" class="LineNr">318 </span>call_stack <a href='043space.cc.html#L318'>save_call_stack</a><span class="Delimiter">(</span><span class="Normal">int</span> space_address<span class="Delimiter">,</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> space_recipe_ordinal<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L319" class="LineNr">319 </span> call dummy_call<span class="Delimiter">(</span>space_recipe_ordinal<span class="Delimiter">);</span> -<span id="L320" class="LineNr">320 </span> dummy_call<span class="Delimiter">.</span>default_space = space_address<span class="Delimiter">;</span> -<span id="L321" class="LineNr">321 </span> call_stack result<span class="Delimiter">;</span> -<span id="L322" class="LineNr">322 </span> result<span class="Delimiter">.</span>push_front<span class="Delimiter">(</span>dummy_call<span class="Delimiter">);</span> -<span id="L323" class="LineNr">323 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L324" class="LineNr">324 </span><span class="Delimiter">}</span> -<span id="L325" class="LineNr">325 </span> -<span id="L326" class="LineNr">326 </span><span class="Delimiter">:(scenario local_variables_can_outlive_call)</span> -<span id="L327" class="LineNr">327 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L328" class="LineNr">328 </span> local-scope -<span id="L329" class="LineNr">329 </span> <span class="Normal">x</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">num:type</span> -<span id="L330" class="LineNr">330 </span> <span class="Normal">y</span>:space<span class="Special"> <- </span>copy <span class="Normal">default</span>-space:space -<span id="L331" class="LineNr">331 </span>] -<span id="L332" class="LineNr">332 </span><span class="traceAbsent">-mem: automatically abandoning 1005</span> -<span id="L333" class="LineNr">333 </span> -<span id="L334" class="LineNr">334 </span><span class="Comment">//:</span> -<span id="L335" class="LineNr">335 </span> -<span id="L336" class="LineNr">336 </span><span class="Delimiter">:(scenario local_scope_does_not_reclaim_escaping_locals)</span> -<span id="L337" class="LineNr">337 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L338" class="LineNr">338 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span>foo -<span id="L339" class="LineNr">339 </span>] -<span id="L340" class="LineNr">340 </span><span class="muRecipe">def</span> foo [ -<span id="L341" class="LineNr">341 </span> local-scope -<span id="L342" class="LineNr">342 </span> <span class="Normal">x</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] -<span id="L343" class="LineNr">343 </span> <span class="Identifier">return</span> x:text -<span id="L344" class="LineNr">344 </span>] -<span id="L345" class="LineNr">345 </span><span class="Comment"># local-scope</span> -<span id="L346" class="LineNr">346 </span><span class="traceContains">+mem: automatically abandoning 1000</span> -<span id="L347" class="LineNr">347 </span><span class="Comment"># x</span> -<span id="L348" class="LineNr">348 </span><span class="traceAbsent">-mem: automatically abandoning 1004</span> -<span id="L349" class="LineNr">349 </span> -<span id="L350" class="LineNr">350 </span><span class="Delimiter">:(after "Begin Return")</span> <span class="Comment">// before reclaiming default-space</span> -<span id="L351" class="LineNr">351 </span><a href='043space.cc.html#L353'>increment_refcounts_of_return_ingredients</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">);</span> -<span id="L352" class="LineNr">352 </span><span class="Delimiter">:(code)</span> -<span id="L353" class="LineNr">353 </span><span class="Normal">void</span> <a href='043space.cc.html#L353'>increment_refcounts_of_return_ingredients</a><span class="Delimiter">(</span><span class="Normal">const</span> vector<vector<<span class="Normal">double</span>> >& ingredients<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L354" class="LineNr">354 </span> assert<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>operation == RETURN<span class="Delimiter">);</span> -<span id="L355" class="LineNr">355 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Comment">// no caller to receive result</span> -<span id="L356" class="LineNr">356 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L357" class="LineNr">357 </span> <span class="Normal">const</span> instruction& caller_instruction = <a href='026call.cc.html#L88'>to_instruction</a><span class="Delimiter">(</span>*++Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>begin<span class="Delimiter">());</span> -<span id="L358" class="LineNr">358 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L359" class="LineNr">359 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_dummy<span class="Delimiter">(</span>caller_instruction<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L360" class="LineNr">360 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// no need to canonize ingredient because we ignore its value</span> -<span id="L361" class="LineNr">361 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='036refcount.cc.html#L41'>increment_any_refcounts</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L362" class="LineNr">362 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L363" class="LineNr">363 </span> <span class="Delimiter">}</span> -<span id="L364" class="LineNr">364 </span><span class="Delimiter">}</span> -<span id="L365" class="LineNr">365 </span> -<span id="L366" class="LineNr">366 </span><span class="Comment">//:</span> -<span id="L367" class="LineNr">367 </span> -<span id="L368" class="LineNr">368 </span><span class="Delimiter">:(scenario local_scope_frees_up_addresses_inside_containers)</span> -<span id="L369" class="LineNr">369 </span><span class="muData">container</span> foo [ -<span id="L370" class="LineNr">370 </span> <span class="Normal">x</span>:num -<span id="L371" class="LineNr">371 </span> <span class="Normal">y</span>:&:num -<span id="L372" class="LineNr">372 </span>] -<span id="L373" class="LineNr">373 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L374" class="LineNr">374 </span> local-scope -<span id="L375" class="LineNr">375 </span> <span class="Normal">x</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L376" class="LineNr">376 </span> <span class="Normal">y</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> x:&:num -<span id="L377" class="LineNr">377 </span> <span class="Comment"># x and y are both cleared when main returns</span> -<span id="L378" class="LineNr">378 </span>] -<span id="L379" class="LineNr">379 </span><span class="traceContains">+mem: automatically abandoning 1006</span> -<span id="L380" class="LineNr">380 </span> -<span id="L381" class="LineNr">381 </span><span class="Delimiter">:(scenario local_scope_returns_addresses_inside_containers)</span> -<span id="L382" class="LineNr">382 </span><span class="muData">container</span> foo [ -<span id="L383" class="LineNr">383 </span> <span class="Normal">x</span>:num -<span id="L384" class="LineNr">384 </span> <span class="Normal">y</span>:&:num -<span id="L385" class="LineNr">385 </span>] -<span id="L386" class="LineNr">386 </span><span class="muRecipe">def</span> f [ -<span id="L387" class="LineNr">387 </span> local-scope -<span id="L388" class="LineNr">388 </span> <span class="Normal">x</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L389" class="LineNr">389 </span> *x:&:num<span class="Special"> <- </span>copy <span class="Constant">12</span> -<span id="L390" class="LineNr">390 </span> <span class="Normal">y</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> x:&:num -<span id="L391" class="LineNr">391 </span> <span class="Comment"># since y is 'escaping' f, it should not be cleared</span> -<span id="L392" class="LineNr">392 </span> <span class="Identifier">return</span> y:foo -<span id="L393" class="LineNr">393 </span>] -<span id="L394" class="LineNr">394 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L395" class="LineNr">395 </span> <span class="Constant">1</span>:foo<span class="Special"> <- </span>f -<span id="L396" class="LineNr">396 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>get <span class="Constant">1</span>:foo<span class="Delimiter">,</span> <span class="Constant">x:offset</span> -<span id="L397" class="LineNr">397 </span> <span class="Constant">4</span>:&:num<span class="Special"> <- </span>get <span class="Constant">1</span>:foo<span class="Delimiter">,</span> <span class="Constant">y:offset</span> -<span id="L398" class="LineNr">398 </span> <span class="Constant">5</span>:num<span class="Special"> <- </span>copy *<span class="Constant">4</span>:&:num -<span id="L399" class="LineNr">399 </span> <span class="Constant">1</span>:foo<span class="Special"> <- </span><a href='001help.cc.html#L221'>put</a> <span class="Constant">1</span>:foo<span class="Delimiter">,</span> <span class="Constant">y:offset</span><span class="Delimiter">,</span> <span class="Constant">0</span> -<span id="L400" class="LineNr">400 </span> <span class="Constant">4</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L401" class="LineNr">401 </span>] -<span id="L402" class="LineNr">402 </span><span class="traceContains">+mem: storing 34 in location 1</span> -<span id="L403" class="LineNr">403 </span><span class="traceContains">+mem: storing 1006 in location 2</span> -<span id="L404" class="LineNr">404 </span><span class="traceContains">+mem: storing 34 in location 3</span> -<span id="L405" class="LineNr">405 </span><span class="Comment"># refcount of 1:foo shouldn't include any stray ones from f</span> -<span id="L406" class="LineNr">406 </span><span class="traceContains">+run: {4: ("address" "number")} <- get {1: "foo"}, {y: "offset"}</span> -<span id="L407" class="LineNr">407 </span><span class="traceContains">+mem: incrementing refcount of 1006: 1 -> 2</span> -<span id="L408" class="LineNr">408 </span><span class="Comment"># 1:foo wasn't abandoned/cleared</span> -<span id="L409" class="LineNr">409 </span><span class="traceContains">+run: {5: "number"} <- copy {4: ("address" "number"), "lookup": ()}</span> -<span id="L410" class="LineNr">410 </span><span class="traceContains">+mem: storing 12 in location 5</span> -<span id="L411" class="LineNr">411 </span><span class="traceContains">+run: {1: "foo"} <- <a href='001help.cc.html#L221'>put</a> {1: "foo"}, {y: "offset"}, {0: "literal"}</span> -<span id="L412" class="LineNr">412 </span><span class="traceContains">+mem: decrementing refcount of 1006: 2 -> 1</span> -<span id="L413" class="LineNr">413 </span><span class="traceContains">+run: {4: ("address" "number")} <- copy {0: "literal"}</span> -<span id="L414" class="LineNr">414 </span><span class="traceContains">+mem: decrementing refcount of 1006: 1 -> 0</span> -<span id="L415" class="LineNr">415 </span><span class="traceContains">+mem: automatically abandoning 1006</span> -<span id="L416" class="LineNr">416 </span> -<span id="L417" class="LineNr">417 </span><span class="Delimiter">:(scenario local_scope_claims_return_values_when_not_saved)</span> -<span id="L418" class="LineNr">418 </span><span class="muRecipe">def</span> f [ -<span id="L419" class="LineNr">419 </span> local-scope -<span id="L420" class="LineNr">420 </span> <span class="Normal">x</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L421" class="LineNr">421 </span> <span class="Identifier">return</span> x:&:num -<span id="L422" class="LineNr">422 </span>] -<span id="L423" class="LineNr">423 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L424" class="LineNr">424 </span> f <span class="Comment"># doesn't save result</span> -<span id="L425" class="LineNr">425 </span>] -<span id="L426" class="LineNr">426 </span><span class="Comment"># x reclaimed</span> -<span id="L427" class="LineNr">427 </span><span class="traceContains">+mem: automatically abandoning 1004</span> -<span id="L428" class="LineNr">428 </span><span class="Comment"># f's local scope reclaimed</span> -<span id="L429" class="LineNr">429 </span><span class="traceContains">+mem: automatically abandoning 1000</span> -<span id="L430" class="LineNr">430 </span> -<span id="L431" class="LineNr">431 </span><span class="SalientComment">//:: all recipes must set default-space one way or another</span> -<span id="L432" class="LineNr">432 </span> -<span id="L433" class="LineNr">433 </span><span class="Delimiter">:(before "End Globals")</span> -<span id="L434" class="LineNr">434 </span><span class="Normal">bool</span> Hide_missing_default_space_errors = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L435" class="LineNr">435 </span><span class="Delimiter">:(before "End Checks")</span> -<span id="L436" class="LineNr">436 </span>Transform<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>check_default_space<span class="Delimiter">);</span> <span class="Comment">// idempotent</span> -<span id="L437" class="LineNr">437 </span><span class="Delimiter">:(code)</span> -<span id="L438" class="LineNr">438 </span><span class="Normal">void</span> check_default_space<span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L439" class="LineNr">439 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Hide_missing_default_space_errors<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// skip previous core tests; this is only for Mu code</span> -<span id="L440" class="LineNr">440 </span> <span class="Normal">const</span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> -<span id="L441" class="LineNr">441 </span> <span class="Comment">// End check_default_space Special-cases</span> -<span id="L442" class="LineNr">442 </span> <span class="Comment">// assume recipes with only numeric addresses know what they're doing (usually tests)</span> -<span id="L443" class="LineNr">443 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_non_special_name<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L444" class="LineNr">444 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- check that <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller<span class="Delimiter">.</span>name << <span class="Constant">" sets default-space"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L445" class="LineNr">445 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L446" class="LineNr">446 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!starts_by_setting_default_space<span class="Delimiter">(</span>caller<span class="Delimiter">))</span> -<span id="L447" class="LineNr">447 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << caller<span class="Delimiter">.</span>name << <span class="Constant">" does not seem to start with 'local-scope' or 'default-space'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L448" class="LineNr">448 </span><span class="Delimiter">}</span> -<span id="L449" class="LineNr">449 </span><span class="Delimiter">:(after "Load Mu Prelude")</span> -<span id="L450" class="LineNr">450 </span>Hide_missing_default_space_errors = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L451" class="LineNr">451 </span><span class="Delimiter">:(after "Test Runs")</span> -<span id="L452" class="LineNr">452 </span>Hide_missing_default_space_errors = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L453" class="LineNr">453 </span><span class="Delimiter">:(after "Running Main")</span> -<span id="L454" class="LineNr">454 </span>Hide_missing_default_space_errors = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L455" class="LineNr">455 </span> -<span id="L456" class="LineNr">456 </span><span class="Delimiter">:(code)</span> -<span id="L457" class="LineNr">457 </span><span class="Normal">bool</span> contains_non_special_name<span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L458" class="LineNr">458 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<string<span class="Delimiter">,</span> <span class="Normal">int</span>>::iterator p = Name[r]<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Name[r]<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L459" class="LineNr">459 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>first<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L460" class="LineNr">460 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>first<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"stash_"</span><span class="Delimiter">)</span> == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// generated by rewrite_stashes_to_text (cross-layer)</span> -<span id="L461" class="LineNr">461 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_special_name<span class="Delimiter">(</span>p<span class="Delimiter">-></span>first<span class="Delimiter">))</span> -<span id="L462" class="LineNr">462 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L463" class="LineNr">463 </span> <span class="Delimiter">}</span> -<span id="L464" class="LineNr">464 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L465" class="LineNr">465 </span><span class="Delimiter">}</span> -<span id="L466" class="LineNr">466 </span> -<span id="L467" class="LineNr">467 </span><span class="Comment">// reagent comparison -- only between reagents in a single recipe</span> -<span id="L468" class="LineNr">468 </span><span class="Normal">bool</span> <span class="Normal">operator</span>==<span class="Delimiter">(</span><span class="Normal">const</span> reagent& a<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& b<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L469" class="LineNr">469 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">.</span>name != b<span class="Delimiter">.</span>name<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L470" class="LineNr">470 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>property<span class="Delimiter">(</span>a<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">)</span> != property<span class="Delimiter">(</span>b<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L471" class="LineNr">471 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</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="Normal">bool</span> <span class="Normal">operator</span><<span class="Delimiter">(</span><span class="Normal">const</span> reagent& a<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& b<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L475" class="LineNr">475 </span> <span class="Normal">int</span> aspace = <span class="Constant">0</span><span class="Delimiter">,</span> bspace = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L476" class="LineNr">476 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>a<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">))</span> aspace = to_integer<span class="Delimiter">(</span>property<span class="Delimiter">(</span>a<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">)-></span>value<span class="Delimiter">);</span> -<span id="L477" class="LineNr">477 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>b<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">))</span> bspace = to_integer<span class="Delimiter">(</span>property<span class="Delimiter">(</span>b<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">)-></span>value<span class="Delimiter">);</span> -<span id="L478" class="LineNr">478 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>aspace != bspace<span class="Delimiter">)</span> <span class="Identifier">return</span> aspace < bspace<span class="Delimiter">;</span> -<span id="L479" class="LineNr">479 </span> <span class="Identifier">return</span> a<span class="Delimiter">.</span>name < b<span class="Delimiter">.</span>name<span class="Delimiter">;</span> -<span id="L480" class="LineNr">480 </span><span class="Delimiter">}</span> +<span id="L146" class="LineNr">146 </span><span class="SalientComment">//:: fix 'index'</span> +<span id="L147" class="LineNr">147 </span> +<span id="L148" class="LineNr">148 </span><span class="Delimiter">:(scenario lookup_sidesteps_default_space_in_index)</span> +<span id="L149" class="LineNr">149 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L150" class="LineNr">150 </span> <span class="Comment"># pretend pointer to array from outside</span> +<span id="L151" class="LineNr">151 </span> <span class="Constant">2000</span>:num<span class="Special"> <- </span>copy <span class="Constant">2</span> <span class="Comment"># length</span> +<span id="L152" class="LineNr">152 </span> <span class="Constant">2001</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L153" class="LineNr">153 </span> <span class="Constant">2002</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> +<span id="L154" class="LineNr">154 </span> <span class="Comment"># pretend address:array:location; in practice we'll use 'new'</span> +<span id="L155" class="LineNr">155 </span> <span class="Constant">1000</span>:num<span class="Special"> <- </span>copy <span class="Constant">5</span> <span class="Comment"># length</span> +<span id="L156" class="LineNr">156 </span> <span class="Comment"># actual start of this recipe</span> +<span id="L157" class="LineNr">157 </span> <span class="Normal">default</span>-space:space<span class="Special"> <- </span>copy <span class="Constant">1000</span>/unsafe +<span id="L158" class="LineNr">158 </span> <span class="Constant">1</span>:&:@:num<span class="Special"> <- </span>copy <span class="Constant">2000</span>/unsafe +<span id="L159" class="LineNr">159 </span> <span class="Constant">9</span>:num/<span class="Special">raw <- </span>index *<span class="Constant">1</span>:&:@:num<span class="Delimiter">,</span> <span class="Constant">1</span> +<span id="L160" class="LineNr">160 </span>] +<span id="L161" class="LineNr">161 </span><span class="traceContains">+mem: storing 35 in location 9</span> +<span id="L162" class="LineNr">162 </span> +<span id="L163" class="LineNr">163 </span><span class="Delimiter">:(before "Read element" following "case INDEX:")</span> +<span id="L164" class="LineNr">164 </span>element<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"raw"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> +<span id="L165" class="LineNr">165 </span> +<span id="L166" class="LineNr">166 </span><span class="SalientComment">//:: 'local-scope' is a convenience operation to automatically deduce</span> +<span id="L167" class="LineNr">167 </span><span class="SalientComment">//:: the amount of space to allocate in a default space with names</span> +<span id="L168" class="LineNr">168 </span> +<span id="L169" class="LineNr">169 </span><span class="Delimiter">:(scenario local_scope)</span> +<span id="L170" class="LineNr">170 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L171" class="LineNr">171 </span> local-scope +<span id="L172" class="LineNr">172 </span> <span class="Normal">x</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L173" class="LineNr">173 </span> <span class="Normal">y</span>:num<span class="Special"> <- </span>copy <span class="Constant">3</span> +<span id="L174" class="LineNr">174 </span>] +<span id="L175" class="LineNr">175 </span><span class="Comment"># allocate space for x and y, as well as the chaining slot at 0</span> +<span id="L176" class="LineNr">176 </span><span class="traceContains">+mem: array length is 3</span> +<span id="L177" class="LineNr">177 </span> +<span id="L178" class="LineNr">178 </span><span class="Delimiter">:(before "End <a href='042name.cc.html#L97'>is_disqualified</a> Special-cases")</span> +<span id="L179" class="LineNr">179 </span><span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>name == <span class="Constant">"number-of-locals"</span><span class="Delimiter">)</span> +<span id="L180" class="LineNr">180 </span> x<span class="Delimiter">.</span>initialized = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L181" class="LineNr">181 </span><span class="Delimiter">:(before "End <a href='042name.cc.html#L161'>is_special_name</a> Special-cases")</span> +<span id="L182" class="LineNr">182 </span><span class="Normal">if</span> <span class="Delimiter">(</span>s == <span class="Constant">"number-of-locals"</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L183" class="LineNr">183 </span> +<span id="L184" class="LineNr">184 </span><span class="Delimiter">:(before "End Rewrite Instruction(curr, <a href='010vm.cc.html#L19'>recipe</a> result)")</span> +<span id="L185" class="LineNr">185 </span><span class="Comment">// rewrite 'local-scope' to</span> +<span id="L186" class="LineNr">186 </span><span class="Comment">// ```</span> +<span id="L187" class="LineNr">187 </span><span class="Comment">// default-space:space <- new location:type, number-of-locals:literal</span> +<span id="L188" class="LineNr">188 </span><span class="Comment">// ```</span> +<span id="L189" class="LineNr">189 </span><span class="Comment">// where number-of-locals is Name[recipe][""]</span> +<span id="L190" class="LineNr">190 </span><span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">.</span>name == <span class="Constant">"local-scope"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L191" class="LineNr">191 </span> <a href='043space.cc.html#L194'>rewrite_default_space_instruction</a><span class="Delimiter">(</span>curr<span class="Delimiter">);</span> +<span id="L192" class="LineNr">192 </span><span class="Delimiter">}</span> +<span id="L193" class="LineNr">193 </span><span class="Delimiter">:(code)</span> +<span id="L194" class="LineNr">194 </span><span class="Normal">void</span> <a href='043space.cc.html#L194'>rewrite_default_space_instruction</a><span class="Delimiter">(</span>instruction& curr<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L195" class="LineNr">195 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!curr<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> +<span id="L196" class="LineNr">196 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>curr<span class="Delimiter">)</span> << <span class="Constant">"' can't take any ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L197" class="LineNr">197 </span> curr<span class="Delimiter">.</span>name = <span class="Constant">"new"</span><span class="Delimiter">;</span> +<span id="L198" class="LineNr">198 </span> <span class="Constant">curr.ingredients.push_back(reagent("location:type</span><span class="Constant">"));</span> +<span id="L199" class="LineNr">199 </span> <span class="Constant">curr.ingredients.push_back(reagent("number-of-locals:literal</span><span class="Constant">"));</span> +<span id="L200" class="LineNr">200 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!curr<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> +<span id="L201" class="LineNr">201 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"local-scope can't take any results</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L202" class="LineNr">202 </span> curr<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span><span class="Constant">"default-space:space"</span><span class="Delimiter">));</span> +<span id="L203" class="LineNr">203 </span><span class="Delimiter">}</span> +<span id="L204" class="LineNr">204 </span><span class="Delimiter">:(after "Begin Preprocess read_memory(x)")</span> +<span id="L205" class="LineNr">205 </span><span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>name == <span class="Constant">"number-of-locals"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L206" class="LineNr">206 </span> vector<<span class="Normal">double</span>> result<span class="Delimiter">;</span> +<span id="L207" class="LineNr">207 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>Name[get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span>][<span class="Constant">""</span>]<span class="Delimiter">);</span> +<span id="L208" class="LineNr">208 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">.</span>back<span class="Delimiter">()</span> == <span class="Constant">0</span><span class="Delimiter">)</span> +<span id="L209" class="LineNr">209 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"no space allocated for default-space in <a href='010vm.cc.html#L19'>recipe</a> "</span> << <a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">()</span> << <span class="Constant">"; are you using names?</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L210" class="LineNr">210 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L211" class="LineNr">211 </span><span class="Delimiter">}</span> +<span id="L212" class="LineNr">212 </span><span class="Delimiter">:(after "Begin Preprocess write_memory(x, data)")</span> +<span id="L213" class="LineNr">213 </span><span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>name == <span class="Constant">"number-of-locals"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L214" class="LineNr">214 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"can't write to special name 'number-of-locals'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L215" class="LineNr">215 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L216" class="LineNr">216 </span><span class="Delimiter">}</span> +<span id="L217" class="LineNr">217 </span> +<span id="L218" class="LineNr">218 </span><span class="SalientComment">//:: all recipes must set default-space one way or another</span> +<span id="L219" class="LineNr">219 </span> +<span id="L220" class="LineNr">220 </span><span class="Delimiter">:(before "End Globals")</span> +<span id="L221" class="LineNr">221 </span><span class="Normal">bool</span> Hide_missing_default_space_errors = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L222" class="LineNr">222 </span><span class="Delimiter">:(before "End Checks")</span> +<span id="L223" class="LineNr">223 </span>Transform<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='043space.cc.html#L225'>check_default_space</a><span class="Delimiter">);</span> <span class="Comment">// idempotent</span> +<span id="L224" class="LineNr">224 </span><span class="Delimiter">:(code)</span> +<span id="L225" class="LineNr">225 </span><span class="Normal">void</span> <a href='043space.cc.html#L225'>check_default_space</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L226" class="LineNr">226 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Hide_missing_default_space_errors<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// skip previous core tests; this is only for Mu code</span> +<span id="L227" class="LineNr">227 </span> <span class="Normal">const</span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L228" class="LineNr">228 </span> <span class="Comment">// End check_default_space Special-cases</span> +<span id="L229" class="LineNr">229 </span> <span class="Comment">// assume recipes with only numeric addresses know what they're doing (usually tests)</span> +<span id="L230" class="LineNr">230 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_non_special_name<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L231" class="LineNr">231 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- check that <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller<span class="Delimiter">.</span>name << <span class="Constant">" sets default-space"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L232" class="LineNr">232 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L233" class="LineNr">233 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!starts_by_setting_default_space<span class="Delimiter">(</span>caller<span class="Delimiter">))</span> +<span id="L234" class="LineNr">234 </span> <a href='003trace.cc.html#L174'>raise</a> << caller<span class="Delimiter">.</span>name << <span class="Constant">" does not seem to start with 'local-scope' or 'default-space'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L235" class="LineNr">235 </span><span class="Delimiter">}</span> +<span id="L236" class="LineNr">236 </span><span class="Normal">bool</span> <a href='043space.cc.html#L236'>starts_by_setting_default_space</a><span class="Delimiter">(</span><span class="Normal">const</span> recipe& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L237" class="LineNr">237 </span> <span class="Identifier">return</span> !r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> +<span id="L238" class="LineNr">238 </span> && !r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> +<span id="L239" class="LineNr">239 </span> && r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name == <span class="Constant">"default-space"</span><span class="Delimiter">;</span> +<span id="L240" class="LineNr">240 </span><span class="Delimiter">}</span> +<span id="L241" class="LineNr">241 </span> +<span id="L242" class="LineNr">242 </span><span class="Delimiter">:(after "Load Mu Prelude")</span> +<span id="L243" class="LineNr">243 </span>Hide_missing_default_space_errors = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L244" class="LineNr">244 </span><span class="Delimiter">:(after "Test Runs")</span> +<span id="L245" class="LineNr">245 </span>Hide_missing_default_space_errors = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L246" class="LineNr">246 </span><span class="Delimiter">:(after "Running Main")</span> +<span id="L247" class="LineNr">247 </span>Hide_missing_default_space_errors = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L248" class="LineNr">248 </span> +<span id="L249" class="LineNr">249 </span><span class="Delimiter">:(code)</span> +<span id="L250" class="LineNr">250 </span><span class="Normal">bool</span> <a href='043space.cc.html#L250'>contains_non_special_name</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L251" class="LineNr">251 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<string<span class="Delimiter">,</span> <span class="Normal">int</span>>::iterator p = Name[r]<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Name[r]<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L252" class="LineNr">252 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>first<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L253" class="LineNr">253 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>first<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"stash_"</span><span class="Delimiter">)</span> == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// generated by rewrite_stashes_to_text (cross-layer)</span> +<span id="L254" class="LineNr">254 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_special_name<span class="Delimiter">(</span>p<span class="Delimiter">-></span>first<span class="Delimiter">))</span> +<span id="L255" class="LineNr">255 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L256" class="LineNr">256 </span> <span class="Delimiter">}</span> +<span id="L257" class="LineNr">257 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L258" class="LineNr">258 </span><span class="Delimiter">}</span> +<span id="L259" class="LineNr">259 </span> +<span id="L260" class="LineNr">260 </span><span class="Comment">// reagent comparison -- only between reagents in a single recipe</span> +<span id="L261" class="LineNr">261 </span><span class="Normal">bool</span> <span class="Normal">operator</span>==<span class="Delimiter">(</span><span class="Normal">const</span> reagent& a<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& b<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L262" class="LineNr">262 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">.</span>name != b<span class="Delimiter">.</span>name<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L263" class="LineNr">263 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>property<span class="Delimiter">(</span>a<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">)</span> != property<span class="Delimiter">(</span>b<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L264" class="LineNr">264 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L265" class="LineNr">265 </span><span class="Delimiter">}</span> +<span id="L266" class="LineNr">266 </span> +<span id="L267" class="LineNr">267 </span><span class="Normal">bool</span> <span class="Normal">operator</span><<span class="Delimiter">(</span><span class="Normal">const</span> reagent& a<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& b<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L268" class="LineNr">268 </span> <span class="Normal">int</span> aspace = <span class="Constant">0</span><span class="Delimiter">,</span> bspace = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L269" class="LineNr">269 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>a<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">))</span> aspace = to_integer<span class="Delimiter">(</span>property<span class="Delimiter">(</span>a<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">)-></span>value<span class="Delimiter">);</span> +<span id="L270" class="LineNr">270 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>b<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">))</span> bspace = to_integer<span class="Delimiter">(</span>property<span class="Delimiter">(</span>b<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">)-></span>value<span class="Delimiter">);</span> +<span id="L271" class="LineNr">271 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>aspace != bspace<span class="Delimiter">)</span> <span class="Identifier">return</span> aspace < bspace<span class="Delimiter">;</span> +<span id="L272" class="LineNr">272 </span> <span class="Identifier">return</span> a<span class="Delimiter">.</span>name < b<span class="Delimiter">.</span>name<span class="Delimiter">;</span> +<span id="L273" class="LineNr">273 </span><span class="Delimiter">}</span> </pre> </body> </html> diff --git a/html/044space_surround.cc.html b/html/044space_surround.cc.html index 15a6847b..25e50f70 100644 --- a/html/044space_surround.cc.html +++ b/html/044space_surround.cc.html @@ -15,17 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.traceContains { color: #008000; } +.cSpecial { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -70,61 +70,56 @@ if ('onhashchange' in window) { <span id="L8" class="LineNr"> 8 </span><span class="Comment"># location 1 in space 1 refers to the space surrounding the default space, here 20.</span> <span id="L9" class="LineNr"> 9 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L10" class="LineNr">10 </span> <span class="Comment"># pretend address:array:location; in practice we'll use 'new'</span> -<span id="L11" class="LineNr">11 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># refcount</span> -<span id="L12" class="LineNr">12 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">5</span> <span class="Comment"># length</span> -<span id="L13" class="LineNr">13 </span> <span class="Comment"># pretend address:array:location; in practice we'll use 'new"</span> -<span id="L14" class="LineNr">14 </span> <span class="Constant">20</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># refcount</span> -<span id="L15" class="LineNr">15 </span> <span class="Constant">21</span>:num<span class="Special"> <- </span>copy <span class="Constant">5</span> <span class="Comment"># length</span> -<span id="L16" class="LineNr">16 </span> <span class="Comment"># actual start of this recipe</span> -<span id="L17" class="LineNr">17 </span> <span class="Normal">default</span>-space:space<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe -<span id="L18" class="LineNr">18 </span> <span class="Comment">#: later layers will explain the /names: property</span> -<span id="L19" class="LineNr">19 </span> <span class="Constant">0</span>:space/names:dummy<span class="Special"> <- </span>copy <span class="Constant">20</span>/unsafe -<span id="L20" class="LineNr">20 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">32</span> -<span id="L21" class="LineNr">21 </span> <span class="Constant">1</span>:num/space:<span class="Constant">1</span><span class="Special"> <- </span>copy <span class="Constant">33</span> +<span id="L11" class="LineNr">11 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">5</span> <span class="Comment"># length</span> +<span id="L12" class="LineNr">12 </span> <span class="Comment"># pretend address:array:location; in practice we'll use 'new"</span> +<span id="L13" class="LineNr">13 </span> <span class="Constant">20</span>:num<span class="Special"> <- </span>copy <span class="Constant">5</span> <span class="Comment"># length</span> +<span id="L14" class="LineNr">14 </span> <span class="Comment"># actual start of this recipe</span> +<span id="L15" class="LineNr">15 </span> <span class="Normal">default</span>-space:space<span class="Special"> <- </span>copy <span class="Constant">10</span>/unsafe +<span id="L16" class="LineNr">16 </span> <span class="Comment">#: later layers will explain the /names: property</span> +<span id="L17" class="LineNr">17 </span> <span class="Constant">0</span>:space/names:dummy<span class="Special"> <- </span>copy <span class="Constant">20</span>/unsafe +<span id="L18" class="LineNr">18 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">32</span> +<span id="L19" class="LineNr">19 </span> <span class="Constant">1</span>:num/space:<span class="Constant">1</span><span class="Special"> <- </span>copy <span class="Constant">33</span> +<span id="L20" class="LineNr">20 </span>] +<span id="L21" class="LineNr">21 </span><span class="muRecipe">def</span> dummy [ <span class="Comment"># just for the /names: property above</span> <span id="L22" class="LineNr">22 </span>] -<span id="L23" class="LineNr">23 </span><span class="muRecipe">def</span> dummy [ <span class="Comment"># just for the /names: property above</span> -<span id="L24" class="LineNr">24 </span>] -<span id="L25" class="LineNr">25 </span><span class="Comment"># chain space: 10 + (refcount and length) 2</span> -<span id="L26" class="LineNr">26 </span><span class="traceContains">+mem: storing 20 in location 12</span> -<span id="L27" class="LineNr">27 </span><span class="Comment"># store to default space: 10 + (skip refcount and length) 2 + (index) 1</span> -<span id="L28" class="LineNr">28 </span><span class="traceContains">+mem: storing 32 in location 13</span> -<span id="L29" class="LineNr">29 </span><span class="Comment"># store to chained space: (contents of location 12) 20 + (refcount and length) 2 + (index) 1</span> -<span id="L30" class="LineNr">30 </span><span class="traceContains">+mem: storing 33 in location 23</span> -<span id="L31" class="LineNr">31 </span> -<span id="L32" class="LineNr">32 </span><span class="Delimiter">:(before "End Checks For Reclaiming Locals")</span> -<span id="L33" class="LineNr">33 </span><span class="Normal">if</span> <span class="Delimiter">(</span>space_index<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> > <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L34" class="LineNr">34 </span> -<span id="L35" class="LineNr">35 </span><span class="Comment">//: If you think of a space as a collection of variables with a common</span> -<span id="L36" class="LineNr">36 </span><span class="Comment">//: lifetime, surrounding allows managing shorter lifetimes inside a longer</span> -<span id="L37" class="LineNr">37 </span><span class="Comment">//: one.</span> -<span id="L38" class="LineNr">38 </span> -<span id="L39" class="LineNr">39 </span><span class="Delimiter">:(replace{} "int space_base(const reagent& x)")</span> -<span id="L40" class="LineNr">40 </span><span class="Normal">int</span> <a href='043space.cc.html#L78'>space_base</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L41" class="LineNr">41 </span> <span class="Normal">int</span> base = <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>default_space ? <span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>default_space+<span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">)</span> : <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L42" class="LineNr">42 </span> <span class="Identifier">return</span> <a href='043space.cc.html#L78'>space_base</a><span class="Delimiter">(</span>x<span class="Delimiter">,</span> space_index<span class="Delimiter">(</span>x<span class="Delimiter">),</span> base<span class="Delimiter">);</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="Normal">int</span> <a href='043space.cc.html#L78'>space_base</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& x<span class="Delimiter">,</span> <span class="Normal">int</span> space_index<span class="Delimiter">,</span> <span class="Normal">int</span> base<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L46" class="LineNr">46 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>space_index == <span class="Constant">0</span><span class="Delimiter">)</span> -<span id="L47" class="LineNr">47 </span> <span class="Identifier">return</span> base<span class="Delimiter">;</span> -<span id="L48" class="LineNr">48 </span> <span class="Identifier">return</span> <a href='043space.cc.html#L78'>space_base</a><span class="Delimiter">(</span>x<span class="Delimiter">,</span> space_index-<span class="Constant">1</span><span class="Delimiter">,</span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> base+<span class="Comment">/*</span><span class="Comment">skip length</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">))</span>+<span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</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="Normal">int</span> space_index<span class="Delimiter">(</span><span class="Normal">const</span> reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L52" class="LineNr">52 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>x<span class="Delimiter">.</span>properties<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L53" class="LineNr">53 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first == <span class="Constant">"space"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L54" class="LineNr">54 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second || x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">-></span>right<span class="Delimiter">)</span> -<span id="L55" class="LineNr">55 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"/space metadata should take exactly one value in '"</span> << x<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L56" class="LineNr">56 </span> <span class="Identifier">return</span> to_integer<span class="Delimiter">(</span>x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">-></span>value<span class="Delimiter">);</span> -<span id="L57" class="LineNr">57 </span> <span class="Delimiter">}</span> -<span id="L58" class="LineNr">58 </span> <span class="Delimiter">}</span> -<span id="L59" class="LineNr">59 </span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L60" class="LineNr">60 </span><span class="Delimiter">}</span> -<span id="L61" class="LineNr">61 </span> -<span id="L62" class="LineNr">62 </span><span class="Delimiter">:(scenario permit_space_as_variable_name)</span> -<span id="L63" class="LineNr">63 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L64" class="LineNr">64 </span> <span class="Normal">space</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L65" class="LineNr">65 </span>] +<span id="L23" class="LineNr">23 </span><span class="Comment"># chain space: 10 + (length) 1</span> +<span id="L24" class="LineNr">24 </span><span class="traceContains">+mem: storing 20 in location 11</span> +<span id="L25" class="LineNr">25 </span><span class="Comment"># store to default space: 10 + (skip length) 1 + (index) 1</span> +<span id="L26" class="LineNr">26 </span><span class="traceContains">+mem: storing 32 in location 12</span> +<span id="L27" class="LineNr">27 </span><span class="Comment"># store to chained space: (contents of location 12) 20 + (length) 1 + (index) 1</span> +<span id="L28" class="LineNr">28 </span><span class="traceContains">+mem: storing 33 in location 22</span> +<span id="L29" class="LineNr">29 </span> +<span id="L30" class="LineNr">30 </span><span class="Comment">//: If you think of a space as a collection of variables with a common</span> +<span id="L31" class="LineNr">31 </span><span class="Comment">//: lifetime, surrounding allows managing shorter lifetimes inside a longer</span> +<span id="L32" class="LineNr">32 </span><span class="Comment">//: one.</span> +<span id="L33" class="LineNr">33 </span> +<span id="L34" class="LineNr">34 </span><span class="Delimiter">:(replace{} "int space_base(const reagent& x)")</span> +<span id="L35" class="LineNr">35 </span><span class="Normal">int</span> <a href='043space.cc.html#L76'>space_base</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L36" class="LineNr">36 </span> <span class="Normal">int</span> base = <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>default_space ? <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>default_space : <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L37" class="LineNr">37 </span> <span class="Identifier">return</span> <a href='043space.cc.html#L76'>space_base</a><span class="Delimiter">(</span>x<span class="Delimiter">,</span> space_index<span class="Delimiter">(</span>x<span class="Delimiter">),</span> base<span class="Delimiter">);</span> +<span id="L38" class="LineNr">38 </span><span class="Delimiter">}</span> +<span id="L39" class="LineNr">39 </span> +<span id="L40" class="LineNr">40 </span><span class="Normal">int</span> <a href='043space.cc.html#L76'>space_base</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& x<span class="Delimiter">,</span> <span class="Normal">int</span> space_index<span class="Delimiter">,</span> <span class="Normal">int</span> base<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L41" class="LineNr">41 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>space_index == <span class="Constant">0</span><span class="Delimiter">)</span> +<span id="L42" class="LineNr">42 </span> <span class="Identifier">return</span> base<span class="Delimiter">;</span> +<span id="L43" class="LineNr">43 </span> <span class="Identifier">return</span> <a href='043space.cc.html#L76'>space_base</a><span class="Delimiter">(</span>x<span class="Delimiter">,</span> space_index-<span class="Constant">1</span><span class="Delimiter">,</span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> base+<span class="Comment">/*</span><span class="Comment">skip length</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">));</span> +<span id="L44" class="LineNr">44 </span><span class="Delimiter">}</span> +<span id="L45" class="LineNr">45 </span> +<span id="L46" class="LineNr">46 </span><span class="Normal">int</span> space_index<span class="Delimiter">(</span><span class="Normal">const</span> reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L47" class="LineNr">47 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>x<span class="Delimiter">.</span>properties<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L48" class="LineNr">48 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first == <span class="Constant">"space"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L49" class="LineNr">49 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second || x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">-></span>right<span class="Delimiter">)</span> +<span id="L50" class="LineNr">50 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"/space metadata should take exactly one value in '"</span> << x<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L51" class="LineNr">51 </span> <span class="Identifier">return</span> to_integer<span class="Delimiter">(</span>x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">-></span>value<span class="Delimiter">);</span> +<span id="L52" class="LineNr">52 </span> <span class="Delimiter">}</span> +<span id="L53" class="LineNr">53 </span> <span class="Delimiter">}</span> +<span id="L54" class="LineNr">54 </span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L55" class="LineNr">55 </span><span class="Delimiter">}</span> +<span id="L56" class="LineNr">56 </span> +<span id="L57" class="LineNr">57 </span><span class="Delimiter">:(scenario permit_space_as_variable_name)</span> +<span id="L58" class="LineNr">58 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L59" class="LineNr">59 </span> <span class="Normal">space</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L60" class="LineNr">60 </span>] </pre> </body> </html> diff --git a/html/045closure_name.cc.html b/html/045closure_name.cc.html index 7a4ec80b..d183aef3 100644 --- a/html/045closure_name.cc.html +++ b/html/045closure_name.cc.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.Identifier { color: #c0a020; } -.traceContains { color: #008000; } .LineNr { color: #444444; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } .cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -105,38 +104,38 @@ if ('onhashchange' in window) { <span id="L42" class="LineNr"> 42 </span><span class="Normal">void</span> <a href='045closure_name.cc.html#L42'>collect_surrounding_spaces</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L43" class="LineNr"> 43 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- collect surrounding spaces for <a href='010vm.cc.html#L19'>recipe</a> "</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L44" class="LineNr"> 44 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">).</span>name != <span class="Constant">"0"</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_space<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"slot 0 should always have type <a href='043space.cc.html#L82'>address</a>:array:location, but is '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> string_tree* s = property<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> <span class="Constant">"names"</span><span class="Delimiter">);</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!s<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"slot 0 requires a /names property in <a href='010vm.cc.html#L19'>recipe</a> '"</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!s<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"slot 0 should have a single value in /names, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L60" class="LineNr"> 60 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> string& surrounding_recipe_name = s<span class="Delimiter">-></span>value<span class="Delimiter">;</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>surrounding_recipe_name<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"slot 0 doesn't initialize its /names property in recipe '"</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Surrounding_space<span class="Delimiter">,</span> r<span class="Delimiter">)</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && get<span class="Delimiter">(</span>Surrounding_space<span class="Delimiter">,</span> r<span class="Delimiter">)</span> != get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> surrounding_recipe_name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"recipe '"</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <span class="Constant">"' can have only one 'surrounding' <a href='010vm.cc.html#L19'>recipe</a> but has '"</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Surrounding_space<span class="Delimiter">,</span> r<span class="Delimiter">)).</span>name << <span class="Constant">"' and '"</span> << surrounding_recipe_name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"name"</span><span class="Delimiter">)</span> << <span class="Constant">"lexically surrounding space for <a href='010vm.cc.html#L19'>recipe</a> "</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <span class="Constant">" comes from "</span> << surrounding_recipe_name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> surrounding_recipe_name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"can't find recipe providing surrounding space for '"</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <span class="Constant">"'; looking for '"</span> << surrounding_recipe_name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Surrounding_space<span class="Delimiter">,</span> r<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> surrounding_recipe_name<span class="Delimiter">));</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Normal">const</span> instruction& inst = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L46" class="LineNr"> 46 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L47" class="LineNr"> 47 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L48" class="LineNr"> 48 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L49" class="LineNr"> 49 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">).</span>name != <span class="Constant">"0"</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L50" class="LineNr"> 50 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_space<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L51" class="LineNr"> 51 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"slot 0 should always have type <a href='043space.cc.html#L80'>address</a>:array:location, but is '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L52" class="LineNr"> 52 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L53" class="LineNr"> 53 </span> <span class="Delimiter">}</span> +<span id="L54" class="LineNr"> 54 </span> string_tree* s = property<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> <span class="Constant">"names"</span><span class="Delimiter">);</span> +<span id="L55" class="LineNr"> 55 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!s<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L56" class="LineNr"> 56 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"slot 0 requires a /names property in <a href='010vm.cc.html#L19'>recipe</a> '"</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L57" class="LineNr"> 57 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L58" class="LineNr"> 58 </span> <span class="Delimiter">}</span> +<span id="L59" class="LineNr"> 59 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!s<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"slot 0 should have a single value in /names, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L60" class="LineNr"> 60 </span> <span class="Normal">const</span> string& surrounding_recipe_name = s<span class="Delimiter">-></span>value<span class="Delimiter">;</span> +<span id="L61" class="LineNr"> 61 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>surrounding_recipe_name<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L62" class="LineNr"> 62 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"slot 0 doesn't initialize its /names property in recipe '"</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L63" class="LineNr"> 63 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L64" class="LineNr"> 64 </span> <span class="Delimiter">}</span> +<span id="L65" class="LineNr"> 65 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Surrounding_space<span class="Delimiter">,</span> r<span class="Delimiter">)</span> +<span id="L66" class="LineNr"> 66 </span> && get<span class="Delimiter">(</span>Surrounding_space<span class="Delimiter">,</span> r<span class="Delimiter">)</span> != get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> surrounding_recipe_name<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L67" class="LineNr"> 67 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"recipe '"</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <span class="Constant">"' can have only one 'surrounding' <a href='010vm.cc.html#L19'>recipe</a> but has '"</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Surrounding_space<span class="Delimiter">,</span> r<span class="Delimiter">)).</span>name << <span class="Constant">"' and '"</span> << surrounding_recipe_name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L69" class="LineNr"> 69 </span> <span class="Delimiter">}</span> +<span id="L70" class="LineNr"> 70 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"name"</span><span class="Delimiter">)</span> << <span class="Constant">"lexically surrounding space for <a href='010vm.cc.html#L19'>recipe</a> "</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <span class="Constant">" comes from "</span> << surrounding_recipe_name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> surrounding_recipe_name<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L72" class="LineNr"> 72 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"can't find recipe providing surrounding space for '"</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <span class="Constant">"'; looking for '"</span> << surrounding_recipe_name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L73" class="LineNr"> 73 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L74" class="LineNr"> 74 </span> <span class="Delimiter">}</span> +<span id="L75" class="LineNr"> 75 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Surrounding_space<span class="Delimiter">,</span> r<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> surrounding_recipe_name<span class="Delimiter">));</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Delimiter">}</span> <span id="L77" class="LineNr"> 77 </span> <span class="Delimiter">}</span> <span id="L78" class="LineNr"> 78 </span><span class="Delimiter">}</span> <span id="L79" class="LineNr"> 79 </span> @@ -146,8 +145,8 @@ if ('onhashchange' in window) { <span id="L83" class="LineNr"> 83 </span><span class="Delimiter">:(replace{} "int lookup_name(const reagent& r, const <a href='010vm.cc.html#L14'>recipe_ordinal</a> default_recipe)")</span> <span id="L84" class="LineNr"> 84 </span><span class="Normal">int</span> lookup_name<span class="Delimiter">(</span><span class="Normal">const</span> reagent& x<span class="Delimiter">,</span> <span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> default_recipe<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L85" class="LineNr"> 85 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_property<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Name[default_recipe]<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"name not found: "</span> << x<span class="Delimiter">.</span>name << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> Name[default_recipe][x<span class="Delimiter">.</span>name]<span class="Delimiter">;</span> +<span id="L86" class="LineNr"> 86 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Name[default_recipe]<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"name not found: "</span> << x<span class="Delimiter">.</span>name << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Identifier">return</span> Name[default_recipe][x<span class="Delimiter">.</span>name]<span class="Delimiter">;</span> <span id="L88" class="LineNr"> 88 </span> <span class="Delimiter">}</span> <span id="L89" class="LineNr"> 89 </span> string_tree* p = property<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">);</span> <span id="L90" class="LineNr"> 90 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!p || !p<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"/space property should have exactly one (non-negative integer) value</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> @@ -165,12 +164,12 @@ if ('onhashchange' in window) { <span id="L102" class="LineNr">102 </span><span class="Normal">int</span> lookup_name<span class="Delimiter">(</span><span class="Normal">const</span> reagent& x<span class="Delimiter">,</span> <span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">,</span> set<recipe_ordinal>& done<span class="Delimiter">,</span> vector<recipe_ordinal>& path<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L103" class="LineNr">103 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Name[r]<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span> Name[r][x<span class="Delimiter">.</span>name]<span class="Delimiter">;</span> <span id="L104" class="LineNr">104 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>done<span class="Delimiter">,</span> r<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L105" class="LineNr">105 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"can't compute address of '"</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>x<span class="Delimiter">)</span> << <span class="Constant">"' because</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L106" class="LineNr">106 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>path<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L107" class="LineNr">107 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << path<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i-<span class="Constant">1</span><span class="Delimiter">)</span> << <span class="Constant">" requires computing names of "</span> << path<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L108" class="LineNr">108 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << path<span class="Delimiter">.</span>at<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>path<span class="Delimiter">)</span>-<span class="Constant">1</span><span class="Delimiter">)</span> << <span class="Constant">" requires computing names of "</span> << r << <span class="Constant">"..ad infinitum</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L110" class="LineNr">110 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> -<span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L105" class="LineNr">105 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"can't compute address of '"</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>x<span class="Delimiter">)</span> << <span class="Constant">"' because</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L106" class="LineNr">106 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>path<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L107" class="LineNr">107 </span> <a href='003trace.cc.html#L174'>raise</a> << path<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i-<span class="Constant">1</span><span class="Delimiter">)</span> << <span class="Constant">" requires computing names of "</span> << path<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L108" class="LineNr">108 </span> <span class="Delimiter">}</span> +<span id="L109" class="LineNr">109 </span> <a href='003trace.cc.html#L174'>raise</a> << path<span class="Delimiter">.</span>at<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>path<span class="Delimiter">)</span>-<span class="Constant">1</span><span class="Delimiter">)</span> << <span class="Constant">" requires computing names of "</span> << r << <span class="Constant">"..ad infinitum</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L110" class="LineNr">110 </span> <span class="Identifier">return</span> -<span class="Constant">1</span><span class="Delimiter">;</span> <span id="L111" class="LineNr">111 </span> <span class="Delimiter">}</span> <span id="L112" class="LineNr">112 </span> done<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>r<span class="Delimiter">);</span> <span id="L113" class="LineNr">113 </span> path<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>r<span class="Delimiter">);</span> @@ -182,8 +181,8 @@ if ('onhashchange' in window) { <span id="L119" class="LineNr">119 </span><a href='010vm.cc.html#L14'>recipe_ordinal</a> <a href='045closure_name.cc.html#L119'>lookup_surrounding_recipe</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">,</span> <span class="Normal">int</span> n<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L120" class="LineNr">120 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>n == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> r<span class="Delimiter">;</span> <span id="L121" class="LineNr">121 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Surrounding_space<span class="Delimiter">,</span> r<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"don't know surrounding recipe of '"</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> -<span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L122" class="LineNr">122 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"don't know surrounding recipe of '"</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L123" class="LineNr">123 </span> <span class="Identifier">return</span> -<span class="Constant">1</span><span class="Delimiter">;</span> <span id="L124" class="LineNr">124 </span> <span class="Delimiter">}</span> <span id="L125" class="LineNr">125 </span> assert<span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Surrounding_space<span class="Delimiter">,</span> r<span class="Delimiter">));</span> <span id="L126" class="LineNr">126 </span> <span class="Identifier">return</span> <a href='045closure_name.cc.html#L119'>lookup_surrounding_recipe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Surrounding_space<span class="Delimiter">,</span> r<span class="Delimiter">),</span> n-<span class="Constant">1</span><span class="Delimiter">);</span> @@ -193,12 +192,12 @@ if ('onhashchange' in window) { <span id="L130" class="LineNr">130 </span><span class="Delimiter">:(replace{} "bool already_transformed(const reagent& r, const map<string, int>& names)")</span> <span id="L131" class="LineNr">131 </span><span class="Normal">bool</span> already_transformed<span class="Delimiter">(</span><span class="Normal">const</span> reagent& r<span class="Delimiter">,</span> <span class="Normal">const</span> map<string<span class="Delimiter">,</span> <span class="Normal">int</span>>& names<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L132" class="LineNr">132 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> string_tree* p = property<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">);</span> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!p || !p<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"/space property should have exactly one (non-negative integer) value in '"</span> << r<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L136" class="LineNr">136 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>value != <span class="Constant">"0"</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L133" class="LineNr">133 </span> string_tree* p = property<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">"space"</span><span class="Delimiter">);</span> +<span id="L134" class="LineNr">134 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!p || !p<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L135" class="LineNr">135 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"/space property should have exactly one (non-negative integer) value in '"</span> << r<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L136" class="LineNr">136 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L137" class="LineNr">137 </span> <span class="Delimiter">}</span> +<span id="L138" class="LineNr">138 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>value != <span class="Constant">"0"</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L139" class="LineNr">139 </span> <span class="Delimiter">}</span> <span id="L140" class="LineNr">140 </span> <span class="Identifier">return</span> contains_key<span class="Delimiter">(</span>names<span class="Delimiter">,</span> r<span class="Delimiter">.</span>name<span class="Delimiter">);</span> <span id="L141" class="LineNr">141 </span><span class="Delimiter">}</span> diff --git a/html/046check_type_by_name.cc.html b/html/046check_type_by_name.cc.html index e0024aa2..dd7bcee9 100644 --- a/html/046check_type_by_name.cc.html +++ b/html/046check_type_by_name.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } -.Constant { color: #00a0a0; } .LineNr { color: #444444; } .traceAbsent { color: #c00000; } +.Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } .Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } .cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -87,15 +86,15 @@ if ('onhashchange' in window) { <span id="L23" class="LineNr"> 23 </span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L24" class="LineNr"> 24 </span> set<reagent> known<span class="Delimiter">;</span> <span id="L25" class="LineNr"> 25 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> in = <span class="Constant">0</span><span class="Delimiter">;</span> in < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++in<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='046check_type_by_name.cc.html#L38'>deduce_missing_type</a><span class="Delimiter">(</span>known<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>in<span class="Delimiter">),</span> caller<span class="Delimiter">);</span> -<span id="L29" class="LineNr"> 29 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='046check_type_by_name.cc.html#L59'>check_type</a><span class="Delimiter">(</span>known<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>in<span class="Delimiter">),</span> caller<span class="Delimiter">);</span> -<span id="L30" class="LineNr"> 30 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L31" class="LineNr"> 31 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> out = <span class="Constant">0</span><span class="Delimiter">;</span> out < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++out<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L32" class="LineNr"> 32 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='046check_type_by_name.cc.html#L38'>deduce_missing_type</a><span class="Delimiter">(</span>known<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>out<span class="Delimiter">),</span> caller<span class="Delimiter">);</span> -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='046check_type_by_name.cc.html#L59'>check_type</a><span class="Delimiter">(</span>known<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>out<span class="Delimiter">),</span> caller<span class="Delimiter">);</span> -<span id="L34" class="LineNr"> 34 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L26" class="LineNr"> 26 </span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L27" class="LineNr"> 27 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> in = <span class="Constant">0</span><span class="Delimiter">;</span> in < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++in<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L28" class="LineNr"> 28 </span> <a href='046check_type_by_name.cc.html#L38'>deduce_missing_type</a><span class="Delimiter">(</span>known<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>in<span class="Delimiter">),</span> caller<span class="Delimiter">);</span> +<span id="L29" class="LineNr"> 29 </span> <a href='046check_type_by_name.cc.html#L59'>check_type</a><span class="Delimiter">(</span>known<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>in<span class="Delimiter">),</span> caller<span class="Delimiter">);</span> +<span id="L30" class="LineNr"> 30 </span> <span class="Delimiter">}</span> +<span id="L31" class="LineNr"> 31 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> out = <span class="Constant">0</span><span class="Delimiter">;</span> out < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++out<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L32" class="LineNr"> 32 </span> <a href='046check_type_by_name.cc.html#L38'>deduce_missing_type</a><span class="Delimiter">(</span>known<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>out<span class="Delimiter">),</span> caller<span class="Delimiter">);</span> +<span id="L33" class="LineNr"> 33 </span> <a href='046check_type_by_name.cc.html#L59'>check_type</a><span class="Delimiter">(</span>known<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>out<span class="Delimiter">),</span> caller<span class="Delimiter">);</span> +<span id="L34" class="LineNr"> 34 </span> <span class="Delimiter">}</span> <span id="L35" class="LineNr"> 35 </span> <span class="Delimiter">}</span> <span id="L36" class="LineNr"> 36 </span><span class="Delimiter">}</span> <span id="L37" class="LineNr"> 37 </span> @@ -103,20 +102,20 @@ if ('onhashchange' in window) { <span id="L39" class="LineNr"> 39 </span> <span class="Comment">// Deduce Missing Type(x, caller)</span> <span id="L40" class="LineNr"> 40 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L41" class="LineNr"> 41 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='041jump_target.cc.html#L11'>is_jump_target</a><span class="Delimiter">(</span>x<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span> x<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"label"</span><span class="Delimiter">);</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L42" class="LineNr"> 42 </span> x<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"label"</span><span class="Delimiter">);</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L44" class="LineNr"> 44 </span> <span class="Delimiter">}</span> <span id="L45" class="LineNr"> 45 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>known<span class="Delimiter">.</span>find<span class="Delimiter">(</span>x<span class="Delimiter">)</span> == known<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L46" class="LineNr"> 46 </span> <span class="Normal">const</span> reagent& exemplar = *known<span class="Delimiter">.</span>find<span class="Delimiter">(</span>x<span class="Delimiter">);</span> <span id="L47" class="LineNr"> 47 </span> x<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*exemplar<span class="Delimiter">.</span>type<span class="Delimiter">);</span> <span id="L48" class="LineNr"> 48 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << x<span class="Delimiter">.</span>name << <span class="Constant">" <= "</span> << names_to_string<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L49" class="LineNr"> 49 </span> <span class="Comment">// spaces are special; their type includes their /names property</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='043space.cc.html#L106'>is_mu_space</a><span class="Delimiter">(</span>x<span class="Delimiter">)</span> && !has_property<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Constant">"names"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_property<span class="Delimiter">(</span>exemplar<span class="Delimiter">,</span> <span class="Constant">"names"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"missing /names property for space variable '"</span> << exemplar<span class="Delimiter">.</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"names"</span><span class="Delimiter">,</span> <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>*property<span class="Delimiter">(</span>exemplar<span class="Delimiter">,</span> <span class="Constant">"names"</span><span class="Delimiter">))));</span> +<span id="L50" class="LineNr"> 50 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='043space.cc.html#L104'>is_mu_space</a><span class="Delimiter">(</span>x<span class="Delimiter">)</span> && !has_property<span class="Delimiter">(</span>x<span class="Delimiter">,</span> <span class="Constant">"names"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L51" class="LineNr"> 51 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_property<span class="Delimiter">(</span>exemplar<span class="Delimiter">,</span> <span class="Constant">"names"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L52" class="LineNr"> 52 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"missing /names property for space variable '"</span> << exemplar<span class="Delimiter">.</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L53" class="LineNr"> 53 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L54" class="LineNr"> 54 </span> <span class="Delimiter">}</span> +<span id="L55" class="LineNr"> 55 </span> x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"names"</span><span class="Delimiter">,</span> <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>*property<span class="Delimiter">(</span>exemplar<span class="Delimiter">,</span> <span class="Constant">"names"</span><span class="Delimiter">))));</span> <span id="L56" class="LineNr"> 56 </span> <span class="Delimiter">}</span> <span id="L57" class="LineNr"> 57 </span><span class="Delimiter">}</span> <span id="L58" class="LineNr"> 58 </span> @@ -125,27 +124,27 @@ if ('onhashchange' in window) { <span id="L61" class="LineNr"> 61 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_integer<span class="Delimiter">(</span>x<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// if you use raw locations you're probably doing something unsafe</span> <span id="L62" class="LineNr"> 62 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// might get filled in by other logic later</span> <span id="L63" class="LineNr"> 63 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='041jump_target.cc.html#L11'>is_jump_target</a><span class="Delimiter">(</span>x<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom || x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name != <span class="Constant">"label"</span><span class="Delimiter">)</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"non-label '"</span> << x<span class="Delimiter">.</span>name << <span class="Constant">"' must begin with a letter</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L64" class="LineNr"> 64 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom || x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name != <span class="Constant">"label"</span><span class="Delimiter">)</span> +<span id="L65" class="LineNr"> 65 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"non-label '"</span> << x<span class="Delimiter">.</span>name << <span class="Constant">"' must begin with a letter</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L66" class="LineNr"> 66 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L67" class="LineNr"> 67 </span> <span class="Delimiter">}</span> <span id="L68" class="LineNr"> 68 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>known<span class="Delimiter">.</span>find<span class="Delimiter">(</span>x<span class="Delimiter">)</span> == known<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << x<span class="Delimiter">.</span>name << <span class="Constant">" => "</span> << names_to_string<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> known<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>x<span class="Delimiter">);</span> +<span id="L69" class="LineNr"> 69 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << x<span class="Delimiter">.</span>name << <span class="Constant">" => "</span> << names_to_string<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L70" class="LineNr"> 70 </span> known<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>x<span class="Delimiter">);</span> <span id="L71" class="LineNr"> 71 </span> <span class="Delimiter">}</span> <span id="L72" class="LineNr"> 72 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match<span class="Delimiter">(</span>known<span class="Delimiter">.</span>find<span class="Delimiter">(</span>x<span class="Delimiter">)-></span>type<span class="Delimiter">,</span> x<span class="Delimiter">.</span>type<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << x<span class="Delimiter">.</span>name << <span class="Constant">"' used with multiple types</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L73" class="LineNr"> 73 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << x<span class="Delimiter">.</span>name << <span class="Constant">"' used with multiple types</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L74" class="LineNr"> 74 </span> <span class="Identifier">return</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="Normal">if</span> <span class="Delimiter">(</span>is_mu_array<span class="Delimiter">(</span>x<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << x<span class="Delimiter">.</span>name << <span class="Constant">": can't be just an array. What is it an array of?</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << caller<span class="Delimiter">.</span>name << <span class="Constant">" can't determine the size of array variable '"</span> << x<span class="Delimiter">.</span>name << <span class="Constant">"'. Either allocate it separately and make the type of '"</span> << x<span class="Delimiter">.</span>name << <span class="Constant">"' an address, or specify the length of the array in the type of '"</span> << x<span class="Delimiter">.</span>name << <span class="Constant">"'.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L77" class="LineNr"> 77 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L78" class="LineNr"> 78 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << x<span class="Delimiter">.</span>name << <span class="Constant">": can't be just an array. What is it an array of?</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Delimiter">}</span> +<span id="L81" class="LineNr"> 81 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">-></span>right<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L82" class="LineNr"> 82 </span> <a href='003trace.cc.html#L174'>raise</a> << caller<span class="Delimiter">.</span>name << <span class="Constant">" can't determine the size of array variable '"</span> << x<span class="Delimiter">.</span>name << <span class="Constant">"'. Either allocate it separately and make the type of '"</span> << x<span class="Delimiter">.</span>name << <span class="Constant">"' an address, or specify the length of the array in the type of '"</span> << x<span class="Delimiter">.</span>name << <span class="Constant">"'.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Delimiter">}</span> <span id="L85" class="LineNr"> 85 </span> <span class="Delimiter">}</span> <span id="L86" class="LineNr"> 86 </span><span class="Delimiter">}</span> <span id="L87" class="LineNr"> 87 </span> diff --git a/html/050scenario.cc.html b/html/050scenario.cc.html index 01c3e6e6..05fe6e24 100644 --- a/html/050scenario.cc.html +++ b/html/050scenario.cc.html @@ -16,21 +16,20 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .LineNr { color: #444444; } +.Delimiter { color: #800080; } +.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .SalientComment { color: #00ffff; } .CommentedCode { color: #6c6c6c; } +.traceAbsent { color: #c00000; } +.Constant { color: #00a0a0; } .muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.cSpecial { color: #008000; } +.Special { color: #c00000; } .Identifier { color: #c0a020; } -.Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } -.traceAbsent { color: #c00000; } -.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } +.cSpecial { color: #008000; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.traceContains { color: #008000; } --> </style> @@ -74,10 +73,10 @@ if ('onhashchange' in window) { <span id="L7" class="LineNr"> 7 </span><span class="Delimiter">:(scenario scenario_block)</span> <span id="L8" class="LineNr"> 8 </span><span class="muScenario"><a href='050scenario.cc.html#L57'>scenario</a></span> foo [ <span id="L9" class="LineNr"> 9 </span> run [ -<span id="L10" class="LineNr"> 10 </span> <span class="Conceal">¦</span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">13</span> +<span id="L10" class="LineNr"> 10 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">13</span> <span id="L11" class="LineNr"> 11 </span> ] <span id="L12" class="LineNr"> 12 </span> memory-should-contain [ -<span id="L13" class="LineNr"> 13 </span> <span class="Conceal">¦</span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">13</span> +<span id="L13" class="LineNr"> 13 </span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">13</span> <span id="L14" class="LineNr"> 14 </span> ] <span id="L15" class="LineNr"> 15 </span>] <span id="L16" class="LineNr"> 16 </span><span class="Comment"># checks are inside scenario</span> @@ -85,17 +84,17 @@ if ('onhashchange' in window) { <span id="L18" class="LineNr"> 18 </span><span class="Delimiter">:(scenario scenario_multiple_blocks)</span> <span id="L19" class="LineNr"> 19 </span><span class="muScenario"><a href='050scenario.cc.html#L57'>scenario</a></span> foo [ <span id="L20" class="LineNr"> 20 </span> run [ -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">13</span> +<span id="L21" class="LineNr"> 21 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">13</span> <span id="L22" class="LineNr"> 22 </span> ] <span id="L23" class="LineNr"> 23 </span> memory-should-contain [ -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">13</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">13</span> <span id="L25" class="LineNr"> 25 </span> ] <span id="L26" class="LineNr"> 26 </span> run [ -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">13</span> +<span id="L27" class="LineNr"> 27 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">13</span> <span id="L28" class="LineNr"> 28 </span> ] <span id="L29" class="LineNr"> 29 </span> memory-should-contain [ -<span id="L30" class="LineNr"> 30 </span> <span class="Conceal">¦</span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">13</span> -<span id="L31" class="LineNr"> 31 </span> <span class="Conceal">¦</span> <span class="Constant">2</span><span class="Special"> <- </span><span class="Constant">13</span> +<span id="L30" class="LineNr"> 30 </span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">13</span> +<span id="L31" class="LineNr"> 31 </span> <span class="Constant">2</span><span class="Special"> <- </span><span class="Constant">13</span> <span id="L32" class="LineNr"> 32 </span> ] <span id="L33" class="LineNr"> 33 </span>] <span id="L34" class="LineNr"> 34 </span><span class="Comment"># checks are inside scenario</span> @@ -103,17 +102,17 @@ if ('onhashchange' in window) { <span id="L36" class="LineNr"> 36 </span><span class="Delimiter">:(scenario scenario_check_memory_and_trace)</span> <span id="L37" class="LineNr"> 37 </span><span class="muScenario"><a href='050scenario.cc.html#L57'>scenario</a></span> foo [ <span id="L38" class="LineNr"> 38 </span> run [ -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">13</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a> <span class="Constant">1</span><span class="Delimiter">,</span> [a]<span class="Delimiter">,</span> [a b c] +<span id="L39" class="LineNr"> 39 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">13</span> +<span id="L40" class="LineNr"> 40 </span> <a href='003trace.cc.html#L167'>trace</a> <span class="Constant">1</span><span class="Delimiter">,</span> [a]<span class="Delimiter">,</span> [a b c] <span id="L41" class="LineNr"> 41 </span> ] <span id="L42" class="LineNr"> 42 </span> memory-should-contain [ -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">13</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">13</span> <span id="L44" class="LineNr"> 44 </span> ] <span id="L45" class="LineNr"> 45 </span> trace-should-contain [ -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> a: a b c +<span id="L46" class="LineNr"> 46 </span> <span class="Normal">a</span>: a b c <span id="L47" class="LineNr"> 47 </span> ] <span id="L48" class="LineNr"> 48 </span> trace-should-<span class="Normal">not</span>-contain [ -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span> a: x y z +<span id="L49" class="LineNr"> 49 </span> <span class="Normal">a</span>: x y z <span id="L50" class="LineNr"> 50 </span> ] <span id="L51" class="LineNr"> 51 </span>] <span id="L52" class="LineNr"> 52 </span><span class="Comment"># checks are inside scenario</span> @@ -125,8 +124,8 @@ if ('onhashchange' in window) { <span id="L58" class="LineNr"> 58 </span> string name<span class="Delimiter">;</span> <span id="L59" class="LineNr"> 59 </span> string to_run<span class="Delimiter">;</span> <span id="L60" class="LineNr"> 60 </span> <span class="Normal">void</span> <a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> name<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> to_run<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> +<span id="L61" class="LineNr"> 61 </span> name<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> +<span id="L62" class="LineNr"> 62 </span> to_run<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L63" class="LineNr"> 63 </span> <span class="Delimiter">}</span> <span id="L64" class="LineNr"> 64 </span><span class="Delimiter">};</span> <span id="L65" class="LineNr"> 65 </span> @@ -147,7 +146,7 @@ if ('onhashchange' in window) { <span id="L80" class="LineNr"> 80 </span><span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>command == <span class="Constant">"scenario"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L81" class="LineNr"> 81 </span> <a href='050scenario.cc.html#L57'>scenario</a> result = <a href='050scenario.cc.html#L91'>parse_scenario</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L82" class="LineNr"> 82 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!result<span class="Delimiter">.</span>name<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> Scenarios<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> +<span id="L83" class="LineNr"> 83 </span> Scenarios<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> <span id="L84" class="LineNr"> 84 </span><span class="Delimiter">}</span> <span id="L85" class="LineNr"> 85 </span><span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>command == <span class="Constant">"pending-scenario"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L86" class="LineNr"> 86 </span> <span class="Comment">// for temporary use only</span> @@ -159,32 +158,32 @@ if ('onhashchange' in window) { <span id="L92" class="LineNr"> 92 </span> <a href='050scenario.cc.html#L57'>scenario</a> result<span class="Delimiter">;</span> <span id="L93" class="LineNr"> 93 </span> result<span class="Delimiter">.</span>name = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L94" class="LineNr"> 94 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Scenario_names<span class="Delimiter">,</span> result<span class="Delimiter">.</span>name<span class="Delimiter">))</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"duplicate <a href='050scenario.cc.html#L57'>scenario</a> name: '"</span> << result<span class="Delimiter">.</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L95" class="LineNr"> 95 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"duplicate <a href='050scenario.cc.html#L57'>scenario</a> name: '"</span> << result<span class="Delimiter">.</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L96" class="LineNr"> 96 </span> Scenario_names<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>result<span class="Delimiter">.</span>name<span class="Delimiter">);</span> <span id="L97" class="LineNr"> 97 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">.</span>name<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete <a href='050scenario.cc.html#L57'>scenario</a> at <a href='003trace.cc.html#L203'>end</a> of file</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L98" class="LineNr"> 98 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L99" class="LineNr"> 99 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete <a href='050scenario.cc.html#L57'>scenario</a> at <a href='003trace.cc.html#L203'>end</a> of file</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L100" class="LineNr">100 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L101" class="LineNr">101 </span> <span class="Delimiter">}</span> <span id="L102" class="LineNr">102 </span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L103" class="LineNr">103 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> != <span class="Constant">'['</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L104" class="LineNr">104 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"Expected '[' after <a href='050scenario.cc.html#L57'>scenario</a> '"</span> << result<span class="Delimiter">.</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L105" class="LineNr">105 </span> <span class="Conceal">¦</span> exit<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L104" class="LineNr">104 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"Expected '[' after <a href='050scenario.cc.html#L57'>scenario</a> '"</span> << result<span class="Delimiter">.</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L105" class="LineNr">105 </span> exit<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L106" class="LineNr">106 </span> <span class="Delimiter">}</span> <span id="L107" class="LineNr">107 </span> <span class="Comment">// scenarios are take special 'code' strings so we need to ignore brackets</span> <span id="L108" class="LineNr">108 </span> <span class="Comment">// inside comments</span> <span id="L109" class="LineNr">109 </span> result<span class="Delimiter">.</span>to_run = <a href='014literal_string.cc.html#L33'>slurp_quoted</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L110" class="LineNr">110 </span> <span class="Comment">// delete [] delimiters</span> <span id="L111" class="LineNr">111 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!starts_with<span class="Delimiter">(</span>result<span class="Delimiter">.</span>to_run<span class="Delimiter">,</span> <span class="Constant">"["</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"scenario "</span> << result<span class="Delimiter">.</span>name << <span class="Constant">" should start with '['</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L112" class="LineNr">112 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"scenario "</span> << result<span class="Delimiter">.</span>name << <span class="Constant">" should start with '['</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L113" class="LineNr">113 </span> result<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> +<span id="L114" class="LineNr">114 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L115" class="LineNr">115 </span> <span class="Delimiter">}</span> <span id="L116" class="LineNr">116 </span> result<span class="Delimiter">.</span>to_run<span class="Delimiter">.</span>erase<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> <span id="L117" class="LineNr">117 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">.</span>to_run<span class="Delimiter">.</span>at<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>result<span class="Delimiter">.</span>to_run<span class="Delimiter">)</span>-<span class="Constant">1</span><span class="Delimiter">)</span> != <span class="Constant">']'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"scenario "</span> << result<span class="Delimiter">.</span>name << <span class="Constant">" has an unbalanced '['</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L118" class="LineNr">118 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"scenario "</span> << result<span class="Delimiter">.</span>name << <span class="Constant">" has an unbalanced '['</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L119" class="LineNr">119 </span> result<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> +<span id="L120" class="LineNr">120 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L121" class="LineNr">121 </span> <span class="Delimiter">}</span> <span id="L122" class="LineNr">122 </span> result<span class="Delimiter">.</span>to_run<span class="Delimiter">.</span>erase<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>result<span class="Delimiter">.</span>to_run<span class="Delimiter">)</span>-<span class="Constant">1</span><span class="Delimiter">);</span> <span id="L123" class="LineNr">123 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> @@ -228,9 +227,9 @@ if ('onhashchange' in window) { <span id="L161" class="LineNr">161 </span> cerr << <span class="Constant">"Mu tests: "</span> << ctime<span class="Delimiter">(</span>&t<span class="Delimiter">);</span> <span id="L162" class="LineNr">162 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < Num_core_mu_scenarios<span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L163" class="LineNr">163 </span><span class="CommentedCode">//? cerr << '\n' << i << ": " << Scenarios.at(i).name;</span> -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span> run_mu_scenario<span class="Delimiter">(</span>Scenarios<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Passed<span class="Delimiter">)</span> cerr << <span class="Constant">"."</span><span class="Delimiter">;</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> ++num_failures<span class="Delimiter">;</span> +<span id="L164" class="LineNr">164 </span> run_mu_scenario<span class="Delimiter">(</span>Scenarios<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L165" class="LineNr">165 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Passed<span class="Delimiter">)</span> cerr << <span class="Constant">"."</span><span class="Delimiter">;</span> +<span id="L166" class="LineNr">166 </span> <span class="Normal">else</span> ++num_failures<span class="Delimiter">;</span> <span id="L167" class="LineNr">167 </span> <span class="Delimiter">}</span> <span id="L168" class="LineNr">168 </span> cerr << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> <span id="L169" class="LineNr">169 </span><span class="Delimiter">}</span> @@ -240,9 +239,9 @@ if ('onhashchange' in window) { <span id="L173" class="LineNr">173 </span> cerr << <span class="Constant">"App tests: "</span> << ctime<span class="Delimiter">(</span>&t<span class="Delimiter">);</span> <span id="L174" class="LineNr">174 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = Num_core_mu_scenarios<span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Scenarios<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L175" class="LineNr">175 </span><span class="CommentedCode">//? cerr << '\n' << i << ": " << Scenarios.at(i).name;</span> -<span id="L176" class="LineNr">176 </span> <span class="Conceal">¦</span> run_mu_scenario<span class="Delimiter">(</span>Scenarios<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Passed<span class="Delimiter">)</span> cerr << <span class="Constant">"."</span><span class="Delimiter">;</span> -<span id="L178" class="LineNr">178 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> ++num_failures<span class="Delimiter">;</span> +<span id="L176" class="LineNr">176 </span> run_mu_scenario<span class="Delimiter">(</span>Scenarios<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L177" class="LineNr">177 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Passed<span class="Delimiter">)</span> cerr << <span class="Constant">"."</span><span class="Delimiter">;</span> +<span id="L178" class="LineNr">178 </span> <span class="Normal">else</span> ++num_failures<span class="Delimiter">;</span> <span id="L179" class="LineNr">179 </span> <span class="Delimiter">}</span> <span id="L180" class="LineNr">180 </span> cerr << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> <span id="L181" class="LineNr">181 </span><span class="Delimiter">}</span> @@ -264,13 +263,13 @@ if ('onhashchange' in window) { <span id="L197" class="LineNr">197 </span><span class="Delimiter">:(after "Test Runs")</span> <span id="L198" class="LineNr">198 </span><span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Scenarios<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L199" class="LineNr">199 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Scenarios<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name == argv[argc-<span class="Constant">1</span>]<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Start_tracing<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L201" class="LineNr">201 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Trace_stream = <span class="Normal">new</span> trace_stream<span class="Delimiter">;</span> -<span id="L202" class="LineNr">202 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Save_trace = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L203" class="LineNr">203 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L204" class="LineNr">204 </span> <span class="Conceal">¦</span> run_mu_scenario<span class="Delimiter">(</span>Scenarios<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L205" class="LineNr">205 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Passed<span class="Delimiter">)</span> cerr << <span class="Constant">".</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L206" class="LineNr">206 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L200" class="LineNr">200 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Start_tracing<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L201" class="LineNr">201 </span> Trace_stream = <span class="Normal">new</span> trace_stream<span class="Delimiter">;</span> +<span id="L202" class="LineNr">202 </span> Save_trace = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L203" class="LineNr">203 </span> <span class="Delimiter">}</span> +<span id="L204" class="LineNr">204 </span> run_mu_scenario<span class="Delimiter">(</span>Scenarios<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L205" class="LineNr">205 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Passed<span class="Delimiter">)</span> cerr << <span class="Constant">".</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L206" class="LineNr">206 </span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L207" class="LineNr">207 </span> <span class="Delimiter">}</span> <span id="L208" class="LineNr">208 </span><span class="Delimiter">}</span> <span id="L209" class="LineNr">209 </span> @@ -283,28 +282,28 @@ if ('onhashchange' in window) { <span id="L216" class="LineNr">216 </span> <span class="Normal">bool</span> not_already_inside_test = !Trace_stream<span class="Delimiter">;</span> <span id="L217" class="LineNr">217 </span><span class="CommentedCode">//? cerr << s.name << '\n';</span> <span id="L218" class="LineNr">218 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>not_already_inside_test<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L219" class="LineNr">219 </span> <span class="Conceal">¦</span> Trace_stream = <span class="Normal">new</span> trace_stream<span class="Delimiter">;</span> -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span> <a href='000organization.cc.html#L134'>reset</a><span class="Delimiter">();</span> +<span id="L219" class="LineNr">219 </span> Trace_stream = <span class="Normal">new</span> trace_stream<span class="Delimiter">;</span> +<span id="L220" class="LineNr">220 </span> <a href='000organization.cc.html#L134'>reset</a><span class="Delimiter">();</span> <span id="L221" class="LineNr">221 </span> <span class="Delimiter">}</span> <span id="L222" class="LineNr">222 </span> vector<recipe_ordinal> tmp = load<span class="Delimiter">(</span><span class="Constant">"recipe scenario_"</span>+s<span class="Delimiter">.</span>name+<span class="Constant">" [ "</span>+s<span class="Delimiter">.</span>to_run+<span class="Constant">" ]"</span><span class="Delimiter">);</span> <span id="L223" class="LineNr">223 </span> mark_autogenerated<span class="Delimiter">(</span>tmp<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L224" class="LineNr">224 </span> bind_special_scenario_names<span class="Delimiter">(</span>tmp<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L225" class="LineNr">225 </span> <a href='012transform.cc.html#L46'>transform_all</a><span class="Delimiter">();</span> <span id="L226" class="LineNr">226 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!trace_contains_errors<span class="Delimiter">())</span> -<span id="L227" class="LineNr">227 </span> <span class="Conceal">¦</span> run<span class="Delimiter">(</span>tmp<span class="Delimiter">.</span>front<span class="Delimiter">());</span> +<span id="L227" class="LineNr">227 </span> run<span class="Delimiter">(</span>tmp<span class="Delimiter">.</span>front<span class="Delimiter">());</span> <span id="L228" class="LineNr">228 </span> <span class="Comment">// End Mu Test Teardown</span> <span id="L229" class="LineNr">229 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors && <a href='003trace.cc.html#L198'>trace_contains_errors</a><span class="Delimiter">()</span> && !Scenario_testing_scenario<span class="Delimiter">)</span> -<span id="L230" class="LineNr">230 </span> <span class="Conceal">¦</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L230" class="LineNr">230 </span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L231" class="LineNr">231 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>not_already_inside_test && Trace_stream<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L232" class="LineNr">232 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Save_trace<span class="Delimiter">)</span> Trace_stream<span class="Delimiter">-></span><a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">();</span> -<span id="L233" class="LineNr">233 </span> <span class="Conceal">¦</span> <span class="Normal">delete</span> Trace_stream<span class="Delimiter">;</span> -<span id="L234" class="LineNr">234 </span> <span class="Conceal">¦</span> Trace_stream = <span class="Constant">NULL</span><span class="Delimiter">;</span> +<span id="L232" class="LineNr">232 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Save_trace<span class="Delimiter">)</span> Trace_stream<span class="Delimiter">-></span><a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">();</span> +<span id="L233" class="LineNr">233 </span> <span class="Normal">delete</span> Trace_stream<span class="Delimiter">;</span> +<span id="L234" class="LineNr">234 </span> Trace_stream = <span class="Constant">NULL</span><span class="Delimiter">;</span> <span id="L235" class="LineNr">235 </span> <span class="Delimiter">}</span> <span id="L236" class="LineNr">236 </span> Current_scenario = <span class="Constant">NULL</span><span class="Delimiter">;</span> <span id="L237" class="LineNr">237 </span><span class="Delimiter">}</span> <span id="L238" class="LineNr">238 </span> <span id="L239" class="LineNr">239 </span><span class="Comment">//: Permit numeric locations to be accessed in scenarios.</span> -<span id="L240" class="LineNr">240 </span><span class="Delimiter">:(before "End check_default_space Special-cases")</span> +<span id="L240" class="LineNr">240 </span><span class="Delimiter">:(before "End <a href='043space.cc.html#L225'>check_default_space</a> Special-cases")</span> <span id="L241" class="LineNr">241 </span><span class="Comment">// user code should never create recipes with underscores in their names</span> <span id="L242" class="LineNr">242 </span><span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L77'>starts_with</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">,</span> <span class="Constant">"scenario_"</span><span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// skip Mu scenarios which will use raw memory locations</span> <span id="L243" class="LineNr">243 </span><span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L77'>starts_with</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">,</span> <span class="Constant">"run_"</span><span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// skip calls to 'run', which should be in scenarios and will also use raw memory locations</span> @@ -329,7 +328,7 @@ if ('onhashchange' in window) { <span id="L262" class="LineNr">262 </span><span class="Normal">void</span> maybe_make_raw<span class="Delimiter">(</span>reagent& r<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& caller<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L263" class="LineNr">263 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_special_name<span class="Delimiter">(</span>r<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L264" class="LineNr">264 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L77'>starts_with</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">,</span> <span class="Constant">"scenario_"</span><span class="Delimiter">))</span> -<span id="L265" class="LineNr">265 </span> <span class="Conceal">¦</span> r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"raw"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> +<span id="L265" class="LineNr">265 </span> r<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"raw"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> <span id="L266" class="LineNr">266 </span> <span class="Comment">// End maybe_make_raw</span> <span id="L267" class="LineNr">267 </span><span class="Delimiter">}</span> <span id="L268" class="LineNr">268 </span> @@ -343,10 +342,10 @@ if ('onhashchange' in window) { <span id="L276" class="LineNr">276 </span><span class="Normal">void</span> test_maybe_make_raw<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L277" class="LineNr">277 </span> <span class="Comment">// check that scenarios can use local-scope and special variables together</span> <span id="L278" class="LineNr">278 </span> vector<recipe_ordinal> tmp = load<span class="Delimiter">(</span> -<span id="L279" class="LineNr">279 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"def scenario_foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L280" class="LineNr">280 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" local-scope</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L281" class="LineNr">281 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" __maybe_make_raw_test__:num <- copy 34</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L282" class="LineNr">282 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L279" class="LineNr">279 </span> <span class="Constant">"def scenario_foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L280" class="LineNr">280 </span> <span class="Constant">" local-scope</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L281" class="LineNr">281 </span> <span class="Constant">" __maybe_make_raw_test__:num <- copy 34</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L282" class="LineNr">282 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L283" class="LineNr">283 </span> mark_autogenerated<span class="Delimiter">(</span>tmp<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L284" class="LineNr">284 </span> bind_special_scenario_names<span class="Delimiter">(</span>tmp<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L285" class="LineNr">285 </span> <a href='012transform.cc.html#L46'>transform_all</a><span class="Delimiter">();</span> @@ -371,7 +370,7 @@ if ('onhashchange' in window) { <span id="L304" class="LineNr">304 </span><span class="Special">% Hide_errors = true;</span> <span id="L305" class="LineNr">305 </span><span class="muScenario"><a href='050scenario.cc.html#L57'>scenario</a></span> foo [ <span id="L306" class="LineNr">306 </span> memory-should-contain [ -<span id="L307" class="LineNr">307 </span> <span class="Conceal">¦</span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">0</span> +<span id="L307" class="LineNr">307 </span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">0</span> <span id="L308" class="LineNr">308 </span> <span class="Comment"># missing ']'</span> <span id="L309" class="LineNr">309 </span>] <span id="L310" class="LineNr">310 </span><span class="Comment"># no crash</span> @@ -397,7 +396,7 @@ if ('onhashchange' in window) { <span id="L330" class="LineNr">330 </span><span class="Delimiter">:(scenario run)</span> <span id="L331" class="LineNr">331 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L332" class="LineNr">332 </span> run [ -<span id="L333" class="LineNr">333 </span> <span class="Conceal">¦</span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">13</span> +<span id="L333" class="LineNr">333 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">13</span> <span id="L334" class="LineNr">334 </span> ] <span id="L335" class="LineNr">335 </span>] <span id="L336" class="LineNr">336 </span><span class="traceContains">+mem: storing 13 in location 1</span> @@ -414,10 +413,10 @@ if ('onhashchange' in window) { <span id="L347" class="LineNr">347 </span><span class="Delimiter">:(scenario run_multiple)</span> <span id="L348" class="LineNr">348 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L349" class="LineNr">349 </span> run [ -<span id="L350" class="LineNr">350 </span> <span class="Conceal">¦</span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">13</span> +<span id="L350" class="LineNr">350 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">13</span> <span id="L351" class="LineNr">351 </span> ] <span id="L352" class="LineNr">352 </span> run [ -<span id="L353" class="LineNr">353 </span> <span class="Conceal">¦</span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">13</span> +<span id="L353" class="LineNr">353 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">13</span> <span id="L354" class="LineNr">354 </span> ] <span id="L355" class="LineNr">355 </span>] <span id="L356" class="LineNr">356 </span><span class="traceContains">+mem: storing 13 in location 1</span> @@ -436,7 +435,7 @@ if ('onhashchange' in window) { <span id="L369" class="LineNr">369 </span><span class="Special">% Hide_errors = true;</span> <span id="L370" class="LineNr">370 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L371" class="LineNr">371 </span> memory-should-contain [ -<span id="L372" class="LineNr">372 </span> <span class="Conceal">¦</span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">13</span> +<span id="L372" class="LineNr">372 </span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">13</span> <span id="L373" class="LineNr">373 </span> ] <span id="L374" class="LineNr">374 </span>] <span id="L375" class="LineNr">375 </span><span class="traceContains">+run: checking location 1</span> @@ -463,77 +462,77 @@ if ('onhashchange' in window) { <span id="L396" class="LineNr">396 </span> in >> std::noskipws<span class="Delimiter">;</span> <span id="L397" class="LineNr">397 </span> set<<span class="Normal">int</span>> locations_checked<span class="Delimiter">;</span> <span id="L398" class="LineNr">398 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><span class="Constant">true</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L399" class="LineNr">399 </span> <span class="Conceal">¦</span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L400" class="LineNr">400 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L401" class="LineNr">401 </span> <span class="Conceal">¦</span> string lhs = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L402" class="LineNr">402 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>lhs<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L403" class="LineNr">403 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L404" class="LineNr">404 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"incomplete 'memory-should-contain' block at <a href='003trace.cc.html#L203'>end</a> of file (0)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L405" class="LineNr">405 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L406" class="LineNr">406 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L407" class="LineNr">407 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_integer<span class="Delimiter">(</span>lhs<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L408" class="LineNr">408 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='046check_type_by_name.cc.html#L59'>check_type</a><span class="Delimiter">(</span>lhs<span class="Delimiter">,</span> in<span class="Delimiter">);</span> -<span id="L409" class="LineNr">409 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L410" class="LineNr">410 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L411" class="LineNr">411 </span> <span class="Conceal">¦</span> <span class="Normal">int</span> <a href='043space.cc.html#L82'>address</a> = to_integer<span class="Delimiter">(</span>lhs<span class="Delimiter">);</span> -<span id="L412" class="LineNr">412 </span> <span class="Conceal">¦</span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L413" class="LineNr">413 </span> <span class="Conceal">¦</span> string _assign<span class="Delimiter">;</span> in >> _assign<span class="Delimiter">;</span> assert<span class="Delimiter">(</span>_assign == <span class="Constant">"<-"</span><span class="Delimiter">);</span> -<span id="L414" class="LineNr">414 </span> <span class="Conceal">¦</span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L415" class="LineNr">415 </span> <span class="Conceal">¦</span> string rhs = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L416" class="LineNr">416 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>rhs<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L417" class="LineNr">417 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L418" class="LineNr">418 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"incomplete 'memory-should-contain' block at <a href='003trace.cc.html#L203'>end</a> of file (1)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L419" class="LineNr">419 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L420" class="LineNr">420 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L421" class="LineNr">421 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_integer<span class="Delimiter">(</span>rhs<span class="Delimiter">)</span> && !is_noninteger<span class="Delimiter">(</span>rhs<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L422" class="LineNr">422 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L423" class="LineNr">423 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"location '"</span> << address << <span class="Constant">"' can't contain non-number "</span> << rhs << <span class="cSpecial">'\n'</span> << end<span class="Delimiter">();</span> -<span id="L424" class="LineNr">424 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L425" class="LineNr">425 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L426" class="LineNr">426 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L427" class="LineNr">427 </span> <span class="Conceal">¦</span> <span class="Normal">double</span> value = <a href='015literal_noninteger.cc.html#L26'>to_double</a><span class="Delimiter">(</span>rhs<span class="Delimiter">);</span> -<span id="L428" class="LineNr">428 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>locations_checked<span class="Delimiter">,</span> <a href='043space.cc.html#L82'>address</a><span class="Delimiter">))</span> -<span id="L429" class="LineNr">429 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"duplicate expectation for location '"</span> << address << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L430" class="LineNr">430 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"checking location "</span> << <a href='043space.cc.html#L82'>address</a> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L431" class="LineNr">431 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <a href='043space.cc.html#L82'>address</a><span class="Delimiter">)</span> != value<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L432" class="LineNr">432 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L433" class="LineNr">433 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected location '"</span> << address << <span class="Constant">"' to contain "</span> << no_scientific<span class="Delimiter">(</span>value<span class="Delimiter">)</span> << <span class="Constant">" but saw "</span> << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <a href='043space.cc.html#L82'>address</a><span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L434" class="LineNr">434 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L435" class="LineNr">435 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L436" class="LineNr">436 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L437" class="LineNr">437 </span> <span class="Conceal">¦</span> locations_checked<span class="Delimiter">.</span>insert<span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">);</span> +<span id="L399" class="LineNr">399 </span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L400" class="LineNr">400 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L401" class="LineNr">401 </span> string lhs = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L402" class="LineNr">402 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>lhs<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L403" class="LineNr">403 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L404" class="LineNr">404 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"incomplete 'memory-should-contain' block at <a href='003trace.cc.html#L203'>end</a> of file (0)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L405" class="LineNr">405 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L406" class="LineNr">406 </span> <span class="Delimiter">}</span> +<span id="L407" class="LineNr">407 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_integer<span class="Delimiter">(</span>lhs<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L408" class="LineNr">408 </span> <a href='046check_type_by_name.cc.html#L59'>check_type</a><span class="Delimiter">(</span>lhs<span class="Delimiter">,</span> in<span class="Delimiter">);</span> +<span id="L409" class="LineNr">409 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L410" class="LineNr">410 </span> <span class="Delimiter">}</span> +<span id="L411" class="LineNr">411 </span> <span class="Normal">int</span> <a href='043space.cc.html#L80'>address</a> = to_integer<span class="Delimiter">(</span>lhs<span class="Delimiter">);</span> +<span id="L412" class="LineNr">412 </span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L413" class="LineNr">413 </span> string _assign<span class="Delimiter">;</span> in >> _assign<span class="Delimiter">;</span> assert<span class="Delimiter">(</span>_assign == <span class="Constant">"<-"</span><span class="Delimiter">);</span> +<span id="L414" class="LineNr">414 </span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L415" class="LineNr">415 </span> string rhs = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L416" class="LineNr">416 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>rhs<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L417" class="LineNr">417 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L418" class="LineNr">418 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"incomplete 'memory-should-contain' block at <a href='003trace.cc.html#L203'>end</a> of file (1)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L419" class="LineNr">419 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L420" class="LineNr">420 </span> <span class="Delimiter">}</span> +<span id="L421" class="LineNr">421 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_integer<span class="Delimiter">(</span>rhs<span class="Delimiter">)</span> && !is_noninteger<span class="Delimiter">(</span>rhs<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L422" class="LineNr">422 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L423" class="LineNr">423 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"location '"</span> << address << <span class="Constant">"' can't contain non-number "</span> << rhs << <span class="cSpecial">'\n'</span> << end<span class="Delimiter">();</span> +<span id="L424" class="LineNr">424 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L425" class="LineNr">425 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L426" class="LineNr">426 </span> <span class="Delimiter">}</span> +<span id="L427" class="LineNr">427 </span> <span class="Normal">double</span> value = <a href='015literal_noninteger.cc.html#L26'>to_double</a><span class="Delimiter">(</span>rhs<span class="Delimiter">);</span> +<span id="L428" class="LineNr">428 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>locations_checked<span class="Delimiter">,</span> <a href='043space.cc.html#L80'>address</a><span class="Delimiter">))</span> +<span id="L429" class="LineNr">429 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"duplicate expectation for location '"</span> << address << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L430" class="LineNr">430 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"checking location "</span> << <a href='043space.cc.html#L80'>address</a> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L431" class="LineNr">431 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <a href='043space.cc.html#L80'>address</a><span class="Delimiter">)</span> != value<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L432" class="LineNr">432 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L433" class="LineNr">433 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected location '"</span> << address << <span class="Constant">"' to contain "</span> << no_scientific<span class="Delimiter">(</span>value<span class="Delimiter">)</span> << <span class="Constant">" but saw "</span> << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <a href='043space.cc.html#L80'>address</a><span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L434" class="LineNr">434 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L435" class="LineNr">435 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L436" class="LineNr">436 </span> <span class="Delimiter">}</span> +<span id="L437" class="LineNr">437 </span> locations_checked<span class="Delimiter">.</span>insert<span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">);</span> <span id="L438" class="LineNr">438 </span> <span class="Delimiter">}</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="Normal">void</span> <a href='046check_type_by_name.cc.html#L59'>check_type</a><span class="Delimiter">(</span><span class="Normal">const</span> string& lhs<span class="Delimiter">,</span> istream& in<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L442" class="LineNr">442 </span> reagent x<span class="Delimiter">(</span>lhs<span class="Delimiter">);</span> <span id="L443" class="LineNr">443 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_array<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> && is_mu_character<span class="Delimiter">(</span><a href='032array.cc.html#L381'>array_element</a><span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L444" class="LineNr">444 </span> <span class="Conceal">¦</span> x<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>to_integer<span class="Delimiter">(</span>x<span class="Delimiter">.</span>name<span class="Delimiter">));</span> -<span id="L445" class="LineNr">445 </span> <span class="Conceal">¦</span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L446" class="LineNr">446 </span> <span class="Conceal">¦</span> string _assign = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L447" class="LineNr">447 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>_assign<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L448" class="LineNr">448 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L449" class="LineNr">449 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"incomplete 'memory-should-contain' block at <a href='003trace.cc.html#L203'>end</a> of file (2)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L450" class="LineNr">450 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L451" class="LineNr">451 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L452" class="LineNr">452 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>_assign == <span class="Constant">"<-"</span><span class="Delimiter">);</span> -<span id="L453" class="LineNr">453 </span> <span class="Conceal">¦</span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L454" class="LineNr">454 </span> <span class="Conceal">¦</span> string literal = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L455" class="LineNr">455 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>literal<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L456" class="LineNr">456 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L457" class="LineNr">457 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"incomplete 'memory-should-contain' block at <a href='003trace.cc.html#L203'>end</a> of file (3)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L458" class="LineNr">458 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L459" class="LineNr">459 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L460" class="LineNr">460 </span> <span class="Conceal">¦</span> <span class="Normal">int</span> <a href='043space.cc.html#L82'>address</a> = x<span class="Delimiter">.</span>value<span class="Delimiter">;</span> -<span id="L461" class="LineNr">461 </span> <span class="Conceal">¦</span> <span class="Comment">// exclude quoting brackets</span> -<span id="L462" class="LineNr">462 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>*literal<span class="Delimiter">.</span>begin<span class="Delimiter">()</span> != <span class="Constant">'['</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L463" class="LineNr">463 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"array:character types inside 'memory-should-contain' can only be compared with text literals surrounded by [], not '"</span> << literal << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L464" class="LineNr">464 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L465" class="LineNr">465 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L466" class="LineNr">466 </span> <span class="Conceal">¦</span> literal<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>literal<span class="Delimiter">.</span>begin<span class="Delimiter">());</span> -<span id="L467" class="LineNr">467 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>*--literal<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">()</span> == <span class="Constant">']'</span><span class="Delimiter">);</span> literal<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>--literal<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">());</span> -<span id="L468" class="LineNr">468 </span> <span class="Conceal">¦</span> check_mu_text<span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> literal<span class="Delimiter">);</span> -<span id="L469" class="LineNr">469 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L444" class="LineNr">444 </span> x<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>to_integer<span class="Delimiter">(</span>x<span class="Delimiter">.</span>name<span class="Delimiter">));</span> +<span id="L445" class="LineNr">445 </span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L446" class="LineNr">446 </span> string _assign = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L447" class="LineNr">447 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>_assign<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L448" class="LineNr">448 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L449" class="LineNr">449 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"incomplete 'memory-should-contain' block at <a href='003trace.cc.html#L203'>end</a> of file (2)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L450" class="LineNr">450 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L451" class="LineNr">451 </span> <span class="Delimiter">}</span> +<span id="L452" class="LineNr">452 </span> assert<span class="Delimiter">(</span>_assign == <span class="Constant">"<-"</span><span class="Delimiter">);</span> +<span id="L453" class="LineNr">453 </span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L454" class="LineNr">454 </span> string literal = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L455" class="LineNr">455 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>literal<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L456" class="LineNr">456 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L457" class="LineNr">457 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"incomplete 'memory-should-contain' block at <a href='003trace.cc.html#L203'>end</a> of file (3)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L458" class="LineNr">458 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L459" class="LineNr">459 </span> <span class="Delimiter">}</span> +<span id="L460" class="LineNr">460 </span> <span class="Normal">int</span> <a href='043space.cc.html#L80'>address</a> = x<span class="Delimiter">.</span>value<span class="Delimiter">;</span> +<span id="L461" class="LineNr">461 </span> <span class="Comment">// exclude quoting brackets</span> +<span id="L462" class="LineNr">462 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>*literal<span class="Delimiter">.</span>begin<span class="Delimiter">()</span> != <span class="Constant">'['</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L463" class="LineNr">463 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"array:character types inside 'memory-should-contain' can only be compared with text literals surrounded by [], not '"</span> << literal << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L464" class="LineNr">464 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L465" class="LineNr">465 </span> <span class="Delimiter">}</span> +<span id="L466" class="LineNr">466 </span> literal<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>literal<span class="Delimiter">.</span>begin<span class="Delimiter">());</span> +<span id="L467" class="LineNr">467 </span> assert<span class="Delimiter">(</span>*--literal<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">()</span> == <span class="Constant">']'</span><span class="Delimiter">);</span> literal<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>--literal<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">());</span> +<span id="L468" class="LineNr">468 </span> check_mu_text<span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> literal<span class="Delimiter">);</span> +<span id="L469" class="LineNr">469 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L470" class="LineNr">470 </span> <span class="Delimiter">}</span> <span id="L471" class="LineNr">471 </span> <span class="Comment">// End Scenario Type Special-cases</span> <span id="L472" class="LineNr">472 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"don't know how to check memory for '"</span> << lhs << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> @@ -543,20 +542,20 @@ if ('onhashchange' in window) { <span id="L476" class="LineNr">476 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"checking text length at "</span> << start << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L477" class="LineNr">477 </span> <span class="Normal">int</span> <a href='032array.cc.html#L397'>array_length</a> = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> start<span class="Delimiter">));</span> <span id="L478" class="LineNr">478 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='032array.cc.html#L397'>array_length</a> != <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>literal<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L479" class="LineNr">479 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L480" class="LineNr">480 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected location '"</span> << start << <span class="Constant">"' to contain length "</span> << <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>literal<span class="Delimiter">)</span> << <span class="Constant">" of text ["</span> << literal << <span class="Constant">"] but saw "</span> << <a href='032array.cc.html#L397'>array_length</a> << <span class="Constant">" (for text ["</span> << <a href='038new_text.cc.html#L151'>read_mu_characters</a><span class="Delimiter">(</span>start+<span class="Comment">/*</span><span class="Comment">skip length</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> <a href='032array.cc.html#L397'>array_length</a><span class="Delimiter">)</span> << <span class="Constant">"])</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L481" class="LineNr">481 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L482" class="LineNr">482 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L479" class="LineNr">479 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L480" class="LineNr">480 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected location '"</span> << start << <span class="Constant">"' to contain length "</span> << <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>literal<span class="Delimiter">)</span> << <span class="Constant">" of text ["</span> << literal << <span class="Constant">"] but saw "</span> << <a href='032array.cc.html#L397'>array_length</a> << <span class="Constant">" (for text ["</span> << <a href='038new_text.cc.html#L148'>read_mu_characters</a><span class="Delimiter">(</span>start+<span class="Comment">/*</span><span class="Comment">skip length</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> <a href='032array.cc.html#L397'>array_length</a><span class="Delimiter">)</span> << <span class="Constant">"])</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L481" class="LineNr">481 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L482" class="LineNr">482 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L483" class="LineNr">483 </span> <span class="Delimiter">}</span> <span id="L484" class="LineNr">484 </span> <span class="Normal">int</span> curr = start+<span class="Constant">1</span><span class="Delimiter">;</span> <span class="Comment">// now skip length</span> <span id="L485" class="LineNr">485 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>literal<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L486" class="LineNr">486 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"checking location "</span> << curr+i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L487" class="LineNr">487 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr+i<span class="Delimiter">)</span> != literal<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L488" class="LineNr">488 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L489" class="LineNr">489 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected location "</span> << <span class="Delimiter">(</span>curr+i<span class="Delimiter">)</span> << <span class="Constant">" to contain "</span> << literal<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> << <span class="Constant">" but saw "</span> << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr+i<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L490" class="LineNr">490 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L491" class="LineNr">491 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L492" class="LineNr">492 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L486" class="LineNr">486 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"checking location "</span> << curr+i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L487" class="LineNr">487 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr+i<span class="Delimiter">)</span> != literal<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L488" class="LineNr">488 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L489" class="LineNr">489 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected location "</span> << <span class="Delimiter">(</span>curr+i<span class="Delimiter">)</span> << <span class="Constant">" to contain "</span> << literal<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> << <span class="Constant">" but saw "</span> << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr+i<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L490" class="LineNr">490 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L491" class="LineNr">491 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L492" class="LineNr">492 </span> <span class="Delimiter">}</span> <span id="L493" class="LineNr">493 </span> <span class="Delimiter">}</span> <span id="L494" class="LineNr">494 </span><span class="Delimiter">}</span> <span id="L495" class="LineNr">495 </span> @@ -565,8 +564,8 @@ if ('onhashchange' in window) { <span id="L498" class="LineNr">498 </span><span class="Special">% Hide_errors = true;</span> <span id="L499" class="LineNr">499 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L500" class="LineNr">500 </span> memory-should-contain [ -<span id="L501" class="LineNr">501 </span> <span class="Conceal">¦</span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">0</span> -<span id="L502" class="LineNr">502 </span> <span class="Conceal">¦</span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">0</span> +<span id="L501" class="LineNr">501 </span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">0</span> +<span id="L502" class="LineNr">502 </span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">0</span> <span id="L503" class="LineNr">503 </span> ] <span id="L504" class="LineNr">504 </span>] <span id="L505" class="LineNr">505 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: duplicate expectation for location '1'</span> @@ -580,7 +579,7 @@ if ('onhashchange' in window) { <span id="L513" class="LineNr">513 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">98</span> <span class="Comment"># 'b'</span> <span id="L514" class="LineNr">514 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">99</span> <span class="Comment"># 'c'</span> <span id="L515" class="LineNr">515 </span> memory-should-contain [ -<span id="L516" class="LineNr">516 </span> <span class="Conceal">¦</span> <span class="Constant">1</span>:array:character<span class="Special"> <- </span>[ab] +<span id="L516" class="LineNr">516 </span> <span class="Constant">1</span>:array:character<span class="Special"> <- </span>[ab] <span id="L517" class="LineNr">517 </span> ] <span id="L518" class="LineNr">518 </span>] <span id="L519" class="LineNr">519 </span><span class="traceContains">+error: F - <a href='000organization.cc.html#L113'>main</a>: expected location '1' to contain length 2 of text [ab] but saw 3 (for text [abc])</span> @@ -592,7 +591,7 @@ if ('onhashchange' in window) { <span id="L525" class="LineNr">525 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">98</span> <span class="Comment"># 'b'</span> <span id="L526" class="LineNr">526 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">99</span> <span class="Comment"># 'c'</span> <span id="L527" class="LineNr">527 </span> memory-should-contain [ -<span id="L528" class="LineNr">528 </span> <span class="Conceal">¦</span> <span class="Constant">1</span>:array:character<span class="Special"> <- </span>[abc] +<span id="L528" class="LineNr">528 </span> <span class="Constant">1</span>:array:character<span class="Special"> <- </span>[abc] <span id="L529" class="LineNr">529 </span> ] <span id="L530" class="LineNr">530 </span>] <span id="L531" class="LineNr">531 </span><span class="traceContains">+run: checking text length at 1</span> @@ -605,7 +604,7 @@ if ('onhashchange' in window) { <span id="L538" class="LineNr">538 </span><span class="Special">% Hide_errors = true;</span> <span id="L539" class="LineNr">539 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L540" class="LineNr">540 </span> memory-should-contain [ -<span id="L541" class="LineNr">541 </span> <span class="Conceal">¦</span> <span class="Constant">1</span><span class="Special"> <- </span>[abc] +<span id="L541" class="LineNr">541 </span> <span class="Constant">1</span><span class="Special"> <- </span>[abc] <span id="L542" class="LineNr">542 </span> ] <span id="L543" class="LineNr">543 </span>] <span id="L544" class="LineNr">544 </span><span class="traceContains">+error: F - <a href='000organization.cc.html#L113'>main</a>: location '1' can't contain non-number [abc]</span> @@ -618,7 +617,7 @@ if ('onhashchange' in window) { <span id="L551" class="LineNr">551 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">98</span> <span class="Comment"># 'b'</span> <span id="L552" class="LineNr">552 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">99</span> <span class="Comment"># 'c'</span> <span id="L553" class="LineNr">553 </span> memory-should-contain [ -<span id="L554" class="LineNr">554 </span> <span class="Conceal">¦</span> <span class="Constant">1</span>:array:character<span class="Special"> <- </span><span class="Constant">0</span> +<span id="L554" class="LineNr">554 </span> <span class="Constant">1</span>:array:character<span class="Special"> <- </span><span class="Constant">0</span> <span id="L555" class="LineNr">555 </span> ] <span id="L556" class="LineNr">556 </span>] <span id="L557" class="LineNr">557 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: array:character types inside 'memory-should-contain' can only be compared with text literals surrounded by [], not '0'</span> @@ -628,7 +627,7 @@ if ('onhashchange' in window) { <span id="L561" class="LineNr">561 </span><span class="Special">% Hide_errors = true;</span> <span id="L562" class="LineNr">562 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L563" class="LineNr">563 </span> memory-should-contain [ -<span id="L564" class="LineNr">564 </span> <span class="Conceal">¦</span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">34</span> <span class="Comment"># comment</span> +<span id="L564" class="LineNr">564 </span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">34</span> <span class="Comment"># comment</span> <span id="L565" class="LineNr">565 </span> ] <span id="L566" class="LineNr">566 </span>] <span id="L567" class="LineNr">567 </span><span class="traceAbsent">-error: location 1 can't contain non-number 34 # comment</span> @@ -644,8 +643,8 @@ if ('onhashchange' in window) { <span id="L577" class="LineNr">577 </span><span class="Special">% Hide_errors = true;</span> <span id="L578" class="LineNr">578 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L579" class="LineNr">579 </span> trace-should-contain [ -<span id="L580" class="LineNr">580 </span> <span class="Conceal">¦</span> a: b -<span id="L581" class="LineNr">581 </span> <span class="Conceal">¦</span> a: d +<span id="L580" class="LineNr">580 </span> <span class="Normal">a</span>: b +<span id="L581" class="LineNr">581 </span> <span class="Normal">a</span>: d <span id="L582" class="LineNr">582 </span> ] <span id="L583" class="LineNr">583 </span>] <span id="L584" class="LineNr">584 </span><span class="traceContains">+error: F - <a href='000organization.cc.html#L113'>main</a>: missing [b] in <a href='003trace.cc.html#L167'>trace</a> with label 'a'</span> @@ -674,17 +673,17 @@ if ('onhashchange' in window) { <span id="L607" class="LineNr">607 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>expected_lines<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L608" class="LineNr">608 </span> <span class="Normal">int</span> curr_expected_line = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L609" class="LineNr">609 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<trace_line>::iterator p = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L610" class="LineNr">610 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">).</span>label != p<span class="Delimiter">-></span>label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L611" class="LineNr">611 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">).</span>contents != <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>contents<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L612" class="LineNr">612 </span> <span class="Conceal">¦</span> <span class="Comment">// match</span> -<span id="L613" class="LineNr">613 </span> <span class="Conceal">¦</span> ++curr_expected_line<span class="Delimiter">;</span> -<span id="L614" class="LineNr">614 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_expected_line == <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L610" class="LineNr">610 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">).</span>label != p<span class="Delimiter">-></span>label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L611" class="LineNr">611 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">).</span>contents != <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>contents<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L612" class="LineNr">612 </span> <span class="Comment">// match</span> +<span id="L613" class="LineNr">613 </span> ++curr_expected_line<span class="Delimiter">;</span> +<span id="L614" class="LineNr">614 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_expected_line == <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L615" class="LineNr">615 </span> <span class="Delimiter">}</span> <span id="L616" class="LineNr">616 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L617" class="LineNr">617 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"missing ["</span> << expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">).</span>contents << <span class="Constant">"] "</span> -<span id="L618" class="LineNr">618 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> << <span class="Constant">"in <a href='003trace.cc.html#L167'>trace</a> with label '"</span> << expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">).</span>label << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L618" class="LineNr">618 </span> << <span class="Constant">"in <a href='003trace.cc.html#L167'>trace</a> with label '"</span> << expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">).</span>label << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L619" class="LineNr">619 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> -<span id="L620" class="LineNr">620 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">).</span>label<span class="Delimiter">);</span> +<span id="L620" class="LineNr">620 </span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">).</span>label<span class="Delimiter">);</span> <span id="L621" class="LineNr">621 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L622" class="LineNr">622 </span><span class="Delimiter">}</span> <span id="L623" class="LineNr">623 </span> @@ -692,15 +691,15 @@ if ('onhashchange' in window) { <span id="L625" class="LineNr">625 </span> vector<string> buf = <a href='003trace.cc.html#L345'>split</a><span class="Delimiter">(</span>expected<span class="Delimiter">,</span> <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L626" class="LineNr">626 </span> vector<trace_line> result<span class="Delimiter">;</span> <span id="L627" class="LineNr">627 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>buf<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L628" class="LineNr">628 </span> <span class="Conceal">¦</span> buf<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> = <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>buf<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L629" class="LineNr">629 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>buf<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>empty<span class="Delimiter">())</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L630" class="LineNr">630 </span> <span class="Conceal">¦</span> <span class="Normal">int</span> delim = buf<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>find<span class="Delimiter">(</span><span class="Constant">": "</span><span class="Delimiter">);</span> -<span id="L631" class="LineNr">631 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>delim == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L632" class="LineNr">632 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"lines in 'trace-should-contain' should be of the form <label>: <contents>. Both parts are required.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L633" class="LineNr">633 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> -<span id="L634" class="LineNr">634 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L635" class="LineNr">635 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L636" class="LineNr">636 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>trace_line<span class="Delimiter">(</span><a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>buf<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>substr<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> delim<span class="Delimiter">)),</span> <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>buf<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>substr<span class="Delimiter">(</span>delim+<span class="Constant">2</span><span class="Delimiter">))));</span> +<span id="L628" class="LineNr">628 </span> buf<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> = <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>buf<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L629" class="LineNr">629 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>buf<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>empty<span class="Delimiter">())</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L630" class="LineNr">630 </span> <span class="Normal">int</span> delim = buf<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>find<span class="Delimiter">(</span><span class="Constant">": "</span><span class="Delimiter">);</span> +<span id="L631" class="LineNr">631 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>delim == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L632" class="LineNr">632 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"lines in 'trace-should-contain' should be of the form <label>: <contents>. Both parts are required.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L633" class="LineNr">633 </span> result<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> +<span id="L634" class="LineNr">634 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L635" class="LineNr">635 </span> <span class="Delimiter">}</span> +<span id="L636" class="LineNr">636 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>trace_line<span class="Delimiter">(</span><a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>buf<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>substr<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> delim<span class="Delimiter">)),</span> <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span>buf<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>substr<span class="Delimiter">(</span>delim+<span class="Constant">2</span><span class="Delimiter">))));</span> <span id="L637" class="LineNr">637 </span> <span class="Delimiter">}</span> <span id="L638" class="LineNr">638 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L639" class="LineNr">639 </span><span class="Delimiter">}</span> @@ -710,11 +709,11 @@ if ('onhashchange' in window) { <span id="L643" class="LineNr">643 </span><span class="Special">% Hide_errors = true;</span> <span id="L644" class="LineNr">644 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L645" class="LineNr">645 </span> run [ -<span id="L646" class="LineNr">646 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a> <span class="Constant">1</span><span class="Delimiter">,</span> [a]<span class="Delimiter">,</span> [b] +<span id="L646" class="LineNr">646 </span> <a href='003trace.cc.html#L167'>trace</a> <span class="Constant">1</span><span class="Delimiter">,</span> [a]<span class="Delimiter">,</span> [b] <span id="L647" class="LineNr">647 </span> ] <span id="L648" class="LineNr">648 </span> trace-should-contain [ -<span id="L649" class="LineNr">649 </span> <span class="Conceal">¦</span> a: b -<span id="L650" class="LineNr">650 </span> <span class="Conceal">¦</span> a: d +<span id="L649" class="LineNr">649 </span> <span class="Normal">a</span>: b +<span id="L650" class="LineNr">650 </span> <span class="Normal">a</span>: d <span id="L651" class="LineNr">651 </span> ] <span id="L652" class="LineNr">652 </span>] <span id="L653" class="LineNr">653 </span><span class="traceContains">+error: F - <a href='000organization.cc.html#L113'>main</a>: missing [d] in <a href='003trace.cc.html#L167'>trace</a> with label 'a'</span> @@ -723,10 +722,10 @@ if ('onhashchange' in window) { <span id="L656" class="LineNr">656 </span><span class="Special">% Scenario_testing_scenario = true;</span> <span id="L657" class="LineNr">657 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L658" class="LineNr">658 </span> run [ -<span id="L659" class="LineNr">659 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a> <span class="Constant">1</span><span class="Delimiter">,</span> [a]<span class="Delimiter">,</span> [b] +<span id="L659" class="LineNr">659 </span> <a href='003trace.cc.html#L167'>trace</a> <span class="Constant">1</span><span class="Delimiter">,</span> [a]<span class="Delimiter">,</span> [b] <span id="L660" class="LineNr">660 </span> ] <span id="L661" class="LineNr">661 </span> trace-should-contain [ -<span id="L662" class="LineNr">662 </span> <span class="Conceal">¦</span> a: b +<span id="L662" class="LineNr">662 </span> <span class="Normal">a</span>: b <span id="L663" class="LineNr">663 </span> ] <span id="L664" class="LineNr">664 </span>] <span id="L665" class="LineNr">665 </span><span class="traceAbsent">-error: missing [b] in <a href='003trace.cc.html#L167'>trace</a> with label 'a'</span> @@ -741,10 +740,10 @@ if ('onhashchange' in window) { <span id="L674" class="LineNr">674 </span><span class="Special">% Hide_errors = true;</span> <span id="L675" class="LineNr">675 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L676" class="LineNr">676 </span> run [ -<span id="L677" class="LineNr">677 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a> <span class="Constant">1</span><span class="Delimiter">,</span> [a]<span class="Delimiter">,</span> [b] +<span id="L677" class="LineNr">677 </span> <a href='003trace.cc.html#L167'>trace</a> <span class="Constant">1</span><span class="Delimiter">,</span> [a]<span class="Delimiter">,</span> [b] <span id="L678" class="LineNr">678 </span> ] <span id="L679" class="LineNr">679 </span> trace-should-<span class="Normal">not</span>-contain [ -<span id="L680" class="LineNr">680 </span> <span class="Conceal">¦</span> a: b +<span id="L680" class="LineNr">680 </span> <span class="Normal">a</span>: b <span id="L681" class="LineNr">681 </span> ] <span id="L682" class="LineNr">682 </span>] <span id="L683" class="LineNr">683 </span><span class="traceContains">+error: F - <a href='000organization.cc.html#L113'>main</a>: unexpected [b] in <a href='003trace.cc.html#L167'>trace</a> with label 'a'</span> @@ -771,11 +770,11 @@ if ('onhashchange' in window) { <span id="L704" class="LineNr">704 </span> Trace_stream<span class="Delimiter">-></span><a href='003trace.cc.html#L133'>newline</a><span class="Delimiter">();</span> <span id="L705" class="LineNr">705 </span> vector<trace_line> lines = parse_trace<span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L706" class="LineNr">706 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>lines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L707" class="LineNr">707 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>trace_count<span class="Delimiter">(</span>lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>label<span class="Delimiter">,</span> lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>contents<span class="Delimiter">)</span> != <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L708" class="LineNr">708 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"unexpected ["</span> << lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>contents << <span class="Constant">"] in <a href='003trace.cc.html#L167'>trace</a> with label '"</span> << lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>label << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L709" class="LineNr">709 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L710" class="LineNr">710 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L711" class="LineNr">711 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L707" class="LineNr">707 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>trace_count<span class="Delimiter">(</span>lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>label<span class="Delimiter">,</span> lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>contents<span class="Delimiter">)</span> != <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L708" class="LineNr">708 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"unexpected ["</span> << lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>contents << <span class="Constant">"] in <a href='003trace.cc.html#L167'>trace</a> with label '"</span> << lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>label << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L709" class="LineNr">709 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L710" class="LineNr">710 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L711" class="LineNr">711 </span> <span class="Delimiter">}</span> <span id="L712" class="LineNr">712 </span> <span class="Delimiter">}</span> <span id="L713" class="LineNr">713 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L714" class="LineNr">714 </span><span class="Delimiter">}</span> @@ -784,7 +783,7 @@ if ('onhashchange' in window) { <span id="L717" class="LineNr">717 </span><span class="Special">% Scenario_testing_scenario = true;</span> <span id="L718" class="LineNr">718 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L719" class="LineNr">719 </span> trace-should-<span class="Normal">not</span>-contain [ -<span id="L720" class="LineNr">720 </span> <span class="Conceal">¦</span> a: b +<span id="L720" class="LineNr">720 </span> <span class="Normal">a</span>: b <span id="L721" class="LineNr">721 </span> ] <span id="L722" class="LineNr">722 </span>] <span id="L723" class="LineNr">723 </span><span class="traceAbsent">-error: unexpected [b] in <a href='003trace.cc.html#L167'>trace</a> with label 'a'</span> @@ -795,11 +794,11 @@ if ('onhashchange' in window) { <span id="L728" class="LineNr">728 </span><span class="Special">% Hide_errors = true;</span> <span id="L729" class="LineNr">729 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L730" class="LineNr">730 </span> run [ -<span id="L731" class="LineNr">731 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a> <span class="Constant">1</span><span class="Delimiter">,</span> [a]<span class="Delimiter">,</span> [d] +<span id="L731" class="LineNr">731 </span> <a href='003trace.cc.html#L167'>trace</a> <span class="Constant">1</span><span class="Delimiter">,</span> [a]<span class="Delimiter">,</span> [d] <span id="L732" class="LineNr">732 </span> ] <span id="L733" class="LineNr">733 </span> trace-should-<span class="Normal">not</span>-contain [ -<span id="L734" class="LineNr">734 </span> <span class="Conceal">¦</span> a: b -<span id="L735" class="LineNr">735 </span> <span class="Conceal">¦</span> a: d +<span id="L734" class="LineNr">734 </span> <span class="Normal">a</span>: b +<span id="L735" class="LineNr">735 </span> <span class="Normal">a</span>: d <span id="L736" class="LineNr">736 </span> ] <span id="L737" class="LineNr">737 </span>] <span id="L738" class="LineNr">738 </span><span class="traceContains">+error: F - <a href='000organization.cc.html#L113'>main</a>: unexpected [d] in <a href='003trace.cc.html#L167'>trace</a> with label 'a'</span> @@ -807,7 +806,7 @@ if ('onhashchange' in window) { <span id="L740" class="LineNr">740 </span><span class="Delimiter">:(scenario trace_count_check)</span> <span id="L741" class="LineNr">741 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L742" class="LineNr">742 </span> run [ -<span id="L743" class="LineNr">743 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a> <span class="Constant">1</span><span class="Delimiter">,</span> [a]<span class="Delimiter">,</span> [foo] +<span id="L743" class="LineNr">743 </span> <a href='003trace.cc.html#L167'>trace</a> <span class="Constant">1</span><span class="Delimiter">,</span> [a]<span class="Delimiter">,</span> [foo] <span id="L744" class="LineNr">744 </span> ] <span id="L745" class="LineNr">745 </span> check-trace-count-<span class="Normal">for</span>-label <span class="Constant">1</span><span class="Delimiter">,</span> [a] <span id="L746" class="LineNr">746 </span>] @@ -820,16 +819,16 @@ if ('onhashchange' in window) { <span id="L753" class="LineNr">753 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L754" class="LineNr">754 </span><span class="Normal">case</span> CHECK_TRACE_COUNT_FOR_LABEL: <span class="Delimiter">{</span> <span id="L755" class="LineNr">755 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L756" class="LineNr">756 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'check-trace-count-for-label' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L757" class="LineNr">757 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L756" class="LineNr">756 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'check-trace-count-for-label' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L757" class="LineNr">757 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L758" class="LineNr">758 </span> <span class="Delimiter">}</span> <span id="L759" class="LineNr">759 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L760" class="LineNr">760 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'check-trace-count-for-label' should be a number (count), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L761" class="LineNr">761 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L760" class="LineNr">760 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'check-trace-count-for-label' should be a number (count), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L761" class="LineNr">761 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L762" class="LineNr">762 </span> <span class="Delimiter">}</span> <span id="L763" class="LineNr">763 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L764" class="LineNr">764 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'check-trace-count-for-label' should be a literal string (label), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L765" class="LineNr">765 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L764" class="LineNr">764 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'check-trace-count-for-label' should be a literal string (label), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L765" class="LineNr">765 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L766" class="LineNr">766 </span> <span class="Delimiter">}</span> <span id="L767" class="LineNr">767 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L768" class="LineNr">768 </span><span class="Delimiter">}</span> @@ -840,10 +839,10 @@ if ('onhashchange' in window) { <span id="L773" class="LineNr">773 </span> string label = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name<span class="Delimiter">;</span> <span id="L774" class="LineNr">774 </span> <span class="Normal">int</span> count = trace_count<span class="Delimiter">(</span>label<span class="Delimiter">);</span> <span id="L775" class="LineNr">775 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>count != expected_count<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L776" class="LineNr">776 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L777" class="LineNr">777 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected "</span> << expected_count << <span class="Constant">" lines in <a href='003trace.cc.html#L167'>trace</a> with label '"</span> << label << <span class="Constant">"' in <a href='003trace.cc.html#L167'>trace</a></span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L778" class="LineNr">778 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span>label<span class="Delimiter">);</span> -<span id="L779" class="LineNr">779 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L776" class="LineNr">776 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L777" class="LineNr">777 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected "</span> << expected_count << <span class="Constant">" lines in <a href='003trace.cc.html#L167'>trace</a> with label '"</span> << label << <span class="Constant">"' in <a href='003trace.cc.html#L167'>trace</a></span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L778" class="LineNr">778 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span>label<span class="Delimiter">);</span> +<span id="L779" class="LineNr">779 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L780" class="LineNr">780 </span> <span class="Delimiter">}</span> <span id="L781" class="LineNr">781 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L782" class="LineNr">782 </span><span class="Delimiter">}</span> @@ -855,16 +854,16 @@ if ('onhashchange' in window) { <span id="L788" class="LineNr">788 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L789" class="LineNr">789 </span><span class="Normal">case</span> CHECK_TRACE_COUNT_FOR_LABEL_GREATER_THAN: <span class="Delimiter">{</span> <span id="L790" class="LineNr">790 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L791" class="LineNr">791 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'check-trace-count-for-label' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L792" class="LineNr">792 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L791" class="LineNr">791 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'check-trace-count-for-label' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L792" class="LineNr">792 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L793" class="LineNr">793 </span> <span class="Delimiter">}</span> <span id="L794" class="LineNr">794 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L795" class="LineNr">795 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'check-trace-count-for-label' should be a number (count), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L796" class="LineNr">796 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L795" class="LineNr">795 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'check-trace-count-for-label' should be a number (count), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L796" class="LineNr">796 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L797" class="LineNr">797 </span> <span class="Delimiter">}</span> <span id="L798" class="LineNr">798 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L799" class="LineNr">799 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'check-trace-count-for-label' should be a literal string (label), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L800" class="LineNr">800 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L799" class="LineNr">799 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'check-trace-count-for-label' should be a literal string (label), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L800" class="LineNr">800 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L801" class="LineNr">801 </span> <span class="Delimiter">}</span> <span id="L802" class="LineNr">802 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L803" class="LineNr">803 </span><span class="Delimiter">}</span> @@ -875,13 +874,13 @@ if ('onhashchange' in window) { <span id="L808" class="LineNr">808 </span> string label = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name<span class="Delimiter">;</span> <span id="L809" class="LineNr">809 </span> <span class="Normal">int</span> count = trace_count<span class="Delimiter">(</span>label<span class="Delimiter">);</span> <span id="L810" class="LineNr">810 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>count <= expected_count<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L811" class="LineNr">811 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L812" class="LineNr">812 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected more than "</span> << expected_count << <span class="Constant">" lines in <a href='003trace.cc.html#L167'>trace</a> with label '"</span> << label << <span class="Constant">"' in <a href='003trace.cc.html#L167'>trace</a></span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L813" class="LineNr">813 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L814" class="LineNr">814 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << <span class="Constant">"trace contents:</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L815" class="LineNr">815 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span>label<span class="Delimiter">);</span> -<span id="L816" class="LineNr">816 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L817" class="LineNr">817 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L811" class="LineNr">811 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L812" class="LineNr">812 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected more than "</span> << expected_count << <span class="Constant">" lines in <a href='003trace.cc.html#L167'>trace</a> with label '"</span> << label << <span class="Constant">"' in <a href='003trace.cc.html#L167'>trace</a></span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L813" class="LineNr">813 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L814" class="LineNr">814 </span> cerr << <span class="Constant">"trace contents:</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L815" class="LineNr">815 </span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span>label<span class="Delimiter">);</span> +<span id="L816" class="LineNr">816 </span> <span class="Delimiter">}</span> +<span id="L817" class="LineNr">817 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L818" class="LineNr">818 </span> <span class="Delimiter">}</span> <span id="L819" class="LineNr">819 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L820" class="LineNr">820 </span><span class="Delimiter">}</span> @@ -893,16 +892,16 @@ if ('onhashchange' in window) { <span id="L826" class="LineNr">826 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L827" class="LineNr">827 </span><span class="Normal">case</span> CHECK_TRACE_COUNT_FOR_LABEL_LESSER_THAN: <span class="Delimiter">{</span> <span id="L828" class="LineNr">828 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L829" class="LineNr">829 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'check-trace-count-for-label' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L830" class="LineNr">830 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L829" class="LineNr">829 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'check-trace-count-for-label' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L830" class="LineNr">830 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L831" class="LineNr">831 </span> <span class="Delimiter">}</span> <span id="L832" class="LineNr">832 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L833" class="LineNr">833 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'check-trace-count-for-label' should be a number (count), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L834" class="LineNr">834 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L833" class="LineNr">833 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'check-trace-count-for-label' should be a number (count), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L834" class="LineNr">834 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L835" class="LineNr">835 </span> <span class="Delimiter">}</span> <span id="L836" class="LineNr">836 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L837" class="LineNr">837 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'check-trace-count-for-label' should be a literal string (label), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L838" class="LineNr">838 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L837" class="LineNr">837 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'check-trace-count-for-label' should be a literal string (label), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L838" class="LineNr">838 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L839" class="LineNr">839 </span> <span class="Delimiter">}</span> <span id="L840" class="LineNr">840 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L841" class="LineNr">841 </span><span class="Delimiter">}</span> @@ -913,13 +912,13 @@ if ('onhashchange' in window) { <span id="L846" class="LineNr">846 </span> string label = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name<span class="Delimiter">;</span> <span id="L847" class="LineNr">847 </span> <span class="Normal">int</span> count = trace_count<span class="Delimiter">(</span>label<span class="Delimiter">);</span> <span id="L848" class="LineNr">848 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>count >= expected_count<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L849" class="LineNr">849 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L850" class="LineNr">850 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected less than "</span> << expected_count << <span class="Constant">" lines in <a href='003trace.cc.html#L167'>trace</a> with label '"</span> << label << <span class="Constant">"' in <a href='003trace.cc.html#L167'>trace</a></span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L851" class="LineNr">851 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L852" class="LineNr">852 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << <span class="Constant">"trace contents:</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L853" class="LineNr">853 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span>label<span class="Delimiter">);</span> -<span id="L854" class="LineNr">854 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L855" class="LineNr">855 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L849" class="LineNr">849 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L850" class="LineNr">850 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected less than "</span> << expected_count << <span class="Constant">" lines in <a href='003trace.cc.html#L167'>trace</a> with label '"</span> << label << <span class="Constant">"' in <a href='003trace.cc.html#L167'>trace</a></span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L851" class="LineNr">851 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L852" class="LineNr">852 </span> cerr << <span class="Constant">"trace contents:</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L853" class="LineNr">853 </span> <a href='003trace.cc.html#L171'>DUMP</a><span class="Delimiter">(</span>label<span class="Delimiter">);</span> +<span id="L854" class="LineNr">854 </span> <span class="Delimiter">}</span> +<span id="L855" class="LineNr">855 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L856" class="LineNr">856 </span> <span class="Delimiter">}</span> <span id="L857" class="LineNr">857 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L858" class="LineNr">858 </span><span class="Delimiter">}</span> @@ -929,7 +928,7 @@ if ('onhashchange' in window) { <span id="L862" class="LineNr">862 </span><span class="Special">% Hide_errors = true;</span> <span id="L863" class="LineNr">863 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L864" class="LineNr">864 </span> run [ -<span id="L865" class="LineNr">865 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a> <span class="Constant">1</span><span class="Delimiter">,</span> [a]<span class="Delimiter">,</span> [foo] +<span id="L865" class="LineNr">865 </span> <a href='003trace.cc.html#L167'>trace</a> <span class="Constant">1</span><span class="Delimiter">,</span> [a]<span class="Delimiter">,</span> [foo] <span id="L866" class="LineNr">866 </span> ] <span id="L867" class="LineNr">867 </span> check-trace-count-<span class="Normal">for</span>-label <span class="Constant">2</span><span class="Delimiter">,</span> [a] <span id="L868" class="LineNr">868 </span>] @@ -959,10 +958,10 @@ if ('onhashchange' in window) { <span id="L892" class="LineNr">892 </span> <span id="L893" class="LineNr">893 </span><span class="Delimiter">:(after "void transform_all()")</span> <span id="L894" class="LineNr">894 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<recipe_ordinal<span class="Delimiter">,</span> recipe>::iterator p = Recipe<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Recipe<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L895" class="LineNr">895 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> recipe& r = p<span class="Delimiter">-></span>second<span class="Delimiter">;</span> -<span id="L896" class="LineNr">896 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">'_'</span><span class="Delimiter">)</span> == string::npos<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L897" class="LineNr">897 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>is_autogenerated<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// created by previous call to transform_all()</span> -<span id="L898" class="LineNr">898 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << r<span class="Delimiter">.</span>name << <span class="Constant">": don't create recipes with '_' in the name</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L895" class="LineNr">895 </span> <span class="Normal">const</span> recipe& r = p<span class="Delimiter">-></span>second<span class="Delimiter">;</span> +<span id="L896" class="LineNr">896 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">'_'</span><span class="Delimiter">)</span> == string::npos<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L897" class="LineNr">897 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>is_autogenerated<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// created by previous call to transform_all()</span> +<span id="L898" class="LineNr">898 </span> <a href='003trace.cc.html#L174'>raise</a> << r<span class="Delimiter">.</span>name << <span class="Constant">": don't create recipes with '_' in the name</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> <span id="L899" class="LineNr">899 </span> <span class="Delimiter">}</span> <span id="L900" class="LineNr">900 </span> <span id="L901" class="LineNr">901 </span><span class="SalientComment">//:: Helpers</span> @@ -976,9 +975,9 @@ if ('onhashchange' in window) { <span id="L909" class="LineNr">909 </span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L910" class="LineNr">910 </span> string _scenario = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L911" class="LineNr">911 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>_scenario<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L912" class="LineNr">912 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L913" class="LineNr">913 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"no <a href='050scenario.cc.html#L57'>scenario</a> in string passed into run_mu_scenario()</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L914" class="LineNr">914 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L912" class="LineNr">912 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L913" class="LineNr">913 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"no <a href='050scenario.cc.html#L57'>scenario</a> in string passed into run_mu_scenario()</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L914" class="LineNr">914 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L915" class="LineNr">915 </span> <span class="Delimiter">}</span> <span id="L916" class="LineNr">916 </span> assert<span class="Delimiter">(</span>_scenario == <span class="Constant">"scenario"</span><span class="Delimiter">);</span> <span id="L917" class="LineNr">917 </span> <a href='050scenario.cc.html#L57'>scenario</a> s = <a href='050scenario.cc.html#L91'>parse_scenario</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> diff --git a/html/051scenario_test.mu.html b/html/051scenario_test.mu.html index 6a8e0209..744b4554 100644 --- a/html/051scenario_test.mu.html +++ b/html/051scenario_test.mu.html @@ -16,12 +16,11 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -60,70 +59,70 @@ if ('onhashchange' in window) { <span id="L2" class="LineNr"> 2 </span> <span id="L3" class="LineNr"> 3 </span><span class="muScenario">scenario</span> first_scenario_in_mu [ <span id="L4" class="LineNr"> 4 </span> run [ -<span id="L5" class="LineNr"> 5 </span> <span class="Conceal">¦</span> 10:num <span class="Special"><-</span> add<span class="Constant"> 2</span>,<span class="Constant"> 2</span> +<span id="L5" class="LineNr"> 5 </span> 10:num <span class="Special"><-</span> add<span class="Constant"> 2</span>,<span class="Constant"> 2</span> <span id="L6" class="LineNr"> 6 </span> ] <span id="L7" class="LineNr"> 7 </span> memory-should-contain [ -<span id="L8" class="LineNr"> 8 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L8" class="LineNr"> 8 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span id="L9" class="LineNr"> 9 </span> ] <span id="L10" class="LineNr">10 </span>] <span id="L11" class="LineNr">11 </span> <span id="L12" class="LineNr">12 </span><span class="muScenario">scenario</span> scenario_with_comment_in_mu [ <span id="L13" class="LineNr">13 </span> run [ -<span id="L14" class="LineNr">14 </span> <span class="Conceal">¦</span> <span class="Comment"># comment</span> -<span id="L15" class="LineNr">15 </span> <span class="Conceal">¦</span> 10:num <span class="Special"><-</span> add<span class="Constant"> 2</span>,<span class="Constant"> 2</span> +<span id="L14" class="LineNr">14 </span> <span class="Comment"># comment</span> +<span id="L15" class="LineNr">15 </span> 10:num <span class="Special"><-</span> add<span class="Constant"> 2</span>,<span class="Constant"> 2</span> <span id="L16" class="LineNr">16 </span> ] <span id="L17" class="LineNr">17 </span> memory-should-contain [ -<span id="L18" class="LineNr">18 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L18" class="LineNr">18 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span id="L19" class="LineNr">19 </span> ] <span id="L20" class="LineNr">20 </span>] <span id="L21" class="LineNr">21 </span> <span id="L22" class="LineNr">22 </span><span class="muScenario">scenario</span> scenario_with_multiple_comments_in_mu [ <span id="L23" class="LineNr">23 </span> run [ -<span id="L24" class="LineNr">24 </span> <span class="Conceal">¦</span> <span class="Comment"># comment1</span> -<span id="L25" class="LineNr">25 </span> <span class="Conceal">¦</span> <span class="Comment"># comment2</span> -<span id="L26" class="LineNr">26 </span> <span class="Conceal">¦</span> 10:num <span class="Special"><-</span> add<span class="Constant"> 2</span>,<span class="Constant"> 2</span> +<span id="L24" class="LineNr">24 </span> <span class="Comment"># comment1</span> +<span id="L25" class="LineNr">25 </span> <span class="Comment"># comment2</span> +<span id="L26" class="LineNr">26 </span> 10:num <span class="Special"><-</span> add<span class="Constant"> 2</span>,<span class="Constant"> 2</span> <span id="L27" class="LineNr">27 </span> ] <span id="L28" class="LineNr">28 </span> memory-should-contain [ -<span id="L29" class="LineNr">29 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L29" class="LineNr">29 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span id="L30" class="LineNr">30 </span> ] <span id="L31" class="LineNr">31 </span>] <span id="L32" class="LineNr">32 </span> <span id="L33" class="LineNr">33 </span><span class="muScenario">scenario</span> check_text_in_memory [ <span id="L34" class="LineNr">34 </span> run [ -<span id="L35" class="LineNr">35 </span> <span class="Conceal">¦</span> 10:num <span class="Special"><-</span> copy<span class="Constant"> 3</span> -<span id="L36" class="LineNr">36 </span> <span class="Conceal">¦</span> 11:char <span class="Special"><-</span> copy<span class="Constant"> 97</span> <span class="Comment"># 'a'</span> -<span id="L37" class="LineNr">37 </span> <span class="Conceal">¦</span> 12:char <span class="Special"><-</span> copy<span class="Constant"> 98</span> <span class="Comment"># 'b'</span> -<span id="L38" class="LineNr">38 </span> <span class="Conceal">¦</span> 13:char <span class="Special"><-</span> copy<span class="Constant"> 99</span> <span class="Comment"># 'c'</span> +<span id="L35" class="LineNr">35 </span> 10:num <span class="Special"><-</span> copy<span class="Constant"> 3</span> +<span id="L36" class="LineNr">36 </span> 11:char <span class="Special"><-</span> copy<span class="Constant"> 97</span> <span class="Comment"># 'a'</span> +<span id="L37" class="LineNr">37 </span> 12:char <span class="Special"><-</span> copy<span class="Constant"> 98</span> <span class="Comment"># 'b'</span> +<span id="L38" class="LineNr">38 </span> 13:char <span class="Special"><-</span> copy<span class="Constant"> 99</span> <span class="Comment"># 'c'</span> <span id="L39" class="LineNr">39 </span> ] <span id="L40" class="LineNr">40 </span> memory-should-contain [ -<span id="L41" class="LineNr">41 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> +<span id="L41" class="LineNr">41 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span id="L42" class="LineNr">42 </span> ] <span id="L43" class="LineNr">43 </span>] <span id="L44" class="LineNr">44 </span> <span id="L45" class="LineNr">45 </span><span class="muScenario">scenario</span> check_trace [ <span id="L46" class="LineNr">46 </span> run [ -<span id="L47" class="LineNr">47 </span> <span class="Conceal">¦</span> 10:num <span class="Special"><-</span> add<span class="Constant"> 2</span>,<span class="Constant"> 2</span> +<span id="L47" class="LineNr">47 </span> 10:num <span class="Special"><-</span> add<span class="Constant"> 2</span>,<span class="Constant"> 2</span> <span id="L48" class="LineNr">48 </span> ] <span id="L49" class="LineNr">49 </span> trace-should-contain [ -<span id="L50" class="LineNr">50 </span> <span class="Conceal">¦</span> mem: storing<span class="Constant"> 4</span> in location<span class="Constant"> 10</span> +<span id="L50" class="LineNr">50 </span> mem: storing<span class="Constant"> 4</span> in location<span class="Constant"> 10</span> <span id="L51" class="LineNr">51 </span> ] <span id="L52" class="LineNr">52 </span>] <span id="L53" class="LineNr">53 </span> <span id="L54" class="LineNr">54 </span><span class="muScenario">scenario</span> check_trace_negative [ <span id="L55" class="LineNr">55 </span> run [ -<span id="L56" class="LineNr">56 </span> <span class="Conceal">¦</span> 10:num <span class="Special"><-</span> add<span class="Constant"> 2</span>,<span class="Constant"> 2</span> +<span id="L56" class="LineNr">56 </span> 10:num <span class="Special"><-</span> add<span class="Constant"> 2</span>,<span class="Constant"> 2</span> <span id="L57" class="LineNr">57 </span> ] <span id="L58" class="LineNr">58 </span> trace-should-not-contain [ -<span id="L59" class="LineNr">59 </span> <span class="Conceal">¦</span> mem: storing<span class="Constant"> 3</span> in location<span class="Constant"> 10</span> +<span id="L59" class="LineNr">59 </span> mem: storing<span class="Constant"> 3</span> in location<span class="Constant"> 10</span> <span id="L60" class="LineNr">60 </span> ] <span id="L61" class="LineNr">61 </span>] <span id="L62" class="LineNr">62 </span> <span id="L63" class="LineNr">63 </span><span class="muScenario">scenario</span> check_trace_instruction [ <span id="L64" class="LineNr">64 </span> run [ -<span id="L65" class="LineNr">65 </span> <span class="Conceal">¦</span> trace<span class="Constant"> 1</span>, <span class="Constant">[foo]</span>, <span class="Constant">[aaa]</span> +<span id="L65" class="LineNr">65 </span> trace<span class="Constant"> 1</span>, <span class="Constant">[foo]</span>, <span class="Constant">[aaa]</span> <span id="L66" class="LineNr">66 </span> ] <span id="L67" class="LineNr">67 </span> trace-should-contain [ -<span id="L68" class="LineNr">68 </span> <span class="Conceal">¦</span> foo: aaa +<span id="L68" class="LineNr">68 </span> foo: aaa <span id="L69" class="LineNr">69 </span> ] <span id="L70" class="LineNr">70 </span>] </pre> diff --git a/html/052tangle.cc.html b/html/052tangle.cc.html index 9527d022..0d2f5a93 100644 --- a/html/052tangle.cc.html +++ b/html/052tangle.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } -.Constant { color: #00a0a0; } +.cSpecial { color: #008000; } .LineNr { color: #444444; } .traceAbsent { color: #c00000; } -.cSpecial { color: #008000; } +.Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } .Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -107,31 +106,31 @@ if ('onhashchange' in window) { <span id="L43" class="LineNr"> 43 </span><span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>command == <span class="Constant">"before"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L44" class="LineNr"> 44 </span> string label = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L45" class="LineNr"> 45 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>label<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'before' block at <a href='003trace.cc.html#L203'>end</a> of file</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L46" class="LineNr"> 46 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L47" class="LineNr"> 47 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'before' block at <a href='003trace.cc.html#L203'>end</a> of file</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L48" class="LineNr"> 48 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L49" class="LineNr"> 49 </span> <span class="Delimiter">}</span> <span id="L50" class="LineNr"> 50 </span> <a href='010vm.cc.html#L19'>recipe</a> tmp<span class="Delimiter">;</span> <span id="L51" class="LineNr"> 51 </span> <a href='011load.cc.html#L81'>slurp_body</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> tmp<span class="Delimiter">);</span> <span id="L52" class="LineNr"> 52 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='052tangle.cc.html#L13'>is_waypoint</a><span class="Delimiter">(</span>label<span class="Delimiter">))</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> Before_fragments[label]<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>Before_fragments[label]<span class="Delimiter">.</span>steps<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">(),</span> tmp<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> tmp<span class="Delimiter">.</span>steps<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">());</span> +<span id="L53" class="LineNr"> 53 </span> Before_fragments[label]<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>Before_fragments[label]<span class="Delimiter">.</span>steps<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">(),</span> tmp<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> tmp<span class="Delimiter">.</span>steps<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">());</span> <span id="L54" class="LineNr"> 54 </span> <span class="Normal">else</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"can't tangle before non-waypoint "</span> << label << <span class="cSpecial">'\n'</span> << end<span class="Delimiter">();</span> +<span id="L55" class="LineNr"> 55 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"can't tangle before non-waypoint "</span> << label << <span class="cSpecial">'\n'</span> << end<span class="Delimiter">();</span> <span id="L56" class="LineNr"> 56 </span> <span class="Comment">// End before Command Handler</span> <span id="L57" class="LineNr"> 57 </span><span class="Delimiter">}</span> <span id="L58" class="LineNr"> 58 </span><span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>command == <span class="Constant">"after"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L59" class="LineNr"> 59 </span> string label = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L60" class="LineNr"> 60 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>label<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'after' block at <a href='003trace.cc.html#L203'>end</a> of file</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L61" class="LineNr"> 61 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L62" class="LineNr"> 62 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'after' block at <a href='003trace.cc.html#L203'>end</a> of file</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L63" class="LineNr"> 63 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L64" class="LineNr"> 64 </span> <span class="Delimiter">}</span> <span id="L65" class="LineNr"> 65 </span> <a href='010vm.cc.html#L19'>recipe</a> tmp<span class="Delimiter">;</span> <span id="L66" class="LineNr"> 66 </span> <a href='011load.cc.html#L81'>slurp_body</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> tmp<span class="Delimiter">);</span> <span id="L67" class="LineNr"> 67 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='052tangle.cc.html#L13'>is_waypoint</a><span class="Delimiter">(</span>label<span class="Delimiter">))</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> After_fragments[label]<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>After_fragments[label]<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> tmp<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> tmp<span class="Delimiter">.</span>steps<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">());</span> +<span id="L68" class="LineNr"> 68 </span> After_fragments[label]<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>After_fragments[label]<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> tmp<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> tmp<span class="Delimiter">.</span>steps<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">());</span> <span id="L69" class="LineNr"> 69 </span> <span class="Normal">else</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"can't tangle after non-waypoint "</span> << label << <span class="cSpecial">'\n'</span> << end<span class="Delimiter">();</span> +<span id="L70" class="LineNr"> 70 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"can't tangle after non-waypoint "</span> << label << <span class="cSpecial">'\n'</span> << end<span class="Delimiter">();</span> <span id="L71" class="LineNr"> 71 </span> <span class="Comment">// End after Command Handler</span> <span id="L72" class="LineNr"> 72 </span><span class="Delimiter">}</span> <span id="L73" class="LineNr"> 73 </span> @@ -158,34 +157,34 @@ if ('onhashchange' in window) { <span id="L94" class="LineNr"> 94 </span> <span class="Normal">bool</span> made_progress = <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L95" class="LineNr"> 95 </span> <span class="Normal">int</span> pass = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L96" class="LineNr"> 96 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>made_progress<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> made_progress = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <span class="Comment">// create a new vector because insertions invalidate iterators</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> vector<instruction> result<span class="Delimiter">;</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>is_label || !is_waypoint<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label<span class="Delimiter">)</span> || inst<span class="Delimiter">.</span>tangle_done<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">);</span> -<span id="L104" class="LineNr">104 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L105" class="LineNr">105 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L106" class="LineNr">106 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>tangle_done = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L107" class="LineNr">107 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> made_progress = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L108" class="LineNr">108 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Fragments_used<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label<span class="Delimiter">);</span> -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ostringstream prefix<span class="Delimiter">;</span> -<span id="L110" class="LineNr">110 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> prefix << <span class="Constant">'+'</span> << r<span class="Delimiter">.</span>name << <span class="Constant">'_'</span> << pass << <span class="Constant">'_'</span> << i<span class="Delimiter">;</span> -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// ok to use contains_key even though Before_fragments uses [],</span> -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// because appending an empty recipe is a noop</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Before_fragments<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>label<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"insert fragments before label "</span> << inst<span class="Delimiter">.</span>label << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='052tangle.cc.html#L128'>append_fragment</a><span class="Delimiter">(</span>result<span class="Delimiter">,</span> Before_fragments[inst<span class="Delimiter">.</span>label]<span class="Delimiter">.</span>steps<span class="Delimiter">,</span> prefix<span class="Delimiter">.</span>str<span class="Delimiter">());</span> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">);</span> -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>After_fragments<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>label<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"insert fragments after label "</span> << inst<span class="Delimiter">.</span>label << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='052tangle.cc.html#L128'>append_fragment</a><span class="Delimiter">(</span>result<span class="Delimiter">,</span> After_fragments[inst<span class="Delimiter">.</span>label]<span class="Delimiter">.</span>steps<span class="Delimiter">,</span> prefix<span class="Delimiter">.</span>str<span class="Delimiter">());</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span> r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>swap<span class="Delimiter">(</span>result<span class="Delimiter">);</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> ++pass<span class="Delimiter">;</span> +<span id="L97" class="LineNr"> 97 </span> made_progress = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Comment">// create a new vector because insertions invalidate iterators</span> +<span id="L99" class="LineNr"> 99 </span> vector<instruction> result<span class="Delimiter">;</span> +<span id="L100" class="LineNr">100 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L101" class="LineNr">101 </span> <span class="Normal">const</span> instruction& inst = r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L102" class="LineNr">102 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>is_label || !is_waypoint<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label<span class="Delimiter">)</span> || inst<span class="Delimiter">.</span>tangle_done<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L103" class="LineNr">103 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">);</span> +<span id="L104" class="LineNr">104 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L105" class="LineNr">105 </span> <span class="Delimiter">}</span> +<span id="L106" class="LineNr">106 </span> inst<span class="Delimiter">.</span>tangle_done = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L107" class="LineNr">107 </span> made_progress = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L108" class="LineNr">108 </span> Fragments_used<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label<span class="Delimiter">);</span> +<span id="L109" class="LineNr">109 </span> ostringstream prefix<span class="Delimiter">;</span> +<span id="L110" class="LineNr">110 </span> prefix << <span class="Constant">'+'</span> << r<span class="Delimiter">.</span>name << <span class="Constant">'_'</span> << pass << <span class="Constant">'_'</span> << i<span class="Delimiter">;</span> +<span id="L111" class="LineNr">111 </span> <span class="Comment">// ok to use contains_key even though Before_fragments uses [],</span> +<span id="L112" class="LineNr">112 </span> <span class="Comment">// because appending an empty recipe is a noop</span> +<span id="L113" class="LineNr">113 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Before_fragments<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>label<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L114" class="LineNr">114 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"insert fragments before label "</span> << inst<span class="Delimiter">.</span>label << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L115" class="LineNr">115 </span> <a href='052tangle.cc.html#L128'>append_fragment</a><span class="Delimiter">(</span>result<span class="Delimiter">,</span> Before_fragments[inst<span class="Delimiter">.</span>label]<span class="Delimiter">.</span>steps<span class="Delimiter">,</span> prefix<span class="Delimiter">.</span>str<span class="Delimiter">());</span> +<span id="L116" class="LineNr">116 </span> <span class="Delimiter">}</span> +<span id="L117" class="LineNr">117 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">);</span> +<span id="L118" class="LineNr">118 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>After_fragments<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>label<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L119" class="LineNr">119 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"insert fragments after label "</span> << inst<span class="Delimiter">.</span>label << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L120" class="LineNr">120 </span> <a href='052tangle.cc.html#L128'>append_fragment</a><span class="Delimiter">(</span>result<span class="Delimiter">,</span> After_fragments[inst<span class="Delimiter">.</span>label]<span class="Delimiter">.</span>steps<span class="Delimiter">,</span> prefix<span class="Delimiter">.</span>str<span class="Delimiter">());</span> +<span id="L121" class="LineNr">121 </span> <span class="Delimiter">}</span> +<span id="L122" class="LineNr">122 </span> <span class="Delimiter">}</span> +<span id="L123" class="LineNr">123 </span> r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>swap<span class="Delimiter">(</span>result<span class="Delimiter">);</span> +<span id="L124" class="LineNr">124 </span> ++pass<span class="Delimiter">;</span> <span id="L125" class="LineNr">125 </span> <span class="Delimiter">}</span> <span id="L126" class="LineNr">126 </span><span class="Delimiter">}</span> <span id="L127" class="LineNr">127 </span> @@ -198,24 +197,24 @@ if ('onhashchange' in window) { <span id="L134" class="LineNr">134 </span> <span class="Comment">// that introduces them.</span> <span id="L135" class="LineNr">135 </span> set<string> jump_targets<span class="Delimiter">;</span> <span id="L136" class="LineNr">136 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>patch<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = patch<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>is_label && <a href='041jump_target.cc.html#L11'>is_jump_target</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label<span class="Delimiter">))</span> -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> jump_targets<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label<span class="Delimiter">);</span> +<span id="L137" class="LineNr">137 </span> <span class="Normal">const</span> instruction& inst = patch<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L138" class="LineNr">138 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>is_label && <a href='041jump_target.cc.html#L11'>is_jump_target</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label<span class="Delimiter">))</span> +<span id="L139" class="LineNr">139 </span> jump_targets<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>label<span class="Delimiter">);</span> <span id="L140" class="LineNr">140 </span> <span class="Delimiter">}</span> <span id="L141" class="LineNr">141 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>patch<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span> <a href='010vm.cc.html#L32'>instruction</a> inst = patch<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L144" class="LineNr">144 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>jump_targets<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>label<span class="Delimiter">))</span> -<span id="L145" class="LineNr">145 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>label = prefix+inst<span class="Delimiter">.</span>label<span class="Delimiter">;</span> -<span id="L146" class="LineNr">146 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> base<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">);</span> -<span id="L147" class="LineNr">147 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L149" class="LineNr">149 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L150" class="LineNr">150 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> reagent& x = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">);</span> -<span id="L151" class="LineNr">151 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='041jump_target.cc.html#L11'>is_jump_target</a><span class="Delimiter">(</span>x<span class="Delimiter">.</span>name<span class="Delimiter">)</span> && contains_key<span class="Delimiter">(</span>jump_targets<span class="Delimiter">,</span> x<span class="Delimiter">.</span>name<span class="Delimiter">))</span> -<span id="L152" class="LineNr">152 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> x<span class="Delimiter">.</span>name = prefix+x<span class="Delimiter">.</span>name<span class="Delimiter">;</span> -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span> base<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">);</span> +<span id="L142" class="LineNr">142 </span> <a href='010vm.cc.html#L32'>instruction</a> inst = patch<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L143" class="LineNr">143 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L144" class="LineNr">144 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>jump_targets<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>label<span class="Delimiter">))</span> +<span id="L145" class="LineNr">145 </span> inst<span class="Delimiter">.</span>label = prefix+inst<span class="Delimiter">.</span>label<span class="Delimiter">;</span> +<span id="L146" class="LineNr">146 </span> base<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">);</span> +<span id="L147" class="LineNr">147 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L148" class="LineNr">148 </span> <span class="Delimiter">}</span> +<span id="L149" class="LineNr">149 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L150" class="LineNr">150 </span> reagent& x = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">);</span> +<span id="L151" class="LineNr">151 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='041jump_target.cc.html#L11'>is_jump_target</a><span class="Delimiter">(</span>x<span class="Delimiter">.</span>name<span class="Delimiter">)</span> && contains_key<span class="Delimiter">(</span>jump_targets<span class="Delimiter">,</span> x<span class="Delimiter">.</span>name<span class="Delimiter">))</span> +<span id="L152" class="LineNr">152 </span> x<span class="Delimiter">.</span>name = prefix+x<span class="Delimiter">.</span>name<span class="Delimiter">;</span> +<span id="L153" class="LineNr">153 </span> <span class="Delimiter">}</span> +<span id="L154" class="LineNr">154 </span> base<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">);</span> <span id="L155" class="LineNr">155 </span> <span class="Delimiter">}</span> <span id="L156" class="LineNr">156 </span><span class="Delimiter">}</span> <span id="L157" class="LineNr">157 </span> @@ -230,12 +229,12 @@ if ('onhashchange' in window) { <span id="L166" class="LineNr">166 </span><span class="Delimiter">:(code)</span> <span id="L167" class="LineNr">167 </span><span class="Normal">void</span> <a href='052tangle.cc.html#L167'>check_insert_fragments</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L168" class="LineNr">168 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<string<span class="Delimiter">,</span> recipe>::iterator p = Before_fragments<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Before_fragments<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Fragments_used<span class="Delimiter">,</span> p<span class="Delimiter">-></span>first<span class="Delimiter">))</span> -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"could not locate insert before label "</span> << p<span class="Delimiter">-></span>first << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L169" class="LineNr">169 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Fragments_used<span class="Delimiter">,</span> p<span class="Delimiter">-></span>first<span class="Delimiter">))</span> +<span id="L170" class="LineNr">170 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"could not locate insert before label "</span> << p<span class="Delimiter">-></span>first << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L171" class="LineNr">171 </span> <span class="Delimiter">}</span> <span id="L172" class="LineNr">172 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<string<span class="Delimiter">,</span> recipe>::iterator p = After_fragments<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != After_fragments<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Fragments_used<span class="Delimiter">,</span> p<span class="Delimiter">-></span>first<span class="Delimiter">))</span> -<span id="L174" class="LineNr">174 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"could not locate insert after label "</span> << p<span class="Delimiter">-></span>first << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L173" class="LineNr">173 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Fragments_used<span class="Delimiter">,</span> p<span class="Delimiter">-></span>first<span class="Delimiter">))</span> +<span id="L174" class="LineNr">174 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"could not locate insert after label "</span> << p<span class="Delimiter">-></span>first << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L175" class="LineNr">175 </span> <span class="Delimiter">}</span> <span id="L176" class="LineNr">176 </span><span class="Delimiter">}</span> <span id="L177" class="LineNr">177 </span> @@ -509,19 +508,19 @@ if ('onhashchange' in window) { <span id="L445" class="LineNr">445 </span><span class="Normal">void</span> <a href='052tangle.cc.html#L445'>test_new_fragment_after_tangle</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L446" class="LineNr">446 </span> <span class="Comment">// define a recipe</span> <span id="L447" class="LineNr">447 </span> load<span class="Delimiter">(</span><span class="Constant">"def foo [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L448" class="LineNr">448 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="Constant">" local-scope</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L449" class="LineNr">449 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="Constant">" <label></span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L450" class="LineNr">450 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L451" class="LineNr">451 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="Constant">"after <label> [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L452" class="LineNr">452 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="Constant">" 1:num/raw <- copy 34</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L453" class="LineNr">453 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L448" class="LineNr">448 </span> <span class="Constant">" local-scope</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L449" class="LineNr">449 </span> <span class="Constant">" <label></span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L450" class="LineNr">450 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L451" class="LineNr">451 </span> <span class="Constant">"after <label> [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L452" class="LineNr">452 </span> <span class="Constant">" 1:num/raw <- copy 34</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L453" class="LineNr">453 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L454" class="LineNr">454 </span> <a href='012transform.cc.html#L46'>transform_all</a><span class="Delimiter">();</span> <span id="L455" class="LineNr">455 </span> <a href='003trace.cc.html#L235'>CHECK_TRACE_DOESNT_CONTAIN_ERRORS</a><span class="Delimiter">();</span> <span id="L456" class="LineNr">456 </span> Hide_errors = <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L457" class="LineNr">457 </span> <span class="Comment">// try to tangle into recipe foo after transform</span> <span id="L458" class="LineNr">458 </span> load<span class="Delimiter">(</span><span class="Constant">"before <label> [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L459" class="LineNr">459 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="Constant">" 2:num/raw <- copy 35</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L460" class="LineNr">460 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L459" class="LineNr">459 </span> <span class="Constant">" 2:num/raw <- copy 35</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L460" class="LineNr">460 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L461" class="LineNr">461 </span> <a href='003trace.cc.html#L234'>CHECK_TRACE_CONTAINS_ERRORS</a><span class="Delimiter">();</span> <span id="L462" class="LineNr">462 </span><span class="Delimiter">}</span> <span id="L463" class="LineNr">463 </span> diff --git a/html/053recipe_header.cc.html b/html/053recipe_header.cc.html index 33585d70..aa8561e0 100644 --- a/html/053recipe_header.cc.html +++ b/html/053recipe_header.cc.html @@ -16,20 +16,19 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .LineNr { color: #444444; } +.Delimiter { color: #800080; } +.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .SalientComment { color: #00ffff; } +.traceAbsent { color: #c00000; } .muRecipe { color: #ff8700; } -.cSpecial { color: #008000; } +.Constant { color: #00a0a0; } +.Special { color: #c00000; } .Identifier { color: #c0a020; } .Error { color: #ffffff; background-color: #ff6060; padding-bottom: 1px; } -.Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } -.traceAbsent { color: #c00000; } -.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } +.cSpecial { color: #008000; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.traceContains { color: #008000; } --> </style> @@ -98,29 +97,29 @@ if ('onhashchange' in window) { <span id="L32" class="LineNr"> 32 </span><span class="Normal">void</span> <a href='053recipe_header.cc.html#L32'>load_recipe_header</a><span class="Delimiter">(</span>istream& in<span class="Delimiter">,</span> recipe& result<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L33" class="LineNr"> 33 </span> result<span class="Delimiter">.</span>has_header = <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L34" class="LineNr"> 34 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">)</span> && in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> != <span class="Constant">'['</span> && in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> string s = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>s<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete <a href='010vm.cc.html#L19'>recipe</a> header at <a href='003trace.cc.html#L203'>end</a> of file (0)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>s == <span class="Constant">"<-"</span><span class="Delimiter">)</span> -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"recipe "</span> << result<span class="Delimiter">.</span>name << <span class="Constant">" should say '->' and not '<-'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>s == <span class="Constant">"->"</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span>s<span class="Delimiter">));</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">"header ingredient: "</span> << result<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>back<span class="Delimiter">().</span>original_string << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L35" class="LineNr"> 35 </span> string s = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L36" class="LineNr"> 36 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>s<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L37" class="LineNr"> 37 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L38" class="LineNr"> 38 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete <a href='010vm.cc.html#L19'>recipe</a> header at <a href='003trace.cc.html#L203'>end</a> of file (0)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L39" class="LineNr"> 39 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L40" class="LineNr"> 40 </span> <span class="Delimiter">}</span> +<span id="L41" class="LineNr"> 41 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>s == <span class="Constant">"<-"</span><span class="Delimiter">)</span> +<span id="L42" class="LineNr"> 42 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"recipe "</span> << result<span class="Delimiter">.</span>name << <span class="Constant">" should say '->' and not '<-'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>s == <span class="Constant">"->"</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L44" class="LineNr"> 44 </span> result<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span>s<span class="Delimiter">));</span> +<span id="L45" class="LineNr"> 45 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">"header ingredient: "</span> << result<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>back<span class="Delimiter">().</span>original_string << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L46" class="LineNr"> 46 </span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L47" class="LineNr"> 47 </span> <span class="Delimiter">}</span> <span id="L48" class="LineNr"> 48 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">)</span> && in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> != <span class="Constant">'['</span> && in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span> string s = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>s<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete <a href='010vm.cc.html#L19'>recipe</a> header at <a href='003trace.cc.html#L203'>end</a> of file (1)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span>s<span class="Delimiter">));</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">"header product: "</span> << result<span class="Delimiter">.</span>products<span class="Delimiter">.</span>back<span class="Delimiter">().</span>original_string << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L49" class="LineNr"> 49 </span> string s = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L50" class="LineNr"> 50 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>s<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L51" class="LineNr"> 51 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L52" class="LineNr"> 52 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete <a href='010vm.cc.html#L19'>recipe</a> header at <a href='003trace.cc.html#L203'>end</a> of file (1)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L53" class="LineNr"> 53 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L54" class="LineNr"> 54 </span> <span class="Delimiter">}</span> +<span id="L55" class="LineNr"> 55 </span> result<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span>s<span class="Delimiter">));</span> +<span id="L56" class="LineNr"> 56 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">"header product: "</span> << result<span class="Delimiter">.</span>products<span class="Delimiter">.</span>back<span class="Delimiter">().</span>original_string << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L57" class="LineNr"> 57 </span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L58" class="LineNr"> 58 </span> <span class="Delimiter">}</span> <span id="L59" class="LineNr"> 59 </span> <span class="Comment">// End Load Recipe Header(result)</span> <span id="L60" class="LineNr"> 60 </span><span class="Delimiter">}</span> @@ -203,15 +202,15 @@ if ('onhashchange' in window) { <span id="L137" class="LineNr">137 </span><span class="Normal">if</span> <span class="Delimiter">(</span>!result<span class="Delimiter">.</span>has_header<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L138" class="LineNr">138 </span> result<span class="Delimiter">.</span>has_header = <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L139" class="LineNr">139 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>result<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = result<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">((</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"reply"</span> && !inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> || <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"return"</span> && !inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"next-ingredient"</span> -<span id="L144" class="LineNr">144 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"ingredient"</span> -<span id="L145" class="LineNr">145 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"rewind-ingredients"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L146" class="LineNr">146 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>has_header = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L147" class="LineNr">147 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L140" class="LineNr">140 </span> <span class="Normal">const</span> instruction& inst = result<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L141" class="LineNr">141 </span> <span class="Normal">if</span> <span class="Delimiter">((</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"reply"</span> && !inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> +<span id="L142" class="LineNr">142 </span> || <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"return"</span> && !inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> +<span id="L143" class="LineNr">143 </span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"next-ingredient"</span> +<span id="L144" class="LineNr">144 </span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"ingredient"</span> +<span id="L145" class="LineNr">145 </span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"rewind-ingredients"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L146" class="LineNr">146 </span> result<span class="Delimiter">.</span>has_header = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L147" class="LineNr">147 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L148" class="LineNr">148 </span> <span class="Delimiter">}</span> <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 class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">.</span>has_header<span class="Delimiter">)</span> <span class="Delimiter">{</span> @@ -246,11 +245,11 @@ if ('onhashchange' in window) { <span id="L180" class="LineNr">180 </span> curr<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L181" class="LineNr">181 </span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> op = get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"next-ingredient-without-typechecking"</span><span class="Delimiter">);</span> <span id="L182" class="LineNr">182 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>result<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L183" class="LineNr">183 </span> <span class="Conceal">¦</span> curr<span class="Delimiter">.</span>operation = op<span class="Delimiter">;</span> -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span> curr<span class="Delimiter">.</span>name = <span class="Constant">"next-ingredient-without-typechecking"</span><span class="Delimiter">;</span> -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span> curr<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L186" class="LineNr">186 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>curr<span class="Delimiter">);</span> -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span> curr<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> +<span id="L183" class="LineNr">183 </span> curr<span class="Delimiter">.</span>operation = op<span class="Delimiter">;</span> +<span id="L184" class="LineNr">184 </span> curr<span class="Delimiter">.</span>name = <span class="Constant">"next-ingredient-without-typechecking"</span><span class="Delimiter">;</span> +<span id="L185" class="LineNr">185 </span> curr<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L186" class="LineNr">186 </span> result<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>curr<span class="Delimiter">);</span> +<span id="L187" class="LineNr">187 </span> curr<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L188" class="LineNr">188 </span> <span class="Delimiter">}</span> <span id="L189" class="LineNr">189 </span><span class="Delimiter">}</span> <span id="L190" class="LineNr">190 </span><span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">.</span>name == <span class="Constant">"next-ingredient-without-typechecking"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> @@ -271,17 +270,17 @@ if ('onhashchange' in window) { <span id="L205" class="LineNr">205 </span><span class="Normal">case</span> NEXT_INGREDIENT_WITHOUT_TYPECHECKING: <span class="Delimiter">{</span> <span id="L206" class="LineNr">206 </span> assert<span class="Delimiter">(</span>!Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> <span id="L207" class="LineNr">207 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>next_ingredient_to_process < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>ingredient_atoms<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L208" class="LineNr">208 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span> -<span id="L209" class="LineNr">209 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>ingredient_atoms<span class="Delimiter">.</span>at<span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>next_ingredient_to_process<span class="Delimiter">));</span> -<span id="L210" class="LineNr">210 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>products<span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">);</span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> <span class="Comment">// push a new vector</span> -<span id="L211" class="LineNr">211 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span> ++current_call<span class="Delimiter">().</span>next_ingredient_to_process<span class="Delimiter">;</span> +<span id="L208" class="LineNr">208 </span> products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span> +<span id="L209" class="LineNr">209 </span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>ingredient_atoms<span class="Delimiter">.</span>at<span class="Delimiter">(</span><a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>next_ingredient_to_process<span class="Delimiter">));</span> +<span id="L210" class="LineNr">210 </span> assert<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>products<span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">);</span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> <span class="Comment">// push a new vector</span> +<span id="L211" class="LineNr">211 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L212" class="LineNr">212 </span> ++current_call<span class="Delimiter">().</span>next_ingredient_to_process<span class="Delimiter">;</span> <span id="L213" class="LineNr">213 </span> <span class="Delimiter">}</span> <span id="L214" class="LineNr">214 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> <span class="Comment">// pad the first product with sufficient zeros to match its type</span> -<span id="L217" class="LineNr">217 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>resize<span class="Delimiter">(</span>size_of<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)));</span> -<span id="L218" class="LineNr">218 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L215" class="LineNr">215 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> +<span id="L216" class="LineNr">216 </span> <span class="Comment">// pad the first product with sufficient zeros to match its type</span> +<span id="L217" class="LineNr">217 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>resize<span class="Delimiter">(</span>size_of<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)));</span> +<span id="L218" class="LineNr">218 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L219" class="LineNr">219 </span> <span class="Delimiter">}</span> <span id="L220" class="LineNr">220 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L221" class="LineNr">221 </span><span class="Delimiter">}</span> @@ -317,8 +316,8 @@ if ('onhashchange' in window) { <span id="L251" class="LineNr">251 </span><span class="Delimiter">:(code)</span> <span id="L252" class="LineNr">252 </span><span class="Normal">bool</span> is_present_in_ingredients<span class="Delimiter">(</span><span class="Normal">const</span> recipe& callee<span class="Delimiter">,</span> <span class="Normal">const</span> string& ingredient_name<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L253" class="LineNr">253 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L254" class="LineNr">254 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name == ingredient_name<span class="Delimiter">)</span> -<span id="L255" class="LineNr">255 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L254" class="LineNr">254 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name == ingredient_name<span class="Delimiter">)</span> +<span id="L255" class="LineNr">255 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L256" class="LineNr">256 </span> <span class="Delimiter">}</span> <span id="L257" class="LineNr">257 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L258" class="LineNr">258 </span><span class="Delimiter">}</span> @@ -356,25 +355,25 @@ if ('onhashchange' in window) { <span id="L290" class="LineNr">290 </span> <span class="Normal">const</span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L291" class="LineNr">291 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- type-check calls inside <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L292" class="LineNr">292 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L293" class="LineNr">293 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L294" class="LineNr">294 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='028call_return.cc.html#L115'>is_primitive</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L295" class="LineNr">295 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> recipe& callee = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>operation<span class="Delimiter">);</span> -<span id="L296" class="LineNr">296 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!callee<span class="Delimiter">.</span>has_header<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L297" class="LineNr">297 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L298" class="LineNr">298 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// ingredients coerced from call to callee</span> -<span id="L299" class="LineNr">299 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L300" class="LineNr">300 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"ingredient "</span> << i << <span class="Constant">" has the wrong type at '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" ['"</span> << to_string<span class="Delimiter">(</span>callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"' vs '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"']</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L302" class="LineNr">302 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L303" class="LineNr">303 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L304" class="LineNr">304 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee<span class="Delimiter">.</span>products<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L305" class="LineNr">305 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L306" class="LineNr">306 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// products coerced from callee to call</span> -<span id="L307" class="LineNr">307 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> callee<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L308" class="LineNr">308 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"product "</span> << i << <span class="Constant">" has the wrong type at '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L309" class="LineNr">309 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" ['"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"' vs '"</span> << to_string<span class="Delimiter">(</span>callee<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"']</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L310" class="LineNr">310 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L311" class="LineNr">311 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L293" class="LineNr">293 </span> <span class="Normal">const</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L294" class="LineNr">294 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='028call_return.cc.html#L115'>is_primitive</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L295" class="LineNr">295 </span> <span class="Normal">const</span> recipe& callee = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>operation<span class="Delimiter">);</span> +<span id="L296" class="LineNr">296 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!callee<span class="Delimiter">.</span>has_header<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L297" class="LineNr">297 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L298" class="LineNr">298 </span> <span class="Comment">// ingredients coerced from call to callee</span> +<span id="L299" class="LineNr">299 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L300" class="LineNr">300 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"ingredient "</span> << i << <span class="Constant">" has the wrong type at '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L301" class="LineNr">301 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" ['"</span> << to_string<span class="Delimiter">(</span>callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"' vs '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"']</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</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="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee<span class="Delimiter">.</span>products<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L305" class="LineNr">305 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L306" class="LineNr">306 </span> <span class="Comment">// products coerced from callee to call</span> +<span id="L307" class="LineNr">307 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> callee<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L308" class="LineNr">308 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"product "</span> << i << <span class="Constant">" has the wrong type at '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L309" class="LineNr">309 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" ['"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"' vs '"</span> << to_string<span class="Delimiter">(</span>callee<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"']</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</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="Delimiter">}</span> <span id="L314" class="LineNr">314 </span> @@ -400,16 +399,16 @@ if ('onhashchange' in window) { <span id="L334" class="LineNr">334 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!caller_recipe<span class="Delimiter">.</span>has_header<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L335" class="LineNr">335 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- checking return instructions against header for "</span> << caller_recipe<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L336" class="LineNr">336 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L337" class="LineNr">337 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L338" class="LineNr">338 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name != <span class="Constant">"reply"</span> && inst<span class="Delimiter">.</span>name != <span class="Constant">"return"</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L339" class="LineNr">339 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L340" class="LineNr">340 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"replied with the wrong number of products at '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L341" class="LineNr">341 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L342" class="LineNr">342 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L343" class="LineNr">343 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L344" class="LineNr">344 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_match<span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> -<span id="L345" class="LineNr">345 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"replied with the wrong type at '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L346" class="LineNr">346 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L337" class="LineNr">337 </span> <span class="Normal">const</span> instruction& inst = caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L338" class="LineNr">338 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name != <span class="Constant">"reply"</span> && inst<span class="Delimiter">.</span>name != <span class="Constant">"return"</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L339" class="LineNr">339 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L340" class="LineNr">340 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"replied with the wrong number of products at '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L341" class="LineNr">341 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L342" class="LineNr">342 </span> <span class="Delimiter">}</span> +<span id="L343" class="LineNr">343 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L344" class="LineNr">344 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_match<span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> +<span id="L345" class="LineNr">345 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"replied with the wrong type at '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L346" class="LineNr">346 </span> <span class="Delimiter">}</span> <span id="L347" class="LineNr">347 </span> <span class="Delimiter">}</span> <span id="L348" class="LineNr">348 </span><span class="Delimiter">}</span> <span id="L349" class="LineNr">349 </span> @@ -471,11 +470,11 @@ if ('onhashchange' in window) { <span id="L405" class="LineNr">405 </span> caller_recipe<span class="Delimiter">.</span>ingredient_index<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L406" class="LineNr">406 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- checking return instructions against header for "</span> << caller_recipe<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L407" class="LineNr">407 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L408" class="LineNr">408 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type == <span class="Constant">NULL</span><span class="Delimiter">)</span> -<span id="L409" class="LineNr">409 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"ingredient '"</span> << caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name << <span class="Constant">"' has no type</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L410" class="LineNr">410 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>ingredient_index<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">))</span> -<span id="L411" class="LineNr">411 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name << <span class="Constant">"' can't repeat in the ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L412" class="LineNr">412 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>ingredient_index<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">,</span> i<span class="Delimiter">);</span> +<span id="L408" class="LineNr">408 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type == <span class="Constant">NULL</span><span class="Delimiter">)</span> +<span id="L409" class="LineNr">409 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"ingredient '"</span> << caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name << <span class="Constant">"' has no type</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L410" class="LineNr">410 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>ingredient_index<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">))</span> +<span id="L411" class="LineNr">411 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name << <span class="Constant">"' can't repeat in the ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L412" class="LineNr">412 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>ingredient_index<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">,</span> i<span class="Delimiter">);</span> <span id="L413" class="LineNr">413 </span> <span class="Delimiter">}</span> <span id="L414" class="LineNr">414 </span><span class="Delimiter">}</span> <span id="L415" class="LineNr">415 </span> @@ -504,35 +503,35 @@ if ('onhashchange' in window) { <span id="L438" class="LineNr">438 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- deduce types from header for "</span> << caller_recipe<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L439" class="LineNr">439 </span> map<string<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree*> header_type<span class="Delimiter">;</span> <span id="L440" class="LineNr">440 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L441" class="LineNr">441 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// error handled elsewhere</span> -<span id="L442" class="LineNr">442 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>header_type<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> -<span id="L443" class="LineNr">443 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"type of "</span> << caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name << <span class="Constant">" is "</span> << names_to_string<span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L441" class="LineNr">441 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// error handled elsewhere</span> +<span id="L442" class="LineNr">442 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>header_type<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> +<span id="L443" class="LineNr">443 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"type of "</span> << caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name << <span class="Constant">" is "</span> << names_to_string<span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L444" class="LineNr">444 </span> <span class="Delimiter">}</span> <span id="L445" class="LineNr">445 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L446" class="LineNr">446 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// error handled elsewhere</span> -<span id="L447" class="LineNr">447 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>header_type<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> -<span id="L448" class="LineNr">448 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"type of "</span> << caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name << <span class="Constant">" is "</span> << names_to_string<span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L446" class="LineNr">446 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// error handled elsewhere</span> +<span id="L447" class="LineNr">447 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>header_type<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> +<span id="L448" class="LineNr">448 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"type of "</span> << caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name << <span class="Constant">" is "</span> << names_to_string<span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L449" class="LineNr">449 </span> <span class="Delimiter">}</span> <span id="L450" class="LineNr">450 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L451" class="LineNr">451 </span> <span class="Conceal">¦</span> instruction& inst = caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L452" class="LineNr">452 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"instruction: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L453" class="LineNr">453 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L454" class="LineNr">454 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L455" class="LineNr">455 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>header_type<span class="Delimiter">.</span>find<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">)</span> == header_type<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> -<span id="L456" class="LineNr">456 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L457" class="LineNr">457 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>header_type<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// error handled elsewhere</span> -<span id="L458" class="LineNr">458 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*get<span class="Delimiter">(</span>header_type<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">));</span> -<span id="L459" class="LineNr">459 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"type of "</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name << <span class="Constant">" is "</span> << names_to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L460" class="LineNr">460 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L461" class="LineNr">461 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L462" class="LineNr">462 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">" product: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L463" class="LineNr">463 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L464" class="LineNr">464 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>header_type<span class="Delimiter">.</span>find<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">)</span> == header_type<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> -<span id="L465" class="LineNr">465 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L466" class="LineNr">466 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>header_type<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// error handled elsewhere</span> -<span id="L467" class="LineNr">467 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*get<span class="Delimiter">(</span>header_type<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">));</span> -<span id="L468" class="LineNr">468 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"type of "</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name << <span class="Constant">" is "</span> << names_to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L469" class="LineNr">469 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L451" class="LineNr">451 </span> instruction& inst = caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L452" class="LineNr">452 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"instruction: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L453" class="LineNr">453 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L454" class="LineNr">454 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L455" class="LineNr">455 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>header_type<span class="Delimiter">.</span>find<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">)</span> == header_type<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> +<span id="L456" class="LineNr">456 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L457" class="LineNr">457 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>header_type<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// error handled elsewhere</span> +<span id="L458" class="LineNr">458 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*get<span class="Delimiter">(</span>header_type<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">));</span> +<span id="L459" class="LineNr">459 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"type of "</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name << <span class="Constant">" is "</span> << names_to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L460" class="LineNr">460 </span> <span class="Delimiter">}</span> +<span id="L461" class="LineNr">461 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L462" class="LineNr">462 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">" product: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L463" class="LineNr">463 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L464" class="LineNr">464 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>header_type<span class="Delimiter">.</span>find<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">)</span> == header_type<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> +<span id="L465" class="LineNr">465 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L466" class="LineNr">466 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>header_type<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// error handled elsewhere</span> +<span id="L467" class="LineNr">467 </span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*get<span class="Delimiter">(</span>header_type<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">));</span> +<span id="L468" class="LineNr">468 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"type of "</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name << <span class="Constant">" is "</span> << names_to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L469" class="LineNr">469 </span> <span class="Delimiter">}</span> <span id="L470" class="LineNr">470 </span> <span class="Delimiter">}</span> <span id="L471" class="LineNr">471 </span><span class="Delimiter">}</span> <span id="L472" class="LineNr">472 </span> @@ -560,15 +559,15 @@ if ('onhashchange' in window) { <span id="L494" class="LineNr">494 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- fill in return ingredients from header for <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller_recipe<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L495" class="LineNr">495 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!caller_recipe<span class="Delimiter">.</span>has_header<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L496" class="LineNr">496 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L497" class="LineNr">497 </span> <span class="Conceal">¦</span> instruction& inst = caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L498" class="LineNr">498 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"reply"</span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"return"</span><span class="Delimiter">)</span> -<span id="L499" class="LineNr">499 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> add_header_products<span class="Delimiter">(</span>inst<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">);</span> +<span id="L497" class="LineNr">497 </span> instruction& inst = caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L498" class="LineNr">498 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"reply"</span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"return"</span><span class="Delimiter">)</span> +<span id="L499" class="LineNr">499 </span> add_header_products<span class="Delimiter">(</span>inst<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">);</span> <span id="L500" class="LineNr">500 </span> <span class="Delimiter">}</span> <span id="L501" class="LineNr">501 </span> <span class="Comment">// fall through return</span> <span id="L502" class="LineNr">502 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L503" class="LineNr">503 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& final_instruction = caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">)</span>-<span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L504" class="LineNr">504 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>final_instruction<span class="Delimiter">.</span>name == <span class="Constant">"reply"</span> || final_instruction<span class="Delimiter">.</span>name == <span class="Constant">"return"</span><span class="Delimiter">)</span> -<span id="L505" class="LineNr">505 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L503" class="LineNr">503 </span> <span class="Normal">const</span> instruction& final_instruction = caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">)</span>-<span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L504" class="LineNr">504 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>final_instruction<span class="Delimiter">.</span>name == <span class="Constant">"reply"</span> || final_instruction<span class="Delimiter">.</span>name == <span class="Constant">"return"</span><span class="Delimiter">)</span> +<span id="L505" class="LineNr">505 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L506" class="LineNr">506 </span> <span class="Delimiter">}</span> <span id="L507" class="LineNr">507 </span> <a href='010vm.cc.html#L32'>instruction</a> inst<span class="Delimiter">;</span> <span id="L508" class="LineNr">508 </span> inst<span class="Delimiter">.</span>name = <span class="Constant">"return"</span><span class="Delimiter">;</span> @@ -580,15 +579,15 @@ if ('onhashchange' in window) { <span id="L514" class="LineNr">514 </span> assert<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"reply"</span> || inst<span class="Delimiter">.</span>name == <span class="Constant">"return"</span><span class="Delimiter">);</span> <span id="L515" class="LineNr">515 </span> <span class="Comment">// collect any products with the same names as ingredients</span> <span id="L516" class="LineNr">516 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L517" class="LineNr">517 </span> <span class="Conceal">¦</span> <span class="Comment">// if the ingredient is missing, add it from the header</span> -<span id="L518" class="LineNr">518 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> == i<span class="Delimiter">)</span> -<span id="L519" class="LineNr">519 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L520" class="LineNr">520 </span> <span class="Conceal">¦</span> <span class="Comment">// if it's missing /same_as_ingredient, try to fill it in</span> -<span id="L521" class="LineNr">521 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>ingredient_index<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">)</span> && !has_property<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">"same_as_ingredient"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L522" class="LineNr">522 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ostringstream same_as_ingredient<span class="Delimiter">;</span> -<span id="L523" class="LineNr">523 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> same_as_ingredient << get<span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>ingredient_index<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">);</span> -<span id="L524" class="LineNr">524 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"same-as-ingredient"</span><span class="Delimiter">,</span> <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>same_as_ingredient<span class="Delimiter">.</span>str<span class="Delimiter">())));</span> -<span id="L525" class="LineNr">525 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L517" class="LineNr">517 </span> <span class="Comment">// if the ingredient is missing, add it from the header</span> +<span id="L518" class="LineNr">518 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> == i<span class="Delimiter">)</span> +<span id="L519" class="LineNr">519 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L520" class="LineNr">520 </span> <span class="Comment">// if it's missing /same_as_ingredient, try to fill it in</span> +<span id="L521" class="LineNr">521 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>ingredient_index<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">)</span> && !has_property<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">"same_as_ingredient"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L522" class="LineNr">522 </span> ostringstream same_as_ingredient<span class="Delimiter">;</span> +<span id="L523" class="LineNr">523 </span> same_as_ingredient << get<span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>ingredient_index<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">);</span> +<span id="L524" class="LineNr">524 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"same-as-ingredient"</span><span class="Delimiter">,</span> <span class="Normal">new</span> string_tree<span class="Delimiter">(</span>same_as_ingredient<span class="Delimiter">.</span>str<span class="Delimiter">())));</span> +<span id="L525" class="LineNr">525 </span> <span class="Delimiter">}</span> <span id="L526" class="LineNr">526 </span> <span class="Delimiter">}</span> <span id="L527" class="LineNr">527 </span><span class="Delimiter">}</span> <span id="L528" class="LineNr">528 </span> @@ -692,18 +691,18 @@ if ('onhashchange' in window) { <span id="L626" class="LineNr">626 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name != <span class="Constant">"main"</span><span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L627" class="LineNr">627 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"check <a href='010vm.cc.html#L19'>recipe</a> header constraints for <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L628" class="LineNr">628 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!caller<span class="Delimiter">.</span>has_header<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L629" class="LineNr">629 </span> reagent<span class="Comment">/*</span><span class="Comment">local</span><span class="Comment">*/</span> expected_ingredient<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L82'>address</a>:array:character"</span><span class="Delimiter">);</span> +<span id="L629" class="LineNr">629 </span> reagent<span class="Comment">/*</span><span class="Comment">local</span><span class="Comment">*/</span> expected_ingredient<span class="Delimiter">(</span><span class="Constant">"x:<a href='043space.cc.html#L80'>address</a>:array:character"</span><span class="Delimiter">);</span> <span id="L630" class="LineNr">630 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L631" class="LineNr">631 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match<span class="Delimiter">(</span>expected_ingredient<span class="Delimiter">,</span> caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L632" class="LineNr">632 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"ingredients of <a href='010vm.cc.html#L19'>recipe</a> 'main' must all be text (address:array:character)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L633" class="LineNr">633 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L634" class="LineNr">634 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L631" class="LineNr">631 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match<span class="Delimiter">(</span>expected_ingredient<span class="Delimiter">,</span> caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L632" class="LineNr">632 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"ingredients of <a href='010vm.cc.html#L19'>recipe</a> 'main' must all be text (address:array:character)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L633" class="LineNr">633 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L634" class="LineNr">634 </span> <span class="Delimiter">}</span> <span id="L635" class="LineNr">635 </span> <span class="Delimiter">}</span> <span id="L636" class="LineNr">636 </span> <span class="Normal">int</span> nprod = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">);</span> <span id="L637" class="LineNr">637 </span> reagent<span class="Comment">/*</span><span class="Comment">local</span><span class="Comment">*/</span> expected_product<span class="Delimiter">(</span><span class="Constant">"x:number"</span><span class="Delimiter">);</span> <span id="L638" class="LineNr">638 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>nprod > <span class="Constant">1</span> -<span id="L639" class="LineNr">639 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> || <span class="Delimiter">(</span>nprod == <span class="Constant">1</span> && !types_strictly_match<span class="Delimiter">(</span>expected_product<span class="Delimiter">,</span> caller<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))))</span> <span class="Delimiter">{</span> -<span id="L640" class="LineNr">640 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"recipe 'main' must return at most a single product, a number</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L639" class="LineNr">639 </span> || <span class="Delimiter">(</span>nprod == <span class="Constant">1</span> && !types_strictly_match<span class="Delimiter">(</span>expected_product<span class="Delimiter">,</span> caller<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))))</span> <span class="Delimiter">{</span> +<span id="L640" class="LineNr">640 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"recipe 'main' must return at most a single product, a number</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L641" class="LineNr">641 </span> <span class="Delimiter">}</span> <span id="L642" class="LineNr">642 </span><span class="Delimiter">}</span> </pre> diff --git a/html/054static_dispatch.cc.html b/html/054static_dispatch.cc.html index 7dc4043e..945900e8 100644 --- a/html/054static_dispatch.cc.html +++ b/html/054static_dispatch.cc.html @@ -16,20 +16,19 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .LineNr { color: #444444; } +.Delimiter { color: #800080; } +.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .CommentedCode { color: #6c6c6c; } +.traceAbsent { color: #c00000; } .muRecipe { color: #ff8700; } +.Constant { color: #00a0a0; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .cSpecial { color: #008000; } .muData { color: #ffff00; } -.Identifier { color: #c0a020; } -.Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } -.traceAbsent { color: #c00000; } -.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.traceContains { color: #008000; } --> </style> @@ -100,16 +99,16 @@ if ('onhashchange' in window) { <span id="L34" class="LineNr"> 34 </span><span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">.</span>name != <span class="Constant">"main"</span> && contains_key<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> result<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span id="L35" class="LineNr"> 35 </span> <span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r = get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> result<span class="Delimiter">.</span>name<span class="Delimiter">);</span> <span id="L36" class="LineNr"> 36 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">)</span> || get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>has_header<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> string new_name = <a href='054static_dispatch.cc.html#L56'>matching_variant_name</a><span class="Delimiter">(</span>result<span class="Delimiter">);</span> -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>new_name<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// variant doesn't already exist</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> new_name = <a href='054static_dispatch.cc.html#L111'>next_unused_recipe_name</a><span class="Delimiter">(</span>result<span class="Delimiter">.</span>name<span class="Delimiter">);</span> -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> new_name<span class="Delimiter">,</span> Next_recipe_ordinal++<span class="Delimiter">);</span> -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Recipe_variants<span class="Delimiter">,</span> result<span class="Delimiter">.</span>name<span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> new_name<span class="Delimiter">));</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"load"</span><span class="Delimiter">)</span> << <span class="Constant">"switching "</span> << result<span class="Delimiter">.</span>name << <span class="Constant">" to "</span> << new_name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>name = new_name<span class="Delimiter">;</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>is_autogenerated = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L37" class="LineNr"> 37 </span> string new_name = <a href='054static_dispatch.cc.html#L56'>matching_variant_name</a><span class="Delimiter">(</span>result<span class="Delimiter">);</span> +<span id="L38" class="LineNr"> 38 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>new_name<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L39" class="LineNr"> 39 </span> <span class="Comment">// variant doesn't already exist</span> +<span id="L40" class="LineNr"> 40 </span> new_name = <a href='054static_dispatch.cc.html#L111'>next_unused_recipe_name</a><span class="Delimiter">(</span>result<span class="Delimiter">.</span>name<span class="Delimiter">);</span> +<span id="L41" class="LineNr"> 41 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> new_name<span class="Delimiter">,</span> Next_recipe_ordinal++<span class="Delimiter">);</span> +<span id="L42" class="LineNr"> 42 </span> <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Recipe_variants<span class="Delimiter">,</span> result<span class="Delimiter">.</span>name<span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> new_name<span class="Delimiter">));</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Delimiter">}</span> +<span id="L44" class="LineNr"> 44 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"load"</span><span class="Delimiter">)</span> << <span class="Constant">"switching "</span> << result<span class="Delimiter">.</span>name << <span class="Constant">" to "</span> << new_name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L45" class="LineNr"> 45 </span> result<span class="Delimiter">.</span>name = new_name<span class="Delimiter">;</span> +<span id="L46" class="LineNr"> 46 </span> result<span class="Delimiter">.</span>is_autogenerated = <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L47" class="LineNr"> 47 </span> <span class="Delimiter">}</span> <span id="L48" class="LineNr"> 48 </span><span class="Delimiter">}</span> <span id="L49" class="LineNr"> 49 </span><span class="Normal">else</span> <span class="Delimiter">{</span> @@ -122,10 +121,10 @@ if ('onhashchange' in window) { <span id="L56" class="LineNr"> 56 </span>string <a href='054static_dispatch.cc.html#L56'>matching_variant_name</a><span class="Delimiter">(</span><span class="Normal">const</span> recipe& rr<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L57" class="LineNr"> 57 </span> <span class="Normal">const</span> vector<recipe_ordinal>& variants = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Recipe_variants<span class="Delimiter">,</span> rr<span class="Delimiter">.</span>name<span class="Delimiter">);</span> <span id="L58" class="LineNr"> 58 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variants<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L60" class="LineNr"> 60 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> recipe& candidate = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!all_reagents_match<span class="Delimiter">(</span>rr<span class="Delimiter">,</span> candidate<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> candidate<span class="Delimiter">.</span>name<span class="Delimiter">;</span> +<span id="L59" class="LineNr"> 59 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L60" class="LineNr"> 60 </span> <span class="Normal">const</span> recipe& candidate = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L61" class="LineNr"> 61 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!all_reagents_match<span class="Delimiter">(</span>rr<span class="Delimiter">,</span> candidate<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L62" class="LineNr"> 62 </span> <span class="Identifier">return</span> candidate<span class="Delimiter">.</span>name<span class="Delimiter">;</span> <span id="L63" class="LineNr"> 63 </span> <span class="Delimiter">}</span> <span id="L64" class="LineNr"> 64 </span> <span class="Identifier">return</span> <span class="Constant">""</span><span class="Delimiter">;</span> <span id="L65" class="LineNr"> 65 </span><span class="Delimiter">}</span> @@ -134,16 +133,16 @@ if ('onhashchange' in window) { <span id="L68" class="LineNr"> 68 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r1<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r2<span class="Delimiter">.</span>ingredients<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L69" class="LineNr"> 69 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r1<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r2<span class="Delimiter">.</span>products<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L70" class="LineNr"> 70 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r1<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> expand_type_abbreviations<span class="Delimiter">(</span>r1<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> expand_type_abbreviations<span class="Delimiter">(</span>r2<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!deeply_equal_type_names<span class="Delimiter">(</span>r1<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> r2<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L71" class="LineNr"> 71 </span> expand_type_abbreviations<span class="Delimiter">(</span>r1<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> +<span id="L72" class="LineNr"> 72 </span> expand_type_abbreviations<span class="Delimiter">(</span>r2<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> +<span id="L73" class="LineNr"> 73 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!deeply_equal_type_names<span class="Delimiter">(</span>r1<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> r2<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> +<span id="L74" class="LineNr"> 74 </span> <span class="Identifier">return</span> <span class="Constant">false</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="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r1<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> expand_type_abbreviations<span class="Delimiter">(</span>r1<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> expand_type_abbreviations<span class="Delimiter">(</span>r2<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!deeply_equal_type_names<span class="Delimiter">(</span>r1<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> r2<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L77" class="LineNr"> 77 </span> expand_type_abbreviations<span class="Delimiter">(</span>r1<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> +<span id="L78" class="LineNr"> 78 </span> expand_type_abbreviations<span class="Delimiter">(</span>r2<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!deeply_equal_type_names<span class="Delimiter">(</span>r1<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> r2<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L81" class="LineNr"> 81 </span> <span class="Delimiter">}</span> <span id="L82" class="LineNr"> 82 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L83" class="LineNr"> 83 </span><span class="Delimiter">}</span> @@ -162,24 +161,24 @@ if ('onhashchange' in window) { <span id="L96" class="LineNr"> 96 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!b<span class="Delimiter">)</span> <span class="Identifier">return</span> !a<span class="Delimiter">;</span> <span id="L97" class="LineNr"> 97 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">-></span>atom != b<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L98" class="LineNr"> 98 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">-></span>name == <span class="Constant">"literal"</span> && b<span class="Delimiter">-></span>name == <span class="Constant">"literal"</span><span class="Delimiter">)</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">-></span>name == <span class="Constant">"literal"</span><span class="Delimiter">)</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> Literal_type_names<span class="Delimiter">.</span>find<span class="Delimiter">(</span>b<span class="Delimiter">-></span>name<span class="Delimiter">)</span> != Literal_type_names<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>b<span class="Delimiter">-></span>name == <span class="Constant">"literal"</span><span class="Delimiter">)</span> -<span id="L104" class="LineNr">104 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> Literal_type_names<span class="Delimiter">.</span>find<span class="Delimiter">(</span>a<span class="Delimiter">-></span>name<span class="Delimiter">)</span> != Literal_type_names<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L105" class="LineNr">105 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> a<span class="Delimiter">-></span>name == b<span class="Delimiter">-></span>name<span class="Delimiter">;</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">-></span>name == <span class="Constant">"literal"</span> && b<span class="Delimiter">-></span>name == <span class="Constant">"literal"</span><span class="Delimiter">)</span> +<span id="L100" class="LineNr">100 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L101" class="LineNr">101 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>a<span class="Delimiter">-></span>name == <span class="Constant">"literal"</span><span class="Delimiter">)</span> +<span id="L102" class="LineNr">102 </span> <span class="Identifier">return</span> Literal_type_names<span class="Delimiter">.</span>find<span class="Delimiter">(</span>b<span class="Delimiter">-></span>name<span class="Delimiter">)</span> != Literal_type_names<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L103" class="LineNr">103 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>b<span class="Delimiter">-></span>name == <span class="Constant">"literal"</span><span class="Delimiter">)</span> +<span id="L104" class="LineNr">104 </span> <span class="Identifier">return</span> Literal_type_names<span class="Delimiter">.</span>find<span class="Delimiter">(</span>a<span class="Delimiter">-></span>name<span class="Delimiter">)</span> != Literal_type_names<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L105" class="LineNr">105 </span> <span class="Identifier">return</span> a<span class="Delimiter">-></span>name == b<span class="Delimiter">-></span>name<span class="Delimiter">;</span> <span id="L106" class="LineNr">106 </span> <span class="Delimiter">}</span> <span id="L107" class="LineNr">107 </span> <span class="Identifier">return</span> deeply_equal_type_names<span class="Delimiter">(</span>a<span class="Delimiter">-></span>left<span class="Delimiter">,</span> b<span class="Delimiter">-></span>left<span class="Delimiter">)</span> -<span id="L108" class="LineNr">108 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && deeply_equal_type_names<span class="Delimiter">(</span>a<span class="Delimiter">-></span>right<span class="Delimiter">,</span> b<span class="Delimiter">-></span>right<span class="Delimiter">);</span> +<span id="L108" class="LineNr">108 </span> && deeply_equal_type_names<span class="Delimiter">(</span>a<span class="Delimiter">-></span>right<span class="Delimiter">,</span> b<span class="Delimiter">-></span>right<span class="Delimiter">);</span> <span id="L109" class="LineNr">109 </span><span class="Delimiter">}</span> <span id="L110" class="LineNr">110 </span> <span id="L111" class="LineNr">111 </span>string <a href='054static_dispatch.cc.html#L111'>next_unused_recipe_name</a><span class="Delimiter">(</span><span class="Normal">const</span> string& recipe_name<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L112" class="LineNr">112 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">2</span><span class="Delimiter">;</span> <span class="Comment">/*</span><span class="Comment">forever</span><span class="Comment">*/</span><span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> ostringstream out<span class="Delimiter">;</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> out << recipe_name << <span class="Constant">'_'</span> << i<span class="Delimiter">;</span> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> out<span class="Delimiter">.</span>str<span class="Delimiter">()))</span> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> +<span id="L113" class="LineNr">113 </span> ostringstream out<span class="Delimiter">;</span> +<span id="L114" class="LineNr">114 </span> out << recipe_name << <span class="Constant">'_'</span> << i<span class="Delimiter">;</span> +<span id="L115" class="LineNr">115 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> out<span class="Delimiter">.</span>str<span class="Delimiter">()))</span> +<span id="L116" class="LineNr">116 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L117" class="LineNr">117 </span> <span class="Delimiter">}</span> <span id="L118" class="LineNr">118 </span><span class="Delimiter">}</span> <span id="L119" class="LineNr">119 </span> @@ -230,9 +229,9 @@ if ('onhashchange' in window) { <span id="L164" class="LineNr">164 </span> recipe& caller_recipe = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L165" class="LineNr">165 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- resolve ambiguous calls for <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller_recipe<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L166" class="LineNr">166 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> index = <span class="Constant">0</span><span class="Delimiter">;</span> index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> instruction& inst = caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> <a href='054static_dispatch.cc.html#L173'>resolve_ambiguous_call</a><span class="Delimiter">(</span>r<span class="Delimiter">,</span> index<span class="Delimiter">,</span> inst<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">);</span> +<span id="L167" class="LineNr">167 </span> instruction& inst = caller_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L168" class="LineNr">168 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>is_label<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L169" class="LineNr">169 </span> <a href='054static_dispatch.cc.html#L173'>resolve_ambiguous_call</a><span class="Delimiter">(</span>r<span class="Delimiter">,</span> index<span class="Delimiter">,</span> inst<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">);</span> <span id="L170" class="LineNr">170 </span> <span class="Delimiter">}</span> <span id="L171" class="LineNr">171 </span><span class="Delimiter">}</span> <span id="L172" class="LineNr">172 </span> @@ -243,7 +242,7 @@ if ('onhashchange' in window) { <span id="L177" class="LineNr">177 </span> Resolve_stack<span class="Delimiter">.</span>push_front<span class="Delimiter">(</span>call<span class="Delimiter">(</span>r<span class="Delimiter">,</span> index<span class="Delimiter">));</span> <span id="L178" class="LineNr">178 </span> string new_name = best_variant<span class="Delimiter">(</span>inst<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">);</span> <span id="L179" class="LineNr">179 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!new_name<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>name = new_name<span class="Delimiter">;</span> +<span id="L180" class="LineNr">180 </span> inst<span class="Delimiter">.</span>name = new_name<span class="Delimiter">;</span> <span id="L181" class="LineNr">181 </span> assert<span class="Delimiter">(</span>Resolve_stack<span class="Delimiter">.</span>front<span class="Delimiter">().</span>running_recipe == r<span class="Delimiter">);</span> <span id="L182" class="LineNr">182 </span> assert<span class="Delimiter">(</span>Resolve_stack<span class="Delimiter">.</span>front<span class="Delimiter">().</span>running_step_index == index<span class="Delimiter">);</span> <span id="L183" class="LineNr">183 </span> Resolve_stack<span class="Delimiter">.</span>pop_front<span class="Delimiter">();</span> @@ -275,34 +274,34 @@ if ('onhashchange' in window) { <span id="L209" class="LineNr">209 </span> <span id="L210" class="LineNr">210 </span> <span class="Comment">// error messages</span> <span id="L211" class="LineNr">211 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_primitive<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>name<span class="Delimiter">)))</span> <span class="Delimiter">{</span> <span class="Comment">// we currently don't check types for primitive variants</span> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variants<span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L213" class="LineNr">213 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"types don't match in call for '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L214" class="LineNr">214 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" which tries to call '"</span> << original_header_label<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L217" class="LineNr">217 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"failed to find a matching call for '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L218" class="LineNr">218 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" available variants are:</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L219" class="LineNr">219 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variants<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" "</span> << <a href='054static_dispatch.cc.html#L594'>original_header_label</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L221" class="LineNr">221 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L222" class="LineNr">222 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span>list<call>::iterator p = <span class="Comment">/*</span><span class="Comment">skip</span><span class="Comment">*/</span>++Resolve_stack<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Resolve_stack<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L223" class="LineNr">223 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> recipe& specializer_recipe = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> p<span class="Delimiter">-></span>running_recipe<span class="Delimiter">);</span> -<span id="L224" class="LineNr">224 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& specializer_inst = specializer_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>p<span class="Delimiter">-></span>running_step_index<span class="Delimiter">);</span> -<span id="L225" class="LineNr">225 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>specializer_recipe<span class="Delimiter">.</span>name != <span class="Constant">"interactive"</span><span class="Delimiter">)</span> -<span id="L226" class="LineNr">226 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" (from '"</span> << to_original_string<span class="Delimiter">(</span>specializer_inst<span class="Delimiter">)</span> << <span class="Constant">"' in "</span> << specializer_recipe<span class="Delimiter">.</span>name << <span class="Constant">")</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L227" class="LineNr">227 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> -<span id="L228" class="LineNr">228 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" (from '"</span> << to_original_string<span class="Delimiter">(</span>specializer_inst<span class="Delimiter">)</span> << <span class="Constant">"')</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L229" class="LineNr">229 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// One special-case to help with the rewrite_stash transform. (cross-layer)</span> -<span id="L230" class="LineNr">230 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>specializer_inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"stash_"</span><span class="Delimiter">)</span> == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L231" class="LineNr">231 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='010vm.cc.html#L32'>instruction</a> stash_inst<span class="Delimiter">;</span> -<span id="L232" class="LineNr">232 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='054static_dispatch.cc.html#L377'>next_stash</a><span class="Delimiter">(</span>*p<span class="Delimiter">,</span> &stash_inst<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L233" class="LineNr">233 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>specializer_recipe<span class="Delimiter">.</span>name != <span class="Constant">"interactive"</span><span class="Delimiter">)</span> -<span id="L234" class="LineNr">234 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" (part of '"</span> << to_original_string<span class="Delimiter">(</span>stash_inst<span class="Delimiter">)</span> << <span class="Constant">"' in "</span> << specializer_recipe<span class="Delimiter">.</span>name << <span class="Constant">")</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L235" class="LineNr">235 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> -<span id="L236" class="LineNr">236 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" (part of '"</span> << to_original_string<span class="Delimiter">(</span>stash_inst<span class="Delimiter">)</span> << <span class="Constant">"')</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L237" class="LineNr">237 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L238" class="LineNr">238 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L239" class="LineNr">239 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L212" class="LineNr">212 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variants<span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L213" class="LineNr">213 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"types don't match in call for '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L214" class="LineNr">214 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" which tries to call '"</span> << original_header_label<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L215" class="LineNr">215 </span> <span class="Delimiter">}</span> +<span id="L216" class="LineNr">216 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L217" class="LineNr">217 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"failed to find a matching call for '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L218" class="LineNr">218 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" available variants are:</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L219" class="LineNr">219 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variants<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L220" class="LineNr">220 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" "</span> << <a href='054static_dispatch.cc.html#L594'>original_header_label</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L221" class="LineNr">221 </span> <span class="Delimiter">}</span> +<span id="L222" class="LineNr">222 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>list<call>::iterator p = <span class="Comment">/*</span><span class="Comment">skip</span><span class="Comment">*/</span>++Resolve_stack<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Resolve_stack<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L223" class="LineNr">223 </span> <span class="Normal">const</span> recipe& specializer_recipe = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> p<span class="Delimiter">-></span>running_recipe<span class="Delimiter">);</span> +<span id="L224" class="LineNr">224 </span> <span class="Normal">const</span> instruction& specializer_inst = specializer_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>p<span class="Delimiter">-></span>running_step_index<span class="Delimiter">);</span> +<span id="L225" class="LineNr">225 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>specializer_recipe<span class="Delimiter">.</span>name != <span class="Constant">"interactive"</span><span class="Delimiter">)</span> +<span id="L226" class="LineNr">226 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" (from '"</span> << to_original_string<span class="Delimiter">(</span>specializer_inst<span class="Delimiter">)</span> << <span class="Constant">"' in "</span> << specializer_recipe<span class="Delimiter">.</span>name << <span class="Constant">")</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L227" class="LineNr">227 </span> <span class="Normal">else</span> +<span id="L228" class="LineNr">228 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" (from '"</span> << to_original_string<span class="Delimiter">(</span>specializer_inst<span class="Delimiter">)</span> << <span class="Constant">"')</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L229" class="LineNr">229 </span> <span class="Comment">// One special-case to help with the rewrite_stash transform. (cross-layer)</span> +<span id="L230" class="LineNr">230 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>specializer_inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">"stash_"</span><span class="Delimiter">)</span> == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L231" class="LineNr">231 </span> <a href='010vm.cc.html#L32'>instruction</a> stash_inst<span class="Delimiter">;</span> +<span id="L232" class="LineNr">232 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='054static_dispatch.cc.html#L377'>next_stash</a><span class="Delimiter">(</span>*p<span class="Delimiter">,</span> &stash_inst<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L233" class="LineNr">233 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>specializer_recipe<span class="Delimiter">.</span>name != <span class="Constant">"interactive"</span><span class="Delimiter">)</span> +<span id="L234" class="LineNr">234 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" (part of '"</span> << to_original_string<span class="Delimiter">(</span>stash_inst<span class="Delimiter">)</span> << <span class="Constant">"' in "</span> << specializer_recipe<span class="Delimiter">.</span>name << <span class="Constant">")</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L235" class="LineNr">235 </span> <span class="Normal">else</span> +<span id="L236" class="LineNr">236 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" (part of '"</span> << to_original_string<span class="Delimiter">(</span>stash_inst<span class="Delimiter">)</span> << <span class="Constant">"')</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L237" class="LineNr">237 </span> <span class="Delimiter">}</span> +<span id="L238" class="LineNr">238 </span> <span class="Delimiter">}</span> +<span id="L239" class="LineNr">239 </span> <span class="Delimiter">}</span> <span id="L240" class="LineNr">240 </span> <span class="Delimiter">}</span> <span id="L241" class="LineNr">241 </span> <span class="Identifier">return</span> <span class="Constant">""</span><span class="Delimiter">;</span> <span id="L242" class="LineNr">242 </span><span class="Delimiter">}</span> @@ -311,27 +310,27 @@ if ('onhashchange' in window) { <span id="L245" class="LineNr">245 </span>vector<recipe_ordinal> <a href='054static_dispatch.cc.html#L245'>strictly_matching_variants</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> vector<recipe_ordinal>& variants<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L246" class="LineNr">246 </span> vector<recipe_ordinal> result<span class="Delimiter">;</span> <span id="L247" class="LineNr">247 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variants<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L248" class="LineNr">248 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L249" class="LineNr">249 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"checking variant (strict) "</span> << i << <span class="Constant">": "</span> << header_label<span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L250" class="LineNr">250 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='054static_dispatch.cc.html#L256'>all_header_reagents_strictly_match</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))))</span> -<span id="L251" class="LineNr">251 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L248" class="LineNr">248 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L249" class="LineNr">249 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"checking variant (strict) "</span> << i << <span class="Constant">": "</span> << header_label<span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L250" class="LineNr">250 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='054static_dispatch.cc.html#L256'>all_header_reagents_strictly_match</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))))</span> +<span id="L251" class="LineNr">251 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> <span id="L252" class="LineNr">252 </span> <span class="Delimiter">}</span> <span id="L253" class="LineNr">253 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L254" class="LineNr">254 </span><span class="Delimiter">}</span> <span id="L255" class="LineNr">255 </span> <span id="L256" class="LineNr">256 </span><span class="Normal">bool</span> <a href='054static_dispatch.cc.html#L256'>all_header_reagents_strictly_match</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& variant<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L257" class="LineNr">257 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>ingredients<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L258" class="LineNr">258 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match<span class="Delimiter">(</span>variant<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L259" class="LineNr">259 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"strict match failed: ingredient "</span> << i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L260" class="LineNr">260 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L261" class="LineNr">261 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L258" class="LineNr">258 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match<span class="Delimiter">(</span>variant<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L259" class="LineNr">259 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"strict match failed: ingredient "</span> << i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L260" class="LineNr">260 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L261" class="LineNr">261 </span> <span class="Delimiter">}</span> <span id="L262" class="LineNr">262 </span> <span class="Delimiter">}</span> <span id="L263" class="LineNr">263 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>products<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L264" class="LineNr">264 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L265" class="LineNr">265 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match<span class="Delimiter">(</span>variant<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L266" class="LineNr">266 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"strict match failed: product "</span> << i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L267" class="LineNr">267 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L268" class="LineNr">268 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L264" class="LineNr">264 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L265" class="LineNr">265 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match<span class="Delimiter">(</span>variant<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L266" class="LineNr">266 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"strict match failed: product "</span> << i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L267" class="LineNr">267 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L268" class="LineNr">268 </span> <span class="Delimiter">}</span> <span id="L269" class="LineNr">269 </span> <span class="Delimiter">}</span> <span id="L270" class="LineNr">270 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L271" class="LineNr">271 </span><span class="Delimiter">}</span> @@ -340,37 +339,37 @@ if ('onhashchange' in window) { <span id="L274" class="LineNr">274 </span>vector<recipe_ordinal> <a href='054static_dispatch.cc.html#L274'>strictly_matching_variants_except_literal_against_address_or_boolean</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> vector<recipe_ordinal>& variants<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L275" class="LineNr">275 </span> vector<recipe_ordinal> result<span class="Delimiter">;</span> <span id="L276" class="LineNr">276 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variants<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L277" class="LineNr">277 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L278" class="LineNr">278 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"checking variant (strict except literal-against-boolean) "</span> << i << <span class="Constant">": "</span> << header_label<span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L279" class="LineNr">279 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='054static_dispatch.cc.html#L285'>all_header_reagents_strictly_match_except_literal_against_address_or_boolean</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))))</span> -<span id="L280" class="LineNr">280 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L277" class="LineNr">277 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L278" class="LineNr">278 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"checking variant (strict except literal-against-boolean) "</span> << i << <span class="Constant">": "</span> << header_label<span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L279" class="LineNr">279 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='054static_dispatch.cc.html#L285'>all_header_reagents_strictly_match_except_literal_against_address_or_boolean</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))))</span> +<span id="L280" class="LineNr">280 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> <span id="L281" class="LineNr">281 </span> <span class="Delimiter">}</span> <span id="L282" class="LineNr">282 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L283" class="LineNr">283 </span><span class="Delimiter">}</span> <span id="L284" class="LineNr">284 </span> <span id="L285" class="LineNr">285 </span><span class="Normal">bool</span> <a href='054static_dispatch.cc.html#L285'>all_header_reagents_strictly_match_except_literal_against_address_or_boolean</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& variant<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L286" class="LineNr">286 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>ingredients<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L287" class="LineNr">287 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match_except_literal_against_address_or_boolean<span class="Delimiter">(</span>variant<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L288" class="LineNr">288 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"match failed: ingredient "</span> << i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L289" class="LineNr">289 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L290" class="LineNr">290 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L287" class="LineNr">287 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match_except_literal_against_address_or_boolean<span class="Delimiter">(</span>variant<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L288" class="LineNr">288 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"match failed: ingredient "</span> << i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L289" class="LineNr">289 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L290" class="LineNr">290 </span> <span class="Delimiter">}</span> <span id="L291" class="LineNr">291 </span> <span class="Delimiter">}</span> <span id="L292" class="LineNr">292 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>products<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L293" class="LineNr">293 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L294" class="LineNr">294 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match_except_literal_against_address_or_boolean<span class="Delimiter">(</span>variant<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L295" class="LineNr">295 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"match failed: product "</span> << i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L296" class="LineNr">296 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L297" class="LineNr">297 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L293" class="LineNr">293 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L294" class="LineNr">294 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match_except_literal_against_address_or_boolean<span class="Delimiter">(</span>variant<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L295" class="LineNr">295 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"match failed: product "</span> << i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L296" class="LineNr">296 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</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="L299" class="LineNr">299 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L300" class="LineNr">300 </span><span class="Delimiter">}</span> <span id="L301" class="LineNr">301 </span> <span id="L302" class="LineNr">302 </span><span class="Normal">bool</span> <a href='054static_dispatch.cc.html#L302'>types_strictly_match_except_literal_against_address_or_boolean</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& to<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& from<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L303" class="LineNr">303 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>from<span class="Delimiter">)</span> && <a href='021check_instruction.cc.html#L232'>is_mu_boolean</a><span class="Delimiter">(</span>to<span class="Delimiter">))</span> -<span id="L304" class="LineNr">304 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> from<span class="Delimiter">.</span>name == <span class="Constant">"0"</span> || from<span class="Delimiter">.</span>name == <span class="Constant">"1"</span><span class="Delimiter">;</span> +<span id="L304" class="LineNr">304 </span> <span class="Identifier">return</span> from<span class="Delimiter">.</span>name == <span class="Constant">"0"</span> || from<span class="Delimiter">.</span>name == <span class="Constant">"1"</span><span class="Delimiter">;</span> <span id="L305" class="LineNr">305 </span> <span class="Comment">// Match Literal Zero Against Address {</span> <span id="L306" class="LineNr">306 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>from<span class="Delimiter">)</span> && is_mu_address<span class="Delimiter">(</span>to<span class="Delimiter">))</span> -<span id="L307" class="LineNr">307 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> from<span class="Delimiter">.</span>name == <span class="Constant">"0"</span><span class="Delimiter">;</span> +<span id="L307" class="LineNr">307 </span> <span class="Identifier">return</span> from<span class="Delimiter">.</span>name == <span class="Constant">"0"</span><span class="Delimiter">;</span> <span id="L308" class="LineNr">308 </span> <span class="Comment">// }</span> <span id="L309" class="LineNr">309 </span> <span class="Identifier">return</span> types_strictly_match<span class="Delimiter">(</span>to<span class="Delimiter">,</span> from<span class="Delimiter">);</span> <span id="L310" class="LineNr">310 </span><span class="Delimiter">}</span> @@ -379,27 +378,27 @@ if ('onhashchange' in window) { <span id="L313" class="LineNr">313 </span>vector<recipe_ordinal> <a href='054static_dispatch.cc.html#L313'>matching_variants</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> vector<recipe_ordinal>& variants<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L314" class="LineNr">314 </span> vector<recipe_ordinal> result<span class="Delimiter">;</span> <span id="L315" class="LineNr">315 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variants<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L316" class="LineNr">316 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L317" class="LineNr">317 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"checking variant "</span> << i << <span class="Constant">": "</span> << header_label<span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L318" class="LineNr">318 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='054static_dispatch.cc.html#L324'>all_header_reagents_match</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))))</span> -<span id="L319" class="LineNr">319 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L316" class="LineNr">316 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L317" class="LineNr">317 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"checking variant "</span> << i << <span class="Constant">": "</span> << header_label<span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L318" class="LineNr">318 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='054static_dispatch.cc.html#L324'>all_header_reagents_match</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))))</span> +<span id="L319" class="LineNr">319 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> <span id="L320" class="LineNr">320 </span> <span class="Delimiter">}</span> <span id="L321" class="LineNr">321 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L322" class="LineNr">322 </span><span class="Delimiter">}</span> <span id="L323" class="LineNr">323 </span> <span id="L324" class="LineNr">324 </span><span class="Normal">bool</span> <a href='054static_dispatch.cc.html#L324'>all_header_reagents_match</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& variant<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L325" class="LineNr">325 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>ingredients<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L326" class="LineNr">326 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_match<span class="Delimiter">(</span>variant<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L327" class="LineNr">327 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"match failed: ingredient "</span> << i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L328" class="LineNr">328 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L329" class="LineNr">329 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L326" class="LineNr">326 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_match<span class="Delimiter">(</span>variant<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L327" class="LineNr">327 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"match failed: ingredient "</span> << i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L328" class="LineNr">328 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L329" class="LineNr">329 </span> <span class="Delimiter">}</span> <span id="L330" class="LineNr">330 </span> <span class="Delimiter">}</span> <span id="L331" class="LineNr">331 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>products<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L332" class="LineNr">332 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L333" class="LineNr">333 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_match<span class="Delimiter">(</span>variant<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L334" class="LineNr">334 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"match failed: product "</span> << i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L335" class="LineNr">335 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L336" class="LineNr">336 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L332" class="LineNr">332 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L333" class="LineNr">333 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_match<span class="Delimiter">(</span>variant<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L334" class="LineNr">334 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"match failed: product "</span> << i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L335" class="LineNr">335 </span> <span class="Identifier">return</span> <span class="Constant">false</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="Delimiter">}</span> <span id="L338" class="LineNr">338 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L339" class="LineNr">339 </span><span class="Delimiter">}</span> @@ -411,24 +410,24 @@ if ('onhashchange' in window) { <span id="L345" class="LineNr">345 </span> <span class="Normal">int</span> min_score = <span class="Constant">999</span><span class="Delimiter">;</span> <span id="L346" class="LineNr">346 </span> <span class="Normal">int</span> min_index = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L347" class="LineNr">347 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>candidates<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L348" class="LineNr">348 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> recipe& candidate = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> candidates<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L349" class="LineNr">349 </span> <span class="Conceal">¦</span> <span class="Comment">// prefer variants without extra or missing ingredients or products</span> -<span id="L350" class="LineNr">350 </span> <span class="Conceal">¦</span> <span class="Normal">int</span> score = abs<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>candidate<span class="Delimiter">.</span>products<span class="Delimiter">)</span>-SIZE<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">))</span> -<span id="L351" class="LineNr">351 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> + abs<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>candidate<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span>-SIZE<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">));</span> -<span id="L352" class="LineNr">352 </span> <span class="Conceal">¦</span> <span class="Comment">// prefer variants with non-address ingredients or products</span> -<span id="L353" class="LineNr">353 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>candidate<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L354" class="LineNr">354 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>candidate<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)))</span> -<span id="L355" class="LineNr">355 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++score<span class="Delimiter">;</span> -<span id="L356" class="LineNr">356 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L357" class="LineNr">357 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>candidate<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L358" class="LineNr">358 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>candidate<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)))</span> -<span id="L359" class="LineNr">359 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++score<span class="Delimiter">;</span> -<span id="L360" class="LineNr">360 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L361" class="LineNr">361 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>score < <span class="Constant">999</span><span class="Delimiter">);</span> -<span id="L362" class="LineNr">362 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>score < min_score<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L363" class="LineNr">363 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> min_score = score<span class="Delimiter">;</span> -<span id="L364" class="LineNr">364 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> min_index = i<span class="Delimiter">;</span> -<span id="L365" class="LineNr">365 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L348" class="LineNr">348 </span> <span class="Normal">const</span> recipe& candidate = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> candidates<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L349" class="LineNr">349 </span> <span class="Comment">// prefer variants without extra or missing ingredients or products</span> +<span id="L350" class="LineNr">350 </span> <span class="Normal">int</span> score = abs<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>candidate<span class="Delimiter">.</span>products<span class="Delimiter">)</span>-SIZE<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">))</span> +<span id="L351" class="LineNr">351 </span> + abs<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>candidate<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span>-SIZE<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">));</span> +<span id="L352" class="LineNr">352 </span> <span class="Comment">// prefer variants with non-address ingredients or products</span> +<span id="L353" class="LineNr">353 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>candidate<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L354" class="LineNr">354 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>candidate<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)))</span> +<span id="L355" class="LineNr">355 </span> ++score<span class="Delimiter">;</span> +<span id="L356" class="LineNr">356 </span> <span class="Delimiter">}</span> +<span id="L357" class="LineNr">357 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>candidate<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L358" class="LineNr">358 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>candidate<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)))</span> +<span id="L359" class="LineNr">359 </span> ++score<span class="Delimiter">;</span> +<span id="L360" class="LineNr">360 </span> <span class="Delimiter">}</span> +<span id="L361" class="LineNr">361 </span> assert<span class="Delimiter">(</span>score < <span class="Constant">999</span><span class="Delimiter">);</span> +<span id="L362" class="LineNr">362 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>score < min_score<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L363" class="LineNr">363 </span> min_score = score<span class="Delimiter">;</span> +<span id="L364" class="LineNr">364 </span> min_index = i<span class="Delimiter">;</span> +<span id="L365" class="LineNr">365 </span> <span class="Delimiter">}</span> <span id="L366" class="LineNr">366 </span> <span class="Delimiter">}</span> <span id="L367" class="LineNr">367 </span> <span class="Identifier">return</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> candidates<span class="Delimiter">.</span>at<span class="Delimiter">(</span>min_index<span class="Delimiter">));</span> <span id="L368" class="LineNr">368 </span><span class="Delimiter">}</span> @@ -436,7 +435,7 @@ if ('onhashchange' in window) { <span id="L370" class="LineNr">370 </span><span class="Normal">int</span> <a href='054static_dispatch.cc.html#L370'>non_ghost_size</a><span class="Delimiter">(</span>vector<recipe_ordinal>& variants<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L371" class="LineNr">371 </span> <span class="Normal">int</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L372" class="LineNr">372 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variants<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L373" class="LineNr">373 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> != -<span class="Constant">1</span><span class="Delimiter">)</span> ++result<span class="Delimiter">;</span> +<span id="L373" class="LineNr">373 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> != -<span class="Constant">1</span><span class="Delimiter">)</span> ++result<span class="Delimiter">;</span> <span id="L374" class="LineNr">374 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L375" class="LineNr">375 </span><span class="Delimiter">}</span> <span id="L376" class="LineNr">376 </span> @@ -444,11 +443,11 @@ if ('onhashchange' in window) { <span id="L378" class="LineNr">378 </span> <span class="Normal">const</span> recipe& specializer_recipe = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> c<span class="Delimiter">.</span>running_recipe<span class="Delimiter">);</span> <span id="L379" class="LineNr">379 </span> <span class="Normal">int</span> index = c<span class="Delimiter">.</span>running_step_index<span class="Delimiter">;</span> <span id="L380" class="LineNr">380 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>++index<span class="Delimiter">;</span> index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>specializer_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L381" class="LineNr">381 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = specializer_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L382" class="LineNr">382 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"stash"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L383" class="LineNr">383 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *stash_inst = inst<span class="Delimiter">;</span> -<span id="L384" class="LineNr">384 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L385" class="LineNr">385 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L381" class="LineNr">381 </span> <span class="Normal">const</span> instruction& inst = specializer_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L382" class="LineNr">382 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"stash"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L383" class="LineNr">383 </span> *stash_inst = inst<span class="Delimiter">;</span> +<span id="L384" class="LineNr">384 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L385" class="LineNr">385 </span> <span class="Delimiter">}</span> <span id="L386" class="LineNr">386 </span> <span class="Delimiter">}</span> <span id="L387" class="LineNr">387 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L388" class="LineNr">388 </span><span class="Delimiter">}</span> @@ -650,10 +649,10 @@ if ('onhashchange' in window) { <span id="L584" class="LineNr">584 </span> ostringstream out<span class="Delimiter">;</span> <span id="L585" class="LineNr">585 </span> out << <span class="Constant">"recipe "</span> << caller<span class="Delimiter">.</span>name<span class="Delimiter">;</span> <span id="L586" class="LineNr">586 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L587" class="LineNr">587 </span> <span class="Conceal">¦</span> out << <span class="Constant">' '</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L587" class="LineNr">587 </span> out << <span class="Constant">' '</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> <span id="L588" class="LineNr">588 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!caller<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> out << <span class="Constant">" ->"</span><span class="Delimiter">;</span> <span id="L589" class="LineNr">589 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L590" class="LineNr">590 </span> <span class="Conceal">¦</span> out << <span class="Constant">' '</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L590" class="LineNr">590 </span> out << <span class="Constant">' '</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> <span id="L591" class="LineNr">591 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L592" class="LineNr">592 </span><span class="Delimiter">}</span> <span id="L593" class="LineNr">593 </span> @@ -661,10 +660,10 @@ if ('onhashchange' in window) { <span id="L595" class="LineNr">595 </span> ostringstream out<span class="Delimiter">;</span> <span id="L596" class="LineNr">596 </span> out << <span class="Constant">"recipe "</span> << caller<span class="Delimiter">.</span>original_name<span class="Delimiter">;</span> <span id="L597" class="LineNr">597 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L598" class="LineNr">598 </span> <span class="Conceal">¦</span> out << <span class="Constant">' '</span> << caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string<span class="Delimiter">;</span> +<span id="L598" class="LineNr">598 </span> out << <span class="Constant">' '</span> << caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string<span class="Delimiter">;</span> <span id="L599" class="LineNr">599 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!caller<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> out << <span class="Constant">" ->"</span><span class="Delimiter">;</span> <span id="L600" class="LineNr">600 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L601" class="LineNr">601 </span> <span class="Conceal">¦</span> out << <span class="Constant">' '</span> << caller<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string<span class="Delimiter">;</span> +<span id="L601" class="LineNr">601 </span> out << <span class="Constant">' '</span> << caller<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string<span class="Delimiter">;</span> <span id="L602" class="LineNr">602 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L603" class="LineNr">603 </span><span class="Delimiter">}</span> <span id="L604" class="LineNr">604 </span> @@ -715,7 +714,7 @@ if ('onhashchange' in window) { <span id="L649" class="LineNr">649 </span> <span class="Normal">s</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] <span id="L650" class="LineNr">650 </span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span>foo s <span id="L651" class="LineNr">651 </span>] -<span id="L652" class="LineNr">652 </span><span class="muRecipe">def</span> foo a:<a href='043space.cc.html#L82'>address</a>:array:character<span class="muRecipe"> -> </span>result:number [ +<span id="L652" class="LineNr">652 </span><span class="muRecipe">def</span> foo a:<a href='043space.cc.html#L80'>address</a>:array:character<span class="muRecipe"> -> </span>result:number [ <span id="L653" class="LineNr">653 </span> <span class="Identifier">return</span> <span class="Constant">34</span> <span id="L654" class="LineNr">654 </span>] <span id="L655" class="LineNr">655 </span><span class="Comment"># identical to previous variant once you take type abbreviations into account</span> diff --git a/html/055shape_shifting_container.cc.html b/html/055shape_shifting_container.cc.html index b81fd8fe..bc1ec299 100644 --- a/html/055shape_shifting_container.cc.html +++ b/html/055shape_shifting_container.cc.html @@ -16,20 +16,19 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .LineNr { color: #444444; } +.Delimiter { color: #800080; } +.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .SalientComment { color: #00ffff; } .CommentedCode { color: #6c6c6c; } .muRecipe { color: #ff8700; } +.Constant { color: #00a0a0; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .cSpecial { color: #008000; } .muData { color: #ffff00; } -.Identifier { color: #c0a020; } -.Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } -.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.traceContains { color: #008000; } --> </style> @@ -100,7 +99,7 @@ if ('onhashchange' in window) { <span id="L34" class="LineNr"> 34 </span><span class="Normal">const</span> type_tree* get_base_type<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* t<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L35" class="LineNr"> 35 </span> <span class="Normal">const</span> type_tree* result = t<span class="Delimiter">-></span>atom ? t : t<span class="Delimiter">-></span>left<span class="Delimiter">;</span> <span id="L36" class="LineNr"> 36 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!result<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"invalid type "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>t<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L37" class="LineNr"> 37 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"invalid type "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>t<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L38" class="LineNr"> 38 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L39" class="LineNr"> 39 </span><span class="Delimiter">}</span> <span id="L40" class="LineNr"> 40 </span> @@ -145,7 +144,7 @@ if ('onhashchange' in window) { <span id="L79" class="LineNr"> 79 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L80" class="LineNr"> 80 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] <span id="L81" class="LineNr"> 81 </span> <span class="Comment"># compound types for type ingredients</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Delimiter">{</span><span class="Constant">2</span>: <span class="Delimiter">(</span>foo number <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> array character<span class="Delimiter">))}</span><span class="Special"> <- </span>merge <span class="Constant">34</span>/x<span class="Delimiter">,</span> <span class="Constant">1</span>:text/y +<span id="L82" class="LineNr"> 82 </span> <span class="Delimiter">{</span><span class="Constant">2</span>: <span class="Delimiter">(</span>foo number <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> array character<span class="Delimiter">))}</span><span class="Special"> <- </span>merge <span class="Constant">34</span>/x<span class="Delimiter">,</span> <span class="Constant">1</span>:text/y <span id="L83" class="LineNr"> 83 </span>] <span id="L84" class="LineNr"> 84 </span>$error: <span class="Constant">0</span> <span id="L85" class="LineNr"> 85 </span> @@ -156,7 +155,7 @@ if ('onhashchange' in window) { <span id="L90" class="LineNr"> 90 </span>] <span id="L91" class="LineNr"> 91 </span><span class="muData">container</span> bar:_a:_b [ <span id="L92" class="LineNr"> 92 </span> <span class="Comment"># dilated element</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Delimiter">{</span>data: <span class="Delimiter">(</span>foo _a <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> _b<span class="Delimiter">))}</span> +<span id="L93" class="LineNr"> 93 </span> <span class="Delimiter">{</span>data: <span class="Delimiter">(</span>foo _a <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> _b<span class="Delimiter">))}</span> <span id="L94" class="LineNr"> 94 </span>] <span id="L95" class="LineNr"> 95 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L96" class="LineNr"> 96 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] @@ -212,9 +211,9 @@ if ('onhashchange' in window) { <span id="L146" class="LineNr">146 </span><span class="Normal">if</span> <span class="Delimiter">(</span>name<span class="Delimiter">.</span>find<span class="Delimiter">(</span><span class="Constant">':'</span><span class="Delimiter">)</span> != string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L147" class="LineNr">147 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"parse"</span><span class="Delimiter">)</span> << <span class="Constant">"container has type ingredients; parsing"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L148" class="LineNr">148 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!read_type_ingredients<span class="Delimiter">(</span>name<span class="Delimiter">,</span> command<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L149" class="LineNr">149 </span> <span class="Conceal">¦</span> <span class="Comment">// error; skip rest of the container definition and continue</span> -<span id="L150" class="LineNr">150 </span> <span class="Conceal">¦</span> <a href='016dilated_reagent.cc.html#L57'>slurp_balanced_bracket</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L151" class="LineNr">151 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L149" class="LineNr">149 </span> <span class="Comment">// error; skip rest of the container definition and continue</span> +<span id="L150" class="LineNr">150 </span> <a href='016dilated_reagent.cc.html#L57'>slurp_balanced_bracket</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L151" class="LineNr">151 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L152" class="LineNr">152 </span> <span class="Delimiter">}</span> <span id="L153" class="LineNr">153 </span><span class="Delimiter">}</span> <span id="L154" class="LineNr">154 </span> @@ -225,21 +224,21 @@ if ('onhashchange' in window) { <span id="L159" class="LineNr">159 </span> name = slurp_until<span class="Delimiter">(</span>in<span class="Delimiter">,</span> <span class="Constant">':'</span><span class="Delimiter">);</span> <span id="L160" class="LineNr">160 </span> map<string<span class="Delimiter">,</span> type_ordinal> type_ingredient_names<span class="Delimiter">;</span> <span id="L161" class="LineNr">161 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!slurp_type_ingredients<span class="Delimiter">(</span>in<span class="Delimiter">,</span> type_ingredient_names<span class="Delimiter">,</span> name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L162" class="LineNr">162 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L162" class="LineNr">162 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L163" class="LineNr">163 </span> <span class="Delimiter">}</span> <span id="L164" class="LineNr">164 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">)</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> type_info& previous_info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">));</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> <span class="Comment">// we've already seen this container; make sure type ingredients match</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type_ingredients_match<span class="Delimiter">(</span>type_ingredient_names<span class="Delimiter">,</span> previous_info<span class="Delimiter">.</span>type_ingredient_names<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"headers of "</span> << command << <span class="Constant">" '"</span> << name << <span class="Constant">"' must use identical type ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L165" class="LineNr">165 </span> && contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L166" class="LineNr">166 </span> <span class="Normal">const</span> type_info& previous_info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">));</span> +<span id="L167" class="LineNr">167 </span> <span class="Comment">// we've already seen this container; make sure type ingredients match</span> +<span id="L168" class="LineNr">168 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type_ingredients_match<span class="Delimiter">(</span>type_ingredient_names<span class="Delimiter">,</span> previous_info<span class="Delimiter">.</span>type_ingredient_names<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L169" class="LineNr">169 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"headers of "</span> << command << <span class="Constant">" '"</span> << name << <span class="Constant">"' must use identical type ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L170" class="LineNr">170 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L171" class="LineNr">171 </span> <span class="Delimiter">}</span> +<span id="L172" class="LineNr">172 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L173" class="LineNr">173 </span> <span class="Delimiter">}</span> <span id="L174" class="LineNr">174 </span> <span class="Comment">// we haven't seen this container before</span> <span id="L175" class="LineNr">175 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">)</span> || get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">)</span> == <span class="Constant">0</span><span class="Delimiter">)</span> -<span id="L176" class="LineNr">176 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">,</span> Next_type_ordinal++<span class="Delimiter">);</span> +<span id="L176" class="LineNr">176 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">,</span> Next_type_ordinal++<span class="Delimiter">);</span> <span id="L177" class="LineNr">177 </span> type_info& info = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Type<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> name<span class="Delimiter">));</span> <span id="L178" class="LineNr">178 </span> info<span class="Delimiter">.</span>type_ingredient_names<span class="Delimiter">.</span>swap<span class="Delimiter">(</span>type_ingredient_names<span class="Delimiter">);</span> <span id="L179" class="LineNr">179 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> @@ -248,20 +247,20 @@ if ('onhashchange' in window) { <span id="L182" class="LineNr">182 </span><span class="Normal">bool</span> slurp_type_ingredients<span class="Delimiter">(</span>istream& in<span class="Delimiter">,</span> map<string<span class="Delimiter">,</span> type_ordinal>& out<span class="Delimiter">,</span> <span class="Normal">const</span> string& container_name<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L183" class="LineNr">183 </span> <span class="Normal">int</span> next_type_ordinal = START_TYPE_INGREDIENTS<span class="Delimiter">;</span> <span id="L184" class="LineNr">184 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span> string curr = slurp_until<span class="Delimiter">(</span>in<span class="Delimiter">,</span> <span class="Constant">':'</span><span class="Delimiter">);</span> -<span id="L186" class="LineNr">186 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << container_name << <span class="Constant">": empty type ingredients not permitted</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L189" class="LineNr">189 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!starts_with<span class="Delimiter">(</span>curr<span class="Delimiter">,</span> <span class="Constant">"_"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << container_name << <span class="Constant">": type ingredient '"</span> << curr << <span class="Constant">"' must begin with an underscore</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>out<span class="Delimiter">.</span>find<span class="Delimiter">(</span>curr<span class="Delimiter">)</span> != out<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << container_name << <span class="Constant">": can't repeat type ingredient name'"</span> << curr << <span class="Constant">"' in a single container definition</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L196" class="LineNr">196 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>out<span class="Delimiter">,</span> curr<span class="Delimiter">,</span> next_type_ordinal++<span class="Delimiter">);</span> +<span id="L185" class="LineNr">185 </span> string curr = slurp_until<span class="Delimiter">(</span>in<span class="Delimiter">,</span> <span class="Constant">':'</span><span class="Delimiter">);</span> +<span id="L186" class="LineNr">186 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L187" class="LineNr">187 </span> <a href='003trace.cc.html#L174'>raise</a> << container_name << <span class="Constant">": empty type ingredients not permitted</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L188" class="LineNr">188 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L189" class="LineNr">189 </span> <span class="Delimiter">}</span> +<span id="L190" class="LineNr">190 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!starts_with<span class="Delimiter">(</span>curr<span class="Delimiter">,</span> <span class="Constant">"_"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L191" class="LineNr">191 </span> <a href='003trace.cc.html#L174'>raise</a> << container_name << <span class="Constant">": type ingredient '"</span> << curr << <span class="Constant">"' must begin with an underscore</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L192" class="LineNr">192 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L193" class="LineNr">193 </span> <span class="Delimiter">}</span> +<span id="L194" class="LineNr">194 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>out<span class="Delimiter">.</span>find<span class="Delimiter">(</span>curr<span class="Delimiter">)</span> != out<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L195" class="LineNr">195 </span> <a href='003trace.cc.html#L174'>raise</a> << container_name << <span class="Constant">": can't repeat type ingredient name'"</span> << curr << <span class="Constant">"' in a single container definition</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L196" class="LineNr">196 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L197" class="LineNr">197 </span> <span class="Delimiter">}</span> +<span id="L198" class="LineNr">198 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>out<span class="Delimiter">,</span> curr<span class="Delimiter">,</span> next_type_ordinal++<span class="Delimiter">);</span> <span id="L199" class="LineNr">199 </span> <span class="Delimiter">}</span> <span id="L200" class="LineNr">200 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L201" class="LineNr">201 </span><span class="Delimiter">}</span> @@ -269,8 +268,8 @@ if ('onhashchange' in window) { <span id="L203" class="LineNr">203 </span><span class="Normal">bool</span> type_ingredients_match<span class="Delimiter">(</span><span class="Normal">const</span> map<string<span class="Delimiter">,</span> type_ordinal>& a<span class="Delimiter">,</span> <span class="Normal">const</span> map<string<span class="Delimiter">,</span> type_ordinal>& b<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L204" class="LineNr">204 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>a<span class="Delimiter">)</span> != <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>b<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L205" class="LineNr">205 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<string<span class="Delimiter">,</span> type_ordinal>::const_iterator p = a<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != a<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L206" class="LineNr">206 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>b<span class="Delimiter">,</span> p<span class="Delimiter">-></span>first<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L207" class="LineNr">207 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>second != get<span class="Delimiter">(</span>b<span class="Delimiter">,</span> p<span class="Delimiter">-></span>first<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L206" class="LineNr">206 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>b<span class="Delimiter">,</span> p<span class="Delimiter">-></span>first<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L207" class="LineNr">207 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>second != get<span class="Delimiter">(</span>b<span class="Delimiter">,</span> p<span class="Delimiter">-></span>first<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L208" class="LineNr">208 </span> <span class="Delimiter">}</span> <span id="L209" class="LineNr">209 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L210" class="LineNr">210 </span><span class="Delimiter">}</span> @@ -287,7 +286,7 @@ if ('onhashchange' in window) { <span id="L221" class="LineNr">221 </span> <span id="L222" class="LineNr">222 </span><span class="Delimiter">:(before "End Container Type Checks")</span> <span id="L223" class="LineNr">223 </span><span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>value >= START_TYPE_INGREDIENTS -<span id="L224" class="LineNr">224 </span> <span class="Conceal">¦</span> && <span class="Delimiter">(</span>type<span class="Delimiter">-></span>value - START_TYPE_INGREDIENTS<span class="Delimiter">)</span> < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>type_ingredient_names<span class="Delimiter">))</span> +<span id="L224" class="LineNr">224 </span> && <span class="Delimiter">(</span>type<span class="Delimiter">-></span>value - START_TYPE_INGREDIENTS<span class="Delimiter">)</span> < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>type_ingredient_names<span class="Delimiter">))</span> <span id="L225" class="LineNr">225 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L226" class="LineNr">226 </span> <span id="L227" class="LineNr">227 </span><span class="Delimiter">:(scenario size_of_shape_shifting_exclusive_container)</span> @@ -374,8 +373,8 @@ if ('onhashchange' in window) { <span id="L308" class="LineNr">308 </span>] <span id="L309" class="LineNr">309 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L310" class="LineNr">310 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] -<span id="L311" class="LineNr">311 </span> <span class="Delimiter">{</span><span class="Constant">2</span>: <span class="Delimiter">(</span>foo number <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> array character<span class="Delimiter">))}</span><span class="Special"> <- </span>merge <span class="Constant">34</span>/x<span class="Delimiter">,</span> <span class="Constant">1</span>:text/y -<span id="L312" class="LineNr">312 </span> <span class="Constant">3</span>:text<span class="Special"> <- </span>get <span class="Delimiter">{</span><span class="Constant">2</span>: <span class="Delimiter">(</span>foo number <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> array character<span class="Delimiter">))},</span> <span class="Constant">y:offset</span> +<span id="L311" class="LineNr">311 </span> <span class="Delimiter">{</span><span class="Constant">2</span>: <span class="Delimiter">(</span>foo number <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> array character<span class="Delimiter">))}</span><span class="Special"> <- </span>merge <span class="Constant">34</span>/x<span class="Delimiter">,</span> <span class="Constant">1</span>:text/y +<span id="L312" class="LineNr">312 </span> <span class="Constant">3</span>:text<span class="Special"> <- </span>get <span class="Delimiter">{</span><span class="Constant">2</span>: <span class="Delimiter">(</span>foo number <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> array character<span class="Delimiter">))},</span> <span class="Constant">y:offset</span> <span id="L313" class="LineNr">313 </span> <span class="Constant">4</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">1</span>:text<span class="Delimiter">,</span> <span class="Constant">3</span>:text <span id="L314" class="LineNr">314 </span>] <span id="L315" class="LineNr">315 </span><span class="traceContains">+mem: storing 1 in location 4</span> @@ -408,9 +407,9 @@ if ('onhashchange' in window) { <span id="L342" class="LineNr">342 </span> <span id="L343" class="LineNr">343 </span><span class="Normal">void</span> replace_type_ingredients<span class="Delimiter">(</span>reagent& element<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* caller_type<span class="Delimiter">,</span> <span class="Normal">const</span> type_info& info<span class="Delimiter">,</span> <span class="Normal">const</span> string& location_for_error_messages<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L344" class="LineNr">344 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_type_ingredient<span class="Delimiter">(</span>element<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L345" class="LineNr">345 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!caller_type<span class="Delimiter">-></span>right<span class="Delimiter">)</span> -<span id="L346" class="LineNr">346 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"illegal type "</span> << names_to_string<span class="Delimiter">(</span>caller_type<span class="Delimiter">)</span> << <span class="Constant">" seems to be missing a type ingredient or three"</span> << location_for_error_messages << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L347" class="LineNr">347 </span> <span class="Conceal">¦</span> replace_type_ingredients<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">,</span> caller_type<span class="Delimiter">-></span>right<span class="Delimiter">,</span> info<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L345" class="LineNr">345 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!caller_type<span class="Delimiter">-></span>right<span class="Delimiter">)</span> +<span id="L346" class="LineNr">346 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"illegal type "</span> << names_to_string<span class="Delimiter">(</span>caller_type<span class="Delimiter">)</span> << <span class="Constant">" seems to be missing a type ingredient or three"</span> << location_for_error_messages << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L347" class="LineNr">347 </span> replace_type_ingredients<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">,</span> caller_type<span class="Delimiter">-></span>right<span class="Delimiter">,</span> info<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> <span id="L348" class="LineNr">348 </span> <span class="Delimiter">}</span> <span id="L349" class="LineNr">349 </span><span class="Delimiter">}</span> <span id="L350" class="LineNr">350 </span> @@ -419,27 +418,27 @@ if ('onhashchange' in window) { <span id="L353" class="LineNr">353 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!callsite_type<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// error but it's already been raised above</span> <span id="L354" class="LineNr">354 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!element_type<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L355" class="LineNr">355 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!element_type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L356" class="LineNr">356 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">-></span>right == <span class="Constant">NULL</span> && is_type_ingredient<span class="Delimiter">(</span><a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">-></span>left<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L357" class="LineNr">357 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> type_ingredient_index = to_type_ingredient_index<span class="Delimiter">(</span><a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">-></span>left<span class="Delimiter">);</span> -<span id="L358" class="LineNr">358 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>corresponding<span class="Delimiter">(</span>callsite_type<span class="Delimiter">,</span> type_ingredient_index<span class="Delimiter">,</span> is_final_type_ingredient<span class="Delimiter">(</span>type_ingredient_index<span class="Delimiter">,</span> container_info<span class="Delimiter">))-></span>right<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L359" class="LineNr">359 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// replacing type ingredient at end of list, and replacement is a non-degenerate compound type -- (a b) but not (a)</span> -<span id="L360" class="LineNr">360 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> replace_type_ingredient_at<span class="Delimiter">(</span>type_ingredient_index<span class="Delimiter">,</span> <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">,</span> callsite_type<span class="Delimiter">,</span> container_info<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L361" class="LineNr">361 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L362" class="LineNr">362 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L363" class="LineNr">363 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L364" class="LineNr">364 </span> <span class="Conceal">¦</span> replace_type_ingredients<span class="Delimiter">(</span><a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">-></span>left<span class="Delimiter">,</span> callsite_type<span class="Delimiter">,</span> container_info<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L365" class="LineNr">365 </span> <span class="Conceal">¦</span> replace_type_ingredients<span class="Delimiter">(</span><a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">-></span>right<span class="Delimiter">,</span> callsite_type<span class="Delimiter">,</span> container_info<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L366" class="LineNr">366 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L356" class="LineNr">356 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">-></span>right == <span class="Constant">NULL</span> && is_type_ingredient<span class="Delimiter">(</span><a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">-></span>left<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L357" class="LineNr">357 </span> <span class="Normal">int</span> type_ingredient_index = to_type_ingredient_index<span class="Delimiter">(</span><a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">-></span>left<span class="Delimiter">);</span> +<span id="L358" class="LineNr">358 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>corresponding<span class="Delimiter">(</span>callsite_type<span class="Delimiter">,</span> type_ingredient_index<span class="Delimiter">,</span> is_final_type_ingredient<span class="Delimiter">(</span>type_ingredient_index<span class="Delimiter">,</span> container_info<span class="Delimiter">))-></span>right<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L359" class="LineNr">359 </span> <span class="Comment">// replacing type ingredient at end of list, and replacement is a non-degenerate compound type -- (a b) but not (a)</span> +<span id="L360" class="LineNr">360 </span> replace_type_ingredient_at<span class="Delimiter">(</span>type_ingredient_index<span class="Delimiter">,</span> <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">,</span> callsite_type<span class="Delimiter">,</span> container_info<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L361" class="LineNr">361 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L362" class="LineNr">362 </span> <span class="Delimiter">}</span> +<span id="L363" class="LineNr">363 </span> <span class="Delimiter">}</span> +<span id="L364" class="LineNr">364 </span> replace_type_ingredients<span class="Delimiter">(</span><a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">-></span>left<span class="Delimiter">,</span> callsite_type<span class="Delimiter">,</span> container_info<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L365" class="LineNr">365 </span> replace_type_ingredients<span class="Delimiter">(</span><a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">-></span>right<span class="Delimiter">,</span> callsite_type<span class="Delimiter">,</span> container_info<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L366" class="LineNr">366 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L367" class="LineNr">367 </span> <span class="Delimiter">}</span> <span id="L368" class="LineNr">368 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_type_ingredient<span class="Delimiter">(</span><a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">))</span> -<span id="L369" class="LineNr">369 </span> <span class="Conceal">¦</span> replace_type_ingredient_at<span class="Delimiter">(</span>to_type_ingredient_index<span class="Delimiter">(</span><a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">),</span> <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">,</span> callsite_type<span class="Delimiter">,</span> container_info<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L369" class="LineNr">369 </span> replace_type_ingredient_at<span class="Delimiter">(</span>to_type_ingredient_index<span class="Delimiter">(</span><a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">),</span> <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">,</span> callsite_type<span class="Delimiter">,</span> container_info<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> <span id="L370" class="LineNr">370 </span><span class="Delimiter">}</span> <span id="L371" class="LineNr">371 </span> <span id="L372" class="LineNr">372 </span><span class="Normal">const</span> type_tree* corresponding<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* type<span class="Delimiter">,</span> <span class="Normal">int</span> index<span class="Delimiter">,</span> <span class="Normal">bool</span> <span class="Normal">final</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L373" class="LineNr">373 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">const</span> type_tree* curr = type<span class="Delimiter">;</span> curr<span class="Delimiter">;</span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">,</span> --index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L374" class="LineNr">374 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L177'>assert_for_now</a><span class="Delimiter">(</span>!curr<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L375" class="LineNr">375 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>index == <span class="Constant">0</span><span class="Delimiter">)</span> -<span id="L376" class="LineNr">376 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Normal">final</span> ? curr : curr<span class="Delimiter">-></span>left<span class="Delimiter">;</span> +<span id="L374" class="LineNr">374 </span> <a href='003trace.cc.html#L177'>assert_for_now</a><span class="Delimiter">(</span>!curr<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L375" class="LineNr">375 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>index == <span class="Constant">0</span><span class="Delimiter">)</span> +<span id="L376" class="LineNr">376 </span> <span class="Identifier">return</span> <span class="Normal">final</span> ? curr : curr<span class="Delimiter">-></span>left<span class="Delimiter">;</span> <span id="L377" class="LineNr">377 </span> <span class="Delimiter">}</span> <span id="L378" class="LineNr">378 </span> <a href='003trace.cc.html#L177'>assert_for_now</a><span class="Delimiter">(</span><span class="Constant">false</span><span class="Delimiter">);</span> <span id="L379" class="LineNr">379 </span><span class="Delimiter">}</span> @@ -455,8 +454,8 @@ if ('onhashchange' in window) { <span id="L389" class="LineNr">389 </span> <span id="L390" class="LineNr">390 </span><span class="Normal">void</span> replace_type_ingredient_at<span class="Delimiter">(</span><span class="Normal">const</span> <span class="Normal">int</span> type_ingredient_index<span class="Delimiter">,</span> type_tree* <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* callsite_type<span class="Delimiter">,</span> <span class="Normal">const</span> type_info& container_info<span class="Delimiter">,</span> <span class="Normal">const</span> string& location_for_error_messages<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L391" class="LineNr">391 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_nth_type<span class="Delimiter">(</span>callsite_type<span class="Delimiter">,</span> type_ingredient_index<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L392" class="LineNr">392 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"illegal type "</span> << names_to_string<span class="Delimiter">(</span>callsite_type<span class="Delimiter">)</span> << <span class="Constant">" seems to be missing a type ingredient or three"</span> << location_for_error_messages << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L393" class="LineNr">393 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L392" class="LineNr">392 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"illegal type "</span> << names_to_string<span class="Delimiter">(</span>callsite_type<span class="Delimiter">)</span> << <span class="Constant">" seems to be missing a type ingredient or three"</span> << location_for_error_messages << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L393" class="LineNr">393 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L394" class="LineNr">394 </span> <span class="Delimiter">}</span> <span id="L395" class="LineNr">395 </span> *element_type = *nth_type_ingredient<span class="Delimiter">(</span>callsite_type<span class="Delimiter">,</span> type_ingredient_index<span class="Delimiter">,</span> container_info<span class="Delimiter">);</span> <span id="L396" class="LineNr">396 </span><span class="Delimiter">}</span> @@ -465,10 +464,10 @@ if ('onhashchange' in window) { <span id="L399" class="LineNr">399 </span> <span class="Normal">bool</span> <span class="Normal">final</span> = is_final_type_ingredient<span class="Delimiter">(</span>type_ingredient_index<span class="Delimiter">,</span> container_info<span class="Delimiter">);</span> <span id="L400" class="LineNr">400 </span> <span class="Normal">const</span> type_tree* curr = callsite_type<span class="Delimiter">;</span> <span id="L401" class="LineNr">401 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < type_ingredient_index<span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L402" class="LineNr">402 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>curr<span class="Delimiter">);</span> -<span id="L403" class="LineNr">403 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!curr<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L402" class="LineNr">402 </span> assert<span class="Delimiter">(</span>curr<span class="Delimiter">);</span> +<span id="L403" class="LineNr">403 </span> assert<span class="Delimiter">(</span>!curr<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> <span id="L404" class="LineNr">404 </span><span class="CommentedCode">//? cerr << "type ingredient " << i << " is " << to_string(curr->left) << '\n';</span> -<span id="L405" class="LineNr">405 </span> <span class="Conceal">¦</span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">;</span> +<span id="L405" class="LineNr">405 </span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">;</span> <span id="L406" class="LineNr">406 </span> <span class="Delimiter">}</span> <span id="L407" class="LineNr">407 </span> assert<span class="Delimiter">(</span>curr<span class="Delimiter">);</span> <span id="L408" class="LineNr">408 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Identifier">return</span> curr<span class="Delimiter">;</span> @@ -479,9 +478,9 @@ if ('onhashchange' in window) { <span id="L413" class="LineNr">413 </span> <span id="L414" class="LineNr">414 </span><span class="Normal">bool</span> is_final_type_ingredient<span class="Delimiter">(</span><span class="Normal">int</span> type_ingredient_index<span class="Delimiter">,</span> <span class="Normal">const</span> type_info& container_info<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L415" class="LineNr">415 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<string<span class="Delimiter">,</span> type_ordinal>::const_iterator p = container_info<span class="Delimiter">.</span>type_ingredient_names<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> -<span id="L416" class="LineNr">416 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span>p != container_info<span class="Delimiter">.</span>type_ingredient_names<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L417" class="LineNr">417 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span>++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L418" class="LineNr">418 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>second > START_TYPE_INGREDIENTS+type_ingredient_index<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L416" class="LineNr">416 </span> p != container_info<span class="Delimiter">.</span>type_ingredient_names<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L417" class="LineNr">417 </span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L418" class="LineNr">418 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>second > START_TYPE_INGREDIENTS+type_ingredient_index<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L419" class="LineNr">419 </span> <span class="Delimiter">}</span> <span id="L420" class="LineNr">420 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L421" class="LineNr">421 </span><span class="Delimiter">}</span> @@ -489,9 +488,9 @@ if ('onhashchange' in window) { <span id="L423" class="LineNr">423 </span><span class="Delimiter">:(before "End Unit Tests")</span> <span id="L424" class="LineNr">424 </span><span class="Normal">void</span> test_replace_type_ingredients_entire<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L425" class="LineNr">425 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo:_elem [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L426" class="LineNr">426 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:_elem</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L427" class="LineNr">427 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" y:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L428" class="LineNr">428 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L426" class="LineNr">426 </span> <span class="Constant">" x:_elem</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L427" class="LineNr">427 </span> <span class="Constant">" y:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L428" class="LineNr">428 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L429" class="LineNr">429 </span> reagent callsite<span class="Delimiter">(</span><span class="Constant">"x:foo:point"</span><span class="Delimiter">);</span> <span id="L430" class="LineNr">430 </span> reagent element = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>callsite<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> <span id="L431" class="LineNr">431 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element<span class="Delimiter">),</span> <span class="Constant">"{x: </span><span class="cSpecial">\"</span><span class="Constant">point</span><span class="cSpecial">\"</span><span class="Constant">}"</span><span class="Delimiter">);</span> @@ -499,11 +498,11 @@ if ('onhashchange' in window) { <span id="L433" class="LineNr">433 </span> <span id="L434" class="LineNr">434 </span><span class="Normal">void</span> test_replace_type_ingredients_tail<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L435" class="LineNr">435 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo:_elem [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L436" class="LineNr">436 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:_elem</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L437" class="LineNr">437 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L438" class="LineNr">438 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"container bar:_elem [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L439" class="LineNr">439 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:foo:_elem</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L440" class="LineNr">440 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L436" class="LineNr">436 </span> <span class="Constant">" x:_elem</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L437" class="LineNr">437 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L438" class="LineNr">438 </span> <span class="Constant">"container bar:_elem [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L439" class="LineNr">439 </span> <span class="Constant">" x:foo:_elem</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L440" class="LineNr">440 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L441" class="LineNr">441 </span> reagent callsite<span class="Delimiter">(</span><span class="Constant">"x:bar:point"</span><span class="Delimiter">);</span> <span id="L442" class="LineNr">442 </span> reagent element = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>callsite<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> <span id="L443" class="LineNr">443 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element<span class="Delimiter">),</span> <span class="Constant">"{x: (</span><span class="cSpecial">\"</span><span class="Constant">foo</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">point</span><span class="cSpecial">\"</span><span class="Constant">)}"</span><span class="Delimiter">);</span> @@ -511,44 +510,44 @@ if ('onhashchange' in window) { <span id="L445" class="LineNr">445 </span> <span id="L446" class="LineNr">446 </span><span class="Normal">void</span> test_replace_type_ingredients_head_tail_multiple<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L447" class="LineNr">447 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo:_elem [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L448" class="LineNr">448 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:_elem</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L449" class="LineNr">449 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L450" class="LineNr">450 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"container bar:_elem [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L451" class="LineNr">451 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:foo:_elem</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L452" class="LineNr">452 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> -<span id="L453" class="LineNr">453 </span> reagent callsite<span class="Delimiter">(</span><span class="Constant">"x:bar:<a href='043space.cc.html#L82'>address</a>:array:character"</span><span class="Delimiter">);</span> +<span id="L448" class="LineNr">448 </span> <span class="Constant">" x:_elem</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L449" class="LineNr">449 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L450" class="LineNr">450 </span> <span class="Constant">"container bar:_elem [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L451" class="LineNr">451 </span> <span class="Constant">" x:foo:_elem</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L452" class="LineNr">452 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L453" class="LineNr">453 </span> reagent callsite<span class="Delimiter">(</span><span class="Constant">"x:bar:<a href='043space.cc.html#L80'>address</a>:array:character"</span><span class="Delimiter">);</span> <span id="L454" class="LineNr">454 </span> reagent element = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>callsite<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L455" class="LineNr">455 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element<span class="Delimiter">),</span> <span class="Constant">"{x: (</span><span class="cSpecial">\"</span><span class="Constant">foo</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant"><a href='043space.cc.html#L82'>address</a></span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">array</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">character</span><span class="cSpecial">\"</span><span class="Constant">)}"</span><span class="Delimiter">);</span> +<span id="L455" class="LineNr">455 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element<span class="Delimiter">),</span> <span class="Constant">"{x: (</span><span class="cSpecial">\"</span><span class="Constant">foo</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant"><a href='043space.cc.html#L80'>address</a></span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">array</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">character</span><span class="cSpecial">\"</span><span class="Constant">)}"</span><span class="Delimiter">);</span> <span id="L456" class="LineNr">456 </span><span class="Delimiter">}</span> <span id="L457" class="LineNr">457 </span> <span id="L458" class="LineNr">458 </span><span class="Normal">void</span> test_replace_type_ingredients_head_middle<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L459" class="LineNr">459 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo:_elem [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L460" class="LineNr">460 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:_elem</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L461" class="LineNr">461 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L462" class="LineNr">462 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"container bar:_elem [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L463" class="LineNr">463 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:foo:_elem:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L464" class="LineNr">464 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L460" class="LineNr">460 </span> <span class="Constant">" x:_elem</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L461" class="LineNr">461 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L462" class="LineNr">462 </span> <span class="Constant">"container bar:_elem [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L463" class="LineNr">463 </span> <span class="Constant">" x:foo:_elem:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L464" class="LineNr">464 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L465" class="LineNr">465 </span> reagent callsite<span class="Delimiter">(</span><span class="Constant">"x:bar:address"</span><span class="Delimiter">);</span> <span id="L466" class="LineNr">466 </span> reagent element = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>callsite<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L467" class="LineNr">467 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element<span class="Delimiter">),</span> <span class="Constant">"{x: (</span><span class="cSpecial">\"</span><span class="Constant">foo</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant"><a href='043space.cc.html#L82'>address</a></span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">number</span><span class="cSpecial">\"</span><span class="Constant">)}"</span><span class="Delimiter">);</span> +<span id="L467" class="LineNr">467 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element<span class="Delimiter">),</span> <span class="Constant">"{x: (</span><span class="cSpecial">\"</span><span class="Constant">foo</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant"><a href='043space.cc.html#L80'>address</a></span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">number</span><span class="cSpecial">\"</span><span class="Constant">)}"</span><span class="Delimiter">);</span> <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="Normal">void</span> test_replace_last_type_ingredient_with_multiple<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L471" class="LineNr">471 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo:_a:_b [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L472" class="LineNr">472 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:_a</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L473" class="LineNr">473 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" y:_b</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L474" class="LineNr">474 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L472" class="LineNr">472 </span> <span class="Constant">" x:_a</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L473" class="LineNr">473 </span> <span class="Constant">" y:_b</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L474" class="LineNr">474 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L475" class="LineNr">475 </span> reagent callsite<span class="Delimiter">(</span><span class="Constant">"{f: (foo number (address array character))}"</span><span class="Delimiter">);</span> <span id="L476" class="LineNr">476 </span> reagent element1 = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>callsite<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> <span id="L477" class="LineNr">477 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element1<span class="Delimiter">),</span> <span class="Constant">"{x: </span><span class="cSpecial">\"</span><span class="Constant">number</span><span class="cSpecial">\"</span><span class="Constant">}"</span><span class="Delimiter">);</span> <span id="L478" class="LineNr">478 </span> reagent element2 = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>callsite<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L479" class="LineNr">479 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element2<span class="Delimiter">),</span> <span class="Constant">"{y: (</span><span class="cSpecial">\"</span><span class="Constant"><a href='043space.cc.html#L82'>address</a></span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">array</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">character</span><span class="cSpecial">\"</span><span class="Constant">)}"</span><span class="Delimiter">);</span> +<span id="L479" class="LineNr">479 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element2<span class="Delimiter">),</span> <span class="Constant">"{y: (</span><span class="cSpecial">\"</span><span class="Constant"><a href='043space.cc.html#L80'>address</a></span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">array</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">character</span><span class="cSpecial">\"</span><span class="Constant">)}"</span><span class="Delimiter">);</span> <span id="L480" class="LineNr">480 </span><span class="Delimiter">}</span> <span id="L481" class="LineNr">481 </span> <span id="L482" class="LineNr">482 </span><span class="Normal">void</span> test_replace_last_type_ingredient_inside_compound<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L483" class="LineNr">483 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo:_a:_b [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L484" class="LineNr">484 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" {x: (bar _a (address _b))}</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L485" class="LineNr">485 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L484" class="LineNr">484 </span> <span class="Constant">" {x: (bar _a (address _b))}</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L485" class="LineNr">485 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L486" class="LineNr">486 </span> reagent callsite<span class="Delimiter">(</span><span class="Constant">"f:foo:number:array:character"</span><span class="Delimiter">);</span> <span id="L487" class="LineNr">487 </span> reagent element = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>callsite<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> <span id="L488" class="LineNr">488 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>names_to_string_without_quotes<span class="Delimiter">(</span>element<span class="Delimiter">.</span>type<span class="Delimiter">),</span> <span class="Constant">"(bar number (address array character))"</span><span class="Delimiter">);</span> @@ -556,41 +555,41 @@ if ('onhashchange' in window) { <span id="L490" class="LineNr">490 </span> <span id="L491" class="LineNr">491 </span><span class="Normal">void</span> test_replace_middle_type_ingredient_with_multiple<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L492" class="LineNr">492 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo:_a:_b:_c [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L493" class="LineNr">493 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:_a</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L494" class="LineNr">494 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" y:_b</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L495" class="LineNr">495 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" z:_c</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L496" class="LineNr">496 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L493" class="LineNr">493 </span> <span class="Constant">" x:_a</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L494" class="LineNr">494 </span> <span class="Constant">" y:_b</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L495" class="LineNr">495 </span> <span class="Constant">" z:_c</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L496" class="LineNr">496 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L497" class="LineNr">497 </span> reagent callsite<span class="Delimiter">(</span><span class="Constant">"{f: (foo number (address array character) boolean)}"</span><span class="Delimiter">);</span> <span id="L498" class="LineNr">498 </span> reagent element1 = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>callsite<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> <span id="L499" class="LineNr">499 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element1<span class="Delimiter">),</span> <span class="Constant">"{x: </span><span class="cSpecial">\"</span><span class="Constant">number</span><span class="cSpecial">\"</span><span class="Constant">}"</span><span class="Delimiter">);</span> <span id="L500" class="LineNr">500 </span> reagent element2 = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>callsite<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L501" class="LineNr">501 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element2<span class="Delimiter">),</span> <span class="Constant">"{y: (</span><span class="cSpecial">\"</span><span class="Constant"><a href='043space.cc.html#L82'>address</a></span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">array</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">character</span><span class="cSpecial">\"</span><span class="Constant">)}"</span><span class="Delimiter">);</span> +<span id="L501" class="LineNr">501 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element2<span class="Delimiter">),</span> <span class="Constant">"{y: (</span><span class="cSpecial">\"</span><span class="Constant"><a href='043space.cc.html#L80'>address</a></span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">array</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">character</span><span class="cSpecial">\"</span><span class="Constant">)}"</span><span class="Delimiter">);</span> <span id="L502" class="LineNr">502 </span> reagent element3 = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>callsite<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">2</span><span class="Delimiter">);</span> <span id="L503" class="LineNr">503 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element3<span class="Delimiter">),</span> <span class="Constant">"{z: </span><span class="cSpecial">\"</span><span class="Constant">boolean</span><span class="cSpecial">\"</span><span class="Constant">}"</span><span class="Delimiter">);</span> <span id="L504" class="LineNr">504 </span><span class="Delimiter">}</span> <span id="L505" class="LineNr">505 </span> <span id="L506" class="LineNr">506 </span><span class="Normal">void</span> test_replace_middle_type_ingredient_with_multiple2<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L507" class="LineNr">507 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo:_key:_value [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L508" class="LineNr">508 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" key:_key</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L509" class="LineNr">509 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" value:_value</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L510" class="LineNr">510 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L508" class="LineNr">508 </span> <span class="Constant">" key:_key</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L509" class="LineNr">509 </span> <span class="Constant">" value:_value</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L510" class="LineNr">510 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L511" class="LineNr">511 </span> reagent callsite<span class="Delimiter">(</span><span class="Constant">"{f: (foo (address array character) number)}"</span><span class="Delimiter">);</span> <span id="L512" class="LineNr">512 </span> reagent element = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>callsite<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L513" class="LineNr">513 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element<span class="Delimiter">),</span> <span class="Constant">"{key: (</span><span class="cSpecial">\"</span><span class="Constant"><a href='043space.cc.html#L82'>address</a></span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">array</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">character</span><span class="cSpecial">\"</span><span class="Constant">)}"</span><span class="Delimiter">);</span> +<span id="L513" class="LineNr">513 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element<span class="Delimiter">),</span> <span class="Constant">"{key: (</span><span class="cSpecial">\"</span><span class="Constant"><a href='043space.cc.html#L80'>address</a></span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">array</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">character</span><span class="cSpecial">\"</span><span class="Constant">)}"</span><span class="Delimiter">);</span> <span id="L514" class="LineNr">514 </span><span class="Delimiter">}</span> <span id="L515" class="LineNr">515 </span> <span id="L516" class="LineNr">516 </span><span class="Normal">void</span> test_replace_middle_type_ingredient_with_multiple3<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L517" class="LineNr">517 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo_table:_key:_value [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L518" class="LineNr">518 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" data:&:@:foo_table_row:_key:_value</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L519" class="LineNr">519 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L520" class="LineNr">520 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L521" class="LineNr">521 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"container foo_table_row:_key:_value [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L522" class="LineNr">522 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" key:_key</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L523" class="LineNr">523 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" value:_value</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L524" class="LineNr">524 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L518" class="LineNr">518 </span> <span class="Constant">" data:&:@:foo_table_row:_key:_value</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L519" class="LineNr">519 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L520" class="LineNr">520 </span> <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L521" class="LineNr">521 </span> <span class="Constant">"container foo_table_row:_key:_value [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L522" class="LineNr">522 </span> <span class="Constant">" key:_key</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L523" class="LineNr">523 </span> <span class="Constant">" value:_value</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L524" class="LineNr">524 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L525" class="LineNr">525 </span> reagent callsite<span class="Delimiter">(</span><span class="Constant">"{f: (foo_table (address array character) number)}"</span><span class="Delimiter">);</span> <span id="L526" class="LineNr">526 </span> reagent element = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>callsite<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L527" class="LineNr">527 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element<span class="Delimiter">),</span> <span class="Constant">"{data: (</span><span class="cSpecial">\"</span><span class="Constant"><a href='043space.cc.html#L82'>address</a></span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">array</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">foo_table_row</span><span class="cSpecial">\"</span><span class="Constant"> (</span><span class="cSpecial">\"</span><span class="Constant"><a href='043space.cc.html#L82'>address</a></span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">array</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">character</span><span class="cSpecial">\"</span><span class="Constant">) </span><span class="cSpecial">\"</span><span class="Constant">number</span><span class="cSpecial">\"</span><span class="Constant">)}"</span><span class="Delimiter">);</span> +<span id="L527" class="LineNr">527 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>element<span class="Delimiter">),</span> <span class="Constant">"{data: (</span><span class="cSpecial">\"</span><span class="Constant"><a href='043space.cc.html#L80'>address</a></span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">array</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">foo_table_row</span><span class="cSpecial">\"</span><span class="Constant"> (</span><span class="cSpecial">\"</span><span class="Constant"><a href='043space.cc.html#L80'>address</a></span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">array</span><span class="cSpecial">\"</span><span class="Constant"> </span><span class="cSpecial">\"</span><span class="Constant">character</span><span class="cSpecial">\"</span><span class="Constant">) </span><span class="cSpecial">\"</span><span class="Constant">number</span><span class="cSpecial">\"</span><span class="Constant">)}"</span><span class="Delimiter">);</span> <span id="L528" class="LineNr">528 </span><span class="Delimiter">}</span> <span id="L529" class="LineNr">529 </span> <span id="L530" class="LineNr">530 </span><span class="Delimiter">:(code)</span> @@ -624,21 +623,21 @@ if ('onhashchange' in window) { <span id="L558" class="LineNr">558 </span><span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> root<span class="Delimiter">-></span>value<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span id="L559" class="LineNr">559 </span> type_info& info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> root<span class="Delimiter">-></span>value<span class="Delimiter">);</span> <span id="L560" class="LineNr">560 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L173'>CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L561" class="LineNr">561 </span> <span class="Conceal">¦</span> compute_container_sizes<span class="Delimiter">(</span>info<span class="Delimiter">,</span> type<span class="Delimiter">,</span> pending_metadata<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L562" class="LineNr">562 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L561" class="LineNr">561 </span> compute_container_sizes<span class="Delimiter">(</span>info<span class="Delimiter">,</span> type<span class="Delimiter">,</span> pending_metadata<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L562" class="LineNr">562 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L563" class="LineNr">563 </span> <span class="Delimiter">}</span> <span id="L564" class="LineNr">564 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L174'>EXCLUSIVE_CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L565" class="LineNr">565 </span> <span class="Conceal">¦</span> <a href='033exclusive_container.cc.html#L44'>compute_exclusive_container_sizes</a><span class="Delimiter">(</span>info<span class="Delimiter">,</span> type<span class="Delimiter">,</span> pending_metadata<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> -<span id="L566" class="LineNr">566 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L565" class="LineNr">565 </span> <a href='033exclusive_container.cc.html#L44'>compute_exclusive_container_sizes</a><span class="Delimiter">(</span>info<span class="Delimiter">,</span> type<span class="Delimiter">,</span> pending_metadata<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L566" class="LineNr">566 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L567" class="LineNr">567 </span> <span class="Delimiter">}</span> <span id="L568" class="LineNr">568 </span><span class="Delimiter">}</span> <span class="Comment">// otherwise error raised elsewhere</span> <span id="L569" class="LineNr">569 </span> <span id="L570" class="LineNr">570 </span><span class="Delimiter">:(before "End Unit Tests")</span> <span id="L571" class="LineNr">571 </span><span class="Normal">void</span> test_container_sizes_shape_shifting_container<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L572" class="LineNr">572 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo:_t [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L573" class="LineNr">573 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L574" class="LineNr">574 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" y:_t</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L575" class="LineNr">575 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L573" class="LineNr">573 </span> <span class="Constant">" x:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L574" class="LineNr">574 </span> <span class="Constant">" y:_t</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L575" class="LineNr">575 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L576" class="LineNr">576 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:foo:point"</span><span class="Delimiter">);</span> <span id="L577" class="LineNr">577 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L578" class="LineNr">578 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span>size<span class="Delimiter">,</span> <span class="Constant">3</span><span class="Delimiter">);</span> @@ -646,9 +645,9 @@ if ('onhashchange' in window) { <span id="L580" class="LineNr">580 </span> <span id="L581" class="LineNr">581 </span><span class="Normal">void</span> test_container_sizes_shape_shifting_exclusive_container<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L582" class="LineNr">582 </span> run<span class="Delimiter">(</span><span class="Constant">"exclusive-container foo:_t [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L583" class="LineNr">583 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L584" class="LineNr">584 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" y:_t</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L585" class="LineNr">585 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L583" class="LineNr">583 </span> <span class="Constant">" x:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L584" class="LineNr">584 </span> <span class="Constant">" y:_t</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L585" class="LineNr">585 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L586" class="LineNr">586 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:foo:point"</span><span class="Delimiter">);</span> <span id="L587" class="LineNr">587 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L588" class="LineNr">588 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span>size<span class="Delimiter">,</span> <span class="Constant">3</span><span class="Delimiter">);</span> @@ -659,9 +658,9 @@ if ('onhashchange' in window) { <span id="L593" class="LineNr">593 </span> <span id="L594" class="LineNr">594 </span><span class="Normal">void</span> test_container_sizes_compound_type_ingredient<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L595" class="LineNr">595 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo:_t [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L596" class="LineNr">596 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L597" class="LineNr">597 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" y:_t</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L598" class="LineNr">598 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L596" class="LineNr">596 </span> <span class="Constant">" x:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L597" class="LineNr">597 </span> <span class="Constant">" y:_t</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L598" class="LineNr">598 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L599" class="LineNr">599 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:foo:&:point"</span><span class="Delimiter">);</span> <span id="L600" class="LineNr">600 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L601" class="LineNr">601 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span>size<span class="Delimiter">,</span> <span class="Constant">2</span><span class="Delimiter">);</span> @@ -673,9 +672,9 @@ if ('onhashchange' in window) { <span id="L607" class="LineNr">607 </span> <span id="L608" class="LineNr">608 </span><span class="Normal">void</span> test_container_sizes_recursive_shape_shifting_container<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L609" class="LineNr">609 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo:_t [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L610" class="LineNr">610 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L611" class="LineNr">611 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" y:&:foo:_t</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L612" class="LineNr">612 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L610" class="LineNr">610 </span> <span class="Constant">" x:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L611" class="LineNr">611 </span> <span class="Constant">" y:&:foo:_t</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L612" class="LineNr">612 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L613" class="LineNr">613 </span> reagent r2<span class="Delimiter">(</span><span class="Constant">"x:foo:num"</span><span class="Delimiter">);</span> <span id="L614" class="LineNr">614 </span> compute_container_sizes<span class="Delimiter">(</span>r2<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L615" class="LineNr">615 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>r2<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span>size<span class="Delimiter">,</span> <span class="Constant">2</span><span class="Delimiter">);</span> @@ -690,22 +689,22 @@ if ('onhashchange' in window) { <span id="L624" class="LineNr">624 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L625" class="LineNr">625 </span><span class="Delimiter">}</span> <span id="L626" class="LineNr">626 </span><span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">.</span>kind == <a href='010vm.cc.html#L174'>EXCLUSIVE_CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L627" class="LineNr">627 </span> <a href='036refcount.cc.html#L359'>compute_exclusive_container_address_offsets</a><span class="Delimiter">(</span>info<span class="Delimiter">,</span> type<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> +<span id="L627" class="LineNr">627 </span> <a href='036refcount.cc.html#L150'>compute_exclusive_container_address_offsets</a><span class="Delimiter">(</span>info<span class="Delimiter">,</span> type<span class="Delimiter">,</span> location_for_error_messages<span class="Delimiter">);</span> <span id="L628" class="LineNr">628 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L629" class="LineNr">629 </span><span class="Delimiter">}</span> <span id="L630" class="LineNr">630 </span> <span id="L631" class="LineNr">631 </span><span class="Delimiter">:(before "End Unit Tests")</span> <span id="L632" class="LineNr">632 </span><span class="Normal">void</span> test_container_address_offsets_in_shape_shifting_container<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L633" class="LineNr">633 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo:_t [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L634" class="LineNr">634 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L635" class="LineNr">635 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" y:_t</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L636" class="LineNr">636 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L634" class="LineNr">634 </span> <span class="Constant">" x:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L635" class="LineNr">635 </span> <span class="Constant">" y:_t</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L636" class="LineNr">636 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L637" class="LineNr">637 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:foo:&:num"</span><span class="Delimiter">);</span> <span id="L638" class="LineNr">638 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L639" class="LineNr">639 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> -<span id="L640" class="LineNr">640 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L641" class="LineNr">641 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">()));</span> -<span id="L642" class="LineNr">642 </span> set<address_element_info>& offset_info = get<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> +<span id="L640" class="LineNr">640 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L641" class="LineNr">641 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">()));</span> +<span id="L642" class="LineNr">642 </span> set<address_element_info>& offset_info = get<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> <span id="L643" class="LineNr">643 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>offset_info<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> <span id="L644" class="LineNr">644 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>offset_info<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> <span class="Comment">//</span> <span id="L645" class="LineNr">645 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>offset_info<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> @@ -714,20 +713,20 @@ if ('onhashchange' in window) { <span id="L648" class="LineNr">648 </span> <span id="L649" class="LineNr">649 </span><span class="Normal">void</span> test_container_address_offsets_in_nested_shape_shifting_container<span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L650" class="LineNr">650 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo:_t [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L651" class="LineNr">651 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L652" class="LineNr">652 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" y:_t</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L653" class="LineNr">653 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L654" class="LineNr">654 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"container bar:_t [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L655" class="LineNr">655 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:_t</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L656" class="LineNr">656 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" y:foo:_t</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L657" class="LineNr">657 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L651" class="LineNr">651 </span> <span class="Constant">" x:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L652" class="LineNr">652 </span> <span class="Constant">" y:_t</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L653" class="LineNr">653 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L654" class="LineNr">654 </span> <span class="Constant">"container bar:_t [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L655" class="LineNr">655 </span> <span class="Constant">" x:_t</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L656" class="LineNr">656 </span> <span class="Constant">" y:foo:_t</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L657" class="LineNr">657 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L658" class="LineNr">658 </span> reagent r<span class="Delimiter">(</span><span class="Constant">"x:bar:&:num"</span><span class="Delimiter">);</span> <span id="L659" class="LineNr">659 </span> <a href='003trace.cc.html#L164'>CLEAR_TRACE</a><span class="Delimiter">;</span> <span id="L660" class="LineNr">660 </span> compute_container_sizes<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L661" class="LineNr">661 </span> compute_container_address_offsets<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> -<span id="L662" class="LineNr">662 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L663" class="LineNr">663 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">()));</span> -<span id="L664" class="LineNr">664 </span> set<address_element_info>& offset_info = get<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> +<span id="L662" class="LineNr">662 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L663" class="LineNr">663 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">()));</span> +<span id="L664" class="LineNr">664 </span> set<address_element_info>& offset_info = get<span class="Delimiter">(</span>r<span class="Delimiter">.</span>metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">,</span> set<tag_condition_info><span class="Delimiter">());</span> <span id="L665" class="LineNr">665 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>offset_info<span class="Delimiter">),</span> <span class="Constant">2</span><span class="Delimiter">);</span> <span id="L666" class="LineNr">666 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span>offset_info<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span>offset<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> <span class="Comment">//</span> <span id="L667" class="LineNr">667 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>offset_info<span class="Delimiter">.</span>begin<span class="Delimiter">()-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">);</span> @@ -744,7 +743,7 @@ if ('onhashchange' in window) { <span id="L678" class="LineNr">678 </span>] <span id="L679" class="LineNr">679 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L680" class="LineNr">680 </span> local-scope -<span id="L681" class="LineNr">681 </span> <span class="Normal">x</span>:<a href='043space.cc.html#L82'>address</a>:foo:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Delimiter">{(</span>foo num<span class="Delimiter">)</span>: type<span class="Delimiter">}</span> +<span id="L681" class="LineNr">681 </span> <span class="Normal">x</span>:<a href='043space.cc.html#L80'>address</a>:foo:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Delimiter">{(</span>foo num<span class="Delimiter">)</span>: type<span class="Delimiter">}</span> <span id="L682" class="LineNr">682 </span>] <span id="L683" class="LineNr">683 </span><span class="Comment"># no crash</span> <span id="L684" class="LineNr">684 </span> diff --git a/html/056shape_shifting_recipe.cc.html b/html/056shape_shifting_recipe.cc.html index a39c9453..8c3afa7f 100644 --- a/html/056shape_shifting_recipe.cc.html +++ b/html/056shape_shifting_recipe.cc.html @@ -16,20 +16,19 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .LineNr { color: #444444; } +.Delimiter { color: #800080; } +.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .SalientComment { color: #00ffff; } .CommentedCode { color: #6c6c6c; } .muRecipe { color: #ff8700; } -.cSpecial { color: #008000; } -.muData { color: #ffff00; } +.Constant { color: #00a0a0; } +.Special { color: #c00000; } .Identifier { color: #c0a020; } -.Delimiter { color: #800080; } .traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } -.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } +.muData { color: #ffff00; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.cSpecial { color: #008000; } --> </style> @@ -101,7 +100,7 @@ if ('onhashchange' in window) { <span id="L35" class="LineNr"> 35 </span> <span id="L36" class="LineNr"> 36 </span><span class="Delimiter">:(after "Running One Instruction")</span> <span id="L37" class="LineNr"> 37 </span><span class="Normal">if</span> <span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>front<span class="Delimiter">().</span>running_step_index == <span class="Constant">0</span> -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> && <a href='056shape_shifting_recipe.cc.html#L160'>any_type_ingredient_in_header</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>front<span class="Delimiter">().</span>running_recipe<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L38" class="LineNr"> 38 </span> && <a href='056shape_shifting_recipe.cc.html#L160'>any_type_ingredient_in_header</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>front<span class="Delimiter">().</span>running_recipe<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span id="L39" class="LineNr"> 39 </span><span class="CommentedCode">//? DUMP("");</span> <span id="L40" class="LineNr"> 40 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"ran into unspecialized shape-shifting <a href='010vm.cc.html#L19'>recipe</a> "</span> << <a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">()</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L41" class="LineNr"> 41 </span><span class="CommentedCode">//? exit(0);</span> @@ -119,8 +118,8 @@ if ('onhashchange' in window) { <span id="L53" class="LineNr"> 53 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"found variant to specialize: "</span> << exemplar << <span class="Constant">' '</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> exemplar<span class="Delimiter">).</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L54" class="LineNr"> 54 </span> string new_recipe_name = <a href='056shape_shifting_recipe.cc.html#L245'>insert_new_variant</a><span class="Delimiter">(</span>exemplar<span class="Delimiter">,</span> inst<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">);</span> <span id="L55" class="LineNr"> 55 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>new_recipe_name != <span class="Constant">""</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"new specialization: "</span> << new_recipe_name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> new_recipe_name<span class="Delimiter">;</span> +<span id="L56" class="LineNr"> 56 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"new specialization: "</span> << new_recipe_name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L57" class="LineNr"> 57 </span> <span class="Identifier">return</span> new_recipe_name<span class="Delimiter">;</span> <span id="L58" class="LineNr"> 58 </span> <span class="Delimiter">}</span> <span id="L59" class="LineNr"> 59 </span><span class="Delimiter">}</span> <span id="L60" class="LineNr"> 60 </span> @@ -129,7 +128,7 @@ if ('onhashchange' in window) { <span id="L63" class="LineNr"> 63 </span> <span id="L64" class="LineNr"> 64 </span><span class="Delimiter">:(before "End Instruction Operation Checks")</span> <span id="L65" class="LineNr"> 65 </span><span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>operation<span class="Delimiter">)</span> && !is_primitive<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">)</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> && <a href='056shape_shifting_recipe.cc.html#L160'>any_type_ingredient_in_header</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L66" class="LineNr"> 66 </span> && <a href='056shape_shifting_recipe.cc.html#L160'>any_type_ingredient_in_header</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Delimiter">{</span> <span id="L67" class="LineNr"> 67 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"instruction '"</span> << inst<span class="Delimiter">.</span>name << <span class="Constant">"' has no valid specialization</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L68" class="LineNr"> 68 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L69" class="LineNr"> 69 </span><span class="Delimiter">}</span> @@ -143,34 +142,34 @@ if ('onhashchange' in window) { <span id="L77" class="LineNr"> 77 </span>vector<recipe_ordinal> <a href='056shape_shifting_recipe.cc.html#L77'>strictly_matching_shape_shifting_variants</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> vector<recipe_ordinal>& variants<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L78" class="LineNr"> 78 </span> vector<recipe_ordinal> result<span class="Delimiter">;</span> <span id="L79" class="LineNr"> 79 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variants<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!any_type_ingredient_in_header<span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!all_concrete_header_reagents_strictly_match<span class="Delimiter">(</span>inst<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L81" class="LineNr"> 81 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!any_type_ingredient_in_header<span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L82" class="LineNr"> 82 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!all_concrete_header_reagents_strictly_match<span class="Delimiter">(</span>inst<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L83" class="LineNr"> 83 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>variants<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> <span id="L84" class="LineNr"> 84 </span> <span class="Delimiter">}</span> <span id="L85" class="LineNr"> 85 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L86" class="LineNr"> 86 </span><span class="Delimiter">}</span> <span id="L87" class="LineNr"> 87 </span> <span id="L88" class="LineNr"> 88 </span><span class="Normal">bool</span> <a href='056shape_shifting_recipe.cc.html#L88'>all_concrete_header_reagents_strictly_match</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& variant<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L89" class="LineNr"> 89 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>ingredients<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!concrete_type_names_strictly_match<span class="Delimiter">(</span>variant<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"concrete-type match failed: ingredient "</span> << i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L90" class="LineNr"> 90 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!concrete_type_names_strictly_match<span class="Delimiter">(</span>variant<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L91" class="LineNr"> 91 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"concrete-type match failed: ingredient "</span> << i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L92" class="LineNr"> 92 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L93" class="LineNr"> 93 </span> <span class="Delimiter">}</span> <span id="L94" class="LineNr"> 94 </span> <span class="Delimiter">}</span> <span id="L95" class="LineNr"> 95 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>products<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!concrete_type_names_strictly_match<span class="Delimiter">(</span>variant<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"concrete-type match failed: product "</span> << i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L100" class="LineNr"> 100 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L96" class="LineNr"> 96 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L97" class="LineNr"> 97 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!concrete_type_names_strictly_match<span class="Delimiter">(</span>variant<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L98" class="LineNr"> 98 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"concrete-type match failed: product "</span> << i << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L100" class="LineNr"> 100 </span> <span class="Delimiter">}</span> <span id="L101" class="LineNr"> 101 </span> <span class="Delimiter">}</span> <span id="L102" class="LineNr"> 102 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L103" class="LineNr"> 103 </span><span class="Delimiter">}</span> <span id="L104" class="LineNr"> 104 </span> <span id="L105" class="LineNr"> 105 </span><span class="Comment">// manual prototype</span> <span id="L106" class="LineNr"> 106 </span>vector<recipe_ordinal> <a href='056shape_shifting_recipe.cc.html#L132'>keep_max</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction&<span class="Delimiter">,</span> <span class="Normal">const</span> vector<recipe_ordinal>&<span class="Delimiter">,</span> -<span id="L107" class="LineNr"> 107 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> <span class="Delimiter">(</span>*<span class="Delimiter">)(</span><span class="Normal">const</span> instruction&<span class="Delimiter">,</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a><span class="Delimiter">));</span> +<span id="L107" class="LineNr"> 107 </span> <span class="Normal">int</span> <span class="Delimiter">(</span>*<span class="Delimiter">)(</span><span class="Normal">const</span> instruction&<span class="Delimiter">,</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a><span class="Delimiter">));</span> <span id="L108" class="LineNr"> 108 </span> <span id="L109" class="LineNr"> 109 </span><span class="Comment">// tie-breaker for phase 3</span> <span id="L110" class="LineNr"> 110 </span><a href='010vm.cc.html#L14'>recipe_ordinal</a> <a href='056shape_shifting_recipe.cc.html#L110'>best_shape_shifting_variant</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> vector<recipe_ordinal>& candidates<span class="Delimiter">)</span> <span class="Delimiter">{</span> @@ -187,32 +186,32 @@ if ('onhashchange' in window) { <span id="L121" class="LineNr"> 121 </span><span class="CommentedCode">//? cerr << "C picking shape-shifting variant:\n";</span> <span id="L122" class="LineNr"> 122 </span> vector<recipe_ordinal> result3 = <a href='056shape_shifting_recipe.cc.html#L132'>keep_max</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> result2<span class="Delimiter">,</span> number_of_type_ingredients<span class="Delimiter">);</span> <span id="L123" class="LineNr"> 123 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>result3<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L124" class="LineNr"> 124 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">Couldn't decide the best shape-shifting variant for instruction '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L125" class="LineNr"> 125 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"This is a hole in Mu. Please copy the following candidates into an email to Kartik Agaram <mu@akkartik.com></span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L126" class="LineNr"> 126 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>candidates<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L127" class="LineNr"> 127 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << <span class="Constant">" "</span> << header_label<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> candidates<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L124" class="LineNr"> 124 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">Couldn't decide the best shape-shifting variant for instruction '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L125" class="LineNr"> 125 </span> cerr << <span class="Constant">"This is a hole in Mu. Please copy the following candidates into an email to Kartik Agaram <mu@akkartik.com></span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L126" class="LineNr"> 126 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>candidates<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L127" class="LineNr"> 127 </span> cerr << <span class="Constant">" "</span> << header_label<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> candidates<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L128" class="LineNr"> 128 </span> <span class="Delimiter">}</span> <span id="L129" class="LineNr"> 129 </span> <span class="Identifier">return</span> result3<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L130" class="LineNr"> 130 </span><span class="Delimiter">}</span> <span id="L131" class="LineNr"> 131 </span> <span id="L132" class="LineNr"> 132 </span>vector<recipe_ordinal> <a href='056shape_shifting_recipe.cc.html#L132'>keep_max</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> vector<recipe_ordinal>& in<span class="Delimiter">,</span> -<span id="L133" class="LineNr"> 133 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> <span class="Delimiter">(</span>*scorer<span class="Delimiter">)(</span><span class="Normal">const</span> instruction&<span class="Delimiter">,</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a><span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L133" class="LineNr"> 133 </span> <span class="Normal">int</span> <span class="Delimiter">(</span>*scorer<span class="Delimiter">)(</span><span class="Normal">const</span> instruction&<span class="Delimiter">,</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a><span class="Delimiter">))</span> <span class="Delimiter">{</span> <span id="L134" class="LineNr"> 134 </span> assert<span class="Delimiter">(</span>!in<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> <span id="L135" class="LineNr"> 135 </span> vector<recipe_ordinal> out<span class="Delimiter">;</span> <span id="L136" class="LineNr"> 136 </span> out<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>in<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L137" class="LineNr"> 137 </span> <span class="Normal">int</span> best_score = <span class="Delimiter">(</span>*scorer<span class="Delimiter">)(</span>inst<span class="Delimiter">,</span> in<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L138" class="LineNr"> 138 </span><span class="CommentedCode">//? cerr << best_score << " " << header_label(get(Recipe, in.at(0))) << '\n';</span> <span id="L139" class="LineNr"> 139 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L140" class="LineNr"> 140 </span> <span class="Conceal">¦</span> <span class="Normal">int</span> score = <span class="Delimiter">(</span>*scorer<span class="Delimiter">)(</span>inst<span class="Delimiter">,</span> in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L140" class="LineNr"> 140 </span> <span class="Normal">int</span> score = <span class="Delimiter">(</span>*scorer<span class="Delimiter">)(</span>inst<span class="Delimiter">,</span> in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> <span id="L141" class="LineNr"> 141 </span><span class="CommentedCode">//? cerr << score << " " << header_label(get(Recipe, in.at(i))) << '\n';</span> -<span id="L142" class="LineNr"> 142 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>score == best_score<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L143" class="LineNr"> 143 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> out<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L144" class="LineNr"> 144 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L145" class="LineNr"> 145 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>score > best_score<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L146" class="LineNr"> 146 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> best_score = score<span class="Delimiter">;</span> -<span id="L147" class="LineNr"> 147 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> out<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> -<span id="L148" class="LineNr"> 148 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> out<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L149" class="LineNr"> 149 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L142" class="LineNr"> 142 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>score == best_score<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L143" class="LineNr"> 143 </span> out<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L144" class="LineNr"> 144 </span> <span class="Delimiter">}</span> +<span id="L145" class="LineNr"> 145 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>score > best_score<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L146" class="LineNr"> 146 </span> best_score = score<span class="Delimiter">;</span> +<span id="L147" class="LineNr"> 147 </span> out<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> +<span id="L148" class="LineNr"> 148 </span> out<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<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 class="Identifier">return</span> out<span class="Delimiter">;</span> <span id="L152" class="LineNr"> 152 </span><span class="Delimiter">}</span> @@ -220,18 +219,18 @@ if ('onhashchange' in window) { <span id="L154" class="LineNr"> 154 </span><span class="Normal">int</span> <a href='056shape_shifting_recipe.cc.html#L154'>arity_fit</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> candidate<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L155" class="LineNr"> 155 </span> <span class="Normal">const</span> recipe& r = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> candidate<span class="Delimiter">);</span> <span id="L156" class="LineNr"> 156 </span> <span class="Identifier">return</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> - <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>products<span class="Delimiter">))</span> -<span id="L157" class="LineNr"> 157 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span>+ <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> - <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">));</span> +<span id="L157" class="LineNr"> 157 </span> + <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> - <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">));</span> <span id="L158" class="LineNr"> 158 </span><span class="Delimiter">}</span> <span id="L159" class="LineNr"> 159 </span> <span id="L160" class="LineNr"> 160 </span><span class="Normal">bool</span> <a href='056shape_shifting_recipe.cc.html#L160'>any_type_ingredient_in_header</a><span class="Delimiter">(</span><a href='010vm.cc.html#L14'>recipe_ordinal</a> variant<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L161" class="LineNr"> 161 </span> <span class="Normal">const</span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variant<span class="Delimiter">);</span> <span id="L162" class="LineNr"> 162 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L163" class="LineNr"> 163 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_type_ingredient_name<span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> -<span id="L164" class="LineNr"> 164 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L163" class="LineNr"> 163 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_type_ingredient_name<span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> +<span id="L164" class="LineNr"> 164 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L165" class="LineNr"> 165 </span> <span class="Delimiter">}</span> <span id="L166" class="LineNr"> 166 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L167" class="LineNr"> 167 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_type_ingredient_name<span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> -<span id="L168" class="LineNr"> 168 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L167" class="LineNr"> 167 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_type_ingredient_name<span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> +<span id="L168" class="LineNr"> 168 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L169" class="LineNr"> 169 </span> <span class="Delimiter">}</span> <span id="L170" class="LineNr"> 170 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L171" class="LineNr"> 171 </span><span class="Delimiter">}</span> @@ -248,16 +247,16 @@ if ('onhashchange' in window) { <span id="L182" class="LineNr"> 182 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>to<span class="Delimiter">-></span>atom && is_type_ingredient_name<span class="Delimiter">(</span>to<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span class="Comment">// type ingredient matches anything</span> <span id="L183" class="LineNr"> 183 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!to<span class="Delimiter">-></span>atom && to<span class="Delimiter">-></span>right == <span class="Constant">NULL</span> && to<span class="Delimiter">-></span>left != <span class="Constant">NULL</span> && to<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom && is_type_ingredient_name<span class="Delimiter">(</span>to<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L184" class="LineNr"> 184 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>from<span class="Delimiter">-></span>atom && is_mu_address<span class="Delimiter">(</span>to<span class="Delimiter">))</span> -<span id="L185" class="LineNr"> 185 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> from<span class="Delimiter">-></span>name == <span class="Constant">"literal"</span> && rhs_reagent<span class="Delimiter">.</span>name == <span class="Constant">"0"</span><span class="Delimiter">;</span> +<span id="L185" class="LineNr"> 185 </span> <span class="Identifier">return</span> from<span class="Delimiter">-></span>name == <span class="Constant">"literal"</span> && rhs_reagent<span class="Delimiter">.</span>name == <span class="Constant">"0"</span><span class="Delimiter">;</span> <span id="L186" class="LineNr"> 186 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!from<span class="Delimiter">-></span>atom && !to<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> -<span id="L187" class="LineNr"> 187 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> concrete_type_names_strictly_match<span class="Delimiter">(</span>to<span class="Delimiter">-></span>left<span class="Delimiter">,</span> from<span class="Delimiter">-></span>left<span class="Delimiter">,</span> rhs_reagent<span class="Delimiter">)</span> -<span id="L188" class="LineNr"> 188 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && concrete_type_names_strictly_match<span class="Delimiter">(</span>to<span class="Delimiter">-></span>right<span class="Delimiter">,</span> from<span class="Delimiter">-></span>right<span class="Delimiter">,</span> rhs_reagent<span class="Delimiter">);</span> +<span id="L187" class="LineNr"> 187 </span> <span class="Identifier">return</span> concrete_type_names_strictly_match<span class="Delimiter">(</span>to<span class="Delimiter">-></span>left<span class="Delimiter">,</span> from<span class="Delimiter">-></span>left<span class="Delimiter">,</span> rhs_reagent<span class="Delimiter">)</span> +<span id="L188" class="LineNr"> 188 </span> && concrete_type_names_strictly_match<span class="Delimiter">(</span>to<span class="Delimiter">-></span>right<span class="Delimiter">,</span> from<span class="Delimiter">-></span>right<span class="Delimiter">,</span> rhs_reagent<span class="Delimiter">);</span> <span id="L189" class="LineNr"> 189 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>from<span class="Delimiter">-></span>atom != to<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L190" class="LineNr"> 190 </span> <span class="Comment">// both from and to are atoms</span> <span id="L191" class="LineNr"> 191 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>from<span class="Delimiter">-></span>name == <span class="Constant">"literal"</span><span class="Delimiter">)</span> -<span id="L192" class="LineNr"> 192 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> Literal_type_names<span class="Delimiter">.</span>find<span class="Delimiter">(</span>to<span class="Delimiter">-></span>name<span class="Delimiter">)</span> != Literal_type_names<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L192" class="LineNr"> 192 </span> <span class="Identifier">return</span> Literal_type_names<span class="Delimiter">.</span>find<span class="Delimiter">(</span>to<span class="Delimiter">-></span>name<span class="Delimiter">)</span> != Literal_type_names<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L193" class="LineNr"> 193 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>to<span class="Delimiter">-></span>name == <span class="Constant">"literal"</span><span class="Delimiter">)</span> -<span id="L194" class="LineNr"> 194 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> Literal_type_names<span class="Delimiter">.</span>find<span class="Delimiter">(</span>from<span class="Delimiter">-></span>name<span class="Delimiter">)</span> != Literal_type_names<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L194" class="LineNr"> 194 </span> <span class="Identifier">return</span> Literal_type_names<span class="Delimiter">.</span>find<span class="Delimiter">(</span>from<span class="Delimiter">-></span>name<span class="Delimiter">)</span> != Literal_type_names<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L195" class="LineNr"> 195 </span> <span class="Identifier">return</span> to<span class="Delimiter">-></span>name == from<span class="Delimiter">-></span>name<span class="Delimiter">;</span> <span id="L196" class="LineNr"> 196 </span><span class="Delimiter">}</span> <span id="L197" class="LineNr"> 197 </span> @@ -275,36 +274,36 @@ if ('onhashchange' in window) { <span id="L209" class="LineNr"> 209 </span> <span class="Normal">const</span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L210" class="LineNr"> 210 </span> <span class="Normal">int</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L211" class="LineNr"> 211 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L212" class="LineNr"> 212 </span> <span class="Conceal">¦</span> result += number_of_concrete_type_names<span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> +<span id="L212" class="LineNr"> 212 </span> result += number_of_concrete_type_names<span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> <span id="L213" class="LineNr"> 213 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L214" class="LineNr"> 214 </span> <span class="Conceal">¦</span> result += number_of_concrete_type_names<span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> +<span id="L214" class="LineNr"> 214 </span> result += number_of_concrete_type_names<span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> <span id="L215" class="LineNr"> 215 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L216" class="LineNr"> 216 </span><span class="Delimiter">}</span> <span id="L217" class="LineNr"> 217 </span> <span id="L218" class="LineNr"> 218 </span><span class="Normal">int</span> number_of_concrete_type_names<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* type<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L219" class="LineNr"> 219 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L220" class="LineNr"> 220 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> -<span id="L221" class="LineNr"> 221 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> is_type_ingredient_name<span class="Delimiter">(</span>type<span class="Delimiter">-></span>name<span class="Delimiter">)</span> ? <span class="Constant">0</span> : <span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L221" class="LineNr"> 221 </span> <span class="Identifier">return</span> is_type_ingredient_name<span class="Delimiter">(</span>type<span class="Delimiter">-></span>name<span class="Delimiter">)</span> ? <span class="Constant">0</span> : <span class="Constant">1</span><span class="Delimiter">;</span> <span id="L222" class="LineNr"> 222 </span> <span class="Identifier">return</span> number_of_concrete_type_names<span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">)</span> -<span id="L223" class="LineNr"> 223 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span>+ number_of_concrete_type_names<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">);</span> +<span id="L223" class="LineNr"> 223 </span> + number_of_concrete_type_names<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">);</span> <span id="L224" class="LineNr"> 224 </span><span class="Delimiter">}</span> <span id="L225" class="LineNr"> 225 </span> <span id="L226" class="LineNr"> 226 </span><span class="Normal">int</span> number_of_type_ingredients<span class="Delimiter">(</span><a href='001help.cc.html#L259'>unused</a> <span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L227" class="LineNr"> 227 </span> <span class="Normal">const</span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L228" class="LineNr"> 228 </span> <span class="Normal">int</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L229" class="LineNr"> 229 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L230" class="LineNr"> 230 </span> <span class="Conceal">¦</span> result += number_of_type_ingredients<span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> +<span id="L230" class="LineNr"> 230 </span> result += number_of_type_ingredients<span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> <span id="L231" class="LineNr"> 231 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L232" class="LineNr"> 232 </span> <span class="Conceal">¦</span> result += number_of_type_ingredients<span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> +<span id="L232" class="LineNr"> 232 </span> result += number_of_type_ingredients<span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> <span id="L233" class="LineNr"> 233 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L234" class="LineNr"> 234 </span><span class="Delimiter">}</span> <span id="L235" class="LineNr"> 235 </span> <span id="L236" class="LineNr"> 236 </span><span class="Normal">int</span> number_of_type_ingredients<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* type<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L237" class="LineNr"> 237 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L238" class="LineNr"> 238 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> -<span id="L239" class="LineNr"> 239 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> is_type_ingredient_name<span class="Delimiter">(</span>type<span class="Delimiter">-></span>name<span class="Delimiter">)</span> ? <span class="Constant">1</span> : <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L239" class="LineNr"> 239 </span> <span class="Identifier">return</span> is_type_ingredient_name<span class="Delimiter">(</span>type<span class="Delimiter">-></span>name<span class="Delimiter">)</span> ? <span class="Constant">1</span> : <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L240" class="LineNr"> 240 </span> <span class="Identifier">return</span> number_of_type_ingredients<span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">)</span> -<span id="L241" class="LineNr"> 241 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span>+ number_of_type_ingredients<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">);</span> +<span id="L241" class="LineNr"> 241 </span> + number_of_type_ingredients<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">);</span> <span id="L242" class="LineNr"> 242 </span><span class="Delimiter">}</span> <span id="L243" class="LineNr"> 243 </span> <span id="L244" class="LineNr"> 244 </span><span class="Comment">// returns name of new variant</span> @@ -325,8 +324,8 @@ if ('onhashchange' in window) { <span id="L259" class="LineNr"> 259 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << new_recipe<span class="Delimiter">.</span>name << <span class="Constant">": performing transforms until check_or_set_types_by_name"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L260" class="LineNr"> 260 </span> <span class="Normal">int</span> transform_index = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L261" class="LineNr"> 261 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>transform_index = <span class="Constant">0</span><span class="Delimiter">;</span> transform_index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Transform<span class="Delimiter">);</span> ++transform_index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L262" class="LineNr"> 262 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Transform<span class="Delimiter">.</span>at<span class="Delimiter">(</span>transform_index<span class="Delimiter">)</span> == <a href='046check_type_by_name.cc.html#L21'>check_or_set_types_by_name</a><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L263" class="LineNr"> 263 </span> <span class="Conceal">¦</span> <span class="Delimiter">(</span>*Transform<span class="Delimiter">.</span>at<span class="Delimiter">(</span>transform_index<span class="Delimiter">))(</span>new_recipe_ordinal<span class="Delimiter">);</span> +<span id="L262" class="LineNr"> 262 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Transform<span class="Delimiter">.</span>at<span class="Delimiter">(</span>transform_index<span class="Delimiter">)</span> == <a href='046check_type_by_name.cc.html#L21'>check_or_set_types_by_name</a><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L263" class="LineNr"> 263 </span> <span class="Delimiter">(</span>*Transform<span class="Delimiter">.</span>at<span class="Delimiter">(</span>transform_index<span class="Delimiter">))(</span>new_recipe_ordinal<span class="Delimiter">);</span> <span id="L264" class="LineNr"> 264 </span> <span class="Delimiter">}</span> <span id="L265" class="LineNr"> 265 </span> new_recipe<span class="Delimiter">.</span>transformed_until = transform_index-<span class="Constant">1</span><span class="Delimiter">;</span> <span id="L266" class="LineNr"> 266 </span> @@ -336,14 +335,14 @@ if ('onhashchange' in window) { <span id="L270" class="LineNr"> 270 </span> <span id="L271" class="LineNr"> 271 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << new_recipe<span class="Delimiter">.</span>name << <span class="Constant">": replacing type ingredients"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L272" class="LineNr"> 272 </span> <span class="Delimiter">{</span> -<span id="L273" class="LineNr"> 273 </span> <span class="Conceal">¦</span> map<string<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree*> mappings<span class="Delimiter">;</span> -<span id="L274" class="LineNr"> 274 </span> <span class="Conceal">¦</span> <span class="Normal">bool</span> error = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L275" class="LineNr"> 275 </span> <span class="Conceal">¦</span> <a href='056shape_shifting_recipe.cc.html#L331'>compute_type_ingredient_mappings</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> exemplar<span class="Delimiter">),</span> inst<span class="Delimiter">,</span> mappings<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">,</span> &error<span class="Delimiter">);</span> -<span id="L276" class="LineNr"> 276 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!error<span class="Delimiter">)</span> error = <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>mappings<span class="Delimiter">)</span> != <a href='056shape_shifting_recipe.cc.html#L469'>type_ingredient_count_in_header</a><span class="Delimiter">(</span>exemplar<span class="Delimiter">));</span> -<span id="L277" class="LineNr"> 277 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!error<span class="Delimiter">)</span> replace_type_ingredients<span class="Delimiter">(</span>new_recipe<span class="Delimiter">,</span> mappings<span class="Delimiter">);</span> -<span id="L278" class="LineNr"> 278 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<string<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree*>::iterator p = mappings<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != mappings<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> -<span id="L279" class="LineNr"> 279 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">delete</span> p<span class="Delimiter">-></span>second<span class="Delimiter">;</span> -<span id="L280" class="LineNr"> 280 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>error<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">""</span><span class="Delimiter">;</span> +<span id="L273" class="LineNr"> 273 </span> map<string<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree*> mappings<span class="Delimiter">;</span> +<span id="L274" class="LineNr"> 274 </span> <span class="Normal">bool</span> error = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L275" class="LineNr"> 275 </span> <a href='056shape_shifting_recipe.cc.html#L331'>compute_type_ingredient_mappings</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> exemplar<span class="Delimiter">),</span> inst<span class="Delimiter">,</span> mappings<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">,</span> &error<span class="Delimiter">);</span> +<span id="L276" class="LineNr"> 276 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!error<span class="Delimiter">)</span> error = <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>mappings<span class="Delimiter">)</span> != <a href='056shape_shifting_recipe.cc.html#L469'>type_ingredient_count_in_header</a><span class="Delimiter">(</span>exemplar<span class="Delimiter">));</span> +<span id="L277" class="LineNr"> 277 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!error<span class="Delimiter">)</span> replace_type_ingredients<span class="Delimiter">(</span>new_recipe<span class="Delimiter">,</span> mappings<span class="Delimiter">);</span> +<span id="L278" class="LineNr"> 278 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<string<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree*>::iterator p = mappings<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != mappings<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> +<span id="L279" class="LineNr"> 279 </span> <span class="Normal">delete</span> p<span class="Delimiter">-></span>second<span class="Delimiter">;</span> +<span id="L280" class="LineNr"> 280 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>error<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">""</span><span class="Delimiter">;</span> <span id="L281" class="LineNr"> 281 </span> <span class="Delimiter">}</span> <span id="L282" class="LineNr"> 282 </span> ensure_all_concrete_types<span class="Delimiter">(</span>new_recipe<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> exemplar<span class="Delimiter">));</span> <span id="L283" class="LineNr"> 283 </span> @@ -351,7 +350,7 @@ if ('onhashchange' in window) { <span id="L285" class="LineNr"> 285 </span> get<span class="Delimiter">(</span>Recipe_variants<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>name<span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>new_recipe_ordinal<span class="Delimiter">);</span> <span id="L286" class="LineNr"> 286 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9992</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << new_recipe<span class="Delimiter">.</span>name << <span class="Constant">": performing remaining transforms (including resolve_ambiguous_calls)"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L287" class="LineNr"> 287 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">nada</span><span class="Comment">*/</span><span class="Delimiter">;</span> transform_index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Transform<span class="Delimiter">);</span> ++transform_index<span class="Delimiter">)</span> -<span id="L288" class="LineNr"> 288 </span> <span class="Conceal">¦</span> <span class="Delimiter">(</span>*Transform<span class="Delimiter">.</span>at<span class="Delimiter">(</span>transform_index<span class="Delimiter">))(</span>new_recipe_ordinal<span class="Delimiter">);</span> +<span id="L288" class="LineNr"> 288 </span> <span class="Delimiter">(</span>*Transform<span class="Delimiter">.</span>at<span class="Delimiter">(</span>transform_index<span class="Delimiter">))(</span>new_recipe_ordinal<span class="Delimiter">);</span> <span id="L289" class="LineNr"> 289 </span> new_recipe<span class="Delimiter">.</span>transformed_until = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Transform<span class="Delimiter">)</span>-<span class="Constant">1</span><span class="Delimiter">;</span> <span id="L290" class="LineNr"> 290 </span> <span class="Identifier">return</span> new_recipe<span class="Delimiter">.</span>name<span class="Delimiter">;</span> <span id="L291" class="LineNr"> 291 </span><span class="Delimiter">}</span> @@ -360,33 +359,33 @@ if ('onhashchange' in window) { <span id="L294" class="LineNr"> 294 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"-- compute type names: "</span> << variant<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L295" class="LineNr"> 295 </span> map<string<span class="Delimiter">,</span> type_tree*> type_names<span class="Delimiter">;</span> <span id="L296" class="LineNr"> 296 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L297" class="LineNr"> 297 </span> <span class="Conceal">¦</span> <a href='056shape_shifting_recipe.cc.html#L310'>save_or_deduce_type_name</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> type_names<span class="Delimiter">,</span> variant<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L297" class="LineNr"> 297 </span> <a href='056shape_shifting_recipe.cc.html#L310'>save_or_deduce_type_name</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> type_names<span class="Delimiter">,</span> variant<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L298" class="LineNr"> 298 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L299" class="LineNr"> 299 </span> <span class="Conceal">¦</span> <a href='056shape_shifting_recipe.cc.html#L310'>save_or_deduce_type_name</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> type_names<span class="Delimiter">,</span> variant<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L299" class="LineNr"> 299 </span> <a href='056shape_shifting_recipe.cc.html#L310'>save_or_deduce_type_name</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> type_names<span class="Delimiter">,</span> variant<span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L300" class="LineNr"> 300 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L301" class="LineNr"> 301 </span> <span class="Conceal">¦</span> instruction& inst = variant<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L302" class="LineNr"> 302 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">" <a href='010vm.cc.html#L32'>instruction</a>: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L303" class="LineNr"> 303 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> in = <span class="Constant">0</span><span class="Delimiter">;</span> in < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++in<span class="Delimiter">)</span> -<span id="L304" class="LineNr"> 304 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='056shape_shifting_recipe.cc.html#L310'>save_or_deduce_type_name</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>in<span class="Delimiter">),</span> type_names<span class="Delimiter">,</span> variant<span class="Delimiter">,</span> <span class="Constant">" in '"</span> + to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> + <span class="Constant">"'"</span><span class="Delimiter">);</span> -<span id="L305" class="LineNr"> 305 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> out = <span class="Constant">0</span><span class="Delimiter">;</span> out < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++out<span class="Delimiter">)</span> -<span id="L306" class="LineNr"> 306 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='056shape_shifting_recipe.cc.html#L310'>save_or_deduce_type_name</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>out<span class="Delimiter">),</span> type_names<span class="Delimiter">,</span> variant<span class="Delimiter">,</span> <span class="Constant">" in '"</span> + to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> + <span class="Constant">"'"</span><span class="Delimiter">);</span> +<span id="L301" class="LineNr"> 301 </span> instruction& inst = variant<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L302" class="LineNr"> 302 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">" <a href='010vm.cc.html#L32'>instruction</a>: "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L303" class="LineNr"> 303 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> in = <span class="Constant">0</span><span class="Delimiter">;</span> in < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++in<span class="Delimiter">)</span> +<span id="L304" class="LineNr"> 304 </span> <a href='056shape_shifting_recipe.cc.html#L310'>save_or_deduce_type_name</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>in<span class="Delimiter">),</span> type_names<span class="Delimiter">,</span> variant<span class="Delimiter">,</span> <span class="Constant">" in '"</span> + to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> + <span class="Constant">"'"</span><span class="Delimiter">);</span> +<span id="L305" class="LineNr"> 305 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> out = <span class="Constant">0</span><span class="Delimiter">;</span> out < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++out<span class="Delimiter">)</span> +<span id="L306" class="LineNr"> 306 </span> <a href='056shape_shifting_recipe.cc.html#L310'>save_or_deduce_type_name</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>out<span class="Delimiter">),</span> type_names<span class="Delimiter">,</span> variant<span class="Delimiter">,</span> <span class="Constant">" in '"</span> + to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> + <span class="Constant">"'"</span><span class="Delimiter">);</span> <span id="L307" class="LineNr"> 307 </span> <span class="Delimiter">}</span> <span id="L308" class="LineNr"> 308 </span><span class="Delimiter">}</span> <span id="L309" class="LineNr"> 309 </span> <span id="L310" class="LineNr"> 310 </span><span class="Normal">void</span> <a href='056shape_shifting_recipe.cc.html#L310'>save_or_deduce_type_name</a><span class="Delimiter">(</span>reagent& x<span class="Delimiter">,</span> map<string<span class="Delimiter">,</span> type_tree*>& type<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& variant<span class="Delimiter">,</span> <span class="Normal">const</span> string& context<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L311" class="LineNr"> 311 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9994</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">" checking "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>x<span class="Delimiter">)</span> << <span class="Constant">": "</span> << names_to_string<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L312" class="LineNr"> 312 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type && contains_key<span class="Delimiter">(</span>type<span class="Delimiter">,</span> x<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L313" class="LineNr"> 313 </span> <span class="Conceal">¦</span> x<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*get<span class="Delimiter">(</span>type<span class="Delimiter">,</span> x<span class="Delimiter">.</span>name<span class="Delimiter">));</span> -<span id="L314" class="LineNr"> 314 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9994</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">" deducing type to "</span> << names_to_string<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L315" class="LineNr"> 315 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L313" class="LineNr"> 313 </span> x<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*get<span class="Delimiter">(</span>type<span class="Delimiter">,</span> x<span class="Delimiter">.</span>name<span class="Delimiter">));</span> +<span id="L314" class="LineNr"> 314 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9994</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">" deducing type to "</span> << names_to_string<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L315" class="LineNr"> 315 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L316" class="LineNr"> 316 </span> <span class="Delimiter">}</span> <span id="L317" class="LineNr"> 317 </span> <span class="Comment">// Type Check in Type-ingredient-aware check_or_set_types_by_name</span> <span id="L318" class="LineNr"> 318 </span> <span class="Comment">// This is different from check_or_set_types_by_name.</span> <span id="L319" class="LineNr"> 319 </span> <span class="Comment">// We've found it useful in the past for tracking down bugs in</span> <span id="L320" class="LineNr"> 320 </span> <span class="Comment">// specialization.</span> <span id="L321" class="LineNr"> 321 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L322" class="LineNr"> 322 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>original_name<span class="Delimiter">)</span> << <span class="Constant">"unknown type for '"</span> << x<span class="Delimiter">.</span>original_string << <span class="Constant">"'"</span> << context << <span class="Constant">" (check the name for typos)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L323" class="LineNr"> 323 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L322" class="LineNr"> 322 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>variant<span class="Delimiter">.</span>original_name<span class="Delimiter">)</span> << <span class="Constant">"unknown type for '"</span> << x<span class="Delimiter">.</span>original_string << <span class="Constant">"'"</span> << context << <span class="Constant">" (check the name for typos)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L323" class="LineNr"> 323 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L324" class="LineNr"> 324 </span> <span class="Delimiter">}</span> <span id="L325" class="LineNr"> 325 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>type<span class="Delimiter">,</span> x<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L326" class="LineNr"> 326 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"offset"</span> || x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"variant"</span><span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// special-case for container-access instructions</span> @@ -397,19 +396,19 @@ if ('onhashchange' in window) { <span id="L331" class="LineNr"> 331 </span><span class="Normal">void</span> <a href='056shape_shifting_recipe.cc.html#L331'>compute_type_ingredient_mappings</a><span class="Delimiter">(</span><span class="Normal">const</span> recipe& exemplar<span class="Delimiter">,</span> <span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> map<string<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree*>& mappings<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& caller_recipe<span class="Delimiter">,</span> <span class="Normal">bool</span>* error<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L332" class="LineNr"> 332 </span> <span class="Normal">int</span> limit = min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>exemplar<span class="Delimiter">.</span>ingredients<span class="Delimiter">));</span> <span id="L333" class="LineNr"> 333 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < limit<span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L334" class="LineNr"> 334 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> reagent& exemplar_reagent = exemplar<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L335" class="LineNr"> 335 </span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> ingredient = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L336" class="LineNr"> 336 </span> <span class="Conceal">¦</span> canonize_type<span class="Delimiter">(</span>ingredient<span class="Delimiter">);</span> -<span id="L337" class="LineNr"> 337 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>exemplar_reagent<span class="Delimiter">)</span> && ingredient<span class="Delimiter">.</span>name == <span class="Constant">"0"</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// assume it matches</span> -<span id="L338" class="LineNr"> 338 </span> <span class="Conceal">¦</span> accumulate_type_ingredients<span class="Delimiter">(</span>exemplar_reagent<span class="Delimiter">,</span> ingredient<span class="Delimiter">,</span> mappings<span class="Delimiter">,</span> exemplar<span class="Delimiter">,</span> inst<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">,</span> error<span class="Delimiter">);</span> +<span id="L334" class="LineNr"> 334 </span> <span class="Normal">const</span> reagent& exemplar_reagent = exemplar<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L335" class="LineNr"> 335 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> ingredient = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L336" class="LineNr"> 336 </span> canonize_type<span class="Delimiter">(</span>ingredient<span class="Delimiter">);</span> +<span id="L337" class="LineNr"> 337 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>exemplar_reagent<span class="Delimiter">)</span> && ingredient<span class="Delimiter">.</span>name == <span class="Constant">"0"</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// assume it matches</span> +<span id="L338" class="LineNr"> 338 </span> accumulate_type_ingredients<span class="Delimiter">(</span>exemplar_reagent<span class="Delimiter">,</span> ingredient<span class="Delimiter">,</span> mappings<span class="Delimiter">,</span> exemplar<span class="Delimiter">,</span> inst<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">,</span> error<span class="Delimiter">);</span> <span id="L339" class="LineNr"> 339 </span> <span class="Delimiter">}</span> <span id="L340" class="LineNr"> 340 </span> limit = min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>exemplar<span class="Delimiter">.</span>products<span class="Delimiter">));</span> <span id="L341" class="LineNr"> 341 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < limit<span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L342" class="LineNr"> 342 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> reagent& exemplar_reagent = exemplar<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L343" class="LineNr"> 343 </span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> product = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L344" class="LineNr"> 344 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>product<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L345" class="LineNr"> 345 </span> <span class="Conceal">¦</span> canonize_type<span class="Delimiter">(</span>product<span class="Delimiter">);</span> -<span id="L346" class="LineNr"> 346 </span> <span class="Conceal">¦</span> accumulate_type_ingredients<span class="Delimiter">(</span>exemplar_reagent<span class="Delimiter">,</span> product<span class="Delimiter">,</span> mappings<span class="Delimiter">,</span> exemplar<span class="Delimiter">,</span> inst<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">,</span> error<span class="Delimiter">);</span> +<span id="L342" class="LineNr"> 342 </span> <span class="Normal">const</span> reagent& exemplar_reagent = exemplar<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L343" class="LineNr"> 343 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> product = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L344" class="LineNr"> 344 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>product<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L345" class="LineNr"> 345 </span> canonize_type<span class="Delimiter">(</span>product<span class="Delimiter">);</span> +<span id="L346" class="LineNr"> 346 </span> accumulate_type_ingredients<span class="Delimiter">(</span>exemplar_reagent<span class="Delimiter">,</span> product<span class="Delimiter">,</span> mappings<span class="Delimiter">,</span> exemplar<span class="Delimiter">,</span> inst<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">,</span> error<span class="Delimiter">);</span> <span id="L347" class="LineNr"> 347 </span> <span class="Delimiter">}</span> <span id="L348" class="LineNr"> 348 </span><span class="Delimiter">}</span> <span id="L349" class="LineNr"> 349 </span> @@ -421,47 +420,47 @@ if ('onhashchange' in window) { <span id="L355" class="LineNr"> 355 </span><span class="Normal">void</span> accumulate_type_ingredients<span class="Delimiter">(</span><span class="Normal">const</span> type_tree* exemplar_type<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree* refinement_type<span class="Delimiter">,</span> map<string<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree*>& mappings<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& exemplar<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& exemplar_reagent<span class="Delimiter">,</span> <span class="Normal">const</span> instruction& call_instruction<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& caller_recipe<span class="Delimiter">,</span> <span class="Normal">bool</span>* error<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L356" class="LineNr"> 356 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!exemplar_type<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L357" class="LineNr"> 357 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!refinement_type<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L358" class="LineNr"> 358 </span> <span class="Conceal">¦</span> <span class="Comment">// probably a bug in mu</span> -<span id="L359" class="LineNr"> 359 </span> <span class="Conceal">¦</span> <span class="Comment">// todo: make this smarter; only flag an error if exemplar_type contains some *new* type ingredient</span> -<span id="L360" class="LineNr"> 360 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>exemplar<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"missing type ingredient for "</span> << exemplar_reagent<span class="Delimiter">.</span>original_string << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L361" class="LineNr"> 361 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" (called from '"</span> << to_original_string<span class="Delimiter">(</span>call_instruction<span class="Delimiter">)</span> << <span class="Constant">"')</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L362" class="LineNr"> 362 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L358" class="LineNr"> 358 </span> <span class="Comment">// probably a bug in mu</span> +<span id="L359" class="LineNr"> 359 </span> <span class="Comment">// todo: make this smarter; only flag an error if exemplar_type contains some *new* type ingredient</span> +<span id="L360" class="LineNr"> 360 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>exemplar<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"missing type ingredient for "</span> << exemplar_reagent<span class="Delimiter">.</span>original_string << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L361" class="LineNr"> 361 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" (called from '"</span> << to_original_string<span class="Delimiter">(</span>call_instruction<span class="Delimiter">)</span> << <span class="Constant">"')</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L362" class="LineNr"> 362 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L363" class="LineNr"> 363 </span> <span class="Delimiter">}</span> <span id="L364" class="LineNr"> 364 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!exemplar_type<span class="Delimiter">-></span>atom && exemplar_type<span class="Delimiter">-></span>right == <span class="Constant">NULL</span> && !refinement_type<span class="Delimiter">-></span>atom && refinement_type<span class="Delimiter">-></span>right != <span class="Constant">NULL</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L365" class="LineNr"> 365 </span> <span class="Conceal">¦</span> exemplar_type = exemplar_type<span class="Delimiter">-></span>left<span class="Delimiter">;</span> -<span id="L366" class="LineNr"> 366 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L177'>assert_for_now</a><span class="Delimiter">(</span>exemplar_type<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L365" class="LineNr"> 365 </span> exemplar_type = exemplar_type<span class="Delimiter">-></span>left<span class="Delimiter">;</span> +<span id="L366" class="LineNr"> 366 </span> <a href='003trace.cc.html#L177'>assert_for_now</a><span class="Delimiter">(</span>exemplar_type<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> <span id="L367" class="LineNr"> 367 </span> <span class="Delimiter">}</span> <span id="L368" class="LineNr"> 368 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>exemplar_type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L369" class="LineNr"> 369 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_type_ingredient_name<span class="Delimiter">(</span>exemplar_type<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L370" class="LineNr"> 370 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> type_tree* curr_refinement_type = <span class="Constant">NULL</span><span class="Delimiter">;</span> <span class="Comment">// temporary heap allocation; must always be deleted before it goes out of scope</span> -<span id="L371" class="LineNr"> 371 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>exemplar_type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> -<span id="L372" class="LineNr"> 372 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr_refinement_type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*refinement_type<span class="Delimiter">);</span> -<span id="L373" class="LineNr"> 373 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L374" class="LineNr"> 374 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!refinement_type<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L375" class="LineNr"> 375 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr_refinement_type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*refinement_type<span class="Delimiter">-></span>left<span class="Delimiter">);</span> -<span id="L376" class="LineNr"> 376 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L377" class="LineNr"> 377 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> exemplar_type<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L378" class="LineNr"> 378 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"adding mapping from "</span> << exemplar_type<span class="Delimiter">-></span>name << <span class="Constant">" to "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>curr_refinement_type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L379" class="LineNr"> 379 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> exemplar_type<span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*curr_refinement_type<span class="Delimiter">));</span> -<span id="L380" class="LineNr"> 380 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L381" class="LineNr"> 381 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L382" class="LineNr"> 382 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!deeply_equal_type_names<span class="Delimiter">(</span>get<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> exemplar_type<span class="Delimiter">-></span>name<span class="Delimiter">),</span> curr_refinement_type<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L383" class="LineNr"> 383 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"no call found for '"</span> << to_original_string<span class="Delimiter">(</span>call_instruction<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L384" class="LineNr"> 384 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *error = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L385" class="LineNr"> 385 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">delete</span> curr_refinement_type<span class="Delimiter">;</span> -<span id="L386" class="LineNr"> 386 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L387" class="LineNr"> 387 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L388" class="LineNr"> 388 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>get<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> exemplar_type<span class="Delimiter">-></span>name<span class="Delimiter">)-></span>name == <span class="Constant">"literal"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L389" class="LineNr"> 389 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">delete</span> get<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> exemplar_type<span class="Delimiter">-></span>name<span class="Delimiter">);</span> -<span id="L390" class="LineNr"> 390 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> exemplar_type<span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*curr_refinement_type<span class="Delimiter">));</span> -<span id="L391" class="LineNr"> 391 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L392" class="LineNr"> 392 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L393" class="LineNr"> 393 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">delete</span> curr_refinement_type<span class="Delimiter">;</span> -<span id="L394" class="LineNr"> 394 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L369" class="LineNr"> 369 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_type_ingredient_name<span class="Delimiter">(</span>exemplar_type<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L370" class="LineNr"> 370 </span> <span class="Normal">const</span> type_tree* curr_refinement_type = <span class="Constant">NULL</span><span class="Delimiter">;</span> <span class="Comment">// temporary heap allocation; must always be deleted before it goes out of scope</span> +<span id="L371" class="LineNr"> 371 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>exemplar_type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> +<span id="L372" class="LineNr"> 372 </span> curr_refinement_type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*refinement_type<span class="Delimiter">);</span> +<span id="L373" class="LineNr"> 373 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L374" class="LineNr"> 374 </span> assert<span class="Delimiter">(</span>!refinement_type<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L375" class="LineNr"> 375 </span> curr_refinement_type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*refinement_type<span class="Delimiter">-></span>left<span class="Delimiter">);</span> +<span id="L376" class="LineNr"> 376 </span> <span class="Delimiter">}</span> +<span id="L377" class="LineNr"> 377 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> exemplar_type<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L378" class="LineNr"> 378 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"adding mapping from "</span> << exemplar_type<span class="Delimiter">-></span>name << <span class="Constant">" to "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>curr_refinement_type<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L379" class="LineNr"> 379 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> exemplar_type<span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*curr_refinement_type<span class="Delimiter">));</span> +<span id="L380" class="LineNr"> 380 </span> <span class="Delimiter">}</span> +<span id="L381" class="LineNr"> 381 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L382" class="LineNr"> 382 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!deeply_equal_type_names<span class="Delimiter">(</span>get<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> exemplar_type<span class="Delimiter">-></span>name<span class="Delimiter">),</span> curr_refinement_type<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L383" class="LineNr"> 383 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller_recipe<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"no call found for '"</span> << to_original_string<span class="Delimiter">(</span>call_instruction<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L384" class="LineNr"> 384 </span> *error = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L385" class="LineNr"> 385 </span> <span class="Normal">delete</span> curr_refinement_type<span class="Delimiter">;</span> +<span id="L386" class="LineNr"> 386 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L387" class="LineNr"> 387 </span> <span class="Delimiter">}</span> +<span id="L388" class="LineNr"> 388 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>get<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> exemplar_type<span class="Delimiter">-></span>name<span class="Delimiter">)-></span>name == <span class="Constant">"literal"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L389" class="LineNr"> 389 </span> <span class="Normal">delete</span> get<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> exemplar_type<span class="Delimiter">-></span>name<span class="Delimiter">);</span> +<span id="L390" class="LineNr"> 390 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> exemplar_type<span class="Delimiter">-></span>name<span class="Delimiter">,</span> <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*curr_refinement_type<span class="Delimiter">));</span> +<span id="L391" class="LineNr"> 391 </span> <span class="Delimiter">}</span> +<span id="L392" class="LineNr"> 392 </span> <span class="Delimiter">}</span> +<span id="L393" class="LineNr"> 393 </span> <span class="Normal">delete</span> curr_refinement_type<span class="Delimiter">;</span> +<span id="L394" class="LineNr"> 394 </span> <span class="Delimiter">}</span> <span id="L395" class="LineNr"> 395 </span> <span class="Delimiter">}</span> <span id="L396" class="LineNr"> 396 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L397" class="LineNr"> 397 </span> <span class="Conceal">¦</span> accumulate_type_ingredients<span class="Delimiter">(</span>exemplar_type<span class="Delimiter">-></span>left<span class="Delimiter">,</span> refinement_type<span class="Delimiter">-></span>left<span class="Delimiter">,</span> mappings<span class="Delimiter">,</span> exemplar<span class="Delimiter">,</span> exemplar_reagent<span class="Delimiter">,</span> call_instruction<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">,</span> error<span class="Delimiter">);</span> -<span id="L398" class="LineNr"> 398 </span> <span class="Conceal">¦</span> accumulate_type_ingredients<span class="Delimiter">(</span>exemplar_type<span class="Delimiter">-></span>right<span class="Delimiter">,</span> refinement_type<span class="Delimiter">-></span>right<span class="Delimiter">,</span> mappings<span class="Delimiter">,</span> exemplar<span class="Delimiter">,</span> exemplar_reagent<span class="Delimiter">,</span> call_instruction<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">,</span> error<span class="Delimiter">);</span> +<span id="L397" class="LineNr"> 397 </span> accumulate_type_ingredients<span class="Delimiter">(</span>exemplar_type<span class="Delimiter">-></span>left<span class="Delimiter">,</span> refinement_type<span class="Delimiter">-></span>left<span class="Delimiter">,</span> mappings<span class="Delimiter">,</span> exemplar<span class="Delimiter">,</span> exemplar_reagent<span class="Delimiter">,</span> call_instruction<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">,</span> error<span class="Delimiter">);</span> +<span id="L398" class="LineNr"> 398 </span> accumulate_type_ingredients<span class="Delimiter">(</span>exemplar_type<span class="Delimiter">-></span>right<span class="Delimiter">,</span> refinement_type<span class="Delimiter">-></span>right<span class="Delimiter">,</span> mappings<span class="Delimiter">,</span> exemplar<span class="Delimiter">,</span> exemplar_reagent<span class="Delimiter">,</span> call_instruction<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">,</span> error<span class="Delimiter">);</span> <span id="L399" class="LineNr"> 399 </span> <span class="Delimiter">}</span> <span id="L400" class="LineNr"> 400 </span><span class="Delimiter">}</span> <span id="L401" class="LineNr"> 401 </span> @@ -470,25 +469,25 @@ if ('onhashchange' in window) { <span id="L404" class="LineNr"> 404 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>mappings<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L405" class="LineNr"> 405 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"replacing in <a href='010vm.cc.html#L19'>recipe</a> header ingredients"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L406" class="LineNr"> 406 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>new_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L407" class="LineNr"> 407 </span> <span class="Conceal">¦</span> replace_type_ingredients<span class="Delimiter">(</span>new_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> mappings<span class="Delimiter">,</span> new_recipe<span class="Delimiter">);</span> +<span id="L407" class="LineNr"> 407 </span> replace_type_ingredients<span class="Delimiter">(</span>new_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> mappings<span class="Delimiter">,</span> new_recipe<span class="Delimiter">);</span> <span id="L408" class="LineNr"> 408 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"replacing in <a href='010vm.cc.html#L19'>recipe</a> header products"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L409" class="LineNr"> 409 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>new_recipe<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L410" class="LineNr"> 410 </span> <span class="Conceal">¦</span> replace_type_ingredients<span class="Delimiter">(</span>new_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> mappings<span class="Delimiter">,</span> new_recipe<span class="Delimiter">);</span> +<span id="L410" class="LineNr"> 410 </span> replace_type_ingredients<span class="Delimiter">(</span>new_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> mappings<span class="Delimiter">,</span> new_recipe<span class="Delimiter">);</span> <span id="L411" class="LineNr"> 411 </span> <span class="Comment">// update its body</span> <span id="L412" class="LineNr"> 412 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>new_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L413" class="LineNr"> 413 </span> <span class="Conceal">¦</span> instruction& inst = new_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L414" class="LineNr"> 414 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"replacing in <a href='010vm.cc.html#L32'>instruction</a> '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L415" class="LineNr"> 415 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> -<span id="L416" class="LineNr"> 416 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> replace_type_ingredients<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> mappings<span class="Delimiter">,</span> new_recipe<span class="Delimiter">);</span> -<span id="L417" class="LineNr"> 417 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> -<span id="L418" class="LineNr"> 418 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> replace_type_ingredients<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> mappings<span class="Delimiter">,</span> new_recipe<span class="Delimiter">);</span> -<span id="L419" class="LineNr"> 419 </span> <span class="Conceal">¦</span> <span class="Comment">// special-case for new: replace type ingredient in first ingredient *value*</span> -<span id="L420" class="LineNr"> 420 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"new"</span> && inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>type<span class="Delimiter">-></span>name != <span class="Constant">"literal-string"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L421" class="LineNr"> 421 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> type_tree* type = <a href='056shape_shifting_recipe.cc.html#L486'>parse_type_tree</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">);</span> -<span id="L422" class="LineNr"> 422 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> replace_type_ingredients<span class="Delimiter">(</span>type<span class="Delimiter">,</span> mappings<span class="Delimiter">);</span> -<span id="L423" class="LineNr"> 423 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name = inspect<span class="Delimiter">(</span>type<span class="Delimiter">);</span> -<span id="L424" class="LineNr"> 424 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">delete</span> type<span class="Delimiter">;</span> -<span id="L425" class="LineNr"> 425 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L413" class="LineNr"> 413 </span> instruction& inst = new_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L414" class="LineNr"> 414 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"replacing in <a href='010vm.cc.html#L32'>instruction</a> '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L415" class="LineNr"> 415 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> +<span id="L416" class="LineNr"> 416 </span> replace_type_ingredients<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> mappings<span class="Delimiter">,</span> new_recipe<span class="Delimiter">);</span> +<span id="L417" class="LineNr"> 417 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> +<span id="L418" class="LineNr"> 418 </span> replace_type_ingredients<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> mappings<span class="Delimiter">,</span> new_recipe<span class="Delimiter">);</span> +<span id="L419" class="LineNr"> 419 </span> <span class="Comment">// special-case for new: replace type ingredient in first ingredient *value*</span> +<span id="L420" class="LineNr"> 420 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"new"</span> && inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>type<span class="Delimiter">-></span>name != <span class="Constant">"literal-string"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L421" class="LineNr"> 421 </span> type_tree* type = <a href='056shape_shifting_recipe.cc.html#L486'>parse_type_tree</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">);</span> +<span id="L422" class="LineNr"> 422 </span> replace_type_ingredients<span class="Delimiter">(</span>type<span class="Delimiter">,</span> mappings<span class="Delimiter">);</span> +<span id="L423" class="LineNr"> 423 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name = inspect<span class="Delimiter">(</span>type<span class="Delimiter">);</span> +<span id="L424" class="LineNr"> 424 </span> <span class="Normal">delete</span> type<span class="Delimiter">;</span> +<span id="L425" class="LineNr"> 425 </span> <span class="Delimiter">}</span> <span id="L426" class="LineNr"> 426 </span> <span class="Delimiter">}</span> <span id="L427" class="LineNr"> 427 </span><span class="Delimiter">}</span> <span id="L428" class="LineNr"> 428 </span> @@ -496,8 +495,8 @@ if ('onhashchange' in window) { <span id="L430" class="LineNr"> 430 </span> string before = <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>x<span class="Delimiter">);</span> <span id="L431" class="LineNr"> 431 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"replacing in ingredient "</span> << x<span class="Delimiter">.</span>original_string << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L432" class="LineNr"> 432 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L433" class="LineNr"> 433 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"specializing "</span> << caller<span class="Delimiter">.</span>original_name << <span class="Constant">": missing type for '"</span> << x<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L434" class="LineNr"> 434 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L433" class="LineNr"> 433 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"specializing "</span> << caller<span class="Delimiter">.</span>original_name << <span class="Constant">": missing type for '"</span> << x<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L434" class="LineNr"> 434 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L435" class="LineNr"> 435 </span> <span class="Delimiter">}</span> <span id="L436" class="LineNr"> 436 </span> replace_type_ingredients<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">,</span> mappings<span class="Delimiter">);</span> <span id="L437" class="LineNr"> 437 </span><span class="Delimiter">}</span> @@ -505,30 +504,30 @@ if ('onhashchange' in window) { <span id="L439" class="LineNr"> 439 </span><span class="Normal">void</span> replace_type_ingredients<span class="Delimiter">(</span>type_tree* type<span class="Delimiter">,</span> <span class="Normal">const</span> map<string<span class="Delimiter">,</span> <span class="Normal">const</span> type_tree*>& mappings<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L440" class="LineNr"> 440 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L441" class="LineNr"> 441 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L442" class="LineNr"> 442 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>right == <span class="Constant">NULL</span> && type<span class="Delimiter">-></span>left != <span class="Constant">NULL</span> && type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom && contains_key<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">)</span> && !get<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">)-></span>atom && get<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">)-></span>right != <span class="Constant">NULL</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L443" class="LineNr"> 443 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *type = *get<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">);</span> -<span id="L444" class="LineNr"> 444 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L445" class="LineNr"> 445 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L446" class="LineNr"> 446 </span> <span class="Conceal">¦</span> replace_type_ingredients<span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">,</span> mappings<span class="Delimiter">);</span> -<span id="L447" class="LineNr"> 447 </span> <span class="Conceal">¦</span> replace_type_ingredients<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">,</span> mappings<span class="Delimiter">);</span> -<span id="L448" class="LineNr"> 448 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L442" class="LineNr"> 442 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>type<span class="Delimiter">-></span>right == <span class="Constant">NULL</span> && type<span class="Delimiter">-></span>left != <span class="Constant">NULL</span> && type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom && contains_key<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">)</span> && !get<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">)-></span>atom && get<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">)-></span>right != <span class="Constant">NULL</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L443" class="LineNr"> 443 </span> *type = *get<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name<span class="Delimiter">);</span> +<span id="L444" class="LineNr"> 444 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L445" class="LineNr"> 445 </span> <span class="Delimiter">}</span> +<span id="L446" class="LineNr"> 446 </span> replace_type_ingredients<span class="Delimiter">(</span>type<span class="Delimiter">-></span>left<span class="Delimiter">,</span> mappings<span class="Delimiter">);</span> +<span id="L447" class="LineNr"> 447 </span> replace_type_ingredients<span class="Delimiter">(</span>type<span class="Delimiter">-></span>right<span class="Delimiter">,</span> mappings<span class="Delimiter">);</span> +<span id="L448" class="LineNr"> 448 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L449" class="LineNr"> 449 </span> <span class="Delimiter">}</span> <span id="L450" class="LineNr"> 450 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Comment">// todo: ugly side effect</span> -<span id="L451" class="LineNr"> 451 </span> <span class="Conceal">¦</span> type<span class="Delimiter">-></span>value = get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">);</span> +<span id="L451" class="LineNr"> 451 </span> type<span class="Delimiter">-></span>value = get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">);</span> <span id="L452" class="LineNr"> 452 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">))</span> -<span id="L453" class="LineNr"> 453 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L453" class="LineNr"> 453 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L454" class="LineNr"> 454 </span> <span class="Normal">const</span> type_tree* replacement = get<span class="Delimiter">(</span>mappings<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">);</span> <span id="L455" class="LineNr"> 455 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << type<span class="Delimiter">-></span>name << <span class="Constant">" => "</span> << names_to_string<span class="Delimiter">(</span>replacement<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L456" class="LineNr"> 456 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>replacement<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L457" class="LineNr"> 457 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> replacement<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L458" class="LineNr"> 458 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// error in program; should be reported elsewhere</span> -<span id="L459" class="LineNr"> 459 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L460" class="LineNr"> 460 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L461" class="LineNr"> 461 </span> <span class="Conceal">¦</span> type<span class="Delimiter">-></span>name = <span class="Delimiter">(</span>replacement<span class="Delimiter">-></span>name == <span class="Constant">"literal"</span><span class="Delimiter">)</span> ? <span class="Constant">"number"</span> : replacement<span class="Delimiter">-></span>name<span class="Delimiter">;</span> -<span id="L462" class="LineNr"> 462 </span> <span class="Conceal">¦</span> type<span class="Delimiter">-></span>value = get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">);</span> +<span id="L457" class="LineNr"> 457 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> replacement<span class="Delimiter">-></span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L458" class="LineNr"> 458 </span> <span class="Comment">// error in program; should be reported elsewhere</span> +<span id="L459" class="LineNr"> 459 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L460" class="LineNr"> 460 </span> <span class="Delimiter">}</span> +<span id="L461" class="LineNr"> 461 </span> type<span class="Delimiter">-></span>name = <span class="Delimiter">(</span>replacement<span class="Delimiter">-></span>name == <span class="Constant">"literal"</span><span class="Delimiter">)</span> ? <span class="Constant">"number"</span> : replacement<span class="Delimiter">-></span>name<span class="Delimiter">;</span> +<span id="L462" class="LineNr"> 462 </span> type<span class="Delimiter">-></span>value = get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> type<span class="Delimiter">-></span>name<span class="Delimiter">);</span> <span id="L463" class="LineNr"> 463 </span> <span class="Delimiter">}</span> <span id="L464" class="LineNr"> 464 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L465" class="LineNr"> 465 </span> <span class="Conceal">¦</span> *type = *replacement<span class="Delimiter">;</span> +<span id="L465" class="LineNr"> 465 </span> *type = *replacement<span class="Delimiter">;</span> <span id="L466" class="LineNr"> 466 </span> <span class="Delimiter">}</span> <span id="L467" class="LineNr"> 467 </span><span class="Delimiter">}</span> <span id="L468" class="LineNr"> 468 </span> @@ -536,9 +535,9 @@ if ('onhashchange' in window) { <span id="L470" class="LineNr"> 470 </span> <span class="Normal">const</span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> variant<span class="Delimiter">);</span> <span id="L471" class="LineNr"> 471 </span> set<string> type_ingredients<span class="Delimiter">;</span> <span id="L472" class="LineNr"> 472 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L473" class="LineNr"> 473 </span> <span class="Conceal">¦</span> accumulate_type_ingredients<span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">,</span> type_ingredients<span class="Delimiter">);</span> +<span id="L473" class="LineNr"> 473 </span> accumulate_type_ingredients<span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">,</span> type_ingredients<span class="Delimiter">);</span> <span id="L474" class="LineNr"> 474 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L475" class="LineNr"> 475 </span> <span class="Conceal">¦</span> accumulate_type_ingredients<span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">,</span> type_ingredients<span class="Delimiter">);</span> +<span id="L475" class="LineNr"> 475 </span> accumulate_type_ingredients<span class="Delimiter">(</span>caller<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">,</span> type_ingredients<span class="Delimiter">);</span> <span id="L476" class="LineNr"> 476 </span> <span class="Identifier">return</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>type_ingredients<span class="Delimiter">);</span> <span id="L477" class="LineNr"> 477 </span><span class="Delimiter">}</span> <span id="L478" class="LineNr"> 478 </span> @@ -564,16 +563,16 @@ if ('onhashchange' in window) { <span id="L498" class="LineNr"> 498 </span> <span id="L499" class="LineNr"> 499 </span><span class="Normal">void</span> <a href='056shape_shifting_recipe.cc.html#L499'>dump_inspect</a><span class="Delimiter">(</span><span class="Normal">const</span> type_tree* x<span class="Delimiter">,</span> ostream& out<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L500" class="LineNr"> 500 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">-></span>left && !x<span class="Delimiter">-></span>right<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L501" class="LineNr"> 501 </span> <span class="Conceal">¦</span> out << x<span class="Delimiter">-></span>name<span class="Delimiter">;</span> -<span id="L502" class="LineNr"> 502 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L501" class="LineNr"> 501 </span> out << x<span class="Delimiter">-></span>name<span class="Delimiter">;</span> +<span id="L502" class="LineNr"> 502 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L503" class="LineNr"> 503 </span> <span class="Delimiter">}</span> <span id="L504" class="LineNr"> 504 </span> out << <span class="Constant">'('</span><span class="Delimiter">;</span> <span id="L505" class="LineNr"> 505 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">const</span> type_tree* curr = x<span class="Delimiter">;</span> curr<span class="Delimiter">;</span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L506" class="LineNr"> 506 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr != x<span class="Delimiter">)</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> -<span id="L507" class="LineNr"> 507 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">)</span> -<span id="L508" class="LineNr"> 508 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='056shape_shifting_recipe.cc.html#L499'>dump_inspect</a><span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">,</span> out<span class="Delimiter">);</span> -<span id="L509" class="LineNr"> 509 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> -<span id="L510" class="LineNr"> 510 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> out << curr<span class="Delimiter">-></span>name<span class="Delimiter">;</span> +<span id="L506" class="LineNr"> 506 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr != x<span class="Delimiter">)</span> out << <span class="Constant">' '</span><span class="Delimiter">;</span> +<span id="L507" class="LineNr"> 507 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">)</span> +<span id="L508" class="LineNr"> 508 </span> <a href='056shape_shifting_recipe.cc.html#L499'>dump_inspect</a><span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">,</span> out<span class="Delimiter">);</span> +<span id="L509" class="LineNr"> 509 </span> <span class="Normal">else</span> +<span id="L510" class="LineNr"> 510 </span> out << curr<span class="Delimiter">-></span>name<span class="Delimiter">;</span> <span id="L511" class="LineNr"> 511 </span> <span class="Delimiter">}</span> <span id="L512" class="LineNr"> 512 </span> out << <span class="Constant">')'</span><span class="Delimiter">;</span> <span id="L513" class="LineNr"> 513 </span><span class="Delimiter">}</span> @@ -581,27 +580,27 @@ if ('onhashchange' in window) { <span id="L515" class="LineNr"> 515 </span><span class="Normal">void</span> ensure_all_concrete_types<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">const</span><span class="Comment">*/</span> recipe& new_recipe<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& exemplar<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L516" class="LineNr"> 516 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"-- ensure all concrete types in <a href='010vm.cc.html#L19'>recipe</a> "</span> << new_recipe<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L517" class="LineNr"> 517 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>new_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L518" class="LineNr"> 518 </span> <span class="Conceal">¦</span> ensure_all_concrete_types<span class="Delimiter">(</span>new_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> exemplar<span class="Delimiter">);</span> +<span id="L518" class="LineNr"> 518 </span> ensure_all_concrete_types<span class="Delimiter">(</span>new_recipe<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> exemplar<span class="Delimiter">);</span> <span id="L519" class="LineNr"> 519 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>new_recipe<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L520" class="LineNr"> 520 </span> <span class="Conceal">¦</span> ensure_all_concrete_types<span class="Delimiter">(</span>new_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> exemplar<span class="Delimiter">);</span> +<span id="L520" class="LineNr"> 520 </span> ensure_all_concrete_types<span class="Delimiter">(</span>new_recipe<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> exemplar<span class="Delimiter">);</span> <span id="L521" class="LineNr"> 521 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>new_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L522" class="LineNr"> 522 </span> <span class="Conceal">¦</span> instruction& inst = new_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L523" class="LineNr"> 523 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> -<span id="L524" class="LineNr"> 524 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ensure_all_concrete_types<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> exemplar<span class="Delimiter">);</span> -<span id="L525" class="LineNr"> 525 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> -<span id="L526" class="LineNr"> 526 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ensure_all_concrete_types<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> exemplar<span class="Delimiter">);</span> +<span id="L522" class="LineNr"> 522 </span> instruction& inst = new_recipe<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L523" class="LineNr"> 523 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> +<span id="L524" class="LineNr"> 524 </span> ensure_all_concrete_types<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> exemplar<span class="Delimiter">);</span> +<span id="L525" class="LineNr"> 525 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> +<span id="L526" class="LineNr"> 526 </span> ensure_all_concrete_types<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> exemplar<span class="Delimiter">);</span> <span id="L527" class="LineNr"> 527 </span> <span class="Delimiter">}</span> <span id="L528" class="LineNr"> 528 </span><span class="Delimiter">}</span> <span id="L529" class="LineNr"> 529 </span> <span id="L530" class="LineNr"> 530 </span><span class="Normal">void</span> ensure_all_concrete_types<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">const</span><span class="Comment">*/</span> reagent& x<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& exemplar<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L531" class="LineNr"> 531 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type || contains_type_ingredient_name<span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L532" class="LineNr"> 532 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>exemplar<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"failed to map a type to "</span> << x<span class="Delimiter">.</span>original_string << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L533" class="LineNr"> 533 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> x<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"added_by_ensure_all_concrete_types"</span><span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> <span class="Comment">// just to prevent crashes later</span> -<span id="L534" class="LineNr"> 534 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L532" class="LineNr"> 532 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>exemplar<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"failed to map a type to "</span> << x<span class="Delimiter">.</span>original_string << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L533" class="LineNr"> 533 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!x<span class="Delimiter">.</span>type<span class="Delimiter">)</span> x<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"added_by_ensure_all_concrete_types"</span><span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> <span class="Comment">// just to prevent crashes later</span> +<span id="L534" class="LineNr"> 534 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L535" class="LineNr"> 535 </span> <span class="Delimiter">}</span> <span id="L536" class="LineNr"> 536 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>value == -<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L537" class="LineNr"> 537 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>exemplar<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"failed to map a type to the unknown "</span> << x<span class="Delimiter">.</span>original_string << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L538" class="LineNr"> 538 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L537" class="LineNr"> 537 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>exemplar<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"failed to map a type to the unknown "</span> << x<span class="Delimiter">.</span>original_string << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L538" class="LineNr"> 538 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L539" class="LineNr"> 539 </span> <span class="Delimiter">}</span> <span id="L540" class="LineNr"> 540 </span><span class="Delimiter">}</span> <span id="L541" class="LineNr"> 541 </span> @@ -650,7 +649,7 @@ if ('onhashchange' in window) { <span id="L584" class="LineNr"> 584 </span>] <span id="L585" class="LineNr"> 585 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L586" class="LineNr"> 586 </span> <span class="Normal">s</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] -<span id="L587" class="LineNr"> 587 </span> <span class="Delimiter">{</span>x: <span class="Delimiter">(</span>c <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> array character<span class="Delimiter">)</span> number<span class="Delimiter">)}</span><span class="Special"> <- </span>merge s<span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L587" class="LineNr"> 587 </span> <span class="Delimiter">{</span>x: <span class="Delimiter">(</span>c <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> array character<span class="Delimiter">)</span> number<span class="Delimiter">)}</span><span class="Special"> <- </span>merge s<span class="Delimiter">,</span> <span class="Constant">34</span> <span id="L588" class="LineNr"> 588 </span> foo x <span id="L589" class="LineNr"> 589 </span>] <span id="L590" class="LineNr"> 590 </span><span class="muRecipe">def</span> foo x:c:_bar:_baz [ @@ -741,20 +740,20 @@ if ('onhashchange' in window) { <span id="L675" class="LineNr"> 675 </span><span class="Normal">void</span> <a href='056shape_shifting_recipe.cc.html#L675'>test_shape_shifting_new_ingredient_does_not_pollute_global_namespace</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L676" class="LineNr"> 676 </span> <span class="Comment">// if you specialize a shape-shifting recipe that allocates a type-ingredient..</span> <span id="L677" class="LineNr"> 677 </span> <a href='012transform.cc.html#L99'>transform</a><span class="Delimiter">(</span><span class="Constant">"def barz x:_elem [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L678" class="LineNr"> 678 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" local-scope</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L679" class="LineNr"> 679 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" load-ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L680" class="LineNr"> 680 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" y:&:num <- new _elem:type</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L681" class="LineNr"> 681 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L682" class="LineNr"> 682 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"def fooz [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L683" class="LineNr"> 683 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" local-scope</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L684" class="LineNr"> 684 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" barz 34</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L685" class="LineNr"> 685 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L678" class="LineNr"> 678 </span> <span class="Constant">" local-scope</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L679" class="LineNr"> 679 </span> <span class="Constant">" load-ingredients</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L680" class="LineNr"> 680 </span> <span class="Constant">" y:&:num <- new _elem:type</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L681" class="LineNr"> 681 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L682" class="LineNr"> 682 </span> <span class="Constant">"def fooz [</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L683" class="LineNr"> 683 </span> <span class="Constant">" local-scope</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L684" class="LineNr"> 684 </span> <span class="Constant">" barz 34</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L685" class="LineNr"> 685 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L686" class="LineNr"> 686 </span> <span class="Comment">// ..and if you then try to load a new shape-shifting container with that</span> <span id="L687" class="LineNr"> 687 </span> <span class="Comment">// type-ingredient</span> <span id="L688" class="LineNr"> 688 </span> run<span class="Delimiter">(</span><span class="Constant">"container foo:_elem [</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L689" class="LineNr"> 689 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" x:_elem</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L690" class="LineNr"> 690 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">" y:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L691" class="LineNr"> 691 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L689" class="LineNr"> 689 </span> <span class="Constant">" x:_elem</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L690" class="LineNr"> 690 </span> <span class="Constant">" y:num</span><span class="cSpecial">\n</span><span class="Constant">"</span> +<span id="L691" class="LineNr"> 691 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L692" class="LineNr"> 692 </span> <span class="Comment">// then it should work as usual</span> <span id="L693" class="LineNr"> 693 </span> reagent callsite<span class="Delimiter">(</span><span class="Constant">"x:foo:point"</span><span class="Delimiter">);</span> <span id="L694" class="LineNr"> 694 </span> reagent element = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>callsite<span class="Delimiter">.</span>type<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> @@ -789,7 +788,7 @@ if ('onhashchange' in window) { <span id="L723" class="LineNr"> 723 </span> result<span class="Special"> <- </span>get *x<span class="Delimiter">,</span> <span class="Constant">value:offset</span> <span id="L724" class="LineNr"> 724 </span>] <span id="L725" class="LineNr"> 725 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L726" class="LineNr"> 726 </span> <span class="Constant">1</span>:&:foo:&:point<span class="Special"> <- </span><span class="Normal">new</span> <span class="Delimiter">{(</span>foo <a href='043space.cc.html#L82'>address</a> point<span class="Delimiter">)</span>: type<span class="Delimiter">}</span> +<span id="L726" class="LineNr"> 726 </span> <span class="Constant">1</span>:&:foo:&:point<span class="Special"> <- </span><span class="Normal">new</span> <span class="Delimiter">{(</span>foo <a href='043space.cc.html#L80'>address</a> point<span class="Delimiter">)</span>: type<span class="Delimiter">}</span> <span id="L727" class="LineNr"> 727 </span> <span class="Constant">2</span>:&:point<span class="Special"> <- </span>bar <span class="Constant">1</span>:&:foo:&:point <span id="L728" class="LineNr"> 728 </span>] <span id="L729" class="LineNr"> 729 </span><span class="Comment"># no errors; call to 'bar' successfully specialized</span> @@ -993,8 +992,8 @@ if ('onhashchange' in window) { <span id="L927" class="LineNr"> 927 </span> local-scope <span id="L928" class="LineNr"> 928 </span> load-ingredients <span id="L929" class="LineNr"> 929 </span> <span class="Delimiter">{</span> -<span id="L930" class="LineNr"> 930 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span> -<span id="L931" class="LineNr"> 931 </span> <span class="Conceal">¦</span> y:num<span class="Special"> <- </span>foo x +<span id="L930" class="LineNr"> 930 </span> <span class="Identifier">break</span> +<span id="L931" class="LineNr"> 931 </span> <span class="Normal">y</span>:num<span class="Special"> <- </span>foo x <span id="L932" class="LineNr"> 932 </span> <span class="Delimiter">}</span> <span id="L933" class="LineNr"> 933 </span> <span class="Identifier">return</span> y <span id="L934" class="LineNr"> 934 </span>] diff --git a/html/057immutable.cc.html b/html/057immutable.cc.html index 3d620733..32227ea4 100644 --- a/html/057immutable.cc.html +++ b/html/057immutable.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } -.Constant { color: #00a0a0; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .muData { color: #ffff00; } +.Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } .cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -298,7 +297,7 @@ if ('onhashchange' in window) { <span id="L234" class="LineNr">234 </span><span class="muRecipe">def</span> foo a:&:@:&:num [ <span id="L235" class="LineNr">235 </span> local-scope <span id="L236" class="LineNr">236 </span> load-ingredients -<span id="L237" class="LineNr">237 </span> <span class="Normal">b</span>:&:@:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Delimiter">{(</span><a href='043space.cc.html#L82'>address</a> number<span class="Delimiter">)</span>: type<span class="Delimiter">},</span> <span class="Constant">3</span> +<span id="L237" class="LineNr">237 </span> <span class="Normal">b</span>:&:@:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Delimiter">{(</span><a href='043space.cc.html#L80'>address</a> number<span class="Delimiter">)</span>: type<span class="Delimiter">},</span> <span class="Constant">3</span> <span id="L238" class="LineNr">238 </span> <span class="Comment"># modify b, completely unrelated to immutable ingredient a</span> <span id="L239" class="LineNr">239 </span> <span class="Normal">x</span>:&:num<span class="Special"> <- </span>index *b<span class="Delimiter">,</span> <span class="Constant">0</span> <span id="L240" class="LineNr">240 </span> *x<span class="Special"> <- </span>copy <span class="Constant">34</span> @@ -411,48 +410,48 @@ if ('onhashchange' in window) { <span id="L347" class="LineNr">347 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- check mutability of ingredients in <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller<span class="Delimiter">.</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L348" class="LineNr">348 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!caller<span class="Delimiter">.</span>has_header<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// skip check for old-style recipes calling next-ingredient directly</span> <span id="L349" class="LineNr">349 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L350" class="LineNr">350 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> reagent& current_ingredient = caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L351" class="LineNr">351 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='057immutable.cc.html#L496'>is_present_in_products</a><span class="Delimiter">(</span>caller<span class="Delimiter">,</span> current_ingredient<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// not expected to be immutable</span> -<span id="L352" class="LineNr">352 </span> <span class="Conceal">¦</span> <span class="Comment">// End Immutable Ingredients Special-cases</span> -<span id="L353" class="LineNr">353 </span> <span class="Conceal">¦</span> set<reagent> immutable_vars<span class="Delimiter">;</span> -<span id="L354" class="LineNr">354 </span> <span class="Conceal">¦</span> immutable_vars<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>current_ingredient<span class="Delimiter">);</span> -<span id="L355" class="LineNr">355 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L356" class="LineNr">356 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L357" class="LineNr">357 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='057immutable.cc.html#L438'>check_immutable_ingredient_in_instruction</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> immutable_vars<span class="Delimiter">,</span> current_ingredient<span class="Delimiter">.</span>name<span class="Delimiter">,</span> caller<span class="Delimiter">);</span> -<span id="L358" class="LineNr">358 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation == INDEX && <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">1</span> && inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name == current_ingredient<span class="Delimiter">.</span>name<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L359" class="LineNr">359 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='057immutable.cc.html#L364'>update_aliases</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> immutable_vars<span class="Delimiter">);</span> -<span id="L360" class="LineNr">360 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L350" class="LineNr">350 </span> <span class="Normal">const</span> reagent& current_ingredient = caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L351" class="LineNr">351 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='057immutable.cc.html#L496'>is_present_in_products</a><span class="Delimiter">(</span>caller<span class="Delimiter">,</span> current_ingredient<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// not expected to be immutable</span> +<span id="L352" class="LineNr">352 </span> <span class="Comment">// End Immutable Ingredients Special-cases</span> +<span id="L353" class="LineNr">353 </span> set<reagent> immutable_vars<span class="Delimiter">;</span> +<span id="L354" class="LineNr">354 </span> immutable_vars<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>current_ingredient<span class="Delimiter">);</span> +<span id="L355" class="LineNr">355 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L356" class="LineNr">356 </span> <span class="Normal">const</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L357" class="LineNr">357 </span> <a href='057immutable.cc.html#L438'>check_immutable_ingredient_in_instruction</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> immutable_vars<span class="Delimiter">,</span> current_ingredient<span class="Delimiter">.</span>name<span class="Delimiter">,</span> caller<span class="Delimiter">);</span> +<span id="L358" class="LineNr">358 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation == INDEX && <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">1</span> && inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name == current_ingredient<span class="Delimiter">.</span>name<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L359" class="LineNr">359 </span> <a href='057immutable.cc.html#L364'>update_aliases</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> immutable_vars<span class="Delimiter">);</span> +<span id="L360" class="LineNr">360 </span> <span class="Delimiter">}</span> <span id="L361" class="LineNr">361 </span> <span class="Delimiter">}</span> <span id="L362" class="LineNr">362 </span><span class="Delimiter">}</span> <span id="L363" class="LineNr">363 </span> <span id="L364" class="LineNr">364 </span><span class="Normal">void</span> <a href='057immutable.cc.html#L364'>update_aliases</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> set<reagent>& current_ingredient_and_aliases<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L365" class="LineNr">365 </span> set<<span class="Normal">int</span>> current_ingredient_indices = <a href='057immutable.cc.html#L504'>ingredient_indices</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> current_ingredient_and_aliases<span class="Delimiter">);</span> <span id="L366" class="LineNr">366 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L367" class="LineNr">367 </span> <span class="Conceal">¦</span> <span class="Comment">// primitive recipe</span> -<span id="L368" class="LineNr">368 </span> <span class="Conceal">¦</span> <span class="Normal">switch</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L369" class="LineNr">369 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">case</span> <a href='010vm.cc.html#L189'>COPY</a>: -<span id="L370" class="LineNr">370 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span>set<<span class="Normal">int</span>>::iterator p = current_ingredient_indices<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != current_ingredient_indices<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> -<span id="L371" class="LineNr">371 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> current_ingredient_and_aliases<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>*p<span class="Delimiter">).</span>name<span class="Delimiter">);</span> -<span id="L372" class="LineNr">372 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L373" class="LineNr">373 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">case</span> GET: -<span id="L374" class="LineNr">374 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">case</span> INDEX: -<span id="L375" class="LineNr">375 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">case</span> MAYBE_CONVERT: -<span id="L376" class="LineNr">376 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// current_ingredient_indices can only have 0 or one value</span> -<span id="L377" class="LineNr">377 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!current_ingredient_indices<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L378" class="LineNr">378 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> || is_mu_container<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> || is_mu_exclusive_container<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> -<span id="L379" class="LineNr">379 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> current_ingredient_and_aliases<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> -<span id="L380" class="LineNr">380 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L381" class="LineNr">381 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L382" class="LineNr">382 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">default</span>: <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L383" class="LineNr">383 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L367" class="LineNr">367 </span> <span class="Comment">// primitive recipe</span> +<span id="L368" class="LineNr">368 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L369" class="LineNr">369 </span> <span class="Normal">case</span> <a href='010vm.cc.html#L189'>COPY</a>: +<span id="L370" class="LineNr">370 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>set<<span class="Normal">int</span>>::iterator p = current_ingredient_indices<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != current_ingredient_indices<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> +<span id="L371" class="LineNr">371 </span> current_ingredient_and_aliases<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>*p<span class="Delimiter">).</span>name<span class="Delimiter">);</span> +<span id="L372" class="LineNr">372 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L373" class="LineNr">373 </span> <span class="Normal">case</span> GET: +<span id="L374" class="LineNr">374 </span> <span class="Normal">case</span> INDEX: +<span id="L375" class="LineNr">375 </span> <span class="Normal">case</span> MAYBE_CONVERT: +<span id="L376" class="LineNr">376 </span> <span class="Comment">// current_ingredient_indices can only have 0 or one value</span> +<span id="L377" class="LineNr">377 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!current_ingredient_indices<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && !inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L378" class="LineNr">378 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> || is_mu_container<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> || is_mu_exclusive_container<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> +<span id="L379" class="LineNr">379 </span> current_ingredient_and_aliases<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> +<span id="L380" class="LineNr">380 </span> <span class="Delimiter">}</span> +<span id="L381" class="LineNr">381 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L382" class="LineNr">382 </span> <span class="Normal">default</span>: <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L383" class="LineNr">383 </span> <span class="Delimiter">}</span> <span id="L384" class="LineNr">384 </span> <span class="Delimiter">}</span> <span id="L385" class="LineNr">385 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L386" class="LineNr">386 </span> <span class="Conceal">¦</span> <span class="Comment">// defined recipe</span> -<span id="L387" class="LineNr">387 </span> <span class="Conceal">¦</span> set<<span class="Normal">int</span>> contained_in_product_indices = <a href='057immutable.cc.html#L395'>scan_contained_in_product_indices</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> current_ingredient_indices<span class="Delimiter">);</span> -<span id="L388" class="LineNr">388 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span>set<<span class="Normal">int</span>>::iterator p = contained_in_product_indices<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != contained_in_product_indices<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L389" class="LineNr">389 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>*p < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">))</span> -<span id="L390" class="LineNr">390 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> current_ingredient_and_aliases<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>*p<span class="Delimiter">));</span> -<span id="L391" class="LineNr">391 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L386" class="LineNr">386 </span> <span class="Comment">// defined recipe</span> +<span id="L387" class="LineNr">387 </span> set<<span class="Normal">int</span>> contained_in_product_indices = <a href='057immutable.cc.html#L395'>scan_contained_in_product_indices</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> current_ingredient_indices<span class="Delimiter">);</span> +<span id="L388" class="LineNr">388 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>set<<span class="Normal">int</span>>::iterator p = contained_in_product_indices<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != contained_in_product_indices<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L389" class="LineNr">389 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>*p < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">))</span> +<span id="L390" class="LineNr">390 </span> current_ingredient_and_aliases<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>*p<span class="Delimiter">));</span> +<span id="L391" class="LineNr">391 </span> <span class="Delimiter">}</span> <span id="L392" class="LineNr">392 </span> <span class="Delimiter">}</span> <span id="L393" class="LineNr">393 </span><span class="Delimiter">}</span> <span id="L394" class="LineNr">394 </span> @@ -460,15 +459,15 @@ if ('onhashchange' in window) { <span id="L396" class="LineNr">396 </span> set<reagent> selected_ingredients<span class="Delimiter">;</span> <span id="L397" class="LineNr">397 </span> <span class="Normal">const</span> recipe& callee = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>operation<span class="Delimiter">);</span> <span id="L398" class="LineNr">398 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>set<<span class="Normal">int</span>>::iterator p = <a href='057immutable.cc.html#L504'>ingredient_indices</a><span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != <a href='057immutable.cc.html#L504'>ingredient_indices</a><span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L399" class="LineNr">399 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>*p >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// optional immutable ingredient</span> -<span id="L400" class="LineNr">400 </span> <span class="Conceal">¦</span> selected_ingredients<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>*p<span class="Delimiter">));</span> +<span id="L399" class="LineNr">399 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>*p >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// optional immutable ingredient</span> +<span id="L400" class="LineNr">400 </span> selected_ingredients<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>*p<span class="Delimiter">));</span> <span id="L401" class="LineNr">401 </span> <span class="Delimiter">}</span> <span id="L402" class="LineNr">402 </span> set<<span class="Normal">int</span>> result<span class="Delimiter">;</span> <span id="L403" class="LineNr">403 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L404" class="LineNr">404 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> reagent& current_product = callee<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L405" class="LineNr">405 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> string_tree* contained_in_name = property<span class="Delimiter">(</span>current_product<span class="Delimiter">,</span> <span class="Constant">"contained-in"</span><span class="Delimiter">);</span> -<span id="L406" class="LineNr">406 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contained_in_name && selected_ingredients<span class="Delimiter">.</span>find<span class="Delimiter">(</span>contained_in_name<span class="Delimiter">-></span>value<span class="Delimiter">)</span> != selected_ingredients<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> -<span id="L407" class="LineNr">407 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L404" class="LineNr">404 </span> <span class="Normal">const</span> reagent& current_product = callee<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L405" class="LineNr">405 </span> <span class="Normal">const</span> string_tree* contained_in_name = property<span class="Delimiter">(</span>current_product<span class="Delimiter">,</span> <span class="Constant">"contained-in"</span><span class="Delimiter">);</span> +<span id="L406" class="LineNr">406 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contained_in_name && selected_ingredients<span class="Delimiter">.</span>find<span class="Delimiter">(</span>contained_in_name<span class="Delimiter">-></span>value<span class="Delimiter">)</span> != selected_ingredients<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> +<span id="L407" class="LineNr">407 </span> result<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>i<span class="Delimiter">);</span> <span id="L408" class="LineNr">408 </span> <span class="Delimiter">}</span> <span id="L409" class="LineNr">409 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L410" class="LineNr">410 </span><span class="Delimiter">}</span> @@ -502,56 +501,56 @@ if ('onhashchange' in window) { <span id="L438" class="LineNr">438 </span><span class="Normal">void</span> <a href='057immutable.cc.html#L438'>check_immutable_ingredient_in_instruction</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> set<reagent>& current_ingredient_and_aliases<span class="Delimiter">,</span> <span class="Normal">const</span> string& original_ingredient_name<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& caller<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L439" class="LineNr">439 </span> <span class="Comment">// first check if the instruction is directly modifying something it shouldn't</span> <span id="L440" class="LineNr">440 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L441" class="LineNr">441 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">"lookup"</span><span class="Delimiter">)</span> -<span id="L442" class="LineNr">442 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && current_ingredient_and_aliases<span class="Delimiter">.</span>find<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> != current_ingredient_and_aliases<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L443" class="LineNr">443 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> string current_product_name = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">;</span> -<span id="L444" class="LineNr">444 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>current_product_name == original_ingredient_name<span class="Delimiter">)</span> -<span id="L445" class="LineNr">445 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"cannot modify '"</span> << current_product_name << <span class="Constant">"' in <a href='010vm.cc.html#L32'>instruction</a> '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' because it's an ingredient of recipe "</span> << caller<span class="Delimiter">.</span>name << <span class="Constant">" but not also a product</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L446" class="LineNr">446 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> -<span id="L447" class="LineNr">447 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"cannot modify '"</span> << current_product_name << <span class="Constant">"' in <a href='010vm.cc.html#L32'>instruction</a> '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' because that would modify "</span> << original_ingredient_name << <span class="Constant">" which is an ingredient of <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller<span class="Delimiter">.</span>name << <span class="Constant">" but not also a product</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L448" class="LineNr">448 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L449" class="LineNr">449 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L441" class="LineNr">441 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> <span class="Constant">"lookup"</span><span class="Delimiter">)</span> +<span id="L442" class="LineNr">442 </span> && current_ingredient_and_aliases<span class="Delimiter">.</span>find<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> != current_ingredient_and_aliases<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L443" class="LineNr">443 </span> string current_product_name = inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">;</span> +<span id="L444" class="LineNr">444 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>current_product_name == original_ingredient_name<span class="Delimiter">)</span> +<span id="L445" class="LineNr">445 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"cannot modify '"</span> << current_product_name << <span class="Constant">"' in <a href='010vm.cc.html#L32'>instruction</a> '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' because it's an ingredient of recipe "</span> << caller<span class="Delimiter">.</span>name << <span class="Constant">" but not also a product</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L446" class="LineNr">446 </span> <span class="Normal">else</span> +<span id="L447" class="LineNr">447 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"cannot modify '"</span> << current_product_name << <span class="Constant">"' in <a href='010vm.cc.html#L32'>instruction</a> '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' because that would modify "</span> << original_ingredient_name << <span class="Constant">" which is an ingredient of <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller<span class="Delimiter">.</span>name << <span class="Constant">" but not also a product</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L448" class="LineNr">448 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L449" class="LineNr">449 </span> <span class="Delimiter">}</span> <span id="L450" class="LineNr">450 </span> <span class="Delimiter">}</span> <span id="L451" class="LineNr">451 </span> <span class="Comment">// check if there's any indirect modification going on</span> <span id="L452" class="LineNr">452 </span> set<<span class="Normal">int</span>> current_ingredient_indices = <a href='057immutable.cc.html#L504'>ingredient_indices</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> current_ingredient_and_aliases<span class="Delimiter">);</span> <span id="L453" class="LineNr">453 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>current_ingredient_indices<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// ingredient not found in call</span> <span id="L454" class="LineNr">454 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>set<<span class="Normal">int</span>>::iterator p = current_ingredient_indices<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != current_ingredient_indices<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L455" class="LineNr">455 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> <span class="Normal">int</span> current_ingredient_index = *p<span class="Delimiter">;</span> -<span id="L456" class="LineNr">456 </span> <span class="Conceal">¦</span> reagent current_ingredient = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>current_ingredient_index<span class="Delimiter">);</span> -<span id="L457" class="LineNr">457 </span> <span class="Conceal">¦</span> canonize_type<span class="Delimiter">(</span>current_ingredient<span class="Delimiter">);</span> -<span id="L458" class="LineNr">458 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> string& current_ingredient_name = current_ingredient<span class="Delimiter">.</span>name<span class="Delimiter">;</span> -<span id="L459" class="LineNr">459 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L460" class="LineNr">460 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// primitive recipe</span> -<span id="L461" class="LineNr">461 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// we got here only because we got an instruction with an implicit product, and the instruction didn't explicitly spell it out</span> -<span id="L462" class="LineNr">462 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// put x, y:offset, z</span> -<span id="L463" class="LineNr">463 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// instead of</span> -<span id="L464" class="LineNr">464 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// x <- put x, y:offset, z</span> -<span id="L465" class="LineNr">465 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation == PUT || inst<span class="Delimiter">.</span>operation == PUT_INDEX<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L466" class="LineNr">466 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>current_ingredient_index == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L467" class="LineNr">467 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>current_ingredient_name == original_ingredient_name<span class="Delimiter">)</span> -<span id="L468" class="LineNr">468 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"cannot modify '"</span> << current_ingredient_name << <span class="Constant">"' in <a href='010vm.cc.html#L32'>instruction</a> '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' because it's an ingredient of recipe "</span> << caller<span class="Delimiter">.</span>name << <span class="Constant">" but not also a product</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L469" class="LineNr">469 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> -<span id="L470" class="LineNr">470 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"cannot modify '"</span> << current_ingredient_name << <span class="Constant">"' in <a href='010vm.cc.html#L32'>instruction</a> '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' because that would modify '"</span> << original_ingredient_name << <span class="Constant">"' which is an ingredient of <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller<span class="Delimiter">.</span>name << <span class="Constant">" but not also a product</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L471" class="LineNr">471 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L472" class="LineNr">472 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L473" class="LineNr">473 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L474" class="LineNr">474 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L475" class="LineNr">475 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// defined recipe</span> -<span id="L476" class="LineNr">476 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='057immutable.cc.html#L486'>is_modified_in_recipe</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">,</span> current_ingredient_index<span class="Delimiter">,</span> caller<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L477" class="LineNr">477 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>current_ingredient_name == original_ingredient_name<span class="Delimiter">)</span> -<span id="L478" class="LineNr">478 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"cannot modify '"</span> << current_ingredient_name << <span class="Constant">"' in <a href='010vm.cc.html#L32'>instruction</a> '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' because it's an ingredient of recipe "</span> << caller<span class="Delimiter">.</span>name << <span class="Constant">" but not also a product</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L479" class="LineNr">479 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> -<span id="L480" class="LineNr">480 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"cannot modify '"</span> << current_ingredient_name << <span class="Constant">"' in <a href='010vm.cc.html#L32'>instruction</a> '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' because that would modify '"</span> << original_ingredient_name << <span class="Constant">"' which is an ingredient of <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller<span class="Delimiter">.</span>name << <span class="Constant">" but not also a product</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L481" class="LineNr">481 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L482" class="LineNr">482 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L455" class="LineNr">455 </span> <span class="Normal">const</span> <span class="Normal">int</span> current_ingredient_index = *p<span class="Delimiter">;</span> +<span id="L456" class="LineNr">456 </span> reagent current_ingredient = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>current_ingredient_index<span class="Delimiter">);</span> +<span id="L457" class="LineNr">457 </span> canonize_type<span class="Delimiter">(</span>current_ingredient<span class="Delimiter">);</span> +<span id="L458" class="LineNr">458 </span> <span class="Normal">const</span> string& current_ingredient_name = current_ingredient<span class="Delimiter">.</span>name<span class="Delimiter">;</span> +<span id="L459" class="LineNr">459 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L460" class="LineNr">460 </span> <span class="Comment">// primitive recipe</span> +<span id="L461" class="LineNr">461 </span> <span class="Comment">// we got here only because we got an instruction with an implicit product, and the instruction didn't explicitly spell it out</span> +<span id="L462" class="LineNr">462 </span> <span class="Comment">// put x, y:offset, z</span> +<span id="L463" class="LineNr">463 </span> <span class="Comment">// instead of</span> +<span id="L464" class="LineNr">464 </span> <span class="Comment">// x <- put x, y:offset, z</span> +<span id="L465" class="LineNr">465 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation == PUT || inst<span class="Delimiter">.</span>operation == PUT_INDEX<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L466" class="LineNr">466 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>current_ingredient_index == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L467" class="LineNr">467 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>current_ingredient_name == original_ingredient_name<span class="Delimiter">)</span> +<span id="L468" class="LineNr">468 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"cannot modify '"</span> << current_ingredient_name << <span class="Constant">"' in <a href='010vm.cc.html#L32'>instruction</a> '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' because it's an ingredient of recipe "</span> << caller<span class="Delimiter">.</span>name << <span class="Constant">" but not also a product</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L469" class="LineNr">469 </span> <span class="Normal">else</span> +<span id="L470" class="LineNr">470 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"cannot modify '"</span> << current_ingredient_name << <span class="Constant">"' in <a href='010vm.cc.html#L32'>instruction</a> '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' because that would modify '"</span> << original_ingredient_name << <span class="Constant">"' which is an ingredient of <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller<span class="Delimiter">.</span>name << <span class="Constant">" but not also a product</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L471" class="LineNr">471 </span> <span class="Delimiter">}</span> +<span id="L472" class="LineNr">472 </span> <span class="Delimiter">}</span> +<span id="L473" class="LineNr">473 </span> <span class="Delimiter">}</span> +<span id="L474" class="LineNr">474 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L475" class="LineNr">475 </span> <span class="Comment">// defined recipe</span> +<span id="L476" class="LineNr">476 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='057immutable.cc.html#L486'>is_modified_in_recipe</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">,</span> current_ingredient_index<span class="Delimiter">,</span> caller<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L477" class="LineNr">477 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>current_ingredient_name == original_ingredient_name<span class="Delimiter">)</span> +<span id="L478" class="LineNr">478 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"cannot modify '"</span> << current_ingredient_name << <span class="Constant">"' in <a href='010vm.cc.html#L32'>instruction</a> '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' because it's an ingredient of recipe "</span> << caller<span class="Delimiter">.</span>name << <span class="Constant">" but not also a product</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L479" class="LineNr">479 </span> <span class="Normal">else</span> +<span id="L480" class="LineNr">480 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"cannot modify '"</span> << current_ingredient_name << <span class="Constant">"' in <a href='010vm.cc.html#L32'>instruction</a> '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"' because that would modify '"</span> << original_ingredient_name << <span class="Constant">"' which is an ingredient of <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller<span class="Delimiter">.</span>name << <span class="Constant">" but not also a product</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L481" class="LineNr">481 </span> <span class="Delimiter">}</span> +<span id="L482" class="LineNr">482 </span> <span class="Delimiter">}</span> <span id="L483" class="LineNr">483 </span> <span class="Delimiter">}</span> <span id="L484" class="LineNr">484 </span><span class="Delimiter">}</span> <span id="L485" class="LineNr">485 </span> <span id="L486" class="LineNr">486 </span><span class="Normal">bool</span> <a href='057immutable.cc.html#L486'>is_modified_in_recipe</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">,</span> <span class="Normal">const</span> <span class="Normal">int</span> ingredient_index<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& caller<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L487" class="LineNr">487 </span> <span class="Normal">const</span> recipe& callee = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L488" class="LineNr">488 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!callee<span class="Delimiter">.</span>has_header<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L489" class="LineNr">489 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"can't check mutability of ingredients in recipe "</span> << callee<span class="Delimiter">.</span>name << <span class="Constant">" because it uses 'next-ingredient' directly, rather than a recipe header.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L490" class="LineNr">490 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L489" class="LineNr">489 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"can't check mutability of ingredients in recipe "</span> << callee<span class="Delimiter">.</span>name << <span class="Constant">" because it uses 'next-ingredient' directly, rather than a recipe header.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L490" class="LineNr">490 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L491" class="LineNr">491 </span> <span class="Delimiter">}</span> <span id="L492" class="LineNr">492 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredient_index >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span class="Comment">// optional immutable ingredient</span> <span id="L493" class="LineNr">493 </span> <span class="Identifier">return</span> <a href='057immutable.cc.html#L496'>is_present_in_products</a><span class="Delimiter">(</span>callee<span class="Delimiter">,</span> callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>ingredient_index<span class="Delimiter">).</span>name<span class="Delimiter">);</span> @@ -559,8 +558,8 @@ if ('onhashchange' in window) { <span id="L495" class="LineNr">495 </span> <span id="L496" class="LineNr">496 </span><span class="Normal">bool</span> <a href='057immutable.cc.html#L496'>is_present_in_products</a><span class="Delimiter">(</span><span class="Normal">const</span> recipe& callee<span class="Delimiter">,</span> <span class="Normal">const</span> string& ingredient_name<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L497" class="LineNr">497 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L498" class="LineNr">498 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>callee<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name == ingredient_name<span class="Delimiter">)</span> -<span id="L499" class="LineNr">499 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L498" class="LineNr">498 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>callee<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name == ingredient_name<span class="Delimiter">)</span> +<span id="L499" class="LineNr">499 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L500" class="LineNr">500 </span> <span class="Delimiter">}</span> <span id="L501" class="LineNr">501 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L502" class="LineNr">502 </span><span class="Delimiter">}</span> @@ -568,9 +567,9 @@ if ('onhashchange' in window) { <span id="L504" class="LineNr">504 </span>set<<span class="Normal">int</span>> <a href='057immutable.cc.html#L504'>ingredient_indices</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> set<reagent>& ingredient_names<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L505" class="LineNr">505 </span> set<<span class="Normal">int</span>> result<span class="Delimiter">;</span> <span id="L506" class="LineNr">506 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L507" class="LineNr">507 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L508" class="LineNr">508 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredient_names<span class="Delimiter">.</span>find<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> != ingredient_names<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> -<span id="L509" class="LineNr">509 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L507" class="LineNr">507 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_literal<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L508" class="LineNr">508 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredient_names<span class="Delimiter">.</span>find<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> != ingredient_names<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> +<span id="L509" class="LineNr">509 </span> result<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>i<span class="Delimiter">);</span> <span id="L510" class="LineNr">510 </span> <span class="Delimiter">}</span> <span id="L511" class="LineNr">511 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L512" class="LineNr">512 </span><span class="Delimiter">}</span> @@ -619,9 +618,9 @@ if ('onhashchange' in window) { <span id="L555" class="LineNr">555 </span><span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>current_ingredient<span class="Delimiter">,</span> <span class="Constant">"contained-in"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> <span id="L556" class="LineNr">556 </span> <span class="Normal">const</span> string_tree* tmp = property<span class="Delimiter">(</span>current_ingredient<span class="Delimiter">,</span> <span class="Constant">"contained-in"</span><span class="Delimiter">);</span> <span id="L557" class="LineNr">557 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!tmp<span class="Delimiter">-></span>atom -<span id="L558" class="LineNr">558 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> || <span class="Delimiter">(</span>!is_present_in_ingredients<span class="Delimiter">(</span>caller<span class="Delimiter">,</span> tmp<span class="Delimiter">-></span>value<span class="Delimiter">)</span> -<span id="L559" class="LineNr">559 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && !is_present_in_products<span class="Delimiter">(</span>caller<span class="Delimiter">,</span> tmp<span class="Delimiter">-></span>value<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L560" class="LineNr">560 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"/contained-in can only point to another ingredient or product, but got '"</span> << to_string<span class="Delimiter">(</span>property<span class="Delimiter">(</span>current_ingredient<span class="Delimiter">,</span> <span class="Constant">"contained-in"</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L558" class="LineNr">558 </span> || <span class="Delimiter">(</span>!is_present_in_ingredients<span class="Delimiter">(</span>caller<span class="Delimiter">,</span> tmp<span class="Delimiter">-></span>value<span class="Delimiter">)</span> +<span id="L559" class="LineNr">559 </span> && !is_present_in_products<span class="Delimiter">(</span>caller<span class="Delimiter">,</span> tmp<span class="Delimiter">-></span>value<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L560" class="LineNr">560 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"/contained-in can only point to another ingredient or product, but got '"</span> << to_string<span class="Delimiter">(</span>property<span class="Delimiter">(</span>current_ingredient<span class="Delimiter">,</span> <span class="Constant">"contained-in"</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L561" class="LineNr">561 </span> <span class="Delimiter">}</span> <span id="L562" class="LineNr">562 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span id="L563" class="LineNr">563 </span><span class="Delimiter">}</span> diff --git a/html/058to_text.cc.html b/html/058to_text.cc.html index 9ff86c43..fd540292 100644 --- a/html/058to_text.cc.html +++ b/html/058to_text.cc.html @@ -15,14 +15,13 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.Delimiter { color: #800080; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } .cSpecial { color: #008000; } --> </style> @@ -69,8 +68,8 @@ if ('onhashchange' in window) { <span id="L9" class="LineNr"> 9 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L10" class="LineNr">10 </span><span class="Normal">case</span> TO_TEXT: <span class="Delimiter">{</span> <span id="L11" class="LineNr">11 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L12" class="LineNr">12 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'to-text' requires a single ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L13" class="LineNr">13 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L12" class="LineNr">12 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'to-text' requires a single ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L13" class="LineNr">13 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L14" class="LineNr">14 </span> <span class="Delimiter">}</span> <span id="L15" class="LineNr">15 </span> <span class="Comment">// can handle any type</span> <span id="L16" class="LineNr">16 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> diff --git a/html/059to_text.mu.html b/html/059to_text.mu.html index 885d16f5..d8b1c079 100644 --- a/html/059to_text.mu.html +++ b/html/059to_text.mu.html @@ -15,14 +15,13 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -72,7 +71,7 @@ if ('onhashchange' in window) { <span id="L13" class="LineNr">13 </span>] <span id="L14" class="LineNr">14 </span> <span id="L15" class="LineNr">15 </span><span class="Comment"># variant for arrays (since we can't pass them around otherwise)</span> -<span id="L16" class="LineNr">16 </span><span class="muRecipe">def</span> <a href='059to_text.mu.html#L16'>array-to-text-line</a> x:&:@:_elem<span class="muRecipe"> -> </span>y:text [ +<span id="L16" class="LineNr">16 </span><span class="muRecipe">def</span> array-to-text-line x:&:@:_elem<span class="muRecipe"> -> </span>y:text [ <span id="L17" class="LineNr">17 </span> <span class="Constant">local-scope</span> <span id="L18" class="LineNr">18 </span> <span class="Constant">load-inputs</span> <span id="L19" class="LineNr">19 </span> y <span class="Special"><-</span> to-text *x @@ -85,7 +84,7 @@ if ('onhashchange' in window) { <span id="L26" class="LineNr">26 </span> <span id="L27" class="LineNr">27 </span><span class="muScenario">scenario</span> array-to-text-line-early-warning-for-static-dispatch [ <span id="L28" class="LineNr">28 </span> n:&:@:num <span class="Special"><-</span> new <span class="Constant">number:type</span>,<span class="Constant"> 3</span> -<span id="L29" class="LineNr">29 </span> x:text <span class="Special"><-</span> <a href='059to_text.mu.html#L16'>array-to-text-line</a> n +<span id="L29" class="LineNr">29 </span> x:text <span class="Special"><-</span> array-to-text-line n <span id="L30" class="LineNr">30 </span> <span class="Comment"># just ensure there were no errors</span> <span id="L31" class="LineNr">31 </span>] <span id="L32" class="LineNr">32 </span> @@ -102,7 +101,7 @@ if ('onhashchange' in window) { <span id="L43" class="LineNr">43 </span> 2:text <span class="Special"><-</span> to-text 1:char <span id="L44" class="LineNr">44 </span> 3:@:char <span class="Special"><-</span> copy *2:text <span id="L45" class="LineNr">45 </span> memory-should-contain [ -<span id="L46" class="LineNr">46 </span> <span class="Conceal">¦</span> 3:array:character <span class="Special"><-</span> <span class="Constant">[o]</span> +<span id="L46" class="LineNr">46 </span> 3:array:character <span class="Special"><-</span> <span class="Constant">[o]</span> <span id="L47" class="LineNr">47 </span> ] <span id="L48" class="LineNr">48 </span>] </pre> diff --git a/html/060rewrite_literal_string.cc.html b/html/060rewrite_literal_string.cc.html index 162968ec..91e54970 100644 --- a/html/060rewrite_literal_string.cc.html +++ b/html/060rewrite_literal_string.cc.html @@ -15,17 +15,16 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -103,35 +102,35 @@ if ('onhashchange' in window) { <span id="L41" class="LineNr">41 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='060rewrite_literal_string.cc.html#L64'>contains_numeric_locations</a><span class="Delimiter">(</span>caller<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L42" class="LineNr">42 </span> vector<instruction> new_instructions<span class="Delimiter">;</span> <span id="L43" class="LineNr">43 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L44" class="LineNr">44 </span> <span class="Conceal">¦</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L45" class="LineNr">45 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>recipes_taking_literal_strings<span class="Delimiter">.</span>find<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name<span class="Delimiter">)</span> == recipes_taking_literal_strings<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L46" class="LineNr">46 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L47" class="LineNr">47 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L48" class="LineNr">48 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='010vm.cc.html#L32'>instruction</a> def<span class="Delimiter">;</span> -<span id="L49" class="LineNr">49 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ostringstream ingredient_name<span class="Delimiter">;</span> -<span id="L50" class="LineNr">50 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ingredient_name << inst<span class="Delimiter">.</span>name << <span class="Constant">'_'</span> << i << <span class="Constant">'_'</span> << j << <span class="Constant">":text"</span><span class="Delimiter">;</span> -<span id="L51" class="LineNr">51 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> def<span class="Delimiter">.</span>name = <span class="Constant">"new"</span><span class="Delimiter">;</span> -<span id="L52" class="LineNr">52 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> def<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">));</span> -<span id="L53" class="LineNr">53 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> def<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span>ingredient_name<span class="Delimiter">.</span>str<span class="Delimiter">()));</span> -<span id="L54" class="LineNr">54 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> new_instructions<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>def<span class="Delimiter">);</span> -<span id="L55" class="LineNr">55 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">).</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span class="Comment">// reclaim old memory</span> -<span id="L56" class="LineNr">56 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)</span> = reagent<span class="Delimiter">(</span>ingredient_name<span class="Delimiter">.</span>str<span class="Delimiter">());</span> -<span id="L57" class="LineNr">57 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L58" class="LineNr">58 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L59" class="LineNr">59 </span> <span class="Conceal">¦</span> new_instructions<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">);</span> +<span id="L44" class="LineNr">44 </span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L45" class="LineNr">45 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>recipes_taking_literal_strings<span class="Delimiter">.</span>find<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name<span class="Delimiter">)</span> == recipes_taking_literal_strings<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L46" class="LineNr">46 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L47" class="LineNr">47 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L48" class="LineNr">48 </span> <a href='010vm.cc.html#L32'>instruction</a> def<span class="Delimiter">;</span> +<span id="L49" class="LineNr">49 </span> ostringstream ingredient_name<span class="Delimiter">;</span> +<span id="L50" class="LineNr">50 </span> ingredient_name << inst<span class="Delimiter">.</span>name << <span class="Constant">'_'</span> << i << <span class="Constant">'_'</span> << j << <span class="Constant">":text"</span><span class="Delimiter">;</span> +<span id="L51" class="LineNr">51 </span> def<span class="Delimiter">.</span>name = <span class="Constant">"new"</span><span class="Delimiter">;</span> +<span id="L52" class="LineNr">52 </span> def<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">));</span> +<span id="L53" class="LineNr">53 </span> def<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span>ingredient_name<span class="Delimiter">.</span>str<span class="Delimiter">()));</span> +<span id="L54" class="LineNr">54 </span> new_instructions<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>def<span class="Delimiter">);</span> +<span id="L55" class="LineNr">55 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">).</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span class="Comment">// reclaim old memory</span> +<span id="L56" class="LineNr">56 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)</span> = reagent<span class="Delimiter">(</span>ingredient_name<span class="Delimiter">.</span>str<span class="Delimiter">());</span> +<span id="L57" class="LineNr">57 </span> <span class="Delimiter">}</span> +<span id="L58" class="LineNr">58 </span> <span class="Delimiter">}</span> +<span id="L59" class="LineNr">59 </span> new_instructions<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">);</span> <span id="L60" class="LineNr">60 </span> <span class="Delimiter">}</span> <span id="L61" class="LineNr">61 </span> caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>swap<span class="Delimiter">(</span>new_instructions<span class="Delimiter">);</span> <span id="L62" class="LineNr">62 </span><span class="Delimiter">}</span> <span id="L63" class="LineNr">63 </span> <span id="L64" class="LineNr">64 </span><span class="Normal">bool</span> <a href='060rewrite_literal_string.cc.html#L64'>contains_numeric_locations</a><span class="Delimiter">(</span><span class="Normal">const</span> recipe& caller<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L65" class="LineNr">65 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L66" class="LineNr">66 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L67" class="LineNr">67 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> in = <span class="Constant">0</span><span class="Delimiter">;</span> in < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++in<span class="Delimiter">)</span> -<span id="L68" class="LineNr">68 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='042name.cc.html#L146'>is_numeric_location</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>in<span class="Delimiter">)))</span> -<span id="L69" class="LineNr">69 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L70" class="LineNr">70 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> out = <span class="Constant">0</span><span class="Delimiter">;</span> out < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++out<span class="Delimiter">)</span> -<span id="L71" class="LineNr">71 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='042name.cc.html#L146'>is_numeric_location</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>out<span class="Delimiter">)))</span> -<span id="L72" class="LineNr">72 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L66" class="LineNr">66 </span> <span class="Normal">const</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L67" class="LineNr">67 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> in = <span class="Constant">0</span><span class="Delimiter">;</span> in < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++in<span class="Delimiter">)</span> +<span id="L68" class="LineNr">68 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='042name.cc.html#L146'>is_numeric_location</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>in<span class="Delimiter">)))</span> +<span id="L69" class="LineNr">69 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L70" class="LineNr">70 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> out = <span class="Constant">0</span><span class="Delimiter">;</span> out < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++out<span class="Delimiter">)</span> +<span id="L71" class="LineNr">71 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='042name.cc.html#L146'>is_numeric_location</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>out<span class="Delimiter">)))</span> +<span id="L72" class="LineNr">72 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L73" class="LineNr">73 </span> <span class="Delimiter">}</span> <span id="L74" class="LineNr">74 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L75" class="LineNr">75 </span><span class="Delimiter">}</span> diff --git a/html/061text.mu.html b/html/061text.mu.html index 3852f0d6..471834ed 100644 --- a/html/061text.mu.html +++ b/html/061text.mu.html @@ -15,17 +15,16 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } -.muData { color: #ffff00; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.muData { color: #ffff00; } --> </style> @@ -80,14 +79,14 @@ if ('onhashchange' in window) { <span id="L18" class="LineNr"> 18 </span> trace<span class="Constant"> 99</span>, <span class="Constant">[text-equal]</span>, <span class="Constant">[comparing characters]</span> <span id="L19" class="LineNr"> 19 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L20" class="LineNr"> 20 </span> <span class="Delimiter">{</span> -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, a-len -<span id="L22" class="LineNr"> 22 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span> a2:char <span class="Special"><-</span> index *a, i -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span> b2:char <span class="Special"><-</span> index *b, i -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span> chars-match?:bool <span class="Special"><-</span> equal a2, b2 -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span> <span class="muControl">return-unless</span> chars-match?, <span class="Constant">0/false</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L21" class="LineNr"> 21 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, a-len +<span id="L22" class="LineNr"> 22 </span> <span class="muControl">break-if</span> done? +<span id="L23" class="LineNr"> 23 </span> a2:char <span class="Special"><-</span> index *a, i +<span id="L24" class="LineNr"> 24 </span> b2:char <span class="Special"><-</span> index *b, i +<span id="L25" class="LineNr"> 25 </span> chars-match?:bool <span class="Special"><-</span> equal a2, b2 +<span id="L26" class="LineNr"> 26 </span> <span class="muControl">return-unless</span> chars-match?, <span class="Constant">0/false</span> +<span id="L27" class="LineNr"> 27 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L28" class="LineNr"> 28 </span> <span class="muControl"> loop</span> <span id="L29" class="LineNr"> 29 </span> <span class="Delimiter">}</span> <span id="L30" class="LineNr"> 30 </span> <span class="muControl"> return</span> <span class="Constant">1/true</span> <span id="L31" class="LineNr"> 31 </span>] @@ -96,10 +95,10 @@ if ('onhashchange' in window) { <span id="L34" class="LineNr"> 34 </span> <span class="Constant">local-scope</span> <span id="L35" class="LineNr"> 35 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L36" class="LineNr"> 36 </span> run [ -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal x, x +<span id="L37" class="LineNr"> 37 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal x, x <span id="L38" class="LineNr"> 38 </span> ] <span id="L39" class="LineNr"> 39 </span> memory-should-contain [ -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># x == x for all x</span> +<span id="L40" class="LineNr"> 40 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># x == x for all x</span> <span id="L41" class="LineNr"> 41 </span> ] <span id="L42" class="LineNr"> 42 </span>] <span id="L43" class="LineNr"> 43 </span> @@ -108,10 +107,10 @@ if ('onhashchange' in window) { <span id="L46" class="LineNr"> 46 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L47" class="LineNr"> 47 </span> y:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L48" class="LineNr"> 48 </span> run [ -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal x, y +<span id="L49" class="LineNr"> 49 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal x, y <span id="L50" class="LineNr"> 50 </span> ] <span id="L51" class="LineNr"> 51 </span> memory-should-contain [ -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># abc == abc</span> +<span id="L52" class="LineNr"> 52 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># abc == abc</span> <span id="L53" class="LineNr"> 53 </span> ] <span id="L54" class="LineNr"> 54 </span>] <span id="L55" class="LineNr"> 55 </span> @@ -120,16 +119,16 @@ if ('onhashchange' in window) { <span id="L58" class="LineNr"> 58 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L59" class="LineNr"> 59 </span> y:text <span class="Special"><-</span> new <span class="Constant">[abcd]</span> <span id="L60" class="LineNr"> 60 </span> run [ -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal x, y +<span id="L61" class="LineNr"> 61 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal x, y <span id="L62" class="LineNr"> 62 </span> ] <span id="L63" class="LineNr"> 63 </span> memory-should-contain [ -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># abc != abcd</span> +<span id="L64" class="LineNr"> 64 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># abc != abcd</span> <span id="L65" class="LineNr"> 65 </span> ] <span id="L66" class="LineNr"> 66 </span> trace-should-contain [ -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span> text-equal: comparing lengths +<span id="L67" class="LineNr"> 67 </span> text-equal: comparing lengths <span id="L68" class="LineNr"> 68 </span> ] <span id="L69" class="LineNr"> 69 </span> trace-should-not-contain [ -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> text-equal: comparing characters +<span id="L70" class="LineNr"> 70 </span> text-equal: comparing characters <span id="L71" class="LineNr"> 71 </span> ] <span id="L72" class="LineNr"> 72 </span>] <span id="L73" class="LineNr"> 73 </span> @@ -138,10 +137,10 @@ if ('onhashchange' in window) { <span id="L76" class="LineNr"> 76 </span> x:text <span class="Special"><-</span> new <span class="Constant">[]</span> <span id="L77" class="LineNr"> 77 </span> y:text <span class="Special"><-</span> new <span class="Constant">[abcd]</span> <span id="L78" class="LineNr"> 78 </span> run [ -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal x, y +<span id="L79" class="LineNr"> 79 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal x, y <span id="L80" class="LineNr"> 80 </span> ] <span id="L81" class="LineNr"> 81 </span> memory-should-contain [ -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># "" != abcd</span> +<span id="L82" class="LineNr"> 82 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># "" != abcd</span> <span id="L83" class="LineNr"> 83 </span> ] <span id="L84" class="LineNr"> 84 </span>] <span id="L85" class="LineNr"> 85 </span> @@ -150,18 +149,18 @@ if ('onhashchange' in window) { <span id="L88" class="LineNr"> 88 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abcd]</span> <span id="L89" class="LineNr"> 89 </span> y:text <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L90" class="LineNr"> 90 </span> run [ -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal x,<span class="Constant"> 0</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal<span class="Constant"> 0</span>, x -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span> 12:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal x, y -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> 13:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal y, x -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> 14:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal y, y +<span id="L91" class="LineNr"> 91 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal x,<span class="Constant"> 0</span> +<span id="L92" class="LineNr"> 92 </span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal<span class="Constant"> 0</span>, x +<span id="L93" class="LineNr"> 93 </span> 12:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal x, y +<span id="L94" class="LineNr"> 94 </span> 13:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal y, x +<span id="L95" class="LineNr"> 95 </span> 14:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal y, y <span id="L96" class="LineNr"> 96 </span> ] <span id="L97" class="LineNr"> 97 </span> memory-should-contain [ -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L100" class="LineNr"> 100 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L101" class="LineNr"> 101 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L102" class="LineNr"> 102 </span> <span class="Conceal">¦</span><span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L100" class="LineNr"> 100 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L101" class="LineNr"> 101 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L102" class="LineNr"> 102 </span> <span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L103" class="LineNr"> 103 </span> ] <span id="L104" class="LineNr"> 104 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[error]</span> <span id="L105" class="LineNr"> 105 </span>] @@ -171,35 +170,35 @@ if ('onhashchange' in window) { <span id="L109" class="LineNr"> 109 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L110" class="LineNr"> 110 </span> y:text <span class="Special"><-</span> new <span class="Constant">[abd]</span> <span id="L111" class="LineNr"> 111 </span> run [ -<span id="L112" class="LineNr"> 112 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal x, y +<span id="L112" class="LineNr"> 112 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal x, y <span id="L113" class="LineNr"> 113 </span> ] <span id="L114" class="LineNr"> 114 </span> memory-should-contain [ -<span id="L115" class="LineNr"> 115 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># abc != abd</span> +<span id="L115" class="LineNr"> 115 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># abc != abd</span> <span id="L116" class="LineNr"> 116 </span> ] <span id="L117" class="LineNr"> 117 </span>] <span id="L118" class="LineNr"> 118 </span> <span id="L119" class="LineNr"> 119 </span><span class="Comment"># A new type to help incrementally construct texts.</span> -<span id="L120" class="LineNr"> 120 </span><span class="muData">container</span> <a href='061text.mu.html#L120'>buffer</a>:_elem [ +<span id="L120" class="LineNr"> 120 </span><span class="muData">container</span> buffer:_elem [ <span id="L121" class="LineNr"> 121 </span> length:num <span id="L122" class="LineNr"> 122 </span> data:&:@:_elem <span id="L123" class="LineNr"> 123 </span>] <span id="L124" class="LineNr"> 124 </span> -<span id="L125" class="LineNr"> 125 </span><span class="muRecipe">def</span> <a href='061text.mu.html#L125'>new-buffer</a> <a href='075channel.mu.html#L399'>capacity</a>:num<span class="muRecipe"> -> </span>result:&:<a href='061text.mu.html#L120'>buffer</a>:_elem [ +<span id="L125" class="LineNr"> 125 </span><span class="muRecipe">def</span> new-buffer capacity:num<span class="muRecipe"> -> </span>result:&:buffer:_elem [ <span id="L126" class="LineNr"> 126 </span> <span class="Constant">local-scope</span> <span id="L127" class="LineNr"> 127 </span> <span class="Constant">load-inputs</span> <span id="L128" class="LineNr"> 128 </span> result <span class="Special"><-</span> new <span class="Delimiter">{</span>(buffer _elem): type<span class="Delimiter">}</span> <span id="L129" class="LineNr"> 129 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">length:offset</span>,<span class="Constant"> 0</span> <span id="L130" class="LineNr"> 130 </span> <span class="Delimiter">{</span> -<span id="L131" class="LineNr"> 131 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> <a href='075channel.mu.html#L399'>capacity</a> -<span id="L132" class="LineNr"> 132 </span> <span class="Conceal">¦</span> <span class="Comment"># capacity not provided</span> -<span id="L133" class="LineNr"> 133 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L399'>capacity</a> <span class="Special"><-</span> copy<span class="Constant"> 10</span> +<span id="L131" class="LineNr"> 131 </span> <span class="muControl">break-if</span> capacity +<span id="L132" class="LineNr"> 132 </span> <span class="Comment"># capacity not provided</span> +<span id="L133" class="LineNr"> 133 </span> capacity <span class="Special"><-</span> copy<span class="Constant"> 10</span> <span id="L134" class="LineNr"> 134 </span> <span class="Delimiter">}</span> -<span id="L135" class="LineNr"> 135 </span> data:&:@:_elem <span class="Special"><-</span> new <span class="Constant">_elem:type</span>, <a href='075channel.mu.html#L399'>capacity</a> +<span id="L135" class="LineNr"> 135 </span> data:&:@:_elem <span class="Special"><-</span> new <span class="Constant">_elem:type</span>, capacity <span id="L136" class="LineNr"> 136 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">data:offset</span>, data <span id="L137" class="LineNr"> 137 </span> <span class="muControl"> return</span> result <span id="L138" class="LineNr"> 138 </span>] <span id="L139" class="LineNr"> 139 </span> -<span id="L140" class="LineNr"> 140 </span><span class="muRecipe">def</span> <a href='061text.mu.html#L140'>grow-buffer</a> buf:&:<a href='061text.mu.html#L120'>buffer</a>:_elem<span class="muRecipe"> -> </span>buf:&:<a href='061text.mu.html#L120'>buffer</a>:_elem [ +<span id="L140" class="LineNr"> 140 </span><span class="muRecipe">def</span> grow-buffer buf:&:buffer:_elem<span class="muRecipe"> -> </span>buf:&:buffer:_elem [ <span id="L141" class="LineNr"> 141 </span> <span class="Constant">local-scope</span> <span id="L142" class="LineNr"> 142 </span> <span class="Constant">load-inputs</span> <span id="L143" class="LineNr"> 143 </span> <span class="Comment"># double buffer size</span> @@ -211,34 +210,34 @@ if ('onhashchange' in window) { <span id="L149" class="LineNr"> 149 </span> <span class="Comment"># copy old contents</span> <span id="L150" class="LineNr"> 150 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L151" class="LineNr"> 151 </span> <span class="Delimiter">{</span> -<span id="L152" class="LineNr"> 152 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, oldlen -<span id="L153" class="LineNr"> 153 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L154" class="LineNr"> 154 </span> <span class="Conceal">¦</span> src:_elem <span class="Special"><-</span> index *olddata, i -<span id="L155" class="LineNr"> 155 </span> <span class="Conceal">¦</span> *newdata <span class="Special"><-</span> put-index *newdata, i, src -<span id="L156" class="LineNr"> 156 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L157" class="LineNr"> 157 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L152" class="LineNr"> 152 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, oldlen +<span id="L153" class="LineNr"> 153 </span> <span class="muControl">break-if</span> done? +<span id="L154" class="LineNr"> 154 </span> src:_elem <span class="Special"><-</span> index *olddata, i +<span id="L155" class="LineNr"> 155 </span> *newdata <span class="Special"><-</span> put-index *newdata, i, src +<span id="L156" class="LineNr"> 156 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L157" class="LineNr"> 157 </span> <span class="muControl"> loop</span> <span id="L158" class="LineNr"> 158 </span> <span class="Delimiter">}</span> <span id="L159" class="LineNr"> 159 </span>] <span id="L160" class="LineNr"> 160 </span> -<span id="L161" class="LineNr"> 161 </span><span class="muRecipe">def</span> <a href='061text.mu.html#L161'>buffer-full?</a> in:&:<a href='061text.mu.html#L120'>buffer</a>:_elem<span class="muRecipe"> -> </span>result:bool [ +<span id="L161" class="LineNr"> 161 </span><span class="muRecipe">def</span> buffer-full? in:&:buffer:_elem<span class="muRecipe"> -> </span>result:bool [ <span id="L162" class="LineNr"> 162 </span> <span class="Constant">local-scope</span> <span id="L163" class="LineNr"> 163 </span> <span class="Constant">load-inputs</span> <span id="L164" class="LineNr"> 164 </span> len:num <span class="Special"><-</span> get *in, <span class="Constant">length:offset</span> <span id="L165" class="LineNr"> 165 </span> s:&:@:_elem <span class="Special"><-</span> get *in, <span class="Constant">data:offset</span> -<span id="L166" class="LineNr"> 166 </span> <a href='075channel.mu.html#L399'>capacity</a>:num <span class="Special"><-</span> length *s -<span id="L167" class="LineNr"> 167 </span> result <span class="Special"><-</span> greater-or-equal len, <a href='075channel.mu.html#L399'>capacity</a> +<span id="L166" class="LineNr"> 166 </span> capacity:num <span class="Special"><-</span> length *s +<span id="L167" class="LineNr"> 167 </span> result <span class="Special"><-</span> greater-or-equal len, capacity <span id="L168" class="LineNr"> 168 </span>] <span id="L169" class="LineNr"> 169 </span> <span id="L170" class="LineNr"> 170 </span><span class="Comment"># most broadly applicable definition of append to a buffer</span> -<span id="L171" class="LineNr"> 171 </span><span class="muRecipe">def</span> append buf:&:<a href='061text.mu.html#L120'>buffer</a>:_elem, x:_elem<span class="muRecipe"> -> </span>buf:&:<a href='061text.mu.html#L120'>buffer</a>:_elem [ +<span id="L171" class="LineNr"> 171 </span><span class="muRecipe">def</span> append buf:&:buffer:_elem, x:_elem<span class="muRecipe"> -> </span>buf:&:buffer:_elem [ <span id="L172" class="LineNr"> 172 </span> <span class="Constant">local-scope</span> <span id="L173" class="LineNr"> 173 </span> <span class="Constant">load-inputs</span> <span id="L174" class="LineNr"> 174 </span> len:num <span class="Special"><-</span> get *buf, <span class="Constant">length:offset</span> <span id="L175" class="LineNr"> 175 </span> <span class="Delimiter">{</span> -<span id="L176" class="LineNr"> 176 </span> <span class="Conceal">¦</span> <span class="Comment"># grow buffer if necessary</span> -<span id="L177" class="LineNr"> 177 </span> <span class="Conceal">¦</span> full?:bool <span class="Special"><-</span> <a href='061text.mu.html#L161'>buffer-full?</a> buf -<span id="L178" class="LineNr"> 178 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> full? -<span id="L179" class="LineNr"> 179 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> <a href='061text.mu.html#L140'>grow-buffer</a> buf +<span id="L176" class="LineNr"> 176 </span> <span class="Comment"># grow buffer if necessary</span> +<span id="L177" class="LineNr"> 177 </span> full?:bool <span class="Special"><-</span> buffer-full? buf +<span id="L178" class="LineNr"> 178 </span> <span class="muControl">break-unless</span> full? +<span id="L179" class="LineNr"> 179 </span> buf <span class="Special"><-</span> grow-buffer buf <span id="L180" class="LineNr"> 180 </span> <span class="Delimiter">}</span> <span id="L181" class="LineNr"> 181 </span> s:&:@:_elem <span class="Special"><-</span> get *buf, <span class="Constant">data:offset</span> <span id="L182" class="LineNr"> 182 </span> *s <span class="Special"><-</span> put-index *s, len, x @@ -248,7 +247,7 @@ if ('onhashchange' in window) { <span id="L186" class="LineNr"> 186 </span> <span id="L187" class="LineNr"> 187 </span><span class="Comment"># most broadly applicable definition of append to a buffer of characters: just</span> <span id="L188" class="LineNr"> 188 </span><span class="Comment"># call to-text</span> -<span id="L189" class="LineNr"> 189 </span><span class="muRecipe">def</span> append buf:&:<a href='061text.mu.html#L120'>buffer</a>:char, x:_elem<span class="muRecipe"> -> </span>buf:&:<a href='061text.mu.html#L120'>buffer</a>:char [ +<span id="L189" class="LineNr"> 189 </span><span class="muRecipe">def</span> append buf:&:buffer:char, x:_elem<span class="muRecipe"> -> </span>buf:&:buffer:char [ <span id="L190" class="LineNr"> 190 </span> <span class="Constant">local-scope</span> <span id="L191" class="LineNr"> 191 </span> <span class="Constant">load-inputs</span> <span id="L192" class="LineNr"> 192 </span> text:text <span class="Special"><-</span> to-text x @@ -256,25 +255,25 @@ if ('onhashchange' in window) { <span id="L194" class="LineNr"> 194 </span>] <span id="L195" class="LineNr"> 195 </span> <span id="L196" class="LineNr"> 196 </span><span class="Comment"># specialization for characters that is backspace-aware</span> -<span id="L197" class="LineNr"> 197 </span><span class="muRecipe">def</span> append buf:&:<a href='061text.mu.html#L120'>buffer</a>:char, c:char<span class="muRecipe"> -> </span>buf:&:<a href='061text.mu.html#L120'>buffer</a>:char [ +<span id="L197" class="LineNr"> 197 </span><span class="muRecipe">def</span> append buf:&:buffer:char, c:char<span class="muRecipe"> -> </span>buf:&:buffer:char [ <span id="L198" class="LineNr"> 198 </span> <span class="Constant">local-scope</span> <span id="L199" class="LineNr"> 199 </span> <span class="Constant">load-inputs</span> <span id="L200" class="LineNr"> 200 </span> len:num <span class="Special"><-</span> get *buf, <span class="Constant">length:offset</span> <span id="L201" class="LineNr"> 201 </span> <span class="Delimiter">{</span> -<span id="L202" class="LineNr"> 202 </span> <span class="Conceal">¦</span> <span class="Comment"># backspace? just drop last character if it exists and return</span> -<span id="L203" class="LineNr"> 203 </span> <span class="Conceal">¦</span> backspace?:bool <span class="Special"><-</span> equal c, <span class="Constant">8/backspace</span> -<span id="L204" class="LineNr"> 204 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> backspace? -<span id="L205" class="LineNr"> 205 </span> <span class="Conceal">¦</span> empty?:bool <span class="Special"><-</span> lesser-or-equal len,<span class="Constant"> 0</span> -<span id="L206" class="LineNr"> 206 </span> <span class="Conceal">¦</span> <span class="muControl">return-if</span> empty? -<span id="L207" class="LineNr"> 207 </span> <span class="Conceal">¦</span> len <span class="Special"><-</span> subtract len,<span class="Constant"> 1</span> -<span id="L208" class="LineNr"> 208 </span> <span class="Conceal">¦</span> *buf <span class="Special"><-</span> put *buf, <span class="Constant">length:offset</span>, len -<span id="L209" class="LineNr"> 209 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L202" class="LineNr"> 202 </span> <span class="Comment"># backspace? just drop last character if it exists and return</span> +<span id="L203" class="LineNr"> 203 </span> backspace?:bool <span class="Special"><-</span> equal c, <span class="Constant">8/backspace</span> +<span id="L204" class="LineNr"> 204 </span> <span class="muControl">break-unless</span> backspace? +<span id="L205" class="LineNr"> 205 </span> empty?:bool <span class="Special"><-</span> lesser-or-equal len,<span class="Constant"> 0</span> +<span id="L206" class="LineNr"> 206 </span> <span class="muControl">return-if</span> empty? +<span id="L207" class="LineNr"> 207 </span> len <span class="Special"><-</span> subtract len,<span class="Constant"> 1</span> +<span id="L208" class="LineNr"> 208 </span> *buf <span class="Special"><-</span> put *buf, <span class="Constant">length:offset</span>, len +<span id="L209" class="LineNr"> 209 </span> <span class="muControl"> return</span> <span id="L210" class="LineNr"> 210 </span> <span class="Delimiter">}</span> <span id="L211" class="LineNr"> 211 </span> <span class="Delimiter">{</span> -<span id="L212" class="LineNr"> 212 </span> <span class="Conceal">¦</span> <span class="Comment"># grow buffer if necessary</span> -<span id="L213" class="LineNr"> 213 </span> <span class="Conceal">¦</span> full?:bool <span class="Special"><-</span> <a href='061text.mu.html#L161'>buffer-full?</a> buf -<span id="L214" class="LineNr"> 214 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> full? -<span id="L215" class="LineNr"> 215 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> <a href='061text.mu.html#L140'>grow-buffer</a> buf +<span id="L212" class="LineNr"> 212 </span> <span class="Comment"># grow buffer if necessary</span> +<span id="L213" class="LineNr"> 213 </span> full?:bool <span class="Special"><-</span> buffer-full? buf +<span id="L214" class="LineNr"> 214 </span> <span class="muControl">break-unless</span> full? +<span id="L215" class="LineNr"> 215 </span> buf <span class="Special"><-</span> grow-buffer buf <span id="L216" class="LineNr"> 216 </span> <span class="Delimiter">}</span> <span id="L217" class="LineNr"> 217 </span> s:text <span class="Special"><-</span> get *buf, <span class="Constant">data:offset</span> <span id="L218" class="LineNr"> 218 </span> *s <span class="Special"><-</span> put-index *s, len, c @@ -282,122 +281,122 @@ if ('onhashchange' in window) { <span id="L220" class="LineNr"> 220 </span> *buf <span class="Special"><-</span> put *buf, <span class="Constant">length:offset</span>, len <span id="L221" class="LineNr"> 221 </span>] <span id="L222" class="LineNr"> 222 </span> -<span id="L223" class="LineNr"> 223 </span><span class="muRecipe">def</span> append buf:&:<a href='061text.mu.html#L120'>buffer</a>:_elem, t:&:@:_elem<span class="muRecipe"> -> </span>buf:&:<a href='061text.mu.html#L120'>buffer</a>:_elem [ +<span id="L223" class="LineNr"> 223 </span><span class="muRecipe">def</span> append buf:&:buffer:_elem, t:&:@:_elem<span class="muRecipe"> -> </span>buf:&:buffer:_elem [ <span id="L224" class="LineNr"> 224 </span> <span class="Constant">local-scope</span> <span id="L225" class="LineNr"> 225 </span> <span class="Constant">load-inputs</span> <span id="L226" class="LineNr"> 226 </span> len:num <span class="Special"><-</span> length *t <span id="L227" class="LineNr"> 227 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L228" class="LineNr"> 228 </span> <span class="Delimiter">{</span> -<span id="L229" class="LineNr"> 229 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, len -<span id="L230" class="LineNr"> 230 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L231" class="LineNr"> 231 </span> <span class="Conceal">¦</span> x:_elem <span class="Special"><-</span> index *t, i -<span id="L232" class="LineNr"> 232 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> append buf, x -<span id="L233" class="LineNr"> 233 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L234" class="LineNr"> 234 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L229" class="LineNr"> 229 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, len +<span id="L230" class="LineNr"> 230 </span> <span class="muControl">break-if</span> done? +<span id="L231" class="LineNr"> 231 </span> x:_elem <span class="Special"><-</span> index *t, i +<span id="L232" class="LineNr"> 232 </span> buf <span class="Special"><-</span> append buf, x +<span id="L233" class="LineNr"> 233 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L234" class="LineNr"> 234 </span> <span class="muControl"> loop</span> <span id="L235" class="LineNr"> 235 </span> <span class="Delimiter">}</span> <span id="L236" class="LineNr"> 236 </span>] <span id="L237" class="LineNr"> 237 </span> <span id="L238" class="LineNr"> 238 </span><span class="muScenario">scenario</span> append-to-empty-buffer [ <span id="L239" class="LineNr"> 239 </span> <span class="Constant">local-scope</span> -<span id="L240" class="LineNr"> 240 </span> x:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a> +<span id="L240" class="LineNr"> 240 </span> x:&:buffer:char <span class="Special"><-</span> new-buffer <span id="L241" class="LineNr"> 241 </span> run [ -<span id="L242" class="LineNr"> 242 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> -<span id="L243" class="LineNr"> 243 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> append x, c -<span id="L244" class="LineNr"> 244 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *x, <span class="Constant">length:offset</span> -<span id="L245" class="LineNr"> 245 </span> <span class="Conceal">¦</span> s:text <span class="Special"><-</span> get *x, <span class="Constant">data:offset</span> -<span id="L246" class="LineNr"> 246 </span> <span class="Conceal">¦</span> 11:char/<span class="Special">raw</span> <span class="Special"><-</span> index *s,<span class="Constant"> 0</span> -<span id="L247" class="LineNr"> 247 </span> <span class="Conceal">¦</span> 12:char/<span class="Special">raw</span> <span class="Special"><-</span> index *s,<span class="Constant"> 1</span> +<span id="L242" class="LineNr"> 242 </span> c:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> +<span id="L243" class="LineNr"> 243 </span> x <span class="Special"><-</span> append x, c +<span id="L244" class="LineNr"> 244 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *x, <span class="Constant">length:offset</span> +<span id="L245" class="LineNr"> 245 </span> s:text <span class="Special"><-</span> get *x, <span class="Constant">data:offset</span> +<span id="L246" class="LineNr"> 246 </span> 11:char/<span class="Special">raw</span> <span class="Special"><-</span> index *s,<span class="Constant"> 0</span> +<span id="L247" class="LineNr"> 247 </span> 12:char/<span class="Special">raw</span> <span class="Special"><-</span> index *s,<span class="Constant"> 1</span> <span id="L248" class="LineNr"> 248 </span> ] <span id="L249" class="LineNr"> 249 </span> memory-should-contain [ -<span id="L250" class="LineNr"> 250 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># buffer length</span> -<span id="L251" class="LineNr"> 251 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># a</span> -<span id="L252" class="LineNr"> 252 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># rest of buffer is empty</span> +<span id="L250" class="LineNr"> 250 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># buffer length</span> +<span id="L251" class="LineNr"> 251 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># a</span> +<span id="L252" class="LineNr"> 252 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># rest of buffer is empty</span> <span id="L253" class="LineNr"> 253 </span> ] <span id="L254" class="LineNr"> 254 </span>] <span id="L255" class="LineNr"> 255 </span> <span id="L256" class="LineNr"> 256 </span><span class="muScenario">scenario</span> append-to-buffer [ <span id="L257" class="LineNr"> 257 </span> <span class="Constant">local-scope</span> -<span id="L258" class="LineNr"> 258 </span> x:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a> +<span id="L258" class="LineNr"> 258 </span> x:&:buffer:char <span class="Special"><-</span> new-buffer <span id="L259" class="LineNr"> 259 </span> c:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> <span id="L260" class="LineNr"> 260 </span> x <span class="Special"><-</span> append x, c <span id="L261" class="LineNr"> 261 </span> run [ -<span id="L262" class="LineNr"> 262 </span> <span class="Conceal">¦</span> c <span class="Special"><-</span> copy <span class="Constant">98/b</span> -<span id="L263" class="LineNr"> 263 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> append x, c -<span id="L264" class="LineNr"> 264 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *x, <span class="Constant">length:offset</span> -<span id="L265" class="LineNr"> 265 </span> <span class="Conceal">¦</span> s:text <span class="Special"><-</span> get *x, <span class="Constant">data:offset</span> -<span id="L266" class="LineNr"> 266 </span> <span class="Conceal">¦</span> 11:char/<span class="Special">raw</span> <span class="Special"><-</span> index *s,<span class="Constant"> 0</span> -<span id="L267" class="LineNr"> 267 </span> <span class="Conceal">¦</span> 12:char/<span class="Special">raw</span> <span class="Special"><-</span> index *s,<span class="Constant"> 1</span> -<span id="L268" class="LineNr"> 268 </span> <span class="Conceal">¦</span> 13:char/<span class="Special">raw</span> <span class="Special"><-</span> index *s,<span class="Constant"> 2</span> +<span id="L262" class="LineNr"> 262 </span> c <span class="Special"><-</span> copy <span class="Constant">98/b</span> +<span id="L263" class="LineNr"> 263 </span> x <span class="Special"><-</span> append x, c +<span id="L264" class="LineNr"> 264 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *x, <span class="Constant">length:offset</span> +<span id="L265" class="LineNr"> 265 </span> s:text <span class="Special"><-</span> get *x, <span class="Constant">data:offset</span> +<span id="L266" class="LineNr"> 266 </span> 11:char/<span class="Special">raw</span> <span class="Special"><-</span> index *s,<span class="Constant"> 0</span> +<span id="L267" class="LineNr"> 267 </span> 12:char/<span class="Special">raw</span> <span class="Special"><-</span> index *s,<span class="Constant"> 1</span> +<span id="L268" class="LineNr"> 268 </span> 13:char/<span class="Special">raw</span> <span class="Special"><-</span> index *s,<span class="Constant"> 2</span> <span id="L269" class="LineNr"> 269 </span> ] <span id="L270" class="LineNr"> 270 </span> memory-should-contain [ -<span id="L271" class="LineNr"> 271 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># buffer length</span> -<span id="L272" class="LineNr"> 272 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># a</span> -<span id="L273" class="LineNr"> 273 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 98</span> <span class="Comment"># b</span> -<span id="L274" class="LineNr"> 274 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># rest of buffer is empty</span> +<span id="L271" class="LineNr"> 271 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># buffer length</span> +<span id="L272" class="LineNr"> 272 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># a</span> +<span id="L273" class="LineNr"> 273 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 98</span> <span class="Comment"># b</span> +<span id="L274" class="LineNr"> 274 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># rest of buffer is empty</span> <span id="L275" class="LineNr"> 275 </span> ] <span id="L276" class="LineNr"> 276 </span>] <span id="L277" class="LineNr"> 277 </span> <span id="L278" class="LineNr"> 278 </span><span class="muScenario">scenario</span> append-grows-buffer [ <span id="L279" class="LineNr"> 279 </span> <span class="Constant">local-scope</span> -<span id="L280" class="LineNr"> 280 </span> x:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a><span class="Constant"> 3</span> +<span id="L280" class="LineNr"> 280 </span> x:&:buffer:char <span class="Special"><-</span> new-buffer<span class="Constant"> 3</span> <span id="L281" class="LineNr"> 281 </span> s1:text <span class="Special"><-</span> get *x, <span class="Constant">data:offset</span> <span id="L282" class="LineNr"> 282 </span> x <span class="Special"><-</span> append x, <span class="Constant">[abc]</span> <span class="Comment"># buffer is now full</span> <span id="L283" class="LineNr"> 283 </span> s2:text <span class="Special"><-</span> get *x, <span class="Constant">data:offset</span> <span id="L284" class="LineNr"> 284 </span> run [ -<span id="L285" class="LineNr"> 285 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal s1, s2 -<span id="L286" class="LineNr"> 286 </span> <span class="Conceal">¦</span> 11:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s2 -<span id="L287" class="LineNr"> 287 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> +buffer-filled</span> -<span id="L288" class="LineNr"> 288 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> copy <span class="Constant">100/d</span> -<span id="L289" class="LineNr"> 289 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> append x, c -<span id="L290" class="LineNr"> 290 </span> <span class="Conceal">¦</span> s3:text <span class="Special"><-</span> get *x, <span class="Constant">data:offset</span> -<span id="L291" class="LineNr"> 291 </span> <span class="Conceal">¦</span> 20:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal s1, s3 -<span id="L292" class="LineNr"> 292 </span> <span class="Conceal">¦</span> 21:num/<span class="Special">raw</span> <span class="Special"><-</span> get *x, <span class="Constant">length:offset</span> -<span id="L293" class="LineNr"> 293 </span> <span class="Conceal">¦</span> 30:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s3 +<span id="L285" class="LineNr"> 285 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal s1, s2 +<span id="L286" class="LineNr"> 286 </span> 11:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s2 +<span id="L287" class="LineNr"> 287 </span><span class="Constant"> +buffer-filled</span> +<span id="L288" class="LineNr"> 288 </span> c:char <span class="Special"><-</span> copy <span class="Constant">100/d</span> +<span id="L289" class="LineNr"> 289 </span> x <span class="Special"><-</span> append x, c +<span id="L290" class="LineNr"> 290 </span> s3:text <span class="Special"><-</span> get *x, <span class="Constant">data:offset</span> +<span id="L291" class="LineNr"> 291 </span> 20:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal s1, s3 +<span id="L292" class="LineNr"> 292 </span> 21:num/<span class="Special">raw</span> <span class="Special"><-</span> get *x, <span class="Constant">length:offset</span> +<span id="L293" class="LineNr"> 293 </span> 30:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s3 <span id="L294" class="LineNr"> 294 </span> ] <span id="L295" class="LineNr"> 295 </span> memory-should-contain [ -<span id="L296" class="LineNr"> 296 </span> <span class="Conceal">¦</span> <span class="Comment"># before +buffer-filled</span> -<span id="L297" class="LineNr"> 297 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># no change in data pointer after original append</span> -<span id="L298" class="LineNr"> 298 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># size of data</span> -<span id="L299" class="LineNr"> 299 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># data</span> -<span id="L300" class="LineNr"> 300 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 98</span> -<span id="L301" class="LineNr"> 301 </span> <span class="Conceal">¦</span><span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 99</span> -<span id="L302" class="LineNr"> 302 </span> <span class="Conceal">¦</span> <span class="Comment"># in the end</span> -<span id="L303" class="LineNr"> 303 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># data pointer has grown after second append</span> -<span id="L304" class="LineNr"> 304 </span> <span class="Conceal">¦</span><span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># final length</span> -<span id="L305" class="LineNr"> 305 </span> <span class="Conceal">¦</span><span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># but data's capacity has doubled</span> -<span id="L306" class="LineNr"> 306 </span> <span class="Conceal">¦</span><span class="Constant"> 31</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># data</span> -<span id="L307" class="LineNr"> 307 </span> <span class="Conceal">¦</span><span class="Constant"> 32</span> <span class="Special"><-</span><span class="Constant"> 98</span> -<span id="L308" class="LineNr"> 308 </span> <span class="Conceal">¦</span><span class="Constant"> 33</span> <span class="Special"><-</span><span class="Constant"> 99</span> -<span id="L309" class="LineNr"> 309 </span> <span class="Conceal">¦</span><span class="Constant"> 34</span> <span class="Special"><-</span><span class="Constant"> 100</span> -<span id="L310" class="LineNr"> 310 </span> <span class="Conceal">¦</span><span class="Constant"> 35</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L311" class="LineNr"> 311 </span> <span class="Conceal">¦</span><span class="Constant"> 36</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L296" class="LineNr"> 296 </span> <span class="Comment"># before +buffer-filled</span> +<span id="L297" class="LineNr"> 297 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># no change in data pointer after original append</span> +<span id="L298" class="LineNr"> 298 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># size of data</span> +<span id="L299" class="LineNr"> 299 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># data</span> +<span id="L300" class="LineNr"> 300 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 98</span> +<span id="L301" class="LineNr"> 301 </span> <span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 99</span> +<span id="L302" class="LineNr"> 302 </span> <span class="Comment"># in the end</span> +<span id="L303" class="LineNr"> 303 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># data pointer has grown after second append</span> +<span id="L304" class="LineNr"> 304 </span> <span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># final length</span> +<span id="L305" class="LineNr"> 305 </span> <span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># but data's capacity has doubled</span> +<span id="L306" class="LineNr"> 306 </span> <span class="Constant"> 31</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># data</span> +<span id="L307" class="LineNr"> 307 </span> <span class="Constant"> 32</span> <span class="Special"><-</span><span class="Constant"> 98</span> +<span id="L308" class="LineNr"> 308 </span> <span class="Constant"> 33</span> <span class="Special"><-</span><span class="Constant"> 99</span> +<span id="L309" class="LineNr"> 309 </span> <span class="Constant"> 34</span> <span class="Special"><-</span><span class="Constant"> 100</span> +<span id="L310" class="LineNr"> 310 </span> <span class="Constant"> 35</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L311" class="LineNr"> 311 </span> <span class="Constant"> 36</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L312" class="LineNr"> 312 </span> ] <span id="L313" class="LineNr"> 313 </span>] <span id="L314" class="LineNr"> 314 </span> <span id="L315" class="LineNr"> 315 </span><span class="muScenario">scenario</span> buffer-append-handles-backspace [ <span id="L316" class="LineNr"> 316 </span> <span class="Constant">local-scope</span> -<span id="L317" class="LineNr"> 317 </span> x:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a> +<span id="L317" class="LineNr"> 317 </span> x:&:buffer:char <span class="Special"><-</span> new-buffer <span id="L318" class="LineNr"> 318 </span> x <span class="Special"><-</span> append x, <span class="Constant">[ab]</span> <span id="L319" class="LineNr"> 319 </span> run [ -<span id="L320" class="LineNr"> 320 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> copy <span class="Constant">8/backspace</span> -<span id="L321" class="LineNr"> 321 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> append x, c -<span id="L322" class="LineNr"> 322 </span> <span class="Conceal">¦</span> s:text <span class="Special"><-</span> <a href='061text.mu.html#L338'>buffer-to-array</a> x -<span id="L323" class="LineNr"> 323 </span> <span class="Conceal">¦</span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s +<span id="L320" class="LineNr"> 320 </span> c:char <span class="Special"><-</span> copy <span class="Constant">8/backspace</span> +<span id="L321" class="LineNr"> 321 </span> x <span class="Special"><-</span> append x, c +<span id="L322" class="LineNr"> 322 </span> s:text <span class="Special"><-</span> buffer-to-array x +<span id="L323" class="LineNr"> 323 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s <span id="L324" class="LineNr"> 324 </span> ] <span id="L325" class="LineNr"> 325 </span> memory-should-contain [ -<span id="L326" class="LineNr"> 326 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># length</span> -<span id="L327" class="LineNr"> 327 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># contents</span> -<span id="L328" class="LineNr"> 328 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L326" class="LineNr"> 326 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># length</span> +<span id="L327" class="LineNr"> 327 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># contents</span> +<span id="L328" class="LineNr"> 328 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L329" class="LineNr"> 329 </span> ] <span id="L330" class="LineNr"> 330 </span>] <span id="L331" class="LineNr"> 331 </span> <span id="L332" class="LineNr"> 332 </span><span class="muScenario">scenario</span> append-to-buffer-of-non-characters [ <span id="L333" class="LineNr"> 333 </span> <span class="Constant">local-scope</span> -<span id="L334" class="LineNr"> 334 </span> x:&:<a href='061text.mu.html#L120'>buffer</a>:text <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a> <span class="Constant">1/capacity</span> +<span id="L334" class="LineNr"> 334 </span> x:&:buffer:text <span class="Special"><-</span> new-buffer <span class="Constant">1/capacity</span> <span id="L335" class="LineNr"> 335 </span> <span class="Comment"># no errors</span> <span id="L336" class="LineNr"> 336 </span>] <span id="L337" class="LineNr"> 337 </span> -<span id="L338" class="LineNr"> 338 </span><span class="muRecipe">def</span> <a href='061text.mu.html#L338'>buffer-to-array</a> in:&:<a href='061text.mu.html#L120'>buffer</a>:_elem<span class="muRecipe"> -> </span>result:&:@:_elem [ +<span id="L338" class="LineNr"> 338 </span><span class="muRecipe">def</span> buffer-to-array in:&:buffer:_elem<span class="muRecipe"> -> </span>result:&:@:_elem [ <span id="L339" class="LineNr"> 339 </span> <span class="Constant">local-scope</span> <span id="L340" class="LineNr"> 340 </span> <span class="Constant">load-inputs</span> <span id="L341" class="LineNr"> 341 </span> <span class="Comment"># propagate null buffer</span> @@ -408,16 +407,16 @@ if ('onhashchange' in window) { <span id="L346" class="LineNr"> 346 </span> result <span class="Special"><-</span> new <span class="Constant">_elem:type</span>, len <span id="L347" class="LineNr"> 347 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L348" class="LineNr"> 348 </span> <span class="Delimiter">{</span> -<span id="L349" class="LineNr"> 349 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, len -<span id="L350" class="LineNr"> 350 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L351" class="LineNr"> 351 </span> <span class="Conceal">¦</span> src:_elem <span class="Special"><-</span> index *s, i -<span id="L352" class="LineNr"> 352 </span> <span class="Conceal">¦</span> *result <span class="Special"><-</span> put-index *result, i, src -<span id="L353" class="LineNr"> 353 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L354" class="LineNr"> 354 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L349" class="LineNr"> 349 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, len +<span id="L350" class="LineNr"> 350 </span> <span class="muControl">break-if</span> done? +<span id="L351" class="LineNr"> 351 </span> src:_elem <span class="Special"><-</span> index *s, i +<span id="L352" class="LineNr"> 352 </span> *result <span class="Special"><-</span> put-index *result, i, src +<span id="L353" class="LineNr"> 353 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L354" class="LineNr"> 354 </span> <span class="muControl"> loop</span> <span id="L355" class="LineNr"> 355 </span> <span class="Delimiter">}</span> <span id="L356" class="LineNr"> 356 </span>] <span id="L357" class="LineNr"> 357 </span> -<span id="L358" class="LineNr"> 358 </span><span class="muRecipe">def</span> <a href='061text.mu.html#L358'>blank?</a> x:&:@:_elem<span class="muRecipe"> -> </span>result:bool [ +<span id="L358" class="LineNr"> 358 </span><span class="muRecipe">def</span> blank? x:&:@:_elem<span class="muRecipe"> -> </span>result:bool [ <span id="L359" class="LineNr"> 359 </span> <span class="Constant">local-scope</span> <span id="L360" class="LineNr"> 360 </span> <span class="Constant">load-inputs</span> <span id="L361" class="LineNr"> 361 </span> <span class="muControl">return-unless</span> x, <span class="Constant">1/true</span> @@ -436,21 +435,21 @@ if ('onhashchange' in window) { <span id="L374" class="LineNr"> 374 </span><span class="muRecipe">def</span> append first:text<span class="muRecipe"> -> </span>result:text [ <span id="L375" class="LineNr"> 375 </span> <span class="Constant">local-scope</span> <span id="L376" class="LineNr"> 376 </span> <span class="Constant">load-inputs</span> -<span id="L377" class="LineNr"> 377 </span> buf:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a><span class="Constant"> 30</span> +<span id="L377" class="LineNr"> 377 </span> buf:&:buffer:char <span class="Special"><-</span> new-buffer<span class="Constant"> 30</span> <span id="L378" class="LineNr"> 378 </span> <span class="Comment"># append first input</span> <span id="L379" class="LineNr"> 379 </span> <span class="Delimiter">{</span> -<span id="L380" class="LineNr"> 380 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> first -<span id="L381" class="LineNr"> 381 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> append buf, first +<span id="L380" class="LineNr"> 380 </span> <span class="muControl">break-unless</span> first +<span id="L381" class="LineNr"> 381 </span> buf <span class="Special"><-</span> append buf, first <span id="L382" class="LineNr"> 382 </span> <span class="Delimiter">}</span> <span id="L383" class="LineNr"> 383 </span> <span class="Comment"># append remaining inputs</span> <span id="L384" class="LineNr"> 384 </span> <span class="Delimiter">{</span> -<span id="L385" class="LineNr"> 385 </span> <span class="Conceal">¦</span> arg:text, arg-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> -<span id="L386" class="LineNr"> 386 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> arg-found? -<span id="L387" class="LineNr"> 387 </span> <span class="Conceal">¦</span> <span class="muControl">loop-unless</span> arg -<span id="L388" class="LineNr"> 388 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> append buf, arg -<span id="L389" class="LineNr"> 389 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L385" class="LineNr"> 385 </span> arg:text, arg-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> +<span id="L386" class="LineNr"> 386 </span> <span class="muControl">break-unless</span> arg-found? +<span id="L387" class="LineNr"> 387 </span> <span class="muControl">loop-unless</span> arg +<span id="L388" class="LineNr"> 388 </span> buf <span class="Special"><-</span> append buf, arg +<span id="L389" class="LineNr"> 389 </span> <span class="muControl"> loop</span> <span id="L390" class="LineNr"> 390 </span> <span class="Delimiter">}</span> -<span id="L391" class="LineNr"> 391 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L338'>buffer-to-array</a> buf +<span id="L391" class="LineNr"> 391 </span> result <span class="Special"><-</span> buffer-to-array buf <span id="L392" class="LineNr"> 392 </span>] <span id="L393" class="LineNr"> 393 </span> <span id="L394" class="LineNr"> 394 </span><span class="muScenario">scenario</span> text-append-1 [ @@ -458,11 +457,11 @@ if ('onhashchange' in window) { <span id="L396" class="LineNr"> 396 </span> x:text <span class="Special"><-</span> new <span class="Constant">[hello,]</span> <span id="L397" class="LineNr"> 397 </span> y:text <span class="Special"><-</span> new <span class="Constant">[ world!]</span> <span id="L398" class="LineNr"> 398 </span> run [ -<span id="L399" class="LineNr"> 399 </span> <span class="Conceal">¦</span> z:text <span class="Special"><-</span> append x, y -<span id="L400" class="LineNr"> 400 </span> <span class="Conceal">¦</span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z +<span id="L399" class="LineNr"> 399 </span> z:text <span class="Special"><-</span> append x, y +<span id="L400" class="LineNr"> 400 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z <span id="L401" class="LineNr"> 401 </span> ] <span id="L402" class="LineNr"> 402 </span> memory-should-contain [ -<span id="L403" class="LineNr"> 403 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[hello, world!]</span> +<span id="L403" class="LineNr"> 403 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[hello, world!]</span> <span id="L404" class="LineNr"> 404 </span> ] <span id="L405" class="LineNr"> 405 </span>] <span id="L406" class="LineNr"> 406 </span> @@ -471,11 +470,11 @@ if ('onhashchange' in window) { <span id="L409" class="LineNr"> 409 </span> x:text <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L410" class="LineNr"> 410 </span> y:text <span class="Special"><-</span> new <span class="Constant">[ world!]</span> <span id="L411" class="LineNr"> 411 </span> run [ -<span id="L412" class="LineNr"> 412 </span> <span class="Conceal">¦</span> z:text <span class="Special"><-</span> append x, y -<span id="L413" class="LineNr"> 413 </span> <span class="Conceal">¦</span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z +<span id="L412" class="LineNr"> 412 </span> z:text <span class="Special"><-</span> append x, y +<span id="L413" class="LineNr"> 413 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z <span id="L414" class="LineNr"> 414 </span> ] <span id="L415" class="LineNr"> 415 </span> memory-should-contain [ -<span id="L416" class="LineNr"> 416 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[ world!]</span> +<span id="L416" class="LineNr"> 416 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[ world!]</span> <span id="L417" class="LineNr"> 417 </span> ] <span id="L418" class="LineNr"> 418 </span>] <span id="L419" class="LineNr"> 419 </span> @@ -484,11 +483,11 @@ if ('onhashchange' in window) { <span id="L422" class="LineNr"> 422 </span> x:text <span class="Special"><-</span> new <span class="Constant">[hello,]</span> <span id="L423" class="LineNr"> 423 </span> y:text <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L424" class="LineNr"> 424 </span> run [ -<span id="L425" class="LineNr"> 425 </span> <span class="Conceal">¦</span> z:text <span class="Special"><-</span> append x, y -<span id="L426" class="LineNr"> 426 </span> <span class="Conceal">¦</span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z +<span id="L425" class="LineNr"> 425 </span> z:text <span class="Special"><-</span> append x, y +<span id="L426" class="LineNr"> 426 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z <span id="L427" class="LineNr"> 427 </span> ] <span id="L428" class="LineNr"> 428 </span> memory-should-contain [ -<span id="L429" class="LineNr"> 429 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[hello,]</span> +<span id="L429" class="LineNr"> 429 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[hello,]</span> <span id="L430" class="LineNr"> 430 </span> ] <span id="L431" class="LineNr"> 431 </span>] <span id="L432" class="LineNr"> 432 </span> @@ -498,11 +497,11 @@ if ('onhashchange' in window) { <span id="L436" class="LineNr"> 436 </span> y:text <span class="Special"><-</span> new <span class="Constant">[world]</span> <span id="L437" class="LineNr"> 437 </span> z:text <span class="Special"><-</span> new <span class="Constant">[!]</span> <span id="L438" class="LineNr"> 438 </span> run [ -<span id="L439" class="LineNr"> 439 </span> <span class="Conceal">¦</span> z:text <span class="Special"><-</span> append x, y, z -<span id="L440" class="LineNr"> 440 </span> <span class="Conceal">¦</span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z +<span id="L439" class="LineNr"> 439 </span> z:text <span class="Special"><-</span> append x, y, z +<span id="L440" class="LineNr"> 440 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z <span id="L441" class="LineNr"> 441 </span> ] <span id="L442" class="LineNr"> 442 </span> memory-should-contain [ -<span id="L443" class="LineNr"> 443 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[hello, world!]</span> +<span id="L443" class="LineNr"> 443 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[hello, world!]</span> <span id="L444" class="LineNr"> 444 </span> ] <span id="L445" class="LineNr"> 445 </span>] <span id="L446" class="LineNr"> 446 </span> @@ -510,15 +509,15 @@ if ('onhashchange' in window) { <span id="L448" class="LineNr"> 448 </span> <span class="Constant">local-scope</span> <span id="L449" class="LineNr"> 449 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L450" class="LineNr"> 450 </span> run [ -<span id="L451" class="LineNr"> 451 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> <a href='061text.mu.html#L459'>replace</a> x, <span class="Constant">98/b</span>, <span class="Constant">122/z</span> -<span id="L452" class="LineNr"> 452 </span> <span class="Conceal">¦</span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *x +<span id="L451" class="LineNr"> 451 </span> x <span class="Special"><-</span> replace x, <span class="Constant">98/b</span>, <span class="Constant">122/z</span> +<span id="L452" class="LineNr"> 452 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *x <span id="L453" class="LineNr"> 453 </span> ] <span id="L454" class="LineNr"> 454 </span> memory-should-contain [ -<span id="L455" class="LineNr"> 455 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[azc]</span> +<span id="L455" class="LineNr"> 455 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[azc]</span> <span id="L456" class="LineNr"> 456 </span> ] <span id="L457" class="LineNr"> 457 </span>] <span id="L458" class="LineNr"> 458 </span> -<span id="L459" class="LineNr"> 459 </span><span class="muRecipe">def</span> <a href='061text.mu.html#L459'>replace</a> s:text, oldc:char, newc:char, from:num/optional<span class="muRecipe"> -> </span>s:text [ +<span id="L459" class="LineNr"> 459 </span><span class="muRecipe">def</span> replace s:text, oldc:char, newc:char, from:num/optional<span class="muRecipe"> -> </span>s:text [ <span id="L460" class="LineNr"> 460 </span> <span class="Constant">local-scope</span> <span id="L461" class="LineNr"> 461 </span> <span class="Constant">load-inputs</span> <span id="L462" class="LineNr"> 462 </span> len:num <span class="Special"><-</span> length *s @@ -527,18 +526,18 @@ if ('onhashchange' in window) { <span id="L465" class="LineNr"> 465 </span> <span class="muControl">return-if</span> done? <span id="L466" class="LineNr"> 466 </span> *s <span class="Special"><-</span> put-index *s, i, newc <span id="L467" class="LineNr"> 467 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L468" class="LineNr"> 468 </span> s <span class="Special"><-</span> <a href='061text.mu.html#L459'>replace</a> s, oldc, newc, i +<span id="L468" class="LineNr"> 468 </span> s <span class="Special"><-</span> replace s, oldc, newc, i <span id="L469" class="LineNr"> 469 </span>] <span id="L470" class="LineNr"> 470 </span> <span id="L471" class="LineNr"> 471 </span><span class="muScenario">scenario</span> replace-character-at-start [ <span id="L472" class="LineNr"> 472 </span> <span class="Constant">local-scope</span> <span id="L473" class="LineNr"> 473 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L474" class="LineNr"> 474 </span> run [ -<span id="L475" class="LineNr"> 475 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> <a href='061text.mu.html#L459'>replace</a> x, <span class="Constant">97/a</span>, <span class="Constant">122/z</span> -<span id="L476" class="LineNr"> 476 </span> <span class="Conceal">¦</span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *x +<span id="L475" class="LineNr"> 475 </span> x <span class="Special"><-</span> replace x, <span class="Constant">97/a</span>, <span class="Constant">122/z</span> +<span id="L476" class="LineNr"> 476 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *x <span id="L477" class="LineNr"> 477 </span> ] <span id="L478" class="LineNr"> 478 </span> memory-should-contain [ -<span id="L479" class="LineNr"> 479 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[zbc]</span> +<span id="L479" class="LineNr"> 479 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[zbc]</span> <span id="L480" class="LineNr"> 480 </span> ] <span id="L481" class="LineNr"> 481 </span>] <span id="L482" class="LineNr"> 482 </span> @@ -546,11 +545,11 @@ if ('onhashchange' in window) { <span id="L484" class="LineNr"> 484 </span> <span class="Constant">local-scope</span> <span id="L485" class="LineNr"> 485 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L486" class="LineNr"> 486 </span> run [ -<span id="L487" class="LineNr"> 487 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> <a href='061text.mu.html#L459'>replace</a> x, <span class="Constant">99/c</span>, <span class="Constant">122/z</span> -<span id="L488" class="LineNr"> 488 </span> <span class="Conceal">¦</span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *x +<span id="L487" class="LineNr"> 487 </span> x <span class="Special"><-</span> replace x, <span class="Constant">99/c</span>, <span class="Constant">122/z</span> +<span id="L488" class="LineNr"> 488 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *x <span id="L489" class="LineNr"> 489 </span> ] <span id="L490" class="LineNr"> 490 </span> memory-should-contain [ -<span id="L491" class="LineNr"> 491 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[abz]</span> +<span id="L491" class="LineNr"> 491 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[abz]</span> <span id="L492" class="LineNr"> 492 </span> ] <span id="L493" class="LineNr"> 493 </span>] <span id="L494" class="LineNr"> 494 </span> @@ -558,11 +557,11 @@ if ('onhashchange' in window) { <span id="L496" class="LineNr"> 496 </span> <span class="Constant">local-scope</span> <span id="L497" class="LineNr"> 497 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L498" class="LineNr"> 498 </span> run [ -<span id="L499" class="LineNr"> 499 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> <a href='061text.mu.html#L459'>replace</a> x, <span class="Constant">100/d</span>, <span class="Constant">122/z</span> -<span id="L500" class="LineNr"> 500 </span> <span class="Conceal">¦</span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *x +<span id="L499" class="LineNr"> 499 </span> x <span class="Special"><-</span> replace x, <span class="Constant">100/d</span>, <span class="Constant">122/z</span> +<span id="L500" class="LineNr"> 500 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *x <span id="L501" class="LineNr"> 501 </span> ] <span id="L502" class="LineNr"> 502 </span> memory-should-contain [ -<span id="L503" class="LineNr"> 503 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> +<span id="L503" class="LineNr"> 503 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span id="L504" class="LineNr"> 504 </span> ] <span id="L505" class="LineNr"> 505 </span>] <span id="L506" class="LineNr"> 506 </span> @@ -570,30 +569,30 @@ if ('onhashchange' in window) { <span id="L508" class="LineNr"> 508 </span> <span class="Constant">local-scope</span> <span id="L509" class="LineNr"> 509 </span> x:text <span class="Special"><-</span> new <span class="Constant">[banana]</span> <span id="L510" class="LineNr"> 510 </span> run [ -<span id="L511" class="LineNr"> 511 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> <a href='061text.mu.html#L459'>replace</a> x, <span class="Constant">97/a</span>, <span class="Constant">122/z</span> -<span id="L512" class="LineNr"> 512 </span> <span class="Conceal">¦</span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *x +<span id="L511" class="LineNr"> 511 </span> x <span class="Special"><-</span> replace x, <span class="Constant">97/a</span>, <span class="Constant">122/z</span> +<span id="L512" class="LineNr"> 512 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *x <span id="L513" class="LineNr"> 513 </span> ] <span id="L514" class="LineNr"> 514 </span> memory-should-contain [ -<span id="L515" class="LineNr"> 515 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[bznznz]</span> +<span id="L515" class="LineNr"> 515 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[bznznz]</span> <span id="L516" class="LineNr"> 516 </span> ] <span id="L517" class="LineNr"> 517 </span>] <span id="L518" class="LineNr"> 518 </span> <span id="L519" class="LineNr"> 519 </span><span class="Comment"># replace underscores in first with remaining args</span> -<span id="L520" class="LineNr"> 520 </span><span class="muRecipe">def</span> <a href='061text.mu.html#L520'>interpolate</a> template:text<span class="muRecipe"> -> </span>result:text [ +<span id="L520" class="LineNr"> 520 </span><span class="muRecipe">def</span> interpolate template:text<span class="muRecipe"> -> </span>result:text [ <span id="L521" class="LineNr"> 521 </span> <span class="Constant">local-scope</span> <span id="L522" class="LineNr"> 522 </span> <span class="Constant">load-inputs</span> <span class="Comment"># consume just the template</span> <span id="L523" class="LineNr"> 523 </span> <span class="Comment"># compute result-len, space to allocate for result</span> <span id="L524" class="LineNr"> 524 </span> tem-len:num <span class="Special"><-</span> length *template <span id="L525" class="LineNr"> 525 </span> result-len:num <span class="Special"><-</span> copy tem-len <span id="L526" class="LineNr"> 526 </span> <span class="Delimiter">{</span> -<span id="L527" class="LineNr"> 527 </span> <span class="Conceal">¦</span> <span class="Comment"># while inputs remain</span> -<span id="L528" class="LineNr"> 528 </span> <span class="Conceal">¦</span> a:text, arg-received?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> -<span id="L529" class="LineNr"> 529 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> arg-received? -<span id="L530" class="LineNr"> 530 </span> <span class="Conceal">¦</span> <span class="Comment"># result-len = result-len + arg.length - 1 (for the 'underscore' being replaced)</span> -<span id="L531" class="LineNr"> 531 </span> <span class="Conceal">¦</span> a-len:num <span class="Special"><-</span> length *a -<span id="L532" class="LineNr"> 532 </span> <span class="Conceal">¦</span> result-len <span class="Special"><-</span> add result-len, a-len -<span id="L533" class="LineNr"> 533 </span> <span class="Conceal">¦</span> result-len <span class="Special"><-</span> subtract result-len,<span class="Constant"> 1</span> -<span id="L534" class="LineNr"> 534 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L527" class="LineNr"> 527 </span> <span class="Comment"># while inputs remain</span> +<span id="L528" class="LineNr"> 528 </span> a:text, arg-received?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> +<span id="L529" class="LineNr"> 529 </span> <span class="muControl">break-unless</span> arg-received? +<span id="L530" class="LineNr"> 530 </span> <span class="Comment"># result-len = result-len + arg.length - 1 (for the 'underscore' being replaced)</span> +<span id="L531" class="LineNr"> 531 </span> a-len:num <span class="Special"><-</span> length *a +<span id="L532" class="LineNr"> 532 </span> result-len <span class="Special"><-</span> add result-len, a-len +<span id="L533" class="LineNr"> 533 </span> result-len <span class="Special"><-</span> subtract result-len,<span class="Constant"> 1</span> +<span id="L534" class="LineNr"> 534 </span> <span class="muControl"> loop</span> <span id="L535" class="LineNr"> 535 </span> <span class="Delimiter">}</span> <span id="L536" class="LineNr"> 536 </span> <span class="Constant">rewind-inputs</span> <span id="L537" class="LineNr"> 537 </span> _ <span class="Special"><-</span> <span class="Constant">next-input</span> <span class="Comment"># skip template</span> @@ -602,53 +601,53 @@ if ('onhashchange' in window) { <span id="L540" class="LineNr"> 540 </span> result-idx:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L541" class="LineNr"> 541 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L542" class="LineNr"> 542 </span> <span class="Delimiter">{</span> -<span id="L543" class="LineNr"> 543 </span> <span class="Conceal">¦</span> <span class="Comment"># while arg received</span> -<span id="L544" class="LineNr"> 544 </span> <span class="Conceal">¦</span> a:text, arg-received?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> -<span id="L545" class="LineNr"> 545 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> arg-received? -<span id="L546" class="LineNr"> 546 </span> <span class="Conceal">¦</span> <span class="Comment"># copy template into result until '_'</span> -<span id="L547" class="LineNr"> 547 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L548" class="LineNr"> 548 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># while i < template.length</span> -<span id="L549" class="LineNr"> 549 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tem-done?:bool <span class="Special"><-</span> greater-or-equal i, tem-len -<span id="L550" class="LineNr"> 550 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> tem-done?, <span class="Constant">+done</span> -<span id="L551" class="LineNr"> 551 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># while template[i] != '_'</span> -<span id="L552" class="LineNr"> 552 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> in:char <span class="Special"><-</span> index *template, i -<span id="L553" class="LineNr"> 553 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> underscore?:bool <span class="Special"><-</span> equal in, <span class="Constant">95/_</span> -<span id="L554" class="LineNr"> 554 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> underscore? -<span id="L555" class="LineNr"> 555 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># result[result-idx] = template[i]</span> -<span id="L556" class="LineNr"> 556 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *result <span class="Special"><-</span> put-index *result, result-idx, in -<span id="L557" class="LineNr"> 557 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L558" class="LineNr"> 558 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result-idx <span class="Special"><-</span> add result-idx,<span class="Constant"> 1</span> -<span id="L559" class="LineNr"> 559 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> -<span id="L560" class="LineNr"> 560 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L561" class="LineNr"> 561 </span> <span class="Conceal">¦</span> <span class="Comment"># copy 'a' into result</span> -<span id="L562" class="LineNr"> 562 </span> <span class="Conceal">¦</span> j:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L563" class="LineNr"> 563 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L564" class="LineNr"> 564 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># while j < a.length</span> -<span id="L565" class="LineNr"> 565 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> arg-done?:bool <span class="Special"><-</span> greater-or-equal j, a-len -<span id="L566" class="LineNr"> 566 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> arg-done? -<span id="L567" class="LineNr"> 567 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># result[result-idx] = a[j]</span> -<span id="L568" class="LineNr"> 568 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> in:char <span class="Special"><-</span> index *a, j -<span id="L569" class="LineNr"> 569 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *result <span class="Special"><-</span> put-index *result, result-idx, in -<span id="L570" class="LineNr"> 570 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> j <span class="Special"><-</span> add j,<span class="Constant"> 1</span> -<span id="L571" class="LineNr"> 571 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result-idx <span class="Special"><-</span> add result-idx,<span class="Constant"> 1</span> -<span id="L572" class="LineNr"> 572 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> -<span id="L573" class="LineNr"> 573 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L574" class="LineNr"> 574 </span> <span class="Conceal">¦</span> <span class="Comment"># skip '_' in template</span> -<span id="L575" class="LineNr"> 575 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L576" class="LineNr"> 576 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Comment"># interpolate next arg</span> +<span id="L543" class="LineNr"> 543 </span> <span class="Comment"># while arg received</span> +<span id="L544" class="LineNr"> 544 </span> a:text, arg-received?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> +<span id="L545" class="LineNr"> 545 </span> <span class="muControl">break-unless</span> arg-received? +<span id="L546" class="LineNr"> 546 </span> <span class="Comment"># copy template into result until '_'</span> +<span id="L547" class="LineNr"> 547 </span> <span class="Delimiter">{</span> +<span id="L548" class="LineNr"> 548 </span> <span class="Comment"># while i < template.length</span> +<span id="L549" class="LineNr"> 549 </span> tem-done?:bool <span class="Special"><-</span> greater-or-equal i, tem-len +<span id="L550" class="LineNr"> 550 </span> <span class="muControl">break-if</span> tem-done?, <span class="Constant">+done</span> +<span id="L551" class="LineNr"> 551 </span> <span class="Comment"># while template[i] != '_'</span> +<span id="L552" class="LineNr"> 552 </span> in:char <span class="Special"><-</span> index *template, i +<span id="L553" class="LineNr"> 553 </span> underscore?:bool <span class="Special"><-</span> equal in, <span class="Constant">95/_</span> +<span id="L554" class="LineNr"> 554 </span> <span class="muControl">break-if</span> underscore? +<span id="L555" class="LineNr"> 555 </span> <span class="Comment"># result[result-idx] = template[i]</span> +<span id="L556" class="LineNr"> 556 </span> *result <span class="Special"><-</span> put-index *result, result-idx, in +<span id="L557" class="LineNr"> 557 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L558" class="LineNr"> 558 </span> result-idx <span class="Special"><-</span> add result-idx,<span class="Constant"> 1</span> +<span id="L559" class="LineNr"> 559 </span> <span class="muControl"> loop</span> +<span id="L560" class="LineNr"> 560 </span> <span class="Delimiter">}</span> +<span id="L561" class="LineNr"> 561 </span> <span class="Comment"># copy 'a' into result</span> +<span id="L562" class="LineNr"> 562 </span> j:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L563" class="LineNr"> 563 </span> <span class="Delimiter">{</span> +<span id="L564" class="LineNr"> 564 </span> <span class="Comment"># while j < a.length</span> +<span id="L565" class="LineNr"> 565 </span> arg-done?:bool <span class="Special"><-</span> greater-or-equal j, a-len +<span id="L566" class="LineNr"> 566 </span> <span class="muControl">break-if</span> arg-done? +<span id="L567" class="LineNr"> 567 </span> <span class="Comment"># result[result-idx] = a[j]</span> +<span id="L568" class="LineNr"> 568 </span> in:char <span class="Special"><-</span> index *a, j +<span id="L569" class="LineNr"> 569 </span> *result <span class="Special"><-</span> put-index *result, result-idx, in +<span id="L570" class="LineNr"> 570 </span> j <span class="Special"><-</span> add j,<span class="Constant"> 1</span> +<span id="L571" class="LineNr"> 571 </span> result-idx <span class="Special"><-</span> add result-idx,<span class="Constant"> 1</span> +<span id="L572" class="LineNr"> 572 </span> <span class="muControl"> loop</span> +<span id="L573" class="LineNr"> 573 </span> <span class="Delimiter">}</span> +<span id="L574" class="LineNr"> 574 </span> <span class="Comment"># skip '_' in template</span> +<span id="L575" class="LineNr"> 575 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L576" class="LineNr"> 576 </span> <span class="muControl"> loop</span> <span class="Comment"># interpolate next arg</span> <span id="L577" class="LineNr"> 577 </span> <span class="Delimiter">}</span> <span id="L578" class="LineNr"> 578 </span><span class="Constant"> +done</span> <span id="L579" class="LineNr"> 579 </span> <span class="Comment"># done with holes; copy rest of template directly into result</span> <span id="L580" class="LineNr"> 580 </span> <span class="Delimiter">{</span> -<span id="L581" class="LineNr"> 581 </span> <span class="Conceal">¦</span> <span class="Comment"># while i < template.length</span> -<span id="L582" class="LineNr"> 582 </span> <span class="Conceal">¦</span> tem-done?:bool <span class="Special"><-</span> greater-or-equal i, tem-len -<span id="L583" class="LineNr"> 583 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> tem-done? -<span id="L584" class="LineNr"> 584 </span> <span class="Conceal">¦</span> <span class="Comment"># result[result-idx] = template[i]</span> -<span id="L585" class="LineNr"> 585 </span> <span class="Conceal">¦</span> in:char <span class="Special"><-</span> index *template, i -<span id="L586" class="LineNr"> 586 </span> <span class="Conceal">¦</span> *result <span class="Special"><-</span> put-index *result, result-idx, in -<span id="L587" class="LineNr"> 587 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L588" class="LineNr"> 588 </span> <span class="Conceal">¦</span> result-idx <span class="Special"><-</span> add result-idx,<span class="Constant"> 1</span> -<span id="L589" class="LineNr"> 589 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L581" class="LineNr"> 581 </span> <span class="Comment"># while i < template.length</span> +<span id="L582" class="LineNr"> 582 </span> tem-done?:bool <span class="Special"><-</span> greater-or-equal i, tem-len +<span id="L583" class="LineNr"> 583 </span> <span class="muControl">break-if</span> tem-done? +<span id="L584" class="LineNr"> 584 </span> <span class="Comment"># result[result-idx] = template[i]</span> +<span id="L585" class="LineNr"> 585 </span> in:char <span class="Special"><-</span> index *template, i +<span id="L586" class="LineNr"> 586 </span> *result <span class="Special"><-</span> put-index *result, result-idx, in +<span id="L587" class="LineNr"> 587 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L588" class="LineNr"> 588 </span> result-idx <span class="Special"><-</span> add result-idx,<span class="Constant"> 1</span> +<span id="L589" class="LineNr"> 589 </span> <span class="muControl"> loop</span> <span id="L590" class="LineNr"> 590 </span> <span class="Delimiter">}</span> <span id="L591" class="LineNr"> 591 </span>] <span id="L592" class="LineNr"> 592 </span> @@ -657,11 +656,11 @@ if ('onhashchange' in window) { <span id="L595" class="LineNr"> 595 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc_ghi]</span> <span id="L596" class="LineNr"> 596 </span> y:text <span class="Special"><-</span> new <span class="Constant">[def]</span> <span id="L597" class="LineNr"> 597 </span> run [ -<span id="L598" class="LineNr"> 598 </span> <span class="Conceal">¦</span> z:text <span class="Special"><-</span> <a href='061text.mu.html#L520'>interpolate</a> x, y -<span id="L599" class="LineNr"> 599 </span> <span class="Conceal">¦</span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z +<span id="L598" class="LineNr"> 598 </span> z:text <span class="Special"><-</span> interpolate x, y +<span id="L599" class="LineNr"> 599 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z <span id="L600" class="LineNr"> 600 </span> ] <span id="L601" class="LineNr"> 601 </span> memory-should-contain [ -<span id="L602" class="LineNr"> 602 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[abcdefghi]</span> +<span id="L602" class="LineNr"> 602 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[abcdefghi]</span> <span id="L603" class="LineNr"> 603 </span> ] <span id="L604" class="LineNr"> 604 </span>] <span id="L605" class="LineNr"> 605 </span> @@ -670,12 +669,12 @@ if ('onhashchange' in window) { <span id="L608" class="LineNr"> 608 </span> x:text <span class="Special"><-</span> new <span class="Constant">[_, hello!]</span> <span id="L609" class="LineNr"> 609 </span> y:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L610" class="LineNr"> 610 </span> run [ -<span id="L611" class="LineNr"> 611 </span> <span class="Conceal">¦</span> z:text <span class="Special"><-</span> <a href='061text.mu.html#L520'>interpolate</a> x, y -<span id="L612" class="LineNr"> 612 </span> <span class="Conceal">¦</span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z +<span id="L611" class="LineNr"> 611 </span> z:text <span class="Special"><-</span> interpolate x, y +<span id="L612" class="LineNr"> 612 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z <span id="L613" class="LineNr"> 613 </span> ] <span id="L614" class="LineNr"> 614 </span> memory-should-contain [ -<span id="L615" class="LineNr"> 615 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[abc, hello!]</span> -<span id="L616" class="LineNr"> 616 </span> <span class="Conceal">¦</span><span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># out of bounds</span> +<span id="L615" class="LineNr"> 615 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[abc, hello!]</span> +<span id="L616" class="LineNr"> 616 </span> <span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># out of bounds</span> <span id="L617" class="LineNr"> 617 </span> ] <span id="L618" class="LineNr"> 618 </span>] <span id="L619" class="LineNr"> 619 </span> @@ -684,16 +683,16 @@ if ('onhashchange' in window) { <span id="L622" class="LineNr"> 622 </span> x:text <span class="Special"><-</span> new <span class="Constant">[hello, _]</span> <span id="L623" class="LineNr"> 623 </span> y:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L624" class="LineNr"> 624 </span> run [ -<span id="L625" class="LineNr"> 625 </span> <span class="Conceal">¦</span> z:text <span class="Special"><-</span> <a href='061text.mu.html#L520'>interpolate</a> x, y -<span id="L626" class="LineNr"> 626 </span> <span class="Conceal">¦</span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z +<span id="L625" class="LineNr"> 625 </span> z:text <span class="Special"><-</span> interpolate x, y +<span id="L626" class="LineNr"> 626 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z <span id="L627" class="LineNr"> 627 </span> ] <span id="L628" class="LineNr"> 628 </span> memory-should-contain [ -<span id="L629" class="LineNr"> 629 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[hello, abc]</span> +<span id="L629" class="LineNr"> 629 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[hello, abc]</span> <span id="L630" class="LineNr"> 630 </span> ] <span id="L631" class="LineNr"> 631 </span>] <span id="L632" class="LineNr"> 632 </span> <span id="L633" class="LineNr"> 633 </span><span class="Comment"># result:bool <- space? c:char</span> -<span id="L634" class="LineNr"> 634 </span><span class="muRecipe">def</span> <a href='061text.mu.html#L634'>space?</a> c:char<span class="muRecipe"> -> </span>result:bool [ +<span id="L634" class="LineNr"> 634 </span><span class="muRecipe">def</span> space? c:char<span class="muRecipe"> -> </span>result:bool [ <span id="L635" class="LineNr"> 635 </span> <span class="Constant">local-scope</span> <span id="L636" class="LineNr"> 636 </span> <span class="Constant">load-inputs</span> <span id="L637" class="LineNr"> 637 </span> <span class="Comment"># most common case first</span> @@ -754,35 +753,35 @@ if ('onhashchange' in window) { <span id="L692" class="LineNr"> 692 </span> result <span class="Special"><-</span> equal c, <span class="Constant">12288/ideographic-space</span> <span id="L693" class="LineNr"> 693 </span>] <span id="L694" class="LineNr"> 694 </span> -<span id="L695" class="LineNr"> 695 </span><span class="muRecipe">def</span> <a href='061text.mu.html#L695'>trim</a> s:text<span class="muRecipe"> -> </span>result:text [ +<span id="L695" class="LineNr"> 695 </span><span class="muRecipe">def</span> trim s:text<span class="muRecipe"> -> </span>result:text [ <span id="L696" class="LineNr"> 696 </span> <span class="Constant">local-scope</span> <span id="L697" class="LineNr"> 697 </span> <span class="Constant">load-inputs</span> <span id="L698" class="LineNr"> 698 </span> len:num <span class="Special"><-</span> length *s <span id="L699" class="LineNr"> 699 </span> <span class="Comment"># left trim: compute start</span> <span id="L700" class="LineNr"> 700 </span> start:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L701" class="LineNr"> 701 </span> <span class="Delimiter">{</span> -<span id="L702" class="LineNr"> 702 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L703" class="LineNr"> 703 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-end?:bool <span class="Special"><-</span> greater-or-equal start, len -<span id="L704" class="LineNr"> 704 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-end? -<span id="L705" class="LineNr"> 705 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result <span class="Special"><-</span> new <span class="Constant">character:type</span>,<span class="Constant"> 0</span> -<span id="L706" class="LineNr"> 706 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> return</span> -<span id="L707" class="LineNr"> 707 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L708" class="LineNr"> 708 </span> <span class="Conceal">¦</span> curr:char <span class="Special"><-</span> index *s, start -<span id="L709" class="LineNr"> 709 </span> <span class="Conceal">¦</span> whitespace?:bool <span class="Special"><-</span> <a href='061text.mu.html#L634'>space?</a> curr -<span id="L710" class="LineNr"> 710 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> whitespace? -<span id="L711" class="LineNr"> 711 </span> <span class="Conceal">¦</span> start <span class="Special"><-</span> add start,<span class="Constant"> 1</span> -<span id="L712" class="LineNr"> 712 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L702" class="LineNr"> 702 </span> <span class="Delimiter">{</span> +<span id="L703" class="LineNr"> 703 </span> at-end?:bool <span class="Special"><-</span> greater-or-equal start, len +<span id="L704" class="LineNr"> 704 </span> <span class="muControl">break-unless</span> at-end? +<span id="L705" class="LineNr"> 705 </span> result <span class="Special"><-</span> new <span class="Constant">character:type</span>,<span class="Constant"> 0</span> +<span id="L706" class="LineNr"> 706 </span> <span class="muControl"> return</span> +<span id="L707" class="LineNr"> 707 </span> <span class="Delimiter">}</span> +<span id="L708" class="LineNr"> 708 </span> curr:char <span class="Special"><-</span> index *s, start +<span id="L709" class="LineNr"> 709 </span> whitespace?:bool <span class="Special"><-</span> space? curr +<span id="L710" class="LineNr"> 710 </span> <span class="muControl">break-unless</span> whitespace? +<span id="L711" class="LineNr"> 711 </span> start <span class="Special"><-</span> add start,<span class="Constant"> 1</span> +<span id="L712" class="LineNr"> 712 </span> <span class="muControl"> loop</span> <span id="L713" class="LineNr"> 713 </span> <span class="Delimiter">}</span> <span id="L714" class="LineNr"> 714 </span> <span class="Comment"># right trim: compute end</span> <span id="L715" class="LineNr"> 715 </span> end:num <span class="Special"><-</span> subtract len,<span class="Constant"> 1</span> <span id="L716" class="LineNr"> 716 </span> <span class="Delimiter">{</span> -<span id="L717" class="LineNr"> 717 </span> <span class="Conceal">¦</span> not-at-start?:bool <span class="Special"><-</span> greater-than end, start -<span id="L718" class="LineNr"> 718 </span> <span class="Conceal">¦</span> assert not-at-start?, <span class="Constant">[end ran up against start]</span> -<span id="L719" class="LineNr"> 719 </span> <span class="Conceal">¦</span> curr:char <span class="Special"><-</span> index *s, end -<span id="L720" class="LineNr"> 720 </span> <span class="Conceal">¦</span> whitespace?:bool <span class="Special"><-</span> <a href='061text.mu.html#L634'>space?</a> curr -<span id="L721" class="LineNr"> 721 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> whitespace? -<span id="L722" class="LineNr"> 722 </span> <span class="Conceal">¦</span> end <span class="Special"><-</span> subtract end,<span class="Constant"> 1</span> -<span id="L723" class="LineNr"> 723 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L717" class="LineNr"> 717 </span> not-at-start?:bool <span class="Special"><-</span> greater-than end, start +<span id="L718" class="LineNr"> 718 </span> assert not-at-start?, <span class="Constant">[end ran up against start]</span> +<span id="L719" class="LineNr"> 719 </span> curr:char <span class="Special"><-</span> index *s, end +<span id="L720" class="LineNr"> 720 </span> whitespace?:bool <span class="Special"><-</span> space? curr +<span id="L721" class="LineNr"> 721 </span> <span class="muControl">break-unless</span> whitespace? +<span id="L722" class="LineNr"> 722 </span> end <span class="Special"><-</span> subtract end,<span class="Constant"> 1</span> +<span id="L723" class="LineNr"> 723 </span> <span class="muControl"> loop</span> <span id="L724" class="LineNr"> 724 </span> <span class="Delimiter">}</span> <span id="L725" class="LineNr"> 725 </span> <span class="Comment"># result = new character[end+1 - start]</span> <span id="L726" class="LineNr"> 726 </span> new-len:num <span class="Special"><-</span> subtract end, start,<span class="Constant"> -1</span> @@ -791,15 +790,15 @@ if ('onhashchange' in window) { <span id="L729" class="LineNr"> 729 </span> i:num <span class="Special"><-</span> copy start <span id="L730" class="LineNr"> 730 </span> j:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L731" class="LineNr"> 731 </span> <span class="Delimiter">{</span> -<span id="L732" class="LineNr"> 732 </span> <span class="Conceal">¦</span> <span class="Comment"># while i <= end</span> -<span id="L733" class="LineNr"> 733 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-than i, end -<span id="L734" class="LineNr"> 734 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L735" class="LineNr"> 735 </span> <span class="Conceal">¦</span> <span class="Comment"># result[j] = s[i]</span> -<span id="L736" class="LineNr"> 736 </span> <span class="Conceal">¦</span> src:char <span class="Special"><-</span> index *s, i -<span id="L737" class="LineNr"> 737 </span> <span class="Conceal">¦</span> *result <span class="Special"><-</span> put-index *result, j, src -<span id="L738" class="LineNr"> 738 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L739" class="LineNr"> 739 </span> <span class="Conceal">¦</span> j <span class="Special"><-</span> add j,<span class="Constant"> 1</span> -<span id="L740" class="LineNr"> 740 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L732" class="LineNr"> 732 </span> <span class="Comment"># while i <= end</span> +<span id="L733" class="LineNr"> 733 </span> done?:bool <span class="Special"><-</span> greater-than i, end +<span id="L734" class="LineNr"> 734 </span> <span class="muControl">break-if</span> done? +<span id="L735" class="LineNr"> 735 </span> <span class="Comment"># result[j] = s[i]</span> +<span id="L736" class="LineNr"> 736 </span> src:char <span class="Special"><-</span> index *s, i +<span id="L737" class="LineNr"> 737 </span> *result <span class="Special"><-</span> put-index *result, j, src +<span id="L738" class="LineNr"> 738 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L739" class="LineNr"> 739 </span> j <span class="Special"><-</span> add j,<span class="Constant"> 1</span> +<span id="L740" class="LineNr"> 740 </span> <span class="muControl"> loop</span> <span id="L741" class="LineNr"> 741 </span> <span class="Delimiter">}</span> <span id="L742" class="LineNr"> 742 </span>] <span id="L743" class="LineNr"> 743 </span> @@ -807,11 +806,11 @@ if ('onhashchange' in window) { <span id="L745" class="LineNr"> 745 </span> <span class="Constant">local-scope</span> <span id="L746" class="LineNr"> 746 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L747" class="LineNr"> 747 </span> run [ -<span id="L748" class="LineNr"> 748 </span> <span class="Conceal">¦</span> y:text <span class="Special"><-</span> <a href='061text.mu.html#L695'>trim</a> x -<span id="L749" class="LineNr"> 749 </span> <span class="Conceal">¦</span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y +<span id="L748" class="LineNr"> 748 </span> y:text <span class="Special"><-</span> trim x +<span id="L749" class="LineNr"> 749 </span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y <span id="L750" class="LineNr"> 750 </span> ] <span id="L751" class="LineNr"> 751 </span> memory-should-contain [ -<span id="L752" class="LineNr"> 752 </span> <span class="Conceal">¦</span> 1:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> +<span id="L752" class="LineNr"> 752 </span> 1:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span id="L753" class="LineNr"> 753 </span> ] <span id="L754" class="LineNr"> 754 </span>] <span id="L755" class="LineNr"> 755 </span> @@ -819,11 +818,11 @@ if ('onhashchange' in window) { <span id="L757" class="LineNr"> 757 </span> <span class="Constant">local-scope</span> <span id="L758" class="LineNr"> 758 </span> x:text <span class="Special"><-</span> new <span class="Constant">[ abc]</span> <span id="L759" class="LineNr"> 759 </span> run [ -<span id="L760" class="LineNr"> 760 </span> <span class="Conceal">¦</span> y:text <span class="Special"><-</span> <a href='061text.mu.html#L695'>trim</a> x -<span id="L761" class="LineNr"> 761 </span> <span class="Conceal">¦</span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y +<span id="L760" class="LineNr"> 760 </span> y:text <span class="Special"><-</span> trim x +<span id="L761" class="LineNr"> 761 </span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y <span id="L762" class="LineNr"> 762 </span> ] <span id="L763" class="LineNr"> 763 </span> memory-should-contain [ -<span id="L764" class="LineNr"> 764 </span> <span class="Conceal">¦</span> 1:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> +<span id="L764" class="LineNr"> 764 </span> 1:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span id="L765" class="LineNr"> 765 </span> ] <span id="L766" class="LineNr"> 766 </span>] <span id="L767" class="LineNr"> 767 </span> @@ -831,11 +830,11 @@ if ('onhashchange' in window) { <span id="L769" class="LineNr"> 769 </span> <span class="Constant">local-scope</span> <span id="L770" class="LineNr"> 770 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc ]</span> <span id="L771" class="LineNr"> 771 </span> run [ -<span id="L772" class="LineNr"> 772 </span> <span class="Conceal">¦</span> y:text <span class="Special"><-</span> <a href='061text.mu.html#L695'>trim</a> x -<span id="L773" class="LineNr"> 773 </span> <span class="Conceal">¦</span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y +<span id="L772" class="LineNr"> 772 </span> y:text <span class="Special"><-</span> trim x +<span id="L773" class="LineNr"> 773 </span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y <span id="L774" class="LineNr"> 774 </span> ] <span id="L775" class="LineNr"> 775 </span> memory-should-contain [ -<span id="L776" class="LineNr"> 776 </span> <span class="Conceal">¦</span> 1:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> +<span id="L776" class="LineNr"> 776 </span> 1:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span id="L777" class="LineNr"> 777 </span> ] <span id="L778" class="LineNr"> 778 </span>] <span id="L779" class="LineNr"> 779 </span> @@ -843,11 +842,11 @@ if ('onhashchange' in window) { <span id="L781" class="LineNr"> 781 </span> <span class="Constant">local-scope</span> <span id="L782" class="LineNr"> 782 </span> x:text <span class="Special"><-</span> new <span class="Constant">[ abc ]</span> <span id="L783" class="LineNr"> 783 </span> run [ -<span id="L784" class="LineNr"> 784 </span> <span class="Conceal">¦</span> y:text <span class="Special"><-</span> <a href='061text.mu.html#L695'>trim</a> x -<span id="L785" class="LineNr"> 785 </span> <span class="Conceal">¦</span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y +<span id="L784" class="LineNr"> 784 </span> y:text <span class="Special"><-</span> trim x +<span id="L785" class="LineNr"> 785 </span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y <span id="L786" class="LineNr"> 786 </span> ] <span id="L787" class="LineNr"> 787 </span> memory-should-contain [ -<span id="L788" class="LineNr"> 788 </span> <span class="Conceal">¦</span> 1:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> +<span id="L788" class="LineNr"> 788 </span> 1:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span id="L789" class="LineNr"> 789 </span> ] <span id="L790" class="LineNr"> 790 </span>] <span id="L791" class="LineNr"> 791 </span> @@ -856,11 +855,11 @@ if ('onhashchange' in window) { <span id="L794" class="LineNr"> 794 </span> x:text <span class="Special"><-</span> new <span class="Constant">[ abc</span> <span id="L795" class="LineNr"> 795 </span><span class="Constant">]</span> <span id="L796" class="LineNr"> 796 </span> run [ -<span id="L797" class="LineNr"> 797 </span> <span class="Conceal">¦</span> y:text <span class="Special"><-</span> <a href='061text.mu.html#L695'>trim</a> x -<span id="L798" class="LineNr"> 798 </span> <span class="Conceal">¦</span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y +<span id="L797" class="LineNr"> 797 </span> y:text <span class="Special"><-</span> trim x +<span id="L798" class="LineNr"> 798 </span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y <span id="L799" class="LineNr"> 799 </span> ] <span id="L800" class="LineNr"> 800 </span> memory-should-contain [ -<span id="L801" class="LineNr"> 801 </span> <span class="Conceal">¦</span> 1:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> +<span id="L801" class="LineNr"> 801 </span> 1:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span id="L802" class="LineNr"> 802 </span> ] <span id="L803" class="LineNr"> 803 </span>] <span id="L804" class="LineNr"> 804 </span> @@ -869,13 +868,13 @@ if ('onhashchange' in window) { <span id="L807" class="LineNr"> 807 </span> <span class="Constant">load-inputs</span> <span id="L808" class="LineNr"> 808 </span> len:num <span class="Special"><-</span> length *text <span id="L809" class="LineNr"> 809 </span> <span class="Delimiter">{</span> -<span id="L810" class="LineNr"> 810 </span> <span class="Conceal">¦</span> eof?:bool <span class="Special"><-</span> greater-or-equal idx, len -<span id="L811" class="LineNr"> 811 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> eof? -<span id="L812" class="LineNr"> 812 </span> <span class="Conceal">¦</span> curr:char <span class="Special"><-</span> index *text, idx -<span id="L813" class="LineNr"> 813 </span> <span class="Conceal">¦</span> found?:bool <span class="Special"><-</span> equal curr, pattern -<span id="L814" class="LineNr"> 814 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> found? -<span id="L815" class="LineNr"> 815 </span> <span class="Conceal">¦</span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> -<span id="L816" class="LineNr"> 816 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L810" class="LineNr"> 810 </span> eof?:bool <span class="Special"><-</span> greater-or-equal idx, len +<span id="L811" class="LineNr"> 811 </span> <span class="muControl">break-if</span> eof? +<span id="L812" class="LineNr"> 812 </span> curr:char <span class="Special"><-</span> index *text, idx +<span id="L813" class="LineNr"> 813 </span> found?:bool <span class="Special"><-</span> equal curr, pattern +<span id="L814" class="LineNr"> 814 </span> <span class="muControl">break-if</span> found? +<span id="L815" class="LineNr"> 815 </span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> +<span id="L816" class="LineNr"> 816 </span> <span class="muControl"> loop</span> <span id="L817" class="LineNr"> 817 </span> <span class="Delimiter">}</span> <span id="L818" class="LineNr"> 818 </span> <span class="muControl"> return</span> idx <span id="L819" class="LineNr"> 819 </span>] @@ -884,10 +883,10 @@ if ('onhashchange' in window) { <span id="L822" class="LineNr"> 822 </span> <span class="Constant">local-scope</span> <span id="L823" class="LineNr"> 823 </span> x:text <span class="Special"><-</span> new <span class="Constant">[a/b]</span> <span id="L824" class="LineNr"> 824 </span> run [ -<span id="L825" class="LineNr"> 825 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, <span class="Constant">47/slash</span>, <span class="Constant">0/start-index</span> +<span id="L825" class="LineNr"> 825 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, <span class="Constant">47/slash</span>, <span class="Constant">0/start-index</span> <span id="L826" class="LineNr"> 826 </span> ] <span id="L827" class="LineNr"> 827 </span> memory-should-contain [ -<span id="L828" class="LineNr"> 828 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L828" class="LineNr"> 828 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L829" class="LineNr"> 829 </span> ] <span id="L830" class="LineNr"> 830 </span>] <span id="L831" class="LineNr"> 831 </span> @@ -895,10 +894,10 @@ if ('onhashchange' in window) { <span id="L833" class="LineNr"> 833 </span> <span class="Constant">local-scope</span> <span id="L834" class="LineNr"> 834 </span> x:text <span class="Special"><-</span> new <span class="Constant">[]</span> <span id="L835" class="LineNr"> 835 </span> run [ -<span id="L836" class="LineNr"> 836 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, <span class="Constant">47/slash</span>, <span class="Constant">0/start-index</span> +<span id="L836" class="LineNr"> 836 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, <span class="Constant">47/slash</span>, <span class="Constant">0/start-index</span> <span id="L837" class="LineNr"> 837 </span> ] <span id="L838" class="LineNr"> 838 </span> memory-should-contain [ -<span id="L839" class="LineNr"> 839 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L839" class="LineNr"> 839 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L840" class="LineNr"> 840 </span> ] <span id="L841" class="LineNr"> 841 </span>] <span id="L842" class="LineNr"> 842 </span> @@ -906,10 +905,10 @@ if ('onhashchange' in window) { <span id="L844" class="LineNr"> 844 </span> <span class="Constant">local-scope</span> <span id="L845" class="LineNr"> 845 </span> x:text <span class="Special"><-</span> new <span class="Constant">[/abc]</span> <span id="L846" class="LineNr"> 846 </span> run [ -<span id="L847" class="LineNr"> 847 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, <span class="Constant">47/slash</span>, <span class="Constant">0/start-index</span> +<span id="L847" class="LineNr"> 847 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, <span class="Constant">47/slash</span>, <span class="Constant">0/start-index</span> <span id="L848" class="LineNr"> 848 </span> ] <span id="L849" class="LineNr"> 849 </span> memory-should-contain [ -<span id="L850" class="LineNr"> 850 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># prefix match</span> +<span id="L850" class="LineNr"> 850 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># prefix match</span> <span id="L851" class="LineNr"> 851 </span> ] <span id="L852" class="LineNr"> 852 </span>] <span id="L853" class="LineNr"> 853 </span> @@ -917,10 +916,10 @@ if ('onhashchange' in window) { <span id="L855" class="LineNr"> 855 </span> <span class="Constant">local-scope</span> <span id="L856" class="LineNr"> 856 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc/]</span> <span id="L857" class="LineNr"> 857 </span> run [ -<span id="L858" class="LineNr"> 858 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, <span class="Constant">47/slash</span>, <span class="Constant">0/start-index</span> +<span id="L858" class="LineNr"> 858 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, <span class="Constant">47/slash</span>, <span class="Constant">0/start-index</span> <span id="L859" class="LineNr"> 859 </span> ] <span id="L860" class="LineNr"> 860 </span> memory-should-contain [ -<span id="L861" class="LineNr"> 861 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># suffix match</span> +<span id="L861" class="LineNr"> 861 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># suffix match</span> <span id="L862" class="LineNr"> 862 </span> ] <span id="L863" class="LineNr"> 863 </span>] <span id="L864" class="LineNr"> 864 </span> @@ -928,10 +927,10 @@ if ('onhashchange' in window) { <span id="L866" class="LineNr"> 866 </span> <span class="Constant">local-scope</span> <span id="L867" class="LineNr"> 867 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abcd]</span> <span id="L868" class="LineNr"> 868 </span> run [ -<span id="L869" class="LineNr"> 869 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, <span class="Constant">47/slash</span>, <span class="Constant">0/start-index</span> +<span id="L869" class="LineNr"> 869 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, <span class="Constant">47/slash</span>, <span class="Constant">0/start-index</span> <span id="L870" class="LineNr"> 870 </span> ] <span id="L871" class="LineNr"> 871 </span> memory-should-contain [ -<span id="L872" class="LineNr"> 872 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># no match</span> +<span id="L872" class="LineNr"> 872 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># no match</span> <span id="L873" class="LineNr"> 873 </span> ] <span id="L874" class="LineNr"> 874 </span>] <span id="L875" class="LineNr"> 875 </span> @@ -939,10 +938,10 @@ if ('onhashchange' in window) { <span id="L877" class="LineNr"> 877 </span> <span class="Constant">local-scope</span> <span id="L878" class="LineNr"> 878 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L879" class="LineNr"> 879 </span> run [ -<span id="L880" class="LineNr"> 880 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, <span class="Constant">47/slash</span>, <span class="Constant">4/start-index</span> +<span id="L880" class="LineNr"> 880 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, <span class="Constant">47/slash</span>, <span class="Constant">4/start-index</span> <span id="L881" class="LineNr"> 881 </span> ] <span id="L882" class="LineNr"> 882 </span> memory-should-contain [ -<span id="L883" class="LineNr"> 883 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># no change</span> +<span id="L883" class="LineNr"> 883 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># no change</span> <span id="L884" class="LineNr"> 884 </span> ] <span id="L885" class="LineNr"> 885 </span>] <span id="L886" class="LineNr"> 886 </span> @@ -950,10 +949,10 @@ if ('onhashchange' in window) { <span id="L888" class="LineNr"> 888 </span> <span class="Constant">local-scope</span> <span id="L889" class="LineNr"> 889 </span> x:text <span class="Special"><-</span> new <span class="Constant">[ab/c/]</span> <span id="L890" class="LineNr"> 890 </span> run [ -<span id="L891" class="LineNr"> 891 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, <span class="Constant">47/slash</span>, <span class="Constant">0/start-index</span> +<span id="L891" class="LineNr"> 891 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, <span class="Constant">47/slash</span>, <span class="Constant">0/start-index</span> <span id="L892" class="LineNr"> 892 </span> ] <span id="L893" class="LineNr"> 893 </span> memory-should-contain [ -<span id="L894" class="LineNr"> 894 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># first '/' of multiple</span> +<span id="L894" class="LineNr"> 894 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># first '/' of multiple</span> <span id="L895" class="LineNr"> 895 </span> ] <span id="L896" class="LineNr"> 896 </span>] <span id="L897" class="LineNr"> 897 </span> @@ -961,10 +960,10 @@ if ('onhashchange' in window) { <span id="L899" class="LineNr"> 899 </span> <span class="Constant">local-scope</span> <span id="L900" class="LineNr"> 900 </span> x:text <span class="Special"><-</span> new <span class="Constant">[ab/c/]</span> <span id="L901" class="LineNr"> 901 </span> run [ -<span id="L902" class="LineNr"> 902 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, <span class="Constant">47/slash</span>, <span class="Constant">3/start-index</span> +<span id="L902" class="LineNr"> 902 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, <span class="Constant">47/slash</span>, <span class="Constant">3/start-index</span> <span id="L903" class="LineNr"> 903 </span> ] <span id="L904" class="LineNr"> 904 </span> memory-should-contain [ -<span id="L905" class="LineNr"> 905 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># second '/' of multiple</span> +<span id="L905" class="LineNr"> 905 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># second '/' of multiple</span> <span id="L906" class="LineNr"> 906 </span> ] <span id="L907" class="LineNr"> 907 </span>] <span id="L908" class="LineNr"> 908 </span> @@ -977,15 +976,15 @@ if ('onhashchange' in window) { <span id="L915" class="LineNr"> 915 </span> <span class="Comment"># repeatedly check for match at current idx</span> <span id="L916" class="LineNr"> 916 </span> len:num <span class="Special"><-</span> length *text <span id="L917" class="LineNr"> 917 </span> <span class="Delimiter">{</span> -<span id="L918" class="LineNr"> 918 </span> <span class="Conceal">¦</span> <span class="Comment"># does some unnecessary work checking even when there isn't enough of text left</span> -<span id="L919" class="LineNr"> 919 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal idx, len -<span id="L920" class="LineNr"> 920 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L921" class="LineNr"> 921 </span> <span class="Conceal">¦</span> found?:bool <span class="Special"><-</span> <a href='061text.mu.html#L992'>match-at</a> text, pattern, idx -<span id="L922" class="LineNr"> 922 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> found? -<span id="L923" class="LineNr"> 923 </span> <span class="Conceal">¦</span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> -<span id="L924" class="LineNr"> 924 </span> <span class="Conceal">¦</span> <span class="Comment"># optimization: skip past indices that definitely won't match</span> -<span id="L925" class="LineNr"> 925 </span> <span class="Conceal">¦</span> idx <span class="Special"><-</span> find-next text, first, idx -<span id="L926" class="LineNr"> 926 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L918" class="LineNr"> 918 </span> <span class="Comment"># does some unnecessary work checking even when there isn't enough of text left</span> +<span id="L919" class="LineNr"> 919 </span> done?:bool <span class="Special"><-</span> greater-or-equal idx, len +<span id="L920" class="LineNr"> 920 </span> <span class="muControl">break-if</span> done? +<span id="L921" class="LineNr"> 921 </span> found?:bool <span class="Special"><-</span> match-at text, pattern, idx +<span id="L922" class="LineNr"> 922 </span> <span class="muControl">break-if</span> found? +<span id="L923" class="LineNr"> 923 </span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> +<span id="L924" class="LineNr"> 924 </span> <span class="Comment"># optimization: skip past indices that definitely won't match</span> +<span id="L925" class="LineNr"> 925 </span> idx <span class="Special"><-</span> find-next text, first, idx +<span id="L926" class="LineNr"> 926 </span> <span class="muControl"> loop</span> <span id="L927" class="LineNr"> 927 </span> <span class="Delimiter">}</span> <span id="L928" class="LineNr"> 928 </span> <span class="muControl"> return</span> idx <span id="L929" class="LineNr"> 929 </span>] @@ -995,10 +994,10 @@ if ('onhashchange' in window) { <span id="L933" class="LineNr"> 933 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L934" class="LineNr"> 934 </span> y:text <span class="Special"><-</span> new <span class="Constant">[bc]</span> <span id="L935" class="LineNr"> 935 </span> run [ -<span id="L936" class="LineNr"> 936 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, y,<span class="Constant"> 0</span> +<span id="L936" class="LineNr"> 936 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, y,<span class="Constant"> 0</span> <span id="L937" class="LineNr"> 937 </span> ] <span id="L938" class="LineNr"> 938 </span> memory-should-contain [ -<span id="L939" class="LineNr"> 939 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L939" class="LineNr"> 939 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L940" class="LineNr"> 940 </span> ] <span id="L941" class="LineNr"> 941 </span>] <span id="L942" class="LineNr"> 942 </span> @@ -1007,10 +1006,10 @@ if ('onhashchange' in window) { <span id="L945" class="LineNr"> 945 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abcd]</span> <span id="L946" class="LineNr"> 946 </span> y:text <span class="Special"><-</span> new <span class="Constant">[bc]</span> <span id="L947" class="LineNr"> 947 </span> run [ -<span id="L948" class="LineNr"> 948 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, y,<span class="Constant"> 1</span> +<span id="L948" class="LineNr"> 948 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, y,<span class="Constant"> 1</span> <span id="L949" class="LineNr"> 949 </span> ] <span id="L950" class="LineNr"> 950 </span> memory-should-contain [ -<span id="L951" class="LineNr"> 951 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L951" class="LineNr"> 951 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L952" class="LineNr"> 952 </span> ] <span id="L953" class="LineNr"> 953 </span>] <span id="L954" class="LineNr"> 954 </span> @@ -1019,10 +1018,10 @@ if ('onhashchange' in window) { <span id="L957" class="LineNr"> 957 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L958" class="LineNr"> 958 </span> y:text <span class="Special"><-</span> new <span class="Constant">[bd]</span> <span id="L959" class="LineNr"> 959 </span> run [ -<span id="L960" class="LineNr"> 960 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, y,<span class="Constant"> 0</span> +<span id="L960" class="LineNr"> 960 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, y,<span class="Constant"> 0</span> <span id="L961" class="LineNr"> 961 </span> ] <span id="L962" class="LineNr"> 962 </span> memory-should-contain [ -<span id="L963" class="LineNr"> 963 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># not found</span> +<span id="L963" class="LineNr"> 963 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># not found</span> <span id="L964" class="LineNr"> 964 </span> ] <span id="L965" class="LineNr"> 965 </span>] <span id="L966" class="LineNr"> 966 </span> @@ -1031,10 +1030,10 @@ if ('onhashchange' in window) { <span id="L969" class="LineNr"> 969 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abcd]</span> <span id="L970" class="LineNr"> 970 </span> y:text <span class="Special"><-</span> new <span class="Constant">[cd]</span> <span id="L971" class="LineNr"> 971 </span> run [ -<span id="L972" class="LineNr"> 972 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, y,<span class="Constant"> 0</span> +<span id="L972" class="LineNr"> 972 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, y,<span class="Constant"> 0</span> <span id="L973" class="LineNr"> 973 </span> ] <span id="L974" class="LineNr"> 974 </span> memory-should-contain [ -<span id="L975" class="LineNr"> 975 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L975" class="LineNr"> 975 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span id="L976" class="LineNr"> 976 </span> ] <span id="L977" class="LineNr"> 977 </span>] <span id="L978" class="LineNr"> 978 </span> @@ -1043,15 +1042,15 @@ if ('onhashchange' in window) { <span id="L981" class="LineNr"> 981 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abcd]</span> <span id="L982" class="LineNr"> 982 </span> y:text <span class="Special"><-</span> new <span class="Constant">[cde]</span> <span id="L983" class="LineNr"> 983 </span> run [ -<span id="L984" class="LineNr"> 984 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, y,<span class="Constant"> 0</span> +<span id="L984" class="LineNr"> 984 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> find-next x, y,<span class="Constant"> 0</span> <span id="L985" class="LineNr"> 985 </span> ] <span id="L986" class="LineNr"> 986 </span> memory-should-contain [ -<span id="L987" class="LineNr"> 987 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># not found</span> +<span id="L987" class="LineNr"> 987 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># not found</span> <span id="L988" class="LineNr"> 988 </span> ] <span id="L989" class="LineNr"> 989 </span>] <span id="L990" class="LineNr"> 990 </span> <span id="L991" class="LineNr"> 991 </span><span class="Comment"># checks if pattern matches at index 'idx'</span> -<span id="L992" class="LineNr"> 992 </span><span class="muRecipe">def</span> <a href='061text.mu.html#L992'>match-at</a> text:text, pattern:text, idx:num<span class="muRecipe"> -> </span>result:bool [ +<span id="L992" class="LineNr"> 992 </span><span class="muRecipe">def</span> match-at text:text, pattern:text, idx:num<span class="muRecipe"> -> </span>result:bool [ <span id="L993" class="LineNr"> 993 </span> <span class="Constant">local-scope</span> <span id="L994" class="LineNr"> 994 </span> <span class="Constant">load-inputs</span> <span id="L995" class="LineNr"> 995 </span> pattern-len:num <span class="Special"><-</span> length *pattern @@ -1063,15 +1062,15 @@ if ('onhashchange' in window) { <span id="L1001" class="LineNr">1001 </span> <span class="Comment"># check each character of pattern</span> <span id="L1002" class="LineNr">1002 </span> pattern-idx:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L1003" class="LineNr">1003 </span> <span class="Delimiter">{</span> -<span id="L1004" class="LineNr">1004 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal pattern-idx, pattern-len -<span id="L1005" class="LineNr">1005 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L1006" class="LineNr">1006 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> index *text, idx -<span id="L1007" class="LineNr">1007 </span> <span class="Conceal">¦</span> exp:char <span class="Special"><-</span> index *pattern, pattern-idx -<span id="L1008" class="LineNr">1008 </span> <span class="Conceal">¦</span> match?:bool <span class="Special"><-</span> equal c, exp -<span id="L1009" class="LineNr">1009 </span> <span class="Conceal">¦</span> <span class="muControl">return-unless</span> match?, <span class="Constant">0/not-found</span> -<span id="L1010" class="LineNr">1010 </span> <span class="Conceal">¦</span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> -<span id="L1011" class="LineNr">1011 </span> <span class="Conceal">¦</span> pattern-idx <span class="Special"><-</span> add pattern-idx,<span class="Constant"> 1</span> -<span id="L1012" class="LineNr">1012 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L1004" class="LineNr">1004 </span> done?:bool <span class="Special"><-</span> greater-or-equal pattern-idx, pattern-len +<span id="L1005" class="LineNr">1005 </span> <span class="muControl">break-if</span> done? +<span id="L1006" class="LineNr">1006 </span> c:char <span class="Special"><-</span> index *text, idx +<span id="L1007" class="LineNr">1007 </span> exp:char <span class="Special"><-</span> index *pattern, pattern-idx +<span id="L1008" class="LineNr">1008 </span> match?:bool <span class="Special"><-</span> equal c, exp +<span id="L1009" class="LineNr">1009 </span> <span class="muControl">return-unless</span> match?, <span class="Constant">0/not-found</span> +<span id="L1010" class="LineNr">1010 </span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> +<span id="L1011" class="LineNr">1011 </span> pattern-idx <span class="Special"><-</span> add pattern-idx,<span class="Constant"> 1</span> +<span id="L1012" class="LineNr">1012 </span> <span class="muControl"> loop</span> <span id="L1013" class="LineNr">1013 </span> <span class="Delimiter">}</span> <span id="L1014" class="LineNr">1014 </span> <span class="muControl"> return</span> <span class="Constant">1/found</span> <span id="L1015" class="LineNr">1015 </span>] @@ -1081,10 +1080,10 @@ if ('onhashchange' in window) { <span id="L1019" class="LineNr">1019 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L1020" class="LineNr">1020 </span> y:text <span class="Special"><-</span> new <span class="Constant">[ab]</span> <span id="L1021" class="LineNr">1021 </span> run [ -<span id="L1022" class="LineNr">1022 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='061text.mu.html#L992'>match-at</a> x, y,<span class="Constant"> 0</span> +<span id="L1022" class="LineNr">1022 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> match-at x, y,<span class="Constant"> 0</span> <span id="L1023" class="LineNr">1023 </span> ] <span id="L1024" class="LineNr">1024 </span> memory-should-contain [ -<span id="L1025" class="LineNr">1025 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># match found</span> +<span id="L1025" class="LineNr">1025 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># match found</span> <span id="L1026" class="LineNr">1026 </span> ] <span id="L1027" class="LineNr">1027 </span>] <span id="L1028" class="LineNr">1028 </span> @@ -1092,10 +1091,10 @@ if ('onhashchange' in window) { <span id="L1030" class="LineNr">1030 </span> <span class="Constant">local-scope</span> <span id="L1031" class="LineNr">1031 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L1032" class="LineNr">1032 </span> run [ -<span id="L1033" class="LineNr">1033 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='061text.mu.html#L992'>match-at</a> x, x,<span class="Constant"> 0</span> +<span id="L1033" class="LineNr">1033 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> match-at x, x,<span class="Constant"> 0</span> <span id="L1034" class="LineNr">1034 </span> ] <span id="L1035" class="LineNr">1035 </span> memory-should-contain [ -<span id="L1036" class="LineNr">1036 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># match found</span> +<span id="L1036" class="LineNr">1036 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># match found</span> <span id="L1037" class="LineNr">1037 </span> ] <span id="L1038" class="LineNr">1038 </span>] <span id="L1039" class="LineNr">1039 </span> @@ -1104,10 +1103,10 @@ if ('onhashchange' in window) { <span id="L1042" class="LineNr">1042 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L1043" class="LineNr">1043 </span> y:text <span class="Special"><-</span> new <span class="Constant">[a]</span> <span id="L1044" class="LineNr">1044 </span> run [ -<span id="L1045" class="LineNr">1045 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='061text.mu.html#L992'>match-at</a> x, y,<span class="Constant"> 4</span> +<span id="L1045" class="LineNr">1045 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> match-at x, y,<span class="Constant"> 4</span> <span id="L1046" class="LineNr">1046 </span> ] <span id="L1047" class="LineNr">1047 </span> memory-should-contain [ -<span id="L1048" class="LineNr">1048 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># never matches</span> +<span id="L1048" class="LineNr">1048 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># never matches</span> <span id="L1049" class="LineNr">1049 </span> ] <span id="L1050" class="LineNr">1050 </span>] <span id="L1051" class="LineNr">1051 </span> @@ -1116,10 +1115,10 @@ if ('onhashchange' in window) { <span id="L1054" class="LineNr">1054 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L1055" class="LineNr">1055 </span> y:text <span class="Special"><-</span> new <span class="Constant">[]</span> <span id="L1056" class="LineNr">1056 </span> run [ -<span id="L1057" class="LineNr">1057 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='061text.mu.html#L992'>match-at</a> x, y,<span class="Constant"> 0</span> +<span id="L1057" class="LineNr">1057 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> match-at x, y,<span class="Constant"> 0</span> <span id="L1058" class="LineNr">1058 </span> ] <span id="L1059" class="LineNr">1059 </span> memory-should-contain [ -<span id="L1060" class="LineNr">1060 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># always matches empty pattern given a valid index</span> +<span id="L1060" class="LineNr">1060 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># always matches empty pattern given a valid index</span> <span id="L1061" class="LineNr">1061 </span> ] <span id="L1062" class="LineNr">1062 </span>] <span id="L1063" class="LineNr">1063 </span> @@ -1128,10 +1127,10 @@ if ('onhashchange' in window) { <span id="L1066" class="LineNr">1066 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L1067" class="LineNr">1067 </span> y:text <span class="Special"><-</span> new <span class="Constant">[]</span> <span id="L1068" class="LineNr">1068 </span> run [ -<span id="L1069" class="LineNr">1069 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='061text.mu.html#L992'>match-at</a> x, y,<span class="Constant"> 4</span> +<span id="L1069" class="LineNr">1069 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> match-at x, y,<span class="Constant"> 4</span> <span id="L1070" class="LineNr">1070 </span> ] <span id="L1071" class="LineNr">1071 </span> memory-should-contain [ -<span id="L1072" class="LineNr">1072 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no match</span> +<span id="L1072" class="LineNr">1072 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no match</span> <span id="L1073" class="LineNr">1073 </span> ] <span id="L1074" class="LineNr">1074 </span>] <span id="L1075" class="LineNr">1075 </span> @@ -1140,10 +1139,10 @@ if ('onhashchange' in window) { <span id="L1078" class="LineNr">1078 </span> x:text <span class="Special"><-</span> new <span class="Constant">[]</span> <span id="L1079" class="LineNr">1079 </span> y:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L1080" class="LineNr">1080 </span> run [ -<span id="L1081" class="LineNr">1081 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='061text.mu.html#L992'>match-at</a> x, y,<span class="Constant"> 0</span> +<span id="L1081" class="LineNr">1081 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> match-at x, y,<span class="Constant"> 0</span> <span id="L1082" class="LineNr">1082 </span> ] <span id="L1083" class="LineNr">1083 </span> memory-should-contain [ -<span id="L1084" class="LineNr">1084 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no match</span> +<span id="L1084" class="LineNr">1084 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no match</span> <span id="L1085" class="LineNr">1085 </span> ] <span id="L1086" class="LineNr">1086 </span>] <span id="L1087" class="LineNr">1087 </span> @@ -1151,10 +1150,10 @@ if ('onhashchange' in window) { <span id="L1089" class="LineNr">1089 </span> <span class="Constant">local-scope</span> <span id="L1090" class="LineNr">1090 </span> x:text <span class="Special"><-</span> new <span class="Constant">[]</span> <span id="L1091" class="LineNr">1091 </span> run [ -<span id="L1092" class="LineNr">1092 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='061text.mu.html#L992'>match-at</a> x, x,<span class="Constant"> 0</span> +<span id="L1092" class="LineNr">1092 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> match-at x, x,<span class="Constant"> 0</span> <span id="L1093" class="LineNr">1093 </span> ] <span id="L1094" class="LineNr">1094 </span> memory-should-contain [ -<span id="L1095" class="LineNr">1095 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># matches because pattern is also empty</span> +<span id="L1095" class="LineNr">1095 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># matches because pattern is also empty</span> <span id="L1096" class="LineNr">1096 </span> ] <span id="L1097" class="LineNr">1097 </span>] <span id="L1098" class="LineNr">1098 </span> @@ -1163,10 +1162,10 @@ if ('onhashchange' in window) { <span id="L1101" class="LineNr">1101 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L1102" class="LineNr">1102 </span> y:text <span class="Special"><-</span> new <span class="Constant">[bc]</span> <span id="L1103" class="LineNr">1103 </span> run [ -<span id="L1104" class="LineNr">1104 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='061text.mu.html#L992'>match-at</a> x, y,<span class="Constant"> 1</span> +<span id="L1104" class="LineNr">1104 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> match-at x, y,<span class="Constant"> 1</span> <span id="L1105" class="LineNr">1105 </span> ] <span id="L1106" class="LineNr">1106 </span> memory-should-contain [ -<span id="L1107" class="LineNr">1107 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># match</span> +<span id="L1107" class="LineNr">1107 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># match</span> <span id="L1108" class="LineNr">1108 </span> ] <span id="L1109" class="LineNr">1109 </span>] <span id="L1110" class="LineNr">1110 </span> @@ -1175,34 +1174,34 @@ if ('onhashchange' in window) { <span id="L1113" class="LineNr">1113 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L1114" class="LineNr">1114 </span> y:text <span class="Special"><-</span> new <span class="Constant">[bc]</span> <span id="L1115" class="LineNr">1115 </span> run [ -<span id="L1116" class="LineNr">1116 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='061text.mu.html#L992'>match-at</a> x, y,<span class="Constant"> 0</span> +<span id="L1116" class="LineNr">1116 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> match-at x, y,<span class="Constant"> 0</span> <span id="L1117" class="LineNr">1117 </span> ] <span id="L1118" class="LineNr">1118 </span> memory-should-contain [ -<span id="L1119" class="LineNr">1119 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no match</span> +<span id="L1119" class="LineNr">1119 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no match</span> <span id="L1120" class="LineNr">1120 </span> ] <span id="L1121" class="LineNr">1121 </span>] <span id="L1122" class="LineNr">1122 </span> -<span id="L1123" class="LineNr">1123 </span><span class="muRecipe">def</span> <a href='061text.mu.html#L1123'>split</a> s:text, delim:char<span class="muRecipe"> -> </span>result:&:@:text [ +<span id="L1123" class="LineNr">1123 </span><span class="muRecipe">def</span> split s:text, delim:char<span class="muRecipe"> -> </span>result:&:@:text [ <span id="L1124" class="LineNr">1124 </span> <span class="Constant">local-scope</span> <span id="L1125" class="LineNr">1125 </span> <span class="Constant">load-inputs</span> <span id="L1126" class="LineNr">1126 </span> <span class="Comment"># empty text? return empty array</span> <span id="L1127" class="LineNr">1127 </span> len:num <span class="Special"><-</span> length *s <span id="L1128" class="LineNr">1128 </span> <span class="Delimiter">{</span> -<span id="L1129" class="LineNr">1129 </span> <span class="Conceal">¦</span> empty?:bool <span class="Special"><-</span> equal len,<span class="Constant"> 0</span> -<span id="L1130" class="LineNr">1130 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> empty? -<span id="L1131" class="LineNr">1131 </span> <span class="Conceal">¦</span> result <span class="Special"><-</span> new <span class="Delimiter">{</span>(address array character): type<span class="Delimiter">}</span>,<span class="Constant"> 0</span> -<span id="L1132" class="LineNr">1132 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L1129" class="LineNr">1129 </span> empty?:bool <span class="Special"><-</span> equal len,<span class="Constant"> 0</span> +<span id="L1130" class="LineNr">1130 </span> <span class="muControl">break-unless</span> empty? +<span id="L1131" class="LineNr">1131 </span> result <span class="Special"><-</span> new <span class="Delimiter">{</span>(address array character): type<span class="Delimiter">}</span>,<span class="Constant"> 0</span> +<span id="L1132" class="LineNr">1132 </span> <span class="muControl"> return</span> <span id="L1133" class="LineNr">1133 </span> <span class="Delimiter">}</span> <span id="L1134" class="LineNr">1134 </span> <span class="Comment"># count #pieces we need room for</span> <span id="L1135" class="LineNr">1135 </span> count:num <span class="Special"><-</span> copy<span class="Constant"> 1</span> <span class="Comment"># n delimiters = n+1 pieces</span> <span id="L1136" class="LineNr">1136 </span> idx:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L1137" class="LineNr">1137 </span> <span class="Delimiter">{</span> -<span id="L1138" class="LineNr">1138 </span> <span class="Conceal">¦</span> idx <span class="Special"><-</span> find-next s, delim, idx -<span id="L1139" class="LineNr">1139 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal idx, len -<span id="L1140" class="LineNr">1140 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L1141" class="LineNr">1141 </span> <span class="Conceal">¦</span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> -<span id="L1142" class="LineNr">1142 </span> <span class="Conceal">¦</span> count <span class="Special"><-</span> add count,<span class="Constant"> 1</span> -<span id="L1143" class="LineNr">1143 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L1138" class="LineNr">1138 </span> idx <span class="Special"><-</span> find-next s, delim, idx +<span id="L1139" class="LineNr">1139 </span> done?:bool <span class="Special"><-</span> greater-or-equal idx, len +<span id="L1140" class="LineNr">1140 </span> <span class="muControl">break-if</span> done? +<span id="L1141" class="LineNr">1141 </span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> +<span id="L1142" class="LineNr">1142 </span> count <span class="Special"><-</span> add count,<span class="Constant"> 1</span> +<span id="L1143" class="LineNr">1143 </span> <span class="muControl"> loop</span> <span id="L1144" class="LineNr">1144 </span> <span class="Delimiter">}</span> <span id="L1145" class="LineNr">1145 </span> <span class="Comment"># allocate space</span> <span id="L1146" class="LineNr">1146 </span> result <span class="Special"><-</span> new <span class="Delimiter">{</span>(address array character): type<span class="Delimiter">}</span>, count @@ -1210,17 +1209,17 @@ if ('onhashchange' in window) { <span id="L1148" class="LineNr">1148 </span> curr-result:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L1149" class="LineNr">1149 </span> start:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L1150" class="LineNr">1150 </span> <span class="Delimiter">{</span> -<span id="L1151" class="LineNr">1151 </span> <span class="Conceal">¦</span> <span class="Comment"># while next delim exists</span> -<span id="L1152" class="LineNr">1152 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal start, len -<span id="L1153" class="LineNr">1153 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L1154" class="LineNr">1154 </span> <span class="Conceal">¦</span> end:num <span class="Special"><-</span> find-next s, delim, start -<span id="L1155" class="LineNr">1155 </span> <span class="Conceal">¦</span> <span class="Comment"># copy start..end into result[curr-result]</span> -<span id="L1156" class="LineNr">1156 </span> <span class="Conceal">¦</span> dest:text <span class="Special"><-</span> <a href='061text.mu.html#L1287'>copy-range</a> s, start, end -<span id="L1157" class="LineNr">1157 </span> <span class="Conceal">¦</span> *result <span class="Special"><-</span> put-index *result, curr-result, dest -<span id="L1158" class="LineNr">1158 </span> <span class="Conceal">¦</span> <span class="Comment"># slide over to next slice</span> -<span id="L1159" class="LineNr">1159 </span> <span class="Conceal">¦</span> start <span class="Special"><-</span> add end,<span class="Constant"> 1</span> -<span id="L1160" class="LineNr">1160 </span> <span class="Conceal">¦</span> curr-result <span class="Special"><-</span> add curr-result,<span class="Constant"> 1</span> -<span id="L1161" class="LineNr">1161 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L1151" class="LineNr">1151 </span> <span class="Comment"># while next delim exists</span> +<span id="L1152" class="LineNr">1152 </span> done?:bool <span class="Special"><-</span> greater-or-equal start, len +<span id="L1153" class="LineNr">1153 </span> <span class="muControl">break-if</span> done? +<span id="L1154" class="LineNr">1154 </span> end:num <span class="Special"><-</span> find-next s, delim, start +<span id="L1155" class="LineNr">1155 </span> <span class="Comment"># copy start..end into result[curr-result]</span> +<span id="L1156" class="LineNr">1156 </span> dest:text <span class="Special"><-</span> copy-range s, start, end +<span id="L1157" class="LineNr">1157 </span> *result <span class="Special"><-</span> put-index *result, curr-result, dest +<span id="L1158" class="LineNr">1158 </span> <span class="Comment"># slide over to next slice</span> +<span id="L1159" class="LineNr">1159 </span> start <span class="Special"><-</span> add end,<span class="Constant"> 1</span> +<span id="L1160" class="LineNr">1160 </span> curr-result <span class="Special"><-</span> add curr-result,<span class="Constant"> 1</span> +<span id="L1161" class="LineNr">1161 </span> <span class="muControl"> loop</span> <span id="L1162" class="LineNr">1162 </span> <span class="Delimiter">}</span> <span id="L1163" class="LineNr">1163 </span>] <span id="L1164" class="LineNr">1164 </span> @@ -1228,17 +1227,17 @@ if ('onhashchange' in window) { <span id="L1166" class="LineNr">1166 </span> <span class="Constant">local-scope</span> <span id="L1167" class="LineNr">1167 </span> x:text <span class="Special"><-</span> new <span class="Constant">[a/b]</span> <span id="L1168" class="LineNr">1168 </span> run [ -<span id="L1169" class="LineNr">1169 </span> <span class="Conceal">¦</span> y:&:@:text <span class="Special"><-</span> <a href='061text.mu.html#L1123'>split</a> x, <span class="Constant">47/slash</span> -<span id="L1170" class="LineNr">1170 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> length *y -<span id="L1171" class="LineNr">1171 </span> <span class="Conceal">¦</span> a:text <span class="Special"><-</span> index *y,<span class="Constant"> 0</span> -<span id="L1172" class="LineNr">1172 </span> <span class="Conceal">¦</span> b:text <span class="Special"><-</span> index *y,<span class="Constant"> 1</span> -<span id="L1173" class="LineNr">1173 </span> <span class="Conceal">¦</span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *a -<span id="L1174" class="LineNr">1174 </span> <span class="Conceal">¦</span> 30:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *b +<span id="L1169" class="LineNr">1169 </span> y:&:@:text <span class="Special"><-</span> split x, <span class="Constant">47/slash</span> +<span id="L1170" class="LineNr">1170 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> length *y +<span id="L1171" class="LineNr">1171 </span> a:text <span class="Special"><-</span> index *y,<span class="Constant"> 0</span> +<span id="L1172" class="LineNr">1172 </span> b:text <span class="Special"><-</span> index *y,<span class="Constant"> 1</span> +<span id="L1173" class="LineNr">1173 </span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *a +<span id="L1174" class="LineNr">1174 </span> 30:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *b <span id="L1175" class="LineNr">1175 </span> ] <span id="L1176" class="LineNr">1176 </span> memory-should-contain [ -<span id="L1177" class="LineNr">1177 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># length of result</span> -<span id="L1178" class="LineNr">1178 </span> <span class="Conceal">¦</span> 20:array:character <span class="Special"><-</span> <span class="Constant">[a]</span> -<span id="L1179" class="LineNr">1179 </span> <span class="Conceal">¦</span> 30:array:character <span class="Special"><-</span> <span class="Constant">[b]</span> +<span id="L1177" class="LineNr">1177 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># length of result</span> +<span id="L1178" class="LineNr">1178 </span> 20:array:character <span class="Special"><-</span> <span class="Constant">[a]</span> +<span id="L1179" class="LineNr">1179 </span> 30:array:character <span class="Special"><-</span> <span class="Constant">[b]</span> <span id="L1180" class="LineNr">1180 </span> ] <span id="L1181" class="LineNr">1181 </span>] <span id="L1182" class="LineNr">1182 </span> @@ -1246,20 +1245,20 @@ if ('onhashchange' in window) { <span id="L1184" class="LineNr">1184 </span> <span class="Constant">local-scope</span> <span id="L1185" class="LineNr">1185 </span> x:text <span class="Special"><-</span> new <span class="Constant">[a/b/c]</span> <span id="L1186" class="LineNr">1186 </span> run [ -<span id="L1187" class="LineNr">1187 </span> <span class="Conceal">¦</span> y:&:@:text <span class="Special"><-</span> <a href='061text.mu.html#L1123'>split</a> x, <span class="Constant">47/slash</span> -<span id="L1188" class="LineNr">1188 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> length *y -<span id="L1189" class="LineNr">1189 </span> <span class="Conceal">¦</span> a:text <span class="Special"><-</span> index *y,<span class="Constant"> 0</span> -<span id="L1190" class="LineNr">1190 </span> <span class="Conceal">¦</span> b:text <span class="Special"><-</span> index *y,<span class="Constant"> 1</span> -<span id="L1191" class="LineNr">1191 </span> <span class="Conceal">¦</span> c:text <span class="Special"><-</span> index *y,<span class="Constant"> 2</span> -<span id="L1192" class="LineNr">1192 </span> <span class="Conceal">¦</span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *a -<span id="L1193" class="LineNr">1193 </span> <span class="Conceal">¦</span> 30:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *b -<span id="L1194" class="LineNr">1194 </span> <span class="Conceal">¦</span> 40:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *c +<span id="L1187" class="LineNr">1187 </span> y:&:@:text <span class="Special"><-</span> split x, <span class="Constant">47/slash</span> +<span id="L1188" class="LineNr">1188 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> length *y +<span id="L1189" class="LineNr">1189 </span> a:text <span class="Special"><-</span> index *y,<span class="Constant"> 0</span> +<span id="L1190" class="LineNr">1190 </span> b:text <span class="Special"><-</span> index *y,<span class="Constant"> 1</span> +<span id="L1191" class="LineNr">1191 </span> c:text <span class="Special"><-</span> index *y,<span class="Constant"> 2</span> +<span id="L1192" class="LineNr">1192 </span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *a +<span id="L1193" class="LineNr">1193 </span> 30:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *b +<span id="L1194" class="LineNr">1194 </span> 40:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *c <span id="L1195" class="LineNr">1195 </span> ] <span id="L1196" class="LineNr">1196 </span> memory-should-contain [ -<span id="L1197" class="LineNr">1197 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># length of result</span> -<span id="L1198" class="LineNr">1198 </span> <span class="Conceal">¦</span> 20:array:character <span class="Special"><-</span> <span class="Constant">[a]</span> -<span id="L1199" class="LineNr">1199 </span> <span class="Conceal">¦</span> 30:array:character <span class="Special"><-</span> <span class="Constant">[b]</span> -<span id="L1200" class="LineNr">1200 </span> <span class="Conceal">¦</span> 40:array:character <span class="Special"><-</span> <span class="Constant">[c]</span> +<span id="L1197" class="LineNr">1197 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># length of result</span> +<span id="L1198" class="LineNr">1198 </span> 20:array:character <span class="Special"><-</span> <span class="Constant">[a]</span> +<span id="L1199" class="LineNr">1199 </span> 30:array:character <span class="Special"><-</span> <span class="Constant">[b]</span> +<span id="L1200" class="LineNr">1200 </span> 40:array:character <span class="Special"><-</span> <span class="Constant">[c]</span> <span id="L1201" class="LineNr">1201 </span> ] <span id="L1202" class="LineNr">1202 </span>] <span id="L1203" class="LineNr">1203 </span> @@ -1267,14 +1266,14 @@ if ('onhashchange' in window) { <span id="L1205" class="LineNr">1205 </span> <span class="Constant">local-scope</span> <span id="L1206" class="LineNr">1206 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L1207" class="LineNr">1207 </span> run [ -<span id="L1208" class="LineNr">1208 </span> <span class="Conceal">¦</span> y:&:@:text <span class="Special"><-</span> <a href='061text.mu.html#L1123'>split</a> x, <span class="Constant">47/slash</span> -<span id="L1209" class="LineNr">1209 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> length *y -<span id="L1210" class="LineNr">1210 </span> <span class="Conceal">¦</span> a:text <span class="Special"><-</span> index *y,<span class="Constant"> 0</span> -<span id="L1211" class="LineNr">1211 </span> <span class="Conceal">¦</span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *a +<span id="L1208" class="LineNr">1208 </span> y:&:@:text <span class="Special"><-</span> split x, <span class="Constant">47/slash</span> +<span id="L1209" class="LineNr">1209 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> length *y +<span id="L1210" class="LineNr">1210 </span> a:text <span class="Special"><-</span> index *y,<span class="Constant"> 0</span> +<span id="L1211" class="LineNr">1211 </span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *a <span id="L1212" class="LineNr">1212 </span> ] <span id="L1213" class="LineNr">1213 </span> memory-should-contain [ -<span id="L1214" class="LineNr">1214 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># length of result</span> -<span id="L1215" class="LineNr">1215 </span> <span class="Conceal">¦</span> 20:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> +<span id="L1214" class="LineNr">1214 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># length of result</span> +<span id="L1215" class="LineNr">1215 </span> 20:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span id="L1216" class="LineNr">1216 </span> ] <span id="L1217" class="LineNr">1217 </span>] <span id="L1218" class="LineNr">1218 </span> @@ -1282,11 +1281,11 @@ if ('onhashchange' in window) { <span id="L1220" class="LineNr">1220 </span> <span class="Constant">local-scope</span> <span id="L1221" class="LineNr">1221 </span> x:text <span class="Special"><-</span> new <span class="Constant">[]</span> <span id="L1222" class="LineNr">1222 </span> run [ -<span id="L1223" class="LineNr">1223 </span> <span class="Conceal">¦</span> y:&:@:text <span class="Special"><-</span> <a href='061text.mu.html#L1123'>split</a> x, <span class="Constant">47/slash</span> -<span id="L1224" class="LineNr">1224 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> length *y +<span id="L1223" class="LineNr">1223 </span> y:&:@:text <span class="Special"><-</span> split x, <span class="Constant">47/slash</span> +<span id="L1224" class="LineNr">1224 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> length *y <span id="L1225" class="LineNr">1225 </span> ] <span id="L1226" class="LineNr">1226 </span> memory-should-contain [ -<span id="L1227" class="LineNr">1227 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># empty result</span> +<span id="L1227" class="LineNr">1227 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># empty result</span> <span id="L1228" class="LineNr">1228 </span> ] <span id="L1229" class="LineNr">1229 </span>] <span id="L1230" class="LineNr">1230 </span> @@ -1294,59 +1293,59 @@ if ('onhashchange' in window) { <span id="L1232" class="LineNr">1232 </span> <span class="Constant">local-scope</span> <span id="L1233" class="LineNr">1233 </span> x:text <span class="Special"><-</span> new <span class="Constant">[a/b//c]</span> <span id="L1234" class="LineNr">1234 </span> run [ -<span id="L1235" class="LineNr">1235 </span> <span class="Conceal">¦</span> y:&:@:text <span class="Special"><-</span> <a href='061text.mu.html#L1123'>split</a> x:text, <span class="Constant">47/slash</span> -<span id="L1236" class="LineNr">1236 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> length *y -<span id="L1237" class="LineNr">1237 </span> <span class="Conceal">¦</span> a:text <span class="Special"><-</span> index *y,<span class="Constant"> 0</span> -<span id="L1238" class="LineNr">1238 </span> <span class="Conceal">¦</span> b:text <span class="Special"><-</span> index *y,<span class="Constant"> 1</span> -<span id="L1239" class="LineNr">1239 </span> <span class="Conceal">¦</span> c:text <span class="Special"><-</span> index *y,<span class="Constant"> 2</span> -<span id="L1240" class="LineNr">1240 </span> <span class="Conceal">¦</span> d:text <span class="Special"><-</span> index *y,<span class="Constant"> 3</span> -<span id="L1241" class="LineNr">1241 </span> <span class="Conceal">¦</span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *a -<span id="L1242" class="LineNr">1242 </span> <span class="Conceal">¦</span> 30:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *b -<span id="L1243" class="LineNr">1243 </span> <span class="Conceal">¦</span> 40:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *c -<span id="L1244" class="LineNr">1244 </span> <span class="Conceal">¦</span> 50:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *d +<span id="L1235" class="LineNr">1235 </span> y:&:@:text <span class="Special"><-</span> split x:text, <span class="Constant">47/slash</span> +<span id="L1236" class="LineNr">1236 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> length *y +<span id="L1237" class="LineNr">1237 </span> a:text <span class="Special"><-</span> index *y,<span class="Constant"> 0</span> +<span id="L1238" class="LineNr">1238 </span> b:text <span class="Special"><-</span> index *y,<span class="Constant"> 1</span> +<span id="L1239" class="LineNr">1239 </span> c:text <span class="Special"><-</span> index *y,<span class="Constant"> 2</span> +<span id="L1240" class="LineNr">1240 </span> d:text <span class="Special"><-</span> index *y,<span class="Constant"> 3</span> +<span id="L1241" class="LineNr">1241 </span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *a +<span id="L1242" class="LineNr">1242 </span> 30:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *b +<span id="L1243" class="LineNr">1243 </span> 40:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *c +<span id="L1244" class="LineNr">1244 </span> 50:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *d <span id="L1245" class="LineNr">1245 </span> ] <span id="L1246" class="LineNr">1246 </span> memory-should-contain [ -<span id="L1247" class="LineNr">1247 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># length of result</span> -<span id="L1248" class="LineNr">1248 </span> <span class="Conceal">¦</span> 20:array:character <span class="Special"><-</span> <span class="Constant">[a]</span> -<span id="L1249" class="LineNr">1249 </span> <span class="Conceal">¦</span> 30:array:character <span class="Special"><-</span> <span class="Constant">[b]</span> -<span id="L1250" class="LineNr">1250 </span> <span class="Conceal">¦</span> 40:array:character <span class="Special"><-</span> <span class="Constant">[]</span> -<span id="L1251" class="LineNr">1251 </span> <span class="Conceal">¦</span> 50:array:character <span class="Special"><-</span> <span class="Constant">[c]</span> +<span id="L1247" class="LineNr">1247 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># length of result</span> +<span id="L1248" class="LineNr">1248 </span> 20:array:character <span class="Special"><-</span> <span class="Constant">[a]</span> +<span id="L1249" class="LineNr">1249 </span> 30:array:character <span class="Special"><-</span> <span class="Constant">[b]</span> +<span id="L1250" class="LineNr">1250 </span> 40:array:character <span class="Special"><-</span> <span class="Constant">[]</span> +<span id="L1251" class="LineNr">1251 </span> 50:array:character <span class="Special"><-</span> <span class="Constant">[c]</span> <span id="L1252" class="LineNr">1252 </span> ] <span id="L1253" class="LineNr">1253 </span>] <span id="L1254" class="LineNr">1254 </span> -<span id="L1255" class="LineNr">1255 </span><span class="muRecipe">def</span> <a href='061text.mu.html#L1255'>split-first</a> text:text, delim:char<span class="muRecipe"> -> </span>x:text, y:text [ +<span id="L1255" class="LineNr">1255 </span><span class="muRecipe">def</span> split-first text:text, delim:char<span class="muRecipe"> -> </span>x:text, y:text [ <span id="L1256" class="LineNr">1256 </span> <span class="Constant">local-scope</span> <span id="L1257" class="LineNr">1257 </span> <span class="Constant">load-inputs</span> <span id="L1258" class="LineNr">1258 </span> <span class="Comment"># empty text? return empty texts</span> <span id="L1259" class="LineNr">1259 </span> len:num <span class="Special"><-</span> length *text <span id="L1260" class="LineNr">1260 </span> <span class="Delimiter">{</span> -<span id="L1261" class="LineNr">1261 </span> <span class="Conceal">¦</span> empty?:bool <span class="Special"><-</span> equal len,<span class="Constant"> 0</span> -<span id="L1262" class="LineNr">1262 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> empty? -<span id="L1263" class="LineNr">1263 </span> <span class="Conceal">¦</span> x:text <span class="Special"><-</span> new <span class="Constant">[]</span> -<span id="L1264" class="LineNr">1264 </span> <span class="Conceal">¦</span> y:text <span class="Special"><-</span> new <span class="Constant">[]</span> -<span id="L1265" class="LineNr">1265 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L1261" class="LineNr">1261 </span> empty?:bool <span class="Special"><-</span> equal len,<span class="Constant"> 0</span> +<span id="L1262" class="LineNr">1262 </span> <span class="muControl">break-unless</span> empty? +<span id="L1263" class="LineNr">1263 </span> x:text <span class="Special"><-</span> new <span class="Constant">[]</span> +<span id="L1264" class="LineNr">1264 </span> y:text <span class="Special"><-</span> new <span class="Constant">[]</span> +<span id="L1265" class="LineNr">1265 </span> <span class="muControl"> return</span> <span id="L1266" class="LineNr">1266 </span> <span class="Delimiter">}</span> <span id="L1267" class="LineNr">1267 </span> idx:num <span class="Special"><-</span> find-next text, delim,<span class="Constant"> 0</span> -<span id="L1268" class="LineNr">1268 </span> x:text <span class="Special"><-</span> <a href='061text.mu.html#L1287'>copy-range</a> text,<span class="Constant"> 0</span>, idx +<span id="L1268" class="LineNr">1268 </span> x:text <span class="Special"><-</span> copy-range text,<span class="Constant"> 0</span>, idx <span id="L1269" class="LineNr">1269 </span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> -<span id="L1270" class="LineNr">1270 </span> y:text <span class="Special"><-</span> <a href='061text.mu.html#L1287'>copy-range</a> text, idx, len +<span id="L1270" class="LineNr">1270 </span> y:text <span class="Special"><-</span> copy-range text, idx, len <span id="L1271" class="LineNr">1271 </span>] <span id="L1272" class="LineNr">1272 </span> <span id="L1273" class="LineNr">1273 </span><span class="muScenario">scenario</span> text-split-first [ <span id="L1274" class="LineNr">1274 </span> <span class="Constant">local-scope</span> <span id="L1275" class="LineNr">1275 </span> x:text <span class="Special"><-</span> new <span class="Constant">[a/b]</span> <span id="L1276" class="LineNr">1276 </span> run [ -<span id="L1277" class="LineNr">1277 </span> <span class="Conceal">¦</span> y:text, z:text <span class="Special"><-</span> <a href='061text.mu.html#L1255'>split-first</a> x, <span class="Constant">47/slash</span> -<span id="L1278" class="LineNr">1278 </span> <span class="Conceal">¦</span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y -<span id="L1279" class="LineNr">1279 </span> <span class="Conceal">¦</span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z +<span id="L1277" class="LineNr">1277 </span> y:text, z:text <span class="Special"><-</span> split-first x, <span class="Constant">47/slash</span> +<span id="L1278" class="LineNr">1278 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y +<span id="L1279" class="LineNr">1279 </span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z <span id="L1280" class="LineNr">1280 </span> ] <span id="L1281" class="LineNr">1281 </span> memory-should-contain [ -<span id="L1282" class="LineNr">1282 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[a]</span> -<span id="L1283" class="LineNr">1283 </span> <span class="Conceal">¦</span> 20:array:character <span class="Special"><-</span> <span class="Constant">[b]</span> +<span id="L1282" class="LineNr">1282 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[a]</span> +<span id="L1283" class="LineNr">1283 </span> 20:array:character <span class="Special"><-</span> <span class="Constant">[b]</span> <span id="L1284" class="LineNr">1284 </span> ] <span id="L1285" class="LineNr">1285 </span>] <span id="L1286" class="LineNr">1286 </span> -<span id="L1287" class="LineNr">1287 </span><span class="muRecipe">def</span> <a href='061text.mu.html#L1287'>copy-range</a> buf:text, start:num, end:num<span class="muRecipe"> -> </span>result:text [ +<span id="L1287" class="LineNr">1287 </span><span class="muRecipe">def</span> copy-range buf:text, start:num, end:num<span class="muRecipe"> -> </span>result:text [ <span id="L1288" class="LineNr">1288 </span> <span class="Constant">local-scope</span> <span id="L1289" class="LineNr">1289 </span> <span class="Constant">load-inputs</span> <span id="L1290" class="LineNr">1290 </span> <span class="Comment"># if end is out of bounds, trim it</span> @@ -1359,13 +1358,13 @@ if ('onhashchange' in window) { <span id="L1297" class="LineNr">1297 </span> src-idx:num <span class="Special"><-</span> copy start <span id="L1298" class="LineNr">1298 </span> dest-idx:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L1299" class="LineNr">1299 </span> <span class="Delimiter">{</span> -<span id="L1300" class="LineNr">1300 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal src-idx, end -<span id="L1301" class="LineNr">1301 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L1302" class="LineNr">1302 </span> <span class="Conceal">¦</span> src:char <span class="Special"><-</span> index *buf, src-idx -<span id="L1303" class="LineNr">1303 </span> <span class="Conceal">¦</span> *result <span class="Special"><-</span> put-index *result, dest-idx, src -<span id="L1304" class="LineNr">1304 </span> <span class="Conceal">¦</span> src-idx <span class="Special"><-</span> add src-idx,<span class="Constant"> 1</span> -<span id="L1305" class="LineNr">1305 </span> <span class="Conceal">¦</span> dest-idx <span class="Special"><-</span> add dest-idx,<span class="Constant"> 1</span> -<span id="L1306" class="LineNr">1306 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L1300" class="LineNr">1300 </span> done?:bool <span class="Special"><-</span> greater-or-equal src-idx, end +<span id="L1301" class="LineNr">1301 </span> <span class="muControl">break-if</span> done? +<span id="L1302" class="LineNr">1302 </span> src:char <span class="Special"><-</span> index *buf, src-idx +<span id="L1303" class="LineNr">1303 </span> *result <span class="Special"><-</span> put-index *result, dest-idx, src +<span id="L1304" class="LineNr">1304 </span> src-idx <span class="Special"><-</span> add src-idx,<span class="Constant"> 1</span> +<span id="L1305" class="LineNr">1305 </span> dest-idx <span class="Special"><-</span> add dest-idx,<span class="Constant"> 1</span> +<span id="L1306" class="LineNr">1306 </span> <span class="muControl"> loop</span> <span id="L1307" class="LineNr">1307 </span> <span class="Delimiter">}</span> <span id="L1308" class="LineNr">1308 </span>] <span id="L1309" class="LineNr">1309 </span> @@ -1373,11 +1372,11 @@ if ('onhashchange' in window) { <span id="L1311" class="LineNr">1311 </span> <span class="Constant">local-scope</span> <span id="L1312" class="LineNr">1312 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L1313" class="LineNr">1313 </span> run [ -<span id="L1314" class="LineNr">1314 </span> <span class="Conceal">¦</span> y:text <span class="Special"><-</span> <a href='061text.mu.html#L1287'>copy-range</a> x,<span class="Constant"> 1</span>,<span class="Constant"> 3</span> -<span id="L1315" class="LineNr">1315 </span> <span class="Conceal">¦</span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y +<span id="L1314" class="LineNr">1314 </span> y:text <span class="Special"><-</span> copy-range x,<span class="Constant"> 1</span>,<span class="Constant"> 3</span> +<span id="L1315" class="LineNr">1315 </span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y <span id="L1316" class="LineNr">1316 </span> ] <span id="L1317" class="LineNr">1317 </span> memory-should-contain [ -<span id="L1318" class="LineNr">1318 </span> <span class="Conceal">¦</span> 1:array:character <span class="Special"><-</span> <span class="Constant">[bc]</span> +<span id="L1318" class="LineNr">1318 </span> 1:array:character <span class="Special"><-</span> <span class="Constant">[bc]</span> <span id="L1319" class="LineNr">1319 </span> ] <span id="L1320" class="LineNr">1320 </span>] <span id="L1321" class="LineNr">1321 </span> @@ -1385,11 +1384,11 @@ if ('onhashchange' in window) { <span id="L1323" class="LineNr">1323 </span> <span class="Constant">local-scope</span> <span id="L1324" class="LineNr">1324 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L1325" class="LineNr">1325 </span> run [ -<span id="L1326" class="LineNr">1326 </span> <span class="Conceal">¦</span> y:text <span class="Special"><-</span> <a href='061text.mu.html#L1287'>copy-range</a> x,<span class="Constant"> 2</span>,<span class="Constant"> 4</span> -<span id="L1327" class="LineNr">1327 </span> <span class="Conceal">¦</span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y +<span id="L1326" class="LineNr">1326 </span> y:text <span class="Special"><-</span> copy-range x,<span class="Constant"> 2</span>,<span class="Constant"> 4</span> +<span id="L1327" class="LineNr">1327 </span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y <span id="L1328" class="LineNr">1328 </span> ] <span id="L1329" class="LineNr">1329 </span> memory-should-contain [ -<span id="L1330" class="LineNr">1330 </span> <span class="Conceal">¦</span> 1:array:character <span class="Special"><-</span> <span class="Constant">[c]</span> +<span id="L1330" class="LineNr">1330 </span> 1:array:character <span class="Special"><-</span> <span class="Constant">[c]</span> <span id="L1331" class="LineNr">1331 </span> ] <span id="L1332" class="LineNr">1332 </span>] <span id="L1333" class="LineNr">1333 </span> @@ -1397,15 +1396,15 @@ if ('onhashchange' in window) { <span id="L1335" class="LineNr">1335 </span> <span class="Constant">local-scope</span> <span id="L1336" class="LineNr">1336 </span> x:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> <span id="L1337" class="LineNr">1337 </span> run [ -<span id="L1338" class="LineNr">1338 </span> <span class="Conceal">¦</span> y:text <span class="Special"><-</span> <a href='061text.mu.html#L1287'>copy-range</a> x,<span class="Constant"> 3</span>,<span class="Constant"> 3</span> -<span id="L1339" class="LineNr">1339 </span> <span class="Conceal">¦</span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y +<span id="L1338" class="LineNr">1338 </span> y:text <span class="Special"><-</span> copy-range x,<span class="Constant"> 3</span>,<span class="Constant"> 3</span> +<span id="L1339" class="LineNr">1339 </span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y <span id="L1340" class="LineNr">1340 </span> ] <span id="L1341" class="LineNr">1341 </span> memory-should-contain [ -<span id="L1342" class="LineNr">1342 </span> <span class="Conceal">¦</span> 1:array:character <span class="Special"><-</span> <span class="Constant">[]</span> +<span id="L1342" class="LineNr">1342 </span> 1:array:character <span class="Special"><-</span> <span class="Constant">[]</span> <span id="L1343" class="LineNr">1343 </span> ] <span id="L1344" class="LineNr">1344 </span>] <span id="L1345" class="LineNr">1345 </span> -<span id="L1346" class="LineNr">1346 </span><span class="muRecipe">def</span> <a href='061text.mu.html#L1346'>parse-whole-number</a> in:text<span class="muRecipe"> -> </span>out:num, error?:bool [ +<span id="L1346" class="LineNr">1346 </span><span class="muRecipe">def</span> parse-whole-number in:text<span class="muRecipe"> -> </span>out:num, error?:bool [ <span id="L1347" class="LineNr">1347 </span> <span class="Constant">local-scope</span> <span id="L1348" class="LineNr">1348 </span> <span class="Constant">load-inputs</span> <span id="L1349" class="LineNr">1349 </span> out <span class="Special"><-</span> copy<span class="Constant"> 0</span> @@ -1413,23 +1412,23 @@ if ('onhashchange' in window) { <span id="L1351" class="LineNr">1351 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L1352" class="LineNr">1352 </span> len:num <span class="Special"><-</span> length *in <span id="L1353" class="LineNr">1353 </span> <span class="Delimiter">{</span> -<span id="L1354" class="LineNr">1354 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, len -<span id="L1355" class="LineNr">1355 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L1356" class="LineNr">1356 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> index *in, i -<span id="L1357" class="LineNr">1357 </span> <span class="Conceal">¦</span> x:num <span class="Special"><-</span> character-to-code c -<span id="L1358" class="LineNr">1358 </span> <span class="Conceal">¦</span> digit:num, error?:bool <span class="Special"><-</span> <a href='061text.mu.html#L1370'>character-code-to-digit</a> x -<span id="L1359" class="LineNr">1359 </span> <span class="Conceal">¦</span> <span class="muControl">return-if</span> error? -<span id="L1360" class="LineNr">1360 </span> <span class="Conceal">¦</span> result <span class="Special"><-</span> multiply result,<span class="Constant"> 10</span> -<span id="L1361" class="LineNr">1361 </span> <span class="Conceal">¦</span> result <span class="Special"><-</span> add result, digit -<span id="L1362" class="LineNr">1362 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L1363" class="LineNr">1363 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L1354" class="LineNr">1354 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, len +<span id="L1355" class="LineNr">1355 </span> <span class="muControl">break-if</span> done? +<span id="L1356" class="LineNr">1356 </span> c:char <span class="Special"><-</span> index *in, i +<span id="L1357" class="LineNr">1357 </span> x:num <span class="Special"><-</span> character-to-code c +<span id="L1358" class="LineNr">1358 </span> digit:num, error?:bool <span class="Special"><-</span> character-code-to-digit x +<span id="L1359" class="LineNr">1359 </span> <span class="muControl">return-if</span> error? +<span id="L1360" class="LineNr">1360 </span> result <span class="Special"><-</span> multiply result,<span class="Constant"> 10</span> +<span id="L1361" class="LineNr">1361 </span> result <span class="Special"><-</span> add result, digit +<span id="L1362" class="LineNr">1362 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L1363" class="LineNr">1363 </span> <span class="muControl"> loop</span> <span id="L1364" class="LineNr">1364 </span> <span class="Delimiter">}</span> <span id="L1365" class="LineNr">1365 </span> <span class="Comment"># no error; all digits were valid</span> <span id="L1366" class="LineNr">1366 </span> out <span class="Special"><-</span> copy result <span id="L1367" class="LineNr">1367 </span>] <span id="L1368" class="LineNr">1368 </span> <span id="L1369" class="LineNr">1369 </span><span class="Comment"># (contributed by Ella Couch)</span> -<span id="L1370" class="LineNr">1370 </span><span class="muRecipe">recipe</span> <a href='061text.mu.html#L1370'>character-code-to-digit</a> character-code:number<span class="muRecipe"> -> </span>result:number, error?:boolean [ +<span id="L1370" class="LineNr">1370 </span><span class="muRecipe">recipe</span> character-code-to-digit character-code:number<span class="muRecipe"> -> </span>result:number, error?:boolean [ <span id="L1371" class="LineNr">1371 </span> <span class="Constant">local-scope</span> <span id="L1372" class="LineNr">1372 </span> <span class="Constant">load-inputs</span> <span id="L1373" class="LineNr">1373 </span> result <span class="Special"><-</span> copy<span class="Constant"> 0</span> @@ -1444,11 +1443,11 @@ if ('onhashchange' in window) { <span id="L1382" class="LineNr">1382 </span> <span class="Constant">local-scope</span> <span id="L1383" class="LineNr">1383 </span> a:number <span class="Special"><-</span> copy<span class="Constant"> 48</span> <span class="Comment"># character code for '0'</span> <span id="L1384" class="LineNr">1384 </span> run [ -<span id="L1385" class="LineNr">1385 </span> <span class="Conceal">¦</span> 10:number/<span class="Special">raw</span>, 11:boolean/<span class="Special">raw</span> <span class="Special"><-</span> <a href='061text.mu.html#L1370'>character-code-to-digit</a> a +<span id="L1385" class="LineNr">1385 </span> 10:number/<span class="Special">raw</span>, 11:boolean/<span class="Special">raw</span> <span class="Special"><-</span> character-code-to-digit a <span id="L1386" class="LineNr">1386 </span> ] <span id="L1387" class="LineNr">1387 </span> memory-should-contain [ -<span id="L1388" class="LineNr">1388 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L1389" class="LineNr">1389 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no error</span> +<span id="L1388" class="LineNr">1388 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L1389" class="LineNr">1389 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no error</span> <span id="L1390" class="LineNr">1390 </span> ] <span id="L1391" class="LineNr">1391 </span>] <span id="L1392" class="LineNr">1392 </span> @@ -1456,11 +1455,11 @@ if ('onhashchange' in window) { <span id="L1394" class="LineNr">1394 </span> <span class="Constant">local-scope</span> <span id="L1395" class="LineNr">1395 </span> a:number <span class="Special"><-</span> copy<span class="Constant"> 57</span> <span class="Comment"># character code for '9'</span> <span id="L1396" class="LineNr">1396 </span> run [ -<span id="L1397" class="LineNr">1397 </span> <span class="Conceal">¦</span> 1:number/<span class="Special">raw</span>, 2:boolean/<span class="Special">raw</span> <span class="Special"><-</span> <a href='061text.mu.html#L1370'>character-code-to-digit</a> a +<span id="L1397" class="LineNr">1397 </span> 1:number/<span class="Special">raw</span>, 2:boolean/<span class="Special">raw</span> <span class="Special"><-</span> character-code-to-digit a <span id="L1398" class="LineNr">1398 </span> ] <span id="L1399" class="LineNr">1399 </span> memory-should-contain [ -<span id="L1400" class="LineNr">1400 </span> <span class="Conceal">¦</span><span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 9</span> -<span id="L1401" class="LineNr">1401 </span> <span class="Conceal">¦</span><span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no error</span> +<span id="L1400" class="LineNr">1400 </span> <span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 9</span> +<span id="L1401" class="LineNr">1401 </span> <span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no error</span> <span id="L1402" class="LineNr">1402 </span> ] <span id="L1403" class="LineNr">1403 </span>] <span id="L1404" class="LineNr">1404 </span> @@ -1468,11 +1467,11 @@ if ('onhashchange' in window) { <span id="L1406" class="LineNr">1406 </span> <span class="Constant">local-scope</span> <span id="L1407" class="LineNr">1407 </span> a:number <span class="Special"><-</span> copy<span class="Constant"> 47</span> <span id="L1408" class="LineNr">1408 </span> run [ -<span id="L1409" class="LineNr">1409 </span> <span class="Conceal">¦</span> 10:number/<span class="Special">raw</span>, 11:boolean/<span class="Special">raw</span> <span class="Special"><-</span> <a href='061text.mu.html#L1370'>character-code-to-digit</a> a +<span id="L1409" class="LineNr">1409 </span> 10:number/<span class="Special">raw</span>, 11:boolean/<span class="Special">raw</span> <span class="Special"><-</span> character-code-to-digit a <span id="L1410" class="LineNr">1410 </span> ] <span id="L1411" class="LineNr">1411 </span> memory-should-contain [ -<span id="L1412" class="LineNr">1412 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L1413" class="LineNr">1413 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># error</span> +<span id="L1412" class="LineNr">1412 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L1413" class="LineNr">1413 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># error</span> <span id="L1414" class="LineNr">1414 </span> ] <span id="L1415" class="LineNr">1415 </span>] <span id="L1416" class="LineNr">1416 </span> @@ -1480,11 +1479,11 @@ if ('onhashchange' in window) { <span id="L1418" class="LineNr">1418 </span> <span class="Constant">local-scope</span> <span id="L1419" class="LineNr">1419 </span> a:number <span class="Special"><-</span> copy<span class="Constant"> 58</span> <span id="L1420" class="LineNr">1420 </span> run [ -<span id="L1421" class="LineNr">1421 </span> <span class="Conceal">¦</span> 10:number/<span class="Special">raw</span>, 11:boolean/<span class="Special">raw</span> <span class="Special"><-</span> <a href='061text.mu.html#L1370'>character-code-to-digit</a> a +<span id="L1421" class="LineNr">1421 </span> 10:number/<span class="Special">raw</span>, 11:boolean/<span class="Special">raw</span> <span class="Special"><-</span> character-code-to-digit a <span id="L1422" class="LineNr">1422 </span> ] <span id="L1423" class="LineNr">1423 </span> memory-should-contain [ -<span id="L1424" class="LineNr">1424 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L1425" class="LineNr">1425 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># error</span> +<span id="L1424" class="LineNr">1424 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L1425" class="LineNr">1425 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># error</span> <span id="L1426" class="LineNr">1426 </span> ] <span id="L1427" class="LineNr">1427 </span>] </pre> diff --git a/html/062convert_ingredients_to_text.cc.html b/html/062convert_ingredients_to_text.cc.html index 1fc1d386..ebb35e8d 100644 --- a/html/062convert_ingredients_to_text.cc.html +++ b/html/062convert_ingredients_to_text.cc.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } -.Constant { color: #00a0a0; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .muData { color: #ffff00; } +.Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -131,40 +130,40 @@ if ('onhashchange' in window) { <span id="L68" class="LineNr"> 68 </span><span class="Normal">void</span> convert_ingredients_to_text<span class="Delimiter">(</span>recipe& caller<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L69" class="LineNr"> 69 </span> vector<instruction> new_instructions<span class="Delimiter">;</span> <span id="L70" class="LineNr"> 70 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <span class="Comment">// all these cases are getting hairy. how can we make this extensible?</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"stash"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='014literal_string.cc.html#L126'>is_literal_text</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ostringstream ingredient_name<span class="Delimiter">;</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ingredient_name << <span class="Constant">"stash_"</span> << i << <span class="Constant">'_'</span> << j << <span class="Constant">":<a href='043space.cc.html#L82'>address</a>:array:character"</span><span class="Delimiter">;</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> convert_ingredient_to_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> new_instructions<span class="Delimiter">,</span> ingredient_name<span class="Delimiter">.</span>str<span class="Delimiter">());</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"trace"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Comment">/*</span><span class="Comment">skip</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='014literal_string.cc.html#L126'>is_literal_text</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ostringstream ingredient_name<span class="Delimiter">;</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ingredient_name << <span class="Constant">"trace_"</span> << i << <span class="Constant">'_'</span> << j << <span class="Constant">":<a href='043space.cc.html#L82'>address</a>:array:character"</span><span class="Delimiter">;</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> convert_ingredient_to_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> new_instructions<span class="Delimiter">,</span> ingredient_name<span class="Delimiter">.</span>str<span class="Delimiter">());</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name_before_rewrite == <span class="Constant">"append"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// override only variants that try to append to a string</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// Beware: this hack restricts how much 'append' can be overridden. Any</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// new variants that match:</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// append _:text, ___</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// will never ever get used.</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='014literal_string.cc.html#L126'>is_literal_text</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> || <a href='027call_ingredient.cc.html#L177'>is_mu_text</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Comment">/*</span><span class="Comment">skip base</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ostringstream ingredient_name<span class="Delimiter">;</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ingredient_name << <span class="Constant">"append_"</span> << i << <span class="Constant">'_'</span> << j << <span class="Constant">":<a href='043space.cc.html#L82'>address</a>:array:character"</span><span class="Delimiter">;</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> convert_ingredient_to_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> new_instructions<span class="Delimiter">,</span> ingredient_name<span class="Delimiter">.</span>str<span class="Delimiter">());</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L104" class="LineNr">104 </span> <span class="Conceal">¦</span> new_instructions<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">);</span> +<span id="L71" class="LineNr"> 71 </span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L72" class="LineNr"> 72 </span> <span class="Comment">// all these cases are getting hairy. how can we make this extensible?</span> +<span id="L73" class="LineNr"> 73 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"stash"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L74" class="LineNr"> 74 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L75" class="LineNr"> 75 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='014literal_string.cc.html#L126'>is_literal_text</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L76" class="LineNr"> 76 </span> ostringstream ingredient_name<span class="Delimiter">;</span> +<span id="L77" class="LineNr"> 77 </span> ingredient_name << <span class="Constant">"stash_"</span> << i << <span class="Constant">'_'</span> << j << <span class="Constant">":<a href='043space.cc.html#L80'>address</a>:array:character"</span><span class="Delimiter">;</span> +<span id="L78" class="LineNr"> 78 </span> convert_ingredient_to_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> new_instructions<span class="Delimiter">,</span> ingredient_name<span class="Delimiter">.</span>str<span class="Delimiter">());</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Delimiter">}</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Delimiter">}</span> +<span id="L81" class="LineNr"> 81 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"trace"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L82" class="LineNr"> 82 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Comment">/*</span><span class="Comment">skip</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='014literal_string.cc.html#L126'>is_literal_text</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L84" class="LineNr"> 84 </span> ostringstream ingredient_name<span class="Delimiter">;</span> +<span id="L85" class="LineNr"> 85 </span> ingredient_name << <span class="Constant">"trace_"</span> << i << <span class="Constant">'_'</span> << j << <span class="Constant">":<a href='043space.cc.html#L80'>address</a>:array:character"</span><span class="Delimiter">;</span> +<span id="L86" class="LineNr"> 86 </span> convert_ingredient_to_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> new_instructions<span class="Delimiter">,</span> ingredient_name<span class="Delimiter">.</span>str<span class="Delimiter">());</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Delimiter">}</span> +<span id="L88" class="LineNr"> 88 </span> <span class="Delimiter">}</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name_before_rewrite == <span class="Constant">"append"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L90" class="LineNr"> 90 </span> <span class="Comment">// override only variants that try to append to a string</span> +<span id="L91" class="LineNr"> 91 </span> <span class="Comment">// Beware: this hack restricts how much 'append' can be overridden. Any</span> +<span id="L92" class="LineNr"> 92 </span> <span class="Comment">// new variants that match:</span> +<span id="L93" class="LineNr"> 93 </span> <span class="Comment">// append _:text, ___</span> +<span id="L94" class="LineNr"> 94 </span> <span class="Comment">// will never ever get used.</span> +<span id="L95" class="LineNr"> 95 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='014literal_string.cc.html#L126'>is_literal_text</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> || <a href='027call_ingredient.cc.html#L177'>is_mu_text</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L96" class="LineNr"> 96 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Comment">/*</span><span class="Comment">skip base</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L97" class="LineNr"> 97 </span> ostringstream ingredient_name<span class="Delimiter">;</span> +<span id="L98" class="LineNr"> 98 </span> ingredient_name << <span class="Constant">"append_"</span> << i << <span class="Constant">'_'</span> << j << <span class="Constant">":<a href='043space.cc.html#L80'>address</a>:array:character"</span><span class="Delimiter">;</span> +<span id="L99" class="LineNr"> 99 </span> convert_ingredient_to_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">),</span> new_instructions<span class="Delimiter">,</span> ingredient_name<span class="Delimiter">.</span>str<span class="Delimiter">());</span> +<span id="L100" class="LineNr">100 </span> <span class="Delimiter">}</span> +<span id="L101" class="LineNr">101 </span> <span class="Delimiter">}</span> +<span id="L102" class="LineNr">102 </span> <span class="Delimiter">}</span> +<span id="L103" class="LineNr">103 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L104" class="LineNr">104 </span> new_instructions<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">);</span> <span id="L105" class="LineNr">105 </span> <span class="Delimiter">}</span> <span id="L106" class="LineNr">106 </span> caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>swap<span class="Delimiter">(</span>new_instructions<span class="Delimiter">);</span> <span id="L107" class="LineNr">107 </span><span class="Delimiter">}</span> @@ -178,14 +177,14 @@ if ('onhashchange' in window) { <span id="L115" class="LineNr">115 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_static_array<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L116" class="LineNr">116 </span> <a href='010vm.cc.html#L32'>instruction</a> def<span class="Delimiter">;</span> <span id="L117" class="LineNr">117 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_lookup_of_address_of_array<span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> def<span class="Delimiter">.</span>name = <span class="Constant">"array-to-text-line"</span><span class="Delimiter">;</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> tmp = r<span class="Delimiter">;</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> drop_one_lookup<span class="Delimiter">(</span>tmp<span class="Delimiter">);</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> def<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>tmp<span class="Delimiter">);</span> +<span id="L118" class="LineNr">118 </span> def<span class="Delimiter">.</span>name = <span class="Constant">"array-to-text-line"</span><span class="Delimiter">;</span> +<span id="L119" class="LineNr">119 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> tmp = r<span class="Delimiter">;</span> +<span id="L120" class="LineNr">120 </span> drop_one_lookup<span class="Delimiter">(</span>tmp<span class="Delimiter">);</span> +<span id="L121" class="LineNr">121 </span> def<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>tmp<span class="Delimiter">);</span> <span id="L122" class="LineNr">122 </span> <span class="Delimiter">}</span> <span id="L123" class="LineNr">123 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> def<span class="Delimiter">.</span>name = <span class="Constant">"to-text-line"</span><span class="Delimiter">;</span> -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> def<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>r<span class="Delimiter">);</span> +<span id="L124" class="LineNr">124 </span> def<span class="Delimiter">.</span>name = <span class="Constant">"to-text-line"</span><span class="Delimiter">;</span> +<span id="L125" class="LineNr">125 </span> def<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>r<span class="Delimiter">);</span> <span id="L126" class="LineNr">126 </span> <span class="Delimiter">}</span> <span id="L127" class="LineNr">127 </span> def<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span>tmp_var<span class="Delimiter">));</span> <span id="L128" class="LineNr">128 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9993</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>def<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> diff --git a/html/063array.mu.html b/html/063array.mu.html index 2542328c..b8104f59 100644 --- a/html/063array.mu.html +++ b/html/063array.mu.html @@ -15,16 +15,15 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -61,60 +60,60 @@ if ('onhashchange' in window) { <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="muScenario">scenario</span> array-from-args [ <span id="L2" class="LineNr"> 2 </span> run [ -<span id="L3" class="LineNr"> 3 </span> <span class="Conceal">¦</span> <span class="Constant">local-scope</span> -<span id="L4" class="LineNr"> 4 </span> <span class="Conceal">¦</span> x:&:@:num <span class="Special"><-</span> <a href='063array.mu.html#L16'>new-array</a><span class="Constant"> 0</span>,<span class="Constant"> 1</span>,<span class="Constant"> 2</span> -<span id="L5" class="LineNr"> 5 </span> <span class="Conceal">¦</span> 10:@:num/<span class="Special">raw</span> <span class="Special"><-</span> copy *x +<span id="L3" class="LineNr"> 3 </span> <span class="Constant">local-scope</span> +<span id="L4" class="LineNr"> 4 </span> x:&:@:num <span class="Special"><-</span> new-array<span class="Constant"> 0</span>,<span class="Constant"> 1</span>,<span class="Constant"> 2</span> +<span id="L5" class="LineNr"> 5 </span> 10:@:num/<span class="Special">raw</span> <span class="Special"><-</span> copy *x <span id="L6" class="LineNr"> 6 </span> ] <span id="L7" class="LineNr"> 7 </span> memory-should-contain [ -<span id="L8" class="LineNr"> 8 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># array length</span> -<span id="L9" class="LineNr"> 9 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L10" class="LineNr"> 10 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L11" class="LineNr"> 11 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L8" class="LineNr"> 8 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># array length</span> +<span id="L9" class="LineNr"> 9 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L10" class="LineNr"> 10 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L11" class="LineNr"> 11 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span id="L12" class="LineNr"> 12 </span> ] <span id="L13" class="LineNr"> 13 </span>] <span id="L14" class="LineNr"> 14 </span> <span id="L15" class="LineNr"> 15 </span><span class="Comment"># create an array out of a list of args</span> -<span id="L16" class="LineNr"> 16 </span><span class="muRecipe">def</span> <a href='063array.mu.html#L16'>new-array</a><span class="muRecipe"> -> </span>result:&:@:_elem [ +<span id="L16" class="LineNr"> 16 </span><span class="muRecipe">def</span> new-array<span class="muRecipe"> -> </span>result:&:@:_elem [ <span id="L17" class="LineNr"> 17 </span> <span class="Constant">local-scope</span> -<span id="L18" class="LineNr"> 18 </span> <a href='075channel.mu.html#L399'>capacity</a>:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L18" class="LineNr"> 18 </span> capacity:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L19" class="LineNr"> 19 </span> <span class="Delimiter">{</span> -<span id="L20" class="LineNr"> 20 </span> <span class="Conceal">¦</span> <span class="Comment"># while read curr-value</span> -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span> curr-value:_elem, exists?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> -<span id="L22" class="LineNr"> 22 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> exists? -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L399'>capacity</a> <span class="Special"><-</span> add <a href='075channel.mu.html#L399'>capacity</a>,<span class="Constant"> 1</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L20" class="LineNr"> 20 </span> <span class="Comment"># while read curr-value</span> +<span id="L21" class="LineNr"> 21 </span> curr-value:_elem, exists?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> +<span id="L22" class="LineNr"> 22 </span> <span class="muControl">break-unless</span> exists? +<span id="L23" class="LineNr"> 23 </span> capacity <span class="Special"><-</span> add capacity,<span class="Constant"> 1</span> +<span id="L24" class="LineNr"> 24 </span> <span class="muControl"> loop</span> <span id="L25" class="LineNr"> 25 </span> <span class="Delimiter">}</span> -<span id="L26" class="LineNr"> 26 </span> result <span class="Special"><-</span> new <span class="Constant">_elem:type</span>, <a href='075channel.mu.html#L399'>capacity</a> +<span id="L26" class="LineNr"> 26 </span> result <span class="Special"><-</span> new <span class="Constant">_elem:type</span>, capacity <span id="L27" class="LineNr"> 27 </span> <span class="Constant">rewind-inputs</span> <span id="L28" class="LineNr"> 28 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L29" class="LineNr"> 29 </span> <span class="Delimiter">{</span> -<span id="L30" class="LineNr"> 30 </span> <span class="Conceal">¦</span> <span class="Comment"># while read curr-value</span> -<span id="L31" class="LineNr"> 31 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, <a href='075channel.mu.html#L399'>capacity</a> -<span id="L32" class="LineNr"> 32 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span> curr-value:_elem, exists?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> -<span id="L34" class="LineNr"> 34 </span> <span class="Conceal">¦</span> assert exists?, <span class="Constant">[error in rewinding inputs to new-array]</span> -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> *result <span class="Special"><-</span> put-index *result, i, curr-value -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L30" class="LineNr"> 30 </span> <span class="Comment"># while read curr-value</span> +<span id="L31" class="LineNr"> 31 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, capacity +<span id="L32" class="LineNr"> 32 </span> <span class="muControl">break-if</span> done? +<span id="L33" class="LineNr"> 33 </span> curr-value:_elem, exists?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> +<span id="L34" class="LineNr"> 34 </span> assert exists?, <span class="Constant">[error in rewinding inputs to new-array]</span> +<span id="L35" class="LineNr"> 35 </span> *result <span class="Special"><-</span> put-index *result, i, curr-value +<span id="L36" class="LineNr"> 36 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L37" class="LineNr"> 37 </span> <span class="muControl"> loop</span> <span id="L38" class="LineNr"> 38 </span> <span class="Delimiter">}</span> <span id="L39" class="LineNr"> 39 </span> <span class="muControl"> return</span> result <span id="L40" class="LineNr"> 40 </span>] <span id="L41" class="LineNr"> 41 </span> <span id="L42" class="LineNr"> 42 </span><span class="Comment"># fill an existing array with a set of numbers</span> <span id="L43" class="LineNr"> 43 </span><span class="Comment"># (contributed by Caleb Couch)</span> -<span id="L44" class="LineNr"> 44 </span><span class="muRecipe">def</span> <a href='063array.mu.html#L44'>fill</a> array:&:@:num<span class="muRecipe"> -> </span>array:&:@:num [ +<span id="L44" class="LineNr"> 44 </span><span class="muRecipe">def</span> fill array:&:@:num<span class="muRecipe"> -> </span>array:&:@:num [ <span id="L45" class="LineNr"> 45 </span> <span class="Constant">local-scope</span> <span id="L46" class="LineNr"> 46 </span> <span class="Constant">load-inputs</span> <span id="L47" class="LineNr"> 47 </span> loopn:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L48" class="LineNr"> 48 </span> length:num <span class="Special"><-</span> length *array <span id="L49" class="LineNr"> 49 </span> <span class="Delimiter">{</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span> length?:bool <span class="Special"><-</span> equal loopn, length -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> length? -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span> object:num, arg-received?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> arg-received? -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> *array <span class="Special"><-</span> put-index *array, loopn, object -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> loopn <span class="Special"><-</span> add loopn,<span class="Constant"> 1</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L50" class="LineNr"> 50 </span> length?:bool <span class="Special"><-</span> equal loopn, length +<span id="L51" class="LineNr"> 51 </span> <span class="muControl">break-if</span> length? +<span id="L52" class="LineNr"> 52 </span> object:num, arg-received?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> +<span id="L53" class="LineNr"> 53 </span> <span class="muControl">break-unless</span> arg-received? +<span id="L54" class="LineNr"> 54 </span> *array <span class="Special"><-</span> put-index *array, loopn, object +<span id="L55" class="LineNr"> 55 </span> loopn <span class="Special"><-</span> add loopn,<span class="Constant"> 1</span> +<span id="L56" class="LineNr"> 56 </span> <span class="muControl"> loop</span> <span id="L57" class="LineNr"> 57 </span> <span class="Delimiter">}</span> <span id="L58" class="LineNr"> 58 </span>] <span id="L59" class="LineNr"> 59 </span> @@ -122,14 +121,14 @@ if ('onhashchange' in window) { <span id="L61" class="LineNr"> 61 </span> <span class="Constant">local-scope</span> <span id="L62" class="LineNr"> 62 </span> array:&:@:num <span class="Special"><-</span> new <span class="Constant">number:type</span>,<span class="Constant"> 3</span> <span id="L63" class="LineNr"> 63 </span> run [ -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span> array <span class="Special"><-</span> <a href='063array.mu.html#L44'>fill</a> array,<span class="Constant"> 1 2 3</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> 10:@:num/<span class="Special">raw</span> <span class="Special"><-</span> copy *array +<span id="L64" class="LineNr"> 64 </span> array <span class="Special"><-</span> fill array,<span class="Constant"> 1 2 3</span> +<span id="L65" class="LineNr"> 65 </span> 10:@:num/<span class="Special">raw</span> <span class="Special"><-</span> copy *array <span id="L66" class="LineNr"> 66 </span> ] <span id="L67" class="LineNr"> 67 </span> memory-should-contain [ -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L69" class="LineNr"> 69 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L70" class="LineNr"> 70 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L72" class="LineNr"> 72 </span> ] <span id="L73" class="LineNr"> 73 </span>] <span id="L74" class="LineNr"> 74 </span> @@ -138,14 +137,14 @@ if ('onhashchange' in window) { <span id="L77" class="LineNr"> 77 </span> array:&:@:num <span class="Special"><-</span> new <span class="Constant">number:type</span>,<span class="Constant"> 3</span> <span id="L78" class="LineNr"> 78 </span> *array <span class="Special"><-</span> put-index *array,<span class="Constant"> 0</span>,<span class="Constant"> 4</span> <span id="L79" class="LineNr"> 79 </span> run [ -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> array <span class="Special"><-</span> <a href='063array.mu.html#L44'>fill</a> array,<span class="Constant"> 1 2 3</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> 10:@:num/<span class="Special">raw</span> <span class="Special"><-</span> copy *array +<span id="L80" class="LineNr"> 80 </span> array <span class="Special"><-</span> fill array,<span class="Constant"> 1 2 3</span> +<span id="L81" class="LineNr"> 81 </span> 10:@:num/<span class="Special">raw</span> <span class="Special"><-</span> copy *array <span id="L82" class="LineNr"> 82 </span> ] <span id="L83" class="LineNr"> 83 </span> memory-should-contain [ -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L86" class="LineNr"> 86 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L88" class="LineNr"> 88 </span> ] <span id="L89" class="LineNr"> 89 </span>] <span id="L90" class="LineNr"> 90 </span> @@ -153,20 +152,20 @@ if ('onhashchange' in window) { <span id="L92" class="LineNr"> 92 </span> <span class="Constant">local-scope</span> <span id="L93" class="LineNr"> 93 </span> array:&:@:num <span class="Special"><-</span> new <span class="Constant">number:type</span>,<span class="Constant"> 3</span> <span id="L94" class="LineNr"> 94 </span> run [ -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> array <span class="Special"><-</span> <a href='063array.mu.html#L44'>fill</a> array -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> 10:@:num/<span class="Special">raw</span> <span class="Special"><-</span> copy *array +<span id="L95" class="LineNr"> 95 </span> array <span class="Special"><-</span> fill array +<span id="L96" class="LineNr"> 96 </span> 10:@:num/<span class="Special">raw</span> <span class="Special"><-</span> copy *array <span id="L97" class="LineNr"> 97 </span> ] <span id="L98" class="LineNr"> 98 </span> memory-should-contain [ -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L100" class="LineNr">100 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L101" class="LineNr">101 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L102" class="LineNr">102 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L103" class="LineNr">103 </span> ] <span id="L104" class="LineNr">104 </span>] <span id="L105" class="LineNr">105 </span> <span id="L106" class="LineNr">106 </span><span class="Comment"># swap two elements of an array</span> <span id="L107" class="LineNr">107 </span><span class="Comment"># (contributed by Caleb Couch)</span> -<span id="L108" class="LineNr">108 </span><span class="muRecipe">def</span> <a href='063array.mu.html#L108'>swap</a> array:&:@:num, index1:num, index2:num<span class="muRecipe"> -> </span>array:&:@:num [ +<span id="L108" class="LineNr">108 </span><span class="muRecipe">def</span> swap array:&:@:num, index1:num, index2:num<span class="muRecipe"> -> </span>array:&:@:num [ <span id="L109" class="LineNr">109 </span> <span class="Constant">local-scope</span> <span id="L110" class="LineNr">110 </span> <span class="Constant">load-inputs</span> <span id="L111" class="LineNr">111 </span> object1:num <span class="Special"><-</span> index *array, index1 @@ -178,15 +177,15 @@ if ('onhashchange' in window) { <span id="L117" class="LineNr">117 </span><span class="muScenario">scenario</span> swap-works [ <span id="L118" class="LineNr">118 </span> <span class="Constant">local-scope</span> <span id="L119" class="LineNr">119 </span> array:&:@:num <span class="Special"><-</span> new <span class="Constant">number:type</span>,<span class="Constant"> 4</span> -<span id="L120" class="LineNr">120 </span> array <span class="Special"><-</span> <a href='063array.mu.html#L44'>fill</a> array,<span class="Constant"> 4 3 2 1</span> +<span id="L120" class="LineNr">120 </span> array <span class="Special"><-</span> fill array,<span class="Constant"> 4 3 2 1</span> <span id="L121" class="LineNr">121 </span> run [ -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> array <span class="Special"><-</span> <a href='063array.mu.html#L108'>swap</a> array,<span class="Constant"> 0</span>,<span class="Constant"> 2</span> -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> index *array,<span class="Constant"> 0</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> index *array,<span class="Constant"> 2</span> +<span id="L122" class="LineNr">122 </span> array <span class="Special"><-</span> swap array,<span class="Constant"> 0</span>,<span class="Constant"> 2</span> +<span id="L123" class="LineNr">123 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> index *array,<span class="Constant"> 0</span> +<span id="L124" class="LineNr">124 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> index *array,<span class="Constant"> 2</span> <span id="L125" class="LineNr">125 </span> ] <span id="L126" class="LineNr">126 </span> memory-should-contain [ -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L128" class="LineNr">128 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L127" class="LineNr">127 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L128" class="LineNr">128 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span id="L129" class="LineNr">129 </span> ] <span id="L130" class="LineNr">130 </span>] <span id="L131" class="LineNr">131 </span> @@ -199,45 +198,45 @@ if ('onhashchange' in window) { <span id="L138" class="LineNr">138 </span> length:num <span class="Special"><-</span> length *array <span id="L139" class="LineNr">139 </span> end:num <span class="Special"><-</span> subtract length,<span class="Constant"> 1</span> <span id="L140" class="LineNr">140 </span> <span class="Delimiter">{</span> -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal start, end -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span> array <span class="Special"><-</span> <a href='063array.mu.html#L108'>swap</a> array, start, end -<span id="L144" class="LineNr">144 </span> <span class="Conceal">¦</span> start <span class="Special"><-</span> add start,<span class="Constant"> 1</span> -<span id="L145" class="LineNr">145 </span> <span class="Conceal">¦</span> end <span class="Special"><-</span> subtract end,<span class="Constant"> 1</span> -<span id="L146" class="LineNr">146 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L141" class="LineNr">141 </span> done?:bool <span class="Special"><-</span> greater-or-equal start, end +<span id="L142" class="LineNr">142 </span> <span class="muControl">break-if</span> done? +<span id="L143" class="LineNr">143 </span> array <span class="Special"><-</span> swap array, start, end +<span id="L144" class="LineNr">144 </span> start <span class="Special"><-</span> add start,<span class="Constant"> 1</span> +<span id="L145" class="LineNr">145 </span> end <span class="Special"><-</span> subtract end,<span class="Constant"> 1</span> +<span id="L146" class="LineNr">146 </span> <span class="muControl"> loop</span> <span id="L147" class="LineNr">147 </span> <span class="Delimiter">}</span> <span id="L148" class="LineNr">148 </span>] <span id="L149" class="LineNr">149 </span> <span id="L150" class="LineNr">150 </span><span class="muScenario">scenario</span> reverse-array-odd-length [ <span id="L151" class="LineNr">151 </span> <span class="Constant">local-scope</span> <span id="L152" class="LineNr">152 </span> array:&:@:num <span class="Special"><-</span> new <span class="Constant">number:type</span>,<span class="Constant"> 3</span> -<span id="L153" class="LineNr">153 </span> array <span class="Special"><-</span> <a href='063array.mu.html#L44'>fill</a> array,<span class="Constant"> 3 2 1</span> +<span id="L153" class="LineNr">153 </span> array <span class="Special"><-</span> fill array,<span class="Constant"> 3 2 1</span> <span id="L154" class="LineNr">154 </span> run [ -<span id="L155" class="LineNr">155 </span> <span class="Conceal">¦</span> array <span class="Special"><-</span> reverse array -<span id="L156" class="LineNr">156 </span> <span class="Conceal">¦</span> 10:@:num/<span class="Special">raw</span> <span class="Special"><-</span> copy *array +<span id="L155" class="LineNr">155 </span> array <span class="Special"><-</span> reverse array +<span id="L156" class="LineNr">156 </span> 10:@:num/<span class="Special">raw</span> <span class="Special"><-</span> copy *array <span id="L157" class="LineNr">157 </span> ] <span id="L158" class="LineNr">158 </span> memory-should-contain [ -<span id="L159" class="LineNr">159 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L160" class="LineNr">160 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L162" class="LineNr">162 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L159" class="LineNr">159 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L160" class="LineNr">160 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L161" class="LineNr">161 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L162" class="LineNr">162 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L163" class="LineNr">163 </span> ] <span id="L164" class="LineNr">164 </span>] <span id="L165" class="LineNr">165 </span> <span id="L166" class="LineNr">166 </span><span class="muScenario">scenario</span> reverse-array-even-length [ <span id="L167" class="LineNr">167 </span> <span class="Constant">local-scope</span> <span id="L168" class="LineNr">168 </span> array:&:@:num <span class="Special"><-</span> new <span class="Constant">number:type</span>,<span class="Constant"> 4</span> -<span id="L169" class="LineNr">169 </span> array <span class="Special"><-</span> <a href='063array.mu.html#L44'>fill</a> array,<span class="Constant"> 4 3 2 1</span> +<span id="L169" class="LineNr">169 </span> array <span class="Special"><-</span> fill array,<span class="Constant"> 4 3 2 1</span> <span id="L170" class="LineNr">170 </span> run [ -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span> array <span class="Special"><-</span> reverse array -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> 10:@:num/<span class="Special">raw</span> <span class="Special"><-</span> copy *array +<span id="L171" class="LineNr">171 </span> array <span class="Special"><-</span> reverse array +<span id="L172" class="LineNr">172 </span> 10:@:num/<span class="Special">raw</span> <span class="Special"><-</span> copy *array <span id="L173" class="LineNr">173 </span> ] <span id="L174" class="LineNr">174 </span> memory-should-contain [ -<span id="L175" class="LineNr">175 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> -<span id="L176" class="LineNr">176 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L178" class="LineNr">178 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span><span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L175" class="LineNr">175 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L176" class="LineNr">176 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L177" class="LineNr">177 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L178" class="LineNr">178 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L179" class="LineNr">179 </span> <span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span id="L180" class="LineNr">180 </span> ] <span id="L181" class="LineNr">181 </span>] </pre> diff --git a/html/064list.mu.html b/html/064list.mu.html index cc383bf3..b6ae13ab 100644 --- a/html/064list.mu.html +++ b/html/064list.mu.html @@ -15,17 +15,16 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.muData { color: #ffff00; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Conceal { color: #4e4e4e; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.muData { color: #ffff00; } --> </style> @@ -65,149 +64,149 @@ if ('onhashchange' in window) { <span id="L3" class="LineNr"> 3 </span><span class="Comment"># The objects must be of the same type. If you want to store multiple types in</span> <span id="L4" class="LineNr"> 4 </span><span class="Comment"># a single list, use an exclusive-container.</span> <span id="L5" class="LineNr"> 5 </span> -<span id="L6" class="LineNr"> 6 </span><span class="muData">container</span> <a href='064list.mu.html#L6'>list</a>:_elem [ +<span id="L6" class="LineNr"> 6 </span><span class="muData">container</span> list:_elem [ <span id="L7" class="LineNr"> 7 </span> value:_elem -<span id="L8" class="LineNr"> 8 </span> <a href='065duplex_list.mu.html#L25'>next</a>:&:<a href='064list.mu.html#L6'>list</a>:_elem +<span id="L8" class="LineNr"> 8 </span> next:&:list:_elem <span id="L9" class="LineNr"> 9 </span>] <span id="L10" class="LineNr"> 10 </span> -<span id="L11" class="LineNr"> 11 </span><span class="muRecipe">def</span> push x:_elem, l:&:<a href='064list.mu.html#L6'>list</a>:_elem<span class="muRecipe"> -> </span>result:&:<a href='064list.mu.html#L6'>list</a>:_elem/contained-in:l [ +<span id="L11" class="LineNr"> 11 </span><span class="muRecipe">def</span> push x:_elem, l:&:list:_elem<span class="muRecipe"> -> </span>result:&:list:_elem/contained-in:l [ <span id="L12" class="LineNr"> 12 </span> <span class="Constant">local-scope</span> <span id="L13" class="LineNr"> 13 </span> <span class="Constant">load-inputs</span> <span id="L14" class="LineNr"> 14 </span> result <span class="Special"><-</span> new <span class="Delimiter">{</span>(list _elem): type<span class="Delimiter">}</span> <span id="L15" class="LineNr"> 15 </span> *result <span class="Special"><-</span> merge x, l <span id="L16" class="LineNr"> 16 </span>] <span id="L17" class="LineNr"> 17 </span> -<span id="L18" class="LineNr"> 18 </span><span class="muRecipe">def</span> first in:&:<a href='064list.mu.html#L6'>list</a>:_elem<span class="muRecipe"> -> </span>result:_elem [ +<span id="L18" class="LineNr"> 18 </span><span class="muRecipe">def</span> first in:&:list:_elem<span class="muRecipe"> -> </span>result:_elem [ <span id="L19" class="LineNr"> 19 </span> <span class="Constant">local-scope</span> <span id="L20" class="LineNr"> 20 </span> <span class="Constant">load-inputs</span> <span id="L21" class="LineNr"> 21 </span> result <span class="Special"><-</span> get *in, <span class="Constant">value:offset</span> <span id="L22" class="LineNr"> 22 </span>] <span id="L23" class="LineNr"> 23 </span> -<span id="L24" class="LineNr"> 24 </span><span class="muRecipe">def</span> <a href='064list.mu.html#L24'>rest</a> in:&:<a href='064list.mu.html#L6'>list</a>:_elem<span class="muRecipe"> -> </span>result:&:<a href='064list.mu.html#L6'>list</a>:_elem/contained-in:in [ +<span id="L24" class="LineNr"> 24 </span><span class="muRecipe">def</span> rest in:&:list:_elem<span class="muRecipe"> -> </span>result:&:list:_elem/contained-in:in [ <span id="L25" class="LineNr"> 25 </span> <span class="Constant">local-scope</span> <span id="L26" class="LineNr"> 26 </span> <span class="Constant">load-inputs</span> -<span id="L27" class="LineNr"> 27 </span> result <span class="Special"><-</span> get *in, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span> +<span id="L27" class="LineNr"> 27 </span> result <span class="Special"><-</span> get *in, <span class="Constant">next:offset</span> <span id="L28" class="LineNr"> 28 </span>] <span id="L29" class="LineNr"> 29 </span> <span id="L30" class="LineNr"> 30 </span><span class="muScenario">scenario</span> list-handling [ <span id="L31" class="LineNr"> 31 </span> run [ -<span id="L32" class="LineNr"> 32 </span> <span class="Conceal">¦</span> <span class="Constant">local-scope</span> -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span> x:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L34" class="LineNr"> 34 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> push<span class="Constant"> 4</span>, x -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> push<span class="Constant"> 5</span>, x -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first x -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> x -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first x -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> x -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first x -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span> 20:&:<a href='064list.mu.html#L6'>list</a>:num/<span class="Special">raw</span> <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> x +<span id="L32" class="LineNr"> 32 </span> <span class="Constant">local-scope</span> +<span id="L33" class="LineNr"> 33 </span> x:&:list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L34" class="LineNr"> 34 </span> x <span class="Special"><-</span> push<span class="Constant"> 4</span>, x +<span id="L35" class="LineNr"> 35 </span> x <span class="Special"><-</span> push<span class="Constant"> 5</span>, x +<span id="L36" class="LineNr"> 36 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first x +<span id="L37" class="LineNr"> 37 </span> x <span class="Special"><-</span> rest x +<span id="L38" class="LineNr"> 38 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first x +<span id="L39" class="LineNr"> 39 </span> x <span class="Special"><-</span> rest x +<span id="L40" class="LineNr"> 40 </span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first x +<span id="L41" class="LineNr"> 41 </span> 20:&:list:num/<span class="Special">raw</span> <span class="Special"><-</span> rest x <span id="L42" class="LineNr"> 42 </span> ] <span id="L43" class="LineNr"> 43 </span> memory-should-contain [ -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 5</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 4</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># nothing left</span> +<span id="L44" class="LineNr"> 44 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 5</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L46" class="LineNr"> 46 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L47" class="LineNr"> 47 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># nothing left</span> <span id="L48" class="LineNr"> 48 </span> ] <span id="L49" class="LineNr"> 49 </span>] <span id="L50" class="LineNr"> 50 </span> -<span id="L51" class="LineNr"> 51 </span><span class="muRecipe">def</span> length l:&:<a href='064list.mu.html#L6'>list</a>:_elem<span class="muRecipe"> -> </span>result:num [ +<span id="L51" class="LineNr"> 51 </span><span class="muRecipe">def</span> length l:&:list:_elem<span class="muRecipe"> -> </span>result:num [ <span id="L52" class="LineNr"> 52 </span> <span class="Constant">local-scope</span> <span id="L53" class="LineNr"> 53 </span> <span class="Constant">load-inputs</span> <span id="L54" class="LineNr"> 54 </span> result <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L55" class="LineNr"> 55 </span> <span class="Delimiter">{</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> l -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> result <span class="Special"><-</span> add result,<span class="Constant"> 1</span> -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span> l <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> l -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L56" class="LineNr"> 56 </span> <span class="muControl">break-unless</span> l +<span id="L57" class="LineNr"> 57 </span> result <span class="Special"><-</span> add result,<span class="Constant"> 1</span> +<span id="L58" class="LineNr"> 58 </span> l <span class="Special"><-</span> rest l +<span id="L59" class="LineNr"> 59 </span> <span class="muControl"> loop</span> <span id="L60" class="LineNr"> 60 </span> <span class="Delimiter">}</span> <span id="L61" class="LineNr"> 61 </span>] <span id="L62" class="LineNr"> 62 </span> <span id="L63" class="LineNr"> 63 </span><span class="Comment"># insert 'x' after 'in'</span> -<span id="L64" class="LineNr"> 64 </span><span class="muRecipe">def</span> insert x:_elem, in:&:<a href='064list.mu.html#L6'>list</a>:_elem<span class="muRecipe"> -> </span>in:&:<a href='064list.mu.html#L6'>list</a>:_elem [ +<span id="L64" class="LineNr"> 64 </span><span class="muRecipe">def</span> insert x:_elem, in:&:list:_elem<span class="muRecipe"> -> </span>in:&:list:_elem [ <span id="L65" class="LineNr"> 65 </span> <span class="Constant">local-scope</span> <span id="L66" class="LineNr"> 66 </span> <span class="Constant">load-inputs</span> -<span id="L67" class="LineNr"> 67 </span> new-node:&:<a href='064list.mu.html#L6'>list</a>:_elem <span class="Special"><-</span> new <span class="Delimiter">{</span>(list _elem): type<span class="Delimiter">}</span> +<span id="L67" class="LineNr"> 67 </span> new-node:&:list:_elem <span class="Special"><-</span> new <span class="Delimiter">{</span>(list _elem): type<span class="Delimiter">}</span> <span id="L68" class="LineNr"> 68 </span> *new-node <span class="Special"><-</span> put *new-node, <span class="Constant">value:offset</span>, x -<span id="L69" class="LineNr"> 69 </span> next-node:&:<a href='064list.mu.html#L6'>list</a>:_elem <span class="Special"><-</span> get *in, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span> -<span id="L70" class="LineNr"> 70 </span> *in <span class="Special"><-</span> put *in, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span>, new-node -<span id="L71" class="LineNr"> 71 </span> *new-node <span class="Special"><-</span> put *new-node, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span>, next-node +<span id="L69" class="LineNr"> 69 </span> next-node:&:list:_elem <span class="Special"><-</span> get *in, <span class="Constant">next:offset</span> +<span id="L70" class="LineNr"> 70 </span> *in <span class="Special"><-</span> put *in, <span class="Constant">next:offset</span>, new-node +<span id="L71" class="LineNr"> 71 </span> *new-node <span class="Special"><-</span> put *new-node, <span class="Constant">next:offset</span>, next-node <span id="L72" class="LineNr"> 72 </span>] <span id="L73" class="LineNr"> 73 </span> <span id="L74" class="LineNr"> 74 </span><span class="muScenario">scenario</span> inserting-into-list [ <span id="L75" class="LineNr"> 75 </span> <span class="Constant">local-scope</span> -<span id="L76" class="LineNr"> 76 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L77" class="LineNr"> 77 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 4</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L78" class="LineNr"> 78 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 5</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L76" class="LineNr"> 76 </span> list:&:list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L77" class="LineNr"> 77 </span> list <span class="Special"><-</span> push<span class="Constant"> 4</span>, list +<span id="L78" class="LineNr"> 78 </span> list <span class="Special"><-</span> push<span class="Constant"> 5</span>, list <span id="L79" class="LineNr"> 79 </span> run [ -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> list2:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> <a href='064list.mu.html#L6'>list</a> <span class="Comment"># inside list</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> insert<span class="Constant"> 6</span>, list2 -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <span class="Comment"># check structure</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> copy <a href='064list.mu.html#L6'>list</a> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> 13:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L80" class="LineNr"> 80 </span> list2:&:list:num <span class="Special"><-</span> rest list <span class="Comment"># inside list</span> +<span id="L81" class="LineNr"> 81 </span> list2 <span class="Special"><-</span> insert<span class="Constant"> 6</span>, list2 +<span id="L82" class="LineNr"> 82 </span> <span class="Comment"># check structure</span> +<span id="L83" class="LineNr"> 83 </span> list2 <span class="Special"><-</span> copy list +<span id="L84" class="LineNr"> 84 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L85" class="LineNr"> 85 </span> list2 <span class="Special"><-</span> rest list2 +<span id="L86" class="LineNr"> 86 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L87" class="LineNr"> 87 </span> list2 <span class="Special"><-</span> rest list2 +<span id="L88" class="LineNr"> 88 </span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L89" class="LineNr"> 89 </span> list2 <span class="Special"><-</span> rest list2 +<span id="L90" class="LineNr"> 90 </span> 13:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 <span id="L91" class="LineNr"> 91 </span> ] <span id="L92" class="LineNr"> 92 </span> memory-should-contain [ -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 4</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># inserted element</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L93" class="LineNr"> 93 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next</span> +<span id="L94" class="LineNr"> 94 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L95" class="LineNr"> 95 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># inserted element</span> +<span id="L96" class="LineNr"> 96 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L97" class="LineNr"> 97 </span> ] <span id="L98" class="LineNr"> 98 </span>] <span id="L99" class="LineNr"> 99 </span> <span id="L100" class="LineNr">100 </span><span class="muScenario">scenario</span> inserting-at-end-of-list [ <span id="L101" class="LineNr">101 </span> <span class="Constant">local-scope</span> -<span id="L102" class="LineNr">102 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L103" class="LineNr">103 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 4</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L104" class="LineNr">104 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 5</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L102" class="LineNr">102 </span> list:&:list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L103" class="LineNr">103 </span> list <span class="Special"><-</span> push<span class="Constant"> 4</span>, list +<span id="L104" class="LineNr">104 </span> list <span class="Special"><-</span> push<span class="Constant"> 5</span>, list <span id="L105" class="LineNr">105 </span> run [ -<span id="L106" class="LineNr">106 </span> <span class="Conceal">¦</span> list2:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> <a href='064list.mu.html#L6'>list</a> <span class="Comment"># inside list</span> -<span id="L107" class="LineNr">107 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 <span class="Comment"># now at end of list</span> -<span id="L108" class="LineNr">108 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> insert<span class="Constant"> 6</span>, list2 -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> <span class="Comment"># check structure like before</span> -<span id="L110" class="LineNr">110 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> copy <a href='064list.mu.html#L6'>list</a> -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> 13:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L106" class="LineNr">106 </span> list2:&:list:num <span class="Special"><-</span> rest list <span class="Comment"># inside list</span> +<span id="L107" class="LineNr">107 </span> list2 <span class="Special"><-</span> rest list2 <span class="Comment"># now at end of list</span> +<span id="L108" class="LineNr">108 </span> list2 <span class="Special"><-</span> insert<span class="Constant"> 6</span>, list2 +<span id="L109" class="LineNr">109 </span> <span class="Comment"># check structure like before</span> +<span id="L110" class="LineNr">110 </span> list2 <span class="Special"><-</span> copy list +<span id="L111" class="LineNr">111 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L112" class="LineNr">112 </span> list2 <span class="Special"><-</span> rest list2 +<span id="L113" class="LineNr">113 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L114" class="LineNr">114 </span> list2 <span class="Special"><-</span> rest list2 +<span id="L115" class="LineNr">115 </span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L116" class="LineNr">116 </span> list2 <span class="Special"><-</span> rest list2 +<span id="L117" class="LineNr">117 </span> 13:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 <span id="L118" class="LineNr">118 </span> ] <span id="L119" class="LineNr">119 </span> memory-should-contain [ -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 4</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># inserted element</span> +<span id="L120" class="LineNr">120 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next</span> +<span id="L121" class="LineNr">121 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L122" class="LineNr">122 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L123" class="LineNr">123 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># inserted element</span> <span id="L124" class="LineNr">124 </span> ] <span id="L125" class="LineNr">125 </span>] <span id="L126" class="LineNr">126 </span> <span id="L127" class="LineNr">127 </span><span class="muScenario">scenario</span> inserting-after-start-of-list [ <span id="L128" class="LineNr">128 </span> <span class="Constant">local-scope</span> -<span id="L129" class="LineNr">129 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L130" class="LineNr">130 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 4</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L131" class="LineNr">131 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 5</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L129" class="LineNr">129 </span> list:&:list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L130" class="LineNr">130 </span> list <span class="Special"><-</span> push<span class="Constant"> 4</span>, list +<span id="L131" class="LineNr">131 </span> list <span class="Special"><-</span> push<span class="Constant"> 5</span>, list <span id="L132" class="LineNr">132 </span> run [ -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> insert<span class="Constant"> 6</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> <span class="Comment"># check structure like before</span> -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span> list2:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> copy <a href='064list.mu.html#L6'>list</a> -<span id="L136" class="LineNr">136 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span> 13:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L133" class="LineNr">133 </span> list <span class="Special"><-</span> insert<span class="Constant"> 6</span>, list +<span id="L134" class="LineNr">134 </span> <span class="Comment"># check structure like before</span> +<span id="L135" class="LineNr">135 </span> list2:&:list:num <span class="Special"><-</span> copy list +<span id="L136" class="LineNr">136 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L137" class="LineNr">137 </span> list2 <span class="Special"><-</span> rest list2 +<span id="L138" class="LineNr">138 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L139" class="LineNr">139 </span> list2 <span class="Special"><-</span> rest list2 +<span id="L140" class="LineNr">140 </span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L141" class="LineNr">141 </span> list2 <span class="Special"><-</span> rest list2 +<span id="L142" class="LineNr">142 </span> 13:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 <span id="L143" class="LineNr">143 </span> ] <span id="L144" class="LineNr">144 </span> memory-should-contain [ -<span id="L145" class="LineNr">145 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next</span> -<span id="L146" class="LineNr">146 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># inserted element</span> -<span id="L147" class="LineNr">147 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 4</span> -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L145" class="LineNr">145 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next</span> +<span id="L146" class="LineNr">146 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># inserted element</span> +<span id="L147" class="LineNr">147 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L148" class="LineNr">148 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L149" class="LineNr">149 </span> ] <span id="L150" class="LineNr">150 </span>] <span id="L151" class="LineNr">151 </span> @@ -215,202 +214,202 @@ if ('onhashchange' in window) { <span id="L153" class="LineNr">153 </span><span class="Comment">#</span> <span id="L154" class="LineNr">154 </span><span class="Comment"># Returns null if and only if list is empty. Beware: in that case any other</span> <span id="L155" class="LineNr">155 </span><span class="Comment"># pointers to the head are now invalid.</span> -<span id="L156" class="LineNr">156 </span><span class="muRecipe">def</span> remove x:&:<a href='064list.mu.html#L6'>list</a>:_elem/contained-in:in, in:&:<a href='064list.mu.html#L6'>list</a>:_elem<span class="muRecipe"> -> </span>in:&:<a href='064list.mu.html#L6'>list</a>:_elem [ +<span id="L156" class="LineNr">156 </span><span class="muRecipe">def</span> remove x:&:list:_elem/contained-in:in, in:&:list:_elem<span class="muRecipe"> -> </span>in:&:list:_elem [ <span id="L157" class="LineNr">157 </span> <span class="Constant">local-scope</span> <span id="L158" class="LineNr">158 </span> <span class="Constant">load-inputs</span> <span id="L159" class="LineNr">159 </span> <span class="Comment"># if 'x' is null, return</span> <span id="L160" class="LineNr">160 </span> <span class="muControl">return-unless</span> x -<span id="L161" class="LineNr">161 </span> next-node:&:<a href='064list.mu.html#L6'>list</a>:_elem <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> x +<span id="L161" class="LineNr">161 </span> next-node:&:list:_elem <span class="Special"><-</span> rest x <span id="L162" class="LineNr">162 </span> <span class="Comment"># clear next pointer of 'x'</span> -<span id="L163" class="LineNr">163 </span> *x <span class="Special"><-</span> put *x, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span>,<span class="Constant"> 0</span> +<span id="L163" class="LineNr">163 </span> *x <span class="Special"><-</span> put *x, <span class="Constant">next:offset</span>,<span class="Constant"> 0</span> <span id="L164" class="LineNr">164 </span> <span class="Comment"># if 'x' is at the head of 'in', return the new head</span> <span id="L165" class="LineNr">165 </span> at-head?:bool <span class="Special"><-</span> equal x, in <span id="L166" class="LineNr">166 </span> <span class="muControl">return-if</span> at-head?, next-node <span id="L167" class="LineNr">167 </span> <span class="Comment"># compute prev-node</span> -<span id="L168" class="LineNr">168 </span> prev-node:&:<a href='064list.mu.html#L6'>list</a>:_elem <span class="Special"><-</span> copy in -<span id="L169" class="LineNr">169 </span> curr:&:<a href='064list.mu.html#L6'>list</a>:_elem <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> prev-node +<span id="L168" class="LineNr">168 </span> prev-node:&:list:_elem <span class="Special"><-</span> copy in +<span id="L169" class="LineNr">169 </span> curr:&:list:_elem <span class="Special"><-</span> rest prev-node <span id="L170" class="LineNr">170 </span> <span class="Delimiter">{</span> -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span> <span class="muControl">return-unless</span> curr -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> found?:bool <span class="Special"><-</span> equal curr, x -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> found? -<span id="L174" class="LineNr">174 </span> <span class="Conceal">¦</span> prev-node <span class="Special"><-</span> copy curr -<span id="L175" class="LineNr">175 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> curr +<span id="L171" class="LineNr">171 </span> <span class="muControl">return-unless</span> curr +<span id="L172" class="LineNr">172 </span> found?:bool <span class="Special"><-</span> equal curr, x +<span id="L173" class="LineNr">173 </span> <span class="muControl">break-if</span> found? +<span id="L174" class="LineNr">174 </span> prev-node <span class="Special"><-</span> copy curr +<span id="L175" class="LineNr">175 </span> curr <span class="Special"><-</span> rest curr <span id="L176" class="LineNr">176 </span> <span class="Delimiter">}</span> <span id="L177" class="LineNr">177 </span> <span class="Comment"># set its next pointer to skip 'x'</span> -<span id="L178" class="LineNr">178 </span> *prev-node <span class="Special"><-</span> put *prev-node, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span>, next-node +<span id="L178" class="LineNr">178 </span> *prev-node <span class="Special"><-</span> put *prev-node, <span class="Constant">next:offset</span>, next-node <span id="L179" class="LineNr">179 </span>] <span id="L180" class="LineNr">180 </span> <span id="L181" class="LineNr">181 </span><span class="muScenario">scenario</span> removing-from-list [ <span id="L182" class="LineNr">182 </span> <span class="Constant">local-scope</span> -<span id="L183" class="LineNr">183 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L184" class="LineNr">184 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 4</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L185" class="LineNr">185 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 5</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L183" class="LineNr">183 </span> list:&:list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L184" class="LineNr">184 </span> list <span class="Special"><-</span> push<span class="Constant"> 4</span>, list +<span id="L185" class="LineNr">185 </span> list <span class="Special"><-</span> push<span class="Constant"> 5</span>, list <span id="L186" class="LineNr">186 </span> run [ -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span> list2:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> <a href='064list.mu.html#L6'>list</a> <span class="Comment"># second element</span> -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> remove list2, <a href='064list.mu.html#L6'>list</a> -<span id="L189" class="LineNr">189 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal list2,<span class="Constant"> 0</span> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> <span class="Comment"># check structure like before</span> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> copy <a href='064list.mu.html#L6'>list</a> -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> 20:&:<a href='064list.mu.html#L6'>list</a>:num/<span class="Special">raw</span> <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 +<span id="L187" class="LineNr">187 </span> list2:&:list:num <span class="Special"><-</span> rest list <span class="Comment"># second element</span> +<span id="L188" class="LineNr">188 </span> list <span class="Special"><-</span> remove list2, list +<span id="L189" class="LineNr">189 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal list2,<span class="Constant"> 0</span> +<span id="L190" class="LineNr">190 </span> <span class="Comment"># check structure like before</span> +<span id="L191" class="LineNr">191 </span> list2 <span class="Special"><-</span> copy list +<span id="L192" class="LineNr">192 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L193" class="LineNr">193 </span> list2 <span class="Special"><-</span> rest list2 +<span id="L194" class="LineNr">194 </span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L195" class="LineNr">195 </span> 20:&:list:num/<span class="Special">raw</span> <span class="Special"><-</span> rest list2 <span id="L196" class="LineNr">196 </span> ] <span id="L197" class="LineNr">197 </span> memory-should-contain [ -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># remove returned non-null</span> -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next, skipping deleted element</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L201" class="LineNr">201 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no more elements</span> +<span id="L198" class="LineNr">198 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># remove returned non-null</span> +<span id="L199" class="LineNr">199 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next, skipping deleted element</span> +<span id="L200" class="LineNr">200 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L201" class="LineNr">201 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no more elements</span> <span id="L202" class="LineNr">202 </span> ] <span id="L203" class="LineNr">203 </span>] <span id="L204" class="LineNr">204 </span> <span id="L205" class="LineNr">205 </span><span class="muScenario">scenario</span> removing-from-start-of-list [ <span id="L206" class="LineNr">206 </span> <span class="Constant">local-scope</span> -<span id="L207" class="LineNr">207 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L208" class="LineNr">208 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 4</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L209" class="LineNr">209 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 5</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L207" class="LineNr">207 </span> list:&:list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L208" class="LineNr">208 </span> list <span class="Special"><-</span> push<span class="Constant"> 4</span>, list +<span id="L209" class="LineNr">209 </span> list <span class="Special"><-</span> push<span class="Constant"> 5</span>, list <span id="L210" class="LineNr">210 </span> run [ -<span id="L211" class="LineNr">211 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> remove <a href='064list.mu.html#L6'>list</a>, <a href='064list.mu.html#L6'>list</a> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span> <span class="Comment"># check structure like before</span> -<span id="L213" class="LineNr">213 </span> <span class="Conceal">¦</span> list2:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> copy <a href='064list.mu.html#L6'>list</a> -<span id="L214" class="LineNr">214 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L217" class="LineNr">217 </span> <span class="Conceal">¦</span> 20:&:<a href='064list.mu.html#L6'>list</a>:num/<span class="Special">raw</span> <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 +<span id="L211" class="LineNr">211 </span> list <span class="Special"><-</span> remove list, list +<span id="L212" class="LineNr">212 </span> <span class="Comment"># check structure like before</span> +<span id="L213" class="LineNr">213 </span> list2:&:list:num <span class="Special"><-</span> copy list +<span id="L214" class="LineNr">214 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L215" class="LineNr">215 </span> list2 <span class="Special"><-</span> rest list2 +<span id="L216" class="LineNr">216 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L217" class="LineNr">217 </span> 20:&:list:num/<span class="Special">raw</span> <span class="Special"><-</span> rest list2 <span id="L218" class="LineNr">218 </span> ] <span id="L219" class="LineNr">219 </span> memory-should-contain [ -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># scanning next, skipping deleted element</span> -<span id="L221" class="LineNr">221 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L222" class="LineNr">222 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no more elements</span> +<span id="L220" class="LineNr">220 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># scanning next, skipping deleted element</span> +<span id="L221" class="LineNr">221 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L222" class="LineNr">222 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no more elements</span> <span id="L223" class="LineNr">223 </span> ] <span id="L224" class="LineNr">224 </span>] <span id="L225" class="LineNr">225 </span> <span id="L226" class="LineNr">226 </span><span class="muScenario">scenario</span> removing-from-end-of-list [ <span id="L227" class="LineNr">227 </span> <span class="Constant">local-scope</span> -<span id="L228" class="LineNr">228 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L229" class="LineNr">229 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 4</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L230" class="LineNr">230 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 5</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L228" class="LineNr">228 </span> list:&:list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L229" class="LineNr">229 </span> list <span class="Special"><-</span> push<span class="Constant"> 4</span>, list +<span id="L230" class="LineNr">230 </span> list <span class="Special"><-</span> push<span class="Constant"> 5</span>, list <span id="L231" class="LineNr">231 </span> run [ -<span id="L232" class="LineNr">232 </span> <span class="Conceal">¦</span> <span class="Comment"># delete last element</span> -<span id="L233" class="LineNr">233 </span> <span class="Conceal">¦</span> list2:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> <a href='064list.mu.html#L6'>list</a> -<span id="L234" class="LineNr">234 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 -<span id="L235" class="LineNr">235 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> remove list2, <a href='064list.mu.html#L6'>list</a> -<span id="L236" class="LineNr">236 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal list2,<span class="Constant"> 0</span> -<span id="L237" class="LineNr">237 </span> <span class="Conceal">¦</span> <span class="Comment"># check structure like before</span> -<span id="L238" class="LineNr">238 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> copy <a href='064list.mu.html#L6'>list</a> -<span id="L239" class="LineNr">239 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L240" class="LineNr">240 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 -<span id="L241" class="LineNr">241 </span> <span class="Conceal">¦</span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L242" class="LineNr">242 </span> <span class="Conceal">¦</span> 20:&:<a href='064list.mu.html#L6'>list</a>:num/<span class="Special">raw</span> <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> list2 +<span id="L232" class="LineNr">232 </span> <span class="Comment"># delete last element</span> +<span id="L233" class="LineNr">233 </span> list2:&:list:num <span class="Special"><-</span> rest list +<span id="L234" class="LineNr">234 </span> list2 <span class="Special"><-</span> rest list2 +<span id="L235" class="LineNr">235 </span> list <span class="Special"><-</span> remove list2, list +<span id="L236" class="LineNr">236 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal list2,<span class="Constant"> 0</span> +<span id="L237" class="LineNr">237 </span> <span class="Comment"># check structure like before</span> +<span id="L238" class="LineNr">238 </span> list2 <span class="Special"><-</span> copy list +<span id="L239" class="LineNr">239 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L240" class="LineNr">240 </span> list2 <span class="Special"><-</span> rest list2 +<span id="L241" class="LineNr">241 </span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L242" class="LineNr">242 </span> 20:&:list:num/<span class="Special">raw</span> <span class="Special"><-</span> rest list2 <span id="L243" class="LineNr">243 </span> ] <span id="L244" class="LineNr">244 </span> memory-should-contain [ -<span id="L245" class="LineNr">245 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># remove returned non-null</span> -<span id="L246" class="LineNr">246 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next, skipping deleted element</span> -<span id="L247" class="LineNr">247 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 4</span> -<span id="L248" class="LineNr">248 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no more elements</span> +<span id="L245" class="LineNr">245 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># remove returned non-null</span> +<span id="L246" class="LineNr">246 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next, skipping deleted element</span> +<span id="L247" class="LineNr">247 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L248" class="LineNr">248 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no more elements</span> <span id="L249" class="LineNr">249 </span> ] <span id="L250" class="LineNr">250 </span>] <span id="L251" class="LineNr">251 </span> <span id="L252" class="LineNr">252 </span><span class="muScenario">scenario</span> removing-from-singleton-list [ <span id="L253" class="LineNr">253 </span> <span class="Constant">local-scope</span> -<span id="L254" class="LineNr">254 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L254" class="LineNr">254 </span> list:&:list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> <span id="L255" class="LineNr">255 </span> run [ -<span id="L256" class="LineNr">256 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> remove <a href='064list.mu.html#L6'>list</a>, <a href='064list.mu.html#L6'>list</a> -<span id="L257" class="LineNr">257 </span> <span class="Conceal">¦</span> 1:num/<span class="Special">raw</span> <span class="Special"><-</span> copy <a href='064list.mu.html#L6'>list</a> +<span id="L256" class="LineNr">256 </span> list <span class="Special"><-</span> remove list, list +<span id="L257" class="LineNr">257 </span> 1:num/<span class="Special">raw</span> <span class="Special"><-</span> copy list <span id="L258" class="LineNr">258 </span> ] <span id="L259" class="LineNr">259 </span> memory-should-contain [ -<span id="L260" class="LineNr">260 </span> <span class="Conceal">¦</span><span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># back to an empty list</span> +<span id="L260" class="LineNr">260 </span> <span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># back to an empty list</span> <span id="L261" class="LineNr">261 </span> ] <span id="L262" class="LineNr">262 </span>] <span id="L263" class="LineNr">263 </span> <span id="L264" class="LineNr">264 </span><span class="Comment"># reverse the elements of a list</span> <span id="L265" class="LineNr">265 </span><span class="Comment"># (contributed by Caleb Couch)</span> -<span id="L266" class="LineNr">266 </span><span class="muRecipe">def</span> reverse <a href='064list.mu.html#L6'>list</a>:&:<a href='064list.mu.html#L6'>list</a>:_elem temp:&:<a href='064list.mu.html#L6'>list</a>:_elem/contained-in:result<span class="muRecipe"> -> </span>result:&:<a href='064list.mu.html#L6'>list</a>:_elem [ +<span id="L266" class="LineNr">266 </span><span class="muRecipe">def</span> reverse list:&:list:_elem temp:&:list:_elem/contained-in:result<span class="muRecipe"> -> </span>result:&:list:_elem [ <span id="L267" class="LineNr">267 </span> <span class="Constant">local-scope</span> <span id="L268" class="LineNr">268 </span> <span class="Constant">load-inputs</span> -<span id="L269" class="LineNr">269 </span> <span class="muControl">return-unless</span> <a href='064list.mu.html#L6'>list</a>, temp -<span id="L270" class="LineNr">270 </span> object:_elem <span class="Special"><-</span> first, <a href='064list.mu.html#L6'>list</a> -<span id="L271" class="LineNr">271 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> <a href='064list.mu.html#L6'>list</a> +<span id="L269" class="LineNr">269 </span> <span class="muControl">return-unless</span> list, temp +<span id="L270" class="LineNr">270 </span> object:_elem <span class="Special"><-</span> first, list +<span id="L271" class="LineNr">271 </span> list <span class="Special"><-</span> rest list <span id="L272" class="LineNr">272 </span> temp <span class="Special"><-</span> push object, temp -<span id="L273" class="LineNr">273 </span> result <span class="Special"><-</span> reverse <a href='064list.mu.html#L6'>list</a>, temp +<span id="L273" class="LineNr">273 </span> result <span class="Special"><-</span> reverse list, temp <span id="L274" class="LineNr">274 </span>] <span id="L275" class="LineNr">275 </span> <span id="L276" class="LineNr">276 </span><span class="muScenario">scenario</span> reverse-list [ <span id="L277" class="LineNr">277 </span> <span class="Constant">local-scope</span> -<span id="L278" class="LineNr">278 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> push<span class="Constant"> 1</span>,<span class="Constant"> 0</span> -<span id="L279" class="LineNr">279 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 2</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L280" class="LineNr">280 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 3</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L278" class="LineNr">278 </span> list:&:list:num <span class="Special"><-</span> push<span class="Constant"> 1</span>,<span class="Constant"> 0</span> +<span id="L279" class="LineNr">279 </span> list <span class="Special"><-</span> push<span class="Constant"> 2</span>, list +<span id="L280" class="LineNr">280 </span> list <span class="Special"><-</span> push<span class="Constant"> 3</span>, list <span id="L281" class="LineNr">281 </span> run [ -<span id="L282" class="LineNr">282 </span> <span class="Conceal">¦</span> stash <span class="Constant">[list:]</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L283" class="LineNr">283 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> reverse <a href='064list.mu.html#L6'>list</a> -<span id="L284" class="LineNr">284 </span> <span class="Conceal">¦</span> stash <span class="Constant">[reversed:]</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L282" class="LineNr">282 </span> stash <span class="Constant">[list:]</span>, list +<span id="L283" class="LineNr">283 </span> list <span class="Special"><-</span> reverse list +<span id="L284" class="LineNr">284 </span> stash <span class="Constant">[reversed:]</span>, list <span id="L285" class="LineNr">285 </span> ] <span id="L286" class="LineNr">286 </span> trace-should-contain [ -<span id="L287" class="LineNr">287 </span> <span class="Conceal">¦</span> app: <a href='064list.mu.html#L6'>list</a>:<span class="Constant"> 3</span><span class="muRecipe"> -> </span>2<span class="muRecipe"> -> </span>1 -<span id="L288" class="LineNr">288 </span> <span class="Conceal">¦</span> app: reversed:<span class="Constant"> 1</span><span class="muRecipe"> -> </span>2<span class="muRecipe"> -> </span>3 +<span id="L287" class="LineNr">287 </span> app: list:<span class="Constant"> 3</span><span class="muRecipe"> -> </span>2<span class="muRecipe"> -> </span>1 +<span id="L288" class="LineNr">288 </span> app: reversed:<span class="Constant"> 1</span><span class="muRecipe"> -> </span>2<span class="muRecipe"> -> </span>3 <span id="L289" class="LineNr">289 </span> ] <span id="L290" class="LineNr">290 </span>] <span id="L291" class="LineNr">291 </span> <span id="L292" class="LineNr">292 </span><span class="muScenario">scenario</span> stash-list [ <span id="L293" class="LineNr">293 </span> <span class="Constant">local-scope</span> -<span id="L294" class="LineNr">294 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> push<span class="Constant"> 1</span>,<span class="Constant"> 0</span> -<span id="L295" class="LineNr">295 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 2</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L296" class="LineNr">296 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 3</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L294" class="LineNr">294 </span> list:&:list:num <span class="Special"><-</span> push<span class="Constant"> 1</span>,<span class="Constant"> 0</span> +<span id="L295" class="LineNr">295 </span> list <span class="Special"><-</span> push<span class="Constant"> 2</span>, list +<span id="L296" class="LineNr">296 </span> list <span class="Special"><-</span> push<span class="Constant"> 3</span>, list <span id="L297" class="LineNr">297 </span> run [ -<span id="L298" class="LineNr">298 </span> <span class="Conceal">¦</span> stash <span class="Constant">[list:]</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L298" class="LineNr">298 </span> stash <span class="Constant">[list:]</span>, list <span id="L299" class="LineNr">299 </span> ] <span id="L300" class="LineNr">300 </span> trace-should-contain [ -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span> app: <a href='064list.mu.html#L6'>list</a>:<span class="Constant"> 3</span><span class="muRecipe"> -> </span>2<span class="muRecipe"> -> </span>1 +<span id="L301" class="LineNr">301 </span> app: list:<span class="Constant"> 3</span><span class="muRecipe"> -> </span>2<span class="muRecipe"> -> </span>1 <span id="L302" class="LineNr">302 </span> ] <span id="L303" class="LineNr">303 </span>] <span id="L304" class="LineNr">304 </span> -<span id="L305" class="LineNr">305 </span><span class="muRecipe">def</span> to-text in:&:<a href='064list.mu.html#L6'>list</a>:_elem<span class="muRecipe"> -> </span>result:text [ +<span id="L305" class="LineNr">305 </span><span class="muRecipe">def</span> to-text in:&:list:_elem<span class="muRecipe"> -> </span>result:text [ <span id="L306" class="LineNr">306 </span> <span class="Constant">local-scope</span> <span id="L307" class="LineNr">307 </span> <span class="Constant">load-inputs</span> -<span id="L308" class="LineNr">308 </span> buf:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a><span class="Constant"> 80</span> +<span id="L308" class="LineNr">308 </span> buf:&:buffer:char <span class="Special"><-</span> new-buffer<span class="Constant"> 80</span> <span id="L309" class="LineNr">309 </span> buf <span class="Special"><-</span> to-buffer in, buf -<span id="L310" class="LineNr">310 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L338'>buffer-to-array</a> buf +<span id="L310" class="LineNr">310 </span> result <span class="Special"><-</span> buffer-to-array buf <span id="L311" class="LineNr">311 </span>] <span id="L312" class="LineNr">312 </span> <span id="L313" class="LineNr">313 </span><span class="Comment"># variant of 'to-text' which stops printing after a few elements (and so is robust to cycles)</span> -<span id="L314" class="LineNr">314 </span><span class="muRecipe">def</span> to-text-line in:&:<a href='064list.mu.html#L6'>list</a>:_elem<span class="muRecipe"> -> </span>result:text [ +<span id="L314" class="LineNr">314 </span><span class="muRecipe">def</span> to-text-line in:&:list:_elem<span class="muRecipe"> -> </span>result:text [ <span id="L315" class="LineNr">315 </span> <span class="Constant">local-scope</span> <span id="L316" class="LineNr">316 </span> <span class="Constant">load-inputs</span> -<span id="L317" class="LineNr">317 </span> buf:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a><span class="Constant"> 80</span> +<span id="L317" class="LineNr">317 </span> buf:&:buffer:char <span class="Special"><-</span> new-buffer<span class="Constant"> 80</span> <span id="L318" class="LineNr">318 </span> buf <span class="Special"><-</span> to-buffer in, buf,<span class="Constant"> 6</span> <span class="Comment"># max elements to display</span> -<span id="L319" class="LineNr">319 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L338'>buffer-to-array</a> buf +<span id="L319" class="LineNr">319 </span> result <span class="Special"><-</span> buffer-to-array buf <span id="L320" class="LineNr">320 </span>] <span id="L321" class="LineNr">321 </span> -<span id="L322" class="LineNr">322 </span><span class="muRecipe">def</span> to-buffer in:&:<a href='064list.mu.html#L6'>list</a>:_elem, buf:&:<a href='061text.mu.html#L120'>buffer</a>:char<span class="muRecipe"> -> </span>buf:&:<a href='061text.mu.html#L120'>buffer</a>:char [ +<span id="L322" class="LineNr">322 </span><span class="muRecipe">def</span> to-buffer in:&:list:_elem, buf:&:buffer:char<span class="muRecipe"> -> </span>buf:&:buffer:char [ <span id="L323" class="LineNr">323 </span> <span class="Constant">local-scope</span> <span id="L324" class="LineNr">324 </span> <span class="Constant">load-inputs</span> <span id="L325" class="LineNr">325 </span> <span class="Delimiter">{</span> -<span id="L326" class="LineNr">326 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> in -<span id="L327" class="LineNr">327 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> append buf, <span class="Constant">[[]</span>] -<span id="L328" class="LineNr">328 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L326" class="LineNr">326 </span> <span class="muControl">break-if</span> in +<span id="L327" class="LineNr">327 </span> buf <span class="Special"><-</span> append buf, <span class="Constant">[[]</span>] +<span id="L328" class="LineNr">328 </span> <span class="muControl"> return</span> <span id="L329" class="LineNr">329 </span> <span class="Delimiter">}</span> <span id="L330" class="LineNr">330 </span> <span class="Comment"># append in.value to buf</span> <span id="L331" class="LineNr">331 </span> val:_elem <span class="Special"><-</span> get *in, <span class="Constant">value:offset</span> <span id="L332" class="LineNr">332 </span> buf <span class="Special"><-</span> append buf, val <span id="L333" class="LineNr">333 </span> <span class="Comment"># now prepare next</span> -<span id="L334" class="LineNr">334 </span> <a href='065duplex_list.mu.html#L25'>next</a>:&:<a href='064list.mu.html#L6'>list</a>:_elem <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> in -<span id="L335" class="LineNr">335 </span> nextn:num <span class="Special"><-</span> copy <a href='065duplex_list.mu.html#L25'>next</a> -<span id="L336" class="LineNr">336 </span> <span class="muControl">return-unless</span> <a href='065duplex_list.mu.html#L25'>next</a> +<span id="L334" class="LineNr">334 </span> next:&:list:_elem <span class="Special"><-</span> rest in +<span id="L335" class="LineNr">335 </span> nextn:num <span class="Special"><-</span> copy next +<span id="L336" class="LineNr">336 </span> <span class="muControl">return-unless</span> next <span id="L337" class="LineNr">337 </span> buf <span class="Special"><-</span> append buf, <span class="Constant">[ -> ]</span> <span id="L338" class="LineNr">338 </span> <span class="Comment"># and recurse</span> <span id="L339" class="LineNr">339 </span> remaining:num, optional-input-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L340" class="LineNr">340 </span> <span class="Delimiter">{</span> -<span id="L341" class="LineNr">341 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> optional-input-found? -<span id="L342" class="LineNr">342 </span> <span class="Conceal">¦</span> <span class="Comment"># unlimited recursion</span> -<span id="L343" class="LineNr">343 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> to-buffer <a href='065duplex_list.mu.html#L25'>next</a>, buf -<span id="L344" class="LineNr">344 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L341" class="LineNr">341 </span> <span class="muControl">break-if</span> optional-input-found? +<span id="L342" class="LineNr">342 </span> <span class="Comment"># unlimited recursion</span> +<span id="L343" class="LineNr">343 </span> buf <span class="Special"><-</span> to-buffer next, buf +<span id="L344" class="LineNr">344 </span> <span class="muControl"> return</span> <span id="L345" class="LineNr">345 </span> <span class="Delimiter">}</span> <span id="L346" class="LineNr">346 </span> <span class="Delimiter">{</span> -<span id="L347" class="LineNr">347 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> remaining -<span id="L348" class="LineNr">348 </span> <span class="Conceal">¦</span> <span class="Comment"># limited recursion</span> -<span id="L349" class="LineNr">349 </span> <span class="Conceal">¦</span> remaining <span class="Special"><-</span> subtract remaining,<span class="Constant"> 1</span> -<span id="L350" class="LineNr">350 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> to-buffer <a href='065duplex_list.mu.html#L25'>next</a>, buf, remaining -<span id="L351" class="LineNr">351 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L347" class="LineNr">347 </span> <span class="muControl">break-unless</span> remaining +<span id="L348" class="LineNr">348 </span> <span class="Comment"># limited recursion</span> +<span id="L349" class="LineNr">349 </span> remaining <span class="Special"><-</span> subtract remaining,<span class="Constant"> 1</span> +<span id="L350" class="LineNr">350 </span> buf <span class="Special"><-</span> to-buffer next, buf, remaining +<span id="L351" class="LineNr">351 </span> <span class="muControl"> return</span> <span id="L352" class="LineNr">352 </span> <span class="Delimiter">}</span> <span id="L353" class="LineNr">353 </span> <span class="Comment"># past recursion depth; insert ellipses and stop</span> <span id="L354" class="LineNr">354 </span> append buf, <span class="Constant">[...]</span> @@ -418,12 +417,12 @@ if ('onhashchange' in window) { <span id="L356" class="LineNr">356 </span> <span id="L357" class="LineNr">357 </span><span class="muScenario">scenario</span> stash-empty-list [ <span id="L358" class="LineNr">358 </span> <span class="Constant">local-scope</span> -<span id="L359" class="LineNr">359 </span> x:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L359" class="LineNr">359 </span> x:&:list:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L360" class="LineNr">360 </span> run [ -<span id="L361" class="LineNr">361 </span> <span class="Conceal">¦</span> stash x +<span id="L361" class="LineNr">361 </span> stash x <span id="L362" class="LineNr">362 </span> ] <span id="L363" class="LineNr">363 </span> trace-should-contain [ -<span id="L364" class="LineNr">364 </span> <span class="Conceal">¦</span> app: <span class="Constant">[]</span> +<span id="L364" class="LineNr">364 </span> app: <span class="Constant">[]</span> <span id="L365" class="LineNr">365 </span> ] <span id="L366" class="LineNr">366 </span>] </pre> diff --git a/html/065duplex_list.mu.html b/html/065duplex_list.mu.html index bfd37e7b..a50f048c 100644 --- a/html/065duplex_list.mu.html +++ b/html/065duplex_list.mu.html @@ -15,17 +15,16 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.muData { color: #ffff00; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Conceal { color: #4e4e4e; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.muData { color: #ffff00; } --> </style> @@ -62,220 +61,220 @@ if ('onhashchange' in window) { <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="Comment"># A doubly linked list permits bidirectional traversal.</span> <span id="L2" class="LineNr"> 2 </span> -<span id="L3" class="LineNr"> 3 </span><span class="muData">container</span> <a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem [ +<span id="L3" class="LineNr"> 3 </span><span class="muData">container</span> duplex-list:_elem [ <span id="L4" class="LineNr"> 4 </span> value:_elem -<span id="L5" class="LineNr"> 5 </span> <a href='065duplex_list.mu.html#L25'>next</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem -<span id="L6" class="LineNr"> 6 </span> <a href='065duplex_list.mu.html#L32'>prev</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem +<span id="L5" class="LineNr"> 5 </span> next:&:duplex-list:_elem +<span id="L6" class="LineNr"> 6 </span> prev:&:duplex-list:_elem <span id="L7" class="LineNr"> 7 </span>] <span id="L8" class="LineNr"> 8 </span> -<span id="L9" class="LineNr"> 9 </span><span class="muRecipe">def</span> push x:_elem, in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem/contained-in:result<span class="muRecipe"> -> </span>result:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem [ +<span id="L9" class="LineNr"> 9 </span><span class="muRecipe">def</span> push x:_elem, in:&:duplex-list:_elem/contained-in:result<span class="muRecipe"> -> </span>result:&:duplex-list:_elem [ <span id="L10" class="LineNr"> 10 </span> <span class="Constant">local-scope</span> <span id="L11" class="LineNr"> 11 </span> <span class="Constant">load-inputs</span> -<span id="L12" class="LineNr"> 12 </span> result:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem <span class="Special"><-</span> new <span class="Delimiter">{</span>(duplex-list _elem): type<span class="Delimiter">}</span> +<span id="L12" class="LineNr"> 12 </span> result:&:duplex-list:_elem <span class="Special"><-</span> new <span class="Delimiter">{</span>(duplex-list _elem): type<span class="Delimiter">}</span> <span id="L13" class="LineNr"> 13 </span> *result <span class="Special"><-</span> merge x, in,<span class="Constant"> 0</span> <span id="L14" class="LineNr"> 14 </span> <span class="muControl">return-unless</span> in -<span id="L15" class="LineNr"> 15 </span> put *in, <span class="Constant"><a href='065duplex_list.mu.html#L32'>prev</a>:offset</span>, result +<span id="L15" class="LineNr"> 15 </span> put *in, <span class="Constant">prev:offset</span>, result <span id="L16" class="LineNr"> 16 </span>] <span id="L17" class="LineNr"> 17 </span> -<span id="L18" class="LineNr"> 18 </span><span class="muRecipe">def</span> first in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem<span class="muRecipe"> -> </span>result:_elem [ +<span id="L18" class="LineNr"> 18 </span><span class="muRecipe">def</span> first in:&:duplex-list:_elem<span class="muRecipe"> -> </span>result:_elem [ <span id="L19" class="LineNr"> 19 </span> <span class="Constant">local-scope</span> <span id="L20" class="LineNr"> 20 </span> <span class="Constant">load-inputs</span> <span id="L21" class="LineNr"> 21 </span> <span class="muControl">return-unless</span> in,<span class="Constant"> 0</span> <span id="L22" class="LineNr"> 22 </span> result <span class="Special"><-</span> get *in, <span class="Constant">value:offset</span> <span id="L23" class="LineNr"> 23 </span>] <span id="L24" class="LineNr"> 24 </span> -<span id="L25" class="LineNr"> 25 </span><span class="muRecipe">def</span> <a href='065duplex_list.mu.html#L25'>next</a> in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem<span class="muRecipe"> -> </span>result:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem/contained-in:in [ +<span id="L25" class="LineNr"> 25 </span><span class="muRecipe">def</span> next in:&:duplex-list:_elem<span class="muRecipe"> -> </span>result:&:duplex-list:_elem/contained-in:in [ <span id="L26" class="LineNr"> 26 </span> <span class="Constant">local-scope</span> <span id="L27" class="LineNr"> 27 </span> <span class="Constant">load-inputs</span> <span id="L28" class="LineNr"> 28 </span> <span class="muControl">return-unless</span> in,<span class="Constant"> 0</span> -<span id="L29" class="LineNr"> 29 </span> result <span class="Special"><-</span> get *in, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span> +<span id="L29" class="LineNr"> 29 </span> result <span class="Special"><-</span> get *in, <span class="Constant">next:offset</span> <span id="L30" class="LineNr"> 30 </span>] <span id="L31" class="LineNr"> 31 </span> -<span id="L32" class="LineNr"> 32 </span><span class="muRecipe">def</span> <a href='065duplex_list.mu.html#L32'>prev</a> in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem<span class="muRecipe"> -> </span>result:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem/contained-in:in [ +<span id="L32" class="LineNr"> 32 </span><span class="muRecipe">def</span> prev in:&:duplex-list:_elem<span class="muRecipe"> -> </span>result:&:duplex-list:_elem/contained-in:in [ <span id="L33" class="LineNr"> 33 </span> <span class="Constant">local-scope</span> <span id="L34" class="LineNr"> 34 </span> <span class="Constant">load-inputs</span> <span id="L35" class="LineNr"> 35 </span> <span class="muControl">return-unless</span> in,<span class="Constant"> 0</span> -<span id="L36" class="LineNr"> 36 </span> result <span class="Special"><-</span> get *in, <span class="Constant"><a href='065duplex_list.mu.html#L32'>prev</a>:offset</span> +<span id="L36" class="LineNr"> 36 </span> result <span class="Special"><-</span> get *in, <span class="Constant">prev:offset</span> <span id="L37" class="LineNr"> 37 </span> <span class="muControl"> return</span> result <span id="L38" class="LineNr"> 38 </span>] <span id="L39" class="LineNr"> 39 </span> <span id="L40" class="LineNr"> 40 </span><span class="muScenario">scenario</span> duplex-list-handling [ <span id="L41" class="LineNr"> 41 </span> run [ -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span> <span class="Constant">local-scope</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <span class="Comment"># reserve locations 0-9 to check for missing null check</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> copy<span class="Constant"> 34</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> copy<span class="Constant"> 35</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 4</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 5</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span> list2:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> copy <a href='064list.mu.html#L6'>list</a> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span> 20:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span> 21:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> 22:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> 30:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num/<span class="Special">raw</span> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> 31:num/<span class="Special">raw</span> <span class="Special"><-</span> first 30:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num/<span class="Special">raw</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> 32:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num/<span class="Special">raw</span> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> 30:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num/<span class="Special">raw</span> -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span> 33:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num/<span class="Special">raw</span> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L32'>prev</a> 30:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num/<span class="Special">raw</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L32'>prev</a> list2 -<span id="L60" class="LineNr"> 60 </span> <span class="Conceal">¦</span> 40:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L32'>prev</a> list2 -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> 41:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> 50:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal <a href='064list.mu.html#L6'>list</a>, list2 +<span id="L42" class="LineNr"> 42 </span> <span class="Constant">local-scope</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Comment"># reserve locations 0-9 to check for missing null check</span> +<span id="L44" class="LineNr"> 44 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> copy<span class="Constant"> 34</span> +<span id="L45" class="LineNr"> 45 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> copy<span class="Constant"> 35</span> +<span id="L46" class="LineNr"> 46 </span> list:&:duplex-list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L47" class="LineNr"> 47 </span> list <span class="Special"><-</span> push<span class="Constant"> 4</span>, list +<span id="L48" class="LineNr"> 48 </span> list <span class="Special"><-</span> push<span class="Constant"> 5</span>, list +<span id="L49" class="LineNr"> 49 </span> list2:&:duplex-list:num <span class="Special"><-</span> copy list +<span id="L50" class="LineNr"> 50 </span> 20:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L51" class="LineNr"> 51 </span> list2 <span class="Special"><-</span> next list2 +<span id="L52" class="LineNr"> 52 </span> 21:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L53" class="LineNr"> 53 </span> list2 <span class="Special"><-</span> next list2 +<span id="L54" class="LineNr"> 54 </span> 22:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L55" class="LineNr"> 55 </span> 30:&:duplex-list:num/<span class="Special">raw</span> <span class="Special"><-</span> next list2 +<span id="L56" class="LineNr"> 56 </span> 31:num/<span class="Special">raw</span> <span class="Special"><-</span> first 30:&:duplex-list:num/<span class="Special">raw</span> +<span id="L57" class="LineNr"> 57 </span> 32:&:duplex-list:num/<span class="Special">raw</span> <span class="Special"><-</span> next 30:&:duplex-list:num/<span class="Special">raw</span> +<span id="L58" class="LineNr"> 58 </span> 33:&:duplex-list:num/<span class="Special">raw</span> <span class="Special"><-</span> prev 30:&:duplex-list:num/<span class="Special">raw</span> +<span id="L59" class="LineNr"> 59 </span> list2 <span class="Special"><-</span> prev list2 +<span id="L60" class="LineNr"> 60 </span> 40:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L61" class="LineNr"> 61 </span> list2 <span class="Special"><-</span> prev list2 +<span id="L62" class="LineNr"> 62 </span> 41:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L63" class="LineNr"> 63 </span> 50:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal list, list2 <span id="L64" class="LineNr"> 64 </span> ] <span id="L65" class="LineNr"> 65 </span> memory-should-contain [ -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span><span class="Constant"> 0</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no modifications to null pointers</span> -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 34</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 35</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span><span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 4</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span><span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span><span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># null</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span><span class="Constant"> 31</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># first of null</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span><span class="Constant"> 32</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># next of null</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span><span class="Constant"> 33</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># prev of null</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span><span class="Constant"> 40</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># then start scanning prev</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span><span class="Constant"> 41</span> <span class="Special"><-</span><span class="Constant"> 5</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span><span class="Constant"> 50</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># list back at start</span> +<span id="L66" class="LineNr"> 66 </span> <span class="Constant"> 0</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no modifications to null pointers</span> +<span id="L67" class="LineNr"> 67 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 34</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 35</span> +<span id="L69" class="LineNr"> 69 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next</span> +<span id="L70" class="LineNr"> 70 </span> <span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L72" class="LineNr"> 72 </span> <span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># null</span> +<span id="L73" class="LineNr"> 73 </span> <span class="Constant"> 31</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># first of null</span> +<span id="L74" class="LineNr"> 74 </span> <span class="Constant"> 32</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># next of null</span> +<span id="L75" class="LineNr"> 75 </span> <span class="Constant"> 33</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># prev of null</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Constant"> 40</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># then start scanning prev</span> +<span id="L77" class="LineNr"> 77 </span> <span class="Constant"> 41</span> <span class="Special"><-</span><span class="Constant"> 5</span> +<span id="L78" class="LineNr"> 78 </span> <span class="Constant"> 50</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># list back at start</span> <span id="L79" class="LineNr"> 79 </span> ] <span id="L80" class="LineNr"> 80 </span>] <span id="L81" class="LineNr"> 81 </span> -<span id="L82" class="LineNr"> 82 </span><span class="muRecipe">def</span> length l:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem<span class="muRecipe"> -> </span>result:num [ +<span id="L82" class="LineNr"> 82 </span><span class="muRecipe">def</span> length l:&:duplex-list:_elem<span class="muRecipe"> -> </span>result:num [ <span id="L83" class="LineNr"> 83 </span> <span class="Constant">local-scope</span> <span id="L84" class="LineNr"> 84 </span> <span class="Constant">load-inputs</span> <span id="L85" class="LineNr"> 85 </span> result <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L86" class="LineNr"> 86 </span> <span class="Delimiter">{</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> l -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> result <span class="Special"><-</span> add result,<span class="Constant"> 1</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> l <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> l -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L87" class="LineNr"> 87 </span> <span class="muControl">break-unless</span> l +<span id="L88" class="LineNr"> 88 </span> result <span class="Special"><-</span> add result,<span class="Constant"> 1</span> +<span id="L89" class="LineNr"> 89 </span> l <span class="Special"><-</span> next l +<span id="L90" class="LineNr"> 90 </span> <span class="muControl"> loop</span> <span id="L91" class="LineNr"> 91 </span> <span class="Delimiter">}</span> <span id="L92" class="LineNr"> 92 </span>] <span id="L93" class="LineNr"> 93 </span> <span id="L94" class="LineNr"> 94 </span><span class="Comment"># insert 'x' after 'in'</span> -<span id="L95" class="LineNr"> 95 </span><span class="muRecipe">def</span> insert x:_elem, in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem<span class="muRecipe"> -> </span>in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem [ +<span id="L95" class="LineNr"> 95 </span><span class="muRecipe">def</span> insert x:_elem, in:&:duplex-list:_elem<span class="muRecipe"> -> </span>in:&:duplex-list:_elem [ <span id="L96" class="LineNr"> 96 </span> <span class="Constant">local-scope</span> <span id="L97" class="LineNr"> 97 </span> <span class="Constant">load-inputs</span> -<span id="L98" class="LineNr"> 98 </span> new-node:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem <span class="Special"><-</span> new <span class="Delimiter">{</span>(duplex-list _elem): type<span class="Delimiter">}</span> +<span id="L98" class="LineNr"> 98 </span> new-node:&:duplex-list:_elem <span class="Special"><-</span> new <span class="Delimiter">{</span>(duplex-list _elem): type<span class="Delimiter">}</span> <span id="L99" class="LineNr"> 99 </span> *new-node <span class="Special"><-</span> put *new-node, <span class="Constant">value:offset</span>, x <span id="L100" class="LineNr">100 </span> <span class="Comment"># save old next before changing it</span> -<span id="L101" class="LineNr">101 </span> next-node:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem <span class="Special"><-</span> get *in, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span> -<span id="L102" class="LineNr">102 </span> *in <span class="Special"><-</span> put *in, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span>, new-node -<span id="L103" class="LineNr">103 </span> *new-node <span class="Special"><-</span> put *new-node, <span class="Constant"><a href='065duplex_list.mu.html#L32'>prev</a>:offset</span>, in -<span id="L104" class="LineNr">104 </span> *new-node <span class="Special"><-</span> put *new-node, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span>, next-node +<span id="L101" class="LineNr">101 </span> next-node:&:duplex-list:_elem <span class="Special"><-</span> get *in, <span class="Constant">next:offset</span> +<span id="L102" class="LineNr">102 </span> *in <span class="Special"><-</span> put *in, <span class="Constant">next:offset</span>, new-node +<span id="L103" class="LineNr">103 </span> *new-node <span class="Special"><-</span> put *new-node, <span class="Constant">prev:offset</span>, in +<span id="L104" class="LineNr">104 </span> *new-node <span class="Special"><-</span> put *new-node, <span class="Constant">next:offset</span>, next-node <span id="L105" class="LineNr">105 </span> <span class="muControl">return-unless</span> next-node -<span id="L106" class="LineNr">106 </span> *next-node <span class="Special"><-</span> put *next-node, <span class="Constant"><a href='065duplex_list.mu.html#L32'>prev</a>:offset</span>, new-node +<span id="L106" class="LineNr">106 </span> *next-node <span class="Special"><-</span> put *next-node, <span class="Constant">prev:offset</span>, new-node <span id="L107" class="LineNr">107 </span>] <span id="L108" class="LineNr">108 </span> <span id="L109" class="LineNr">109 </span><span class="muScenario">scenario</span> inserting-into-duplex-list [ <span id="L110" class="LineNr">110 </span> <span class="Constant">local-scope</span> -<span id="L111" class="LineNr">111 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L112" class="LineNr">112 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 4</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L113" class="LineNr">113 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 5</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L111" class="LineNr">111 </span> list:&:duplex-list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L112" class="LineNr">112 </span> list <span class="Special"><-</span> push<span class="Constant"> 4</span>, list +<span id="L113" class="LineNr">113 </span> list <span class="Special"><-</span> push<span class="Constant"> 5</span>, list <span id="L114" class="LineNr">114 </span> run [ -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> list2:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> <span class="Comment"># inside list</span> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> insert<span class="Constant"> 6</span>, list2 -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> <span class="Comment"># check structure like before</span> -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> copy <a href='064list.mu.html#L6'>list</a> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> 13:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L32'>prev</a> list2 -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span> 20:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L128" class="LineNr">128 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L32'>prev</a> list2 -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> 21:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L32'>prev</a> list2 -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> 22:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> 30:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal <a href='064list.mu.html#L6'>list</a>, list2 +<span id="L115" class="LineNr">115 </span> list2:&:duplex-list:num <span class="Special"><-</span> next list <span class="Comment"># inside list</span> +<span id="L116" class="LineNr">116 </span> list2 <span class="Special"><-</span> insert<span class="Constant"> 6</span>, list2 +<span id="L117" class="LineNr">117 </span> <span class="Comment"># check structure like before</span> +<span id="L118" class="LineNr">118 </span> list2 <span class="Special"><-</span> copy list +<span id="L119" class="LineNr">119 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L120" class="LineNr">120 </span> list2 <span class="Special"><-</span> next list2 +<span id="L121" class="LineNr">121 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L122" class="LineNr">122 </span> list2 <span class="Special"><-</span> next list2 +<span id="L123" class="LineNr">123 </span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L124" class="LineNr">124 </span> list2 <span class="Special"><-</span> next list2 +<span id="L125" class="LineNr">125 </span> 13:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L126" class="LineNr">126 </span> list2 <span class="Special"><-</span> prev list2 +<span id="L127" class="LineNr">127 </span> 20:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L128" class="LineNr">128 </span> list2 <span class="Special"><-</span> prev list2 +<span id="L129" class="LineNr">129 </span> 21:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L130" class="LineNr">130 </span> list2 <span class="Special"><-</span> prev list2 +<span id="L131" class="LineNr">131 </span> 22:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L132" class="LineNr">132 </span> 30:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal list, list2 <span id="L133" class="LineNr">133 </span> ] <span id="L134" class="LineNr">134 </span> memory-should-contain [ -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next</span> -<span id="L136" class="LineNr">136 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 4</span> -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># inserted element</span> -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># then prev</span> -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span><span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 4</span> -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span><span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 5</span> -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span><span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># list back at start</span> +<span id="L135" class="LineNr">135 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next</span> +<span id="L136" class="LineNr">136 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L137" class="LineNr">137 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># inserted element</span> +<span id="L138" class="LineNr">138 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L139" class="LineNr">139 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># then prev</span> +<span id="L140" class="LineNr">140 </span> <span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L141" class="LineNr">141 </span> <span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 5</span> +<span id="L142" class="LineNr">142 </span> <span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># list back at start</span> <span id="L143" class="LineNr">143 </span> ] <span id="L144" class="LineNr">144 </span>] <span id="L145" class="LineNr">145 </span> <span id="L146" class="LineNr">146 </span><span class="muScenario">scenario</span> inserting-at-end-of-duplex-list [ <span id="L147" class="LineNr">147 </span> <span class="Constant">local-scope</span> -<span id="L148" class="LineNr">148 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L149" class="LineNr">149 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 4</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L150" class="LineNr">150 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 5</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L148" class="LineNr">148 </span> list:&:duplex-list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L149" class="LineNr">149 </span> list <span class="Special"><-</span> push<span class="Constant"> 4</span>, list +<span id="L150" class="LineNr">150 </span> list <span class="Special"><-</span> push<span class="Constant"> 5</span>, list <span id="L151" class="LineNr">151 </span> run [ -<span id="L152" class="LineNr">152 </span> <span class="Conceal">¦</span> list2:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> <span class="Comment"># inside list</span> -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 <span class="Comment"># now at end of list</span> -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> insert<span class="Constant"> 6</span>, list2 -<span id="L155" class="LineNr">155 </span> <span class="Conceal">¦</span> <span class="Comment"># check structure like before</span> -<span id="L156" class="LineNr">156 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> copy <a href='064list.mu.html#L6'>list</a> -<span id="L157" class="LineNr">157 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L158" class="LineNr">158 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L159" class="LineNr">159 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L160" class="LineNr">160 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L162" class="LineNr">162 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L163" class="LineNr">163 </span> <span class="Conceal">¦</span> 13:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L32'>prev</a> list2 -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> 20:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L32'>prev</a> list2 -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> 21:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L32'>prev</a> list2 -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> 22:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span> 30:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal <a href='064list.mu.html#L6'>list</a>, list2 +<span id="L152" class="LineNr">152 </span> list2:&:duplex-list:num <span class="Special"><-</span> next list <span class="Comment"># inside list</span> +<span id="L153" class="LineNr">153 </span> list2 <span class="Special"><-</span> next list2 <span class="Comment"># now at end of list</span> +<span id="L154" class="LineNr">154 </span> list2 <span class="Special"><-</span> insert<span class="Constant"> 6</span>, list2 +<span id="L155" class="LineNr">155 </span> <span class="Comment"># check structure like before</span> +<span id="L156" class="LineNr">156 </span> list2 <span class="Special"><-</span> copy list +<span id="L157" class="LineNr">157 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L158" class="LineNr">158 </span> list2 <span class="Special"><-</span> next list2 +<span id="L159" class="LineNr">159 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L160" class="LineNr">160 </span> list2 <span class="Special"><-</span> next list2 +<span id="L161" class="LineNr">161 </span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L162" class="LineNr">162 </span> list2 <span class="Special"><-</span> next list2 +<span id="L163" class="LineNr">163 </span> 13:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L164" class="LineNr">164 </span> list2 <span class="Special"><-</span> prev list2 +<span id="L165" class="LineNr">165 </span> 20:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L166" class="LineNr">166 </span> list2 <span class="Special"><-</span> prev list2 +<span id="L167" class="LineNr">167 </span> 21:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L168" class="LineNr">168 </span> list2 <span class="Special"><-</span> prev list2 +<span id="L169" class="LineNr">169 </span> 22:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L170" class="LineNr">170 </span> 30:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal list, list2 <span id="L171" class="LineNr">171 </span> ] <span id="L172" class="LineNr">172 </span> memory-should-contain [ -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next</span> -<span id="L174" class="LineNr">174 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 4</span> -<span id="L175" class="LineNr">175 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L176" class="LineNr">176 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># inserted element</span> -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># then prev</span> -<span id="L178" class="LineNr">178 </span> <span class="Conceal">¦</span><span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 4</span> -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span><span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 5</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span><span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># list back at start</span> +<span id="L173" class="LineNr">173 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next</span> +<span id="L174" class="LineNr">174 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L175" class="LineNr">175 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L176" class="LineNr">176 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># inserted element</span> +<span id="L177" class="LineNr">177 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># then prev</span> +<span id="L178" class="LineNr">178 </span> <span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L179" class="LineNr">179 </span> <span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 5</span> +<span id="L180" class="LineNr">180 </span> <span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># list back at start</span> <span id="L181" class="LineNr">181 </span> ] <span id="L182" class="LineNr">182 </span>] <span id="L183" class="LineNr">183 </span> <span id="L184" class="LineNr">184 </span><span class="muScenario">scenario</span> inserting-after-start-of-duplex-list [ <span id="L185" class="LineNr">185 </span> <span class="Constant">local-scope</span> -<span id="L186" class="LineNr">186 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L187" class="LineNr">187 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 4</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L188" class="LineNr">188 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 5</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L186" class="LineNr">186 </span> list:&:duplex-list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L187" class="LineNr">187 </span> list <span class="Special"><-</span> push<span class="Constant"> 4</span>, list +<span id="L188" class="LineNr">188 </span> list <span class="Special"><-</span> push<span class="Constant"> 5</span>, list <span id="L189" class="LineNr">189 </span> run [ -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> insert<span class="Constant"> 6</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> <span class="Comment"># check structure like before</span> -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> list2:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> copy <a href='064list.mu.html#L6'>list</a> -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L196" class="LineNr">196 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span> 13:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L32'>prev</a> list2 -<span id="L201" class="LineNr">201 </span> <span class="Conceal">¦</span> 20:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L202" class="LineNr">202 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L32'>prev</a> list2 -<span id="L203" class="LineNr">203 </span> <span class="Conceal">¦</span> 21:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L204" class="LineNr">204 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L32'>prev</a> list2 -<span id="L205" class="LineNr">205 </span> <span class="Conceal">¦</span> 22:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L206" class="LineNr">206 </span> <span class="Conceal">¦</span> 30:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal <a href='064list.mu.html#L6'>list</a>, list2 +<span id="L190" class="LineNr">190 </span> list <span class="Special"><-</span> insert<span class="Constant"> 6</span>, list +<span id="L191" class="LineNr">191 </span> <span class="Comment"># check structure like before</span> +<span id="L192" class="LineNr">192 </span> list2:&:duplex-list:num <span class="Special"><-</span> copy list +<span id="L193" class="LineNr">193 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L194" class="LineNr">194 </span> list2 <span class="Special"><-</span> next list2 +<span id="L195" class="LineNr">195 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L196" class="LineNr">196 </span> list2 <span class="Special"><-</span> next list2 +<span id="L197" class="LineNr">197 </span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L198" class="LineNr">198 </span> list2 <span class="Special"><-</span> next list2 +<span id="L199" class="LineNr">199 </span> 13:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L200" class="LineNr">200 </span> list2 <span class="Special"><-</span> prev list2 +<span id="L201" class="LineNr">201 </span> 20:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L202" class="LineNr">202 </span> list2 <span class="Special"><-</span> prev list2 +<span id="L203" class="LineNr">203 </span> 21:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L204" class="LineNr">204 </span> list2 <span class="Special"><-</span> prev list2 +<span id="L205" class="LineNr">205 </span> 22:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L206" class="LineNr">206 </span> 30:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal list, list2 <span id="L207" class="LineNr">207 </span> ] <span id="L208" class="LineNr">208 </span> memory-should-contain [ -<span id="L209" class="LineNr">209 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next</span> -<span id="L210" class="LineNr">210 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># inserted element</span> -<span id="L211" class="LineNr">211 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 4</span> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L213" class="LineNr">213 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># then prev</span> -<span id="L214" class="LineNr">214 </span> <span class="Conceal">¦</span><span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 6</span> -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span><span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 5</span> -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span><span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># list back at start</span> +<span id="L209" class="LineNr">209 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next</span> +<span id="L210" class="LineNr">210 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># inserted element</span> +<span id="L211" class="LineNr">211 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L212" class="LineNr">212 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L213" class="LineNr">213 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># then prev</span> +<span id="L214" class="LineNr">214 </span> <span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 6</span> +<span id="L215" class="LineNr">215 </span> <span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 5</span> +<span id="L216" class="LineNr">216 </span> <span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># list back at start</span> <span id="L217" class="LineNr">217 </span> ] <span id="L218" class="LineNr">218 </span>] <span id="L219" class="LineNr">219 </span> @@ -283,26 +282,26 @@ if ('onhashchange' in window) { <span id="L221" class="LineNr">221 </span><span class="Comment">#</span> <span id="L222" class="LineNr">222 </span><span class="Comment"># Returns null if and only if list is empty. Beware: in that case any other</span> <span id="L223" class="LineNr">223 </span><span class="Comment"># pointers to the head are now invalid.</span> -<span id="L224" class="LineNr">224 </span><span class="muRecipe">def</span> remove x:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem/contained-in:in, in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem<span class="muRecipe"> -> </span>in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem [ +<span id="L224" class="LineNr">224 </span><span class="muRecipe">def</span> remove x:&:duplex-list:_elem/contained-in:in, in:&:duplex-list:_elem<span class="muRecipe"> -> </span>in:&:duplex-list:_elem [ <span id="L225" class="LineNr">225 </span> <span class="Constant">local-scope</span> <span id="L226" class="LineNr">226 </span> <span class="Constant">load-inputs</span> <span id="L227" class="LineNr">227 </span> <span class="Comment"># if 'x' is null, return</span> <span id="L228" class="LineNr">228 </span> <span class="muControl">return-unless</span> x -<span id="L229" class="LineNr">229 </span> next-node:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem <span class="Special"><-</span> get *x, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span> -<span id="L230" class="LineNr">230 </span> prev-node:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem <span class="Special"><-</span> get *x, <span class="Constant"><a href='065duplex_list.mu.html#L32'>prev</a>:offset</span> +<span id="L229" class="LineNr">229 </span> next-node:&:duplex-list:_elem <span class="Special"><-</span> get *x, <span class="Constant">next:offset</span> +<span id="L230" class="LineNr">230 </span> prev-node:&:duplex-list:_elem <span class="Special"><-</span> get *x, <span class="Constant">prev:offset</span> <span id="L231" class="LineNr">231 </span> <span class="Comment"># null x's pointers</span> -<span id="L232" class="LineNr">232 </span> *x <span class="Special"><-</span> put *x, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span>,<span class="Constant"> 0</span> -<span id="L233" class="LineNr">233 </span> *x <span class="Special"><-</span> put *x, <span class="Constant"><a href='065duplex_list.mu.html#L32'>prev</a>:offset</span>,<span class="Constant"> 0</span> +<span id="L232" class="LineNr">232 </span> *x <span class="Special"><-</span> put *x, <span class="Constant">next:offset</span>,<span class="Constant"> 0</span> +<span id="L233" class="LineNr">233 </span> *x <span class="Special"><-</span> put *x, <span class="Constant">prev:offset</span>,<span class="Constant"> 0</span> <span id="L234" class="LineNr">234 </span> <span class="Comment"># if next-node is not null, set its prev pointer</span> <span id="L235" class="LineNr">235 </span> <span class="Delimiter">{</span> -<span id="L236" class="LineNr">236 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> next-node -<span id="L237" class="LineNr">237 </span> <span class="Conceal">¦</span> *next-node <span class="Special"><-</span> put *next-node, <span class="Constant"><a href='065duplex_list.mu.html#L32'>prev</a>:offset</span>, prev-node +<span id="L236" class="LineNr">236 </span> <span class="muControl">break-unless</span> next-node +<span id="L237" class="LineNr">237 </span> *next-node <span class="Special"><-</span> put *next-node, <span class="Constant">prev:offset</span>, prev-node <span id="L238" class="LineNr">238 </span> <span class="Delimiter">}</span> <span id="L239" class="LineNr">239 </span> <span class="Comment"># if prev-node is not null, set its next pointer and return</span> <span id="L240" class="LineNr">240 </span> <span class="Delimiter">{</span> -<span id="L241" class="LineNr">241 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> prev-node -<span id="L242" class="LineNr">242 </span> <span class="Conceal">¦</span> *prev-node <span class="Special"><-</span> put *prev-node, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span>, next-node -<span id="L243" class="LineNr">243 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L241" class="LineNr">241 </span> <span class="muControl">break-unless</span> prev-node +<span id="L242" class="LineNr">242 </span> *prev-node <span class="Special"><-</span> put *prev-node, <span class="Constant">next:offset</span>, next-node +<span id="L243" class="LineNr">243 </span> <span class="muControl"> return</span> <span id="L244" class="LineNr">244 </span> <span class="Delimiter">}</span> <span id="L245" class="LineNr">245 </span> <span class="Comment"># if prev-node is null, then we removed the head node at 'in'</span> <span id="L246" class="LineNr">246 </span> <span class="Comment"># return the new head rather than the old 'in'</span> @@ -311,131 +310,131 @@ if ('onhashchange' in window) { <span id="L249" class="LineNr">249 </span> <span id="L250" class="LineNr">250 </span><span class="muScenario">scenario</span> removing-from-duplex-list [ <span id="L251" class="LineNr">251 </span> <span class="Constant">local-scope</span> -<span id="L252" class="LineNr">252 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L253" class="LineNr">253 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 4</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L254" class="LineNr">254 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 5</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L252" class="LineNr">252 </span> list:&:duplex-list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L253" class="LineNr">253 </span> list <span class="Special"><-</span> push<span class="Constant"> 4</span>, list +<span id="L254" class="LineNr">254 </span> list <span class="Special"><-</span> push<span class="Constant"> 5</span>, list <span id="L255" class="LineNr">255 </span> run [ -<span id="L256" class="LineNr">256 </span> <span class="Conceal">¦</span> list2:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> <span class="Comment"># second element</span> -<span id="L257" class="LineNr">257 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> remove list2, <a href='064list.mu.html#L6'>list</a> -<span id="L258" class="LineNr">258 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal list2,<span class="Constant"> 0</span> -<span id="L259" class="LineNr">259 </span> <span class="Conceal">¦</span> <span class="Comment"># check structure like before</span> -<span id="L260" class="LineNr">260 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> copy <a href='064list.mu.html#L6'>list</a> -<span id="L261" class="LineNr">261 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L262" class="LineNr">262 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L263" class="LineNr">263 </span> <span class="Conceal">¦</span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L264" class="LineNr">264 </span> <span class="Conceal">¦</span> 20:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num/<span class="Special">raw</span> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L265" class="LineNr">265 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L32'>prev</a> list2 -<span id="L266" class="LineNr">266 </span> <span class="Conceal">¦</span> 30:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L267" class="LineNr">267 </span> <span class="Conceal">¦</span> 40:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal <a href='064list.mu.html#L6'>list</a>, list2 +<span id="L256" class="LineNr">256 </span> list2:&:duplex-list:num <span class="Special"><-</span> next list <span class="Comment"># second element</span> +<span id="L257" class="LineNr">257 </span> list <span class="Special"><-</span> remove list2, list +<span id="L258" class="LineNr">258 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal list2,<span class="Constant"> 0</span> +<span id="L259" class="LineNr">259 </span> <span class="Comment"># check structure like before</span> +<span id="L260" class="LineNr">260 </span> list2 <span class="Special"><-</span> copy list +<span id="L261" class="LineNr">261 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L262" class="LineNr">262 </span> list2 <span class="Special"><-</span> next list2 +<span id="L263" class="LineNr">263 </span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L264" class="LineNr">264 </span> 20:&:duplex-list:num/<span class="Special">raw</span> <span class="Special"><-</span> next list2 +<span id="L265" class="LineNr">265 </span> list2 <span class="Special"><-</span> prev list2 +<span id="L266" class="LineNr">266 </span> 30:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L267" class="LineNr">267 </span> 40:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal list, list2 <span id="L268" class="LineNr">268 </span> ] <span id="L269" class="LineNr">269 </span> memory-should-contain [ -<span id="L270" class="LineNr">270 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># remove returned non-null</span> -<span id="L271" class="LineNr">271 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next, skipping deleted element</span> -<span id="L272" class="LineNr">272 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L273" class="LineNr">273 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no more elements</span> -<span id="L274" class="LineNr">274 </span> <span class="Conceal">¦</span><span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># prev of final element</span> -<span id="L275" class="LineNr">275 </span> <span class="Conceal">¦</span><span class="Constant"> 40</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># list back at start</span> +<span id="L270" class="LineNr">270 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># remove returned non-null</span> +<span id="L271" class="LineNr">271 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next, skipping deleted element</span> +<span id="L272" class="LineNr">272 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L273" class="LineNr">273 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no more elements</span> +<span id="L274" class="LineNr">274 </span> <span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># prev of final element</span> +<span id="L275" class="LineNr">275 </span> <span class="Constant"> 40</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># list back at start</span> <span id="L276" class="LineNr">276 </span> ] <span id="L277" class="LineNr">277 </span>] <span id="L278" class="LineNr">278 </span> <span id="L279" class="LineNr">279 </span><span class="muScenario">scenario</span> removing-from-start-of-duplex-list [ <span id="L280" class="LineNr">280 </span> <span class="Constant">local-scope</span> -<span id="L281" class="LineNr">281 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L282" class="LineNr">282 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 4</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L283" class="LineNr">283 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 5</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L281" class="LineNr">281 </span> list:&:duplex-list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L282" class="LineNr">282 </span> list <span class="Special"><-</span> push<span class="Constant"> 4</span>, list +<span id="L283" class="LineNr">283 </span> list <span class="Special"><-</span> push<span class="Constant"> 5</span>, list <span id="L284" class="LineNr">284 </span> run [ -<span id="L285" class="LineNr">285 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> remove <a href='064list.mu.html#L6'>list</a>, <a href='064list.mu.html#L6'>list</a> -<span id="L286" class="LineNr">286 </span> <span class="Conceal">¦</span> <span class="Comment"># check structure like before</span> -<span id="L287" class="LineNr">287 </span> <span class="Conceal">¦</span> list2:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> copy <a href='064list.mu.html#L6'>list</a> -<span id="L288" class="LineNr">288 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L289" class="LineNr">289 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L290" class="LineNr">290 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L291" class="LineNr">291 </span> <span class="Conceal">¦</span> 20:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num/<span class="Special">raw</span> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L292" class="LineNr">292 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L32'>prev</a> list2 -<span id="L293" class="LineNr">293 </span> <span class="Conceal">¦</span> 30:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L294" class="LineNr">294 </span> <span class="Conceal">¦</span> 40:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal <a href='064list.mu.html#L6'>list</a>, list2 +<span id="L285" class="LineNr">285 </span> list <span class="Special"><-</span> remove list, list +<span id="L286" class="LineNr">286 </span> <span class="Comment"># check structure like before</span> +<span id="L287" class="LineNr">287 </span> list2:&:duplex-list:num <span class="Special"><-</span> copy list +<span id="L288" class="LineNr">288 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L289" class="LineNr">289 </span> list2 <span class="Special"><-</span> next list2 +<span id="L290" class="LineNr">290 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L291" class="LineNr">291 </span> 20:&:duplex-list:num/<span class="Special">raw</span> <span class="Special"><-</span> next list2 +<span id="L292" class="LineNr">292 </span> list2 <span class="Special"><-</span> prev list2 +<span id="L293" class="LineNr">293 </span> 30:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L294" class="LineNr">294 </span> 40:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal list, list2 <span id="L295" class="LineNr">295 </span> ] <span id="L296" class="LineNr">296 </span> memory-should-contain [ -<span id="L297" class="LineNr">297 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># scanning next, skipping deleted element</span> -<span id="L298" class="LineNr">298 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L299" class="LineNr">299 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no more elements</span> -<span id="L300" class="LineNr">300 </span> <span class="Conceal">¦</span><span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># prev of final element</span> -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span><span class="Constant"> 40</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># list back at start</span> +<span id="L297" class="LineNr">297 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># scanning next, skipping deleted element</span> +<span id="L298" class="LineNr">298 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L299" class="LineNr">299 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no more elements</span> +<span id="L300" class="LineNr">300 </span> <span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># prev of final element</span> +<span id="L301" class="LineNr">301 </span> <span class="Constant"> 40</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># list back at start</span> <span id="L302" class="LineNr">302 </span> ] <span id="L303" class="LineNr">303 </span>] <span id="L304" class="LineNr">304 </span> <span id="L305" class="LineNr">305 </span><span class="muScenario">scenario</span> removing-from-end-of-duplex-list [ <span id="L306" class="LineNr">306 </span> <span class="Constant">local-scope</span> -<span id="L307" class="LineNr">307 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L308" class="LineNr">308 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 4</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L309" class="LineNr">309 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 5</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L307" class="LineNr">307 </span> list:&:duplex-list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L308" class="LineNr">308 </span> list <span class="Special"><-</span> push<span class="Constant"> 4</span>, list +<span id="L309" class="LineNr">309 </span> list <span class="Special"><-</span> push<span class="Constant"> 5</span>, list <span id="L310" class="LineNr">310 </span> run [ -<span id="L311" class="LineNr">311 </span> <span class="Conceal">¦</span> <span class="Comment"># delete last element</span> -<span id="L312" class="LineNr">312 </span> <span class="Conceal">¦</span> list2:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> -<span id="L313" class="LineNr">313 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L314" class="LineNr">314 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> remove list2, <a href='064list.mu.html#L6'>list</a> -<span id="L315" class="LineNr">315 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal list2,<span class="Constant"> 0</span> -<span id="L316" class="LineNr">316 </span> <span class="Conceal">¦</span> <span class="Comment"># check structure like before</span> -<span id="L317" class="LineNr">317 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> copy <a href='064list.mu.html#L6'>list</a> -<span id="L318" class="LineNr">318 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L319" class="LineNr">319 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L320" class="LineNr">320 </span> <span class="Conceal">¦</span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L321" class="LineNr">321 </span> <span class="Conceal">¦</span> 20:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num/<span class="Special">raw</span> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L322" class="LineNr">322 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L32'>prev</a> list2 -<span id="L323" class="LineNr">323 </span> <span class="Conceal">¦</span> 30:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 -<span id="L324" class="LineNr">324 </span> <span class="Conceal">¦</span> 40:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal <a href='064list.mu.html#L6'>list</a>, list2 +<span id="L311" class="LineNr">311 </span> <span class="Comment"># delete last element</span> +<span id="L312" class="LineNr">312 </span> list2:&:duplex-list:num <span class="Special"><-</span> next list +<span id="L313" class="LineNr">313 </span> list2 <span class="Special"><-</span> next list2 +<span id="L314" class="LineNr">314 </span> list <span class="Special"><-</span> remove list2, list +<span id="L315" class="LineNr">315 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal list2,<span class="Constant"> 0</span> +<span id="L316" class="LineNr">316 </span> <span class="Comment"># check structure like before</span> +<span id="L317" class="LineNr">317 </span> list2 <span class="Special"><-</span> copy list +<span id="L318" class="LineNr">318 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L319" class="LineNr">319 </span> list2 <span class="Special"><-</span> next list2 +<span id="L320" class="LineNr">320 </span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L321" class="LineNr">321 </span> 20:&:duplex-list:num/<span class="Special">raw</span> <span class="Special"><-</span> next list2 +<span id="L322" class="LineNr">322 </span> list2 <span class="Special"><-</span> prev list2 +<span id="L323" class="LineNr">323 </span> 30:num/<span class="Special">raw</span> <span class="Special"><-</span> first list2 +<span id="L324" class="LineNr">324 </span> 40:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal list, list2 <span id="L325" class="LineNr">325 </span> ] <span id="L326" class="LineNr">326 </span> memory-should-contain [ -<span id="L327" class="LineNr">327 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># remove returned non-null</span> -<span id="L328" class="LineNr">328 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next, skipping deleted element</span> -<span id="L329" class="LineNr">329 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 4</span> -<span id="L330" class="LineNr">330 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no more elements</span> -<span id="L331" class="LineNr">331 </span> <span class="Conceal">¦</span><span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># prev of final element</span> -<span id="L332" class="LineNr">332 </span> <span class="Conceal">¦</span><span class="Constant"> 40</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># list back at start</span> +<span id="L327" class="LineNr">327 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># remove returned non-null</span> +<span id="L328" class="LineNr">328 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># scanning next, skipping deleted element</span> +<span id="L329" class="LineNr">329 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L330" class="LineNr">330 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no more elements</span> +<span id="L331" class="LineNr">331 </span> <span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span class="Comment"># prev of final element</span> +<span id="L332" class="LineNr">332 </span> <span class="Constant"> 40</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># list back at start</span> <span id="L333" class="LineNr">333 </span> ] <span id="L334" class="LineNr">334 </span>] <span id="L335" class="LineNr">335 </span> <span id="L336" class="LineNr">336 </span><span class="muScenario">scenario</span> removing-from-singleton-duplex-list [ <span id="L337" class="LineNr">337 </span> <span class="Constant">local-scope</span> -<span id="L338" class="LineNr">338 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L338" class="LineNr">338 </span> list:&:duplex-list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> <span id="L339" class="LineNr">339 </span> run [ -<span id="L340" class="LineNr">340 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> remove <a href='064list.mu.html#L6'>list</a>, <a href='064list.mu.html#L6'>list</a> -<span id="L341" class="LineNr">341 </span> <span class="Conceal">¦</span> 1:num/<span class="Special">raw</span> <span class="Special"><-</span> copy <a href='064list.mu.html#L6'>list</a> +<span id="L340" class="LineNr">340 </span> list <span class="Special"><-</span> remove list, list +<span id="L341" class="LineNr">341 </span> 1:num/<span class="Special">raw</span> <span class="Special"><-</span> copy list <span id="L342" class="LineNr">342 </span> ] <span id="L343" class="LineNr">343 </span> memory-should-contain [ -<span id="L344" class="LineNr">344 </span> <span class="Conceal">¦</span><span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># back to an empty list</span> +<span id="L344" class="LineNr">344 </span> <span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># back to an empty list</span> <span id="L345" class="LineNr">345 </span> ] <span id="L346" class="LineNr">346 </span>] <span id="L347" class="LineNr">347 </span> -<span id="L348" class="LineNr">348 </span><span class="muRecipe">def</span> remove x:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem/contained-in:in, n:num, in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem<span class="muRecipe"> -> </span>in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem [ +<span id="L348" class="LineNr">348 </span><span class="muRecipe">def</span> remove x:&:duplex-list:_elem/contained-in:in, n:num, in:&:duplex-list:_elem<span class="muRecipe"> -> </span>in:&:duplex-list:_elem [ <span id="L349" class="LineNr">349 </span> <span class="Constant">local-scope</span> <span id="L350" class="LineNr">350 </span> <span class="Constant">load-inputs</span> <span id="L351" class="LineNr">351 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L352" class="LineNr">352 </span> curr:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem <span class="Special"><-</span> copy x +<span id="L352" class="LineNr">352 </span> curr:&:duplex-list:_elem <span class="Special"><-</span> copy x <span id="L353" class="LineNr">353 </span> <span class="Delimiter">{</span> -<span id="L354" class="LineNr">354 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, n -<span id="L355" class="LineNr">355 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L356" class="LineNr">356 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> curr -<span id="L357" class="LineNr">357 </span> <span class="Conceal">¦</span> <a href='065duplex_list.mu.html#L25'>next</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> curr -<span id="L358" class="LineNr">358 </span> <span class="Conceal">¦</span> in <span class="Special"><-</span> remove curr, in -<span id="L359" class="LineNr">359 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> copy <a href='065duplex_list.mu.html#L25'>next</a> -<span id="L360" class="LineNr">360 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L361" class="LineNr">361 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L354" class="LineNr">354 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, n +<span id="L355" class="LineNr">355 </span> <span class="muControl">break-if</span> done? +<span id="L356" class="LineNr">356 </span> <span class="muControl">break-unless</span> curr +<span id="L357" class="LineNr">357 </span> next:&:duplex-list:_elem <span class="Special"><-</span> next curr +<span id="L358" class="LineNr">358 </span> in <span class="Special"><-</span> remove curr, in +<span id="L359" class="LineNr">359 </span> curr <span class="Special"><-</span> copy next +<span id="L360" class="LineNr">360 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L361" class="LineNr">361 </span> <span class="muControl"> loop</span> <span id="L362" class="LineNr">362 </span> <span class="Delimiter">}</span> <span id="L363" class="LineNr">363 </span>] <span id="L364" class="LineNr">364 </span> <span id="L365" class="LineNr">365 </span><span class="muScenario">scenario</span> removing-multiple-from-duplex-list [ <span id="L366" class="LineNr">366 </span> <span class="Constant">local-scope</span> -<span id="L367" class="LineNr">367 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L368" class="LineNr">368 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 4</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L369" class="LineNr">369 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 5</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L367" class="LineNr">367 </span> list:&:duplex-list:num <span class="Special"><-</span> push<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L368" class="LineNr">368 </span> list <span class="Special"><-</span> push<span class="Constant"> 4</span>, list +<span id="L369" class="LineNr">369 </span> list <span class="Special"><-</span> push<span class="Constant"> 5</span>, list <span id="L370" class="LineNr">370 </span> run [ -<span id="L371" class="LineNr">371 </span> <span class="Conceal">¦</span> list2:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> <span class="Comment"># second element</span> -<span id="L372" class="LineNr">372 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> remove list2,<span class="Constant"> 2</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L373" class="LineNr">373 </span> <span class="Conceal">¦</span> stash <a href='064list.mu.html#L6'>list</a> +<span id="L371" class="LineNr">371 </span> list2:&:duplex-list:num <span class="Special"><-</span> next list <span class="Comment"># second element</span> +<span id="L372" class="LineNr">372 </span> list <span class="Special"><-</span> remove list2,<span class="Constant"> 2</span>, list +<span id="L373" class="LineNr">373 </span> stash list <span id="L374" class="LineNr">374 </span> ] <span id="L375" class="LineNr">375 </span> trace-should-contain [ -<span id="L376" class="LineNr">376 </span> <span class="Conceal">¦</span> app:<span class="Constant"> 5</span> +<span id="L376" class="LineNr">376 </span> app:<span class="Constant"> 5</span> <span id="L377" class="LineNr">377 </span> ] <span id="L378" class="LineNr">378 </span>] <span id="L379" class="LineNr">379 </span> @@ -444,331 +443,331 @@ if ('onhashchange' in window) { <span id="L382" class="LineNr">382 </span><span class="Comment"># set end to 0 to delete everything past start.</span> <span id="L383" class="LineNr">383 </span><span class="Comment"># can't set start to 0 to delete everything before end, because there's no</span> <span id="L384" class="LineNr">384 </span><span class="Comment"># clean way to return the new head pointer.</span> -<span id="L385" class="LineNr">385 </span><span class="muRecipe">def</span> <a href='065duplex_list.mu.html#L385'>remove-between</a> start:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem, end:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem/contained-in:start<span class="muRecipe"> -> </span>start:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem [ +<span id="L385" class="LineNr">385 </span><span class="muRecipe">def</span> remove-between start:&:duplex-list:_elem, end:&:duplex-list:_elem/contained-in:start<span class="muRecipe"> -> </span>start:&:duplex-list:_elem [ <span id="L386" class="LineNr">386 </span> <span class="Constant">local-scope</span> <span id="L387" class="LineNr">387 </span> <span class="Constant">load-inputs</span> -<span id="L388" class="LineNr">388 </span> <a href='065duplex_list.mu.html#L25'>next</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem <span class="Special"><-</span> get *start, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span> -<span id="L389" class="LineNr">389 </span> nothing-to-delete?:bool <span class="Special"><-</span> equal <a href='065duplex_list.mu.html#L25'>next</a>, end +<span id="L388" class="LineNr">388 </span> next:&:duplex-list:_elem <span class="Special"><-</span> get *start, <span class="Constant">next:offset</span> +<span id="L389" class="LineNr">389 </span> nothing-to-delete?:bool <span class="Special"><-</span> equal next, end <span id="L390" class="LineNr">390 </span> <span class="muControl">return-if</span> nothing-to-delete? -<span id="L391" class="LineNr">391 </span> assert <a href='065duplex_list.mu.html#L25'>next</a>, <span class="Constant">[malformed duplex list]</span> +<span id="L391" class="LineNr">391 </span> assert next, <span class="Constant">[malformed duplex list]</span> <span id="L392" class="LineNr">392 </span> <span class="Comment"># start->next->prev = 0</span> <span id="L393" class="LineNr">393 </span> <span class="Comment"># start->next = end</span> -<span id="L394" class="LineNr">394 </span> *next <span class="Special"><-</span> put *next, <span class="Constant"><a href='065duplex_list.mu.html#L32'>prev</a>:offset</span>,<span class="Constant"> 0</span> -<span id="L395" class="LineNr">395 </span> *start <span class="Special"><-</span> put *start, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span>, end +<span id="L394" class="LineNr">394 </span> *next <span class="Special"><-</span> put *next, <span class="Constant">prev:offset</span>,<span class="Constant"> 0</span> +<span id="L395" class="LineNr">395 </span> *start <span class="Special"><-</span> put *start, <span class="Constant">next:offset</span>, end <span id="L396" class="LineNr">396 </span> <span class="muControl">return-unless</span> end <span id="L397" class="LineNr">397 </span> <span class="Comment"># end->prev->next = 0</span> <span id="L398" class="LineNr">398 </span> <span class="Comment"># end->prev = start</span> -<span id="L399" class="LineNr">399 </span> <a href='065duplex_list.mu.html#L32'>prev</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem <span class="Special"><-</span> get *end, <span class="Constant"><a href='065duplex_list.mu.html#L32'>prev</a>:offset</span> -<span id="L400" class="LineNr">400 </span> assert <a href='065duplex_list.mu.html#L32'>prev</a>, <span class="Constant">[malformed duplex <a href='064list.mu.html#L6'>list</a> - 2]</span> -<span id="L401" class="LineNr">401 </span> *prev <span class="Special"><-</span> put *prev, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span>,<span class="Constant"> 0</span> -<span id="L402" class="LineNr">402 </span> *end <span class="Special"><-</span> put *end, <span class="Constant"><a href='065duplex_list.mu.html#L32'>prev</a>:offset</span>, start +<span id="L399" class="LineNr">399 </span> prev:&:duplex-list:_elem <span class="Special"><-</span> get *end, <span class="Constant">prev:offset</span> +<span id="L400" class="LineNr">400 </span> assert prev, <span class="Constant">[malformed duplex list - 2]</span> +<span id="L401" class="LineNr">401 </span> *prev <span class="Special"><-</span> put *prev, <span class="Constant">next:offset</span>,<span class="Constant"> 0</span> +<span id="L402" class="LineNr">402 </span> *end <span class="Special"><-</span> put *end, <span class="Constant">prev:offset</span>, start <span id="L403" class="LineNr">403 </span>] <span id="L404" class="LineNr">404 </span> <span id="L405" class="LineNr">405 </span><span class="muScenario">scenario</span> remove-range [ <span id="L406" class="LineNr">406 </span> <span class="Comment"># construct a duplex list with six elements [13, 14, 15, 16, 17, 18]</span> <span id="L407" class="LineNr">407 </span> <span class="Constant">local-scope</span> -<span id="L408" class="LineNr">408 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> push<span class="Constant"> 18</span>,<span class="Constant"> 0</span> -<span id="L409" class="LineNr">409 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 17</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L410" class="LineNr">410 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 16</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L411" class="LineNr">411 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 15</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L412" class="LineNr">412 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 14</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L413" class="LineNr">413 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 13</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L408" class="LineNr">408 </span> list:&:duplex-list:num <span class="Special"><-</span> push<span class="Constant"> 18</span>,<span class="Constant"> 0</span> +<span id="L409" class="LineNr">409 </span> list <span class="Special"><-</span> push<span class="Constant"> 17</span>, list +<span id="L410" class="LineNr">410 </span> list <span class="Special"><-</span> push<span class="Constant"> 16</span>, list +<span id="L411" class="LineNr">411 </span> list <span class="Special"><-</span> push<span class="Constant"> 15</span>, list +<span id="L412" class="LineNr">412 </span> list <span class="Special"><-</span> push<span class="Constant"> 14</span>, list +<span id="L413" class="LineNr">413 </span> list <span class="Special"><-</span> push<span class="Constant"> 13</span>, list <span id="L414" class="LineNr">414 </span> run [ -<span id="L415" class="LineNr">415 </span> <span class="Conceal">¦</span> <span class="Comment"># delete 16 onwards</span> -<span id="L416" class="LineNr">416 </span> <span class="Conceal">¦</span> <span class="Comment"># first pointer: to the third element</span> -<span id="L417" class="LineNr">417 </span> <span class="Conceal">¦</span> list2:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> -<span id="L418" class="LineNr">418 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L419" class="LineNr">419 </span> <span class="Conceal">¦</span> list2 <span class="Special"><-</span> <a href='065duplex_list.mu.html#L385'>remove-between</a> list2,<span class="Constant"> 0</span> -<span id="L420" class="LineNr">420 </span> <span class="Conceal">¦</span> <span class="Comment"># now check the list</span> -<span id="L421" class="LineNr">421 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> -<span id="L422" class="LineNr">422 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> -<span id="L423" class="LineNr">423 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> -<span id="L424" class="LineNr">424 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> -<span id="L425" class="LineNr">425 </span> <span class="Conceal">¦</span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> -<span id="L426" class="LineNr">426 </span> <span class="Conceal">¦</span> 20:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num/<span class="Special">raw</span> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> +<span id="L415" class="LineNr">415 </span> <span class="Comment"># delete 16 onwards</span> +<span id="L416" class="LineNr">416 </span> <span class="Comment"># first pointer: to the third element</span> +<span id="L417" class="LineNr">417 </span> list2:&:duplex-list:num <span class="Special"><-</span> next list +<span id="L418" class="LineNr">418 </span> list2 <span class="Special"><-</span> next list2 +<span id="L419" class="LineNr">419 </span> list2 <span class="Special"><-</span> remove-between list2,<span class="Constant"> 0</span> +<span id="L420" class="LineNr">420 </span> <span class="Comment"># now check the list</span> +<span id="L421" class="LineNr">421 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> +<span id="L422" class="LineNr">422 </span> list <span class="Special"><-</span> next list +<span id="L423" class="LineNr">423 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> +<span id="L424" class="LineNr">424 </span> list <span class="Special"><-</span> next list +<span id="L425" class="LineNr">425 </span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> +<span id="L426" class="LineNr">426 </span> 20:&:duplex-list:num/<span class="Special">raw</span> <span class="Special"><-</span> next list <span id="L427" class="LineNr">427 </span> ] <span id="L428" class="LineNr">428 </span> memory-should-contain [ -<span id="L429" class="LineNr">429 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 13</span> -<span id="L430" class="LineNr">430 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 14</span> -<span id="L431" class="LineNr">431 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 15</span> -<span id="L432" class="LineNr">432 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L429" class="LineNr">429 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 13</span> +<span id="L430" class="LineNr">430 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 14</span> +<span id="L431" class="LineNr">431 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 15</span> +<span id="L432" class="LineNr">432 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L433" class="LineNr">433 </span> ] <span id="L434" class="LineNr">434 </span>] <span id="L435" class="LineNr">435 </span> <span id="L436" class="LineNr">436 </span><span class="muScenario">scenario</span> remove-range-to-final [ <span id="L437" class="LineNr">437 </span> <span class="Constant">local-scope</span> <span id="L438" class="LineNr">438 </span> <span class="Comment"># construct a duplex list with six elements [13, 14, 15, 16, 17, 18]</span> -<span id="L439" class="LineNr">439 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> push<span class="Constant"> 18</span>,<span class="Constant"> 0</span> -<span id="L440" class="LineNr">440 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 17</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L441" class="LineNr">441 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 16</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L442" class="LineNr">442 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 15</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L443" class="LineNr">443 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 14</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L444" class="LineNr">444 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 13</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L439" class="LineNr">439 </span> list:&:duplex-list:num <span class="Special"><-</span> push<span class="Constant"> 18</span>,<span class="Constant"> 0</span> +<span id="L440" class="LineNr">440 </span> list <span class="Special"><-</span> push<span class="Constant"> 17</span>, list +<span id="L441" class="LineNr">441 </span> list <span class="Special"><-</span> push<span class="Constant"> 16</span>, list +<span id="L442" class="LineNr">442 </span> list <span class="Special"><-</span> push<span class="Constant"> 15</span>, list +<span id="L443" class="LineNr">443 </span> list <span class="Special"><-</span> push<span class="Constant"> 14</span>, list +<span id="L444" class="LineNr">444 </span> list <span class="Special"><-</span> push<span class="Constant"> 13</span>, list <span id="L445" class="LineNr">445 </span> run [ -<span id="L446" class="LineNr">446 </span> <span class="Conceal">¦</span> <span class="Comment"># delete 15, 16 and 17</span> -<span id="L447" class="LineNr">447 </span> <span class="Conceal">¦</span> <span class="Comment"># start pointer: to the second element</span> -<span id="L448" class="LineNr">448 </span> <span class="Conceal">¦</span> list2:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> -<span id="L449" class="LineNr">449 </span> <span class="Conceal">¦</span> <span class="Comment"># end pointer: to the last (sixth) element</span> -<span id="L450" class="LineNr">450 </span> <span class="Conceal">¦</span> end:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> list2 -<span id="L451" class="LineNr">451 </span> <span class="Conceal">¦</span> end <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> end -<span id="L452" class="LineNr">452 </span> <span class="Conceal">¦</span> end <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> end -<span id="L453" class="LineNr">453 </span> <span class="Conceal">¦</span> end <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> end -<span id="L454" class="LineNr">454 </span> <span class="Conceal">¦</span> <a href='065duplex_list.mu.html#L385'>remove-between</a> list2, end -<span id="L455" class="LineNr">455 </span> <span class="Conceal">¦</span> <span class="Comment"># now check the list</span> -<span id="L456" class="LineNr">456 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> -<span id="L457" class="LineNr">457 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> -<span id="L458" class="LineNr">458 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> -<span id="L459" class="LineNr">459 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> -<span id="L460" class="LineNr">460 </span> <span class="Conceal">¦</span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> -<span id="L461" class="LineNr">461 </span> <span class="Conceal">¦</span> 20:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num/<span class="Special">raw</span> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> +<span id="L446" class="LineNr">446 </span> <span class="Comment"># delete 15, 16 and 17</span> +<span id="L447" class="LineNr">447 </span> <span class="Comment"># start pointer: to the second element</span> +<span id="L448" class="LineNr">448 </span> list2:&:duplex-list:num <span class="Special"><-</span> next list +<span id="L449" class="LineNr">449 </span> <span class="Comment"># end pointer: to the last (sixth) element</span> +<span id="L450" class="LineNr">450 </span> end:&:duplex-list:num <span class="Special"><-</span> next list2 +<span id="L451" class="LineNr">451 </span> end <span class="Special"><-</span> next end +<span id="L452" class="LineNr">452 </span> end <span class="Special"><-</span> next end +<span id="L453" class="LineNr">453 </span> end <span class="Special"><-</span> next end +<span id="L454" class="LineNr">454 </span> remove-between list2, end +<span id="L455" class="LineNr">455 </span> <span class="Comment"># now check the list</span> +<span id="L456" class="LineNr">456 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> +<span id="L457" class="LineNr">457 </span> list <span class="Special"><-</span> next list +<span id="L458" class="LineNr">458 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> +<span id="L459" class="LineNr">459 </span> list <span class="Special"><-</span> next list +<span id="L460" class="LineNr">460 </span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> +<span id="L461" class="LineNr">461 </span> 20:&:duplex-list:num/<span class="Special">raw</span> <span class="Special"><-</span> next list <span id="L462" class="LineNr">462 </span> ] <span id="L463" class="LineNr">463 </span> memory-should-contain [ -<span id="L464" class="LineNr">464 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 13</span> -<span id="L465" class="LineNr">465 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 14</span> -<span id="L466" class="LineNr">466 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 18</span> -<span id="L467" class="LineNr">467 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no more elements</span> +<span id="L464" class="LineNr">464 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 13</span> +<span id="L465" class="LineNr">465 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 14</span> +<span id="L466" class="LineNr">466 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 18</span> +<span id="L467" class="LineNr">467 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># no more elements</span> <span id="L468" class="LineNr">468 </span> ] <span id="L469" class="LineNr">469 </span>] <span id="L470" class="LineNr">470 </span> <span id="L471" class="LineNr">471 </span><span class="muScenario">scenario</span> remove-range-empty [ <span id="L472" class="LineNr">472 </span> <span class="Constant">local-scope</span> <span id="L473" class="LineNr">473 </span> <span class="Comment"># construct a duplex list with three elements [13, 14, 15]</span> -<span id="L474" class="LineNr">474 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> push<span class="Constant"> 15</span>,<span class="Constant"> 0</span> -<span id="L475" class="LineNr">475 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 14</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L476" class="LineNr">476 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 13</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L474" class="LineNr">474 </span> list:&:duplex-list:num <span class="Special"><-</span> push<span class="Constant"> 15</span>,<span class="Constant"> 0</span> +<span id="L475" class="LineNr">475 </span> list <span class="Special"><-</span> push<span class="Constant"> 14</span>, list +<span id="L476" class="LineNr">476 </span> list <span class="Special"><-</span> push<span class="Constant"> 13</span>, list <span id="L477" class="LineNr">477 </span> run [ -<span id="L478" class="LineNr">478 </span> <span class="Conceal">¦</span> <span class="Comment"># delete between first and second element (i.e. nothing)</span> -<span id="L479" class="LineNr">479 </span> <span class="Conceal">¦</span> list2:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> -<span id="L480" class="LineNr">480 </span> <span class="Conceal">¦</span> <a href='065duplex_list.mu.html#L385'>remove-between</a> <a href='064list.mu.html#L6'>list</a>, list2 -<span id="L481" class="LineNr">481 </span> <span class="Conceal">¦</span> <span class="Comment"># now check the list</span> -<span id="L482" class="LineNr">482 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> -<span id="L483" class="LineNr">483 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> -<span id="L484" class="LineNr">484 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> -<span id="L485" class="LineNr">485 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> -<span id="L486" class="LineNr">486 </span> <span class="Conceal">¦</span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> -<span id="L487" class="LineNr">487 </span> <span class="Conceal">¦</span> 20:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num/<span class="Special">raw</span> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> +<span id="L478" class="LineNr">478 </span> <span class="Comment"># delete between first and second element (i.e. nothing)</span> +<span id="L479" class="LineNr">479 </span> list2:&:duplex-list:num <span class="Special"><-</span> next list +<span id="L480" class="LineNr">480 </span> remove-between list, list2 +<span id="L481" class="LineNr">481 </span> <span class="Comment"># now check the list</span> +<span id="L482" class="LineNr">482 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> +<span id="L483" class="LineNr">483 </span> list <span class="Special"><-</span> next list +<span id="L484" class="LineNr">484 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> +<span id="L485" class="LineNr">485 </span> list <span class="Special"><-</span> next list +<span id="L486" class="LineNr">486 </span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> +<span id="L487" class="LineNr">487 </span> 20:&:duplex-list:num/<span class="Special">raw</span> <span class="Special"><-</span> next list <span id="L488" class="LineNr">488 </span> ] <span id="L489" class="LineNr">489 </span> <span class="Comment"># no change</span> <span id="L490" class="LineNr">490 </span> memory-should-contain [ -<span id="L491" class="LineNr">491 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 13</span> -<span id="L492" class="LineNr">492 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 14</span> -<span id="L493" class="LineNr">493 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 15</span> -<span id="L494" class="LineNr">494 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L491" class="LineNr">491 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 13</span> +<span id="L492" class="LineNr">492 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 14</span> +<span id="L493" class="LineNr">493 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 15</span> +<span id="L494" class="LineNr">494 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L495" class="LineNr">495 </span> ] <span id="L496" class="LineNr">496 </span>] <span id="L497" class="LineNr">497 </span> <span id="L498" class="LineNr">498 </span><span class="muScenario">scenario</span> remove-range-to-end [ <span id="L499" class="LineNr">499 </span> <span class="Constant">local-scope</span> <span id="L500" class="LineNr">500 </span> <span class="Comment"># construct a duplex list with six elements [13, 14, 15, 16, 17, 18]</span> -<span id="L501" class="LineNr">501 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> push<span class="Constant"> 18</span>,<span class="Constant"> 0</span> -<span id="L502" class="LineNr">502 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 17</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L503" class="LineNr">503 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 16</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L504" class="LineNr">504 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 15</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L505" class="LineNr">505 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 14</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L506" class="LineNr">506 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 13</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L501" class="LineNr">501 </span> list:&:duplex-list:num <span class="Special"><-</span> push<span class="Constant"> 18</span>,<span class="Constant"> 0</span> +<span id="L502" class="LineNr">502 </span> list <span class="Special"><-</span> push<span class="Constant"> 17</span>, list +<span id="L503" class="LineNr">503 </span> list <span class="Special"><-</span> push<span class="Constant"> 16</span>, list +<span id="L504" class="LineNr">504 </span> list <span class="Special"><-</span> push<span class="Constant"> 15</span>, list +<span id="L505" class="LineNr">505 </span> list <span class="Special"><-</span> push<span class="Constant"> 14</span>, list +<span id="L506" class="LineNr">506 </span> list <span class="Special"><-</span> push<span class="Constant"> 13</span>, list <span id="L507" class="LineNr">507 </span> run [ -<span id="L508" class="LineNr">508 </span> <span class="Conceal">¦</span> <span class="Comment"># remove the third element and beyond</span> -<span id="L509" class="LineNr">509 </span> <span class="Conceal">¦</span> list2:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> -<span id="L510" class="LineNr">510 </span> <span class="Conceal">¦</span> <a href='065duplex_list.mu.html#L385'>remove-between</a> list2,<span class="Constant"> 0</span> -<span id="L511" class="LineNr">511 </span> <span class="Conceal">¦</span> <span class="Comment"># now check the list</span> -<span id="L512" class="LineNr">512 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> -<span id="L513" class="LineNr">513 </span> <span class="Conceal">¦</span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> -<span id="L514" class="LineNr">514 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> -<span id="L515" class="LineNr">515 </span> <span class="Conceal">¦</span> 20:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num/<span class="Special">raw</span> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> <a href='064list.mu.html#L6'>list</a> +<span id="L508" class="LineNr">508 </span> <span class="Comment"># remove the third element and beyond</span> +<span id="L509" class="LineNr">509 </span> list2:&:duplex-list:num <span class="Special"><-</span> next list +<span id="L510" class="LineNr">510 </span> remove-between list2,<span class="Constant"> 0</span> +<span id="L511" class="LineNr">511 </span> <span class="Comment"># now check the list</span> +<span id="L512" class="LineNr">512 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> +<span id="L513" class="LineNr">513 </span> list <span class="Special"><-</span> next list +<span id="L514" class="LineNr">514 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *list, <span class="Constant">value:offset</span> +<span id="L515" class="LineNr">515 </span> 20:&:duplex-list:num/<span class="Special">raw</span> <span class="Special"><-</span> next list <span id="L516" class="LineNr">516 </span> ] <span id="L517" class="LineNr">517 </span> memory-should-contain [ -<span id="L518" class="LineNr">518 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 13</span> -<span id="L519" class="LineNr">519 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 14</span> -<span id="L520" class="LineNr">520 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L518" class="LineNr">518 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 13</span> +<span id="L519" class="LineNr">519 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 14</span> +<span id="L520" class="LineNr">520 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L521" class="LineNr">521 </span> ] <span id="L522" class="LineNr">522 </span>] <span id="L523" class="LineNr">523 </span> <span id="L524" class="LineNr">524 </span><span class="Comment"># insert list beginning at 'start' after 'in'</span> -<span id="L525" class="LineNr">525 </span><span class="muRecipe">def</span> <a href='065duplex_list.mu.html#L525'>splice</a> in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem, start:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem/contained-in:in<span class="muRecipe"> -> </span>in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem [ +<span id="L525" class="LineNr">525 </span><span class="muRecipe">def</span> splice in:&:duplex-list:_elem, start:&:duplex-list:_elem/contained-in:in<span class="muRecipe"> -> </span>in:&:duplex-list:_elem [ <span id="L526" class="LineNr">526 </span> <span class="Constant">local-scope</span> <span id="L527" class="LineNr">527 </span> <span class="Constant">load-inputs</span> <span id="L528" class="LineNr">528 </span> <span class="muControl">return-unless</span> in <span id="L529" class="LineNr">529 </span> <span class="muControl">return-unless</span> start -<span id="L530" class="LineNr">530 </span> end:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem <span class="Special"><-</span> <a href='065duplex_list.mu.html#L572'>last</a> start -<span id="L531" class="LineNr">531 </span> <a href='065duplex_list.mu.html#L25'>next</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> in +<span id="L530" class="LineNr">530 </span> end:&:duplex-list:_elem <span class="Special"><-</span> last start +<span id="L531" class="LineNr">531 </span> next:&:duplex-list:_elem <span class="Special"><-</span> next in <span id="L532" class="LineNr">532 </span> <span class="Delimiter">{</span> -<span id="L533" class="LineNr">533 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='065duplex_list.mu.html#L25'>next</a> -<span id="L534" class="LineNr">534 </span> <span class="Conceal">¦</span> *end <span class="Special"><-</span> put *end, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span>, <a href='065duplex_list.mu.html#L25'>next</a> -<span id="L535" class="LineNr">535 </span> <span class="Conceal">¦</span> *next <span class="Special"><-</span> put *next, <span class="Constant"><a href='065duplex_list.mu.html#L32'>prev</a>:offset</span>, end +<span id="L533" class="LineNr">533 </span> <span class="muControl">break-unless</span> next +<span id="L534" class="LineNr">534 </span> *end <span class="Special"><-</span> put *end, <span class="Constant">next:offset</span>, next +<span id="L535" class="LineNr">535 </span> *next <span class="Special"><-</span> put *next, <span class="Constant">prev:offset</span>, end <span id="L536" class="LineNr">536 </span> <span class="Delimiter">}</span> -<span id="L537" class="LineNr">537 </span> *in <span class="Special"><-</span> put *in, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span>, start -<span id="L538" class="LineNr">538 </span> *start <span class="Special"><-</span> put *start, <span class="Constant"><a href='065duplex_list.mu.html#L32'>prev</a>:offset</span>, in +<span id="L537" class="LineNr">537 </span> *in <span class="Special"><-</span> put *in, <span class="Constant">next:offset</span>, start +<span id="L538" class="LineNr">538 </span> *start <span class="Special"><-</span> put *start, <span class="Constant">prev:offset</span>, in <span id="L539" class="LineNr">539 </span>] <span id="L540" class="LineNr">540 </span> <span id="L541" class="LineNr">541 </span><span class="Comment"># insert contents of 'new' after 'in'</span> -<span id="L542" class="LineNr">542 </span><span class="muRecipe">def</span> insert in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem, new:&:@:_elem<span class="muRecipe"> -> </span>in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem [ +<span id="L542" class="LineNr">542 </span><span class="muRecipe">def</span> insert in:&:duplex-list:_elem, new:&:@:_elem<span class="muRecipe"> -> </span>in:&:duplex-list:_elem [ <span id="L543" class="LineNr">543 </span> <span class="Constant">local-scope</span> <span id="L544" class="LineNr">544 </span> <span class="Constant">load-inputs</span> <span id="L545" class="LineNr">545 </span> <span class="muControl">return-unless</span> in <span id="L546" class="LineNr">546 </span> <span class="muControl">return-unless</span> new <span id="L547" class="LineNr">547 </span> len:num <span class="Special"><-</span> length *new <span id="L548" class="LineNr">548 </span> <span class="muControl">return-unless</span> len -<span id="L549" class="LineNr">549 </span> curr:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem <span class="Special"><-</span> copy in +<span id="L549" class="LineNr">549 </span> curr:&:duplex-list:_elem <span class="Special"><-</span> copy in <span id="L550" class="LineNr">550 </span> idx:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L551" class="LineNr">551 </span> <span class="Delimiter">{</span> -<span id="L552" class="LineNr">552 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal idx, len -<span id="L553" class="LineNr">553 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L554" class="LineNr">554 </span> <span class="Conceal">¦</span> c:_elem <span class="Special"><-</span> index *new, idx -<span id="L555" class="LineNr">555 </span> <span class="Conceal">¦</span> insert c, curr -<span id="L556" class="LineNr">556 </span> <span class="Conceal">¦</span> <span class="Comment"># next iter</span> -<span id="L557" class="LineNr">557 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> curr -<span id="L558" class="LineNr">558 </span> <span class="Conceal">¦</span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> -<span id="L559" class="LineNr">559 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L552" class="LineNr">552 </span> done?:bool <span class="Special"><-</span> greater-or-equal idx, len +<span id="L553" class="LineNr">553 </span> <span class="muControl">break-if</span> done? +<span id="L554" class="LineNr">554 </span> c:_elem <span class="Special"><-</span> index *new, idx +<span id="L555" class="LineNr">555 </span> insert c, curr +<span id="L556" class="LineNr">556 </span> <span class="Comment"># next iter</span> +<span id="L557" class="LineNr">557 </span> curr <span class="Special"><-</span> next curr +<span id="L558" class="LineNr">558 </span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> +<span id="L559" class="LineNr">559 </span> <span class="muControl"> loop</span> <span id="L560" class="LineNr">560 </span> <span class="Delimiter">}</span> <span id="L561" class="LineNr">561 </span>] <span id="L562" class="LineNr">562 </span> -<span id="L563" class="LineNr">563 </span><span class="muRecipe">def</span> append in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem, new:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem/contained-in:in<span class="muRecipe"> -> </span>in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem [ +<span id="L563" class="LineNr">563 </span><span class="muRecipe">def</span> append in:&:duplex-list:_elem, new:&:duplex-list:_elem/contained-in:in<span class="muRecipe"> -> </span>in:&:duplex-list:_elem [ <span id="L564" class="LineNr">564 </span> <span class="Constant">local-scope</span> <span id="L565" class="LineNr">565 </span> <span class="Constant">load-inputs</span> -<span id="L566" class="LineNr">566 </span> <a href='065duplex_list.mu.html#L572'>last</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem <span class="Special"><-</span> <a href='065duplex_list.mu.html#L572'>last</a> in -<span id="L567" class="LineNr">567 </span> *last <span class="Special"><-</span> put *last, <span class="Constant"><a href='065duplex_list.mu.html#L25'>next</a>:offset</span>, new +<span id="L566" class="LineNr">566 </span> last:&:duplex-list:_elem <span class="Special"><-</span> last in +<span id="L567" class="LineNr">567 </span> *last <span class="Special"><-</span> put *last, <span class="Constant">next:offset</span>, new <span id="L568" class="LineNr">568 </span> <span class="muControl">return-unless</span> new -<span id="L569" class="LineNr">569 </span> *new <span class="Special"><-</span> put *new, <span class="Constant"><a href='065duplex_list.mu.html#L32'>prev</a>:offset</span>, <a href='065duplex_list.mu.html#L572'>last</a> +<span id="L569" class="LineNr">569 </span> *new <span class="Special"><-</span> put *new, <span class="Constant">prev:offset</span>, last <span id="L570" class="LineNr">570 </span>] <span id="L571" class="LineNr">571 </span> -<span id="L572" class="LineNr">572 </span><span class="muRecipe">def</span> <a href='065duplex_list.mu.html#L572'>last</a> in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem<span class="muRecipe"> -> </span>result:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem [ +<span id="L572" class="LineNr">572 </span><span class="muRecipe">def</span> last in:&:duplex-list:_elem<span class="muRecipe"> -> </span>result:&:duplex-list:_elem [ <span id="L573" class="LineNr">573 </span> <span class="Constant">local-scope</span> <span id="L574" class="LineNr">574 </span> <span class="Constant">load-inputs</span> <span id="L575" class="LineNr">575 </span> result <span class="Special"><-</span> copy in <span id="L576" class="LineNr">576 </span> <span class="Delimiter">{</span> -<span id="L577" class="LineNr">577 </span> <span class="Conceal">¦</span> <a href='065duplex_list.mu.html#L25'>next</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> result -<span id="L578" class="LineNr">578 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='065duplex_list.mu.html#L25'>next</a> -<span id="L579" class="LineNr">579 </span> <span class="Conceal">¦</span> result <span class="Special"><-</span> copy <a href='065duplex_list.mu.html#L25'>next</a> -<span id="L580" class="LineNr">580 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L577" class="LineNr">577 </span> next:&:duplex-list:_elem <span class="Special"><-</span> next result +<span id="L578" class="LineNr">578 </span> <span class="muControl">break-unless</span> next +<span id="L579" class="LineNr">579 </span> result <span class="Special"><-</span> copy next +<span id="L580" class="LineNr">580 </span> <span class="muControl"> loop</span> <span id="L581" class="LineNr">581 </span> <span class="Delimiter">}</span> <span id="L582" class="LineNr">582 </span>] <span id="L583" class="LineNr">583 </span> <span id="L584" class="LineNr">584 </span><span class="Comment"># does a duplex list start with a certain sequence of elements?</span> -<span id="L585" class="LineNr">585 </span><span class="muRecipe">def</span> <a href='065duplex_list.mu.html#L585'>match</a> x:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem, y:&:@:_elem<span class="muRecipe"> -> </span>result:bool [ +<span id="L585" class="LineNr">585 </span><span class="muRecipe">def</span> match x:&:duplex-list:_elem, y:&:@:_elem<span class="muRecipe"> -> </span>result:bool [ <span id="L586" class="LineNr">586 </span> <span class="Constant">local-scope</span> <span id="L587" class="LineNr">587 </span> <span class="Constant">load-inputs</span> <span id="L588" class="LineNr">588 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L589" class="LineNr">589 </span> max:num <span class="Special"><-</span> length *y <span id="L590" class="LineNr">590 </span> <span class="Delimiter">{</span> -<span id="L591" class="LineNr">591 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, max -<span id="L592" class="LineNr">592 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L593" class="LineNr">593 </span> <span class="Conceal">¦</span> expected:_elem <span class="Special"><-</span> index *y, i -<span id="L594" class="LineNr">594 </span> <span class="Conceal">¦</span> <span class="muControl">return-unless</span> x, <span class="Constant">0/no-match</span> -<span id="L595" class="LineNr">595 </span> <span class="Conceal">¦</span> curr:_elem <span class="Special"><-</span> first x -<span id="L596" class="LineNr">596 </span> <span class="Conceal">¦</span> curr-matches?:bool <span class="Special"><-</span> equal curr, expected -<span id="L597" class="LineNr">597 </span> <span class="Conceal">¦</span> <span class="muControl">return-unless</span> curr-matches?, <span class="Constant">0/no-match</span> -<span id="L598" class="LineNr">598 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> x -<span id="L599" class="LineNr">599 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L600" class="LineNr">600 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L591" class="LineNr">591 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, max +<span id="L592" class="LineNr">592 </span> <span class="muControl">break-if</span> done? +<span id="L593" class="LineNr">593 </span> expected:_elem <span class="Special"><-</span> index *y, i +<span id="L594" class="LineNr">594 </span> <span class="muControl">return-unless</span> x, <span class="Constant">0/no-match</span> +<span id="L595" class="LineNr">595 </span> curr:_elem <span class="Special"><-</span> first x +<span id="L596" class="LineNr">596 </span> curr-matches?:bool <span class="Special"><-</span> equal curr, expected +<span id="L597" class="LineNr">597 </span> <span class="muControl">return-unless</span> curr-matches?, <span class="Constant">0/no-match</span> +<span id="L598" class="LineNr">598 </span> x <span class="Special"><-</span> next x +<span id="L599" class="LineNr">599 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L600" class="LineNr">600 </span> <span class="muControl"> loop</span> <span id="L601" class="LineNr">601 </span> <span class="Delimiter">}</span> <span id="L602" class="LineNr">602 </span> <span class="muControl"> return</span> <span class="Constant">1/successful-match</span> <span id="L603" class="LineNr">603 </span>] <span id="L604" class="LineNr">604 </span> <span id="L605" class="LineNr">605 </span><span class="muScenario">scenario</span> duplex-list-match [ <span id="L606" class="LineNr">606 </span> <span class="Constant">local-scope</span> -<span id="L607" class="LineNr">607 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> push <span class="Constant">97/a</span>,<span class="Constant"> 0</span> -<span id="L608" class="LineNr">608 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push <span class="Constant">98/b</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L609" class="LineNr">609 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push <span class="Constant">99/c</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L610" class="LineNr">610 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push <span class="Constant">100/d</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L607" class="LineNr">607 </span> list:&:duplex-list:char <span class="Special"><-</span> push <span class="Constant">97/a</span>,<span class="Constant"> 0</span> +<span id="L608" class="LineNr">608 </span> list <span class="Special"><-</span> push <span class="Constant">98/b</span>, list +<span id="L609" class="LineNr">609 </span> list <span class="Special"><-</span> push <span class="Constant">99/c</span>, list +<span id="L610" class="LineNr">610 </span> list <span class="Special"><-</span> push <span class="Constant">100/d</span>, list <span id="L611" class="LineNr">611 </span> run [ -<span id="L612" class="LineNr">612 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L585'>match</a> <a href='064list.mu.html#L6'>list</a>, <span class="Constant">[]</span> -<span id="L613" class="LineNr">613 </span> <span class="Conceal">¦</span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L585'>match</a> <a href='064list.mu.html#L6'>list</a>, <span class="Constant">[d]</span> -<span id="L614" class="LineNr">614 </span> <span class="Conceal">¦</span> 12:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L585'>match</a> <a href='064list.mu.html#L6'>list</a>, <span class="Constant">[dc]</span> -<span id="L615" class="LineNr">615 </span> <span class="Conceal">¦</span> 13:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L585'>match</a> <a href='064list.mu.html#L6'>list</a>, <span class="Constant">[dcba]</span> -<span id="L616" class="LineNr">616 </span> <span class="Conceal">¦</span> 14:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L585'>match</a> <a href='064list.mu.html#L6'>list</a>, <span class="Constant">[dd]</span> -<span id="L617" class="LineNr">617 </span> <span class="Conceal">¦</span> 15:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='065duplex_list.mu.html#L585'>match</a> <a href='064list.mu.html#L6'>list</a>, <span class="Constant">[dcbax]</span> +<span id="L612" class="LineNr">612 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> match list, <span class="Constant">[]</span> +<span id="L613" class="LineNr">613 </span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> match list, <span class="Constant">[d]</span> +<span id="L614" class="LineNr">614 </span> 12:bool/<span class="Special">raw</span> <span class="Special"><-</span> match list, <span class="Constant">[dc]</span> +<span id="L615" class="LineNr">615 </span> 13:bool/<span class="Special">raw</span> <span class="Special"><-</span> match list, <span class="Constant">[dcba]</span> +<span id="L616" class="LineNr">616 </span> 14:bool/<span class="Special">raw</span> <span class="Special"><-</span> match list, <span class="Constant">[dd]</span> +<span id="L617" class="LineNr">617 </span> 15:bool/<span class="Special">raw</span> <span class="Special"><-</span> match list, <span class="Constant">[dcbax]</span> <span id="L618" class="LineNr">618 </span> ] <span id="L619" class="LineNr">619 </span> memory-should-contain [ -<span id="L620" class="LineNr">620 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># matches []</span> -<span id="L621" class="LineNr">621 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># matches [d]</span> -<span id="L622" class="LineNr">622 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># matches [dc]</span> -<span id="L623" class="LineNr">623 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># matches [dcba]</span> -<span id="L624" class="LineNr">624 </span> <span class="Conceal">¦</span><span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># does not match [dd]</span> -<span id="L625" class="LineNr">625 </span> <span class="Conceal">¦</span><span class="Constant"> 15</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># does not match [dcbax]</span> +<span id="L620" class="LineNr">620 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># matches []</span> +<span id="L621" class="LineNr">621 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># matches [d]</span> +<span id="L622" class="LineNr">622 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># matches [dc]</span> +<span id="L623" class="LineNr">623 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># matches [dcba]</span> +<span id="L624" class="LineNr">624 </span> <span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># does not match [dd]</span> +<span id="L625" class="LineNr">625 </span> <span class="Constant"> 15</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># does not match [dcbax]</span> <span id="L626" class="LineNr">626 </span> ] <span id="L627" class="LineNr">627 </span>] <span id="L628" class="LineNr">628 </span> <span id="L629" class="LineNr">629 </span><span class="Comment"># helper for debugging</span> -<span id="L630" class="LineNr">630 </span><span class="muRecipe">def</span> <a href='065duplex_list.mu.html#L630'>dump-from</a> x:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem [ +<span id="L630" class="LineNr">630 </span><span class="muRecipe">def</span> dump-from x:&:duplex-list:_elem [ <span id="L631" class="LineNr">631 </span> <span class="Constant">local-scope</span> <span id="L632" class="LineNr">632 </span> <span class="Constant">load-inputs</span> <span id="L633" class="LineNr">633 </span> $print x, <span class="Constant">[: ]</span> <span id="L634" class="LineNr">634 </span> <span class="Delimiter">{</span> -<span id="L635" class="LineNr">635 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> x -<span id="L636" class="LineNr">636 </span> <span class="Conceal">¦</span> c:_elem <span class="Special"><-</span> get *x, <span class="Constant">value:offset</span> -<span id="L637" class="LineNr">637 </span> <span class="Conceal">¦</span> $print c, <span class="Constant">[ ]</span> -<span id="L638" class="LineNr">638 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> x -<span id="L639" class="LineNr">639 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L640" class="LineNr">640 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> is-newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L641" class="LineNr">641 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-newline? -<span id="L642" class="LineNr">642 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> $print <span class="Constant">10/newline</span> -<span id="L643" class="LineNr">643 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> $print x, <span class="Constant">[: ]</span> -<span id="L644" class="LineNr">644 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L645" class="LineNr">645 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L635" class="LineNr">635 </span> <span class="muControl">break-unless</span> x +<span id="L636" class="LineNr">636 </span> c:_elem <span class="Special"><-</span> get *x, <span class="Constant">value:offset</span> +<span id="L637" class="LineNr">637 </span> $print c, <span class="Constant">[ ]</span> +<span id="L638" class="LineNr">638 </span> x <span class="Special"><-</span> next x +<span id="L639" class="LineNr">639 </span> <span class="Delimiter">{</span> +<span id="L640" class="LineNr">640 </span> is-newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L641" class="LineNr">641 </span> <span class="muControl">break-unless</span> is-newline? +<span id="L642" class="LineNr">642 </span> $print <span class="Constant">10/newline</span> +<span id="L643" class="LineNr">643 </span> $print x, <span class="Constant">[: ]</span> +<span id="L644" class="LineNr">644 </span> <span class="Delimiter">}</span> +<span id="L645" class="LineNr">645 </span> <span class="muControl"> loop</span> <span id="L646" class="LineNr">646 </span> <span class="Delimiter">}</span> <span id="L647" class="LineNr">647 </span> $print <span class="Constant">10/newline</span>, <span class="Constant">[---]</span>, <span class="Constant">10/newline</span> <span id="L648" class="LineNr">648 </span>] <span id="L649" class="LineNr">649 </span> <span id="L650" class="LineNr">650 </span><span class="muScenario">scenario</span> stash-duplex-list [ <span id="L651" class="LineNr">651 </span> <span class="Constant">local-scope</span> -<span id="L652" class="LineNr">652 </span> <a href='064list.mu.html#L6'>list</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> push<span class="Constant"> 1</span>,<span class="Constant"> 0</span> -<span id="L653" class="LineNr">653 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 2</span>, <a href='064list.mu.html#L6'>list</a> -<span id="L654" class="LineNr">654 </span> <a href='064list.mu.html#L6'>list</a> <span class="Special"><-</span> push<span class="Constant"> 3</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L652" class="LineNr">652 </span> list:&:duplex-list:num <span class="Special"><-</span> push<span class="Constant"> 1</span>,<span class="Constant"> 0</span> +<span id="L653" class="LineNr">653 </span> list <span class="Special"><-</span> push<span class="Constant"> 2</span>, list +<span id="L654" class="LineNr">654 </span> list <span class="Special"><-</span> push<span class="Constant"> 3</span>, list <span id="L655" class="LineNr">655 </span> run [ -<span id="L656" class="LineNr">656 </span> <span class="Conceal">¦</span> stash <span class="Constant">[list:]</span>, <a href='064list.mu.html#L6'>list</a> +<span id="L656" class="LineNr">656 </span> stash <span class="Constant">[list:]</span>, list <span id="L657" class="LineNr">657 </span> ] <span id="L658" class="LineNr">658 </span> trace-should-contain [ -<span id="L659" class="LineNr">659 </span> <span class="Conceal">¦</span> app: <a href='064list.mu.html#L6'>list</a>:<span class="Constant"> 3</span> <span class="Special"><-</span>><span class="Constant"> 2</span> <span class="Special"><-</span>><span class="Constant"> 1</span> +<span id="L659" class="LineNr">659 </span> app: list:<span class="Constant"> 3</span> <span class="Special"><-</span>><span class="Constant"> 2</span> <span class="Special"><-</span>><span class="Constant"> 1</span> <span id="L660" class="LineNr">660 </span> ] <span id="L661" class="LineNr">661 </span>] <span id="L662" class="LineNr">662 </span> -<span id="L663" class="LineNr">663 </span><span class="muRecipe">def</span> to-text in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem<span class="muRecipe"> -> </span>result:text [ +<span id="L663" class="LineNr">663 </span><span class="muRecipe">def</span> to-text in:&:duplex-list:_elem<span class="muRecipe"> -> </span>result:text [ <span id="L664" class="LineNr">664 </span> <span class="Constant">local-scope</span> <span id="L665" class="LineNr">665 </span> <span class="Constant">load-inputs</span> -<span id="L666" class="LineNr">666 </span> buf:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a><span class="Constant"> 80</span> +<span id="L666" class="LineNr">666 </span> buf:&:buffer:char <span class="Special"><-</span> new-buffer<span class="Constant"> 80</span> <span id="L667" class="LineNr">667 </span> buf <span class="Special"><-</span> to-buffer in, buf -<span id="L668" class="LineNr">668 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L338'>buffer-to-array</a> buf +<span id="L668" class="LineNr">668 </span> result <span class="Special"><-</span> buffer-to-array buf <span id="L669" class="LineNr">669 </span>] <span id="L670" class="LineNr">670 </span> <span id="L671" class="LineNr">671 </span><span class="Comment"># variant of 'to-text' which stops printing after a few elements (and so is robust to cycles)</span> -<span id="L672" class="LineNr">672 </span><span class="muRecipe">def</span> to-text-line in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem<span class="muRecipe"> -> </span>result:text [ +<span id="L672" class="LineNr">672 </span><span class="muRecipe">def</span> to-text-line in:&:duplex-list:_elem<span class="muRecipe"> -> </span>result:text [ <span id="L673" class="LineNr">673 </span> <span class="Constant">local-scope</span> <span id="L674" class="LineNr">674 </span> <span class="Constant">load-inputs</span> -<span id="L675" class="LineNr">675 </span> buf:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a><span class="Constant"> 80</span> +<span id="L675" class="LineNr">675 </span> buf:&:buffer:char <span class="Special"><-</span> new-buffer<span class="Constant"> 80</span> <span id="L676" class="LineNr">676 </span> buf <span class="Special"><-</span> to-buffer in, buf,<span class="Constant"> 6</span> <span class="Comment"># max elements to display</span> -<span id="L677" class="LineNr">677 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L338'>buffer-to-array</a> buf +<span id="L677" class="LineNr">677 </span> result <span class="Special"><-</span> buffer-to-array buf <span id="L678" class="LineNr">678 </span>] <span id="L679" class="LineNr">679 </span> -<span id="L680" class="LineNr">680 </span><span class="muRecipe">def</span> to-buffer in:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem, buf:&:<a href='061text.mu.html#L120'>buffer</a>:char<span class="muRecipe"> -> </span>buf:&:<a href='061text.mu.html#L120'>buffer</a>:char [ +<span id="L680" class="LineNr">680 </span><span class="muRecipe">def</span> to-buffer in:&:duplex-list:_elem, buf:&:buffer:char<span class="muRecipe"> -> </span>buf:&:buffer:char [ <span id="L681" class="LineNr">681 </span> <span class="Constant">local-scope</span> <span id="L682" class="LineNr">682 </span> <span class="Constant">load-inputs</span> <span id="L683" class="LineNr">683 </span> <span class="Delimiter">{</span> -<span id="L684" class="LineNr">684 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> in -<span id="L685" class="LineNr">685 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> append buf, <span class="Constant">[[]</span>] -<span id="L686" class="LineNr">686 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L684" class="LineNr">684 </span> <span class="muControl">break-if</span> in +<span id="L685" class="LineNr">685 </span> buf <span class="Special"><-</span> append buf, <span class="Constant">[[]</span>] +<span id="L686" class="LineNr">686 </span> <span class="muControl"> return</span> <span id="L687" class="LineNr">687 </span> <span class="Delimiter">}</span> <span id="L688" class="LineNr">688 </span> <span class="Comment"># append in.value to buf</span> <span id="L689" class="LineNr">689 </span> val:_elem <span class="Special"><-</span> get *in, <span class="Constant">value:offset</span> <span id="L690" class="LineNr">690 </span> buf <span class="Special"><-</span> append buf, val <span id="L691" class="LineNr">691 </span> <span class="Comment"># now prepare next</span> -<span id="L692" class="LineNr">692 </span> <a href='065duplex_list.mu.html#L25'>next</a>:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:_elem <span class="Special"><-</span> <a href='065duplex_list.mu.html#L25'>next</a> in -<span id="L693" class="LineNr">693 </span> nextn:num <span class="Special"><-</span> copy <a href='065duplex_list.mu.html#L25'>next</a> -<span id="L694" class="LineNr">694 </span> <span class="muControl">return-unless</span> <a href='065duplex_list.mu.html#L25'>next</a> +<span id="L692" class="LineNr">692 </span> next:&:duplex-list:_elem <span class="Special"><-</span> next in +<span id="L693" class="LineNr">693 </span> nextn:num <span class="Special"><-</span> copy next +<span id="L694" class="LineNr">694 </span> <span class="muControl">return-unless</span> next <span id="L695" class="LineNr">695 </span> buf <span class="Special"><-</span> append buf, <span class="Constant">[ <-> ]</span> <span id="L696" class="LineNr">696 </span> <span class="Comment"># and recurse</span> <span id="L697" class="LineNr">697 </span> remaining:num, optional-input-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L698" class="LineNr">698 </span> <span class="Delimiter">{</span> -<span id="L699" class="LineNr">699 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> optional-input-found? -<span id="L700" class="LineNr">700 </span> <span class="Conceal">¦</span> <span class="Comment"># unlimited recursion</span> -<span id="L701" class="LineNr">701 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> to-buffer <a href='065duplex_list.mu.html#L25'>next</a>, buf -<span id="L702" class="LineNr">702 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L699" class="LineNr">699 </span> <span class="muControl">break-if</span> optional-input-found? +<span id="L700" class="LineNr">700 </span> <span class="Comment"># unlimited recursion</span> +<span id="L701" class="LineNr">701 </span> buf <span class="Special"><-</span> to-buffer next, buf +<span id="L702" class="LineNr">702 </span> <span class="muControl"> return</span> <span id="L703" class="LineNr">703 </span> <span class="Delimiter">}</span> <span id="L704" class="LineNr">704 </span> <span class="Delimiter">{</span> -<span id="L705" class="LineNr">705 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> remaining -<span id="L706" class="LineNr">706 </span> <span class="Conceal">¦</span> <span class="Comment"># limited recursion</span> -<span id="L707" class="LineNr">707 </span> <span class="Conceal">¦</span> remaining <span class="Special"><-</span> subtract remaining,<span class="Constant"> 1</span> -<span id="L708" class="LineNr">708 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> to-buffer <a href='065duplex_list.mu.html#L25'>next</a>, buf, remaining -<span id="L709" class="LineNr">709 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L705" class="LineNr">705 </span> <span class="muControl">break-unless</span> remaining +<span id="L706" class="LineNr">706 </span> <span class="Comment"># limited recursion</span> +<span id="L707" class="LineNr">707 </span> remaining <span class="Special"><-</span> subtract remaining,<span class="Constant"> 1</span> +<span id="L708" class="LineNr">708 </span> buf <span class="Special"><-</span> to-buffer next, buf, remaining +<span id="L709" class="LineNr">709 </span> <span class="muControl"> return</span> <span id="L710" class="LineNr">710 </span> <span class="Delimiter">}</span> <span id="L711" class="LineNr">711 </span> <span class="Comment"># past recursion depth; insert ellipses and stop</span> <span id="L712" class="LineNr">712 </span> append buf, <span class="Constant">[...]</span> @@ -776,12 +775,12 @@ if ('onhashchange' in window) { <span id="L714" class="LineNr">714 </span> <span id="L715" class="LineNr">715 </span><span class="muScenario">scenario</span> stash-empty-duplex-list [ <span id="L716" class="LineNr">716 </span> <span class="Constant">local-scope</span> -<span id="L717" class="LineNr">717 </span> x:&:<a href='065duplex_list.mu.html#L3'>duplex-list</a>:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L717" class="LineNr">717 </span> x:&:duplex-list:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L718" class="LineNr">718 </span> run [ -<span id="L719" class="LineNr">719 </span> <span class="Conceal">¦</span> stash x +<span id="L719" class="LineNr">719 </span> stash x <span id="L720" class="LineNr">720 </span> ] <span id="L721" class="LineNr">721 </span> trace-should-contain [ -<span id="L722" class="LineNr">722 </span> <span class="Conceal">¦</span> app: <span class="Constant">[]</span> +<span id="L722" class="LineNr">722 </span> app: <span class="Constant">[]</span> <span id="L723" class="LineNr">723 </span> ] <span id="L724" class="LineNr">724 </span>] </pre> diff --git a/html/066stream.mu.html b/html/066stream.mu.html index bc62e576..01dd1079 100644 --- a/html/066stream.mu.html +++ b/html/066stream.mu.html @@ -15,16 +15,15 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.muData { color: #ffff00; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.muData { color: #ffff00; } --> </style> @@ -60,12 +59,12 @@ if ('onhashchange' in window) { <body onload='JumpToLine();'> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="Comment"># new type to help incrementally scan arrays</span> -<span id="L2" class="LineNr"> 2 </span><span class="muData">container</span> <a href='066stream.mu.html#L2'>stream</a>:_elem [ +<span id="L2" class="LineNr"> 2 </span><span class="muData">container</span> stream:_elem [ <span id="L3" class="LineNr"> 3 </span> index:num <span id="L4" class="LineNr"> 4 </span> data:&:@:_elem <span id="L5" class="LineNr"> 5 </span>] <span id="L6" class="LineNr"> 6 </span> -<span id="L7" class="LineNr"> 7 </span><span class="muRecipe">def</span> <a href='066stream.mu.html#L7'>new-stream</a> s:&:@:_elem<span class="muRecipe"> -> </span>result:&:<a href='066stream.mu.html#L2'>stream</a>:_elem [ +<span id="L7" class="LineNr"> 7 </span><span class="muRecipe">def</span> new-stream s:&:@:_elem<span class="muRecipe"> -> </span>result:&:stream:_elem [ <span id="L8" class="LineNr"> 8 </span> <span class="Constant">local-scope</span> <span id="L9" class="LineNr"> 9 </span> <span class="Constant">load-inputs</span> <span id="L10" class="LineNr">10 </span> <span class="muControl">return-unless</span> s, <span class="Constant">0/null</span> @@ -74,66 +73,66 @@ if ('onhashchange' in window) { <span id="L13" class="LineNr">13 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">data:offset</span>, s <span id="L14" class="LineNr">14 </span>] <span id="L15" class="LineNr">15 </span> -<span id="L16" class="LineNr">16 </span><span class="muRecipe">def</span> <a href='066stream.mu.html#L16'>rewind</a> in:&:<a href='066stream.mu.html#L2'>stream</a>:_elem<span class="muRecipe"> -> </span>in:&:<a href='066stream.mu.html#L2'>stream</a>:_elem [ +<span id="L16" class="LineNr">16 </span><span class="muRecipe">def</span> rewind in:&:stream:_elem<span class="muRecipe"> -> </span>in:&:stream:_elem [ <span id="L17" class="LineNr">17 </span> <span class="Constant">local-scope</span> <span id="L18" class="LineNr">18 </span> <span class="Constant">load-inputs</span> <span id="L19" class="LineNr">19 </span> <span class="muControl">return-unless</span> in <span id="L20" class="LineNr">20 </span> *in <span class="Special"><-</span> put *in, <span class="Constant">index:offset</span>,<span class="Constant"> 0</span> <span id="L21" class="LineNr">21 </span>] <span id="L22" class="LineNr">22 </span> -<span id="L23" class="LineNr">23 </span><span class="muRecipe">def</span> read in:&:<a href='066stream.mu.html#L2'>stream</a>:_elem<span class="muRecipe"> -> </span>result:_elem, empty?:bool, in:&:<a href='066stream.mu.html#L2'>stream</a>:_elem [ +<span id="L23" class="LineNr">23 </span><span class="muRecipe">def</span> read in:&:stream:_elem<span class="muRecipe"> -> </span>result:_elem, empty?:bool, in:&:stream:_elem [ <span id="L24" class="LineNr">24 </span> <span class="Constant">local-scope</span> <span id="L25" class="LineNr">25 </span> <span class="Constant">load-inputs</span> -<span id="L26" class="LineNr">26 </span> assert in, <span class="Constant">[cannot read; <a href='066stream.mu.html#L2'>stream</a> has no data]</span> +<span id="L26" class="LineNr">26 </span> assert in, <span class="Constant">[cannot read; stream has no data]</span> <span id="L27" class="LineNr">27 </span> empty? <span class="Special"><-</span> copy <span class="Constant">0/false</span> <span id="L28" class="LineNr">28 </span> idx:num <span class="Special"><-</span> get *in, <span class="Constant">index:offset</span> <span id="L29" class="LineNr">29 </span> s:&:@:_elem <span class="Special"><-</span> get *in, <span class="Constant">data:offset</span> <span id="L30" class="LineNr">30 </span> len:num <span class="Special"><-</span> length *s <span id="L31" class="LineNr">31 </span> at-end?:bool <span class="Special"><-</span> greater-or-equal idx len <span id="L32" class="LineNr">32 </span> <span class="Delimiter">{</span> -<span id="L33" class="LineNr">33 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-end? -<span id="L34" class="LineNr">34 </span> <span class="Conceal">¦</span> empty-result:&:_elem <span class="Special"><-</span> new <span class="Constant">_elem:type</span> -<span id="L35" class="LineNr">35 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> *empty-result, <span class="Constant">1/true</span> +<span id="L33" class="LineNr">33 </span> <span class="muControl">break-unless</span> at-end? +<span id="L34" class="LineNr">34 </span> empty-result:&:_elem <span class="Special"><-</span> new <span class="Constant">_elem:type</span> +<span id="L35" class="LineNr">35 </span> <span class="muControl"> return</span> *empty-result, <span class="Constant">1/true</span> <span id="L36" class="LineNr">36 </span> <span class="Delimiter">}</span> <span id="L37" class="LineNr">37 </span> result <span class="Special"><-</span> index *s, idx <span id="L38" class="LineNr">38 </span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> <span id="L39" class="LineNr">39 </span> *in <span class="Special"><-</span> put *in, <span class="Constant">index:offset</span>, idx <span id="L40" class="LineNr">40 </span>] <span id="L41" class="LineNr">41 </span> -<span id="L42" class="LineNr">42 </span><span class="muRecipe">def</span> <a href='066stream.mu.html#L42'>peek</a> in:&:<a href='066stream.mu.html#L2'>stream</a>:_elem<span class="muRecipe"> -> </span>result:_elem, empty?:bool [ +<span id="L42" class="LineNr">42 </span><span class="muRecipe">def</span> peek in:&:stream:_elem<span class="muRecipe"> -> </span>result:_elem, empty?:bool [ <span id="L43" class="LineNr">43 </span> <span class="Constant">local-scope</span> <span id="L44" class="LineNr">44 </span> <span class="Constant">load-inputs</span> -<span id="L45" class="LineNr">45 </span> assert in, <span class="Constant">[cannot peek; <a href='066stream.mu.html#L2'>stream</a> has no data]</span> +<span id="L45" class="LineNr">45 </span> assert in, <span class="Constant">[cannot peek; stream has no data]</span> <span id="L46" class="LineNr">46 </span> empty?:bool <span class="Special"><-</span> copy <span class="Constant">0/false</span> <span id="L47" class="LineNr">47 </span> idx:num <span class="Special"><-</span> get *in, <span class="Constant">index:offset</span> <span id="L48" class="LineNr">48 </span> s:&:@:_elem <span class="Special"><-</span> get *in, <span class="Constant">data:offset</span> <span id="L49" class="LineNr">49 </span> len:num <span class="Special"><-</span> length *s <span id="L50" class="LineNr">50 </span> at-end?:bool <span class="Special"><-</span> greater-or-equal idx len <span id="L51" class="LineNr">51 </span> <span class="Delimiter">{</span> -<span id="L52" class="LineNr">52 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-end? -<span id="L53" class="LineNr">53 </span> <span class="Conceal">¦</span> empty-result:&:_elem <span class="Special"><-</span> new <span class="Constant">_elem:type</span> -<span id="L54" class="LineNr">54 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> *empty-result, <span class="Constant">1/true</span> +<span id="L52" class="LineNr">52 </span> <span class="muControl">break-unless</span> at-end? +<span id="L53" class="LineNr">53 </span> empty-result:&:_elem <span class="Special"><-</span> new <span class="Constant">_elem:type</span> +<span id="L54" class="LineNr">54 </span> <span class="muControl"> return</span> *empty-result, <span class="Constant">1/true</span> <span id="L55" class="LineNr">55 </span> <span class="Delimiter">}</span> <span id="L56" class="LineNr">56 </span> result <span class="Special"><-</span> index *s, idx <span id="L57" class="LineNr">57 </span>] <span id="L58" class="LineNr">58 </span> -<span id="L59" class="LineNr">59 </span><span class="muRecipe">def</span> <a href='066stream.mu.html#L59'>read-line</a> in:&:<a href='066stream.mu.html#L2'>stream</a>:char<span class="muRecipe"> -> </span>result:text, in:&:<a href='066stream.mu.html#L2'>stream</a>:char [ +<span id="L59" class="LineNr">59 </span><span class="muRecipe">def</span> read-line in:&:stream:char<span class="muRecipe"> -> </span>result:text, in:&:stream:char [ <span id="L60" class="LineNr">60 </span> <span class="Constant">local-scope</span> <span id="L61" class="LineNr">61 </span> <span class="Constant">load-inputs</span> -<span id="L62" class="LineNr">62 </span> assert in, <span class="Constant">[cannot read-line; <a href='066stream.mu.html#L2'>stream</a> has no data]</span> +<span id="L62" class="LineNr">62 </span> assert in, <span class="Constant">[cannot read-line; stream has no data]</span> <span id="L63" class="LineNr">63 </span> idx:num <span class="Special"><-</span> get *in, <span class="Constant">index:offset</span> <span id="L64" class="LineNr">64 </span> s:text <span class="Special"><-</span> get *in, <span class="Constant">data:offset</span> <span id="L65" class="LineNr">65 </span> next-idx:num <span class="Special"><-</span> find-next s, <span class="Constant">10/newline</span>, idx -<span id="L66" class="LineNr">66 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L1287'>copy-range</a> s, idx, next-idx +<span id="L66" class="LineNr">66 </span> result <span class="Special"><-</span> copy-range s, idx, next-idx <span id="L67" class="LineNr">67 </span> idx <span class="Special"><-</span> add next-idx,<span class="Constant"> 1</span> <span class="Comment"># skip newline</span> <span id="L68" class="LineNr">68 </span> <span class="Comment"># write back</span> <span id="L69" class="LineNr">69 </span> *in <span class="Special"><-</span> put *in, <span class="Constant">index:offset</span>, idx <span id="L70" class="LineNr">70 </span>] <span id="L71" class="LineNr">71 </span> -<span id="L72" class="LineNr">72 </span><span class="muRecipe">def</span> <a href='066stream.mu.html#L72'>end-of-stream?</a> in:&:<a href='066stream.mu.html#L2'>stream</a>:_elem<span class="muRecipe"> -> </span>result:bool [ +<span id="L72" class="LineNr">72 </span><span class="muRecipe">def</span> end-of-stream? in:&:stream:_elem<span class="muRecipe"> -> </span>result:bool [ <span id="L73" class="LineNr">73 </span> <span class="Constant">local-scope</span> <span id="L74" class="LineNr">74 </span> <span class="Constant">load-inputs</span> -<span id="L75" class="LineNr">75 </span> assert in, <span class="Constant">[cannot check end-of-stream?; <a href='066stream.mu.html#L2'>stream</a> has no data]</span> +<span id="L75" class="LineNr">75 </span> assert in, <span class="Constant">[cannot check end-of-stream?; stream has no data]</span> <span id="L76" class="LineNr">76 </span> idx:num <span class="Special"><-</span> get *in, <span class="Constant">index:offset</span> <span id="L77" class="LineNr">77 </span> s:&:@:_elem <span class="Special"><-</span> get *in, <span class="Constant">data:offset</span> <span id="L78" class="LineNr">78 </span> len:num <span class="Special"><-</span> length *s diff --git a/html/067random.cc.html b/html/067random.cc.html index 2dfa5c17..eec8e30a 100644 --- a/html/067random.cc.html +++ b/html/067random.cc.html @@ -16,12 +16,12 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.Delimiter { color: #800080; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } --> </style> diff --git a/html/068random.mu.html b/html/068random.mu.html index ef5f172e..b62a33f6 100644 --- a/html/068random.mu.html +++ b/html/068random.mu.html @@ -15,16 +15,15 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -59,79 +58,79 @@ if ('onhashchange' in window) { </head> <body onload='JumpToLine();'> <pre id='vimCodeElement'> -<span id="L1" class="LineNr"> 1 </span><span class="muRecipe">def</span> <a href='068random.mu.html#L1'>random</a> generator:&:<a href='066stream.mu.html#L2'>stream</a>:num<span class="muRecipe"> -> </span>result:num, fail?:bool, generator:&:<a href='066stream.mu.html#L2'>stream</a>:num [ +<span id="L1" class="LineNr"> 1 </span><span class="muRecipe">def</span> random generator:&:stream:num<span class="muRecipe"> -> </span>result:num, fail?:bool, generator:&:stream:num [ <span id="L2" class="LineNr"> 2 </span> <span class="Constant">local-scope</span> <span id="L3" class="LineNr"> 3 </span> <span class="Constant">load-inputs</span> <span id="L4" class="LineNr"> 4 </span> <span class="Delimiter">{</span> -<span id="L5" class="LineNr"> 5 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> generator -<span id="L6" class="LineNr"> 6 </span> <span class="Conceal">¦</span> <span class="Comment"># generator is 0? use real random-number generator</span> -<span id="L7" class="LineNr"> 7 </span> <span class="Conceal">¦</span> result <span class="Special"><-</span> real-random -<span id="L8" class="LineNr"> 8 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> result, <span class="Constant">0/false</span> +<span id="L5" class="LineNr"> 5 </span> <span class="muControl">break-if</span> generator +<span id="L6" class="LineNr"> 6 </span> <span class="Comment"># generator is 0? use real random-number generator</span> +<span id="L7" class="LineNr"> 7 </span> result <span class="Special"><-</span> real-random +<span id="L8" class="LineNr"> 8 </span> <span class="muControl"> return</span> result, <span class="Constant">0/false</span> <span id="L9" class="LineNr"> 9 </span> <span class="Delimiter">}</span> <span id="L10" class="LineNr">10 </span> result, fail?, generator <span class="Special"><-</span> read generator <span id="L11" class="LineNr">11 </span>] <span id="L12" class="LineNr">12 </span> <span id="L13" class="LineNr">13 </span><span class="Comment"># helper for tests</span> -<span id="L14" class="LineNr">14 </span><span class="muRecipe">def</span> <a href='068random.mu.html#L14'>assume-random-numbers</a><span class="muRecipe"> -> </span>result:&:<a href='066stream.mu.html#L2'>stream</a>:num [ +<span id="L14" class="LineNr">14 </span><span class="muRecipe">def</span> assume-random-numbers<span class="muRecipe"> -> </span>result:&:stream:num [ <span id="L15" class="LineNr">15 </span> <span class="Constant">local-scope</span> <span id="L16" class="LineNr">16 </span> <span class="Constant">load-inputs</span> <span id="L17" class="LineNr">17 </span> <span class="Comment"># compute result-len, space to allocate in result</span> <span id="L18" class="LineNr">18 </span> result-len:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L19" class="LineNr">19 </span> <span class="Delimiter">{</span> -<span id="L20" class="LineNr">20 </span> <span class="Conceal">¦</span> _, arg-received?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> -<span id="L21" class="LineNr">21 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> arg-received? -<span id="L22" class="LineNr">22 </span> <span class="Conceal">¦</span> result-len <span class="Special"><-</span> add result-len,<span class="Constant"> 1</span> -<span id="L23" class="LineNr">23 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L20" class="LineNr">20 </span> _, arg-received?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> +<span id="L21" class="LineNr">21 </span> <span class="muControl">break-unless</span> arg-received? +<span id="L22" class="LineNr">22 </span> result-len <span class="Special"><-</span> add result-len,<span class="Constant"> 1</span> +<span id="L23" class="LineNr">23 </span> <span class="muControl"> loop</span> <span id="L24" class="LineNr">24 </span> <span class="Delimiter">}</span> <span id="L25" class="LineNr">25 </span> <span class="Constant">rewind-inputs</span> <span id="L26" class="LineNr">26 </span> result-data:&:@:num <span class="Special"><-</span> new <span class="Constant">number:type</span>, result-len <span id="L27" class="LineNr">27 </span> idx:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L28" class="LineNr">28 </span> <span class="Delimiter">{</span> -<span id="L29" class="LineNr">29 </span> <span class="Conceal">¦</span> curr:num, arg-received?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> -<span id="L30" class="LineNr">30 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> arg-received? -<span id="L31" class="LineNr">31 </span> <span class="Conceal">¦</span> *result-data <span class="Special"><-</span> put-index *result-data, idx, curr -<span id="L32" class="LineNr">32 </span> <span class="Conceal">¦</span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> -<span id="L33" class="LineNr">33 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L29" class="LineNr">29 </span> curr:num, arg-received?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> +<span id="L30" class="LineNr">30 </span> <span class="muControl">break-unless</span> arg-received? +<span id="L31" class="LineNr">31 </span> *result-data <span class="Special"><-</span> put-index *result-data, idx, curr +<span id="L32" class="LineNr">32 </span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> +<span id="L33" class="LineNr">33 </span> <span class="muControl"> loop</span> <span id="L34" class="LineNr">34 </span> <span class="Delimiter">}</span> -<span id="L35" class="LineNr">35 </span> result <span class="Special"><-</span> <a href='066stream.mu.html#L7'>new-stream</a> result-data +<span id="L35" class="LineNr">35 </span> result <span class="Special"><-</span> new-stream result-data <span id="L36" class="LineNr">36 </span>] <span id="L37" class="LineNr">37 </span> <span id="L38" class="LineNr">38 </span><span class="muScenario">scenario</span> random-numbers-in-scenario [ <span id="L39" class="LineNr">39 </span> <span class="Constant">local-scope</span> -<span id="L40" class="LineNr">40 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='066stream.mu.html#L2'>stream</a>:num <span class="Special"><-</span> <a href='068random.mu.html#L14'>assume-random-numbers</a><span class="Constant"> 34</span>,<span class="Constant"> 35</span>,<span class="Constant"> 37</span> -<span id="L41" class="LineNr">41 </span> 1:num/<span class="Special">raw</span>, 2:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='068random.mu.html#L1'>random</a> <a href='075channel.mu.html#L43'>source</a> -<span id="L42" class="LineNr">42 </span> 3:num/<span class="Special">raw</span>, 4:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='068random.mu.html#L1'>random</a> <a href='075channel.mu.html#L43'>source</a> -<span id="L43" class="LineNr">43 </span> 5:num/<span class="Special">raw</span>, 6:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='068random.mu.html#L1'>random</a> <a href='075channel.mu.html#L43'>source</a> -<span id="L44" class="LineNr">44 </span> 7:num/<span class="Special">raw</span>, 8:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='068random.mu.html#L1'>random</a> <a href='075channel.mu.html#L43'>source</a> +<span id="L40" class="LineNr">40 </span> source:&:stream:num <span class="Special"><-</span> assume-random-numbers<span class="Constant"> 34</span>,<span class="Constant"> 35</span>,<span class="Constant"> 37</span> +<span id="L41" class="LineNr">41 </span> 1:num/<span class="Special">raw</span>, 2:bool/<span class="Special">raw</span> <span class="Special"><-</span> random source +<span id="L42" class="LineNr">42 </span> 3:num/<span class="Special">raw</span>, 4:bool/<span class="Special">raw</span> <span class="Special"><-</span> random source +<span id="L43" class="LineNr">43 </span> 5:num/<span class="Special">raw</span>, 6:bool/<span class="Special">raw</span> <span class="Special"><-</span> random source +<span id="L44" class="LineNr">44 </span> 7:num/<span class="Special">raw</span>, 8:bool/<span class="Special">raw</span> <span class="Special"><-</span> random source <span id="L45" class="LineNr">45 </span> memory-should-contain [ -<span id="L46" class="LineNr">46 </span> <span class="Conceal">¦</span><span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 34</span> -<span id="L47" class="LineNr">47 </span> <span class="Conceal">¦</span><span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># everything went well</span> -<span id="L48" class="LineNr">48 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 35</span> -<span id="L49" class="LineNr">49 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># everything went well</span> -<span id="L50" class="LineNr">50 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 37</span> -<span id="L51" class="LineNr">51 </span> <span class="Conceal">¦</span><span class="Constant"> 6</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># everything went well</span> -<span id="L52" class="LineNr">52 </span> <span class="Conceal">¦</span><span class="Constant"> 7</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># empty result</span> -<span id="L53" class="LineNr">53 </span> <span class="Conceal">¦</span><span class="Constant"> 8</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># end of stream</span> +<span id="L46" class="LineNr">46 </span> <span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 34</span> +<span id="L47" class="LineNr">47 </span> <span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># everything went well</span> +<span id="L48" class="LineNr">48 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 35</span> +<span id="L49" class="LineNr">49 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># everything went well</span> +<span id="L50" class="LineNr">50 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 37</span> +<span id="L51" class="LineNr">51 </span> <span class="Constant"> 6</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># everything went well</span> +<span id="L52" class="LineNr">52 </span> <span class="Constant"> 7</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># empty result</span> +<span id="L53" class="LineNr">53 </span> <span class="Constant"> 8</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># end of stream</span> <span id="L54" class="LineNr">54 </span> ] <span id="L55" class="LineNr">55 </span>] <span id="L56" class="LineNr">56 </span> <span id="L57" class="LineNr">57 </span><span class="Comment"># generate a random integer in the semi-open interval [start, end)</span> -<span id="L58" class="LineNr">58 </span><span class="muRecipe">def</span> <a href='068random.mu.html#L58'>random-in-range</a> generator:&:<a href='066stream.mu.html#L2'>stream</a>:num, start:num, end:num<span class="muRecipe"> -> </span>result:num, fail?:bool, generator:&:<a href='066stream.mu.html#L2'>stream</a>:num [ +<span id="L58" class="LineNr">58 </span><span class="muRecipe">def</span> random-in-range generator:&:stream:num, start:num, end:num<span class="muRecipe"> -> </span>result:num, fail?:bool, generator:&:stream:num [ <span id="L59" class="LineNr">59 </span> <span class="Constant">local-scope</span> <span id="L60" class="LineNr">60 </span> <span class="Constant">load-inputs</span> -<span id="L61" class="LineNr">61 </span> result, fail?, generator <span class="Special"><-</span> <a href='068random.mu.html#L1'>random</a> generator +<span id="L61" class="LineNr">61 </span> result, fail?, generator <span class="Special"><-</span> random generator <span id="L62" class="LineNr">62 </span> <span class="muControl">return-if</span> fail? <span id="L63" class="LineNr">63 </span> delta:num <span class="Special"><-</span> subtract end, start <span id="L64" class="LineNr">64 </span> _, result <span class="Special"><-</span> divide-with-remainder result, delta <span id="L65" class="LineNr">65 </span> result <span class="Special"><-</span> add result, start <span id="L66" class="LineNr">66 </span>] <span id="L67" class="LineNr">67 </span> -<span id="L68" class="LineNr">68 </span><span class="muScenario">scenario</span> <a href='068random.mu.html#L58'>random-in-range</a> [ +<span id="L68" class="LineNr">68 </span><span class="muScenario">scenario</span> random-in-range [ <span id="L69" class="LineNr">69 </span> <span class="Constant">local-scope</span> -<span id="L70" class="LineNr">70 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='066stream.mu.html#L2'>stream</a>:num <span class="Special"><-</span> <a href='068random.mu.html#L14'>assume-random-numbers</a><span class="Constant"> 91</span> -<span id="L71" class="LineNr">71 </span> 1:num/<span class="Special">raw</span> <span class="Special"><-</span> <a href='068random.mu.html#L58'>random-in-range</a> <a href='075channel.mu.html#L43'>source</a>,<span class="Constant"> 40</span>,<span class="Constant"> 50</span> +<span id="L70" class="LineNr">70 </span> source:&:stream:num <span class="Special"><-</span> assume-random-numbers<span class="Constant"> 91</span> +<span id="L71" class="LineNr">71 </span> 1:num/<span class="Special">raw</span> <span class="Special"><-</span> random-in-range source,<span class="Constant"> 40</span>,<span class="Constant"> 50</span> <span id="L72" class="LineNr">72 </span> memory-should-contain [ -<span id="L73" class="LineNr">73 </span> <span class="Conceal">¦</span><span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 41</span> +<span id="L73" class="LineNr">73 </span> <span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 41</span> <span id="L74" class="LineNr">74 </span> ] <span id="L75" class="LineNr">75 </span>] </pre> diff --git a/html/069hash.cc.html b/html/069hash.cc.html index 433f5453..cb047f3a 100644 --- a/html/069hash.cc.html +++ b/html/069hash.cc.html @@ -15,20 +15,19 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.LineNr { color: #444444; } .CommentedCode { color: #6c6c6c; } -.muRecipe { color: #ff8700; } -.cSpecial { color: #008000; } +.traceContains { color: #008000; } +.LineNr { color: #444444; } .muData { color: #ffff00; } -.Identifier { color: #c0a020; } +.Constant { color: #00a0a0; } .Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } +.muRecipe { color: #ff8700; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } .Special { color: #c00000; } +.cSpecial { color: #008000; } --> </style> @@ -80,8 +79,8 @@ if ('onhashchange' in window) { <span id="L15" class="LineNr"> 15 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L16" class="LineNr"> 16 </span><span class="Normal">case</span> HASH: <span class="Delimiter">{</span> <span id="L17" class="LineNr"> 17 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L18" class="LineNr"> 18 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'hash' takes exactly one ingredient rather than '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L18" class="LineNr"> 18 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'hash' takes exactly one ingredient rather than '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L19" class="LineNr"> 19 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L20" class="LineNr"> 20 </span> <span class="Delimiter">}</span> <span id="L21" class="LineNr"> 21 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L22" class="LineNr"> 22 </span><span class="Delimiter">}</span> @@ -99,351 +98,332 @@ if ('onhashchange' in window) { <span id="L34" class="LineNr"> 34 </span><span class="Normal">size_t</span> <a href='069hash.cc.html#L34'>hash</a><span class="Delimiter">(</span><span class="Normal">size_t</span> h<span class="Delimiter">,</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L35" class="LineNr"> 35 </span> canonize<span class="Delimiter">(</span>r<span class="Delimiter">);</span> <span id="L36" class="LineNr"> 36 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='027call_ingredient.cc.html#L177'>is_mu_text</a><span class="Delimiter">(</span>r<span class="Delimiter">))</span> <span class="Comment">// optimization</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <a href='069hash.cc.html#L68'>hash_mu_text</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L37" class="LineNr"> 37 </span> <span class="Identifier">return</span> <a href='069hash.cc.html#L64'>hash_mu_text</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L38" class="LineNr"> 38 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>r<span class="Delimiter">))</span> -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <a href='069hash.cc.html#L56'>hash_mu_address</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L39" class="LineNr"> 39 </span> <span class="Identifier">return</span> <a href='069hash.cc.html#L56'>hash_mu_address</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L40" class="LineNr"> 40 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_scalar<span class="Delimiter">(</span>r<span class="Delimiter">))</span> -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <a href='069hash.cc.html#L51'>hash_mu_scalar</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L41" class="LineNr"> 41 </span> <span class="Identifier">return</span> <a href='069hash.cc.html#L51'>hash_mu_scalar</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L42" class="LineNr"> 42 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_array<span class="Delimiter">(</span>r<span class="Delimiter">))</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <a href='069hash.cc.html#L77'>hash_mu_array</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Identifier">return</span> <a href='069hash.cc.html#L73'>hash_mu_array</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L44" class="LineNr"> 44 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_container<span class="Delimiter">(</span>r<span class="Delimiter">))</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <a href='069hash.cc.html#L91'>hash_mu_container</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Identifier">return</span> <a href='069hash.cc.html#L87'>hash_mu_container</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L46" class="LineNr"> 46 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_exclusive_container<span class="Delimiter">(</span>r<span class="Delimiter">))</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <a href='069hash.cc.html#L106'>hash_mu_exclusive_container</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L47" class="LineNr"> 47 </span> <span class="Identifier">return</span> <a href='069hash.cc.html#L102'>hash_mu_exclusive_container</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> r<span class="Delimiter">);</span> <span id="L48" class="LineNr"> 48 </span> assert<span class="Delimiter">(</span><span class="Constant">false</span><span class="Delimiter">);</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="Normal">size_t</span> <a href='069hash.cc.html#L51'>hash_mu_scalar</a><span class="Delimiter">(</span><span class="Normal">size_t</span> h<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L52" class="LineNr"> 52 </span> <span class="Normal">double</span> input = is_literal<span class="Delimiter">(</span>r<span class="Delimiter">)</span> ? r<span class="Delimiter">.</span>value : <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> r<span class="Delimiter">.</span>value<span class="Delimiter">);</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Identifier">return</span> <a href='069hash.cc.html#L119'>hash_iter</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> <span class="Normal">static_cast</span><<span class="Normal">size_t</span>><span class="Delimiter">(</span>input<span class="Delimiter">));</span> +<span id="L53" class="LineNr"> 53 </span> <span class="Identifier">return</span> <a href='069hash.cc.html#L115'>hash_iter</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> <span class="Normal">static_cast</span><<span class="Normal">size_t</span>><span class="Delimiter">(</span>input<span class="Delimiter">));</span> <span id="L54" class="LineNr"> 54 </span><span class="Delimiter">}</span> <span id="L55" class="LineNr"> 55 </span> <span id="L56" class="LineNr"> 56 </span><span class="Normal">size_t</span> <a href='069hash.cc.html#L56'>hash_mu_address</a><span class="Delimiter">(</span><span class="Normal">size_t</span> h<span class="Delimiter">,</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L57" class="LineNr"> 57 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>value == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L58" class="LineNr"> 58 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"location "</span> << r<span class="Delimiter">.</span>value << <span class="Constant">" is "</span> << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> r<span class="Delimiter">.</span>value<span class="Delimiter">))</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L59" class="LineNr"> 59 </span> r<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> r<span class="Delimiter">.</span>value<span class="Delimiter">));</span> -<span id="L60" class="LineNr"> 60 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>value != <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"skipping refcount at "</span> << r<span class="Delimiter">.</span>value << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> r<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>value+<span class="Constant">1</span><span class="Delimiter">);</span> <span class="Comment">// skip refcount</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Delimiter">}</span> -<span id="L64" class="LineNr"> 64 </span> drop_from_type<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">);</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Identifier">return</span> <a href='069hash.cc.html#L34'>hash</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> r<span class="Delimiter">);</span> -<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="Normal">size_t</span> <a href='069hash.cc.html#L68'>hash_mu_text</a><span class="Delimiter">(</span><span class="Normal">size_t</span> h<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L69" class="LineNr"> 69 </span> string input = <a href='038new_text.cc.html#L143'>read_mu_text</a><span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> r<span class="Delimiter">.</span>value<span class="Delimiter">));</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>input<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> h = <a href='069hash.cc.html#L119'>hash_iter</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> <span class="Normal">static_cast</span><<span class="Normal">size_t</span>><span class="Delimiter">(</span>input<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)));</span> -<span id="L72" class="LineNr"> 72 </span><span class="CommentedCode">//? cerr << i << ": " << h << '\n';</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Delimiter">}</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Identifier">return</span> h<span class="Delimiter">;</span> -<span id="L75" class="LineNr"> 75 </span><span class="Delimiter">}</span> -<span id="L76" class="LineNr"> 76 </span> -<span id="L77" class="LineNr"> 77 </span><span class="Normal">size_t</span> <a href='069hash.cc.html#L77'>hash_mu_array</a><span class="Delimiter">(</span><span class="Normal">size_t</span> h<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Normal">int</span> size = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> r<span class="Delimiter">.</span>value<span class="Delimiter">);</span> -<span id="L79" class="LineNr"> 79 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> elem = r<span class="Delimiter">;</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Normal">delete</span> elem<span class="Delimiter">.</span>type<span class="Delimiter">;</span> -<span id="L81" class="LineNr"> 81 </span> elem<span class="Delimiter">.</span>type = <a href='032array.cc.html#L377'>copy_array_element</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">);</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i=<span class="Constant">0</span><span class="Delimiter">,</span> <a href='043space.cc.html#L82'>address</a> = r<span class="Delimiter">.</span>value+<span class="Constant">1</span><span class="Delimiter">;</span> i < size<span class="Delimiter">;</span> ++i<span class="Delimiter">,</span> <a href='043space.cc.html#L82'>address</a> += size_of<span class="Delimiter">(</span>elem<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> tmp = elem<span class="Delimiter">;</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> tmp<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">);</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> h = <a href='069hash.cc.html#L34'>hash</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> tmp<span class="Delimiter">);</span> -<span id="L86" class="LineNr"> 86 </span><span class="CommentedCode">//? cerr << i << " (" << address << "): " << h << '\n';</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Delimiter">}</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Identifier">return</span> h<span class="Delimiter">;</span> -<span id="L89" class="LineNr"> 89 </span><span class="Delimiter">}</span> -<span id="L90" class="LineNr"> 90 </span> -<span id="L91" class="LineNr"> 91 </span><span class="Normal">size_t</span> <a href='069hash.cc.html#L91'>hash_mu_container</a><span class="Delimiter">(</span><span class="Normal">size_t</span> h<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L92" class="LineNr"> 92 </span> type_info& info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> get_base_type<span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">)-></span>value<span class="Delimiter">);</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Normal">int</span> <a href='043space.cc.html#L82'>address</a> = r<span class="Delimiter">.</span>value<span class="Delimiter">;</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Normal">int</span> offset = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> element = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">,</span> i<span class="Delimiter">);</span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>element<span class="Delimiter">,</span> <span class="Constant">"ignore-for-hash"</span><span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> element<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>address+offset<span class="Delimiter">);</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> h = <a href='069hash.cc.html#L34'>hash</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> element<span class="Delimiter">);</span> -<span id="L100" class="LineNr">100 </span><span class="CommentedCode">//? cerr << i << ": " << h << '\n';</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> offset += size_of<span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> -<span id="L102" class="LineNr">102 </span> <span class="Delimiter">}</span> -<span id="L103" class="LineNr">103 </span> <span class="Identifier">return</span> h<span class="Delimiter">;</span> -<span id="L104" class="LineNr">104 </span><span class="Delimiter">}</span> -<span id="L105" class="LineNr">105 </span> -<span id="L106" class="LineNr">106 </span><span class="Normal">size_t</span> <a href='069hash.cc.html#L106'>hash_mu_exclusive_container</a><span class="Delimiter">(</span><span class="Normal">size_t</span> h<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L107" class="LineNr">107 </span> <span class="Normal">const</span> type_tree* type = get_base_type<span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">);</span> -<span id="L108" class="LineNr">108 </span> assert<span class="Delimiter">(</span>type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> -<span id="L109" class="LineNr">109 </span> <span class="Normal">int</span> tag = get<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> r<span class="Delimiter">.</span>value<span class="Delimiter">);</span> -<span id="L110" class="LineNr">110 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> variant = variant_type<span class="Delimiter">(</span>r<span class="Delimiter">,</span> tag<span class="Delimiter">);</span> -<span id="L111" class="LineNr">111 </span> <span class="Comment">// todo: move this error to container definition time</span> -<span id="L112" class="LineNr">112 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>variant<span class="Delimiter">,</span> <span class="Constant">"ignore-for-hash"</span><span class="Delimiter">))</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>name << <span class="Constant">": /ignore-for-hash won't work in exclusive containers</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L114" class="LineNr">114 </span> variant<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>value + <span class="Comment">/*</span><span class="Comment">skip tag</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L115" class="LineNr">115 </span> h = <a href='069hash.cc.html#L34'>hash</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> variant<span class="Delimiter">);</span> -<span id="L116" class="LineNr">116 </span> <span class="Identifier">return</span> h<span class="Delimiter">;</span> -<span id="L117" class="LineNr">117 </span><span class="Delimiter">}</span> -<span id="L118" class="LineNr">118 </span> -<span id="L119" class="LineNr">119 </span><span class="Normal">size_t</span> <a href='069hash.cc.html#L119'>hash_iter</a><span class="Delimiter">(</span><span class="Normal">size_t</span> h<span class="Delimiter">,</span> <span class="Normal">size_t</span> input<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L120" class="LineNr">120 </span> h += input<span class="Delimiter">;</span> -<span id="L121" class="LineNr">121 </span> h += <span class="Delimiter">(</span>h<<<span class="Constant">10</span><span class="Delimiter">);</span> -<span id="L122" class="LineNr">122 </span> h ^= <span class="Delimiter">(</span>h>><span class="Constant">6</span><span class="Delimiter">);</span> -<span id="L123" class="LineNr">123 </span> -<span id="L124" class="LineNr">124 </span> h += <span class="Delimiter">(</span>h<<<span class="Constant">3</span><span class="Delimiter">);</span> -<span id="L125" class="LineNr">125 </span> h ^= <span class="Delimiter">(</span>h>><span class="Constant">11</span><span class="Delimiter">);</span> -<span id="L126" class="LineNr">126 </span> h += <span class="Delimiter">(</span>h<<<span class="Constant">15</span><span class="Delimiter">);</span> -<span id="L127" class="LineNr">127 </span> <span class="Identifier">return</span> h<span class="Delimiter">;</span> -<span id="L128" class="LineNr">128 </span><span class="Delimiter">}</span> -<span id="L129" class="LineNr">129 </span> -<span id="L130" class="LineNr">130 </span><span class="Delimiter">:(scenario hash_container_checks_all_elements)</span> -<span id="L131" class="LineNr">131 </span><span class="muData">container</span> foo [ -<span id="L132" class="LineNr">132 </span> <span class="Normal">x</span>:num -<span id="L133" class="LineNr">133 </span> <span class="Normal">y</span>:<span class="Normal">char</span> -<span id="L134" class="LineNr">134 </span>] -<span id="L135" class="LineNr">135 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L136" class="LineNr">136 </span> <span class="Constant">1</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">97</span>/a -<span id="L137" class="LineNr">137 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:foo -<span id="L138" class="LineNr">138 </span> <span class="Identifier">return</span>-unless <span class="Constant">3</span>:num -<span id="L139" class="LineNr">139 </span> <span class="Constant">4</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">98</span>/a -<span id="L140" class="LineNr">140 </span> <span class="Constant">6</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">4</span>:foo -<span id="L141" class="LineNr">141 </span> <span class="Identifier">return</span>-unless <span class="Constant">6</span>:num -<span id="L142" class="LineNr">142 </span> <span class="Constant">7</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">3</span>:num<span class="Delimiter">,</span> <span class="Constant">6</span>:num -<span id="L143" class="LineNr">143 </span>] -<span id="L144" class="LineNr">144 </span><span class="Comment"># hash on containers includes all elements</span> -<span id="L145" class="LineNr">145 </span><span class="traceContains">+mem: storing 0 in location 7</span> -<span id="L146" class="LineNr">146 </span> -<span id="L147" class="LineNr">147 </span><span class="Delimiter">:(scenario hash_exclusive_container_checks_all_elements)</span> -<span id="L148" class="LineNr">148 </span><span class="muData">exclusive-container</span> foo [ -<span id="L149" class="LineNr">149 </span> <span class="Normal">x</span>:bar -<span id="L150" class="LineNr">150 </span> <span class="Normal">y</span>:num +<span id="L60" class="LineNr"> 60 </span> drop_from_type<span class="Delimiter">(</span>r<span class="Delimiter">,</span> <span class="Constant">"address"</span><span class="Delimiter">);</span> +<span id="L61" class="LineNr"> 61 </span> <span class="Identifier">return</span> <a href='069hash.cc.html#L34'>hash</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L62" class="LineNr"> 62 </span><span class="Delimiter">}</span> +<span id="L63" class="LineNr"> 63 </span> +<span id="L64" class="LineNr"> 64 </span><span class="Normal">size_t</span> <a href='069hash.cc.html#L64'>hash_mu_text</a><span class="Delimiter">(</span><span class="Normal">size_t</span> h<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L65" class="LineNr"> 65 </span> string input = <a href='038new_text.cc.html#L141'>read_mu_text</a><span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> r<span class="Delimiter">.</span>value<span class="Delimiter">));</span> +<span id="L66" class="LineNr"> 66 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>input<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L67" class="LineNr"> 67 </span> h = <a href='069hash.cc.html#L115'>hash_iter</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> <span class="Normal">static_cast</span><<span class="Normal">size_t</span>><span class="Delimiter">(</span>input<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)));</span> +<span id="L68" class="LineNr"> 68 </span><span class="CommentedCode">//? cerr << i << ": " << h << '\n';</span> +<span id="L69" class="LineNr"> 69 </span> <span class="Delimiter">}</span> +<span id="L70" class="LineNr"> 70 </span> <span class="Identifier">return</span> h<span class="Delimiter">;</span> +<span id="L71" class="LineNr"> 71 </span><span class="Delimiter">}</span> +<span id="L72" class="LineNr"> 72 </span> +<span id="L73" class="LineNr"> 73 </span><span class="Normal">size_t</span> <a href='069hash.cc.html#L73'>hash_mu_array</a><span class="Delimiter">(</span><span class="Normal">size_t</span> h<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L74" class="LineNr"> 74 </span> <span class="Normal">int</span> size = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> r<span class="Delimiter">.</span>value<span class="Delimiter">);</span> +<span id="L75" class="LineNr"> 75 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> elem = r<span class="Delimiter">;</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Normal">delete</span> elem<span class="Delimiter">.</span>type<span class="Delimiter">;</span> +<span id="L77" class="LineNr"> 77 </span> elem<span class="Delimiter">.</span>type = <a href='032array.cc.html#L377'>copy_array_element</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">);</span> +<span id="L78" class="LineNr"> 78 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i=<span class="Constant">0</span><span class="Delimiter">,</span> <a href='043space.cc.html#L80'>address</a> = r<span class="Delimiter">.</span>value+<span class="Constant">1</span><span class="Delimiter">;</span> i < size<span class="Delimiter">;</span> ++i<span class="Delimiter">,</span> <a href='043space.cc.html#L80'>address</a> += size_of<span class="Delimiter">(</span>elem<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L79" class="LineNr"> 79 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> tmp = elem<span class="Delimiter">;</span> +<span id="L80" class="LineNr"> 80 </span> tmp<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">);</span> +<span id="L81" class="LineNr"> 81 </span> h = <a href='069hash.cc.html#L34'>hash</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> tmp<span class="Delimiter">);</span> +<span id="L82" class="LineNr"> 82 </span><span class="CommentedCode">//? cerr << i << " (" << address << "): " << h << '\n';</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Delimiter">}</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Identifier">return</span> h<span class="Delimiter">;</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="Normal">size_t</span> <a href='069hash.cc.html#L87'>hash_mu_container</a><span class="Delimiter">(</span><span class="Normal">size_t</span> h<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L88" class="LineNr"> 88 </span> type_info& info = get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> get_base_type<span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">)-></span>value<span class="Delimiter">);</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Normal">int</span> <a href='043space.cc.html#L80'>address</a> = r<span class="Delimiter">.</span>value<span class="Delimiter">;</span> +<span id="L90" class="LineNr"> 90 </span> <span class="Normal">int</span> offset = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L91" class="LineNr"> 91 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L92" class="LineNr"> 92 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> element = <a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">,</span> i<span class="Delimiter">);</span> +<span id="L93" class="LineNr"> 93 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>element<span class="Delimiter">,</span> <span class="Constant">"ignore-for-hash"</span><span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L94" class="LineNr"> 94 </span> element<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>address+offset<span class="Delimiter">);</span> +<span id="L95" class="LineNr"> 95 </span> h = <a href='069hash.cc.html#L34'>hash</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> element<span class="Delimiter">);</span> +<span id="L96" class="LineNr"> 96 </span><span class="CommentedCode">//? cerr << i << ": " << h << '\n';</span> +<span id="L97" class="LineNr"> 97 </span> offset += size_of<span class="Delimiter">(</span>info<span class="Delimiter">.</span>elements<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>type<span class="Delimiter">);</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Delimiter">}</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Identifier">return</span> h<span class="Delimiter">;</span> +<span id="L100" class="LineNr">100 </span><span class="Delimiter">}</span> +<span id="L101" class="LineNr">101 </span> +<span id="L102" class="LineNr">102 </span><span class="Normal">size_t</span> <a href='069hash.cc.html#L102'>hash_mu_exclusive_container</a><span class="Delimiter">(</span><span class="Normal">size_t</span> h<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L103" class="LineNr">103 </span> <span class="Normal">const</span> type_tree* type = get_base_type<span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">);</span> +<span id="L104" class="LineNr">104 </span> assert<span class="Delimiter">(</span>type<span class="Delimiter">-></span>value<span class="Delimiter">);</span> +<span id="L105" class="LineNr">105 </span> <span class="Normal">int</span> tag = get<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> r<span class="Delimiter">.</span>value<span class="Delimiter">);</span> +<span id="L106" class="LineNr">106 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> variant = variant_type<span class="Delimiter">(</span>r<span class="Delimiter">,</span> tag<span class="Delimiter">);</span> +<span id="L107" class="LineNr">107 </span> <span class="Comment">// todo: move this error to container definition time</span> +<span id="L108" class="LineNr">108 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_property<span class="Delimiter">(</span>variant<span class="Delimiter">,</span> <span class="Constant">"ignore-for-hash"</span><span class="Delimiter">))</span> +<span id="L109" class="LineNr">109 </span> <a href='003trace.cc.html#L174'>raise</a> << get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>name << <span class="Constant">": /ignore-for-hash won't work in exclusive containers</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L110" class="LineNr">110 </span> variant<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>value + <span class="Comment">/*</span><span class="Comment">skip tag</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L111" class="LineNr">111 </span> h = <a href='069hash.cc.html#L34'>hash</a><span class="Delimiter">(</span>h<span class="Delimiter">,</span> variant<span class="Delimiter">);</span> +<span id="L112" class="LineNr">112 </span> <span class="Identifier">return</span> h<span class="Delimiter">;</span> +<span id="L113" class="LineNr">113 </span><span class="Delimiter">}</span> +<span id="L114" class="LineNr">114 </span> +<span id="L115" class="LineNr">115 </span><span class="Normal">size_t</span> <a href='069hash.cc.html#L115'>hash_iter</a><span class="Delimiter">(</span><span class="Normal">size_t</span> h<span class="Delimiter">,</span> <span class="Normal">size_t</span> input<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L116" class="LineNr">116 </span> h += input<span class="Delimiter">;</span> +<span id="L117" class="LineNr">117 </span> h += <span class="Delimiter">(</span>h<<<span class="Constant">10</span><span class="Delimiter">);</span> +<span id="L118" class="LineNr">118 </span> h ^= <span class="Delimiter">(</span>h>><span class="Constant">6</span><span class="Delimiter">);</span> +<span id="L119" class="LineNr">119 </span> +<span id="L120" class="LineNr">120 </span> h += <span class="Delimiter">(</span>h<<<span class="Constant">3</span><span class="Delimiter">);</span> +<span id="L121" class="LineNr">121 </span> h ^= <span class="Delimiter">(</span>h>><span class="Constant">11</span><span class="Delimiter">);</span> +<span id="L122" class="LineNr">122 </span> h += <span class="Delimiter">(</span>h<<<span class="Constant">15</span><span class="Delimiter">);</span> +<span id="L123" class="LineNr">123 </span> <span class="Identifier">return</span> h<span class="Delimiter">;</span> +<span id="L124" class="LineNr">124 </span><span class="Delimiter">}</span> +<span id="L125" class="LineNr">125 </span> +<span id="L126" class="LineNr">126 </span><span class="Delimiter">:(scenario hash_container_checks_all_elements)</span> +<span id="L127" class="LineNr">127 </span><span class="muData">container</span> foo [ +<span id="L128" class="LineNr">128 </span> <span class="Normal">x</span>:num +<span id="L129" class="LineNr">129 </span> <span class="Normal">y</span>:<span class="Normal">char</span> +<span id="L130" class="LineNr">130 </span>] +<span id="L131" class="LineNr">131 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L132" class="LineNr">132 </span> <span class="Constant">1</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">97</span>/a +<span id="L133" class="LineNr">133 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:foo +<span id="L134" class="LineNr">134 </span> <span class="Identifier">return</span>-unless <span class="Constant">3</span>:num +<span id="L135" class="LineNr">135 </span> <span class="Constant">4</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">98</span>/a +<span id="L136" class="LineNr">136 </span> <span class="Constant">6</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">4</span>:foo +<span id="L137" class="LineNr">137 </span> <span class="Identifier">return</span>-unless <span class="Constant">6</span>:num +<span id="L138" class="LineNr">138 </span> <span class="Constant">7</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">3</span>:num<span class="Delimiter">,</span> <span class="Constant">6</span>:num +<span id="L139" class="LineNr">139 </span>] +<span id="L140" class="LineNr">140 </span><span class="Comment"># hash on containers includes all elements</span> +<span id="L141" class="LineNr">141 </span><span class="traceContains">+mem: storing 0 in location 7</span> +<span id="L142" class="LineNr">142 </span> +<span id="L143" class="LineNr">143 </span><span class="Delimiter">:(scenario hash_exclusive_container_checks_all_elements)</span> +<span id="L144" class="LineNr">144 </span><span class="muData">exclusive-container</span> foo [ +<span id="L145" class="LineNr">145 </span> <span class="Normal">x</span>:bar +<span id="L146" class="LineNr">146 </span> <span class="Normal">y</span>:num +<span id="L147" class="LineNr">147 </span>] +<span id="L148" class="LineNr">148 </span><span class="muData">container</span> bar [ +<span id="L149" class="LineNr">149 </span> <span class="Normal">a</span>:num +<span id="L150" class="LineNr">150 </span> <span class="Normal">b</span>:num <span id="L151" class="LineNr">151 </span>] -<span id="L152" class="LineNr">152 </span><span class="muData">container</span> bar [ -<span id="L153" class="LineNr">153 </span> <span class="Normal">a</span>:num -<span id="L154" class="LineNr">154 </span> <span class="Normal">b</span>:num -<span id="L155" class="LineNr">155 </span>] -<span id="L156" class="LineNr">156 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L157" class="LineNr">157 </span> <span class="Constant">1</span>:foo<span class="Special"> <- </span>merge <span class="Constant">0</span>/x<span class="Delimiter">,</span> <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">35</span> -<span id="L158" class="LineNr">158 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:foo -<span id="L159" class="LineNr">159 </span> <span class="Identifier">return</span>-unless <span class="Constant">4</span>:num -<span id="L160" class="LineNr">160 </span> <span class="Constant">5</span>:foo<span class="Special"> <- </span>merge <span class="Constant">0</span>/x<span class="Delimiter">,</span> <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">36</span> -<span id="L161" class="LineNr">161 </span> <span class="Constant">8</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">5</span>:foo -<span id="L162" class="LineNr">162 </span> <span class="Identifier">return</span>-unless <span class="Constant">8</span>:num -<span id="L163" class="LineNr">163 </span> <span class="Constant">9</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">4</span>:num<span class="Delimiter">,</span> <span class="Constant">8</span>:num -<span id="L164" class="LineNr">164 </span>] -<span id="L165" class="LineNr">165 </span><span class="Comment"># hash on containers includes all elements</span> -<span id="L166" class="LineNr">166 </span><span class="traceContains">+mem: storing 0 in location 9</span> -<span id="L167" class="LineNr">167 </span> -<span id="L168" class="LineNr">168 </span><span class="Delimiter">:(scenario hash_can_ignore_container_elements)</span> -<span id="L169" class="LineNr">169 </span><span class="muData">container</span> foo [ -<span id="L170" class="LineNr">170 </span> <span class="Normal">x</span>:num -<span id="L171" class="LineNr">171 </span> <span class="Normal">y</span>:<span class="Normal">char</span>/ignore-<span class="Normal">for</span>-hash -<span id="L172" class="LineNr">172 </span>] -<span id="L173" class="LineNr">173 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L174" class="LineNr">174 </span> <span class="Constant">1</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">97</span>/a -<span id="L175" class="LineNr">175 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:foo -<span id="L176" class="LineNr">176 </span> <span class="Identifier">return</span>-unless <span class="Constant">3</span>:num -<span id="L177" class="LineNr">177 </span> <span class="Constant">4</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">98</span>/a -<span id="L178" class="LineNr">178 </span> <span class="Constant">6</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">4</span>:foo -<span id="L179" class="LineNr">179 </span> <span class="Identifier">return</span>-unless <span class="Constant">6</span>:num -<span id="L180" class="LineNr">180 </span> <span class="Constant">7</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">3</span>:num<span class="Delimiter">,</span> <span class="Constant">6</span>:num -<span id="L181" class="LineNr">181 </span>] -<span id="L182" class="LineNr">182 </span><span class="Comment"># hashes match even though y is different</span> -<span id="L183" class="LineNr">183 </span><span class="traceContains">+mem: storing 1 in location 7</span> -<span id="L184" class="LineNr">184 </span> -<span id="L185" class="LineNr">185 </span><span class="Comment">//: These properties aren't necessary for hash, they just test that the</span> -<span id="L186" class="LineNr">186 </span><span class="Comment">//: current implementation works like we think it does.</span> -<span id="L187" class="LineNr">187 </span> -<span id="L188" class="LineNr">188 </span><span class="Delimiter">:(scenario hash_of_zero_address)</span> -<span id="L189" class="LineNr">189 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L190" class="LineNr">190 </span> <span class="Constant">1</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L191" class="LineNr">191 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:&:num -<span id="L192" class="LineNr">192 </span>] -<span id="L193" class="LineNr">193 </span><span class="traceContains">+mem: storing 0 in location 2</span> -<span id="L194" class="LineNr">194 </span> -<span id="L195" class="LineNr">195 </span><span class="Comment">//: This is probably too aggressive, but we need some way to avoid depending</span> -<span id="L196" class="LineNr">196 </span><span class="Comment">//: on the precise bit pattern of a floating-point number.</span> -<span id="L197" class="LineNr">197 </span><span class="Delimiter">:(scenario hash_of_numbers_ignores_fractional_part)</span> -<span id="L198" class="LineNr">198 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L199" class="LineNr">199 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span><span class="Delimiter">.</span><span class="Constant">5</span> -<span id="L200" class="LineNr">200 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span> -<span id="L201" class="LineNr">201 </span> <span class="Constant">3</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">2</span>:num -<span id="L202" class="LineNr">202 </span>] -<span id="L203" class="LineNr">203 </span><span class="traceContains">+mem: storing 1 in location 3</span> -<span id="L204" class="LineNr">204 </span> -<span id="L205" class="LineNr">205 </span><span class="Delimiter">:(scenario hash_of_array_same_as_string)</span> -<span id="L206" class="LineNr">206 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L207" class="LineNr">207 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">3</span> -<span id="L208" class="LineNr">208 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">97</span> -<span id="L209" class="LineNr">209 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">98</span> -<span id="L210" class="LineNr">210 </span> <span class="Constant">13</span>:num<span class="Special"> <- </span>copy <span class="Constant">99</span> -<span id="L211" class="LineNr">211 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">10</span>:@:num/unsafe -<span id="L212" class="LineNr">212 </span> <span class="Identifier">return</span>-unless <span class="Constant">2</span>:num -<span id="L213" class="LineNr">213 </span> <span class="Constant">3</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] -<span id="L214" class="LineNr">214 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">3</span>:text -<span id="L215" class="LineNr">215 </span> <span class="Identifier">return</span>-unless <span class="Constant">4</span>:num -<span id="L216" class="LineNr">216 </span> <span class="Constant">5</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">4</span>:num -<span id="L217" class="LineNr">217 </span>] -<span id="L218" class="LineNr">218 </span><span class="traceContains">+mem: storing 1 in location 5</span> -<span id="L219" class="LineNr">219 </span> -<span id="L220" class="LineNr">220 </span><span class="Delimiter">:(scenario hash_ignores_address_value)</span> -<span id="L221" class="LineNr">221 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L222" class="LineNr">222 </span> <span class="Constant">1</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L223" class="LineNr">223 </span> *<span class="Constant">1</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L224" class="LineNr">224 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:&:num -<span id="L225" class="LineNr">225 </span> <span class="Constant">3</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L226" class="LineNr">226 </span> *<span class="Constant">3</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L227" class="LineNr">227 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">3</span>:&:num -<span id="L228" class="LineNr">228 </span> <span class="Constant">5</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">4</span>:num -<span id="L229" class="LineNr">229 </span>] -<span id="L230" class="LineNr">230 </span><span class="Comment"># different addresses hash to the same result as long as the values the point to do so</span> -<span id="L231" class="LineNr">231 </span><span class="traceContains">+mem: storing 1 in location 5</span> -<span id="L232" class="LineNr">232 </span> -<span id="L233" class="LineNr">233 </span><span class="Delimiter">:(scenario hash_ignores_address_refcount)</span> -<span id="L234" class="LineNr">234 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L235" class="LineNr">235 </span> <span class="Constant">1</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L236" class="LineNr">236 </span> *<span class="Constant">1</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L237" class="LineNr">237 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:&:num -<span id="L238" class="LineNr">238 </span> <span class="Identifier">return</span>-unless <span class="Constant">2</span>:num -<span id="L239" class="LineNr">239 </span> <span class="Comment"># increment refcount</span> -<span id="L240" class="LineNr">240 </span> <span class="Constant">3</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">1</span>:&:num -<span id="L241" class="LineNr">241 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">3</span>:&:num -<span id="L242" class="LineNr">242 </span> <span class="Identifier">return</span>-unless <span class="Constant">4</span>:num -<span id="L243" class="LineNr">243 </span> <span class="Constant">5</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">4</span>:num -<span id="L244" class="LineNr">244 </span>] -<span id="L245" class="LineNr">245 </span><span class="Comment"># hash doesn't change when refcount changes</span> -<span id="L246" class="LineNr">246 </span><span class="traceContains">+mem: storing 1 in location 5</span> -<span id="L247" class="LineNr">247 </span> -<span id="L248" class="LineNr">248 </span><span class="Delimiter">:(scenario hash_container_depends_only_on_elements)</span> -<span id="L249" class="LineNr">249 </span><span class="muData">container</span> foo [ -<span id="L250" class="LineNr">250 </span> <span class="Normal">x</span>:num -<span id="L251" class="LineNr">251 </span> <span class="Normal">y</span>:<span class="Normal">char</span> -<span id="L252" class="LineNr">252 </span>] -<span id="L253" class="LineNr">253 </span><span class="muData">container</span> bar [ -<span id="L254" class="LineNr">254 </span> <span class="Normal">x</span>:num -<span id="L255" class="LineNr">255 </span> <span class="Normal">y</span>:<span class="Normal">char</span> -<span id="L256" class="LineNr">256 </span>] -<span id="L257" class="LineNr">257 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L258" class="LineNr">258 </span> <span class="Constant">1</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">97</span>/a -<span id="L259" class="LineNr">259 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:foo -<span id="L260" class="LineNr">260 </span> <span class="Identifier">return</span>-unless <span class="Constant">3</span>:num -<span id="L261" class="LineNr">261 </span> <span class="Constant">4</span>:bar<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">97</span>/a -<span id="L262" class="LineNr">262 </span> <span class="Constant">6</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">4</span>:bar -<span id="L263" class="LineNr">263 </span> <span class="Identifier">return</span>-unless <span class="Constant">6</span>:num -<span id="L264" class="LineNr">264 </span> <span class="Constant">7</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">3</span>:num<span class="Delimiter">,</span> <span class="Constant">6</span>:num -<span id="L265" class="LineNr">265 </span>] -<span id="L266" class="LineNr">266 </span><span class="Comment"># containers with identical elements return identical hashes</span> -<span id="L267" class="LineNr">267 </span><span class="traceContains">+mem: storing 1 in location 7</span> -<span id="L268" class="LineNr">268 </span> -<span id="L269" class="LineNr">269 </span><span class="Delimiter">:(scenario hash_container_depends_only_on_elements_2)</span> -<span id="L270" class="LineNr">270 </span><span class="muData">container</span> foo [ -<span id="L271" class="LineNr">271 </span> <span class="Normal">x</span>:num -<span id="L272" class="LineNr">272 </span> <span class="Normal">y</span>:<span class="Normal">char</span> -<span id="L273" class="LineNr">273 </span> <span class="Normal">z</span>:&:num -<span id="L274" class="LineNr">274 </span>] -<span id="L275" class="LineNr">275 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L276" class="LineNr">276 </span> <span class="Constant">1</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L277" class="LineNr">277 </span> *<span class="Constant">1</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L278" class="LineNr">278 </span> <span class="Constant">2</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">97</span>/a<span class="Delimiter">,</span> <span class="Constant">1</span>:&:num -<span id="L279" class="LineNr">279 </span> <span class="Constant">5</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">2</span>:foo -<span id="L280" class="LineNr">280 </span> <span class="Identifier">return</span>-unless <span class="Constant">5</span>:num -<span id="L281" class="LineNr">281 </span> <span class="Constant">6</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L282" class="LineNr">282 </span> *<span class="Constant">6</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L283" class="LineNr">283 </span> <span class="Constant">7</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">97</span>/a<span class="Delimiter">,</span> <span class="Constant">6</span>:&:num -<span id="L284" class="LineNr">284 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">7</span>:foo -<span id="L285" class="LineNr">285 </span> <span class="Identifier">return</span>-unless <span class="Constant">10</span>:num -<span id="L286" class="LineNr">286 </span> <span class="Constant">11</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">5</span>:num<span class="Delimiter">,</span> <span class="Constant">10</span>:num -<span id="L287" class="LineNr">287 </span>] -<span id="L288" class="LineNr">288 </span><span class="Comment"># containers with identical 'leaf' elements return identical hashes</span> -<span id="L289" class="LineNr">289 </span><span class="traceContains">+mem: storing 1 in location 11</span> -<span id="L290" class="LineNr">290 </span> -<span id="L291" class="LineNr">291 </span><span class="Delimiter">:(scenario hash_container_depends_only_on_elements_3)</span> -<span id="L292" class="LineNr">292 </span><span class="muData">container</span> foo [ -<span id="L293" class="LineNr">293 </span> <span class="Normal">x</span>:num -<span id="L294" class="LineNr">294 </span> <span class="Normal">y</span>:<span class="Normal">char</span> -<span id="L295" class="LineNr">295 </span> <span class="Normal">z</span>:bar -<span id="L296" class="LineNr">296 </span>] -<span id="L297" class="LineNr">297 </span><span class="muData">container</span> bar [ -<span id="L298" class="LineNr">298 </span> <span class="Normal">x</span>:num -<span id="L299" class="LineNr">299 </span> <span class="Normal">y</span>:num -<span id="L300" class="LineNr">300 </span>] -<span id="L301" class="LineNr">301 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L302" class="LineNr">302 </span> <span class="Constant">1</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">97</span>/a<span class="Delimiter">,</span> <span class="Constant">47</span><span class="Delimiter">,</span> <span class="Constant">48</span> -<span id="L303" class="LineNr">303 </span> <span class="Constant">6</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:foo -<span id="L304" class="LineNr">304 </span> <span class="Identifier">return</span>-unless <span class="Constant">6</span>:num -<span id="L305" class="LineNr">305 </span> <span class="Constant">7</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">97</span>/a<span class="Delimiter">,</span> <span class="Constant">47</span><span class="Delimiter">,</span> <span class="Constant">48</span> -<span id="L306" class="LineNr">306 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">7</span>:foo -<span id="L307" class="LineNr">307 </span> <span class="Identifier">return</span>-unless <span class="Constant">12</span>:num -<span id="L308" class="LineNr">308 </span> <span class="Constant">13</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">6</span>:num<span class="Delimiter">,</span> <span class="Constant">12</span>:num -<span id="L309" class="LineNr">309 </span>] -<span id="L310" class="LineNr">310 </span><span class="Comment"># containers with identical 'leaf' elements return identical hashes</span> -<span id="L311" class="LineNr">311 </span><span class="traceContains">+mem: storing 1 in location 13</span> -<span id="L312" class="LineNr">312 </span> -<span id="L313" class="LineNr">313 </span><span class="Delimiter">:(scenario hash_exclusive_container_ignores_tag)</span> -<span id="L314" class="LineNr">314 </span><span class="muData">exclusive-container</span> foo [ -<span id="L315" class="LineNr">315 </span> <span class="Normal">x</span>:bar -<span id="L316" class="LineNr">316 </span> <span class="Normal">y</span>:num -<span id="L317" class="LineNr">317 </span>] -<span id="L318" class="LineNr">318 </span><span class="muData">container</span> bar [ -<span id="L319" class="LineNr">319 </span> <span class="Normal">a</span>:num -<span id="L320" class="LineNr">320 </span> <span class="Normal">b</span>:num -<span id="L321" class="LineNr">321 </span>] -<span id="L322" class="LineNr">322 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L323" class="LineNr">323 </span> <span class="Constant">1</span>:foo<span class="Special"> <- </span>merge <span class="Constant">0</span>/x<span class="Delimiter">,</span> <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">35</span> -<span id="L324" class="LineNr">324 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:foo -<span id="L325" class="LineNr">325 </span> <span class="Identifier">return</span>-unless <span class="Constant">4</span>:num -<span id="L326" class="LineNr">326 </span> <span class="Constant">5</span>:bar<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">35</span> -<span id="L327" class="LineNr">327 </span> <span class="Constant">7</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">5</span>:bar -<span id="L328" class="LineNr">328 </span> <span class="Identifier">return</span>-unless <span class="Constant">7</span>:num -<span id="L329" class="LineNr">329 </span> <span class="Constant">8</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">4</span>:num<span class="Delimiter">,</span> <span class="Constant">7</span>:num -<span id="L330" class="LineNr">330 </span>] -<span id="L331" class="LineNr">331 </span><span class="Comment"># hash on containers includes all elements</span> -<span id="L332" class="LineNr">332 </span><span class="traceContains">+mem: storing 1 in location 8</span> -<span id="L333" class="LineNr">333 </span> -<span id="L334" class="LineNr">334 </span><span class="Comment">//: An older version that supported only strings.</span> -<span id="L335" class="LineNr">335 </span><span class="Comment">//: Hash functions are subtle and easy to get wrong, so we keep the old</span> -<span id="L336" class="LineNr">336 </span><span class="Comment">//: version around and check that the new one is consistent with it.</span> -<span id="L337" class="LineNr">337 </span> -<span id="L338" class="LineNr">338 </span><span class="Delimiter">:(scenario hash_matches_old_version)</span> -<span id="L339" class="LineNr">339 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L340" class="LineNr">340 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] -<span id="L341" class="LineNr">341 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:text -<span id="L342" class="LineNr">342 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>hash_old <span class="Constant">1</span>:text -<span id="L343" class="LineNr">343 </span> <span class="Constant">4</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">3</span>:num -<span id="L344" class="LineNr">344 </span>] -<span id="L345" class="LineNr">345 </span><span class="traceContains">+mem: storing 1 in location 4</span> -<span id="L346" class="LineNr">346 </span> -<span id="L347" class="LineNr">347 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L348" class="LineNr">348 </span>HASH_OLD<span class="Delimiter">,</span> -<span id="L349" class="LineNr">349 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L350" class="LineNr">350 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"hash_old"</span><span class="Delimiter">,</span> HASH_OLD<span class="Delimiter">);</span> -<span id="L351" class="LineNr">351 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L352" class="LineNr">352 </span><span class="Normal">case</span> HASH_OLD: <span class="Delimiter">{</span> -<span id="L353" class="LineNr">353 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L354" class="LineNr">354 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'hash_old' takes exactly one ingredient rather than '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L355" class="LineNr">355 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L356" class="LineNr">356 </span> <span class="Delimiter">}</span> -<span id="L357" class="LineNr">357 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L358" class="LineNr">358 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'hash_old' currently only supports texts (address array character), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L359" class="LineNr">359 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L360" class="LineNr">360 </span> <span class="Delimiter">}</span> +<span id="L152" class="LineNr">152 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L153" class="LineNr">153 </span> <span class="Constant">1</span>:foo<span class="Special"> <- </span>merge <span class="Constant">0</span>/x<span class="Delimiter">,</span> <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">35</span> +<span id="L154" class="LineNr">154 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:foo +<span id="L155" class="LineNr">155 </span> <span class="Identifier">return</span>-unless <span class="Constant">4</span>:num +<span id="L156" class="LineNr">156 </span> <span class="Constant">5</span>:foo<span class="Special"> <- </span>merge <span class="Constant">0</span>/x<span class="Delimiter">,</span> <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">36</span> +<span id="L157" class="LineNr">157 </span> <span class="Constant">8</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">5</span>:foo +<span id="L158" class="LineNr">158 </span> <span class="Identifier">return</span>-unless <span class="Constant">8</span>:num +<span id="L159" class="LineNr">159 </span> <span class="Constant">9</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">4</span>:num<span class="Delimiter">,</span> <span class="Constant">8</span>:num +<span id="L160" class="LineNr">160 </span>] +<span id="L161" class="LineNr">161 </span><span class="Comment"># hash on containers includes all elements</span> +<span id="L162" class="LineNr">162 </span><span class="traceContains">+mem: storing 0 in location 9</span> +<span id="L163" class="LineNr">163 </span> +<span id="L164" class="LineNr">164 </span><span class="Delimiter">:(scenario hash_can_ignore_container_elements)</span> +<span id="L165" class="LineNr">165 </span><span class="muData">container</span> foo [ +<span id="L166" class="LineNr">166 </span> <span class="Normal">x</span>:num +<span id="L167" class="LineNr">167 </span> <span class="Normal">y</span>:<span class="Normal">char</span>/ignore-<span class="Normal">for</span>-hash +<span id="L168" class="LineNr">168 </span>] +<span id="L169" class="LineNr">169 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L170" class="LineNr">170 </span> <span class="Constant">1</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">97</span>/a +<span id="L171" class="LineNr">171 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:foo +<span id="L172" class="LineNr">172 </span> <span class="Identifier">return</span>-unless <span class="Constant">3</span>:num +<span id="L173" class="LineNr">173 </span> <span class="Constant">4</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">98</span>/a +<span id="L174" class="LineNr">174 </span> <span class="Constant">6</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">4</span>:foo +<span id="L175" class="LineNr">175 </span> <span class="Identifier">return</span>-unless <span class="Constant">6</span>:num +<span id="L176" class="LineNr">176 </span> <span class="Constant">7</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">3</span>:num<span class="Delimiter">,</span> <span class="Constant">6</span>:num +<span id="L177" class="LineNr">177 </span>] +<span id="L178" class="LineNr">178 </span><span class="Comment"># hashes match even though y is different</span> +<span id="L179" class="LineNr">179 </span><span class="traceContains">+mem: storing 1 in location 7</span> +<span id="L180" class="LineNr">180 </span> +<span id="L181" class="LineNr">181 </span><span class="Comment">//: These properties aren't necessary for hash, they just test that the</span> +<span id="L182" class="LineNr">182 </span><span class="Comment">//: current implementation works like we think it does.</span> +<span id="L183" class="LineNr">183 </span> +<span id="L184" class="LineNr">184 </span><span class="Delimiter">:(scenario hash_of_zero_address)</span> +<span id="L185" class="LineNr">185 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L186" class="LineNr">186 </span> <span class="Constant">1</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L187" class="LineNr">187 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:&:num +<span id="L188" class="LineNr">188 </span>] +<span id="L189" class="LineNr">189 </span><span class="traceContains">+mem: storing 0 in location 2</span> +<span id="L190" class="LineNr">190 </span> +<span id="L191" class="LineNr">191 </span><span class="Comment">//: This is probably too aggressive, but we need some way to avoid depending</span> +<span id="L192" class="LineNr">192 </span><span class="Comment">//: on the precise bit pattern of a floating-point number.</span> +<span id="L193" class="LineNr">193 </span><span class="Delimiter">:(scenario hash_of_numbers_ignores_fractional_part)</span> +<span id="L194" class="LineNr">194 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L195" class="LineNr">195 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1.5</span> +<span id="L196" class="LineNr">196 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span> +<span id="L197" class="LineNr">197 </span> <span class="Constant">3</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">2</span>:num +<span id="L198" class="LineNr">198 </span>] +<span id="L199" class="LineNr">199 </span><span class="traceContains">+mem: storing 1 in location 3</span> +<span id="L200" class="LineNr">200 </span> +<span id="L201" class="LineNr">201 </span><span class="Delimiter">:(scenario hash_of_array_same_as_string)</span> +<span id="L202" class="LineNr">202 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L203" class="LineNr">203 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">3</span> +<span id="L204" class="LineNr">204 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">97</span> +<span id="L205" class="LineNr">205 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">98</span> +<span id="L206" class="LineNr">206 </span> <span class="Constant">13</span>:num<span class="Special"> <- </span>copy <span class="Constant">99</span> +<span id="L207" class="LineNr">207 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">10</span>:@:num/unsafe +<span id="L208" class="LineNr">208 </span> <span class="Identifier">return</span>-unless <span class="Constant">2</span>:num +<span id="L209" class="LineNr">209 </span> <span class="Constant">3</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] +<span id="L210" class="LineNr">210 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">3</span>:text +<span id="L211" class="LineNr">211 </span> <span class="Identifier">return</span>-unless <span class="Constant">4</span>:num +<span id="L212" class="LineNr">212 </span> <span class="Constant">5</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">4</span>:num +<span id="L213" class="LineNr">213 </span>] +<span id="L214" class="LineNr">214 </span><span class="traceContains">+mem: storing 1 in location 5</span> +<span id="L215" class="LineNr">215 </span> +<span id="L216" class="LineNr">216 </span><span class="Delimiter">:(scenario hash_ignores_address_value)</span> +<span id="L217" class="LineNr">217 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L218" class="LineNr">218 </span> <span class="Constant">1</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L219" class="LineNr">219 </span> *<span class="Constant">1</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L220" class="LineNr">220 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:&:num +<span id="L221" class="LineNr">221 </span> <span class="Constant">3</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L222" class="LineNr">222 </span> *<span class="Constant">3</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L223" class="LineNr">223 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">3</span>:&:num +<span id="L224" class="LineNr">224 </span> <span class="Constant">5</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">4</span>:num +<span id="L225" class="LineNr">225 </span>] +<span id="L226" class="LineNr">226 </span><span class="Comment"># different addresses hash to the same result as long as the values the point to do so</span> +<span id="L227" class="LineNr">227 </span><span class="traceContains">+mem: storing 1 in location 5</span> +<span id="L228" class="LineNr">228 </span> +<span id="L229" class="LineNr">229 </span><span class="Delimiter">:(scenario hash_container_depends_only_on_elements)</span> +<span id="L230" class="LineNr">230 </span><span class="muData">container</span> foo [ +<span id="L231" class="LineNr">231 </span> <span class="Normal">x</span>:num +<span id="L232" class="LineNr">232 </span> <span class="Normal">y</span>:<span class="Normal">char</span> +<span id="L233" class="LineNr">233 </span>] +<span id="L234" class="LineNr">234 </span><span class="muData">container</span> bar [ +<span id="L235" class="LineNr">235 </span> <span class="Normal">x</span>:num +<span id="L236" class="LineNr">236 </span> <span class="Normal">y</span>:<span class="Normal">char</span> +<span id="L237" class="LineNr">237 </span>] +<span id="L238" class="LineNr">238 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L239" class="LineNr">239 </span> <span class="Constant">1</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">97</span>/a +<span id="L240" class="LineNr">240 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:foo +<span id="L241" class="LineNr">241 </span> <span class="Identifier">return</span>-unless <span class="Constant">3</span>:num +<span id="L242" class="LineNr">242 </span> <span class="Constant">4</span>:bar<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">97</span>/a +<span id="L243" class="LineNr">243 </span> <span class="Constant">6</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">4</span>:bar +<span id="L244" class="LineNr">244 </span> <span class="Identifier">return</span>-unless <span class="Constant">6</span>:num +<span id="L245" class="LineNr">245 </span> <span class="Constant">7</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">3</span>:num<span class="Delimiter">,</span> <span class="Constant">6</span>:num +<span id="L246" class="LineNr">246 </span>] +<span id="L247" class="LineNr">247 </span><span class="Comment"># containers with identical elements return identical hashes</span> +<span id="L248" class="LineNr">248 </span><span class="traceContains">+mem: storing 1 in location 7</span> +<span id="L249" class="LineNr">249 </span> +<span id="L250" class="LineNr">250 </span><span class="Delimiter">:(scenario hash_container_depends_only_on_elements_2)</span> +<span id="L251" class="LineNr">251 </span><span class="muData">container</span> foo [ +<span id="L252" class="LineNr">252 </span> <span class="Normal">x</span>:num +<span id="L253" class="LineNr">253 </span> <span class="Normal">y</span>:<span class="Normal">char</span> +<span id="L254" class="LineNr">254 </span> <span class="Normal">z</span>:&:num +<span id="L255" class="LineNr">255 </span>] +<span id="L256" class="LineNr">256 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L257" class="LineNr">257 </span> <span class="Constant">1</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L258" class="LineNr">258 </span> *<span class="Constant">1</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L259" class="LineNr">259 </span> <span class="Constant">2</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">97</span>/a<span class="Delimiter">,</span> <span class="Constant">1</span>:&:num +<span id="L260" class="LineNr">260 </span> <span class="Constant">5</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">2</span>:foo +<span id="L261" class="LineNr">261 </span> <span class="Identifier">return</span>-unless <span class="Constant">5</span>:num +<span id="L262" class="LineNr">262 </span> <span class="Constant">6</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L263" class="LineNr">263 </span> *<span class="Constant">6</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L264" class="LineNr">264 </span> <span class="Constant">7</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">97</span>/a<span class="Delimiter">,</span> <span class="Constant">6</span>:&:num +<span id="L265" class="LineNr">265 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">7</span>:foo +<span id="L266" class="LineNr">266 </span> <span class="Identifier">return</span>-unless <span class="Constant">10</span>:num +<span id="L267" class="LineNr">267 </span> <span class="Constant">11</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">5</span>:num<span class="Delimiter">,</span> <span class="Constant">10</span>:num +<span id="L268" class="LineNr">268 </span>] +<span id="L269" class="LineNr">269 </span><span class="Comment"># containers with identical 'leaf' elements return identical hashes</span> +<span id="L270" class="LineNr">270 </span><span class="traceContains">+mem: storing 1 in location 11</span> +<span id="L271" class="LineNr">271 </span> +<span id="L272" class="LineNr">272 </span><span class="Delimiter">:(scenario hash_container_depends_only_on_elements_3)</span> +<span id="L273" class="LineNr">273 </span><span class="muData">container</span> foo [ +<span id="L274" class="LineNr">274 </span> <span class="Normal">x</span>:num +<span id="L275" class="LineNr">275 </span> <span class="Normal">y</span>:<span class="Normal">char</span> +<span id="L276" class="LineNr">276 </span> <span class="Normal">z</span>:bar +<span id="L277" class="LineNr">277 </span>] +<span id="L278" class="LineNr">278 </span><span class="muData">container</span> bar [ +<span id="L279" class="LineNr">279 </span> <span class="Normal">x</span>:num +<span id="L280" class="LineNr">280 </span> <span class="Normal">y</span>:num +<span id="L281" class="LineNr">281 </span>] +<span id="L282" class="LineNr">282 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L283" class="LineNr">283 </span> <span class="Constant">1</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">97</span>/a<span class="Delimiter">,</span> <span class="Constant">47</span><span class="Delimiter">,</span> <span class="Constant">48</span> +<span id="L284" class="LineNr">284 </span> <span class="Constant">6</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:foo +<span id="L285" class="LineNr">285 </span> <span class="Identifier">return</span>-unless <span class="Constant">6</span>:num +<span id="L286" class="LineNr">286 </span> <span class="Constant">7</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">97</span>/a<span class="Delimiter">,</span> <span class="Constant">47</span><span class="Delimiter">,</span> <span class="Constant">48</span> +<span id="L287" class="LineNr">287 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">7</span>:foo +<span id="L288" class="LineNr">288 </span> <span class="Identifier">return</span>-unless <span class="Constant">12</span>:num +<span id="L289" class="LineNr">289 </span> <span class="Constant">13</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">6</span>:num<span class="Delimiter">,</span> <span class="Constant">12</span>:num +<span id="L290" class="LineNr">290 </span>] +<span id="L291" class="LineNr">291 </span><span class="Comment"># containers with identical 'leaf' elements return identical hashes</span> +<span id="L292" class="LineNr">292 </span><span class="traceContains">+mem: storing 1 in location 13</span> +<span id="L293" class="LineNr">293 </span> +<span id="L294" class="LineNr">294 </span><span class="Delimiter">:(scenario hash_exclusive_container_ignores_tag)</span> +<span id="L295" class="LineNr">295 </span><span class="muData">exclusive-container</span> foo [ +<span id="L296" class="LineNr">296 </span> <span class="Normal">x</span>:bar +<span id="L297" class="LineNr">297 </span> <span class="Normal">y</span>:num +<span id="L298" class="LineNr">298 </span>] +<span id="L299" class="LineNr">299 </span><span class="muData">container</span> bar [ +<span id="L300" class="LineNr">300 </span> <span class="Normal">a</span>:num +<span id="L301" class="LineNr">301 </span> <span class="Normal">b</span>:num +<span id="L302" class="LineNr">302 </span>] +<span id="L303" class="LineNr">303 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L304" class="LineNr">304 </span> <span class="Constant">1</span>:foo<span class="Special"> <- </span>merge <span class="Constant">0</span>/x<span class="Delimiter">,</span> <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">35</span> +<span id="L305" class="LineNr">305 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:foo +<span id="L306" class="LineNr">306 </span> <span class="Identifier">return</span>-unless <span class="Constant">4</span>:num +<span id="L307" class="LineNr">307 </span> <span class="Constant">5</span>:bar<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">35</span> +<span id="L308" class="LineNr">308 </span> <span class="Constant">7</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">5</span>:bar +<span id="L309" class="LineNr">309 </span> <span class="Identifier">return</span>-unless <span class="Constant">7</span>:num +<span id="L310" class="LineNr">310 </span> <span class="Constant">8</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">4</span>:num<span class="Delimiter">,</span> <span class="Constant">7</span>:num +<span id="L311" class="LineNr">311 </span>] +<span id="L312" class="LineNr">312 </span><span class="Comment"># hash on containers includes all elements</span> +<span id="L313" class="LineNr">313 </span><span class="traceContains">+mem: storing 1 in location 8</span> +<span id="L314" class="LineNr">314 </span> +<span id="L315" class="LineNr">315 </span><span class="Comment">//: An older version that supported only strings.</span> +<span id="L316" class="LineNr">316 </span><span class="Comment">//: Hash functions are subtle and easy to get wrong, so we keep the old</span> +<span id="L317" class="LineNr">317 </span><span class="Comment">//: version around and check that the new one is consistent with it.</span> +<span id="L318" class="LineNr">318 </span> +<span id="L319" class="LineNr">319 </span><span class="Delimiter">:(scenario hash_matches_old_version)</span> +<span id="L320" class="LineNr">320 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L321" class="LineNr">321 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [abc] +<span id="L322" class="LineNr">322 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span><a href='069hash.cc.html#L34'>hash</a> <span class="Constant">1</span>:text +<span id="L323" class="LineNr">323 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>hash_old <span class="Constant">1</span>:text +<span id="L324" class="LineNr">324 </span> <span class="Constant">4</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">3</span>:num +<span id="L325" class="LineNr">325 </span>] +<span id="L326" class="LineNr">326 </span><span class="traceContains">+mem: storing 1 in location 4</span> +<span id="L327" class="LineNr">327 </span> +<span id="L328" class="LineNr">328 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L329" class="LineNr">329 </span>HASH_OLD<span class="Delimiter">,</span> +<span id="L330" class="LineNr">330 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L331" class="LineNr">331 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"hash_old"</span><span class="Delimiter">,</span> HASH_OLD<span class="Delimiter">);</span> +<span id="L332" class="LineNr">332 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L333" class="LineNr">333 </span><span class="Normal">case</span> HASH_OLD: <span class="Delimiter">{</span> +<span id="L334" class="LineNr">334 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L335" class="LineNr">335 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'hash_old' takes exactly one ingredient rather than '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L336" class="LineNr">336 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L337" class="LineNr">337 </span> <span class="Delimiter">}</span> +<span id="L338" class="LineNr">338 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L339" class="LineNr">339 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'hash_old' currently only supports texts (address array character), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L340" class="LineNr">340 </span> <span class="Identifier">break</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="Identifier">break</span><span class="Delimiter">;</span> +<span id="L343" class="LineNr">343 </span><span class="Delimiter">}</span> +<span id="L344" class="LineNr">344 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L345" class="LineNr">345 </span><span class="Normal">case</span> HASH_OLD: <span class="Delimiter">{</span> +<span id="L346" class="LineNr">346 </span> string input = <a href='038new_text.cc.html#L141'>read_mu_text</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> +<span id="L347" class="LineNr">347 </span> <span class="Normal">size_t</span> h = <span class="Constant">0</span> <span class="Delimiter">;</span> +<span id="L348" class="LineNr">348 </span> +<span id="L349" class="LineNr">349 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>input<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L350" class="LineNr">350 </span> h += <span class="Normal">static_cast</span><<span class="Normal">size_t</span>><span class="Delimiter">(</span>input<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L351" class="LineNr">351 </span> h += <span class="Delimiter">(</span>h<<<span class="Constant">10</span><span class="Delimiter">);</span> +<span id="L352" class="LineNr">352 </span> h ^= <span class="Delimiter">(</span>h>><span class="Constant">6</span><span class="Delimiter">);</span> +<span id="L353" class="LineNr">353 </span> +<span id="L354" class="LineNr">354 </span> h += <span class="Delimiter">(</span>h<<<span class="Constant">3</span><span class="Delimiter">);</span> +<span id="L355" class="LineNr">355 </span> h ^= <span class="Delimiter">(</span>h>><span class="Constant">11</span><span class="Delimiter">);</span> +<span id="L356" class="LineNr">356 </span> h += <span class="Delimiter">(</span>h<<<span class="Constant">15</span><span class="Delimiter">);</span> +<span id="L357" class="LineNr">357 </span> <span class="Delimiter">}</span> +<span id="L358" class="LineNr">358 </span> +<span id="L359" class="LineNr">359 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L360" class="LineNr">360 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>h<span class="Delimiter">);</span> <span id="L361" class="LineNr">361 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L362" class="LineNr">362 </span><span class="Delimiter">}</span> -<span id="L363" class="LineNr">363 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L364" class="LineNr">364 </span><span class="Normal">case</span> HASH_OLD: <span class="Delimiter">{</span> -<span id="L365" class="LineNr">365 </span> string input = <a href='038new_text.cc.html#L143'>read_mu_text</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> -<span id="L366" class="LineNr">366 </span> <span class="Normal">size_t</span> h = <span class="Constant">0</span> <span class="Delimiter">;</span> -<span id="L367" class="LineNr">367 </span> -<span id="L368" class="LineNr">368 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>input<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L369" class="LineNr">369 </span> <span class="Conceal">¦</span> h += <span class="Normal">static_cast</span><<span class="Normal">size_t</span>><span class="Delimiter">(</span>input<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L370" class="LineNr">370 </span> <span class="Conceal">¦</span> h += <span class="Delimiter">(</span>h<<<span class="Constant">10</span><span class="Delimiter">);</span> -<span id="L371" class="LineNr">371 </span> <span class="Conceal">¦</span> h ^= <span class="Delimiter">(</span>h>><span class="Constant">6</span><span class="Delimiter">);</span> -<span id="L372" class="LineNr">372 </span> -<span id="L373" class="LineNr">373 </span> <span class="Conceal">¦</span> h += <span class="Delimiter">(</span>h<<<span class="Constant">3</span><span class="Delimiter">);</span> -<span id="L374" class="LineNr">374 </span> <span class="Conceal">¦</span> h ^= <span class="Delimiter">(</span>h>><span class="Constant">11</span><span class="Delimiter">);</span> -<span id="L375" class="LineNr">375 </span> <span class="Conceal">¦</span> h += <span class="Delimiter">(</span>h<<<span class="Constant">15</span><span class="Delimiter">);</span> -<span id="L376" class="LineNr">376 </span> <span class="Delimiter">}</span> -<span id="L377" class="LineNr">377 </span> -<span id="L378" class="LineNr">378 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L379" class="LineNr">379 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>h<span class="Delimiter">);</span> -<span id="L380" class="LineNr">380 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L381" class="LineNr">381 </span><span class="Delimiter">}</span> </pre> </body> </html> diff --git a/html/070table.mu.html b/html/070table.mu.html index c964ec5c..f7e15164 100644 --- a/html/070table.mu.html +++ b/html/070table.mu.html @@ -15,17 +15,16 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } -.muData { color: #ffff00; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.muData { color: #ffff00; } --> </style> @@ -67,91 +66,91 @@ if ('onhashchange' in window) { <span id="L5" class="LineNr"> 5 </span> <span id="L6" class="LineNr"> 6 </span><span class="muScenario">scenario</span> table-read-write [ <span id="L7" class="LineNr"> 7 </span> <span class="Constant">local-scope</span> -<span id="L8" class="LineNr"> 8 </span> tab:&:<a href='070table.mu.html#L44'>table</a>:num:num <span class="Special"><-</span> <a href='070table.mu.html#L56'>new-table</a><span class="Constant"> 30</span> +<span id="L8" class="LineNr"> 8 </span> tab:&:table:num:num <span class="Special"><-</span> new-table<span class="Constant"> 30</span> <span id="L9" class="LineNr"> 9 </span> run [ -<span id="L10" class="LineNr"> 10 </span> <span class="Conceal">¦</span> put-index tab,<span class="Constant"> 12</span>,<span class="Constant"> 34</span> -<span id="L11" class="LineNr"> 11 </span> <span class="Conceal">¦</span> 60:num/<span class="Special">raw</span>, 61:bool/<span class="Special">raw</span> <span class="Special"><-</span> index tab,<span class="Constant"> 12</span> +<span id="L10" class="LineNr"> 10 </span> put-index tab,<span class="Constant"> 12</span>,<span class="Constant"> 34</span> +<span id="L11" class="LineNr"> 11 </span> 60:num/<span class="Special">raw</span>, 61:bool/<span class="Special">raw</span> <span class="Special"><-</span> index tab,<span class="Constant"> 12</span> <span id="L12" class="LineNr"> 12 </span> ] <span id="L13" class="LineNr"> 13 </span> memory-should-contain [ -<span id="L14" class="LineNr"> 14 </span> <span class="Conceal">¦</span><span class="Constant"> 60</span> <span class="Special"><-</span><span class="Constant"> 34</span> -<span id="L15" class="LineNr"> 15 </span> <span class="Conceal">¦</span><span class="Constant"> 61</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># found</span> +<span id="L14" class="LineNr"> 14 </span> <span class="Constant"> 60</span> <span class="Special"><-</span><span class="Constant"> 34</span> +<span id="L15" class="LineNr"> 15 </span> <span class="Constant"> 61</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># found</span> <span id="L16" class="LineNr"> 16 </span> ] <span id="L17" class="LineNr"> 17 </span>] <span id="L18" class="LineNr"> 18 </span> <span id="L19" class="LineNr"> 19 </span><span class="muScenario">scenario</span> table-read-write-non-integer [ <span id="L20" class="LineNr"> 20 </span> <span class="Constant">local-scope</span> -<span id="L21" class="LineNr"> 21 </span> tab:&:<a href='070table.mu.html#L44'>table</a>:text:num <span class="Special"><-</span> <a href='070table.mu.html#L56'>new-table</a><span class="Constant"> 30</span> +<span id="L21" class="LineNr"> 21 </span> tab:&:table:text:num <span class="Special"><-</span> new-table<span class="Constant"> 30</span> <span id="L22" class="LineNr"> 22 </span> run [ -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span> put-index tab, <span class="Constant">[abc def]</span>,<span class="Constant"> 34</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span> 1:num/<span class="Special">raw</span>, 2:bool/<span class="Special">raw</span> <span class="Special"><-</span> index tab, <span class="Constant">[abc def]</span> +<span id="L23" class="LineNr"> 23 </span> put-index tab, <span class="Constant">[abc def]</span>,<span class="Constant"> 34</span> +<span id="L24" class="LineNr"> 24 </span> 1:num/<span class="Special">raw</span>, 2:bool/<span class="Special">raw</span> <span class="Special"><-</span> index tab, <span class="Constant">[abc def]</span> <span id="L25" class="LineNr"> 25 </span> ] <span id="L26" class="LineNr"> 26 </span> memory-should-contain [ -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span><span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 34</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Conceal">¦</span><span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># found</span> +<span id="L27" class="LineNr"> 27 </span> <span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 34</span> +<span id="L28" class="LineNr"> 28 </span> <span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># found</span> <span id="L29" class="LineNr"> 29 </span> ] <span id="L30" class="LineNr"> 30 </span>] <span id="L31" class="LineNr"> 31 </span> <span id="L32" class="LineNr"> 32 </span><span class="muScenario">scenario</span> table-read-not-found [ <span id="L33" class="LineNr"> 33 </span> <span class="Constant">local-scope</span> -<span id="L34" class="LineNr"> 34 </span> tab:&:<a href='070table.mu.html#L44'>table</a>:text:num <span class="Special"><-</span> <a href='070table.mu.html#L56'>new-table</a><span class="Constant"> 30</span> +<span id="L34" class="LineNr"> 34 </span> tab:&:table:text:num <span class="Special"><-</span> new-table<span class="Constant"> 30</span> <span id="L35" class="LineNr"> 35 </span> run [ -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> 1:num/<span class="Special">raw</span>, 2:bool/<span class="Special">raw</span> <span class="Special"><-</span> index tab, <span class="Constant">[abc def]</span> +<span id="L36" class="LineNr"> 36 </span> 1:num/<span class="Special">raw</span>, 2:bool/<span class="Special">raw</span> <span class="Special"><-</span> index tab, <span class="Constant">[abc def]</span> <span id="L37" class="LineNr"> 37 </span> ] <span id="L38" class="LineNr"> 38 </span> memory-should-contain [ -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span><span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span><span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># not found</span> +<span id="L39" class="LineNr"> 39 </span> <span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L40" class="LineNr"> 40 </span> <span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># not found</span> <span id="L41" class="LineNr"> 41 </span> ] <span id="L42" class="LineNr"> 42 </span>] <span id="L43" class="LineNr"> 43 </span> -<span id="L44" class="LineNr"> 44 </span><span class="muData">container</span> <a href='070table.mu.html#L44'>table</a>:_key:_value [ +<span id="L44" class="LineNr"> 44 </span><span class="muData">container</span> table:_key:_value [ <span id="L45" class="LineNr"> 45 </span> length:num -<span id="L46" class="LineNr"> 46 </span> <a href='075channel.mu.html#L399'>capacity</a>:num -<span id="L47" class="LineNr"> 47 </span> data:&:@:<a href='070table.mu.html#L50'>table-row</a>:_key:_value +<span id="L46" class="LineNr"> 46 </span> capacity:num +<span id="L47" class="LineNr"> 47 </span> data:&:@:table-row:_key:_value <span id="L48" class="LineNr"> 48 </span>] <span id="L49" class="LineNr"> 49 </span> -<span id="L50" class="LineNr"> 50 </span><span class="muData">container</span> <a href='070table.mu.html#L50'>table-row</a>:_key:_value [ +<span id="L50" class="LineNr"> 50 </span><span class="muData">container</span> table-row:_key:_value [ <span id="L51" class="LineNr"> 51 </span> occupied?:bool <span id="L52" class="LineNr"> 52 </span> key:_key <span id="L53" class="LineNr"> 53 </span> value:_value <span id="L54" class="LineNr"> 54 </span>] <span id="L55" class="LineNr"> 55 </span> -<span id="L56" class="LineNr"> 56 </span><span class="muRecipe">def</span> <a href='070table.mu.html#L56'>new-table</a> <a href='075channel.mu.html#L399'>capacity</a>:num<span class="muRecipe"> -> </span>result:&:<a href='070table.mu.html#L44'>table</a>:_key:_value [ +<span id="L56" class="LineNr"> 56 </span><span class="muRecipe">def</span> new-table capacity:num<span class="muRecipe"> -> </span>result:&:table:_key:_value [ <span id="L57" class="LineNr"> 57 </span> <span class="Constant">local-scope</span> <span id="L58" class="LineNr"> 58 </span> <span class="Constant">load-inputs</span> <span id="L59" class="LineNr"> 59 </span> result <span class="Special"><-</span> new <span class="Delimiter">{</span>(table _key _value): type<span class="Delimiter">}</span> -<span id="L60" class="LineNr"> 60 </span> data:&:@:<a href='070table.mu.html#L50'>table-row</a>:_key:_value <span class="Special"><-</span> new <span class="Delimiter">{</span>(table-row _key _value): type<span class="Delimiter">}</span>, <a href='075channel.mu.html#L399'>capacity</a> -<span id="L61" class="LineNr"> 61 </span> *result <span class="Special"><-</span> merge <span class="Constant">0/length</span>, <a href='075channel.mu.html#L399'>capacity</a>, data +<span id="L60" class="LineNr"> 60 </span> data:&:@:table-row:_key:_value <span class="Special"><-</span> new <span class="Delimiter">{</span>(table-row _key _value): type<span class="Delimiter">}</span>, capacity +<span id="L61" class="LineNr"> 61 </span> *result <span class="Special"><-</span> merge <span class="Constant">0/length</span>, capacity, data <span id="L62" class="LineNr"> 62 </span>] <span id="L63" class="LineNr"> 63 </span> <span id="L64" class="LineNr"> 64 </span><span class="Comment"># todo: tag results as /required so that call-sites are forbidden from ignoring them</span> <span id="L65" class="LineNr"> 65 </span><span class="Comment"># then we could handle conflicts simply by resizing the table</span> -<span id="L66" class="LineNr"> 66 </span><span class="muRecipe">def</span> put-index <a href='070table.mu.html#L44'>table</a>:&:<a href='070table.mu.html#L44'>table</a>:_key:_value, key:_key, value:_value<span class="muRecipe"> -> </span><a href='070table.mu.html#L44'>table</a>:&:<a href='070table.mu.html#L44'>table</a>:_key:_value [ +<span id="L66" class="LineNr"> 66 </span><span class="muRecipe">def</span> put-index table:&:table:_key:_value, key:_key, value:_value<span class="muRecipe"> -> </span>table:&:table:_key:_value [ <span id="L67" class="LineNr"> 67 </span> <span class="Constant">local-scope</span> <span id="L68" class="LineNr"> 68 </span> <span class="Constant">load-inputs</span> <span id="L69" class="LineNr"> 69 </span> hash:num <span class="Special"><-</span> hash key -<span id="L70" class="LineNr"> 70 </span> hash <span class="Special"><-</span> <a href='070table.mu.html#L103'>abs</a> hash -<span id="L71" class="LineNr"> 71 </span> <a href='075channel.mu.html#L399'>capacity</a>:num <span class="Special"><-</span> get *table, <span class="Constant"><a href='075channel.mu.html#L399'>capacity</a>:offset</span> -<span id="L72" class="LineNr"> 72 </span> _, hash-key:num <span class="Special"><-</span> divide-with-remainder hash, <a href='075channel.mu.html#L399'>capacity</a> -<span id="L73" class="LineNr"> 73 </span> hash-key <span class="Special"><-</span> <a href='070table.mu.html#L103'>abs</a> hash-key <span class="Comment"># in case hash overflows from a double into a negative integer inside 'divide-with-remainder' above</span> -<span id="L74" class="LineNr"> 74 </span> table-data:&:@:<a href='070table.mu.html#L50'>table-row</a>:_key:_value <span class="Special"><-</span> get *table, <span class="Constant">data:offset</span> -<span id="L75" class="LineNr"> 75 </span> x:<a href='070table.mu.html#L50'>table-row</a>:_key:_value <span class="Special"><-</span> index *table-data, hash-key +<span id="L70" class="LineNr"> 70 </span> hash <span class="Special"><-</span> abs hash +<span id="L71" class="LineNr"> 71 </span> capacity:num <span class="Special"><-</span> get *table, <span class="Constant">capacity:offset</span> +<span id="L72" class="LineNr"> 72 </span> _, hash-key:num <span class="Special"><-</span> divide-with-remainder hash, capacity +<span id="L73" class="LineNr"> 73 </span> hash-key <span class="Special"><-</span> abs hash-key <span class="Comment"># in case hash overflows from a double into a negative integer inside 'divide-with-remainder' above</span> +<span id="L74" class="LineNr"> 74 </span> table-data:&:@:table-row:_key:_value <span class="Special"><-</span> get *table, <span class="Constant">data:offset</span> +<span id="L75" class="LineNr"> 75 </span> x:table-row:_key:_value <span class="Special"><-</span> index *table-data, hash-key <span id="L76" class="LineNr"> 76 </span> occupied?:bool <span class="Special"><-</span> get x, <span class="Constant">occupied?:offset</span> <span id="L77" class="LineNr"> 77 </span> not-occupied?:bool <span class="Special"><-</span> not occupied?:bool <span id="L78" class="LineNr"> 78 </span> assert not-occupied?, <span class="Constant">[can't handle collisions yet]</span> -<span id="L79" class="LineNr"> 79 </span> new-row:<a href='070table.mu.html#L50'>table-row</a>:_key:_value <span class="Special"><-</span> merge <span class="Constant">1/true</span>, key, value +<span id="L79" class="LineNr"> 79 </span> new-row:table-row:_key:_value <span class="Special"><-</span> merge <span class="Constant">1/true</span>, key, value <span id="L80" class="LineNr"> 80 </span> *table-data <span class="Special"><-</span> put-index *table-data, hash-key, new-row <span id="L81" class="LineNr"> 81 </span>] <span id="L82" class="LineNr"> 82 </span> -<span id="L83" class="LineNr"> 83 </span><span class="muRecipe">def</span> index <a href='070table.mu.html#L44'>table</a>:&:<a href='070table.mu.html#L44'>table</a>:_key:_value, key:_key<span class="muRecipe"> -> </span>result:_value, found?:bool [ +<span id="L83" class="LineNr"> 83 </span><span class="muRecipe">def</span> index table:&:table:_key:_value, key:_key<span class="muRecipe"> -> </span>result:_value, found?:bool [ <span id="L84" class="LineNr"> 84 </span> <span class="Constant">local-scope</span> <span id="L85" class="LineNr"> 85 </span> <span class="Constant">load-inputs</span> <span id="L86" class="LineNr"> 86 </span> hash:num <span class="Special"><-</span> hash key -<span id="L87" class="LineNr"> 87 </span> hash <span class="Special"><-</span> <a href='070table.mu.html#L103'>abs</a> hash -<span id="L88" class="LineNr"> 88 </span> <a href='075channel.mu.html#L399'>capacity</a>:num <span class="Special"><-</span> get *table, <span class="Constant"><a href='075channel.mu.html#L399'>capacity</a>:offset</span> -<span id="L89" class="LineNr"> 89 </span> _, hash-key:num <span class="Special"><-</span> divide-with-remainder hash, <a href='075channel.mu.html#L399'>capacity</a> -<span id="L90" class="LineNr"> 90 </span> hash-key <span class="Special"><-</span> <a href='070table.mu.html#L103'>abs</a> hash-key <span class="Comment"># in case hash overflows from a double into a negative integer inside 'divide-with-remainder' above</span> -<span id="L91" class="LineNr"> 91 </span> table-data:&:@:<a href='070table.mu.html#L50'>table-row</a>:_key:_value <span class="Special"><-</span> get *table, <span class="Constant">data:offset</span> -<span id="L92" class="LineNr"> 92 </span> x:<a href='070table.mu.html#L50'>table-row</a>:_key:_value <span class="Special"><-</span> index *table-data, hash-key +<span id="L87" class="LineNr"> 87 </span> hash <span class="Special"><-</span> abs hash +<span id="L88" class="LineNr"> 88 </span> capacity:num <span class="Special"><-</span> get *table, <span class="Constant">capacity:offset</span> +<span id="L89" class="LineNr"> 89 </span> _, hash-key:num <span class="Special"><-</span> divide-with-remainder hash, capacity +<span id="L90" class="LineNr"> 90 </span> hash-key <span class="Special"><-</span> abs hash-key <span class="Comment"># in case hash overflows from a double into a negative integer inside 'divide-with-remainder' above</span> +<span id="L91" class="LineNr"> 91 </span> table-data:&:@:table-row:_key:_value <span class="Special"><-</span> get *table, <span class="Constant">data:offset</span> +<span id="L92" class="LineNr"> 92 </span> x:table-row:_key:_value <span class="Special"><-</span> index *table-data, hash-key <span id="L93" class="LineNr"> 93 </span> empty:&:_value <span class="Special"><-</span> new <span class="Constant">_value:type</span> <span id="L94" class="LineNr"> 94 </span> result <span class="Special"><-</span> copy *empty <span id="L95" class="LineNr"> 95 </span> found?:bool <span class="Special"><-</span> get x, <span class="Constant">occupied?:offset</span> @@ -162,7 +161,7 @@ if ('onhashchange' in window) { <span id="L100" class="LineNr">100 </span> result <span class="Special"><-</span> get x, <span class="Constant">value:offset</span> <span id="L101" class="LineNr">101 </span>] <span id="L102" class="LineNr">102 </span> -<span id="L103" class="LineNr">103 </span><span class="muRecipe">def</span> <a href='070table.mu.html#L103'>abs</a> n:num<span class="muRecipe"> -> </span>result:num [ +<span id="L103" class="LineNr">103 </span><span class="muRecipe">def</span> abs n:num<span class="muRecipe"> -> </span>result:num [ <span id="L104" class="LineNr">104 </span> <span class="Constant">local-scope</span> <span id="L105" class="LineNr">105 </span> <span class="Constant">load-inputs</span> <span id="L106" class="LineNr">106 </span> positive?:bool <span class="Special"><-</span> greater-or-equal n,<span class="Constant"> 0</span> diff --git a/html/071deep_copy.cc.html b/html/071deep_copy.cc.html index 4b130138..c40eba03 100644 --- a/html/071deep_copy.cc.html +++ b/html/071deep_copy.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } -.Constant { color: #00a0a0; } +.Identifier { color: #c0a020; } .LineNr { color: #444444; } -.cSpecial { color: #008000; } .muData { color: #ffff00; } +.Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.cSpecial { color: #008000; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.Identifier { color: #c0a020; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -67,480 +66,469 @@ if ('onhashchange' in window) { <span id="L3" class="LineNr"> 3 </span><span class="Comment">//</span> <span id="L4" class="LineNr"> 4 </span><span class="Comment">// Invariant: After a deep-copy its ingredient and result will point to no</span> <span id="L5" class="LineNr"> 5 </span><span class="Comment">// common addresses.</span> -<span id="L6" class="LineNr"> 6 </span><span class="Comment">// Implications: Refcounts of all data pointed to by the original ingredient</span> -<span id="L7" class="LineNr"> 7 </span><span class="Comment">// will remain unchanged. Refcounts of all data pointed to by the (newly</span> -<span id="L8" class="LineNr"> 8 </span><span class="Comment">// created) result will be 1, in the absence of cycles.</span> -<span id="L9" class="LineNr"> 9 </span><span class="Comment">//</span> -<span id="L10" class="LineNr"> 10 </span><span class="Comment">// We do handle cycles in the ingredient, however. All cycles are translated</span> -<span id="L11" class="LineNr"> 11 </span><span class="Comment">// to new cycles in the product.</span> -<span id="L12" class="LineNr"> 12 </span> -<span id="L13" class="LineNr"> 13 </span><span class="Delimiter">:(scenario deep_copy_number)</span> -<span id="L14" class="LineNr"> 14 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L15" class="LineNr"> 15 </span> local-scope -<span id="L16" class="LineNr"> 16 </span> <span class="Normal">x</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L17" class="LineNr"> 17 </span> <span class="Normal">y</span>:num<span class="Special"> <- </span>deep-copy x -<span id="L18" class="LineNr"> 18 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal x<span class="Delimiter">,</span> y -<span id="L19" class="LineNr"> 19 </span>] -<span id="L20" class="LineNr"> 20 </span><span class="Comment"># non-address primitives are identical</span> -<span id="L21" class="LineNr"> 21 </span><span class="traceContains">+mem: storing 1 in location 10</span> -<span id="L22" class="LineNr"> 22 </span> -<span id="L23" class="LineNr"> 23 </span><span class="Delimiter">:(scenario deep_copy_null_pointer)</span> -<span id="L24" class="LineNr"> 24 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L25" class="LineNr"> 25 </span> local-scope -<span id="L26" class="LineNr"> 26 </span> <span class="Normal">x</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Normal">y</span>:&:num<span class="Special"> <- </span>deep-copy x -<span id="L28" class="LineNr"> 28 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal x<span class="Delimiter">,</span> y -<span id="L29" class="LineNr"> 29 </span>] -<span id="L30" class="LineNr"> 30 </span><span class="Comment"># null addresses are identical</span> -<span id="L31" class="LineNr"> 31 </span><span class="traceContains">+mem: storing 1 in location 10</span> -<span id="L32" class="LineNr"> 32 </span> -<span id="L33" class="LineNr"> 33 </span><span class="Delimiter">:(scenario deep_copy_container_without_address)</span> -<span id="L34" class="LineNr"> 34 </span><span class="muData">container</span> foo [ -<span id="L35" class="LineNr"> 35 </span> <span class="Normal">x</span>:num -<span id="L36" class="LineNr"> 36 </span> <span class="Normal">y</span>:num -<span id="L37" class="LineNr"> 37 </span>] -<span id="L38" class="LineNr"> 38 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L39" class="LineNr"> 39 </span> local-scope -<span id="L40" class="LineNr"> 40 </span> <span class="Normal">a</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">35</span> -<span id="L41" class="LineNr"> 41 </span> <span class="Normal">b</span>:foo<span class="Special"> <- </span>deep-copy a -<span id="L42" class="LineNr"> 42 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal a<span class="Delimiter">,</span> b -<span id="L43" class="LineNr"> 43 </span>] -<span id="L44" class="LineNr"> 44 </span><span class="Comment"># containers are identical as long as they don't contain addresses</span> -<span id="L45" class="LineNr"> 45 </span><span class="traceContains">+mem: storing 1 in location 10</span> -<span id="L46" class="LineNr"> 46 </span> -<span id="L47" class="LineNr"> 47 </span><span class="Delimiter">:(scenario deep_copy_address)</span> -<span id="L48" class="LineNr"> 48 </span><span class="Special">% Memory_allocated_until = 200;</span> -<span id="L49" class="LineNr"> 49 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L50" class="LineNr"> 50 </span> <span class="Comment"># avoid all memory allocations except the implicit ones inside deep-copy, so</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Comment"># that the result is deterministic</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Constant">1</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">100</span>/unsafe <span class="Comment"># pretend allocation</span> -<span id="L53" class="LineNr"> 53 </span> *<span class="Constant">1</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Constant">2</span>:&:num<span class="Special"> <- </span>deep-copy <span class="Constant">1</span>:&:num -<span id="L55" class="LineNr"> 55 </span> <span class="Constant">10</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">1</span>:&:num<span class="Delimiter">,</span> <span class="Constant">2</span>:&:num -<span id="L56" class="LineNr"> 56 </span> <span class="Constant">11</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal *<span class="Constant">1</span>:&:num<span class="Delimiter">,</span> *<span class="Constant">2</span>:&:num -<span id="L57" class="LineNr"> 57 </span> <span class="Constant">2</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L58" class="LineNr"> 58 </span>] -<span id="L59" class="LineNr"> 59 </span><span class="Comment"># the result of deep-copy is a new address</span> -<span id="L60" class="LineNr"> 60 </span><span class="traceContains">+mem: storing 0 in location 10</span> -<span id="L61" class="LineNr"> 61 </span><span class="Comment"># however, the contents are identical</span> -<span id="L62" class="LineNr"> 62 </span><span class="traceContains">+mem: storing 1 in location 11</span> -<span id="L63" class="LineNr"> 63 </span><span class="Comment"># the result of deep-copy gets a refcount of 1</span> -<span id="L64" class="LineNr"> 64 </span><span class="Comment"># (its address 202 = 200 base + 2 for temporary space inside deep-copy)</span> -<span id="L65" class="LineNr"> 65 </span><span class="traceContains">+run: {2: ("address" "number")} <- copy {0: "literal"}</span> -<span id="L66" class="LineNr"> 66 </span><span class="traceContains">+mem: decrementing refcount of 202: 1 -> 0</span> -<span id="L67" class="LineNr"> 67 </span><span class="traceContains">+abandon: saving 202 in free-list of size 2</span> -<span id="L68" class="LineNr"> 68 </span> -<span id="L69" class="LineNr"> 69 </span><span class="Delimiter">:(scenario deep_copy_address_to_container)</span> -<span id="L70" class="LineNr"> 70 </span><span class="Special">% Memory_allocated_until = 200;</span> -<span id="L71" class="LineNr"> 71 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L72" class="LineNr"> 72 </span> <span class="Comment"># avoid all memory allocations except the implicit ones inside deep-copy, so</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Comment"># that the result is deterministic</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Constant">1</span>:&:point<span class="Special"> <- </span>copy <span class="Constant">100</span>/unsafe <span class="Comment"># pretend allocation</span> -<span id="L75" class="LineNr"> 75 </span> *<span class="Constant">1</span>:&:point<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">35</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Constant">2</span>:&:point<span class="Special"> <- </span>deep-copy <span class="Constant">1</span>:&:point -<span id="L77" class="LineNr"> 77 </span> <span class="Constant">10</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">1</span>:&:point<span class="Delimiter">,</span> <span class="Constant">2</span>:&:point -<span id="L78" class="LineNr"> 78 </span> <span class="Constant">11</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal *<span class="Constant">1</span>:&:point<span class="Delimiter">,</span> *<span class="Constant">2</span>:&:point -<span id="L79" class="LineNr"> 79 </span>] -<span id="L80" class="LineNr"> 80 </span><span class="Comment"># the result of deep-copy is a new address</span> -<span id="L81" class="LineNr"> 81 </span><span class="traceContains">+mem: storing 0 in location 10</span> -<span id="L82" class="LineNr"> 82 </span><span class="Comment"># however, the contents are identical</span> -<span id="L83" class="LineNr"> 83 </span><span class="traceContains">+mem: storing 1 in location 11</span> -<span id="L84" class="LineNr"> 84 </span> -<span id="L85" class="LineNr"> 85 </span><span class="Delimiter">:(scenario deep_copy_address_to_address)</span> -<span id="L86" class="LineNr"> 86 </span><span class="Special">% Memory_allocated_until = 200;</span> -<span id="L87" class="LineNr"> 87 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L88" class="LineNr"> 88 </span> <span class="Comment"># avoid all memory allocations except the implicit ones inside deep-copy, so</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Comment"># that the result is deterministic</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Constant">1</span>:&:&:num<span class="Special"> <- </span>copy <span class="Constant">100</span>/unsafe <span class="Comment"># pretend allocation</span> -<span id="L91" class="LineNr"> 91 </span> *<span class="Constant">1</span>:&:&:num<span class="Special"> <- </span>copy <span class="Constant">150</span>/unsafe -<span id="L92" class="LineNr"> 92 </span> **<span class="Constant">1</span>:&:&:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Constant">2</span>:&:&:num<span class="Special"> <- </span>deep-copy <span class="Constant">1</span>:&:&:num -<span id="L94" class="LineNr"> 94 </span> <span class="Constant">10</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">1</span>:&:&:num<span class="Delimiter">,</span> <span class="Constant">2</span>:&:&:num -<span id="L95" class="LineNr"> 95 </span> <span class="Constant">11</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal *<span class="Constant">1</span>:&:&:num<span class="Delimiter">,</span> *<span class="Constant">2</span>:&:&:num -<span id="L96" class="LineNr"> 96 </span> <span class="Constant">12</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal **<span class="Constant">1</span>:&:&:num<span class="Delimiter">,</span> **<span class="Constant">2</span>:&:&:num -<span id="L97" class="LineNr"> 97 </span>] -<span id="L98" class="LineNr"> 98 </span><span class="Comment"># the result of deep-copy is a new address</span> -<span id="L99" class="LineNr"> 99 </span><span class="traceContains">+mem: storing 0 in location 10</span> -<span id="L100" class="LineNr">100 </span><span class="Comment"># any addresses in it or pointed to it are also new</span> -<span id="L101" class="LineNr">101 </span><span class="traceContains">+mem: storing 0 in location 11</span> -<span id="L102" class="LineNr">102 </span><span class="Comment"># however, the non-address contents are identical</span> -<span id="L103" class="LineNr">103 </span><span class="traceContains">+mem: storing 1 in location 12</span> -<span id="L104" class="LineNr">104 </span> -<span id="L105" class="LineNr">105 </span><span class="Delimiter">:(scenario deep_copy_array)</span> -<span id="L106" class="LineNr">106 </span><span class="Special">% Memory_allocated_until = 200;</span> -<span id="L107" class="LineNr">107 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L108" class="LineNr">108 </span> <span class="Comment"># avoid all memory allocations except the implicit ones inside deep-copy, so</span> -<span id="L109" class="LineNr">109 </span> <span class="Comment"># that the result is deterministic</span> -<span id="L110" class="LineNr">110 </span> <span class="Constant">100</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span> <span class="Comment"># pretend refcount</span> -<span id="L111" class="LineNr">111 </span> <span class="Constant">101</span>:num<span class="Special"> <- </span>copy <span class="Constant">3</span> <span class="Comment"># pretend array length</span> -<span id="L112" class="LineNr">112 </span> <span class="Constant">1</span>:&:@:num<span class="Special"> <- </span>copy <span class="Constant">100</span>/unsafe <span class="Comment"># pretend allocation</span> -<span id="L113" class="LineNr">113 </span> put-index *<span class="Constant">1</span>:&:@:num<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L114" class="LineNr">114 </span> put-index *<span class="Constant">1</span>:&:@:num<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">35</span> -<span id="L115" class="LineNr">115 </span> put-index *<span class="Constant">1</span>:&:@:num<span class="Delimiter">,</span> <span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">36</span> -<span id="L116" class="LineNr">116 </span> stash [old:]<span class="Delimiter">,</span> *<span class="Constant">1</span>:&:@:num -<span id="L117" class="LineNr">117 </span> <span class="Constant">2</span>:&:@:num<span class="Special"> <- </span>deep-copy <span class="Constant">1</span>:&:@:num -<span id="L118" class="LineNr">118 </span> stash <span class="Constant">2</span>:&:@:num -<span id="L119" class="LineNr">119 </span> stash [<span class="Normal">new</span>:]<span class="Delimiter">,</span> *<span class="Constant">2</span>:&:@:num -<span id="L120" class="LineNr">120 </span> <span class="Constant">10</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">1</span>:&:@:num<span class="Delimiter">,</span> <span class="Constant">2</span>:&:@:num -<span id="L121" class="LineNr">121 </span> <span class="Constant">11</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal *<span class="Constant">1</span>:&:@:num<span class="Delimiter">,</span> *<span class="Constant">2</span>:&:@:num -<span id="L122" class="LineNr">122 </span>] -<span id="L123" class="LineNr">123 </span><span class="traceContains">+app: old: 3 34 35 36</span> -<span id="L124" class="LineNr">124 </span><span class="traceContains">+app: new: 3 34 35 36</span> -<span id="L125" class="LineNr">125 </span><span class="Comment"># the result of deep-copy is a new address</span> -<span id="L126" class="LineNr">126 </span><span class="traceContains">+mem: storing 0 in location 10</span> -<span id="L127" class="LineNr">127 </span><span class="Comment"># however, the contents are identical</span> -<span id="L128" class="LineNr">128 </span><span class="traceContains">+mem: storing 1 in location 11</span> -<span id="L129" class="LineNr">129 </span> -<span id="L130" class="LineNr">130 </span><span class="Delimiter">:(scenario deep_copy_container_with_address)</span> -<span id="L131" class="LineNr">131 </span><span class="muData">container</span> foo [ -<span id="L132" class="LineNr">132 </span> <span class="Normal">x</span>:num -<span id="L133" class="LineNr">133 </span> <span class="Normal">y</span>:&:num -<span id="L134" class="LineNr">134 </span>] -<span id="L135" class="LineNr">135 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L136" class="LineNr">136 </span> local-scope -<span id="L137" class="LineNr">137 </span> <span class="Normal">y0</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L138" class="LineNr">138 </span> *y0<span class="Special"> <- </span>copy <span class="Constant">35</span> -<span id="L139" class="LineNr">139 </span> <span class="Normal">a</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> y0 -<span id="L140" class="LineNr">140 </span> <span class="Normal">b</span>:foo<span class="Special"> <- </span>deep-copy a -<span id="L141" class="LineNr">141 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal a<span class="Delimiter">,</span> b -<span id="L142" class="LineNr">142 </span> <span class="Normal">y1</span>:&:num<span class="Special"> <- </span>get b<span class="Delimiter">,</span> <span class="Constant">y:offset</span> -<span id="L143" class="LineNr">143 </span> <span class="Constant">11</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal y0<span class="Delimiter">,</span> y1 -<span id="L144" class="LineNr">144 </span> <span class="Constant">12</span>:num/<span class="Special">raw <- </span>copy *y1 -<span id="L145" class="LineNr">145 </span>] -<span id="L146" class="LineNr">146 </span><span class="Comment"># containers containing addresses are not identical to their deep copies</span> -<span id="L147" class="LineNr">147 </span><span class="traceContains">+mem: storing 0 in location 10</span> -<span id="L148" class="LineNr">148 </span><span class="Comment"># the addresses they contain are not identical either</span> -<span id="L149" class="LineNr">149 </span><span class="traceContains">+mem: storing 0 in location 11</span> -<span id="L150" class="LineNr">150 </span><span class="traceContains">+mem: storing 35 in location 12</span> -<span id="L151" class="LineNr">151 </span> -<span id="L152" class="LineNr">152 </span><span class="Delimiter">:(scenario deep_copy_exclusive_container_with_address)</span> -<span id="L153" class="LineNr">153 </span><span class="muData">exclusive-container</span> foo [ -<span id="L154" class="LineNr">154 </span> <span class="Normal">x</span>:num -<span id="L155" class="LineNr">155 </span> <span class="Normal">y</span>:&:num -<span id="L156" class="LineNr">156 </span>] -<span id="L157" class="LineNr">157 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L158" class="LineNr">158 </span> local-scope -<span id="L159" class="LineNr">159 </span> <span class="Normal">y0</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L160" class="LineNr">160 </span> *y0<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L161" class="LineNr">161 </span> <span class="Normal">a</span>:foo<span class="Special"> <- </span>merge <span class="Constant">1</span>/y<span class="Delimiter">,</span> y0 -<span id="L162" class="LineNr">162 </span> <span class="Normal">b</span>:foo<span class="Special"> <- </span>deep-copy a -<span id="L163" class="LineNr">163 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal a<span class="Delimiter">,</span> b -<span id="L164" class="LineNr">164 </span> <span class="Normal">y1</span>:&:num<span class="Delimiter">,</span> z:<span class="Normal">bool</span><span class="Special"> <- </span>maybe-convert b<span class="Delimiter">,</span> <span class="Constant">y:variant</span> -<span id="L165" class="LineNr">165 </span> <span class="Constant">11</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal y0<span class="Delimiter">,</span> y1 -<span id="L166" class="LineNr">166 </span> <span class="Constant">12</span>:num/<span class="Special">raw <- </span>copy *y1 -<span id="L167" class="LineNr">167 </span>] -<span id="L168" class="LineNr">168 </span><span class="Comment"># exclusive containers containing addresses are not identical to their deep copies</span> -<span id="L169" class="LineNr">169 </span><span class="traceContains">+mem: storing 0 in location 10</span> -<span id="L170" class="LineNr">170 </span><span class="Comment"># the addresses they contain are not identical either</span> -<span id="L171" class="LineNr">171 </span><span class="traceContains">+mem: storing 0 in location 11</span> -<span id="L172" class="LineNr">172 </span><span class="traceContains">+mem: storing 34 in location 12</span> -<span id="L173" class="LineNr">173 </span> -<span id="L174" class="LineNr">174 </span><span class="Delimiter">:(scenario deep_copy_exclusive_container_with_container_with_address)</span> -<span id="L175" class="LineNr">175 </span><span class="muData">exclusive-container</span> foo [ -<span id="L176" class="LineNr">176 </span> <span class="Normal">x</span>:num -<span id="L177" class="LineNr">177 </span> <span class="Normal">y</span>:bar <span class="Comment"># inline</span> -<span id="L178" class="LineNr">178 </span>] -<span id="L179" class="LineNr">179 </span><span class="muData">container</span> bar [ -<span id="L180" class="LineNr">180 </span> <span class="Normal">x</span>:&:num -<span id="L181" class="LineNr">181 </span>] -<span id="L182" class="LineNr">182 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L183" class="LineNr">183 </span> local-scope -<span id="L184" class="LineNr">184 </span> <span class="Normal">y0</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L185" class="LineNr">185 </span> *y0<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L186" class="LineNr">186 </span> <span class="Normal">a</span>:bar<span class="Special"> <- </span>merge y0 -<span id="L187" class="LineNr">187 </span> <span class="Normal">b</span>:foo<span class="Special"> <- </span>merge <span class="Constant">1</span>/y<span class="Delimiter">,</span> a -<span id="L188" class="LineNr">188 </span> <span class="Normal">c</span>:foo<span class="Special"> <- </span>deep-copy b -<span id="L189" class="LineNr">189 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal b<span class="Delimiter">,</span> c -<span id="L190" class="LineNr">190 </span> <span class="Normal">d</span>:bar<span class="Delimiter">,</span> z:<span class="Normal">bool</span><span class="Special"> <- </span>maybe-convert c<span class="Delimiter">,</span> <span class="Constant">y:variant</span> -<span id="L191" class="LineNr">191 </span> <span class="Normal">y1</span>:&:num<span class="Special"> <- </span>get d<span class="Delimiter">,</span> <span class="Constant">x:offset</span> -<span id="L192" class="LineNr">192 </span> <span class="Constant">11</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal y0<span class="Delimiter">,</span> y1 -<span id="L193" class="LineNr">193 </span> <span class="Constant">12</span>:num/<span class="Special">raw <- </span>copy *y1 -<span id="L194" class="LineNr">194 </span>] -<span id="L195" class="LineNr">195 </span><span class="Comment"># exclusive containers containing addresses are not identical to their deep copies</span> -<span id="L196" class="LineNr">196 </span><span class="traceContains">+mem: storing 0 in location 10</span> -<span id="L197" class="LineNr">197 </span><span class="Comment"># sub-containers containing addresses are not identical either</span> -<span id="L198" class="LineNr">198 </span><span class="traceContains">+mem: storing 0 in location 11</span> -<span id="L199" class="LineNr">199 </span><span class="traceContains">+mem: storing 34 in location 12</span> -<span id="L200" class="LineNr">200 </span> -<span id="L201" class="LineNr">201 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L202" class="LineNr">202 </span>DEEP_COPY<span class="Delimiter">,</span> -<span id="L203" class="LineNr">203 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L204" class="LineNr">204 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"deep-copy"</span><span class="Delimiter">,</span> DEEP_COPY<span class="Delimiter">);</span> -<span id="L205" class="LineNr">205 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L206" class="LineNr">206 </span><span class="Normal">case</span> DEEP_COPY: <span class="Delimiter">{</span> -<span id="L207" class="LineNr">207 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L208" class="LineNr">208 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'deep-copy' takes exactly one ingredient rather than '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L209" class="LineNr">209 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L210" class="LineNr">210 </span> <span class="Delimiter">}</span> -<span id="L211" class="LineNr">211 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'deep-copy' takes exactly one ingredient rather than '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L213" class="LineNr">213 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L214" class="LineNr">214 </span> <span class="Delimiter">}</span> -<span id="L215" class="LineNr">215 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">),</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'deep-copy' requires its ingredient and product to be the same type, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L217" class="LineNr">217 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L218" class="LineNr">218 </span> <span class="Delimiter">}</span> -<span id="L219" class="LineNr">219 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L220" class="LineNr">220 </span><span class="Delimiter">}</span> -<span id="L221" class="LineNr">221 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L222" class="LineNr">222 </span><span class="Normal">case</span> DEEP_COPY: <span class="Delimiter">{</span> -<span id="L223" class="LineNr">223 </span> products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>deep_copy<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)));</span> -<span id="L224" class="LineNr">224 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L225" class="LineNr">225 </span><span class="Delimiter">}</span> -<span id="L226" class="LineNr">226 </span> -<span id="L227" class="LineNr">227 </span><span class="Delimiter">:(code)</span> -<span id="L228" class="LineNr">228 </span>vector<<span class="Normal">double</span>> deep_copy<span class="Delimiter">(</span><span class="Normal">const</span> reagent& in<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L229" class="LineNr">229 </span> <span class="Comment">// allocate a tiny bit of temporary space for deep_copy()</span> -<span id="L230" class="LineNr">230 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: allocating space for temporary"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L231" class="LineNr">231 </span> reagent tmp<span class="Delimiter">(</span><span class="Constant">"tmp:<a href='043space.cc.html#L82'>address</a>:number"</span><span class="Delimiter">);</span> -<span id="L232" class="LineNr">232 </span> tmp<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>allocate<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">));</span> -<span id="L233" class="LineNr">233 </span> map<<span class="Normal">int</span><span class="Delimiter">,</span> <span class="Normal">int</span>> addresses_copied<span class="Delimiter">;</span> -<span id="L234" class="LineNr">234 </span> vector<<span class="Normal">double</span>> result = deep_copy<span class="Delimiter">(</span>in<span class="Delimiter">,</span> addresses_copied<span class="Delimiter">,</span> tmp<span class="Delimiter">);</span> -<span id="L235" class="LineNr">235 </span> <span class="Comment">// reclaim Mu memory allocated for tmp</span> -<span id="L236" class="LineNr">236 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: reclaiming temporary"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L237" class="LineNr">237 </span> <a href='037abandon.cc.html#L28'>abandon</a><span class="Delimiter">(</span>tmp<span class="Delimiter">.</span>value<span class="Delimiter">,</span> <a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">(</span>tmp<span class="Delimiter">.</span>type<span class="Delimiter">),</span> <a href='036refcount.cc.html#L84'>payload_size</a><span class="Delimiter">(</span>tmp<span class="Delimiter">));</span> -<span id="L238" class="LineNr">238 </span> <span class="Comment">// reclaim host memory allocated for tmp.type when tmp goes out of scope</span> -<span id="L239" class="LineNr">239 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L240" class="LineNr">240 </span><span class="Delimiter">}</span> -<span id="L241" class="LineNr">241 </span> -<span id="L242" class="LineNr">242 </span>vector<<span class="Normal">double</span>> deep_copy<span class="Delimiter">(</span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> in<span class="Delimiter">,</span> map<<span class="Normal">int</span><span class="Delimiter">,</span> <span class="Normal">int</span>>& addresses_copied<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& tmp<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L243" class="LineNr">243 </span> canonize<span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L244" class="LineNr">244 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L245" class="LineNr">245 </span> <span class="Conceal">¦</span> <span class="Comment">// hack: skip primitive containers that do their own locking; they're designed to be shared between routines</span> -<span id="L246" class="LineNr">246 </span> <span class="Conceal">¦</span> type_tree* payload = in<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">;</span> -<span id="L247" class="LineNr">247 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>payload<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"channel"</span> || payload<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"screen"</span> || payload<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"console"</span> || payload<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"resources"</span><span class="Delimiter">)</span> -<span id="L248" class="LineNr">248 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> read_memory<span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L249" class="LineNr">249 </span> <span class="Delimiter">}</span> -<span id="L250" class="LineNr">250 </span> vector<<span class="Normal">double</span>> result<span class="Delimiter">;</span> -<span id="L251" class="LineNr">251 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>in<span class="Delimiter">))</span> -<span id="L252" class="LineNr">252 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='071deep_copy.cc.html#L259'>deep_copy_address</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> addresses_copied<span class="Delimiter">,</span> tmp<span class="Delimiter">));</span> -<span id="L253" class="LineNr">253 </span> <span class="Normal">else</span> -<span id="L254" class="LineNr">254 </span> <span class="Conceal">¦</span> deep_copy<span class="Delimiter">(</span>in<span class="Delimiter">,</span> addresses_copied<span class="Delimiter">,</span> tmp<span class="Delimiter">,</span> result<span class="Delimiter">);</span> -<span id="L255" class="LineNr">255 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L256" class="LineNr">256 </span><span class="Delimiter">}</span> -<span id="L257" class="LineNr">257 </span> -<span id="L258" class="LineNr">258 </span><span class="Comment">// deep-copy an address and return a new address</span> -<span id="L259" class="LineNr">259 </span><span class="Normal">int</span> <a href='071deep_copy.cc.html#L259'>deep_copy_address</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& canonized_in<span class="Delimiter">,</span> map<<span class="Normal">int</span><span class="Delimiter">,</span> <span class="Normal">int</span>>& addresses_copied<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& tmp<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L260" class="LineNr">260 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='071deep_copy.cc.html#L327'>address_value</a><span class="Delimiter">(</span>canonized_in<span class="Delimiter">)</span> == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L261" class="LineNr">261 </span> <span class="Normal">int</span> in_address = <a href='071deep_copy.cc.html#L321'>payload_address</a><span class="Delimiter">(</span>canonized_in<span class="Delimiter">);</span> -<span id="L262" class="LineNr">262 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: copying <a href='043space.cc.html#L82'>address</a> "</span> << in_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L263" class="LineNr">263 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>addresses_copied<span class="Delimiter">,</span> in_address<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L264" class="LineNr">264 </span> <span class="Conceal">¦</span> <span class="Normal">int</span> out = get<span class="Delimiter">(</span>addresses_copied<span class="Delimiter">,</span> in_address<span class="Delimiter">);</span> -<span id="L265" class="LineNr">265 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: copy already exists: "</span> << out << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L266" class="LineNr">266 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> out<span class="Delimiter">));</span> <span class="Comment">// refcount must already be incremented</span> -<span id="L267" class="LineNr">267 </span> <span class="Conceal">¦</span> ++get<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> out<span class="Delimiter">);</span> -<span id="L268" class="LineNr">268 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> out<span class="Delimiter">;</span> -<span id="L269" class="LineNr">269 </span> <span class="Delimiter">}</span> -<span id="L270" class="LineNr">270 </span> <span class="Normal">int</span> out = allocate<span class="Delimiter">(</span><a href='036refcount.cc.html#L84'>payload_size</a><span class="Delimiter">(</span>canonized_in<span class="Delimiter">));</span> -<span id="L271" class="LineNr">271 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: new <a href='043space.cc.html#L82'>address</a> is "</span> << out << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L272" class="LineNr">272 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>addresses_copied<span class="Delimiter">,</span> in_address<span class="Delimiter">,</span> out<span class="Delimiter">);</span> -<span id="L273" class="LineNr">273 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> payload = canonized_in<span class="Delimiter">;</span> -<span id="L274" class="LineNr">274 </span> payload<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"lookup"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> -<span id="L275" class="LineNr">275 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"recursing on payload "</span> << payload<span class="Delimiter">.</span>value << <span class="Constant">' '</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>payload<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L276" class="LineNr">276 </span> vector<<span class="Normal">double</span>> data = deep_copy<span class="Delimiter">(</span>payload<span class="Delimiter">,</span> addresses_copied<span class="Delimiter">,</span> tmp<span class="Delimiter">);</span> -<span id="L277" class="LineNr">277 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: writing result "</span> << out << <span class="Constant">": "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>data<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L278" class="LineNr">278 </span> <span class="Comment">// HACK: write_memory interface isn't ideal for this situation; we need</span> -<span id="L279" class="LineNr">279 </span> <span class="Comment">// a temporary location to help copy the payload.</span> -<span id="L280" class="LineNr">280 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: writing temporary "</span> << tmp<span class="Delimiter">.</span>value << <span class="Constant">": "</span> << out << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L281" class="LineNr">281 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> tmp<span class="Delimiter">.</span>value<span class="Delimiter">,</span> out<span class="Delimiter">);</span> -<span id="L282" class="LineNr">282 </span> payload<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>tmp<span class="Delimiter">.</span>value<span class="Delimiter">);</span> <span class="Comment">// now modified for output</span> -<span id="L283" class="LineNr">283 </span> vector<<span class="Normal">double</span>> old_data = read_memory<span class="Delimiter">(</span>payload<span class="Delimiter">);</span> -<span id="L284" class="LineNr">284 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: really writing to "</span> << payload<span class="Delimiter">.</span>value << <span class="Constant">' '</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>payload<span class="Delimiter">)</span> << <span class="Constant">" (old value "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>old_data<span class="Delimiter">)</span> << <span class="Constant">" new value "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>data<span class="Delimiter">)</span> << <span class="Constant">")"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L285" class="LineNr">285 </span> write_memory<span class="Delimiter">(</span>payload<span class="Delimiter">,</span> data<span class="Delimiter">);</span> -<span id="L286" class="LineNr">286 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: output is "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>data<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L287" class="LineNr">287 </span> <span class="Identifier">return</span> out<span class="Delimiter">;</span> -<span id="L288" class="LineNr">288 </span><span class="Delimiter">}</span> -<span id="L289" class="LineNr">289 </span> -<span id="L290" class="LineNr">290 </span><span class="Comment">// deep-copy a non-address and return a vector of locations</span> -<span id="L291" class="LineNr">291 </span><span class="Normal">void</span> deep_copy<span class="Delimiter">(</span><span class="Normal">const</span> reagent& canonized_in<span class="Delimiter">,</span> map<<span class="Normal">int</span><span class="Delimiter">,</span> <span class="Normal">int</span>>& addresses_copied<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& tmp<span class="Delimiter">,</span> vector<<span class="Normal">double</span>>& out<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L292" class="LineNr">292 </span> assert<span class="Delimiter">(</span>!is_mu_address<span class="Delimiter">(</span>canonized_in<span class="Delimiter">));</span> -<span id="L293" class="LineNr">293 </span> vector<<span class="Normal">double</span>> data = read_memory<span class="Delimiter">(</span>canonized_in<span class="Delimiter">);</span> -<span id="L294" class="LineNr">294 </span> out<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>out<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">(),</span> data<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> data<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">());</span> -<span id="L295" class="LineNr">295 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> canonized_in<span class="Delimiter">.</span>type<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L296" class="LineNr">296 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: scanning for addresses in "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>data<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L297" class="LineNr">297 </span> <span class="Normal">const</span> container_metadata& metadata = get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> canonized_in<span class="Delimiter">.</span>type<span class="Delimiter">);</span> -<span id="L298" class="LineNr">298 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<set<tag_condition_info><span class="Delimiter">,</span> set<address_element_info> >::const_iterator p = metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != metadata<span class="Delimiter">.</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L299" class="LineNr">299 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!all_match<span class="Delimiter">(</span>data<span class="Delimiter">,</span> p<span class="Delimiter">-></span>first<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L300" class="LineNr">300 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span>set<address_element_info>::const_iterator info = p<span class="Delimiter">-></span>second<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> info != p<span class="Delimiter">-></span>second<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++info<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// hack: skip primitive containers that do their own locking; they're designed to be shared between routines</span> -<span id="L302" class="LineNr">302 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom && info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"channel"</span><span class="Delimiter">)</span> -<span id="L303" class="LineNr">303 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L304" class="LineNr">304 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name == <span class="Constant">"screen"</span> || info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name == <span class="Constant">"console"</span> || info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name == <span class="Constant">"resources"</span><span class="Delimiter">)</span> -<span id="L305" class="LineNr">305 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L306" class="LineNr">306 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// construct a fake reagent that reads directly from the appropriate</span> -<span id="L307" class="LineNr">307 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// field of the container</span> -<span id="L308" class="LineNr">308 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> reagent curr<span class="Delimiter">;</span> -<span id="L309" class="LineNr">309 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">)</span> -<span id="L310" class="LineNr">310 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"address"</span><span class="Delimiter">),</span> <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Normal">new</span> type_tree<span class="Delimiter">(</span>info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">),</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> -<span id="L311" class="LineNr">311 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> -<span id="L312" class="LineNr">312 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"address"</span><span class="Delimiter">),</span> <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">));</span> -<span id="L313" class="LineNr">313 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>canonized_in<span class="Delimiter">.</span>value + info<span class="Delimiter">-></span>offset<span class="Delimiter">);</span> -<span id="L314" class="LineNr">314 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"raw"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> -<span id="L315" class="LineNr">315 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: copying <a href='043space.cc.html#L82'>address</a> "</span> << curr<span class="Delimiter">.</span>value << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L316" class="LineNr">316 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> out<span class="Delimiter">.</span>at<span class="Delimiter">(</span>info<span class="Delimiter">-></span>offset<span class="Delimiter">)</span> = <a href='071deep_copy.cc.html#L259'>deep_copy_address</a><span class="Delimiter">(</span>curr<span class="Delimiter">,</span> addresses_copied<span class="Delimiter">,</span> tmp<span class="Delimiter">);</span> -<span id="L317" class="LineNr">317 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L318" class="LineNr">318 </span> <span class="Delimiter">}</span> -<span id="L319" class="LineNr">319 </span><span class="Delimiter">}</span> -<span id="L320" class="LineNr">320 </span> -<span id="L321" class="LineNr">321 </span><span class="Normal">int</span> <a href='071deep_copy.cc.html#L321'>payload_address</a><span class="Delimiter">(</span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> x<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L322" class="LineNr">322 </span> x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"lookup"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> -<span id="L323" class="LineNr">323 </span> canonize<span class="Delimiter">(</span>x<span class="Delimiter">);</span> -<span id="L324" class="LineNr">324 </span> <span class="Identifier">return</span> x<span class="Delimiter">.</span>value<span class="Delimiter">;</span> -<span id="L325" class="LineNr">325 </span><span class="Delimiter">}</span> -<span id="L326" class="LineNr">326 </span> -<span id="L327" class="LineNr">327 </span><span class="Normal">int</span> <a href='071deep_copy.cc.html#L327'>address_value</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L328" class="LineNr">328 </span> assert<span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>x<span class="Delimiter">));</span> -<span id="L329" class="LineNr">329 </span> vector<<span class="Normal">double</span>> result = read_memory<span class="Delimiter">(</span>x<span class="Delimiter">);</span> -<span id="L330" class="LineNr">330 </span> assert<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>result<span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L331" class="LineNr">331 </span> <span class="Identifier">return</span> <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span>result<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> -<span id="L332" class="LineNr">332 </span><span class="Delimiter">}</span> -<span id="L333" class="LineNr">333 </span> -<span id="L334" class="LineNr">334 </span><span class="Delimiter">:(scenario deep_copy_stress_test_1)</span> -<span id="L335" class="LineNr">335 </span><span class="muData">container</span> foo1 [ -<span id="L336" class="LineNr">336 </span> <span class="Normal">p</span>:&:num -<span id="L337" class="LineNr">337 </span>] -<span id="L338" class="LineNr">338 </span><span class="muData">container</span> foo2 [ -<span id="L339" class="LineNr">339 </span> <span class="Normal">p</span>:&:foo1 -<span id="L340" class="LineNr">340 </span>] -<span id="L341" class="LineNr">341 </span><span class="muData">exclusive-container</span> foo3 [ -<span id="L342" class="LineNr">342 </span> <span class="Normal">p</span>:&:foo1 -<span id="L343" class="LineNr">343 </span> <span class="Normal">q</span>:&:foo2 -<span id="L344" class="LineNr">344 </span>] -<span id="L345" class="LineNr">345 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L346" class="LineNr">346 </span> local-scope -<span id="L347" class="LineNr">347 </span> <span class="Normal">x</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L348" class="LineNr">348 </span> *x<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L349" class="LineNr">349 </span> <span class="Normal">a</span>:&:foo1<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo1:type</span> -<span id="L350" class="LineNr">350 </span> *a<span class="Special"> <- </span>merge x -<span id="L351" class="LineNr">351 </span> <span class="Normal">b</span>:&:foo2<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo2:type</span> -<span id="L352" class="LineNr">352 </span> *b<span class="Special"> <- </span>merge a -<span id="L353" class="LineNr">353 </span> <span class="Normal">c</span>:foo3<span class="Special"> <- </span>merge <span class="Constant">1</span>/q<span class="Delimiter">,</span> b -<span id="L354" class="LineNr">354 </span> <span class="Normal">d</span>:foo3<span class="Special"> <- </span>deep-copy c -<span id="L355" class="LineNr">355 </span> <span class="Normal">e</span>:&:foo2<span class="Delimiter">,</span> z:<span class="Normal">bool</span><span class="Special"> <- </span>maybe-convert d<span class="Delimiter">,</span> <span class="Constant">q:variant</span> -<span id="L356" class="LineNr">356 </span> <span class="Normal">f</span>:&:foo1<span class="Special"> <- </span>get *e<span class="Delimiter">,</span> <span class="Constant">p:offset</span> -<span id="L357" class="LineNr">357 </span> <span class="Normal">g</span>:&:num<span class="Special"> <- </span>get *f<span class="Delimiter">,</span> <span class="Constant">p:offset</span> -<span id="L358" class="LineNr">358 </span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span>copy *g -<span id="L359" class="LineNr">359 </span>] -<span id="L360" class="LineNr">360 </span><span class="traceContains">+mem: storing 34 in location 1</span> -<span id="L361" class="LineNr">361 </span> -<span id="L362" class="LineNr">362 </span><span class="Delimiter">:(scenario deep_copy_stress_test_2)</span> -<span id="L363" class="LineNr">363 </span><span class="muData">container</span> foo1 [ -<span id="L364" class="LineNr">364 </span> <span class="Normal">p</span>:&:num +<span id="L6" class="LineNr"> 6 </span><span class="Comment">//</span> +<span id="L7" class="LineNr"> 7 </span><span class="Comment">// We do handle cycles in the ingredient, however. All cycles are translated</span> +<span id="L8" class="LineNr"> 8 </span><span class="Comment">// to new cycles in the product.</span> +<span id="L9" class="LineNr"> 9 </span> +<span id="L10" class="LineNr"> 10 </span><span class="Delimiter">:(scenario deep_copy_number)</span> +<span id="L11" class="LineNr"> 11 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L12" class="LineNr"> 12 </span> local-scope +<span id="L13" class="LineNr"> 13 </span> <span class="Normal">x</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L14" class="LineNr"> 14 </span> <span class="Normal">y</span>:num<span class="Special"> <- </span>deep-copy x +<span id="L15" class="LineNr"> 15 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal x<span class="Delimiter">,</span> y +<span id="L16" class="LineNr"> 16 </span>] +<span id="L17" class="LineNr"> 17 </span><span class="Comment"># non-address primitives are identical</span> +<span id="L18" class="LineNr"> 18 </span><span class="traceContains">+mem: storing 1 in location 10</span> +<span id="L19" class="LineNr"> 19 </span> +<span id="L20" class="LineNr"> 20 </span><span class="Delimiter">:(scenario deep_copy_null_pointer)</span> +<span id="L21" class="LineNr"> 21 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L22" class="LineNr"> 22 </span> local-scope +<span id="L23" class="LineNr"> 23 </span> <span class="Normal">x</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Normal">y</span>:&:num<span class="Special"> <- </span>deep-copy x +<span id="L25" class="LineNr"> 25 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal x<span class="Delimiter">,</span> y +<span id="L26" class="LineNr"> 26 </span>] +<span id="L27" class="LineNr"> 27 </span><span class="Comment"># null addresses are identical</span> +<span id="L28" class="LineNr"> 28 </span><span class="traceContains">+mem: storing 1 in location 10</span> +<span id="L29" class="LineNr"> 29 </span> +<span id="L30" class="LineNr"> 30 </span><span class="Delimiter">:(scenario deep_copy_container_without_address)</span> +<span id="L31" class="LineNr"> 31 </span><span class="muData">container</span> foo [ +<span id="L32" class="LineNr"> 32 </span> <span class="Normal">x</span>:num +<span id="L33" class="LineNr"> 33 </span> <span class="Normal">y</span>:num +<span id="L34" class="LineNr"> 34 </span>] +<span id="L35" class="LineNr"> 35 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L36" class="LineNr"> 36 </span> local-scope +<span id="L37" class="LineNr"> 37 </span> <span class="Normal">a</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">35</span> +<span id="L38" class="LineNr"> 38 </span> <span class="Normal">b</span>:foo<span class="Special"> <- </span>deep-copy a +<span id="L39" class="LineNr"> 39 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal a<span class="Delimiter">,</span> b +<span id="L40" class="LineNr"> 40 </span>] +<span id="L41" class="LineNr"> 41 </span><span class="Comment"># containers are identical as long as they don't contain addresses</span> +<span id="L42" class="LineNr"> 42 </span><span class="traceContains">+mem: storing 1 in location 10</span> +<span id="L43" class="LineNr"> 43 </span> +<span id="L44" class="LineNr"> 44 </span><span class="Delimiter">:(scenario deep_copy_address)</span> +<span id="L45" class="LineNr"> 45 </span><span class="Special">% Memory_allocated_until = 200;</span> +<span id="L46" class="LineNr"> 46 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L47" class="LineNr"> 47 </span> <span class="Comment"># avoid all memory allocations except the implicit ones inside deep-copy, so</span> +<span id="L48" class="LineNr"> 48 </span> <span class="Comment"># that the result is deterministic</span> +<span id="L49" class="LineNr"> 49 </span> <span class="Constant">1</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">100</span>/unsafe <span class="Comment"># pretend allocation</span> +<span id="L50" class="LineNr"> 50 </span> *<span class="Constant">1</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L51" class="LineNr"> 51 </span> <span class="Constant">2</span>:&:num<span class="Special"> <- </span>deep-copy <span class="Constant">1</span>:&:num +<span id="L52" class="LineNr"> 52 </span> <span class="Constant">10</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">1</span>:&:num<span class="Delimiter">,</span> <span class="Constant">2</span>:&:num +<span id="L53" class="LineNr"> 53 </span> <span class="Constant">11</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal *<span class="Constant">1</span>:&:num<span class="Delimiter">,</span> *<span class="Constant">2</span>:&:num +<span id="L54" class="LineNr"> 54 </span> <span class="Constant">2</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L55" class="LineNr"> 55 </span>] +<span id="L56" class="LineNr"> 56 </span><span class="Comment"># the result of deep-copy is a new address</span> +<span id="L57" class="LineNr"> 57 </span><span class="traceContains">+mem: storing 0 in location 10</span> +<span id="L58" class="LineNr"> 58 </span><span class="Comment"># however, the contents are identical</span> +<span id="L59" class="LineNr"> 59 </span><span class="traceContains">+mem: storing 1 in location 11</span> +<span id="L60" class="LineNr"> 60 </span> +<span id="L61" class="LineNr"> 61 </span><span class="Delimiter">:(scenario deep_copy_address_to_container)</span> +<span id="L62" class="LineNr"> 62 </span><span class="Special">% Memory_allocated_until = 200;</span> +<span id="L63" class="LineNr"> 63 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L64" class="LineNr"> 64 </span> <span class="Comment"># avoid all memory allocations except the implicit ones inside deep-copy, so</span> +<span id="L65" class="LineNr"> 65 </span> <span class="Comment"># that the result is deterministic</span> +<span id="L66" class="LineNr"> 66 </span> <span class="Constant">1</span>:&:point<span class="Special"> <- </span>copy <span class="Constant">100</span>/unsafe <span class="Comment"># pretend allocation</span> +<span id="L67" class="LineNr"> 67 </span> *<span class="Constant">1</span>:&:point<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">35</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Constant">2</span>:&:point<span class="Special"> <- </span>deep-copy <span class="Constant">1</span>:&:point +<span id="L69" class="LineNr"> 69 </span> <span class="Constant">10</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">1</span>:&:point<span class="Delimiter">,</span> <span class="Constant">2</span>:&:point +<span id="L70" class="LineNr"> 70 </span> <span class="Constant">11</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal *<span class="Constant">1</span>:&:point<span class="Delimiter">,</span> *<span class="Constant">2</span>:&:point +<span id="L71" class="LineNr"> 71 </span>] +<span id="L72" class="LineNr"> 72 </span><span class="Comment"># the result of deep-copy is a new address</span> +<span id="L73" class="LineNr"> 73 </span><span class="traceContains">+mem: storing 0 in location 10</span> +<span id="L74" class="LineNr"> 74 </span><span class="Comment"># however, the contents are identical</span> +<span id="L75" class="LineNr"> 75 </span><span class="traceContains">+mem: storing 1 in location 11</span> +<span id="L76" class="LineNr"> 76 </span> +<span id="L77" class="LineNr"> 77 </span><span class="Delimiter">:(scenario deep_copy_address_to_address)</span> +<span id="L78" class="LineNr"> 78 </span><span class="Special">% Memory_allocated_until = 200;</span> +<span id="L79" class="LineNr"> 79 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L80" class="LineNr"> 80 </span> <span class="Comment"># avoid all memory allocations except the implicit ones inside deep-copy, so</span> +<span id="L81" class="LineNr"> 81 </span> <span class="Comment"># that the result is deterministic</span> +<span id="L82" class="LineNr"> 82 </span> <span class="Constant">1</span>:&:&:num<span class="Special"> <- </span>copy <span class="Constant">100</span>/unsafe <span class="Comment"># pretend allocation</span> +<span id="L83" class="LineNr"> 83 </span> *<span class="Constant">1</span>:&:&:num<span class="Special"> <- </span>copy <span class="Constant">150</span>/unsafe +<span id="L84" class="LineNr"> 84 </span> **<span class="Constant">1</span>:&:&:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Constant">2</span>:&:&:num<span class="Special"> <- </span>deep-copy <span class="Constant">1</span>:&:&:num +<span id="L86" class="LineNr"> 86 </span> <span class="Constant">10</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">1</span>:&:&:num<span class="Delimiter">,</span> <span class="Constant">2</span>:&:&:num +<span id="L87" class="LineNr"> 87 </span> <span class="Constant">11</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal *<span class="Constant">1</span>:&:&:num<span class="Delimiter">,</span> *<span class="Constant">2</span>:&:&:num +<span id="L88" class="LineNr"> 88 </span> <span class="Constant">12</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal **<span class="Constant">1</span>:&:&:num<span class="Delimiter">,</span> **<span class="Constant">2</span>:&:&:num +<span id="L89" class="LineNr"> 89 </span>] +<span id="L90" class="LineNr"> 90 </span><span class="Comment"># the result of deep-copy is a new address</span> +<span id="L91" class="LineNr"> 91 </span><span class="traceContains">+mem: storing 0 in location 10</span> +<span id="L92" class="LineNr"> 92 </span><span class="Comment"># any addresses in it or pointed to it are also new</span> +<span id="L93" class="LineNr"> 93 </span><span class="traceContains">+mem: storing 0 in location 11</span> +<span id="L94" class="LineNr"> 94 </span><span class="Comment"># however, the non-address contents are identical</span> +<span id="L95" class="LineNr"> 95 </span><span class="traceContains">+mem: storing 1 in location 12</span> +<span id="L96" class="LineNr"> 96 </span> +<span id="L97" class="LineNr"> 97 </span><span class="Delimiter">:(scenario deep_copy_array)</span> +<span id="L98" class="LineNr"> 98 </span><span class="Special">% Memory_allocated_until = 200;</span> +<span id="L99" class="LineNr"> 99 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L100" class="LineNr">100 </span> <span class="Comment"># avoid all memory allocations except the implicit ones inside deep-copy, so</span> +<span id="L101" class="LineNr">101 </span> <span class="Comment"># that the result is deterministic</span> +<span id="L102" class="LineNr">102 </span> <span class="Constant">100</span>:num<span class="Special"> <- </span>copy <span class="Constant">3</span> <span class="Comment"># pretend array length</span> +<span id="L103" class="LineNr">103 </span> <span class="Constant">1</span>:&:@:num<span class="Special"> <- </span>copy <span class="Constant">100</span>/unsafe <span class="Comment"># pretend allocation</span> +<span id="L104" class="LineNr">104 </span> put-index *<span class="Constant">1</span>:&:@:num<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L105" class="LineNr">105 </span> put-index *<span class="Constant">1</span>:&:@:num<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">35</span> +<span id="L106" class="LineNr">106 </span> put-index *<span class="Constant">1</span>:&:@:num<span class="Delimiter">,</span> <span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">36</span> +<span id="L107" class="LineNr">107 </span> stash [old:]<span class="Delimiter">,</span> *<span class="Constant">1</span>:&:@:num +<span id="L108" class="LineNr">108 </span> <span class="Constant">2</span>:&:@:num<span class="Special"> <- </span>deep-copy <span class="Constant">1</span>:&:@:num +<span id="L109" class="LineNr">109 </span> stash <span class="Constant">2</span>:&:@:num +<span id="L110" class="LineNr">110 </span> stash [<span class="Normal">new</span>:]<span class="Delimiter">,</span> *<span class="Constant">2</span>:&:@:num +<span id="L111" class="LineNr">111 </span> <span class="Constant">10</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Constant">1</span>:&:@:num<span class="Delimiter">,</span> <span class="Constant">2</span>:&:@:num +<span id="L112" class="LineNr">112 </span> <span class="Constant">11</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal *<span class="Constant">1</span>:&:@:num<span class="Delimiter">,</span> *<span class="Constant">2</span>:&:@:num +<span id="L113" class="LineNr">113 </span>] +<span id="L114" class="LineNr">114 </span><span class="traceContains">+app: old: 3 34 35 36</span> +<span id="L115" class="LineNr">115 </span><span class="traceContains">+app: new: 3 34 35 36</span> +<span id="L116" class="LineNr">116 </span><span class="Comment"># the result of deep-copy is a new address</span> +<span id="L117" class="LineNr">117 </span><span class="traceContains">+mem: storing 0 in location 10</span> +<span id="L118" class="LineNr">118 </span><span class="Comment"># however, the contents are identical</span> +<span id="L119" class="LineNr">119 </span><span class="traceContains">+mem: storing 1 in location 11</span> +<span id="L120" class="LineNr">120 </span> +<span id="L121" class="LineNr">121 </span><span class="Delimiter">:(scenario deep_copy_container_with_address)</span> +<span id="L122" class="LineNr">122 </span><span class="muData">container</span> foo [ +<span id="L123" class="LineNr">123 </span> <span class="Normal">x</span>:num +<span id="L124" class="LineNr">124 </span> <span class="Normal">y</span>:&:num +<span id="L125" class="LineNr">125 </span>] +<span id="L126" class="LineNr">126 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L127" class="LineNr">127 </span> local-scope +<span id="L128" class="LineNr">128 </span> <span class="Normal">y0</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L129" class="LineNr">129 </span> *y0<span class="Special"> <- </span>copy <span class="Constant">35</span> +<span id="L130" class="LineNr">130 </span> <span class="Normal">a</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> y0 +<span id="L131" class="LineNr">131 </span> <span class="Normal">b</span>:foo<span class="Special"> <- </span>deep-copy a +<span id="L132" class="LineNr">132 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal a<span class="Delimiter">,</span> b +<span id="L133" class="LineNr">133 </span> <span class="Normal">y1</span>:&:num<span class="Special"> <- </span>get b<span class="Delimiter">,</span> <span class="Constant">y:offset</span> +<span id="L134" class="LineNr">134 </span> <span class="Constant">11</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal y0<span class="Delimiter">,</span> y1 +<span id="L135" class="LineNr">135 </span> <span class="Constant">12</span>:num/<span class="Special">raw <- </span>copy *y1 +<span id="L136" class="LineNr">136 </span>] +<span id="L137" class="LineNr">137 </span><span class="Comment"># containers containing addresses are not identical to their deep copies</span> +<span id="L138" class="LineNr">138 </span><span class="traceContains">+mem: storing 0 in location 10</span> +<span id="L139" class="LineNr">139 </span><span class="Comment"># the addresses they contain are not identical either</span> +<span id="L140" class="LineNr">140 </span><span class="traceContains">+mem: storing 0 in location 11</span> +<span id="L141" class="LineNr">141 </span><span class="traceContains">+mem: storing 35 in location 12</span> +<span id="L142" class="LineNr">142 </span> +<span id="L143" class="LineNr">143 </span><span class="Delimiter">:(scenario deep_copy_exclusive_container_with_address)</span> +<span id="L144" class="LineNr">144 </span><span class="muData">exclusive-container</span> foo [ +<span id="L145" class="LineNr">145 </span> <span class="Normal">x</span>:num +<span id="L146" class="LineNr">146 </span> <span class="Normal">y</span>:&:num +<span id="L147" class="LineNr">147 </span>] +<span id="L148" class="LineNr">148 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L149" class="LineNr">149 </span> local-scope +<span id="L150" class="LineNr">150 </span> <span class="Normal">y0</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L151" class="LineNr">151 </span> *y0<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L152" class="LineNr">152 </span> <span class="Normal">a</span>:foo<span class="Special"> <- </span>merge <span class="Constant">1</span>/y<span class="Delimiter">,</span> y0 +<span id="L153" class="LineNr">153 </span> <span class="Normal">b</span>:foo<span class="Special"> <- </span>deep-copy a +<span id="L154" class="LineNr">154 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal a<span class="Delimiter">,</span> b +<span id="L155" class="LineNr">155 </span> <span class="Normal">y1</span>:&:num<span class="Delimiter">,</span> z:<span class="Normal">bool</span><span class="Special"> <- </span>maybe-convert b<span class="Delimiter">,</span> <span class="Constant">y:variant</span> +<span id="L156" class="LineNr">156 </span> <span class="Constant">11</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal y0<span class="Delimiter">,</span> y1 +<span id="L157" class="LineNr">157 </span> <span class="Constant">12</span>:num/<span class="Special">raw <- </span>copy *y1 +<span id="L158" class="LineNr">158 </span>] +<span id="L159" class="LineNr">159 </span><span class="Comment"># exclusive containers containing addresses are not identical to their deep copies</span> +<span id="L160" class="LineNr">160 </span><span class="traceContains">+mem: storing 0 in location 10</span> +<span id="L161" class="LineNr">161 </span><span class="Comment"># the addresses they contain are not identical either</span> +<span id="L162" class="LineNr">162 </span><span class="traceContains">+mem: storing 0 in location 11</span> +<span id="L163" class="LineNr">163 </span><span class="traceContains">+mem: storing 34 in location 12</span> +<span id="L164" class="LineNr">164 </span> +<span id="L165" class="LineNr">165 </span><span class="Delimiter">:(scenario deep_copy_exclusive_container_with_container_with_address)</span> +<span id="L166" class="LineNr">166 </span><span class="muData">exclusive-container</span> foo [ +<span id="L167" class="LineNr">167 </span> <span class="Normal">x</span>:num +<span id="L168" class="LineNr">168 </span> <span class="Normal">y</span>:bar <span class="Comment"># inline</span> +<span id="L169" class="LineNr">169 </span>] +<span id="L170" class="LineNr">170 </span><span class="muData">container</span> bar [ +<span id="L171" class="LineNr">171 </span> <span class="Normal">x</span>:&:num +<span id="L172" class="LineNr">172 </span>] +<span id="L173" class="LineNr">173 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L174" class="LineNr">174 </span> local-scope +<span id="L175" class="LineNr">175 </span> <span class="Normal">y0</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L176" class="LineNr">176 </span> *y0<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L177" class="LineNr">177 </span> <span class="Normal">a</span>:bar<span class="Special"> <- </span>merge y0 +<span id="L178" class="LineNr">178 </span> <span class="Normal">b</span>:foo<span class="Special"> <- </span>merge <span class="Constant">1</span>/y<span class="Delimiter">,</span> a +<span id="L179" class="LineNr">179 </span> <span class="Normal">c</span>:foo<span class="Special"> <- </span>deep-copy b +<span id="L180" class="LineNr">180 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal b<span class="Delimiter">,</span> c +<span id="L181" class="LineNr">181 </span> <span class="Normal">d</span>:bar<span class="Delimiter">,</span> z:<span class="Normal">bool</span><span class="Special"> <- </span>maybe-convert c<span class="Delimiter">,</span> <span class="Constant">y:variant</span> +<span id="L182" class="LineNr">182 </span> <span class="Normal">y1</span>:&:num<span class="Special"> <- </span>get d<span class="Delimiter">,</span> <span class="Constant">x:offset</span> +<span id="L183" class="LineNr">183 </span> <span class="Constant">11</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal y0<span class="Delimiter">,</span> y1 +<span id="L184" class="LineNr">184 </span> <span class="Constant">12</span>:num/<span class="Special">raw <- </span>copy *y1 +<span id="L185" class="LineNr">185 </span>] +<span id="L186" class="LineNr">186 </span><span class="Comment"># exclusive containers containing addresses are not identical to their deep copies</span> +<span id="L187" class="LineNr">187 </span><span class="traceContains">+mem: storing 0 in location 10</span> +<span id="L188" class="LineNr">188 </span><span class="Comment"># sub-containers containing addresses are not identical either</span> +<span id="L189" class="LineNr">189 </span><span class="traceContains">+mem: storing 0 in location 11</span> +<span id="L190" class="LineNr">190 </span><span class="traceContains">+mem: storing 34 in location 12</span> +<span id="L191" class="LineNr">191 </span> +<span id="L192" class="LineNr">192 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L193" class="LineNr">193 </span>DEEP_COPY<span class="Delimiter">,</span> +<span id="L194" class="LineNr">194 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L195" class="LineNr">195 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"deep-copy"</span><span class="Delimiter">,</span> DEEP_COPY<span class="Delimiter">);</span> +<span id="L196" class="LineNr">196 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L197" class="LineNr">197 </span><span class="Normal">case</span> DEEP_COPY: <span class="Delimiter">{</span> +<span id="L198" class="LineNr">198 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L199" class="LineNr">199 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'deep-copy' takes exactly one ingredient rather than '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L200" class="LineNr">200 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L201" class="LineNr">201 </span> <span class="Delimiter">}</span> +<span id="L202" class="LineNr">202 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L203" class="LineNr">203 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'deep-copy' takes exactly one ingredient rather than '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L204" class="LineNr">204 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L205" class="LineNr">205 </span> <span class="Delimiter">}</span> +<span id="L206" class="LineNr">206 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_strictly_match<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">),</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L207" class="LineNr">207 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'deep-copy' requires its ingredient and product to be the same type, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L208" class="LineNr">208 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L209" class="LineNr">209 </span> <span class="Delimiter">}</span> +<span id="L210" class="LineNr">210 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L211" class="LineNr">211 </span><span class="Delimiter">}</span> +<span id="L212" class="LineNr">212 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L213" class="LineNr">213 </span><span class="Normal">case</span> DEEP_COPY: <span class="Delimiter">{</span> +<span id="L214" class="LineNr">214 </span> products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>deep_copy<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)));</span> +<span id="L215" class="LineNr">215 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L216" class="LineNr">216 </span><span class="Delimiter">}</span> +<span id="L217" class="LineNr">217 </span> +<span id="L218" class="LineNr">218 </span><span class="Delimiter">:(code)</span> +<span id="L219" class="LineNr">219 </span>vector<<span class="Normal">double</span>> deep_copy<span class="Delimiter">(</span><span class="Normal">const</span> reagent& in<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L220" class="LineNr">220 </span> <span class="Comment">// allocate a tiny bit of temporary space for deep_copy()</span> +<span id="L221" class="LineNr">221 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: allocating space for temporary"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L222" class="LineNr">222 </span> reagent tmp<span class="Delimiter">(</span><span class="Constant">"tmp:<a href='043space.cc.html#L80'>address</a>:number"</span><span class="Delimiter">);</span> +<span id="L223" class="LineNr">223 </span> tmp<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>allocate<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">));</span> +<span id="L224" class="LineNr">224 </span> map<<span class="Normal">int</span><span class="Delimiter">,</span> <span class="Normal">int</span>> addresses_copied<span class="Delimiter">;</span> +<span id="L225" class="LineNr">225 </span> vector<<span class="Normal">double</span>> result = deep_copy<span class="Delimiter">(</span>in<span class="Delimiter">,</span> addresses_copied<span class="Delimiter">,</span> tmp<span class="Delimiter">);</span> +<span id="L226" class="LineNr">226 </span> <span class="Comment">// reclaim Mu memory allocated for tmp</span> +<span id="L227" class="LineNr">227 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: reclaiming temporary"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L228" class="LineNr">228 </span> <a href='037abandon.cc.html#L48'>abandon</a><span class="Delimiter">(</span>tmp<span class="Delimiter">.</span>value<span class="Delimiter">,</span> <a href='036refcount.cc.html#L1'>payload_size</a><span class="Delimiter">(</span>tmp<span class="Delimiter">));</span> +<span id="L229" class="LineNr">229 </span> <span class="Comment">// reclaim host memory allocated for tmp.type when tmp goes out of scope</span> +<span id="L230" class="LineNr">230 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L231" class="LineNr">231 </span><span class="Delimiter">}</span> +<span id="L232" class="LineNr">232 </span> +<span id="L233" class="LineNr">233 </span>vector<<span class="Normal">double</span>> deep_copy<span class="Delimiter">(</span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> in<span class="Delimiter">,</span> map<<span class="Normal">int</span><span class="Delimiter">,</span> <span class="Normal">int</span>>& addresses_copied<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& tmp<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L234" class="LineNr">234 </span> canonize<span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L235" class="LineNr">235 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L236" class="LineNr">236 </span> <span class="Comment">// hack: skip primitive containers that do their own locking; they're designed to be shared between routines</span> +<span id="L237" class="LineNr">237 </span> type_tree* payload = in<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">;</span> +<span id="L238" class="LineNr">238 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>payload<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"channel"</span> || payload<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"screen"</span> || payload<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"console"</span> || payload<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"resources"</span><span class="Delimiter">)</span> +<span id="L239" class="LineNr">239 </span> <span class="Identifier">return</span> read_memory<span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L240" class="LineNr">240 </span> <span class="Delimiter">}</span> +<span id="L241" class="LineNr">241 </span> vector<<span class="Normal">double</span>> result<span class="Delimiter">;</span> +<span id="L242" class="LineNr">242 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>in<span class="Delimiter">))</span> +<span id="L243" class="LineNr">243 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='071deep_copy.cc.html#L250'>deep_copy_address</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> addresses_copied<span class="Delimiter">,</span> tmp<span class="Delimiter">));</span> +<span id="L244" class="LineNr">244 </span> <span class="Normal">else</span> +<span id="L245" class="LineNr">245 </span> deep_copy<span class="Delimiter">(</span>in<span class="Delimiter">,</span> addresses_copied<span class="Delimiter">,</span> tmp<span class="Delimiter">,</span> result<span class="Delimiter">);</span> +<span id="L246" class="LineNr">246 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L247" class="LineNr">247 </span><span class="Delimiter">}</span> +<span id="L248" class="LineNr">248 </span> +<span id="L249" class="LineNr">249 </span><span class="Comment">// deep-copy an address and return a new address</span> +<span id="L250" class="LineNr">250 </span><span class="Normal">int</span> <a href='071deep_copy.cc.html#L250'>deep_copy_address</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& canonized_in<span class="Delimiter">,</span> map<<span class="Normal">int</span><span class="Delimiter">,</span> <span class="Normal">int</span>>& addresses_copied<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& tmp<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L251" class="LineNr">251 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='071deep_copy.cc.html#L316'>address_value</a><span class="Delimiter">(</span>canonized_in<span class="Delimiter">)</span> == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L252" class="LineNr">252 </span> <span class="Normal">int</span> in_address = <a href='071deep_copy.cc.html#L310'>payload_address</a><span class="Delimiter">(</span>canonized_in<span class="Delimiter">);</span> +<span id="L253" class="LineNr">253 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: copying <a href='043space.cc.html#L80'>address</a> "</span> << in_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L254" class="LineNr">254 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>addresses_copied<span class="Delimiter">,</span> in_address<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L255" class="LineNr">255 </span> <span class="Normal">int</span> out = get<span class="Delimiter">(</span>addresses_copied<span class="Delimiter">,</span> in_address<span class="Delimiter">);</span> +<span id="L256" class="LineNr">256 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: copy already exists: "</span> << out << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L257" class="LineNr">257 </span> <span class="Identifier">return</span> out<span class="Delimiter">;</span> +<span id="L258" class="LineNr">258 </span> <span class="Delimiter">}</span> +<span id="L259" class="LineNr">259 </span> <span class="Normal">int</span> out = allocate<span class="Delimiter">(</span><a href='036refcount.cc.html#L1'>payload_size</a><span class="Delimiter">(</span>canonized_in<span class="Delimiter">));</span> +<span id="L260" class="LineNr">260 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: new <a href='043space.cc.html#L80'>address</a> is "</span> << out << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L261" class="LineNr">261 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>addresses_copied<span class="Delimiter">,</span> in_address<span class="Delimiter">,</span> out<span class="Delimiter">);</span> +<span id="L262" class="LineNr">262 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> payload = canonized_in<span class="Delimiter">;</span> +<span id="L263" class="LineNr">263 </span> payload<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"lookup"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> +<span id="L264" class="LineNr">264 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"recursing on payload "</span> << payload<span class="Delimiter">.</span>value << <span class="Constant">' '</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>payload<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L265" class="LineNr">265 </span> vector<<span class="Normal">double</span>> data = deep_copy<span class="Delimiter">(</span>payload<span class="Delimiter">,</span> addresses_copied<span class="Delimiter">,</span> tmp<span class="Delimiter">);</span> +<span id="L266" class="LineNr">266 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: writing result "</span> << out << <span class="Constant">": "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>data<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L267" class="LineNr">267 </span> <span class="Comment">// HACK: write_memory interface isn't ideal for this situation; we need</span> +<span id="L268" class="LineNr">268 </span> <span class="Comment">// a temporary location to help copy the payload.</span> +<span id="L269" class="LineNr">269 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: writing temporary "</span> << tmp<span class="Delimiter">.</span>value << <span class="Constant">": "</span> << out << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L270" class="LineNr">270 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> tmp<span class="Delimiter">.</span>value<span class="Delimiter">,</span> out<span class="Delimiter">);</span> +<span id="L271" class="LineNr">271 </span> payload<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>tmp<span class="Delimiter">.</span>value<span class="Delimiter">);</span> <span class="Comment">// now modified for output</span> +<span id="L272" class="LineNr">272 </span> vector<<span class="Normal">double</span>> old_data = read_memory<span class="Delimiter">(</span>payload<span class="Delimiter">);</span> +<span id="L273" class="LineNr">273 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: really writing to "</span> << payload<span class="Delimiter">.</span>value << <span class="Constant">' '</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>payload<span class="Delimiter">)</span> << <span class="Constant">" (old value "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>old_data<span class="Delimiter">)</span> << <span class="Constant">" new value "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>data<span class="Delimiter">)</span> << <span class="Constant">")"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L274" class="LineNr">274 </span> write_memory<span class="Delimiter">(</span>payload<span class="Delimiter">,</span> data<span class="Delimiter">);</span> +<span id="L275" class="LineNr">275 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: output is "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>data<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L276" class="LineNr">276 </span> <span class="Identifier">return</span> out<span class="Delimiter">;</span> +<span id="L277" class="LineNr">277 </span><span class="Delimiter">}</span> +<span id="L278" class="LineNr">278 </span> +<span id="L279" class="LineNr">279 </span><span class="Comment">// deep-copy a non-address and return a vector of locations</span> +<span id="L280" class="LineNr">280 </span><span class="Normal">void</span> deep_copy<span class="Delimiter">(</span><span class="Normal">const</span> reagent& canonized_in<span class="Delimiter">,</span> map<<span class="Normal">int</span><span class="Delimiter">,</span> <span class="Normal">int</span>>& addresses_copied<span class="Delimiter">,</span> <span class="Normal">const</span> reagent& tmp<span class="Delimiter">,</span> vector<<span class="Normal">double</span>>& out<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L281" class="LineNr">281 </span> assert<span class="Delimiter">(</span>!is_mu_address<span class="Delimiter">(</span>canonized_in<span class="Delimiter">));</span> +<span id="L282" class="LineNr">282 </span> vector<<span class="Normal">double</span>> data = read_memory<span class="Delimiter">(</span>canonized_in<span class="Delimiter">);</span> +<span id="L283" class="LineNr">283 </span> out<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>out<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">(),</span> data<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> data<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">());</span> +<span id="L284" class="LineNr">284 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> canonized_in<span class="Delimiter">.</span>type<span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L285" class="LineNr">285 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: scanning for addresses in "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>data<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L286" class="LineNr">286 </span> <span class="Normal">const</span> container_metadata& metadata = get<span class="Delimiter">(</span>Container_metadata<span class="Delimiter">,</span> canonized_in<span class="Delimiter">.</span>type<span class="Delimiter">);</span> +<span id="L287" class="LineNr">287 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<set<tag_condition_info><span class="Delimiter">,</span> set<address_element_info> >::const_iterator p = metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != metadata<span class="Delimiter">.</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L288" class="LineNr">288 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!all_match<span class="Delimiter">(</span>data<span class="Delimiter">,</span> p<span class="Delimiter">-></span>first<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L289" class="LineNr">289 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>set<address_element_info>::const_iterator info = p<span class="Delimiter">-></span>second<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> info != p<span class="Delimiter">-></span>second<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++info<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L290" class="LineNr">290 </span> <span class="Comment">// hack: skip primitive containers that do their own locking; they're designed to be shared between routines</span> +<span id="L291" class="LineNr">291 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom && info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"channel"</span><span class="Delimiter">)</span> +<span id="L292" class="LineNr">292 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L293" class="LineNr">293 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name == <span class="Constant">"screen"</span> || info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name == <span class="Constant">"console"</span> || info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name == <span class="Constant">"resources"</span><span class="Delimiter">)</span> +<span id="L294" class="LineNr">294 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L295" class="LineNr">295 </span> <span class="Comment">// construct a fake reagent that reads directly from the appropriate</span> +<span id="L296" class="LineNr">296 </span> <span class="Comment">// field of the container</span> +<span id="L297" class="LineNr">297 </span> reagent curr<span class="Delimiter">;</span> +<span id="L298" class="LineNr">298 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>atom<span class="Delimiter">)</span> +<span id="L299" class="LineNr">299 </span> curr<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"address"</span><span class="Delimiter">),</span> <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Normal">new</span> type_tree<span class="Delimiter">(</span>info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">-></span>name<span class="Delimiter">),</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> +<span id="L300" class="LineNr">300 </span> <span class="Normal">else</span> +<span id="L301" class="LineNr">301 </span> curr<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"address"</span><span class="Delimiter">),</span> <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*info<span class="Delimiter">-></span><a href='030container.cc.html#L238'>payload_type</a><span class="Delimiter">));</span> +<span id="L302" class="LineNr">302 </span> curr<span class="Delimiter">.</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>canonized_in<span class="Delimiter">.</span>value + info<span class="Delimiter">-></span>offset<span class="Delimiter">);</span> +<span id="L303" class="LineNr">303 </span> curr<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"raw"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> +<span id="L304" class="LineNr">304 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"deep-copy: copying <a href='043space.cc.html#L80'>address</a> "</span> << curr<span class="Delimiter">.</span>value << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L305" class="LineNr">305 </span> out<span class="Delimiter">.</span>at<span class="Delimiter">(</span>info<span class="Delimiter">-></span>offset<span class="Delimiter">)</span> = <a href='071deep_copy.cc.html#L250'>deep_copy_address</a><span class="Delimiter">(</span>curr<span class="Delimiter">,</span> addresses_copied<span class="Delimiter">,</span> tmp<span class="Delimiter">);</span> +<span id="L306" class="LineNr">306 </span> <span class="Delimiter">}</span> +<span id="L307" class="LineNr">307 </span> <span class="Delimiter">}</span> +<span id="L308" class="LineNr">308 </span><span class="Delimiter">}</span> +<span id="L309" class="LineNr">309 </span> +<span id="L310" class="LineNr">310 </span><span class="Normal">int</span> <a href='071deep_copy.cc.html#L310'>payload_address</a><span class="Delimiter">(</span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> x<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L311" class="LineNr">311 </span> x<span class="Delimiter">.</span>properties<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<string<span class="Delimiter">,</span> string_tree*><span class="Delimiter">(</span><span class="Constant">"lookup"</span><span class="Delimiter">,</span> <span class="Constant">NULL</span><span class="Delimiter">));</span> +<span id="L312" class="LineNr">312 </span> canonize<span class="Delimiter">(</span>x<span class="Delimiter">);</span> +<span id="L313" class="LineNr">313 </span> <span class="Identifier">return</span> x<span class="Delimiter">.</span>value<span class="Delimiter">;</span> +<span id="L314" class="LineNr">314 </span><span class="Delimiter">}</span> +<span id="L315" class="LineNr">315 </span> +<span id="L316" class="LineNr">316 </span><span class="Normal">int</span> <a href='071deep_copy.cc.html#L316'>address_value</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L317" class="LineNr">317 </span> assert<span class="Delimiter">(</span>is_mu_address<span class="Delimiter">(</span>x<span class="Delimiter">));</span> +<span id="L318" class="LineNr">318 </span> vector<<span class="Normal">double</span>> result = read_memory<span class="Delimiter">(</span>x<span class="Delimiter">);</span> +<span id="L319" class="LineNr">319 </span> assert<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>result<span class="Delimiter">)</span> == <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L320" class="LineNr">320 </span> <span class="Identifier">return</span> <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span>result<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> +<span id="L321" class="LineNr">321 </span><span class="Delimiter">}</span> +<span id="L322" class="LineNr">322 </span> +<span id="L323" class="LineNr">323 </span><span class="Delimiter">:(scenario deep_copy_stress_test_1)</span> +<span id="L324" class="LineNr">324 </span><span class="muData">container</span> foo1 [ +<span id="L325" class="LineNr">325 </span> <span class="Normal">p</span>:&:num +<span id="L326" class="LineNr">326 </span>] +<span id="L327" class="LineNr">327 </span><span class="muData">container</span> foo2 [ +<span id="L328" class="LineNr">328 </span> <span class="Normal">p</span>:&:foo1 +<span id="L329" class="LineNr">329 </span>] +<span id="L330" class="LineNr">330 </span><span class="muData">exclusive-container</span> foo3 [ +<span id="L331" class="LineNr">331 </span> <span class="Normal">p</span>:&:foo1 +<span id="L332" class="LineNr">332 </span> <span class="Normal">q</span>:&:foo2 +<span id="L333" class="LineNr">333 </span>] +<span id="L334" class="LineNr">334 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L335" class="LineNr">335 </span> local-scope +<span id="L336" class="LineNr">336 </span> <span class="Normal">x</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L337" class="LineNr">337 </span> *x<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L338" class="LineNr">338 </span> <span class="Normal">a</span>:&:foo1<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo1:type</span> +<span id="L339" class="LineNr">339 </span> *a<span class="Special"> <- </span>merge x +<span id="L340" class="LineNr">340 </span> <span class="Normal">b</span>:&:foo2<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo2:type</span> +<span id="L341" class="LineNr">341 </span> *b<span class="Special"> <- </span>merge a +<span id="L342" class="LineNr">342 </span> <span class="Normal">c</span>:foo3<span class="Special"> <- </span>merge <span class="Constant">1</span>/q<span class="Delimiter">,</span> b +<span id="L343" class="LineNr">343 </span> <span class="Normal">d</span>:foo3<span class="Special"> <- </span>deep-copy c +<span id="L344" class="LineNr">344 </span> <span class="Normal">e</span>:&:foo2<span class="Delimiter">,</span> z:<span class="Normal">bool</span><span class="Special"> <- </span>maybe-convert d<span class="Delimiter">,</span> <span class="Constant">q:variant</span> +<span id="L345" class="LineNr">345 </span> <span class="Normal">f</span>:&:foo1<span class="Special"> <- </span>get *e<span class="Delimiter">,</span> <span class="Constant">p:offset</span> +<span id="L346" class="LineNr">346 </span> <span class="Normal">g</span>:&:num<span class="Special"> <- </span>get *f<span class="Delimiter">,</span> <span class="Constant">p:offset</span> +<span id="L347" class="LineNr">347 </span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span>copy *g +<span id="L348" class="LineNr">348 </span>] +<span id="L349" class="LineNr">349 </span><span class="traceContains">+mem: storing 34 in location 1</span> +<span id="L350" class="LineNr">350 </span> +<span id="L351" class="LineNr">351 </span><span class="Delimiter">:(scenario deep_copy_stress_test_2)</span> +<span id="L352" class="LineNr">352 </span><span class="muData">container</span> foo1 [ +<span id="L353" class="LineNr">353 </span> <span class="Normal">p</span>:&:num +<span id="L354" class="LineNr">354 </span>] +<span id="L355" class="LineNr">355 </span><span class="muData">container</span> foo2 [ +<span id="L356" class="LineNr">356 </span> <span class="Normal">p</span>:&:foo1 +<span id="L357" class="LineNr">357 </span>] +<span id="L358" class="LineNr">358 </span><span class="muData">exclusive-container</span> foo3 [ +<span id="L359" class="LineNr">359 </span> <span class="Normal">p</span>:&:foo1 +<span id="L360" class="LineNr">360 </span> <span class="Normal">q</span>:&:foo2 +<span id="L361" class="LineNr">361 </span>] +<span id="L362" class="LineNr">362 </span><span class="muData">container</span> foo4 [ +<span id="L363" class="LineNr">363 </span> <span class="Normal">p</span>:num +<span id="L364" class="LineNr">364 </span> <span class="Normal">q</span>:&:foo3 <span id="L365" class="LineNr">365 </span>] -<span id="L366" class="LineNr">366 </span><span class="muData">container</span> foo2 [ -<span id="L367" class="LineNr">367 </span> <span class="Normal">p</span>:&:foo1 -<span id="L368" class="LineNr">368 </span>] -<span id="L369" class="LineNr">369 </span><span class="muData">exclusive-container</span> foo3 [ -<span id="L370" class="LineNr">370 </span> <span class="Normal">p</span>:&:foo1 -<span id="L371" class="LineNr">371 </span> <span class="Normal">q</span>:&:foo2 -<span id="L372" class="LineNr">372 </span>] -<span id="L373" class="LineNr">373 </span><span class="muData">container</span> foo4 [ -<span id="L374" class="LineNr">374 </span> <span class="Normal">p</span>:num -<span id="L375" class="LineNr">375 </span> <span class="Normal">q</span>:&:foo3 -<span id="L376" class="LineNr">376 </span>] -<span id="L377" class="LineNr">377 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L378" class="LineNr">378 </span> local-scope -<span id="L379" class="LineNr">379 </span> <span class="Normal">x</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L380" class="LineNr">380 </span> *x<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L381" class="LineNr">381 </span> <span class="Normal">a</span>:&:foo1<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo1:type</span> -<span id="L382" class="LineNr">382 </span> *a<span class="Special"> <- </span>merge x -<span id="L383" class="LineNr">383 </span> <span class="Normal">b</span>:&:foo2<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo2:type</span> -<span id="L384" class="LineNr">384 </span> *b<span class="Special"> <- </span>merge a -<span id="L385" class="LineNr">385 </span> <span class="Normal">c</span>:&:foo3<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo3:type</span> -<span id="L386" class="LineNr">386 </span> *c<span class="Special"> <- </span>merge <span class="Constant">1</span>/q<span class="Delimiter">,</span> b -<span id="L387" class="LineNr">387 </span> <span class="Normal">d</span>:foo4<span class="Special"> <- </span>merge <span class="Constant">35</span><span class="Delimiter">,</span> c -<span id="L388" class="LineNr">388 </span> <span class="Normal">e</span>:foo4<span class="Special"> <- </span>deep-copy d -<span id="L389" class="LineNr">389 </span> <span class="Normal">f</span>:&:foo3<span class="Special"> <- </span>get e<span class="Delimiter">,</span> <span class="Constant">q:offset</span> -<span id="L390" class="LineNr">390 </span> <span class="Normal">g</span>:&:foo2<span class="Delimiter">,</span> z:<span class="Normal">bool</span><span class="Special"> <- </span>maybe-convert *f<span class="Delimiter">,</span> <span class="Constant">q:variant</span> -<span id="L391" class="LineNr">391 </span> <span class="Normal">h</span>:&:foo1<span class="Special"> <- </span>get *g<span class="Delimiter">,</span> <span class="Constant">p:offset</span> -<span id="L392" class="LineNr">392 </span> <span class="Normal">y</span>:&:num<span class="Special"> <- </span>get *h<span class="Delimiter">,</span> <span class="Constant">p:offset</span> -<span id="L393" class="LineNr">393 </span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span>copy *y -<span id="L394" class="LineNr">394 </span>] -<span id="L395" class="LineNr">395 </span><span class="traceContains">+mem: storing 34 in location 1</span> -<span id="L396" class="LineNr">396 </span> -<span id="L397" class="LineNr">397 </span><span class="Delimiter">:(scenario deep_copy_cycles)</span> -<span id="L398" class="LineNr">398 </span><span class="muData">container</span> foo [ -<span id="L399" class="LineNr">399 </span> <span class="Normal">p</span>:num -<span id="L400" class="LineNr">400 </span> <span class="Normal">q</span>:&:foo -<span id="L401" class="LineNr">401 </span>] -<span id="L402" class="LineNr">402 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L403" class="LineNr">403 </span> local-scope -<span id="L404" class="LineNr">404 </span> <span class="Normal">x</span>:&:foo<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo:type</span> -<span id="L405" class="LineNr">405 </span> *x<span class="Special"> <- </span><a href='001help.cc.html#L221'>put</a> *x<span class="Delimiter">,</span> <span class="Constant">p:offset</span><span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L406" class="LineNr">406 </span> *x<span class="Special"> <- </span><a href='001help.cc.html#L221'>put</a> *x<span class="Delimiter">,</span> <span class="Constant">q:offset</span><span class="Delimiter">,</span> x <span class="Comment"># create a cycle</span> -<span id="L407" class="LineNr">407 </span> <span class="Normal">y</span>:&:foo<span class="Special"> <- </span>deep-copy x -<span id="L408" class="LineNr">408 </span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span>get *y<span class="Delimiter">,</span> <span class="Constant">p:offset</span> -<span id="L409" class="LineNr">409 </span> <span class="Normal">y2</span>:&:foo<span class="Special"> <- </span>get *y<span class="Delimiter">,</span> <span class="Constant">q:offset</span> -<span id="L410" class="LineNr">410 </span> <span class="Constant">2</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal y<span class="Delimiter">,</span> y2 <span class="Comment"># is it still a cycle?</span> -<span id="L411" class="LineNr">411 </span> <span class="Constant">3</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal x<span class="Delimiter">,</span> y <span class="Comment"># is it the same cycle?</span> -<span id="L412" class="LineNr">412 </span> <span class="Comment"># not bothering cleaning up; both cycles leak memory</span> -<span id="L413" class="LineNr">413 </span>] -<span id="L414" class="LineNr">414 </span><span class="traceContains">+mem: storing 34 in location 1</span> -<span id="L415" class="LineNr">415 </span><span class="Comment"># deep copy also contains a cycle</span> -<span id="L416" class="LineNr">416 </span><span class="traceContains">+mem: storing 1 in location 2</span> -<span id="L417" class="LineNr">417 </span><span class="Comment"># but it's a completely different (disjoint) cycle</span> -<span id="L418" class="LineNr">418 </span><span class="traceContains">+mem: storing 0 in location 3</span> -<span id="L419" class="LineNr">419 </span> -<span id="L420" class="LineNr">420 </span><span class="Comment">//: todo: version of deep_copy_cycles that breaks cycles at end and verifies no memory leaks</span> -<span id="L421" class="LineNr">421 </span><span class="Comment">//: needs approximate matching over scenario traces</span> -<span id="L422" class="LineNr">422 </span> -<span id="L423" class="LineNr">423 </span><span class="Delimiter">:(scenario deep_copy_skips_channel)</span> -<span id="L424" class="LineNr">424 </span><span class="Comment"># ugly! dummy 'channel' type if we happen to be building without that layer</span> -<span id="L425" class="LineNr">425 </span><span class="Special">% if (!contains_key(Type_ordinal, "channel")) get_or_insert(Type, put(Type_ordinal, "channel", Next_type_ordinal++)).name = "channel";</span> -<span id="L426" class="LineNr">426 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L427" class="LineNr">427 </span> local-scope -<span id="L428" class="LineNr">428 </span> <span class="Normal">x</span>:&:channel:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Delimiter">{(</span>channel num<span class="Delimiter">)</span>: type<span class="Delimiter">}</span> -<span id="L429" class="LineNr">429 </span> <span class="Normal">y</span>:&:channel:num<span class="Special"> <- </span>deep-copy x -<span id="L430" class="LineNr">430 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal x<span class="Delimiter">,</span> y -<span id="L431" class="LineNr">431 </span>] -<span id="L432" class="LineNr">432 </span><span class="Comment"># channels are never deep-copied</span> -<span id="L433" class="LineNr">433 </span><span class="traceContains">+mem: storing 1 in location 10</span> -<span id="L434" class="LineNr">434 </span> -<span id="L435" class="LineNr">435 </span><span class="Delimiter">:(scenario deep_copy_skips_nested_channel)</span> -<span id="L436" class="LineNr">436 </span><span class="Comment"># ugly! dummy 'channel' type if we happen to be building without that layer</span> -<span id="L437" class="LineNr">437 </span><span class="Special">% if (!contains_key(Type_ordinal, "channel")) get_or_insert(Type, put(Type_ordinal, "channel", Next_type_ordinal++)).name = "channel";</span> -<span id="L438" class="LineNr">438 </span><span class="muData">container</span> foo [ -<span id="L439" class="LineNr">439 </span> <span class="Normal">c</span>:&:channel:num -<span id="L440" class="LineNr">440 </span>] -<span id="L441" class="LineNr">441 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L442" class="LineNr">442 </span> local-scope -<span id="L443" class="LineNr">443 </span> <span class="Normal">x</span>:&:foo<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo:type</span> -<span id="L444" class="LineNr">444 </span> <span class="Normal">y</span>:&:foo<span class="Special"> <- </span>deep-copy x -<span id="L445" class="LineNr">445 </span> <span class="Normal">xc</span>:&:channel:num<span class="Special"> <- </span>get *x<span class="Delimiter">,</span> <span class="Constant">c:offset</span> -<span id="L446" class="LineNr">446 </span> <span class="Normal">yc</span>:&:channel:num<span class="Special"> <- </span>get *y<span class="Delimiter">,</span> <span class="Constant">c:offset</span> -<span id="L447" class="LineNr">447 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal xc<span class="Delimiter">,</span> yc -<span id="L448" class="LineNr">448 </span>] -<span id="L449" class="LineNr">449 </span><span class="Comment"># channels are never deep-copied</span> -<span id="L450" class="LineNr">450 </span><span class="traceContains">+mem: storing 1 in location 10</span> -<span id="L451" class="LineNr">451 </span> -<span id="L452" class="LineNr">452 </span><span class="Delimiter">:(scenario deep_copy_skips_resources)</span> -<span id="L453" class="LineNr">453 </span><span class="Comment"># ugly! dummy 'resources' type if we happen to be building without that layer</span> -<span id="L454" class="LineNr">454 </span><span class="Special">% if (!contains_key(Type_ordinal, "resources")) get_or_insert(Type, put(Type_ordinal, "resources", Next_type_ordinal++)).name = "resources";</span> -<span id="L455" class="LineNr">455 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L456" class="LineNr">456 </span> local-scope -<span id="L457" class="LineNr">457 </span> <span class="Normal">x</span>:&:resources<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">resources:type</span> -<span id="L458" class="LineNr">458 </span> <span class="Normal">y</span>:&:resources<span class="Special"> <- </span>deep-copy x -<span id="L459" class="LineNr">459 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal x<span class="Delimiter">,</span> y -<span id="L460" class="LineNr">460 </span>] -<span id="L461" class="LineNr">461 </span><span class="Comment"># resources are never deep-copied</span> -<span id="L462" class="LineNr">462 </span><span class="traceContains">+mem: storing 1 in location 10</span> -<span id="L463" class="LineNr">463 </span> -<span id="L464" class="LineNr">464 </span><span class="Delimiter">:(scenario deep_copy_skips_nested_resources)</span> -<span id="L465" class="LineNr">465 </span><span class="Comment"># ugly! dummy 'resources' type if we happen to be building without that layer</span> -<span id="L466" class="LineNr">466 </span><span class="Special">% if (!contains_key(Type_ordinal, "resources")) get_or_insert(Type, put(Type_ordinal, "resources", Next_type_ordinal++)).name = "resources";</span> -<span id="L467" class="LineNr">467 </span><span class="muData">container</span> foo [ -<span id="L468" class="LineNr">468 </span> <span class="Normal">c</span>:&:resources -<span id="L469" class="LineNr">469 </span>] -<span id="L470" class="LineNr">470 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L471" class="LineNr">471 </span> local-scope -<span id="L472" class="LineNr">472 </span> <span class="Normal">x</span>:&:foo<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo:type</span> -<span id="L473" class="LineNr">473 </span> <span class="Normal">y</span>:&:foo<span class="Special"> <- </span>deep-copy x -<span id="L474" class="LineNr">474 </span> <span class="Normal">xc</span>:&:resources<span class="Special"> <- </span>get *x<span class="Delimiter">,</span> <span class="Constant">c:offset</span> -<span id="L475" class="LineNr">475 </span> <span class="Normal">yc</span>:&:resources<span class="Special"> <- </span>get *y<span class="Delimiter">,</span> <span class="Constant">c:offset</span> -<span id="L476" class="LineNr">476 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal xc<span class="Delimiter">,</span> yc -<span id="L477" class="LineNr">477 </span>] -<span id="L478" class="LineNr">478 </span><span class="Comment"># resources are never deep-copied</span> -<span id="L479" class="LineNr">479 </span><span class="traceContains">+mem: storing 1 in location 10</span> +<span id="L366" class="LineNr">366 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L367" class="LineNr">367 </span> local-scope +<span id="L368" class="LineNr">368 </span> <span class="Normal">x</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L369" class="LineNr">369 </span> *x<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L370" class="LineNr">370 </span> <span class="Normal">a</span>:&:foo1<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo1:type</span> +<span id="L371" class="LineNr">371 </span> *a<span class="Special"> <- </span>merge x +<span id="L372" class="LineNr">372 </span> <span class="Normal">b</span>:&:foo2<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo2:type</span> +<span id="L373" class="LineNr">373 </span> *b<span class="Special"> <- </span>merge a +<span id="L374" class="LineNr">374 </span> <span class="Normal">c</span>:&:foo3<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo3:type</span> +<span id="L375" class="LineNr">375 </span> *c<span class="Special"> <- </span>merge <span class="Constant">1</span>/q<span class="Delimiter">,</span> b +<span id="L376" class="LineNr">376 </span> <span class="Normal">d</span>:foo4<span class="Special"> <- </span>merge <span class="Constant">35</span><span class="Delimiter">,</span> c +<span id="L377" class="LineNr">377 </span> <span class="Normal">e</span>:foo4<span class="Special"> <- </span>deep-copy d +<span id="L378" class="LineNr">378 </span> <span class="Normal">f</span>:&:foo3<span class="Special"> <- </span>get e<span class="Delimiter">,</span> <span class="Constant">q:offset</span> +<span id="L379" class="LineNr">379 </span> <span class="Normal">g</span>:&:foo2<span class="Delimiter">,</span> z:<span class="Normal">bool</span><span class="Special"> <- </span>maybe-convert *f<span class="Delimiter">,</span> <span class="Constant">q:variant</span> +<span id="L380" class="LineNr">380 </span> <span class="Normal">h</span>:&:foo1<span class="Special"> <- </span>get *g<span class="Delimiter">,</span> <span class="Constant">p:offset</span> +<span id="L381" class="LineNr">381 </span> <span class="Normal">y</span>:&:num<span class="Special"> <- </span>get *h<span class="Delimiter">,</span> <span class="Constant">p:offset</span> +<span id="L382" class="LineNr">382 </span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span>copy *y +<span id="L383" class="LineNr">383 </span>] +<span id="L384" class="LineNr">384 </span><span class="traceContains">+mem: storing 34 in location 1</span> +<span id="L385" class="LineNr">385 </span> +<span id="L386" class="LineNr">386 </span><span class="Delimiter">:(scenario deep_copy_cycles)</span> +<span id="L387" class="LineNr">387 </span><span class="muData">container</span> foo [ +<span id="L388" class="LineNr">388 </span> <span class="Normal">p</span>:num +<span id="L389" class="LineNr">389 </span> <span class="Normal">q</span>:&:foo +<span id="L390" class="LineNr">390 </span>] +<span id="L391" class="LineNr">391 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L392" class="LineNr">392 </span> local-scope +<span id="L393" class="LineNr">393 </span> <span class="Normal">x</span>:&:foo<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo:type</span> +<span id="L394" class="LineNr">394 </span> *x<span class="Special"> <- </span><a href='001help.cc.html#L221'>put</a> *x<span class="Delimiter">,</span> <span class="Constant">p:offset</span><span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L395" class="LineNr">395 </span> *x<span class="Special"> <- </span><a href='001help.cc.html#L221'>put</a> *x<span class="Delimiter">,</span> <span class="Constant">q:offset</span><span class="Delimiter">,</span> x <span class="Comment"># create a cycle</span> +<span id="L396" class="LineNr">396 </span> <span class="Normal">y</span>:&:foo<span class="Special"> <- </span>deep-copy x +<span id="L397" class="LineNr">397 </span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span>get *y<span class="Delimiter">,</span> <span class="Constant">p:offset</span> +<span id="L398" class="LineNr">398 </span> <span class="Normal">y2</span>:&:foo<span class="Special"> <- </span>get *y<span class="Delimiter">,</span> <span class="Constant">q:offset</span> +<span id="L399" class="LineNr">399 </span> <span class="Constant">2</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal y<span class="Delimiter">,</span> y2 <span class="Comment"># is it still a cycle?</span> +<span id="L400" class="LineNr">400 </span> <span class="Constant">3</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal x<span class="Delimiter">,</span> y <span class="Comment"># is it the same cycle?</span> +<span id="L401" class="LineNr">401 </span> <span class="Comment"># not bothering cleaning up; both cycles leak memory</span> +<span id="L402" class="LineNr">402 </span>] +<span id="L403" class="LineNr">403 </span><span class="traceContains">+mem: storing 34 in location 1</span> +<span id="L404" class="LineNr">404 </span><span class="Comment"># deep copy also contains a cycle</span> +<span id="L405" class="LineNr">405 </span><span class="traceContains">+mem: storing 1 in location 2</span> +<span id="L406" class="LineNr">406 </span><span class="Comment"># but it's a completely different (disjoint) cycle</span> +<span id="L407" class="LineNr">407 </span><span class="traceContains">+mem: storing 0 in location 3</span> +<span id="L408" class="LineNr">408 </span> +<span id="L409" class="LineNr">409 </span><span class="Comment">//: todo: version of deep_copy_cycles that breaks cycles at end and verifies no memory leaks</span> +<span id="L410" class="LineNr">410 </span><span class="Comment">//: needs approximate matching over scenario traces</span> +<span id="L411" class="LineNr">411 </span> +<span id="L412" class="LineNr">412 </span><span class="Delimiter">:(scenario deep_copy_skips_channel)</span> +<span id="L413" class="LineNr">413 </span><span class="Comment"># ugly! dummy 'channel' type if we happen to be building without that layer</span> +<span id="L414" class="LineNr">414 </span><span class="Special">% if (!contains_key(Type_ordinal, "channel")) get_or_insert(Type, put(Type_ordinal, "channel", Next_type_ordinal++)).name = "channel";</span> +<span id="L415" class="LineNr">415 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L416" class="LineNr">416 </span> local-scope +<span id="L417" class="LineNr">417 </span> <span class="Normal">x</span>:&:channel:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Delimiter">{(</span>channel num<span class="Delimiter">)</span>: type<span class="Delimiter">}</span> +<span id="L418" class="LineNr">418 </span> <span class="Normal">y</span>:&:channel:num<span class="Special"> <- </span>deep-copy x +<span id="L419" class="LineNr">419 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal x<span class="Delimiter">,</span> y +<span id="L420" class="LineNr">420 </span>] +<span id="L421" class="LineNr">421 </span><span class="Comment"># channels are never deep-copied</span> +<span id="L422" class="LineNr">422 </span><span class="traceContains">+mem: storing 1 in location 10</span> +<span id="L423" class="LineNr">423 </span> +<span id="L424" class="LineNr">424 </span><span class="Delimiter">:(scenario deep_copy_skips_nested_channel)</span> +<span id="L425" class="LineNr">425 </span><span class="Comment"># ugly! dummy 'channel' type if we happen to be building without that layer</span> +<span id="L426" class="LineNr">426 </span><span class="Special">% if (!contains_key(Type_ordinal, "channel")) get_or_insert(Type, put(Type_ordinal, "channel", Next_type_ordinal++)).name = "channel";</span> +<span id="L427" class="LineNr">427 </span><span class="muData">container</span> foo [ +<span id="L428" class="LineNr">428 </span> <span class="Normal">c</span>:&:channel:num +<span id="L429" class="LineNr">429 </span>] +<span id="L430" class="LineNr">430 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L431" class="LineNr">431 </span> local-scope +<span id="L432" class="LineNr">432 </span> <span class="Normal">x</span>:&:foo<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo:type</span> +<span id="L433" class="LineNr">433 </span> <span class="Normal">y</span>:&:foo<span class="Special"> <- </span>deep-copy x +<span id="L434" class="LineNr">434 </span> <span class="Normal">xc</span>:&:channel:num<span class="Special"> <- </span>get *x<span class="Delimiter">,</span> <span class="Constant">c:offset</span> +<span id="L435" class="LineNr">435 </span> <span class="Normal">yc</span>:&:channel:num<span class="Special"> <- </span>get *y<span class="Delimiter">,</span> <span class="Constant">c:offset</span> +<span id="L436" class="LineNr">436 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal xc<span class="Delimiter">,</span> yc +<span id="L437" class="LineNr">437 </span>] +<span id="L438" class="LineNr">438 </span><span class="Comment"># channels are never deep-copied</span> +<span id="L439" class="LineNr">439 </span><span class="traceContains">+mem: storing 1 in location 10</span> +<span id="L440" class="LineNr">440 </span> +<span id="L441" class="LineNr">441 </span><span class="Delimiter">:(scenario deep_copy_skips_resources)</span> +<span id="L442" class="LineNr">442 </span><span class="Comment"># ugly! dummy 'resources' type if we happen to be building without that layer</span> +<span id="L443" class="LineNr">443 </span><span class="Special">% if (!contains_key(Type_ordinal, "resources")) get_or_insert(Type, put(Type_ordinal, "resources", Next_type_ordinal++)).name = "resources";</span> +<span id="L444" class="LineNr">444 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L445" class="LineNr">445 </span> local-scope +<span id="L446" class="LineNr">446 </span> <span class="Normal">x</span>:&:resources<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">resources:type</span> +<span id="L447" class="LineNr">447 </span> <span class="Normal">y</span>:&:resources<span class="Special"> <- </span>deep-copy x +<span id="L448" class="LineNr">448 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal x<span class="Delimiter">,</span> y +<span id="L449" class="LineNr">449 </span>] +<span id="L450" class="LineNr">450 </span><span class="Comment"># resources are never deep-copied</span> +<span id="L451" class="LineNr">451 </span><span class="traceContains">+mem: storing 1 in location 10</span> +<span id="L452" class="LineNr">452 </span> +<span id="L453" class="LineNr">453 </span><span class="Delimiter">:(scenario deep_copy_skips_nested_resources)</span> +<span id="L454" class="LineNr">454 </span><span class="Comment"># ugly! dummy 'resources' type if we happen to be building without that layer</span> +<span id="L455" class="LineNr">455 </span><span class="Special">% if (!contains_key(Type_ordinal, "resources")) get_or_insert(Type, put(Type_ordinal, "resources", Next_type_ordinal++)).name = "resources";</span> +<span id="L456" class="LineNr">456 </span><span class="muData">container</span> foo [ +<span id="L457" class="LineNr">457 </span> <span class="Normal">c</span>:&:resources +<span id="L458" class="LineNr">458 </span>] +<span id="L459" class="LineNr">459 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L460" class="LineNr">460 </span> local-scope +<span id="L461" class="LineNr">461 </span> <span class="Normal">x</span>:&:foo<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">foo:type</span> +<span id="L462" class="LineNr">462 </span> <span class="Normal">y</span>:&:foo<span class="Special"> <- </span>deep-copy x +<span id="L463" class="LineNr">463 </span> <span class="Normal">xc</span>:&:resources<span class="Special"> <- </span>get *x<span class="Delimiter">,</span> <span class="Constant">c:offset</span> +<span id="L464" class="LineNr">464 </span> <span class="Normal">yc</span>:&:resources<span class="Special"> <- </span>get *y<span class="Delimiter">,</span> <span class="Constant">c:offset</span> +<span id="L465" class="LineNr">465 </span> <span class="Constant">10</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal xc<span class="Delimiter">,</span> yc +<span id="L466" class="LineNr">466 </span>] +<span id="L467" class="LineNr">467 </span><span class="Comment"># resources are never deep-copied</span> +<span id="L468" class="LineNr">468 </span><span class="traceContains">+mem: storing 1 in location 10</span> </pre> </body> </html> diff --git a/html/072recipe.cc.html b/html/072recipe.cc.html index aa256245..30bfd731 100644 --- a/html/072recipe.cc.html +++ b/html/072recipe.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } -.LineNr { color: #444444; } .SalientComment { color: #00ffff; } -.Identifier { color: #c0a020; } +.LineNr { color: #444444; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } .cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -101,11 +100,11 @@ if ('onhashchange' in window) { <span id="L37" class="LineNr"> 37 </span><span class="Delimiter">}</span> <span id="L38" class="LineNr"> 38 </span><span class="Normal">bool</span> <a href='072recipe.cc.html#L38'>contains_reagent_with_non_recipe_literal_type</a><span class="Delimiter">(</span><span class="Normal">const</span> recipe& caller<span class="Delimiter">,</span> <span class="Normal">const</span> string& name<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L39" class="LineNr"> 39 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='072recipe.cc.html#L48'>is_matching_non_recipe_literal</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> name<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='072recipe.cc.html#L48'>is_matching_non_recipe_literal</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> name<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L40" class="LineNr"> 40 </span> <span class="Normal">const</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L41" class="LineNr"> 41 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L42" class="LineNr"> 42 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='072recipe.cc.html#L48'>is_matching_non_recipe_literal</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> name<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L44" class="LineNr"> 44 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='072recipe.cc.html#L48'>is_matching_non_recipe_literal</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> name<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L45" class="LineNr"> 45 </span> <span class="Delimiter">}</span> <span id="L46" class="LineNr"> 46 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L47" class="LineNr"> 47 </span><span class="Delimiter">}</span> @@ -133,12 +132,12 @@ if ('onhashchange' in window) { <span id="L69" class="LineNr"> 69 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L70" class="LineNr"> 70 </span><span class="Normal">case</span> CALL: <span class="Delimiter">{</span> <span id="L71" class="LineNr"> 71 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'call' requires at least one ingredient (the <a href='010vm.cc.html#L19'>recipe</a> to call)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L72" class="LineNr"> 72 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'call' requires at least one ingredient (the <a href='010vm.cc.html#L19'>recipe</a> to call)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L73" class="LineNr"> 73 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L74" class="LineNr"> 74 </span> <span class="Delimiter">}</span> <span id="L75" class="LineNr"> 75 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_recipe<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'call' should be a <a href='010vm.cc.html#L19'>recipe</a>, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L76" class="LineNr"> 76 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'call' should be a <a href='010vm.cc.html#L19'>recipe</a>, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L77" class="LineNr"> 77 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L78" class="LineNr"> 78 </span> <span class="Delimiter">}</span> <span id="L79" class="LineNr"> 79 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L80" class="LineNr"> 80 </span><span class="Delimiter">}</span> @@ -146,13 +145,13 @@ if ('onhashchange' in window) { <span id="L82" class="LineNr"> 82 </span><span class="Normal">case</span> CALL: <span class="Delimiter">{</span> <span id="L83" class="LineNr"> 83 </span> <span class="Comment">// Begin Call</span> <span id="L84" class="LineNr"> 84 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> ++Trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">;</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"trace"</span><span class="Delimiter">)</span> << <span class="Constant">"indirect 'call': incrementing callstack depth to "</span> << Trace_stream<span class="Delimiter">-></span>callstack_depth << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>callstack_depth < <span class="Constant">9000</span><span class="Delimiter">);</span> <span class="Comment">// 9998-101 plus cushion</span> +<span id="L85" class="LineNr"> 85 </span> ++Trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">;</span> +<span id="L86" class="LineNr"> 86 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"trace"</span><span class="Delimiter">)</span> << <span class="Constant">"indirect 'call': incrementing callstack depth to "</span> << Trace_stream<span class="Delimiter">-></span>callstack_depth << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L87" class="LineNr"> 87 </span> assert<span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>callstack_depth < <span class="Constant">9000</span><span class="Delimiter">);</span> <span class="Comment">// 9998-101 plus cushion</span> <span id="L88" class="LineNr"> 88 </span> <span class="Delimiter">}</span> <span id="L89" class="LineNr"> 89 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to call empty <a href='010vm.cc.html#L19'>recipe</a> in '"</span> << to_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L90" class="LineNr"> 90 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to call empty <a href='010vm.cc.html#L19'>recipe</a> in '"</span> << to_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L91" class="LineNr"> 91 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L92" class="LineNr"> 92 </span> <span class="Delimiter">}</span> <span id="L93" class="LineNr"> 93 </span> <span class="Normal">const</span> call& caller_frame = <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">();</span> <span id="L94" class="LineNr"> 94 </span> <a href='010vm.cc.html#L32'>instruction</a><span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> call_instruction = <a href='026call.cc.html#L88'>to_instruction</a><span class="Delimiter">(</span>caller_frame<span class="Delimiter">);</span> @@ -161,369 +160,366 @@ if ('onhashchange' in window) { <span id="L97" class="LineNr"> 97 </span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>push_front<span class="Delimiter">(</span>call<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)));</span> <span id="L98" class="LineNr"> 98 </span> ingredients<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>begin<span class="Delimiter">());</span> <span class="Comment">// drop the callee</span> <span id="L99" class="LineNr"> 99 </span> finish_call_housekeeping<span class="Delimiter">(</span>call_instruction<span class="Delimiter">,</span> ingredients<span class="Delimiter">);</span> -<span id="L100" class="LineNr">100 </span> Num_refcount_updates[caller_frame<span class="Delimiter">.</span>running_recipe][caller_frame<span class="Delimiter">.</span>running_step_index] -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> += <span class="Delimiter">(</span>Total_refcount_updates - initial_num_refcount_updates<span class="Delimiter">);</span> -<span id="L102" class="LineNr">102 </span> initial_num_refcount_updates = Total_refcount_updates<span class="Delimiter">;</span> -<span id="L103" class="LineNr">103 </span> <span class="Comment">// not done with caller</span> -<span id="L104" class="LineNr">104 </span> write_products = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L105" class="LineNr">105 </span> fall_through_to_next_instruction = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L106" class="LineNr">106 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L107" class="LineNr">107 </span><span class="Delimiter">}</span> -<span id="L108" class="LineNr">108 </span> -<span id="L109" class="LineNr">109 </span><span class="Delimiter">:(scenario call_variable)</span> -<span id="L110" class="LineNr">110 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L111" class="LineNr">111 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> number<span class="muRecipe"> -> </span>number<span class="Delimiter">)}</span><span class="Special"> <- </span>copy f -<span id="L112" class="LineNr">112 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>call <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> number<span class="muRecipe"> -> </span>number<span class="Delimiter">)},</span> <span class="Constant">34</span> -<span id="L113" class="LineNr">113 </span>] -<span id="L114" class="LineNr">114 </span><span class="muRecipe">def</span> f x:num<span class="muRecipe"> -> </span>y:num [ -<span id="L115" class="LineNr">115 </span> local-scope -<span id="L116" class="LineNr">116 </span> load-ingredients -<span id="L117" class="LineNr">117 </span> y<span class="Special"> <- </span>copy x -<span id="L118" class="LineNr">118 </span>] -<span id="L119" class="LineNr">119 </span><span class="traceContains">+mem: storing 34 in location 2</span> -<span id="L120" class="LineNr">120 </span> -<span id="L121" class="LineNr">121 </span><span class="Delimiter">:(scenario call_literal_recipe_repeatedly)</span> -<span id="L122" class="LineNr">122 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L123" class="LineNr">123 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>call f<span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L124" class="LineNr">124 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>call f<span class="Delimiter">,</span> <span class="Constant">35</span> -<span id="L125" class="LineNr">125 </span>] -<span id="L126" class="LineNr">126 </span><span class="muRecipe">def</span> f x:num<span class="muRecipe"> -> </span>y:num [ -<span id="L127" class="LineNr">127 </span> local-scope -<span id="L128" class="LineNr">128 </span> load-ingredients -<span id="L129" class="LineNr">129 </span> y<span class="Special"> <- </span>copy x -<span id="L130" class="LineNr">130 </span>] -<span id="L131" class="LineNr">131 </span><span class="traceContains">+mem: storing 34 in location 1</span> -<span id="L132" class="LineNr">132 </span><span class="traceContains">+mem: storing 35 in location 1</span> -<span id="L133" class="LineNr">133 </span> -<span id="L134" class="LineNr">134 </span><span class="Delimiter">:(scenario call_shape_shifting_recipe)</span> -<span id="L135" class="LineNr">135 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L136" class="LineNr">136 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>call f<span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L137" class="LineNr">137 </span>] -<span id="L138" class="LineNr">138 </span><span class="muRecipe">def</span> f x:_elem<span class="muRecipe"> -> </span>y:_elem [ -<span id="L139" class="LineNr">139 </span> local-scope -<span id="L140" class="LineNr">140 </span> load-ingredients -<span id="L141" class="LineNr">141 </span> y<span class="Special"> <- </span>copy x -<span id="L142" class="LineNr">142 </span>] -<span id="L143" class="LineNr">143 </span><span class="traceContains">+mem: storing 34 in location 1</span> -<span id="L144" class="LineNr">144 </span> -<span id="L145" class="LineNr">145 </span><span class="Delimiter">:(scenario call_shape_shifting_recipe_inside_shape_shifting_recipe)</span> -<span id="L146" class="LineNr">146 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L147" class="LineNr">147 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>f <span class="Constant">34</span> -<span id="L148" class="LineNr">148 </span>] -<span id="L149" class="LineNr">149 </span><span class="muRecipe">def</span> f x:_elem<span class="muRecipe"> -> </span>y:_elem [ -<span id="L150" class="LineNr">150 </span> local-scope -<span id="L151" class="LineNr">151 </span> load-ingredients -<span id="L152" class="LineNr">152 </span> y<span class="Special"> <- </span>call g x -<span id="L153" class="LineNr">153 </span>] -<span id="L154" class="LineNr">154 </span><span class="muRecipe">def</span> g x:_elem<span class="muRecipe"> -> </span>y:_elem [ -<span id="L155" class="LineNr">155 </span> local-scope -<span id="L156" class="LineNr">156 </span> load-ingredients -<span id="L157" class="LineNr">157 </span> y<span class="Special"> <- </span>copy x -<span id="L158" class="LineNr">158 </span>] -<span id="L159" class="LineNr">159 </span><span class="traceContains">+mem: storing 34 in location 1</span> -<span id="L160" class="LineNr">160 </span> -<span id="L161" class="LineNr">161 </span><span class="Delimiter">:(scenario call_shape_shifting_recipe_repeatedly_inside_shape_shifting_recipe)</span> -<span id="L162" class="LineNr">162 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L163" class="LineNr">163 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>f <span class="Constant">34</span> -<span id="L164" class="LineNr">164 </span>] -<span id="L165" class="LineNr">165 </span><span class="muRecipe">def</span> f x:_elem<span class="muRecipe"> -> </span>y:_elem [ -<span id="L166" class="LineNr">166 </span> local-scope -<span id="L167" class="LineNr">167 </span> load-ingredients -<span id="L168" class="LineNr">168 </span> y<span class="Special"> <- </span>call g x -<span id="L169" class="LineNr">169 </span> y<span class="Special"> <- </span>call g x -<span id="L170" class="LineNr">170 </span>] -<span id="L171" class="LineNr">171 </span><span class="muRecipe">def</span> g x:_elem<span class="muRecipe"> -> </span>y:_elem [ -<span id="L172" class="LineNr">172 </span> local-scope -<span id="L173" class="LineNr">173 </span> load-ingredients -<span id="L174" class="LineNr">174 </span> y<span class="Special"> <- </span>copy x -<span id="L175" class="LineNr">175 </span>] -<span id="L176" class="LineNr">176 </span><span class="traceContains">+mem: storing 34 in location 1</span> -<span id="L177" class="LineNr">177 </span> -<span id="L178" class="LineNr">178 </span><span class="SalientComment">//:: check types for 'call' instructions</span> -<span id="L179" class="LineNr">179 </span> -<span id="L180" class="LineNr">180 </span><span class="Delimiter">:(scenario call_check_literal_recipe)</span> -<span id="L181" class="LineNr">181 </span><span class="Special">% Hide_errors = true;</span> -<span id="L182" class="LineNr">182 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L183" class="LineNr">183 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>call f<span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L184" class="LineNr">184 </span>] -<span id="L185" class="LineNr">185 </span><span class="muRecipe">def</span> f x:point<span class="muRecipe"> -> </span>y:point [ -<span id="L186" class="LineNr">186 </span> local-scope -<span id="L187" class="LineNr">187 </span> load-ingredients -<span id="L188" class="LineNr">188 </span> y<span class="Special"> <- </span>copy x -<span id="L189" class="LineNr">189 </span>] -<span id="L190" class="LineNr">190 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: ingredient 0 has the wrong type at '1:num <- call f, 34'</span> -<span id="L191" class="LineNr">191 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: product 0 has the wrong type at '1:num <- call f, 34'</span> -<span id="L192" class="LineNr">192 </span> -<span id="L193" class="LineNr">193 </span><span class="Delimiter">:(scenario call_check_variable_recipe)</span> -<span id="L194" class="LineNr">194 </span><span class="Special">% Hide_errors = true;</span> -<span id="L195" class="LineNr">195 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L196" class="LineNr">196 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> point<span class="muRecipe"> -> </span>point<span class="Delimiter">)}</span><span class="Special"> <- </span>copy f -<span id="L197" class="LineNr">197 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>call <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> point<span class="muRecipe"> -> </span>point<span class="Delimiter">)},</span> <span class="Constant">34</span> -<span id="L198" class="LineNr">198 </span>] -<span id="L199" class="LineNr">199 </span><span class="muRecipe">def</span> f x:point<span class="muRecipe"> -> </span>y:point [ -<span id="L200" class="LineNr">200 </span> local-scope -<span id="L201" class="LineNr">201 </span> load-ingredients -<span id="L202" class="LineNr">202 </span> y<span class="Special"> <- </span>copy x -<span id="L203" class="LineNr">203 </span>] -<span id="L204" class="LineNr">204 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: ingredient 0 has the wrong type at '2:num <- call {1: (recipe point -> point)}, 34'</span> -<span id="L205" class="LineNr">205 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: product 0 has the wrong type at '2:num <- call {1: (recipe point -> point)}, 34'</span> -<span id="L206" class="LineNr">206 </span> -<span id="L207" class="LineNr">207 </span><span class="Delimiter">:(before "End resolve_ambiguous_call(r, index, inst, caller_recipe) Special-cases")</span> -<span id="L208" class="LineNr">208 </span><span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"call"</span> && !inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && <a href='072recipe.cc.html#L213'>is_recipe_literal</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L209" class="LineNr">209 </span> <a href='072recipe.cc.html#L216'>resolve_indirect_ambiguous_call</a><span class="Delimiter">(</span>r<span class="Delimiter">,</span> index<span class="Delimiter">,</span> inst<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">);</span> -<span id="L210" class="LineNr">210 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L211" class="LineNr">211 </span><span class="Delimiter">}</span> -<span id="L212" class="LineNr">212 </span><span class="Delimiter">:(code)</span> -<span id="L213" class="LineNr">213 </span><span class="Normal">bool</span> <a href='072recipe.cc.html#L213'>is_recipe_literal</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L214" class="LineNr">214 </span> <span class="Identifier">return</span> x<span class="Delimiter">.</span>type && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"recipe-literal"</span><span class="Delimiter">;</span> -<span id="L215" class="LineNr">215 </span><span class="Delimiter">}</span> -<span id="L216" class="LineNr">216 </span><span class="Normal">void</span> <a href='072recipe.cc.html#L216'>resolve_indirect_ambiguous_call</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">,</span> <span class="Normal">int</span> index<span class="Delimiter">,</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& caller_recipe<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L217" class="LineNr">217 </span> <a href='010vm.cc.html#L32'>instruction</a> inst2<span class="Delimiter">;</span> -<span id="L218" class="LineNr">218 </span> inst2<span class="Delimiter">.</span>name = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">;</span> -<span id="L219" class="LineNr">219 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/*</span><span class="Comment">skip <a href='010vm.cc.html#L19'>recipe</a></span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span> inst2<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L221" class="LineNr">221 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L222" class="LineNr">222 </span> <span class="Conceal">¦</span> inst2<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L223" class="LineNr">223 </span> <a href='054static_dispatch.cc.html#L173'>resolve_ambiguous_call</a><span class="Delimiter">(</span>r<span class="Delimiter">,</span> index<span class="Delimiter">,</span> inst2<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">);</span> -<span id="L224" class="LineNr">224 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name = inst2<span class="Delimiter">.</span>name<span class="Delimiter">;</span> -<span id="L225" class="LineNr">225 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> inst2<span class="Delimiter">.</span>name<span class="Delimiter">));</span> -<span id="L226" class="LineNr">226 </span><span class="Delimiter">}</span> -<span id="L227" class="LineNr">227 </span> -<span id="L228" class="LineNr">228 </span><span class="Delimiter">:(after "Transform.push_back(check_instruction)")</span> -<span id="L229" class="LineNr">229 </span>Transform<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='072recipe.cc.html#L231'>check_indirect_calls_against_header</a><span class="Delimiter">);</span> <span class="Comment">// idempotent</span> -<span id="L230" class="LineNr">230 </span><span class="Delimiter">:(code)</span> -<span id="L231" class="LineNr">231 </span><span class="Normal">void</span> <a href='072recipe.cc.html#L231'>check_indirect_calls_against_header</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L232" class="LineNr">232 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- type-check 'call' instructions inside <a href='010vm.cc.html#L19'>recipe</a> "</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L233" class="LineNr">233 </span> <span class="Normal">const</span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> -<span id="L234" class="LineNr">234 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L235" class="LineNr">235 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L236" class="LineNr">236 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_indirect_call<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L237" class="LineNr">237 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// error raised above</span> -<span id="L238" class="LineNr">238 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> reagent& callee = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L239" class="LineNr">239 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_recipe<span class="Delimiter">(</span>callee<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// error raised above</span> -<span id="L240" class="LineNr">240 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> <a href='010vm.cc.html#L19'>recipe</a> callee_header = is_literal<span class="Delimiter">(</span>callee<span class="Delimiter">)</span> ? get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> callee<span class="Delimiter">.</span>value<span class="Delimiter">)</span> : <a href='072recipe.cc.html#L273'>from_reagent</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> -<span id="L241" class="LineNr">241 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!callee_header<span class="Delimiter">.</span>has_header<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L242" class="LineNr">242 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='072recipe.cc.html#L262'>is_indirect_call_with_ingredients</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L243" class="LineNr">243 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">int</span> i = <span class="Comment">/*</span><span class="Comment">skip callee</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee_header<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span>+<span class="Comment">/*</span><span class="Comment">skip callee</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L244" class="LineNr">244 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>callee_header<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i-<span class="Comment">/*</span><span class="Comment">skip callee</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">),</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> -<span id="L245" class="LineNr">245 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"ingredient "</span> << i-<span class="Comment">/*</span><span class="Comment">skip callee</span><span class="Comment">*/</span><span class="Constant">1</span> << <span class="Constant">" has the wrong type at '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L246" class="LineNr">246 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L247" class="LineNr">247 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L248" class="LineNr">248 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='072recipe.cc.html#L267'>is_indirect_call_with_products</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L249" class="LineNr">249 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee_header<span class="Delimiter">.</span>products<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L250" class="LineNr">250 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L251" class="LineNr">251 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>callee_header<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> -<span id="L252" class="LineNr">252 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"product "</span> << i << <span class="Constant">" has the wrong type at '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L253" class="LineNr">253 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L254" class="LineNr">254 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L255" class="LineNr">255 </span> <span class="Delimiter">}</span> -<span id="L256" class="LineNr">256 </span><span class="Delimiter">}</span> -<span id="L257" class="LineNr">257 </span> -<span id="L258" class="LineNr">258 </span><span class="Normal">bool</span> <a href='072recipe.cc.html#L258'>is_indirect_call</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L259" class="LineNr">259 </span> <span class="Identifier">return</span> <a href='072recipe.cc.html#L262'>is_indirect_call_with_ingredients</a><span class="Delimiter">(</span>r<span class="Delimiter">)</span> || <a href='072recipe.cc.html#L267'>is_indirect_call_with_products</a><span class="Delimiter">(</span>r<span class="Delimiter">);</span> -<span id="L260" class="LineNr">260 </span><span class="Delimiter">}</span> -<span id="L261" class="LineNr">261 </span> -<span id="L262" class="LineNr">262 </span><span class="Normal">bool</span> <a href='072recipe.cc.html#L262'>is_indirect_call_with_ingredients</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L263" class="LineNr">263 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r == CALL<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L264" class="LineNr">264 </span> <span class="Comment">// End is_indirect_call_with_ingredients Special-cases</span> -<span id="L265" class="LineNr">265 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L266" class="LineNr">266 </span><span class="Delimiter">}</span> -<span id="L267" class="LineNr">267 </span><span class="Normal">bool</span> <a href='072recipe.cc.html#L267'>is_indirect_call_with_products</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L268" class="LineNr">268 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r == CALL<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L269" class="LineNr">269 </span> <span class="Comment">// End is_indirect_call_with_products Special-cases</span> -<span id="L270" class="LineNr">270 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</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="muRecipe"><a href='010vm.cc.html#L19'>recipe</a></span> <a href='072recipe.cc.html#L273'>from_reagent</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L274" class="LineNr">274 </span> assert<span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">);</span> -<span id="L275" class="LineNr">275 </span> <a href='010vm.cc.html#L19'>recipe</a> result_header<span class="Delimiter">;</span> <span class="Comment">// will contain only ingredients and products, nothing else</span> -<span id="L276" class="LineNr">276 </span> result_header<span class="Delimiter">.</span>has_header = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L277" class="LineNr">277 </span> <span class="Comment">// Begin Reagent->Recipe(r, recipe_header)</span> -<span id="L278" class="LineNr">278 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L279" class="LineNr">279 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"recipe"</span><span class="Delimiter">);</span> -<span id="L280" class="LineNr">280 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> result_header<span class="Delimiter">;</span> -<span id="L281" class="LineNr">281 </span> <span class="Delimiter">}</span> -<span id="L282" class="LineNr">282 </span> <span class="Normal">const</span> type_tree* root_type = r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom ? r<span class="Delimiter">.</span>type : r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">;</span> -<span id="L283" class="LineNr">283 </span> assert<span class="Delimiter">(</span>root_type<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L284" class="LineNr">284 </span> assert<span class="Delimiter">(</span>root_type<span class="Delimiter">-></span>name == <span class="Constant">"recipe"</span><span class="Delimiter">);</span> -<span id="L285" class="LineNr">285 </span> <span class="Normal">const</span> type_tree* curr = r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">;</span> -<span id="L286" class="LineNr">286 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">nada</span><span class="Comment">*/</span><span class="Delimiter">;</span> curr && !curr<span class="Delimiter">-></span>atom<span class="Delimiter">;</span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L287" class="LineNr">287 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom && curr<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"->"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L288" class="LineNr">288 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">;</span> <span class="Comment">// skip delimiter</span> -<span id="L289" class="LineNr">289 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">goto</span> read_products<span class="Delimiter">;</span> -<span id="L290" class="LineNr">290 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L291" class="LineNr">291 </span> <span class="Conceal">¦</span> result_header<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='072recipe.cc.html#L335'>next_recipe_reagent</a><span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">));</span> -<span id="L292" class="LineNr">292 </span> <span class="Delimiter">}</span> -<span id="L293" class="LineNr">293 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L294" class="LineNr">294 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>curr<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L295" class="LineNr">295 </span> <span class="Conceal">¦</span> result_header<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='072recipe.cc.html#L335'>next_recipe_reagent</a><span class="Delimiter">(</span>curr<span class="Delimiter">));</span> -<span id="L296" class="LineNr">296 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> result_header<span class="Delimiter">;</span> <span class="Comment">// no products</span> -<span id="L297" class="LineNr">297 </span> <span class="Delimiter">}</span> -<span id="L298" class="LineNr">298 </span> <span class="Normal">read_products</span>: -<span id="L299" class="LineNr">299 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">nada</span><span class="Comment">*/</span><span class="Delimiter">;</span> curr && !curr<span class="Delimiter">-></span>atom<span class="Delimiter">;</span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">)</span> -<span id="L300" class="LineNr">300 </span> <span class="Conceal">¦</span> result_header<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='072recipe.cc.html#L335'>next_recipe_reagent</a><span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">));</span> -<span id="L301" class="LineNr">301 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L302" class="LineNr">302 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>curr<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> -<span id="L303" class="LineNr">303 </span> <span class="Conceal">¦</span> result_header<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='072recipe.cc.html#L335'>next_recipe_reagent</a><span class="Delimiter">(</span>curr<span class="Delimiter">));</span> -<span id="L304" class="LineNr">304 </span> <span class="Delimiter">}</span> -<span id="L305" class="LineNr">305 </span> <span class="Identifier">return</span> result_header<span class="Delimiter">;</span> -<span id="L306" class="LineNr">306 </span><span class="Delimiter">}</span> -<span id="L307" class="LineNr">307 </span> -<span id="L308" class="LineNr">308 </span><span class="Delimiter">:(before "End Unit Tests")</span> -<span id="L309" class="LineNr">309 </span><span class="Normal">void</span> <a href='072recipe.cc.html#L309'>test_from_reagent_atomic</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L310" class="LineNr">310 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"{f: recipe}"</span><span class="Delimiter">);</span> -<span id="L311" class="LineNr">311 </span> <a href='010vm.cc.html#L19'>recipe</a> r_header = <a href='072recipe.cc.html#L273'>from_reagent</a><span class="Delimiter">(</span>a<span class="Delimiter">);</span> -<span id="L312" class="LineNr">312 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>r_header<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> -<span id="L313" class="LineNr">313 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>r_header<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> -<span id="L314" class="LineNr">314 </span><span class="Delimiter">}</span> -<span id="L315" class="LineNr">315 </span><span class="Normal">void</span> <a href='072recipe.cc.html#L315'>test_from_reagent_non_atomic</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L316" class="LineNr">316 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"{f: (recipe number -> number)}"</span><span class="Delimiter">);</span> -<span id="L317" class="LineNr">317 </span> <a href='010vm.cc.html#L19'>recipe</a> r_header = <a href='072recipe.cc.html#L273'>from_reagent</a><span class="Delimiter">(</span>a<span class="Delimiter">);</span> -<span id="L318" class="LineNr">318 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r_header<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L319" class="LineNr">319 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r_header<span class="Delimiter">.</span>products<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L320" class="LineNr">320 </span><span class="Delimiter">}</span> -<span id="L321" class="LineNr">321 </span><span class="Normal">void</span> <a href='072recipe.cc.html#L321'>test_from_reagent_reads_ingredient_at_end</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L322" class="LineNr">322 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"{f: (recipe number number)}"</span><span class="Delimiter">);</span> -<span id="L323" class="LineNr">323 </span> <a href='010vm.cc.html#L19'>recipe</a> r_header = <a href='072recipe.cc.html#L273'>from_reagent</a><span class="Delimiter">(</span>a<span class="Delimiter">);</span> -<span id="L324" class="LineNr">324 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r_header<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <span class="Constant">2</span><span class="Delimiter">);</span> -<span id="L325" class="LineNr">325 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>r_header<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> -<span id="L326" class="LineNr">326 </span><span class="Delimiter">}</span> -<span id="L327" class="LineNr">327 </span><span class="Normal">void</span> <a href='072recipe.cc.html#L327'>test_from_reagent_reads_sole_ingredient_at_end</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L328" class="LineNr">328 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"{f: (recipe number)}"</span><span class="Delimiter">);</span> -<span id="L329" class="LineNr">329 </span> <a href='010vm.cc.html#L19'>recipe</a> r_header = <a href='072recipe.cc.html#L273'>from_reagent</a><span class="Delimiter">(</span>a<span class="Delimiter">);</span> -<span id="L330" class="LineNr">330 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r_header<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L331" class="LineNr">331 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>r_header<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> -<span id="L332" class="LineNr">332 </span><span class="Delimiter">}</span> -<span id="L333" class="LineNr">333 </span> -<span id="L334" class="LineNr">334 </span><span class="Delimiter">:(code)</span> -<span id="L335" class="LineNr">335 </span>reagent <a href='072recipe.cc.html#L335'>next_recipe_reagent</a><span class="Delimiter">(</span><span class="Normal">const</span> type_tree* curr<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L336" class="LineNr">336 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!curr<span class="Delimiter">-></span>left<span class="Delimiter">)</span> <span class="Identifier">return</span> reagent<span class="Delimiter">(</span><span class="Constant">"recipe:"</span>+curr<span class="Delimiter">-></span>name<span class="Delimiter">);</span> -<span id="L337" class="LineNr">337 </span> reagent result<span class="Delimiter">;</span> -<span id="L338" class="LineNr">338 </span> result<span class="Delimiter">.</span>name = <span class="Constant">"recipe"</span><span class="Delimiter">;</span> -<span id="L339" class="LineNr">339 </span> result<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*curr<span class="Delimiter">);</span> -<span id="L340" class="LineNr">340 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L341" class="LineNr">341 </span><span class="Delimiter">}</span> -<span id="L342" class="LineNr">342 </span> -<span id="L343" class="LineNr">343 </span><span class="Normal">bool</span> <a href='072recipe.cc.html#L343'>is_mu_recipe</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L344" class="LineNr">344 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!r<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L345" class="LineNr">345 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L346" class="LineNr">346 </span> <span class="Conceal">¦</span> <span class="Comment">// End is_mu_recipe Atom Cases(r)</span> -<span id="L347" class="LineNr">347 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"recipe-literal"</span><span class="Delimiter">;</span> -<span id="L348" class="LineNr">348 </span> <span class="Delimiter">}</span> -<span id="L349" class="LineNr">349 </span> <span class="Identifier">return</span> r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom && r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"recipe"</span><span class="Delimiter">;</span> -<span id="L350" class="LineNr">350 </span><span class="Delimiter">}</span> -<span id="L351" class="LineNr">351 </span> -<span id="L352" class="LineNr">352 </span><span class="Delimiter">:(scenario copy_typecheck_recipe_variable)</span> -<span id="L353" class="LineNr">353 </span><span class="Special">% Hide_errors = true;</span> -<span id="L354" class="LineNr">354 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L355" class="LineNr">355 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> <span class="Comment"># abc def</span> -<span id="L356" class="LineNr">356 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> number<span class="muRecipe"> -> </span>number<span class="Delimiter">)}</span><span class="Special"> <- </span>copy f <span class="Comment"># store literal in a matching variable</span> -<span id="L357" class="LineNr">357 </span> <span class="Delimiter">{</span><span class="Constant">2</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> boolean<span class="muRecipe"> -> </span>boolean<span class="Delimiter">)}</span><span class="Special"> <- </span>copy <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> number<span class="muRecipe"> -> </span>number<span class="Delimiter">)}</span> <span class="Comment"># mismatch between recipe variables</span> -<span id="L358" class="LineNr">358 </span>] -<span id="L359" class="LineNr">359 </span><span class="muRecipe">def</span> f x:num<span class="muRecipe"> -> </span>y:num [ -<span id="L360" class="LineNr">360 </span> local-scope -<span id="L361" class="LineNr">361 </span> load-ingredients -<span id="L362" class="LineNr">362 </span> y<span class="Special"> <- </span>copy x -<span id="L363" class="LineNr">363 </span>] -<span id="L364" class="LineNr">364 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: can't copy '{1: (recipe number -> number)}' to '{2: (recipe boolean -> boolean)}'; types don't match</span> -<span id="L365" class="LineNr">365 </span> -<span id="L366" class="LineNr">366 </span><span class="Delimiter">:(scenario copy_typecheck_recipe_variable_2)</span> -<span id="L367" class="LineNr">367 </span><span class="Special">% Hide_errors = true;</span> -<span id="L368" class="LineNr">368 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L369" class="LineNr">369 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> number<span class="muRecipe"> -> </span>number<span class="Delimiter">)}</span><span class="Special"> <- </span>copy f <span class="Comment"># mismatch with a recipe literal</span> -<span id="L370" class="LineNr">370 </span>] -<span id="L371" class="LineNr">371 </span><span class="muRecipe">def</span> f x:<span class="Normal">bool</span><span class="muRecipe"> -> </span>y:<span class="Normal">bool</span> [ -<span id="L372" class="LineNr">372 </span> local-scope -<span id="L373" class="LineNr">373 </span> load-ingredients -<span id="L374" class="LineNr">374 </span> y<span class="Special"> <- </span>copy x -<span id="L375" class="LineNr">375 </span>] -<span id="L376" class="LineNr">376 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: can't copy 'f' to '{1: (recipe number -> number)}'; types don't match</span> -<span id="L377" class="LineNr">377 </span> -<span id="L378" class="LineNr">378 </span><span class="Delimiter">:(before "End Matching Types For Literal(to)")</span> -<span id="L379" class="LineNr">379 </span><span class="Normal">if</span> <span class="Delimiter">(</span><a href='072recipe.cc.html#L343'>is_mu_recipe</a><span class="Delimiter">(</span>to<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L380" class="LineNr">380 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> from<span class="Delimiter">.</span>value<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L381" class="LineNr">381 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"trying to store <a href='010vm.cc.html#L19'>recipe</a> "</span> << from<span class="Delimiter">.</span>name << <span class="Constant">" into "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>to<span class="Delimiter">)</span> << <span class="Constant">" but there's no such recipe</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L382" class="LineNr">382 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L383" class="LineNr">383 </span> <span class="Delimiter">}</span> -<span id="L384" class="LineNr">384 </span> <span class="Normal">const</span> recipe& rrhs = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> from<span class="Delimiter">.</span>value<span class="Delimiter">);</span> -<span id="L385" class="LineNr">385 </span> <span class="Normal">const</span> recipe& rlhs = <a href='072recipe.cc.html#L273'>from_reagent</a><span class="Delimiter">(</span>to<span class="Delimiter">);</span> -<span id="L386" class="LineNr">386 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>rlhs<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>rrhs<span class="Delimiter">.</span>ingredients<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L387" class="LineNr">387 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_match<span class="Delimiter">(</span>rlhs<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> rrhs<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> -<span id="L388" class="LineNr">388 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L389" class="LineNr">389 </span> <span class="Delimiter">}</span> -<span id="L390" class="LineNr">390 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>rlhs<span class="Delimiter">.</span>products<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>rrhs<span class="Delimiter">.</span>products<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L391" class="LineNr">391 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_match<span class="Delimiter">(</span>rlhs<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> rrhs<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> -<span id="L392" class="LineNr">392 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L393" class="LineNr">393 </span> <span class="Delimiter">}</span> -<span id="L394" class="LineNr">394 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<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="Delimiter">:(scenario call_variable_compound_ingredient)</span> -<span id="L398" class="LineNr">398 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L399" class="LineNr">399 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> number<span class="Delimiter">)</span><span class="muRecipe"> -> </span>number<span class="Delimiter">)}</span><span class="Special"> <- </span>copy f -<span id="L400" class="LineNr">400 </span> <span class="Constant">2</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L401" class="LineNr">401 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>call <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> <span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a> number<span class="Delimiter">)</span><span class="muRecipe"> -> </span>number<span class="Delimiter">)},</span> <span class="Constant">2</span>:&:num -<span id="L402" class="LineNr">402 </span>] -<span id="L403" class="LineNr">403 </span><span class="muRecipe">def</span> f x:&:num<span class="muRecipe"> -> </span>y:num [ -<span id="L404" class="LineNr">404 </span> local-scope -<span id="L405" class="LineNr">405 </span> load-ingredients -<span id="L406" class="LineNr">406 </span> y<span class="Special"> <- </span>copy x -<span id="L407" class="LineNr">407 </span>] -<span id="L408" class="LineNr">408 </span>$error: <span class="Constant">0</span> -<span id="L409" class="LineNr">409 </span> -<span id="L410" class="LineNr">410 </span><span class="Comment">//: make sure we don't accidentally break on a recipe literal</span> -<span id="L411" class="LineNr">411 </span><span class="Delimiter">:(scenario jump_forbidden_on_recipe_literals)</span> -<span id="L412" class="LineNr">412 </span><span class="Special">% Hide_errors = true;</span> -<span id="L413" class="LineNr">413 </span><span class="muRecipe">def</span> foo [ +<span id="L100" class="LineNr">100 </span> <span class="Comment">// not done with caller</span> +<span id="L101" class="LineNr">101 </span> write_products = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L102" class="LineNr">102 </span> fall_through_to_next_instruction = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L103" class="LineNr">103 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L104" class="LineNr">104 </span><span class="Delimiter">}</span> +<span id="L105" class="LineNr">105 </span> +<span id="L106" class="LineNr">106 </span><span class="Delimiter">:(scenario call_variable)</span> +<span id="L107" class="LineNr">107 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L108" class="LineNr">108 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> number<span class="muRecipe"> -> </span>number<span class="Delimiter">)}</span><span class="Special"> <- </span>copy f +<span id="L109" class="LineNr">109 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>call <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> number<span class="muRecipe"> -> </span>number<span class="Delimiter">)},</span> <span class="Constant">34</span> +<span id="L110" class="LineNr">110 </span>] +<span id="L111" class="LineNr">111 </span><span class="muRecipe">def</span> f x:num<span class="muRecipe"> -> </span>y:num [ +<span id="L112" class="LineNr">112 </span> local-scope +<span id="L113" class="LineNr">113 </span> load-ingredients +<span id="L114" class="LineNr">114 </span> y<span class="Special"> <- </span>copy x +<span id="L115" class="LineNr">115 </span>] +<span id="L116" class="LineNr">116 </span><span class="traceContains">+mem: storing 34 in location 2</span> +<span id="L117" class="LineNr">117 </span> +<span id="L118" class="LineNr">118 </span><span class="Delimiter">:(scenario call_literal_recipe_repeatedly)</span> +<span id="L119" class="LineNr">119 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L120" class="LineNr">120 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>call f<span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L121" class="LineNr">121 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>call f<span class="Delimiter">,</span> <span class="Constant">35</span> +<span id="L122" class="LineNr">122 </span>] +<span id="L123" class="LineNr">123 </span><span class="muRecipe">def</span> f x:num<span class="muRecipe"> -> </span>y:num [ +<span id="L124" class="LineNr">124 </span> local-scope +<span id="L125" class="LineNr">125 </span> load-ingredients +<span id="L126" class="LineNr">126 </span> y<span class="Special"> <- </span>copy x +<span id="L127" class="LineNr">127 </span>] +<span id="L128" class="LineNr">128 </span><span class="traceContains">+mem: storing 34 in location 1</span> +<span id="L129" class="LineNr">129 </span><span class="traceContains">+mem: storing 35 in location 1</span> +<span id="L130" class="LineNr">130 </span> +<span id="L131" class="LineNr">131 </span><span class="Delimiter">:(scenario call_shape_shifting_recipe)</span> +<span id="L132" class="LineNr">132 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L133" class="LineNr">133 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>call f<span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L134" class="LineNr">134 </span>] +<span id="L135" class="LineNr">135 </span><span class="muRecipe">def</span> f x:_elem<span class="muRecipe"> -> </span>y:_elem [ +<span id="L136" class="LineNr">136 </span> local-scope +<span id="L137" class="LineNr">137 </span> load-ingredients +<span id="L138" class="LineNr">138 </span> y<span class="Special"> <- </span>copy x +<span id="L139" class="LineNr">139 </span>] +<span id="L140" class="LineNr">140 </span><span class="traceContains">+mem: storing 34 in location 1</span> +<span id="L141" class="LineNr">141 </span> +<span id="L142" class="LineNr">142 </span><span class="Delimiter">:(scenario call_shape_shifting_recipe_inside_shape_shifting_recipe)</span> +<span id="L143" class="LineNr">143 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L144" class="LineNr">144 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>f <span class="Constant">34</span> +<span id="L145" class="LineNr">145 </span>] +<span id="L146" class="LineNr">146 </span><span class="muRecipe">def</span> f x:_elem<span class="muRecipe"> -> </span>y:_elem [ +<span id="L147" class="LineNr">147 </span> local-scope +<span id="L148" class="LineNr">148 </span> load-ingredients +<span id="L149" class="LineNr">149 </span> y<span class="Special"> <- </span>call g x +<span id="L150" class="LineNr">150 </span>] +<span id="L151" class="LineNr">151 </span><span class="muRecipe">def</span> g x:_elem<span class="muRecipe"> -> </span>y:_elem [ +<span id="L152" class="LineNr">152 </span> local-scope +<span id="L153" class="LineNr">153 </span> load-ingredients +<span id="L154" class="LineNr">154 </span> y<span class="Special"> <- </span>copy x +<span id="L155" class="LineNr">155 </span>] +<span id="L156" class="LineNr">156 </span><span class="traceContains">+mem: storing 34 in location 1</span> +<span id="L157" class="LineNr">157 </span> +<span id="L158" class="LineNr">158 </span><span class="Delimiter">:(scenario call_shape_shifting_recipe_repeatedly_inside_shape_shifting_recipe)</span> +<span id="L159" class="LineNr">159 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L160" class="LineNr">160 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>f <span class="Constant">34</span> +<span id="L161" class="LineNr">161 </span>] +<span id="L162" class="LineNr">162 </span><span class="muRecipe">def</span> f x:_elem<span class="muRecipe"> -> </span>y:_elem [ +<span id="L163" class="LineNr">163 </span> local-scope +<span id="L164" class="LineNr">164 </span> load-ingredients +<span id="L165" class="LineNr">165 </span> y<span class="Special"> <- </span>call g x +<span id="L166" class="LineNr">166 </span> y<span class="Special"> <- </span>call g x +<span id="L167" class="LineNr">167 </span>] +<span id="L168" class="LineNr">168 </span><span class="muRecipe">def</span> g x:_elem<span class="muRecipe"> -> </span>y:_elem [ +<span id="L169" class="LineNr">169 </span> local-scope +<span id="L170" class="LineNr">170 </span> load-ingredients +<span id="L171" class="LineNr">171 </span> y<span class="Special"> <- </span>copy x +<span id="L172" class="LineNr">172 </span>] +<span id="L173" class="LineNr">173 </span><span class="traceContains">+mem: storing 34 in location 1</span> +<span id="L174" class="LineNr">174 </span> +<span id="L175" class="LineNr">175 </span><span class="SalientComment">//:: check types for 'call' instructions</span> +<span id="L176" class="LineNr">176 </span> +<span id="L177" class="LineNr">177 </span><span class="Delimiter">:(scenario call_check_literal_recipe)</span> +<span id="L178" class="LineNr">178 </span><span class="Special">% Hide_errors = true;</span> +<span id="L179" class="LineNr">179 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L180" class="LineNr">180 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>call f<span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L181" class="LineNr">181 </span>] +<span id="L182" class="LineNr">182 </span><span class="muRecipe">def</span> f x:point<span class="muRecipe"> -> </span>y:point [ +<span id="L183" class="LineNr">183 </span> local-scope +<span id="L184" class="LineNr">184 </span> load-ingredients +<span id="L185" class="LineNr">185 </span> y<span class="Special"> <- </span>copy x +<span id="L186" class="LineNr">186 </span>] +<span id="L187" class="LineNr">187 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: ingredient 0 has the wrong type at '1:num <- call f, 34'</span> +<span id="L188" class="LineNr">188 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: product 0 has the wrong type at '1:num <- call f, 34'</span> +<span id="L189" class="LineNr">189 </span> +<span id="L190" class="LineNr">190 </span><span class="Delimiter">:(scenario call_check_variable_recipe)</span> +<span id="L191" class="LineNr">191 </span><span class="Special">% Hide_errors = true;</span> +<span id="L192" class="LineNr">192 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L193" class="LineNr">193 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> point<span class="muRecipe"> -> </span>point<span class="Delimiter">)}</span><span class="Special"> <- </span>copy f +<span id="L194" class="LineNr">194 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>call <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> point<span class="muRecipe"> -> </span>point<span class="Delimiter">)},</span> <span class="Constant">34</span> +<span id="L195" class="LineNr">195 </span>] +<span id="L196" class="LineNr">196 </span><span class="muRecipe">def</span> f x:point<span class="muRecipe"> -> </span>y:point [ +<span id="L197" class="LineNr">197 </span> local-scope +<span id="L198" class="LineNr">198 </span> load-ingredients +<span id="L199" class="LineNr">199 </span> y<span class="Special"> <- </span>copy x +<span id="L200" class="LineNr">200 </span>] +<span id="L201" class="LineNr">201 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: ingredient 0 has the wrong type at '2:num <- call {1: (recipe point -> point)}, 34'</span> +<span id="L202" class="LineNr">202 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: product 0 has the wrong type at '2:num <- call {1: (recipe point -> point)}, 34'</span> +<span id="L203" class="LineNr">203 </span> +<span id="L204" class="LineNr">204 </span><span class="Delimiter">:(before "End resolve_ambiguous_call(r, index, inst, caller_recipe) Special-cases")</span> +<span id="L205" class="LineNr">205 </span><span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"call"</span> && !inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && <a href='072recipe.cc.html#L210'>is_recipe_literal</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L206" class="LineNr">206 </span> <a href='072recipe.cc.html#L213'>resolve_indirect_ambiguous_call</a><span class="Delimiter">(</span>r<span class="Delimiter">,</span> index<span class="Delimiter">,</span> inst<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">);</span> +<span id="L207" class="LineNr">207 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L208" class="LineNr">208 </span><span class="Delimiter">}</span> +<span id="L209" class="LineNr">209 </span><span class="Delimiter">:(code)</span> +<span id="L210" class="LineNr">210 </span><span class="Normal">bool</span> <a href='072recipe.cc.html#L210'>is_recipe_literal</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L211" class="LineNr">211 </span> <span class="Identifier">return</span> x<span class="Delimiter">.</span>type && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"recipe-literal"</span><span class="Delimiter">;</span> +<span id="L212" class="LineNr">212 </span><span class="Delimiter">}</span> +<span id="L213" class="LineNr">213 </span><span class="Normal">void</span> <a href='072recipe.cc.html#L213'>resolve_indirect_ambiguous_call</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">,</span> <span class="Normal">int</span> index<span class="Delimiter">,</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& caller_recipe<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L214" class="LineNr">214 </span> <a href='010vm.cc.html#L32'>instruction</a> inst2<span class="Delimiter">;</span> +<span id="L215" class="LineNr">215 </span> inst2<span class="Delimiter">.</span>name = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">;</span> +<span id="L216" class="LineNr">216 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/*</span><span class="Comment">skip <a href='010vm.cc.html#L19'>recipe</a></span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L217" class="LineNr">217 </span> inst2<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L218" class="LineNr">218 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L219" class="LineNr">219 </span> inst2<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L220" class="LineNr">220 </span> <a href='054static_dispatch.cc.html#L173'>resolve_ambiguous_call</a><span class="Delimiter">(</span>r<span class="Delimiter">,</span> index<span class="Delimiter">,</span> inst2<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">);</span> +<span id="L221" class="LineNr">221 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name = inst2<span class="Delimiter">.</span>name<span class="Delimiter">;</span> +<span id="L222" class="LineNr">222 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> inst2<span class="Delimiter">.</span>name<span class="Delimiter">));</span> +<span id="L223" class="LineNr">223 </span><span class="Delimiter">}</span> +<span id="L224" class="LineNr">224 </span> +<span id="L225" class="LineNr">225 </span><span class="Delimiter">:(after "Transform.push_back(check_instruction)")</span> +<span id="L226" class="LineNr">226 </span>Transform<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='072recipe.cc.html#L228'>check_indirect_calls_against_header</a><span class="Delimiter">);</span> <span class="Comment">// idempotent</span> +<span id="L227" class="LineNr">227 </span><span class="Delimiter">:(code)</span> +<span id="L228" class="LineNr">228 </span><span class="Normal">void</span> <a href='072recipe.cc.html#L228'>check_indirect_calls_against_header</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L229" class="LineNr">229 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- type-check 'call' instructions inside <a href='010vm.cc.html#L19'>recipe</a> "</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L230" class="LineNr">230 </span> <span class="Normal">const</span> recipe& caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span> +<span id="L231" class="LineNr">231 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L232" class="LineNr">232 </span> <span class="Normal">const</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L233" class="LineNr">233 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_indirect_call<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L234" class="LineNr">234 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// error raised above</span> +<span id="L235" class="LineNr">235 </span> <span class="Normal">const</span> reagent& callee = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L236" class="LineNr">236 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_recipe<span class="Delimiter">(</span>callee<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// error raised above</span> +<span id="L237" class="LineNr">237 </span> <span class="Normal">const</span> <a href='010vm.cc.html#L19'>recipe</a> callee_header = is_literal<span class="Delimiter">(</span>callee<span class="Delimiter">)</span> ? get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> callee<span class="Delimiter">.</span>value<span class="Delimiter">)</span> : <a href='072recipe.cc.html#L270'>from_reagent</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> +<span id="L238" class="LineNr">238 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!callee_header<span class="Delimiter">.</span>has_header<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L239" class="LineNr">239 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='072recipe.cc.html#L259'>is_indirect_call_with_ingredients</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L240" class="LineNr">240 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">int</span> i = <span class="Comment">/*</span><span class="Comment">skip callee</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee_header<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span>+<span class="Comment">/*</span><span class="Comment">skip callee</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L241" class="LineNr">241 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>callee_header<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i-<span class="Comment">/*</span><span class="Comment">skip callee</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">),</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> +<span id="L242" class="LineNr">242 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"ingredient "</span> << i-<span class="Comment">/*</span><span class="Comment">skip callee</span><span class="Comment">*/</span><span class="Constant">1</span> << <span class="Constant">" has the wrong type at '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L243" class="LineNr">243 </span> <span class="Delimiter">}</span> +<span id="L244" class="LineNr">244 </span> <span class="Delimiter">}</span> +<span id="L245" class="LineNr">245 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='072recipe.cc.html#L264'>is_indirect_call_with_products</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L246" class="LineNr">246 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee_header<span class="Delimiter">.</span>products<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L247" class="LineNr">247 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_dummy<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L248" class="LineNr">248 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_coercible<span class="Delimiter">(</span>callee_header<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> +<span id="L249" class="LineNr">249 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"product "</span> << i << <span class="Constant">" has the wrong type at '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L250" class="LineNr">250 </span> <span class="Delimiter">}</span> +<span id="L251" class="LineNr">251 </span> <span class="Delimiter">}</span> +<span id="L252" class="LineNr">252 </span> <span class="Delimiter">}</span> +<span id="L253" class="LineNr">253 </span><span class="Delimiter">}</span> +<span id="L254" class="LineNr">254 </span> +<span id="L255" class="LineNr">255 </span><span class="Normal">bool</span> <a href='072recipe.cc.html#L255'>is_indirect_call</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L256" class="LineNr">256 </span> <span class="Identifier">return</span> <a href='072recipe.cc.html#L259'>is_indirect_call_with_ingredients</a><span class="Delimiter">(</span>r<span class="Delimiter">)</span> || <a href='072recipe.cc.html#L264'>is_indirect_call_with_products</a><span class="Delimiter">(</span>r<span class="Delimiter">);</span> +<span id="L257" class="LineNr">257 </span><span class="Delimiter">}</span> +<span id="L258" class="LineNr">258 </span> +<span id="L259" class="LineNr">259 </span><span class="Normal">bool</span> <a href='072recipe.cc.html#L259'>is_indirect_call_with_ingredients</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L260" class="LineNr">260 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r == CALL<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L261" class="LineNr">261 </span> <span class="Comment">// End is_indirect_call_with_ingredients Special-cases</span> +<span id="L262" class="LineNr">262 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L263" class="LineNr">263 </span><span class="Delimiter">}</span> +<span id="L264" class="LineNr">264 </span><span class="Normal">bool</span> <a href='072recipe.cc.html#L264'>is_indirect_call_with_products</a><span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L265" class="LineNr">265 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r == CALL<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L266" class="LineNr">266 </span> <span class="Comment">// End is_indirect_call_with_products Special-cases</span> +<span id="L267" class="LineNr">267 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L268" class="LineNr">268 </span><span class="Delimiter">}</span> +<span id="L269" class="LineNr">269 </span> +<span id="L270" class="LineNr">270 </span><span class="muRecipe"><a href='010vm.cc.html#L19'>recipe</a></span> <a href='072recipe.cc.html#L270'>from_reagent</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L271" class="LineNr">271 </span> assert<span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">);</span> +<span id="L272" class="LineNr">272 </span> <a href='010vm.cc.html#L19'>recipe</a> result_header<span class="Delimiter">;</span> <span class="Comment">// will contain only ingredients and products, nothing else</span> +<span id="L273" class="LineNr">273 </span> result_header<span class="Delimiter">.</span>has_header = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L274" class="LineNr">274 </span> <span class="Comment">// Begin Reagent->Recipe(r, recipe_header)</span> +<span id="L275" class="LineNr">275 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L276" class="LineNr">276 </span> assert<span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"recipe"</span><span class="Delimiter">);</span> +<span id="L277" class="LineNr">277 </span> <span class="Identifier">return</span> result_header<span class="Delimiter">;</span> +<span id="L278" class="LineNr">278 </span> <span class="Delimiter">}</span> +<span id="L279" class="LineNr">279 </span> <span class="Normal">const</span> type_tree* root_type = r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom ? r<span class="Delimiter">.</span>type : r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">;</span> +<span id="L280" class="LineNr">280 </span> assert<span class="Delimiter">(</span>root_type<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L281" class="LineNr">281 </span> assert<span class="Delimiter">(</span>root_type<span class="Delimiter">-></span>name == <span class="Constant">"recipe"</span><span class="Delimiter">);</span> +<span id="L282" class="LineNr">282 </span> <span class="Normal">const</span> type_tree* curr = r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>right<span class="Delimiter">;</span> +<span id="L283" class="LineNr">283 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">nada</span><span class="Comment">*/</span><span class="Delimiter">;</span> curr && !curr<span class="Delimiter">-></span>atom<span class="Delimiter">;</span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L284" class="LineNr">284 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom && curr<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"->"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L285" class="LineNr">285 </span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">;</span> <span class="Comment">// skip delimiter</span> +<span id="L286" class="LineNr">286 </span> <span class="Identifier">goto</span> read_products<span class="Delimiter">;</span> +<span id="L287" class="LineNr">287 </span> <span class="Delimiter">}</span> +<span id="L288" class="LineNr">288 </span> result_header<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='072recipe.cc.html#L332'>next_recipe_reagent</a><span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">));</span> +<span id="L289" class="LineNr">289 </span> <span class="Delimiter">}</span> +<span id="L290" class="LineNr">290 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L291" class="LineNr">291 </span> assert<span class="Delimiter">(</span>curr<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L292" class="LineNr">292 </span> result_header<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='072recipe.cc.html#L332'>next_recipe_reagent</a><span class="Delimiter">(</span>curr<span class="Delimiter">));</span> +<span id="L293" class="LineNr">293 </span> <span class="Identifier">return</span> result_header<span class="Delimiter">;</span> <span class="Comment">// no products</span> +<span id="L294" class="LineNr">294 </span> <span class="Delimiter">}</span> +<span id="L295" class="LineNr">295 </span> <span class="Normal">read_products</span>: +<span id="L296" class="LineNr">296 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">nada</span><span class="Comment">*/</span><span class="Delimiter">;</span> curr && !curr<span class="Delimiter">-></span>atom<span class="Delimiter">;</span> curr = curr<span class="Delimiter">-></span>right<span class="Delimiter">)</span> +<span id="L297" class="LineNr">297 </span> result_header<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='072recipe.cc.html#L332'>next_recipe_reagent</a><span class="Delimiter">(</span>curr<span class="Delimiter">-></span>left<span class="Delimiter">));</span> +<span id="L298" class="LineNr">298 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L299" class="LineNr">299 </span> assert<span class="Delimiter">(</span>curr<span class="Delimiter">-></span>atom<span class="Delimiter">);</span> +<span id="L300" class="LineNr">300 </span> result_header<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='072recipe.cc.html#L332'>next_recipe_reagent</a><span class="Delimiter">(</span>curr<span class="Delimiter">));</span> +<span id="L301" class="LineNr">301 </span> <span class="Delimiter">}</span> +<span id="L302" class="LineNr">302 </span> <span class="Identifier">return</span> result_header<span class="Delimiter">;</span> +<span id="L303" class="LineNr">303 </span><span class="Delimiter">}</span> +<span id="L304" class="LineNr">304 </span> +<span id="L305" class="LineNr">305 </span><span class="Delimiter">:(before "End Unit Tests")</span> +<span id="L306" class="LineNr">306 </span><span class="Normal">void</span> <a href='072recipe.cc.html#L306'>test_from_reagent_atomic</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L307" class="LineNr">307 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"{f: recipe}"</span><span class="Delimiter">);</span> +<span id="L308" class="LineNr">308 </span> <a href='010vm.cc.html#L19'>recipe</a> r_header = <a href='072recipe.cc.html#L270'>from_reagent</a><span class="Delimiter">(</span>a<span class="Delimiter">);</span> +<span id="L309" class="LineNr">309 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>r_header<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> +<span id="L310" class="LineNr">310 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>r_header<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> +<span id="L311" class="LineNr">311 </span><span class="Delimiter">}</span> +<span id="L312" class="LineNr">312 </span><span class="Normal">void</span> <a href='072recipe.cc.html#L312'>test_from_reagent_non_atomic</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L313" class="LineNr">313 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"{f: (recipe number -> number)}"</span><span class="Delimiter">);</span> +<span id="L314" class="LineNr">314 </span> <a href='010vm.cc.html#L19'>recipe</a> r_header = <a href='072recipe.cc.html#L270'>from_reagent</a><span class="Delimiter">(</span>a<span class="Delimiter">);</span> +<span id="L315" class="LineNr">315 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r_header<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L316" class="LineNr">316 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r_header<span class="Delimiter">.</span>products<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L317" class="LineNr">317 </span><span class="Delimiter">}</span> +<span id="L318" class="LineNr">318 </span><span class="Normal">void</span> <a href='072recipe.cc.html#L318'>test_from_reagent_reads_ingredient_at_end</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L319" class="LineNr">319 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"{f: (recipe number number)}"</span><span class="Delimiter">);</span> +<span id="L320" class="LineNr">320 </span> <a href='010vm.cc.html#L19'>recipe</a> r_header = <a href='072recipe.cc.html#L270'>from_reagent</a><span class="Delimiter">(</span>a<span class="Delimiter">);</span> +<span id="L321" class="LineNr">321 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r_header<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <span class="Constant">2</span><span class="Delimiter">);</span> +<span id="L322" class="LineNr">322 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>r_header<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> +<span id="L323" class="LineNr">323 </span><span class="Delimiter">}</span> +<span id="L324" class="LineNr">324 </span><span class="Normal">void</span> <a href='072recipe.cc.html#L324'>test_from_reagent_reads_sole_ingredient_at_end</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L325" class="LineNr">325 </span> reagent a<span class="Delimiter">(</span><span class="Constant">"{f: (recipe number)}"</span><span class="Delimiter">);</span> +<span id="L326" class="LineNr">326 </span> <a href='010vm.cc.html#L19'>recipe</a> r_header = <a href='072recipe.cc.html#L270'>from_reagent</a><span class="Delimiter">(</span>a<span class="Delimiter">);</span> +<span id="L327" class="LineNr">327 </span> <a href='002test.cc.html#L31'>CHECK_EQ</a><span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r_header<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L328" class="LineNr">328 </span> <a href='002test.cc.html#L24'>CHECK</a><span class="Delimiter">(</span>r_header<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> +<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="Delimiter">:(code)</span> +<span id="L332" class="LineNr">332 </span>reagent <a href='072recipe.cc.html#L332'>next_recipe_reagent</a><span class="Delimiter">(</span><span class="Normal">const</span> type_tree* curr<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L333" class="LineNr">333 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!curr<span class="Delimiter">-></span>left<span class="Delimiter">)</span> <span class="Identifier">return</span> reagent<span class="Delimiter">(</span><span class="Constant">"recipe:"</span>+curr<span class="Delimiter">-></span>name<span class="Delimiter">);</span> +<span id="L334" class="LineNr">334 </span> reagent result<span class="Delimiter">;</span> +<span id="L335" class="LineNr">335 </span> result<span class="Delimiter">.</span>name = <span class="Constant">"recipe"</span><span class="Delimiter">;</span> +<span id="L336" class="LineNr">336 </span> result<span class="Delimiter">.</span>type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span>*curr<span class="Delimiter">);</span> +<span id="L337" class="LineNr">337 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L338" class="LineNr">338 </span><span class="Delimiter">}</span> +<span id="L339" class="LineNr">339 </span> +<span id="L340" class="LineNr">340 </span><span class="Normal">bool</span> <a href='072recipe.cc.html#L340'>is_mu_recipe</a><span class="Delimiter">(</span><span class="Normal">const</span> reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L341" class="LineNr">341 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!r<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L342" class="LineNr">342 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L343" class="LineNr">343 </span> <span class="Comment">// End is_mu_recipe Atom Cases(r)</span> +<span id="L344" class="LineNr">344 </span> <span class="Identifier">return</span> r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"recipe-literal"</span><span class="Delimiter">;</span> +<span id="L345" class="LineNr">345 </span> <span class="Delimiter">}</span> +<span id="L346" class="LineNr">346 </span> <span class="Identifier">return</span> r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>atom && r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">-></span>name == <span class="Constant">"recipe"</span><span class="Delimiter">;</span> +<span id="L347" class="LineNr">347 </span><span class="Delimiter">}</span> +<span id="L348" class="LineNr">348 </span> +<span id="L349" class="LineNr">349 </span><span class="Delimiter">:(scenario copy_typecheck_recipe_variable)</span> +<span id="L350" class="LineNr">350 </span><span class="Special">% Hide_errors = true;</span> +<span id="L351" class="LineNr">351 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L352" class="LineNr">352 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> <span class="Comment"># abc def</span> +<span id="L353" class="LineNr">353 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> number<span class="muRecipe"> -> </span>number<span class="Delimiter">)}</span><span class="Special"> <- </span>copy f <span class="Comment"># store literal in a matching variable</span> +<span id="L354" class="LineNr">354 </span> <span class="Delimiter">{</span><span class="Constant">2</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> boolean<span class="muRecipe"> -> </span>boolean<span class="Delimiter">)}</span><span class="Special"> <- </span>copy <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> number<span class="muRecipe"> -> </span>number<span class="Delimiter">)}</span> <span class="Comment"># mismatch between recipe variables</span> +<span id="L355" class="LineNr">355 </span>] +<span id="L356" class="LineNr">356 </span><span class="muRecipe">def</span> f x:num<span class="muRecipe"> -> </span>y:num [ +<span id="L357" class="LineNr">357 </span> local-scope +<span id="L358" class="LineNr">358 </span> load-ingredients +<span id="L359" class="LineNr">359 </span> y<span class="Special"> <- </span>copy x +<span id="L360" class="LineNr">360 </span>] +<span id="L361" class="LineNr">361 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: can't copy '{1: (recipe number -> number)}' to '{2: (recipe boolean -> boolean)}'; types don't match</span> +<span id="L362" class="LineNr">362 </span> +<span id="L363" class="LineNr">363 </span><span class="Delimiter">:(scenario copy_typecheck_recipe_variable_2)</span> +<span id="L364" class="LineNr">364 </span><span class="Special">% Hide_errors = true;</span> +<span id="L365" class="LineNr">365 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L366" class="LineNr">366 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> number<span class="muRecipe"> -> </span>number<span class="Delimiter">)}</span><span class="Special"> <- </span>copy f <span class="Comment"># mismatch with a recipe literal</span> +<span id="L367" class="LineNr">367 </span>] +<span id="L368" class="LineNr">368 </span><span class="muRecipe">def</span> f x:<span class="Normal">bool</span><span class="muRecipe"> -> </span>y:<span class="Normal">bool</span> [ +<span id="L369" class="LineNr">369 </span> local-scope +<span id="L370" class="LineNr">370 </span> load-ingredients +<span id="L371" class="LineNr">371 </span> y<span class="Special"> <- </span>copy x +<span id="L372" class="LineNr">372 </span>] +<span id="L373" class="LineNr">373 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: can't copy 'f' to '{1: (recipe number -> number)}'; types don't match</span> +<span id="L374" class="LineNr">374 </span> +<span id="L375" class="LineNr">375 </span><span class="Delimiter">:(before "End Matching Types For Literal(to)")</span> +<span id="L376" class="LineNr">376 </span><span class="Normal">if</span> <span class="Delimiter">(</span><a href='072recipe.cc.html#L340'>is_mu_recipe</a><span class="Delimiter">(</span>to<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L377" class="LineNr">377 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> from<span class="Delimiter">.</span>value<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L378" class="LineNr">378 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"trying to store <a href='010vm.cc.html#L19'>recipe</a> "</span> << from<span class="Delimiter">.</span>name << <span class="Constant">" into "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>to<span class="Delimiter">)</span> << <span class="Constant">" but there's no such recipe</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L379" class="LineNr">379 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L380" class="LineNr">380 </span> <span class="Delimiter">}</span> +<span id="L381" class="LineNr">381 </span> <span class="Normal">const</span> recipe& rrhs = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> from<span class="Delimiter">.</span>value<span class="Delimiter">);</span> +<span id="L382" class="LineNr">382 </span> <span class="Normal">const</span> recipe& rlhs = <a href='072recipe.cc.html#L270'>from_reagent</a><span class="Delimiter">(</span>to<span class="Delimiter">);</span> +<span id="L383" class="LineNr">383 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>rlhs<span class="Delimiter">.</span>ingredients<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>rrhs<span class="Delimiter">.</span>ingredients<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L384" class="LineNr">384 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_match<span class="Delimiter">(</span>rlhs<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> rrhs<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> +<span id="L385" class="LineNr">385 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L386" class="LineNr">386 </span> <span class="Delimiter">}</span> +<span id="L387" class="LineNr">387 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < min<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>rlhs<span class="Delimiter">.</span>products<span class="Delimiter">),</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>rrhs<span class="Delimiter">.</span>products<span class="Delimiter">));</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L388" class="LineNr">388 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!types_match<span class="Delimiter">(</span>rlhs<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">),</span> rrhs<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> +<span id="L389" class="LineNr">389 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L390" class="LineNr">390 </span> <span class="Delimiter">}</span> +<span id="L391" class="LineNr">391 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L392" class="LineNr">392 </span><span class="Delimiter">}</span> +<span id="L393" class="LineNr">393 </span> +<span id="L394" class="LineNr">394 </span><span class="Delimiter">:(scenario call_variable_compound_ingredient)</span> +<span id="L395" class="LineNr">395 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L396" class="LineNr">396 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> number<span class="Delimiter">)</span><span class="muRecipe"> -> </span>number<span class="Delimiter">)}</span><span class="Special"> <- </span>copy f +<span id="L397" class="LineNr">397 </span> <span class="Constant">2</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L398" class="LineNr">398 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>call <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> <span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a> number<span class="Delimiter">)</span><span class="muRecipe"> -> </span>number<span class="Delimiter">)},</span> <span class="Constant">2</span>:&:num +<span id="L399" class="LineNr">399 </span>] +<span id="L400" class="LineNr">400 </span><span class="muRecipe">def</span> f x:&:num<span class="muRecipe"> -> </span>y:num [ +<span id="L401" class="LineNr">401 </span> local-scope +<span id="L402" class="LineNr">402 </span> load-ingredients +<span id="L403" class="LineNr">403 </span> y<span class="Special"> <- </span>copy x +<span id="L404" class="LineNr">404 </span>] +<span id="L405" class="LineNr">405 </span>$error: <span class="Constant">0</span> +<span id="L406" class="LineNr">406 </span> +<span id="L407" class="LineNr">407 </span><span class="Comment">//: make sure we don't accidentally break on a recipe literal</span> +<span id="L408" class="LineNr">408 </span><span class="Delimiter">:(scenario jump_forbidden_on_recipe_literals)</span> +<span id="L409" class="LineNr">409 </span><span class="Special">% Hide_errors = true;</span> +<span id="L410" class="LineNr">410 </span><span class="muRecipe">def</span> foo [ +<span id="L411" class="LineNr">411 </span> local-scope +<span id="L412" class="LineNr">412 </span>] +<span id="L413" class="LineNr">413 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L414" class="LineNr">414 </span> local-scope -<span id="L415" class="LineNr">415 </span>] -<span id="L416" class="LineNr">416 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L417" class="LineNr">417 </span> local-scope -<span id="L418" class="LineNr">418 </span> <span class="Delimiter">{</span> -<span id="L419" class="LineNr">419 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span>-<span class="Normal">if</span> foo -<span id="L420" class="LineNr">420 </span> <span class="Delimiter">}</span> -<span id="L421" class="LineNr">421 </span>] -<span id="L422" class="LineNr">422 </span><span class="Comment"># error should be as if foo is not a recipe</span> -<span id="L423" class="LineNr">423 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: missing type for 'foo' in 'break-if foo'</span> -<span id="L424" class="LineNr">424 </span> -<span id="L425" class="LineNr">425 </span><span class="Delimiter">:(before "End JUMP_IF Checks")</span> -<span id="L426" class="LineNr">426 </span><a href='072recipe.cc.html#L430'>check_for_recipe_literals</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">));</span> -<span id="L427" class="LineNr">427 </span><span class="Delimiter">:(before "End JUMP_UNLESS Checks")</span> -<span id="L428" class="LineNr">428 </span><a href='072recipe.cc.html#L430'>check_for_recipe_literals</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">));</span> -<span id="L429" class="LineNr">429 </span><span class="Delimiter">:(code)</span> -<span id="L430" class="LineNr">430 </span><span class="Normal">void</span> <a href='072recipe.cc.html#L430'>check_for_recipe_literals</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& caller<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L431" class="LineNr">431 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L432" class="LineNr">432 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='072recipe.cc.html#L343'>is_mu_recipe</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L433" class="LineNr">433 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"missing type for '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"' in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L434" class="LineNr">434 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_present_in_ingredients<span class="Delimiter">(</span>caller<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">))</span> -<span id="L435" class="LineNr">435 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" did you forget 'load-ingredients'?</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L436" class="LineNr">436 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L437" class="LineNr">437 </span> <span class="Delimiter">}</span> -<span id="L438" class="LineNr">438 </span><span class="Delimiter">}</span> -<span id="L439" class="LineNr">439 </span> -<span id="L440" class="LineNr">440 </span><span class="Delimiter">:(scenario load_ingredients_missing_error_3)</span> -<span id="L441" class="LineNr">441 </span><span class="Special">% Hide_errors = true;</span> -<span id="L442" class="LineNr">442 </span><span class="muRecipe">def</span> foo <span class="Delimiter">{</span>f: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> num<span class="muRecipe"> -> </span>num<span class="Delimiter">)}</span> [ -<span id="L443" class="LineNr">443 </span> local-scope -<span id="L444" class="LineNr">444 </span> <span class="Normal">b</span>:num<span class="Special"> <- </span>call f<span class="Delimiter">,</span> <span class="Constant">1</span> -<span id="L445" class="LineNr">445 </span>] -<span id="L446" class="LineNr">446 </span><span class="traceContains">+error: foo: missing type for 'f' in 'b:num <- call f, 1'</span> -<span id="L447" class="LineNr">447 </span><span class="traceContains">+error: did you forget 'load-ingredients'?</span> +<span id="L415" class="LineNr">415 </span> <span class="Delimiter">{</span> +<span id="L416" class="LineNr">416 </span> <span class="Identifier">break</span>-<span class="Normal">if</span> foo +<span id="L417" class="LineNr">417 </span> <span class="Delimiter">}</span> +<span id="L418" class="LineNr">418 </span>] +<span id="L419" class="LineNr">419 </span><span class="Comment"># error should be as if foo is not a recipe</span> +<span id="L420" class="LineNr">420 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: missing type for 'foo' in 'break-if foo'</span> +<span id="L421" class="LineNr">421 </span> +<span id="L422" class="LineNr">422 </span><span class="Delimiter">:(before "End JUMP_IF Checks")</span> +<span id="L423" class="LineNr">423 </span><a href='072recipe.cc.html#L427'>check_for_recipe_literals</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">));</span> +<span id="L424" class="LineNr">424 </span><span class="Delimiter">:(before "End JUMP_UNLESS Checks")</span> +<span id="L425" class="LineNr">425 </span><a href='072recipe.cc.html#L427'>check_for_recipe_literals</a><span class="Delimiter">(</span>inst<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">));</span> +<span id="L426" class="LineNr">426 </span><span class="Delimiter">:(code)</span> +<span id="L427" class="LineNr">427 </span><span class="Normal">void</span> <a href='072recipe.cc.html#L427'>check_for_recipe_literals</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& caller<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L428" class="LineNr">428 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L429" class="LineNr">429 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='072recipe.cc.html#L340'>is_mu_recipe</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L430" class="LineNr">430 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"missing type for '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>original_string << <span class="Constant">"' in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L431" class="LineNr">431 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_present_in_ingredients<span class="Delimiter">(</span>caller<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>name<span class="Delimiter">))</span> +<span id="L432" class="LineNr">432 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" did you forget 'load-ingredients'?</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L433" class="LineNr">433 </span> <span class="Delimiter">}</span> +<span id="L434" class="LineNr">434 </span> <span class="Delimiter">}</span> +<span id="L435" class="LineNr">435 </span><span class="Delimiter">}</span> +<span id="L436" class="LineNr">436 </span> +<span id="L437" class="LineNr">437 </span><span class="Delimiter">:(scenario load_ingredients_missing_error_3)</span> +<span id="L438" class="LineNr">438 </span><span class="Special">% Hide_errors = true;</span> +<span id="L439" class="LineNr">439 </span><span class="muRecipe">def</span> foo <span class="Delimiter">{</span>f: <span class="Delimiter">(</span><a href='010vm.cc.html#L19'>recipe</a> num<span class="muRecipe"> -> </span>num<span class="Delimiter">)}</span> [ +<span id="L440" class="LineNr">440 </span> local-scope +<span id="L441" class="LineNr">441 </span> <span class="Normal">b</span>:num<span class="Special"> <- </span>call f<span class="Delimiter">,</span> <span class="Constant">1</span> +<span id="L442" class="LineNr">442 </span>] +<span id="L443" class="LineNr">443 </span><span class="traceContains">+error: foo: missing type for 'f' in 'b:num <- call f, 1'</span> +<span id="L444" class="LineNr">444 </span><span class="traceContains">+error: did you forget 'load-ingredients'?</span> +<span id="L445" class="LineNr">445 </span> +<span id="L446" class="LineNr">446 </span><span class="Delimiter">:(before "End Mu Types Initialization")</span> +<span id="L447" class="LineNr">447 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_abbreviations<span class="Delimiter">,</span> <span class="Constant">"function"</span><span class="Delimiter">,</span> <a href='018type_abbreviations.cc.html#L58'>new_type_tree</a><span class="Delimiter">(</span><span class="Constant">"recipe"</span><span class="Delimiter">));</span> <span id="L448" class="LineNr">448 </span> -<span id="L449" class="LineNr">449 </span><span class="Delimiter">:(before "End Mu Types Initialization")</span> -<span id="L450" class="LineNr">450 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Type_abbreviations<span class="Delimiter">,</span> <span class="Constant">"function"</span><span class="Delimiter">,</span> <a href='018type_abbreviations.cc.html#L58'>new_type_tree</a><span class="Delimiter">(</span><span class="Constant">"recipe"</span><span class="Delimiter">));</span> -<span id="L451" class="LineNr">451 </span> -<span id="L452" class="LineNr">452 </span><span class="Delimiter">:(scenario call_function)</span> -<span id="L453" class="LineNr">453 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L454" class="LineNr">454 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span>function number<span class="muRecipe"> -> </span>number<span class="Delimiter">)}</span><span class="Special"> <- </span>copy f -<span id="L455" class="LineNr">455 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>call <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span>function number<span class="muRecipe"> -> </span>number<span class="Delimiter">)},</span> <span class="Constant">34</span> -<span id="L456" class="LineNr">456 </span>] -<span id="L457" class="LineNr">457 </span><span class="muRecipe">def</span> f x:num<span class="muRecipe"> -> </span>y:num [ -<span id="L458" class="LineNr">458 </span> local-scope -<span id="L459" class="LineNr">459 </span> load-ingredients -<span id="L460" class="LineNr">460 </span> y<span class="Special"> <- </span>copy x -<span id="L461" class="LineNr">461 </span>] -<span id="L462" class="LineNr">462 </span><span class="traceContains">+mem: storing 34 in location 2</span> +<span id="L449" class="LineNr">449 </span><span class="Delimiter">:(scenario call_function)</span> +<span id="L450" class="LineNr">450 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L451" class="LineNr">451 </span> <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span>function number<span class="muRecipe"> -> </span>number<span class="Delimiter">)}</span><span class="Special"> <- </span>copy f +<span id="L452" class="LineNr">452 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>call <span class="Delimiter">{</span><span class="Constant">1</span>: <span class="Delimiter">(</span>function number<span class="muRecipe"> -> </span>number<span class="Delimiter">)},</span> <span class="Constant">34</span> +<span id="L453" class="LineNr">453 </span>] +<span id="L454" class="LineNr">454 </span><span class="muRecipe">def</span> f x:num<span class="muRecipe"> -> </span>y:num [ +<span id="L455" class="LineNr">455 </span> local-scope +<span id="L456" class="LineNr">456 </span> load-ingredients +<span id="L457" class="LineNr">457 </span> y<span class="Special"> <- </span>copy x +<span id="L458" class="LineNr">458 </span>] +<span id="L459" class="LineNr">459 </span><span class="traceContains">+mem: storing 34 in location 2</span> </pre> </body> </html> diff --git a/html/073scheduler.cc.html b/html/073scheduler.cc.html index 82b30a58..3df86acd 100644 --- a/html/073scheduler.cc.html +++ b/html/073scheduler.cc.html @@ -15,20 +15,19 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.cSpecial { color: #008000; } .LineNr { color: #444444; } -.SalientComment { color: #00ffff; } +.traceAbsent { color: #c00000; } +.Constant { color: #00a0a0; } .muRecipe { color: #ff8700; } -.cSpecial { color: #008000; } -.Identifier { color: #c0a020; } .Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } -.traceAbsent { color: #c00000; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.SalientComment { color: #00ffff; } +.traceContains { color: #008000; } --> </style> @@ -71,7 +70,7 @@ if ('onhashchange' in window) { <span id="L6" class="LineNr"> 6 </span> start-running f2 <span id="L7" class="LineNr"> 7 </span> <span class="Comment"># wait for f2 to run</span> <span id="L8" class="LineNr"> 8 </span> <span class="Delimiter">{</span> -<span id="L9" class="LineNr"> 9 </span> <span class="Conceal">¦</span> jump-unless <span class="Constant">1</span>:num<span class="Delimiter">,</span> -<span class="Constant">1</span> +<span id="L9" class="LineNr"> 9 </span> jump-unless <span class="Constant">1</span>:num<span class="Delimiter">,</span> -<span class="Constant">1</span> <span id="L10" class="LineNr"> 10 </span> <span class="Delimiter">}</span> <span id="L11" class="LineNr"> 11 </span>] <span id="L12" class="LineNr"> 12 </span><span class="muRecipe">def</span> f2 [ @@ -93,7 +92,7 @@ if ('onhashchange' in window) { <span id="L28" class="LineNr"> 28 </span><span class="Normal">bool</span> <a href='073scheduler.cc.html#L28'>should_continue_running</a><span class="Delimiter">(</span><span class="Normal">const</span> routine* current_routine<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L29" class="LineNr"> 29 </span> assert<span class="Delimiter">(</span>current_routine == Current_routine<span class="Delimiter">);</span> <span class="Comment">// argument passed in just to make caller readable above</span> <span id="L30" class="LineNr"> 30 </span> <span class="Identifier">return</span> Current_routine<span class="Delimiter">-></span>state == <a href='073scheduler.cc.html#L41'>RUNNING</a> -<span id="L31" class="LineNr"> 31 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> && Current_routine<span class="Delimiter">-></span>instructions_run_this_scheduling_slice < Scheduling_interval<span class="Delimiter">;</span> +<span id="L31" class="LineNr"> 31 </span> && Current_routine<span class="Delimiter">-></span>instructions_run_this_scheduling_slice < Scheduling_interval<span class="Delimiter">;</span> <span id="L32" class="LineNr"> 32 </span><span class="Delimiter">}</span> <span id="L33" class="LineNr"> 33 </span><span class="Delimiter">:(after "stop_running_current_routine:")</span> <span id="L34" class="LineNr"> 34 </span><span class="Comment">// Reset instructions_run_this_scheduling_slice</span> @@ -131,26 +130,26 @@ if ('onhashchange' in window) { <span id="L66" class="LineNr"> 66 </span> Routines<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>rr<span class="Delimiter">);</span> <span id="L67" class="LineNr"> 67 </span> Current_routine_index = <span class="Constant">0</span><span class="Delimiter">,</span> Current_routine = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L68" class="LineNr"> 68 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>!all_routines_done<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <a href='073scheduler.cc.html#L94'>skip_to_next_routine</a><span class="Delimiter">();</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>Current_routine<span class="Delimiter">);</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>state == <a href='073scheduler.cc.html#L41'>RUNNING</a><span class="Delimiter">);</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9990</span><span class="Delimiter">,</span> <span class="Constant">"schedule"</span><span class="Delimiter">)</span> << <a href='073scheduler.cc.html#L106'>current_routine_label</a><span class="Delimiter">()</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> run_current_routine<span class="Delimiter">();</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <span class="Comment">// Scheduler State Transitions</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>completed<span class="Delimiter">())</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Current_routine<span class="Delimiter">-></span>state = <a href='073scheduler.cc.html#L42'>COMPLETED</a><span class="Delimiter">;</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> <span class="Comment">// End Scheduler State Transitions</span> +<span id="L69" class="LineNr"> 69 </span> <a href='073scheduler.cc.html#L94'>skip_to_next_routine</a><span class="Delimiter">();</span> +<span id="L70" class="LineNr"> 70 </span> assert<span class="Delimiter">(</span>Current_routine<span class="Delimiter">);</span> +<span id="L71" class="LineNr"> 71 </span> assert<span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>state == <a href='073scheduler.cc.html#L41'>RUNNING</a><span class="Delimiter">);</span> +<span id="L72" class="LineNr"> 72 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9990</span><span class="Delimiter">,</span> <span class="Constant">"schedule"</span><span class="Delimiter">)</span> << <a href='073scheduler.cc.html#L106'>current_routine_label</a><span class="Delimiter">()</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L73" class="LineNr"> 73 </span> run_current_routine<span class="Delimiter">();</span> +<span id="L74" class="LineNr"> 74 </span> <span class="Comment">// Scheduler State Transitions</span> +<span id="L75" class="LineNr"> 75 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>completed<span class="Delimiter">())</span> +<span id="L76" class="LineNr"> 76 </span> Current_routine<span class="Delimiter">-></span>state = <a href='073scheduler.cc.html#L42'>COMPLETED</a><span class="Delimiter">;</span> +<span id="L77" class="LineNr"> 77 </span> <span class="Comment">// End Scheduler State Transitions</span> <span id="L78" class="LineNr"> 78 </span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <span class="Comment">// Scheduler Cleanup</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Comment">// End Scheduler Cleanup</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Comment">// Scheduler Cleanup</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Comment">// End Scheduler Cleanup</span> <span id="L81" class="LineNr"> 81 </span> <span class="Delimiter">}</span> <span id="L82" class="LineNr"> 82 </span> <span class="Comment">// End Run Routine</span> <span id="L83" class="LineNr"> 83 </span><span class="Delimiter">}</span> <span id="L84" class="LineNr"> 84 </span> <span id="L85" class="LineNr"> 85 </span><span class="Normal">bool</span> <a href='073scheduler.cc.html#L85'>all_routines_done</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L86" class="LineNr"> 86 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state == <a href='073scheduler.cc.html#L41'>RUNNING</a><span class="Delimiter">)</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state == <a href='073scheduler.cc.html#L41'>RUNNING</a><span class="Delimiter">)</span> +<span id="L88" class="LineNr"> 88 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L89" class="LineNr"> 89 </span> <span class="Delimiter">}</span> <span id="L90" class="LineNr"> 90 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L91" class="LineNr"> 91 </span><span class="Delimiter">}</span> @@ -160,11 +159,11 @@ if ('onhashchange' in window) { <span id="L95" class="LineNr"> 95 </span> assert<span class="Delimiter">(</span>!Routines<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> <span id="L96" class="LineNr"> 96 </span> assert<span class="Delimiter">(</span>Current_routine_index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">));</span> <span id="L97" class="LineNr"> 97 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Delimiter">(</span>Current_routine_index+<span class="Constant">1</span><span class="Delimiter">)</span>%SIZE<span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> i != Current_routine_index<span class="Delimiter">;</span> i = <span class="Delimiter">(</span>i+<span class="Constant">1</span><span class="Delimiter">)</span>%SIZE<span class="Delimiter">(</span>Routines<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state == <a href='073scheduler.cc.html#L41'>RUNNING</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Current_routine_index = i<span class="Delimiter">;</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Current_routine = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state == <a href='073scheduler.cc.html#L41'>RUNNING</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L99" class="LineNr"> 99 </span> Current_routine_index = i<span class="Delimiter">;</span> +<span id="L100" class="LineNr">100 </span> Current_routine = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L101" class="LineNr">101 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L102" class="LineNr">102 </span> <span class="Delimiter">}</span> <span id="L103" class="LineNr">103 </span> <span class="Delimiter">}</span> <span id="L104" class="LineNr">104 </span><span class="Delimiter">}</span> <span id="L105" class="LineNr">105 </span> @@ -176,8 +175,8 @@ if ('onhashchange' in window) { <span id="L111" class="LineNr">111 </span> ostringstream result<span class="Delimiter">;</span> <span id="L112" class="LineNr">112 </span> <span class="Normal">const</span> call_stack& calls = r<span class="Delimiter">-></span>calls<span class="Delimiter">;</span> <span id="L113" class="LineNr">113 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>call_stack::const_iterator p = calls<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != calls<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>p != calls<span class="Delimiter">.</span>begin<span class="Delimiter">())</span> result << <span class="Constant">'/'</span><span class="Delimiter">;</span> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> result << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> p<span class="Delimiter">-></span>running_recipe<span class="Delimiter">).</span>name<span class="Delimiter">;</span> +<span id="L114" class="LineNr">114 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>p != calls<span class="Delimiter">.</span>begin<span class="Delimiter">())</span> result << <span class="Constant">'/'</span><span class="Delimiter">;</span> +<span id="L115" class="LineNr">115 </span> result << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> p<span class="Delimiter">-></span>running_recipe<span class="Delimiter">).</span>name<span class="Delimiter">;</span> <span id="L116" class="LineNr">116 </span> <span class="Delimiter">}</span> <span id="L117" class="LineNr">117 </span> <span class="Identifier">return</span> result<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L118" class="LineNr">118 </span><span class="Delimiter">}</span> @@ -192,569 +191,500 @@ if ('onhashchange' in window) { <span id="L127" class="LineNr">127 </span> <span class="Comment">// todo: test this</span> <span id="L128" class="LineNr">128 </span> Current_routine = main_routine<span class="Delimiter">;</span> <span id="L129" class="LineNr">129 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">1</span><span class="Delimiter">;</span> i < argc<span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> vector<<span class="Normal">double</span>> arg<span class="Delimiter">;</span> -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> arg<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='038new_text.cc.html#L38'>new_mu_text</a><span class="Delimiter">(</span>argv[i]<span class="Delimiter">));</span> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> arg<span class="Delimiter">.</span>back<span class="Delimiter">())</span> == <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> arg<span class="Delimiter">.</span>back<span class="Delimiter">(),</span> <span class="Constant">1</span><span class="Delimiter">);</span> <span class="Comment">// update refcount</span> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>ingredient_atoms<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>arg<span class="Delimiter">);</span> -<span id="L135" class="LineNr">135 </span> <span class="Delimiter">}</span> -<span id="L136" class="LineNr">136 </span> run<span class="Delimiter">(</span>main_routine<span class="Delimiter">);</span> -<span id="L137" class="LineNr">137 </span><span class="Delimiter">}</span> -<span id="L138" class="LineNr">138 </span> -<span id="L139" class="LineNr">139 </span><span class="SalientComment">//:: To schedule new routines to run, call 'start-running'.</span> -<span id="L140" class="LineNr">140 </span> -<span id="L141" class="LineNr">141 </span><span class="Comment">//: 'start-running' will return a unique id for the routine that was created.</span> -<span id="L142" class="LineNr">142 </span><span class="Comment">//: routine id is a number, but don't do any arithmetic on it</span> -<span id="L143" class="LineNr">143 </span><span class="Delimiter">:(before "End routine Fields")</span> -<span id="L144" class="LineNr">144 </span><span class="Normal">int</span> id<span class="Delimiter">;</span> -<span id="L145" class="LineNr">145 </span><span class="Delimiter">:(before "End Globals")</span> -<span id="L146" class="LineNr">146 </span><span class="Normal">int</span> Next_routine_id = <span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L147" class="LineNr">147 </span><span class="Delimiter">:(before "End Reset")</span> -<span id="L148" class="LineNr">148 </span>Next_routine_id = <span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L149" class="LineNr">149 </span><span class="Delimiter">:(before "End routine Constructor")</span> -<span id="L150" class="LineNr">150 </span>id = Next_routine_id<span class="Delimiter">;</span> -<span id="L151" class="LineNr">151 </span><span class="traceContains">++Next_routine_id;</span> -<span id="L152" class="LineNr">152 </span> -<span id="L153" class="LineNr">153 </span><span class="Comment">//: routines save the routine that spawned them</span> -<span id="L154" class="LineNr">154 </span><span class="Delimiter">:(before "End routine Fields")</span> -<span id="L155" class="LineNr">155 </span><span class="Comment">// todo: really should be routine_id, but that's less efficient.</span> -<span id="L156" class="LineNr">156 </span><span class="Normal">int</span> parent_index<span class="Delimiter">;</span> <span class="Comment">// only < 0 if there's no parent_index</span> -<span id="L157" class="LineNr">157 </span><span class="Delimiter">:(before "End routine Constructor")</span> -<span id="L158" class="LineNr">158 </span>parent_index = -<span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L159" class="LineNr">159 </span> -<span id="L160" class="LineNr">160 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L161" class="LineNr">161 </span>START_RUNNING<span class="Delimiter">,</span> -<span id="L162" class="LineNr">162 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L163" class="LineNr">163 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"start-running"</span><span class="Delimiter">,</span> START_RUNNING<span class="Delimiter">);</span> -<span id="L164" class="LineNr">164 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L165" class="LineNr">165 </span><span class="Normal">case</span> START_RUNNING: <span class="Delimiter">{</span> -<span id="L166" class="LineNr">166 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'start-running' requires at least one ingredient: the <a href='010vm.cc.html#L19'>recipe</a> to start running</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L169" class="LineNr">169 </span> <span class="Delimiter">}</span> -<span id="L170" class="LineNr">170 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_recipe<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'start-running' should be a <a href='010vm.cc.html#L19'>recipe</a>, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L173" class="LineNr">173 </span> <span class="Delimiter">}</span> -<span id="L174" class="LineNr">174 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L175" class="LineNr">175 </span><span class="Delimiter">}</span> -<span id="L176" class="LineNr">176 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L177" class="LineNr">177 </span><span class="Normal">case</span> START_RUNNING: <span class="Delimiter">{</span> -<span id="L178" class="LineNr">178 </span> routine* new_routine = <span class="Normal">new</span> routine<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> -<span id="L179" class="LineNr">179 </span> new_routine<span class="Delimiter">-></span>parent_index = Current_routine_index<span class="Delimiter">;</span> -<span id="L180" class="LineNr">180 </span> <span class="Comment">// populate ingredients</span> -<span id="L181" class="LineNr">181 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/*</span><span class="Comment">skip callee</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L182" class="LineNr">182 </span> <span class="Conceal">¦</span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> ingredient = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L183" class="LineNr">183 </span> <span class="Conceal">¦</span> new_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>front<span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>ingredient<span class="Delimiter">);</span> -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span> vector<<span class="Normal">double</span>> new_ingredient_atoms = deep_copy<span class="Delimiter">(</span>ingredient<span class="Delimiter">);</span> -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span> new_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>front<span class="Delimiter">().</span>ingredient_atoms<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>new_ingredient_atoms<span class="Delimiter">);</span> -<span id="L186" class="LineNr">186 </span> <span class="Conceal">¦</span> <span class="Comment">// End Populate start-running Ingredient</span> -<span id="L187" class="LineNr">187 </span> <span class="Delimiter">}</span> -<span id="L188" class="LineNr">188 </span> Routines<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>new_routine<span class="Delimiter">);</span> -<span id="L189" class="LineNr">189 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L190" class="LineNr">190 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>new_routine<span class="Delimiter">-></span>id<span class="Delimiter">);</span> -<span id="L191" class="LineNr">191 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L192" class="LineNr">192 </span><span class="Delimiter">}</span> -<span id="L193" class="LineNr">193 </span> -<span id="L194" class="LineNr">194 </span><span class="Delimiter">:(scenario scheduler_runs_single_routine)</span> -<span id="L195" class="LineNr">195 </span><span class="Special">% Scheduling_interval = 1;</span> -<span id="L196" class="LineNr">196 </span><span class="muRecipe">def</span> f1 [ -<span id="L197" class="LineNr">197 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L198" class="LineNr">198 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L199" class="LineNr">199 </span>] -<span id="L200" class="LineNr">200 </span><span class="traceContains">+schedule: f1</span> -<span id="L201" class="LineNr">201 </span><span class="traceContains">+run: {1: "number"} <- copy {0: "literal"}</span> -<span id="L202" class="LineNr">202 </span><span class="traceContains">+schedule: f1</span> -<span id="L203" class="LineNr">203 </span><span class="traceContains">+run: {2: "number"} <- copy {0: "literal"}</span> -<span id="L204" class="LineNr">204 </span> -<span id="L205" class="LineNr">205 </span><span class="Delimiter">:(scenario scheduler_interleaves_routines)</span> -<span id="L206" class="LineNr">206 </span><span class="Special">% Scheduling_interval = 1;</span> -<span id="L207" class="LineNr">207 </span><span class="muRecipe">def</span> f1 [ -<span id="L208" class="LineNr">208 </span> start-running f2 -<span id="L209" class="LineNr">209 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L210" class="LineNr">210 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L211" class="LineNr">211 </span>] -<span id="L212" class="LineNr">212 </span><span class="muRecipe">def</span> f2 [ -<span id="L213" class="LineNr">213 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L214" class="LineNr">214 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L215" class="LineNr">215 </span>] -<span id="L216" class="LineNr">216 </span><span class="traceContains">+schedule: f1</span> -<span id="L217" class="LineNr">217 </span><span class="traceContains">+run: start-running {f2: "recipe-literal"}</span> -<span id="L218" class="LineNr">218 </span><span class="traceContains">+schedule: f2</span> -<span id="L219" class="LineNr">219 </span><span class="traceContains">+run: {3: "number"} <- copy {0: "literal"}</span> -<span id="L220" class="LineNr">220 </span><span class="traceContains">+schedule: f1</span> -<span id="L221" class="LineNr">221 </span><span class="traceContains">+run: {1: "number"} <- copy {0: "literal"}</span> -<span id="L222" class="LineNr">222 </span><span class="traceContains">+schedule: f2</span> -<span id="L223" class="LineNr">223 </span><span class="traceContains">+run: {4: "number"} <- copy {0: "literal"}</span> -<span id="L224" class="LineNr">224 </span><span class="traceContains">+schedule: f1</span> -<span id="L225" class="LineNr">225 </span><span class="traceContains">+run: {2: "number"} <- copy {0: "literal"}</span> -<span id="L226" class="LineNr">226 </span> -<span id="L227" class="LineNr">227 </span><span class="Delimiter">:(scenario start_running_takes_ingredients)</span> -<span id="L228" class="LineNr">228 </span><span class="muRecipe">def</span> f1 [ -<span id="L229" class="LineNr">229 </span> start-running f2<span class="Delimiter">,</span> <span class="Constant">3</span> -<span id="L230" class="LineNr">230 </span> <span class="Comment"># wait for f2 to run</span> -<span id="L231" class="LineNr">231 </span> <span class="Delimiter">{</span> -<span id="L232" class="LineNr">232 </span> <span class="Conceal">¦</span> jump-unless <span class="Constant">1</span>:num<span class="Delimiter">,</span> -<span class="Constant">1</span> -<span id="L233" class="LineNr">233 </span> <span class="Delimiter">}</span> -<span id="L234" class="LineNr">234 </span>] -<span id="L235" class="LineNr">235 </span><span class="muRecipe">def</span> f2 [ -<span id="L236" class="LineNr">236 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>next-ingredient -<span id="L237" class="LineNr">237 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>add <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> -<span id="L238" class="LineNr">238 </span>] -<span id="L239" class="LineNr">239 </span><span class="traceContains">+mem: storing 4 in location 2</span> -<span id="L240" class="LineNr">240 </span> -<span id="L241" class="LineNr">241 </span><span class="Comment">//: type-checking for 'start-running'</span> -<span id="L242" class="LineNr">242 </span> -<span id="L243" class="LineNr">243 </span><span class="Delimiter">:(scenario start_running_checks_types)</span> -<span id="L244" class="LineNr">244 </span><span class="Special">% Hide_errors = true;</span> -<span id="L245" class="LineNr">245 </span><span class="muRecipe">def</span> f1 [ -<span id="L246" class="LineNr">246 </span> start-running f2<span class="Delimiter">,</span> <span class="Constant">3</span> -<span id="L247" class="LineNr">247 </span>] -<span id="L248" class="LineNr">248 </span><span class="muRecipe">def</span> f2 n:&:num [ -<span id="L249" class="LineNr">249 </span>] -<span id="L250" class="LineNr">250 </span><span class="traceContains">+error: f1: ingredient 0 has the wrong type at 'start-running f2, 3'</span> -<span id="L251" class="LineNr">251 </span> -<span id="L252" class="LineNr">252 </span><span class="Comment">// 'start-running' only uses the ingredients of the callee, not its products</span> -<span id="L253" class="LineNr">253 </span><span class="Delimiter">:(before "End <a href='072recipe.cc.html#L262'>is_indirect_call_with_ingredients</a> Special-cases")</span> -<span id="L254" class="LineNr">254 </span><span class="Normal">if</span> <span class="Delimiter">(</span>r == START_RUNNING<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L255" class="LineNr">255 </span> -<span id="L256" class="LineNr">256 </span><span class="Comment">//: refcounting management when starting up new routines</span> -<span id="L257" class="LineNr">257 </span> -<span id="L258" class="LineNr">258 </span><span class="Delimiter">:(scenario start_running_immediately_updates_refcounts_of_ingredients)</span> -<span id="L259" class="LineNr">259 </span><span class="Special">% Scheduling_interval = 1;</span> -<span id="L260" class="LineNr">260 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L261" class="LineNr">261 </span> local-scope -<span id="L262" class="LineNr">262 </span> create-<span class="Normal">new</span>-routine -<span id="L263" class="LineNr">263 </span> <span class="Comment"># padding to make sure we run new-routine before returning</span> -<span id="L264" class="LineNr">264 </span> <span class="Normal">dummy</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L265" class="LineNr">265 </span> <span class="Normal">dummy</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L266" class="LineNr">266 </span>] -<span id="L267" class="LineNr">267 </span><span class="muRecipe">def</span> create-<span class="Normal">new</span>-routine [ -<span id="L268" class="LineNr">268 </span> local-scope -<span id="L269" class="LineNr">269 </span> <span class="Normal">n</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L270" class="LineNr">270 </span> *n<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L271" class="LineNr">271 </span> start-running <span class="Normal">new</span>-routine<span class="Delimiter">,</span> n -<span id="L272" class="LineNr">272 </span> <span class="Comment"># refcount of n decremented</span> -<span id="L273" class="LineNr">273 </span>] -<span id="L274" class="LineNr">274 </span><span class="muRecipe">def</span> <span class="Normal">new</span>-routine n:&:num [ -<span id="L275" class="LineNr">275 </span> local-scope -<span id="L276" class="LineNr">276 </span> load-ingredients -<span id="L277" class="LineNr">277 </span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span>copy *n -<span id="L278" class="LineNr">278 </span>] -<span id="L279" class="LineNr">279 </span><span class="Comment"># check that n was successfully passed into new-routine before being reclaimed</span> -<span id="L280" class="LineNr">280 </span><span class="traceContains">+mem: storing 34 in location 1</span> -<span id="L281" class="LineNr">281 </span> -<span id="L282" class="LineNr">282 </span><span class="Comment">//: ensure this works with indirect calls using 'call' as well</span> -<span id="L283" class="LineNr">283 </span><span class="Delimiter">:(scenario start_running_immediately_updates_refcounts_of_ingredients_of_indirect_calls)</span> -<span id="L284" class="LineNr">284 </span><span class="Special">% Scheduling_interval = 1;</span> -<span id="L285" class="LineNr">285 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L286" class="LineNr">286 </span> local-scope -<span id="L287" class="LineNr">287 </span> <span class="Normal">n</span>:&:num<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L288" class="LineNr">288 </span> *n<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L289" class="LineNr">289 </span> call f1<span class="Delimiter">,</span> n -<span id="L290" class="LineNr">290 </span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span>copy *n -<span id="L291" class="LineNr">291 </span>] -<span id="L292" class="LineNr">292 </span><span class="muRecipe">def</span> f1 n:&:num [ -<span id="L293" class="LineNr">293 </span> local-scope -<span id="L294" class="LineNr">294 </span> load-ingredients -<span id="L295" class="LineNr">295 </span>] -<span id="L296" class="LineNr">296 </span><span class="Comment"># check that n was successfully passed into new-routine before being reclaimed</span> -<span id="L297" class="LineNr">297 </span><span class="traceContains">+mem: storing 34 in location 1</span> -<span id="L298" class="LineNr">298 </span> -<span id="L299" class="LineNr">299 </span><span class="Delimiter">:(scenario next_ingredient_never_leaks_refcounts)</span> -<span id="L300" class="LineNr">300 </span><span class="muRecipe">def</span> create-space n:&:num<span class="muRecipe"> -> </span><span class="Normal">default</span>-space:space [ -<span id="L301" class="LineNr">301 </span> <span class="Normal">default</span>-space<span class="Special"> <- </span><span class="Normal">new</span> <span class="Constant">location:type</span><span class="Delimiter">,</span> <span class="Constant">2</span> -<span id="L302" class="LineNr">302 </span> load-ingredients -<span id="L303" class="LineNr">303 </span>] -<span id="L304" class="LineNr">304 </span><span class="muRecipe">def</span> use-space [ -<span id="L305" class="LineNr">305 </span> local-scope -<span id="L306" class="LineNr">306 </span> <span class="Constant">0</span>:space/names:create-space<span class="Special"> <- </span>next-ingredient -<span id="L307" class="LineNr">307 </span> <span class="Normal">n</span>:&:num/space:<span class="Constant">1</span><span class="Special"> <- </span>next-ingredient <span class="Comment"># should decrement refcount</span> -<span id="L308" class="LineNr">308 </span> *n/space:<span class="Constant">1</span><span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L309" class="LineNr">309 </span> <span class="Normal">n2</span>:num<span class="Special"> <- </span>add *n/space:<span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">1</span> -<span id="L310" class="LineNr">310 </span> <span class="Identifier">return</span> n2 -<span id="L311" class="LineNr">311 </span>] -<span id="L312" class="LineNr">312 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L313" class="LineNr">313 </span> local-scope -<span id="L314" class="LineNr">314 </span> <span class="Normal">n</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">12000</span>/unsafe <span class="Comment"># pretend allocation with a known address</span> -<span id="L315" class="LineNr">315 </span> *n<span class="Special"> <- </span>copy <span class="Constant">23</span> -<span id="L316" class="LineNr">316 </span> <span class="Normal">space</span>:space/names:create-space<span class="Special"> <- </span>create-space n -<span id="L317" class="LineNr">317 </span> <span class="Normal">n2</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">13000</span>/unsafe -<span id="L318" class="LineNr">318 </span> <span class="Normal">n3</span>:num<span class="Special"> <- </span>use-space space<span class="Delimiter">,</span> n2 -<span id="L319" class="LineNr">319 </span>] -<span id="L320" class="LineNr">320 </span><span class="traceContains">+run: {n: ("address" "number"), "space": "1"} <- next-ingredient</span> -<span id="L321" class="LineNr">321 </span><span class="traceContains">+mem: decrementing refcount of 12000: 2 -> 1</span> -<span id="L322" class="LineNr">322 </span><span class="traceContains">+run: {n: ("address" "number"), "space": "1", "lookup": ()} <- copy {34: "literal"}</span> -<span id="L323" class="LineNr">323 </span> -<span id="L324" class="LineNr">324 </span><span class="Comment">//: back to testing 'start-running'</span> -<span id="L325" class="LineNr">325 </span> -<span id="L326" class="LineNr">326 </span><span class="Delimiter">:(scenario start_running_returns_routine_id)</span> +<span id="L130" class="LineNr">130 </span> vector<<span class="Normal">double</span>> arg<span class="Delimiter">;</span> +<span id="L131" class="LineNr">131 </span> arg<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span><a href='038new_text.cc.html#L38'>new_mu_text</a><span class="Delimiter">(</span>argv[i]<span class="Delimiter">));</span> +<span id="L132" class="LineNr">132 </span> assert<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> arg<span class="Delimiter">.</span>back<span class="Delimiter">())</span> == <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L133" class="LineNr">133 </span> <a href='026call.cc.html#L83'>current_call</a><span class="Delimiter">().</span>ingredient_atoms<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>arg<span class="Delimiter">);</span> +<span id="L134" class="LineNr">134 </span> <span class="Delimiter">}</span> +<span id="L135" class="LineNr">135 </span> run<span class="Delimiter">(</span>main_routine<span class="Delimiter">);</span> +<span id="L136" class="LineNr">136 </span><span class="Delimiter">}</span> +<span id="L137" class="LineNr">137 </span> +<span id="L138" class="LineNr">138 </span><span class="SalientComment">//:: To schedule new routines to run, call 'start-running'.</span> +<span id="L139" class="LineNr">139 </span> +<span id="L140" class="LineNr">140 </span><span class="Comment">//: 'start-running' will return a unique id for the routine that was created.</span> +<span id="L141" class="LineNr">141 </span><span class="Comment">//: routine id is a number, but don't do any arithmetic on it</span> +<span id="L142" class="LineNr">142 </span><span class="Delimiter">:(before "End routine Fields")</span> +<span id="L143" class="LineNr">143 </span><span class="Normal">int</span> id<span class="Delimiter">;</span> +<span id="L144" class="LineNr">144 </span><span class="Delimiter">:(before "End Globals")</span> +<span id="L145" class="LineNr">145 </span><span class="Normal">int</span> Next_routine_id = <span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L146" class="LineNr">146 </span><span class="Delimiter">:(before "End Reset")</span> +<span id="L147" class="LineNr">147 </span>Next_routine_id = <span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L148" class="LineNr">148 </span><span class="Delimiter">:(before "End routine Constructor")</span> +<span id="L149" class="LineNr">149 </span>id = Next_routine_id<span class="Delimiter">;</span> +<span id="L150" class="LineNr">150 </span><span class="traceContains">++Next_routine_id;</span> +<span id="L151" class="LineNr">151 </span> +<span id="L152" class="LineNr">152 </span><span class="Comment">//: routines save the routine that spawned them</span> +<span id="L153" class="LineNr">153 </span><span class="Delimiter">:(before "End routine Fields")</span> +<span id="L154" class="LineNr">154 </span><span class="Comment">// todo: really should be routine_id, but that's less efficient.</span> +<span id="L155" class="LineNr">155 </span><span class="Normal">int</span> parent_index<span class="Delimiter">;</span> <span class="Comment">// only < 0 if there's no parent_index</span> +<span id="L156" class="LineNr">156 </span><span class="Delimiter">:(before "End routine Constructor")</span> +<span id="L157" class="LineNr">157 </span>parent_index = -<span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L158" class="LineNr">158 </span> +<span id="L159" class="LineNr">159 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L160" class="LineNr">160 </span>START_RUNNING<span class="Delimiter">,</span> +<span id="L161" class="LineNr">161 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L162" class="LineNr">162 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"start-running"</span><span class="Delimiter">,</span> START_RUNNING<span class="Delimiter">);</span> +<span id="L163" class="LineNr">163 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L164" class="LineNr">164 </span><span class="Normal">case</span> START_RUNNING: <span class="Delimiter">{</span> +<span id="L165" class="LineNr">165 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L166" class="LineNr">166 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'start-running' requires at least one ingredient: the <a href='010vm.cc.html#L19'>recipe</a> to start running</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L167" class="LineNr">167 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L168" class="LineNr">168 </span> <span class="Delimiter">}</span> +<span id="L169" class="LineNr">169 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_recipe<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L170" class="LineNr">170 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'start-running' should be a <a href='010vm.cc.html#L19'>recipe</a>, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L171" class="LineNr">171 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L172" class="LineNr">172 </span> <span class="Delimiter">}</span> +<span id="L173" class="LineNr">173 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L174" class="LineNr">174 </span><span class="Delimiter">}</span> +<span id="L175" class="LineNr">175 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L176" class="LineNr">176 </span><span class="Normal">case</span> START_RUNNING: <span class="Delimiter">{</span> +<span id="L177" class="LineNr">177 </span> routine* new_routine = <span class="Normal">new</span> routine<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> +<span id="L178" class="LineNr">178 </span> new_routine<span class="Delimiter">-></span>parent_index = Current_routine_index<span class="Delimiter">;</span> +<span id="L179" class="LineNr">179 </span> <span class="Comment">// populate ingredients</span> +<span id="L180" class="LineNr">180 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/*</span><span class="Comment">skip callee</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L181" class="LineNr">181 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> ingredient = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L182" class="LineNr">182 </span> new_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>front<span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>ingredient<span class="Delimiter">);</span> +<span id="L183" class="LineNr">183 </span> vector<<span class="Normal">double</span>> new_ingredient_atoms = deep_copy<span class="Delimiter">(</span>ingredient<span class="Delimiter">);</span> +<span id="L184" class="LineNr">184 </span> new_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>front<span class="Delimiter">().</span>ingredient_atoms<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>new_ingredient_atoms<span class="Delimiter">);</span> +<span id="L185" class="LineNr">185 </span> <span class="Comment">// End Populate start-running Ingredient</span> +<span id="L186" class="LineNr">186 </span> <span class="Delimiter">}</span> +<span id="L187" class="LineNr">187 </span> Routines<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>new_routine<span class="Delimiter">);</span> +<span id="L188" class="LineNr">188 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L189" class="LineNr">189 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>new_routine<span class="Delimiter">-></span>id<span class="Delimiter">);</span> +<span id="L190" class="LineNr">190 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L191" class="LineNr">191 </span><span class="Delimiter">}</span> +<span id="L192" class="LineNr">192 </span> +<span id="L193" class="LineNr">193 </span><span class="Delimiter">:(scenario scheduler_runs_single_routine)</span> +<span id="L194" class="LineNr">194 </span><span class="Special">% Scheduling_interval = 1;</span> +<span id="L195" class="LineNr">195 </span><span class="muRecipe">def</span> f1 [ +<span id="L196" class="LineNr">196 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L197" class="LineNr">197 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L198" class="LineNr">198 </span>] +<span id="L199" class="LineNr">199 </span><span class="traceContains">+schedule: f1</span> +<span id="L200" class="LineNr">200 </span><span class="traceContains">+run: {1: "number"} <- copy {0: "literal"}</span> +<span id="L201" class="LineNr">201 </span><span class="traceContains">+schedule: f1</span> +<span id="L202" class="LineNr">202 </span><span class="traceContains">+run: {2: "number"} <- copy {0: "literal"}</span> +<span id="L203" class="LineNr">203 </span> +<span id="L204" class="LineNr">204 </span><span class="Delimiter">:(scenario scheduler_interleaves_routines)</span> +<span id="L205" class="LineNr">205 </span><span class="Special">% Scheduling_interval = 1;</span> +<span id="L206" class="LineNr">206 </span><span class="muRecipe">def</span> f1 [ +<span id="L207" class="LineNr">207 </span> start-running f2 +<span id="L208" class="LineNr">208 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L209" class="LineNr">209 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L210" class="LineNr">210 </span>] +<span id="L211" class="LineNr">211 </span><span class="muRecipe">def</span> f2 [ +<span id="L212" class="LineNr">212 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L213" class="LineNr">213 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L214" class="LineNr">214 </span>] +<span id="L215" class="LineNr">215 </span><span class="traceContains">+schedule: f1</span> +<span id="L216" class="LineNr">216 </span><span class="traceContains">+run: start-running {f2: "recipe-literal"}</span> +<span id="L217" class="LineNr">217 </span><span class="traceContains">+schedule: f2</span> +<span id="L218" class="LineNr">218 </span><span class="traceContains">+run: {3: "number"} <- copy {0: "literal"}</span> +<span id="L219" class="LineNr">219 </span><span class="traceContains">+schedule: f1</span> +<span id="L220" class="LineNr">220 </span><span class="traceContains">+run: {1: "number"} <- copy {0: "literal"}</span> +<span id="L221" class="LineNr">221 </span><span class="traceContains">+schedule: f2</span> +<span id="L222" class="LineNr">222 </span><span class="traceContains">+run: {4: "number"} <- copy {0: "literal"}</span> +<span id="L223" class="LineNr">223 </span><span class="traceContains">+schedule: f1</span> +<span id="L224" class="LineNr">224 </span><span class="traceContains">+run: {2: "number"} <- copy {0: "literal"}</span> +<span id="L225" class="LineNr">225 </span> +<span id="L226" class="LineNr">226 </span><span class="Delimiter">:(scenario start_running_takes_ingredients)</span> +<span id="L227" class="LineNr">227 </span><span class="muRecipe">def</span> f1 [ +<span id="L228" class="LineNr">228 </span> start-running f2<span class="Delimiter">,</span> <span class="Constant">3</span> +<span id="L229" class="LineNr">229 </span> <span class="Comment"># wait for f2 to run</span> +<span id="L230" class="LineNr">230 </span> <span class="Delimiter">{</span> +<span id="L231" class="LineNr">231 </span> jump-unless <span class="Constant">1</span>:num<span class="Delimiter">,</span> -<span class="Constant">1</span> +<span id="L232" class="LineNr">232 </span> <span class="Delimiter">}</span> +<span id="L233" class="LineNr">233 </span>] +<span id="L234" class="LineNr">234 </span><span class="muRecipe">def</span> f2 [ +<span id="L235" class="LineNr">235 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>next-ingredient +<span id="L236" class="LineNr">236 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>add <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> +<span id="L237" class="LineNr">237 </span>] +<span id="L238" class="LineNr">238 </span><span class="traceContains">+mem: storing 4 in location 2</span> +<span id="L239" class="LineNr">239 </span> +<span id="L240" class="LineNr">240 </span><span class="Comment">//: type-checking for 'start-running'</span> +<span id="L241" class="LineNr">241 </span> +<span id="L242" class="LineNr">242 </span><span class="Delimiter">:(scenario start_running_checks_types)</span> +<span id="L243" class="LineNr">243 </span><span class="Special">% Hide_errors = true;</span> +<span id="L244" class="LineNr">244 </span><span class="muRecipe">def</span> f1 [ +<span id="L245" class="LineNr">245 </span> start-running f2<span class="Delimiter">,</span> <span class="Constant">3</span> +<span id="L246" class="LineNr">246 </span>] +<span id="L247" class="LineNr">247 </span><span class="muRecipe">def</span> f2 n:&:num [ +<span id="L248" class="LineNr">248 </span>] +<span id="L249" class="LineNr">249 </span><span class="traceContains">+error: f1: ingredient 0 has the wrong type at 'start-running f2, 3'</span> +<span id="L250" class="LineNr">250 </span> +<span id="L251" class="LineNr">251 </span><span class="Comment">// 'start-running' only uses the ingredients of the callee, not its products</span> +<span id="L252" class="LineNr">252 </span><span class="Delimiter">:(before "End <a href='072recipe.cc.html#L259'>is_indirect_call_with_ingredients</a> Special-cases")</span> +<span id="L253" class="LineNr">253 </span><span class="Normal">if</span> <span class="Delimiter">(</span>r == START_RUNNING<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L254" class="LineNr">254 </span> +<span id="L255" class="LineNr">255 </span><span class="Comment">//: back to testing 'start-running'</span> +<span id="L256" class="LineNr">256 </span> +<span id="L257" class="LineNr">257 </span><span class="Delimiter">:(scenario start_running_returns_routine_id)</span> +<span id="L258" class="LineNr">258 </span><span class="muRecipe">def</span> f1 [ +<span id="L259" class="LineNr">259 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>start-running f2 +<span id="L260" class="LineNr">260 </span>] +<span id="L261" class="LineNr">261 </span><span class="muRecipe">def</span> f2 [ +<span id="L262" class="LineNr">262 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">44</span> +<span id="L263" class="LineNr">263 </span>] +<span id="L264" class="LineNr">264 </span><span class="traceContains">+mem: storing 2 in location 1</span> +<span id="L265" class="LineNr">265 </span> +<span id="L266" class="LineNr">266 </span><span class="Comment">//: this scenario will require some careful setup in escaped C++</span> +<span id="L267" class="LineNr">267 </span><span class="Comment">//: (straining our tangle capabilities to near-breaking point)</span> +<span id="L268" class="LineNr">268 </span><span class="Delimiter">:(scenario scheduler_skips_completed_routines)</span> +<span id="L269" class="LineNr">269 </span><span class="Special">% <a href='010vm.cc.html#L14'>recipe_ordinal</a> f1 = load("recipe f1 [\n1:num <- copy 0\n]\n").front();</span> +<span id="L270" class="LineNr">270 </span><span class="Special">% <a href='010vm.cc.html#L14'>recipe_ordinal</a> f2 = load("recipe f2 [\n2:num <- copy 0\n]\n").front();</span> +<span id="L271" class="LineNr">271 </span><span class="Special">% Routines.push_back(new routine(f1)); // f1 meant to run</span> +<span id="L272" class="LineNr">272 </span><span class="Special">% Routines.push_back(new routine(f2));</span> +<span id="L273" class="LineNr">273 </span><span class="Special">% Routines.back()->state = COMPLETED; // f2 not meant to run</span> +<span id="L274" class="LineNr">274 </span><span class="Comment"># must have at least one routine without escaping</span> +<span id="L275" class="LineNr">275 </span><span class="muRecipe">def</span> f3 [ +<span id="L276" class="LineNr">276 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L277" class="LineNr">277 </span>] +<span id="L278" class="LineNr">278 </span><span class="Comment"># by interleaving '+' lines with '-' lines, we allow f1 and f3 to run in any order</span> +<span id="L279" class="LineNr">279 </span><span class="traceContains">+schedule: f1</span> +<span id="L280" class="LineNr">280 </span><span class="traceContains">+mem: storing 0 in location 1</span> +<span id="L281" class="LineNr">281 </span><span class="traceAbsent">-schedule: f2</span> +<span id="L282" class="LineNr">282 </span><span class="traceAbsent">-mem: storing 0 in location 2</span> +<span id="L283" class="LineNr">283 </span><span class="traceContains">+schedule: f3</span> +<span id="L284" class="LineNr">284 </span><span class="traceContains">+mem: storing 0 in location 3</span> +<span id="L285" class="LineNr">285 </span> +<span id="L286" class="LineNr">286 </span><span class="Delimiter">:(scenario scheduler_starts_at_middle_of_routines)</span> +<span id="L287" class="LineNr">287 </span><span class="Special">% Routines.push_back(new routine(COPY));</span> +<span id="L288" class="LineNr">288 </span><span class="Special">% Routines.back()->state = COMPLETED;</span> +<span id="L289" class="LineNr">289 </span><span class="muRecipe">def</span> f1 [ +<span id="L290" class="LineNr">290 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L291" class="LineNr">291 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L292" class="LineNr">292 </span>] +<span id="L293" class="LineNr">293 </span><span class="traceContains">+schedule: f1</span> +<span id="L294" class="LineNr">294 </span><span class="traceAbsent">-run: idle</span> +<span id="L295" class="LineNr">295 </span> +<span id="L296" class="LineNr">296 </span><span class="SalientComment">//:: Errors in a routine cause it to terminate.</span> +<span id="L297" class="LineNr">297 </span> +<span id="L298" class="LineNr">298 </span><span class="Delimiter">:(scenario scheduler_terminates_routines_after_errors)</span> +<span id="L299" class="LineNr">299 </span><span class="Special">% Hide_errors = true;</span> +<span id="L300" class="LineNr">300 </span><span class="Special">% Scheduling_interval = 2;</span> +<span id="L301" class="LineNr">301 </span><span class="muRecipe">def</span> f1 [ +<span id="L302" class="LineNr">302 </span> start-running f2 +<span id="L303" class="LineNr">303 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L304" class="LineNr">304 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L305" class="LineNr">305 </span>] +<span id="L306" class="LineNr">306 </span><span class="muRecipe">def</span> f2 [ +<span id="L307" class="LineNr">307 </span> <span class="Comment"># divide by 0 twice</span> +<span id="L308" class="LineNr">308 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>divide-with-remainder <span class="Constant">4</span><span class="Delimiter">,</span> <span class="Constant">0</span> +<span id="L309" class="LineNr">309 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>divide-with-remainder <span class="Constant">4</span><span class="Delimiter">,</span> <span class="Constant">0</span> +<span id="L310" class="LineNr">310 </span>] +<span id="L311" class="LineNr">311 </span><span class="Comment"># f2 should stop after first divide by 0</span> +<span id="L312" class="LineNr">312 </span><span class="traceContains">+error: f2: divide by zero in '3:num <- divide-with-remainder 4, 0'</span> +<span id="L313" class="LineNr">313 </span><span class="traceAbsent">-error: f2: divide by zero in '4:num <- divide-with-remainder 4, 0'</span> +<span id="L314" class="LineNr">314 </span> +<span id="L315" class="LineNr">315 </span><span class="Delimiter">:(after "operator<<(ostream& os, <a href='001help.cc.html#L259'>unused</a> end)")</span> +<span id="L316" class="LineNr">316 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream && Trace_stream<span class="Delimiter">-></span>curr_label == <span class="Constant">"error"</span> && Current_routine<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L317" class="LineNr">317 </span> Current_routine<span class="Delimiter">-></span>state = <a href='073scheduler.cc.html#L42'>COMPLETED</a><span class="Delimiter">;</span> +<span id="L318" class="LineNr">318 </span> <span class="Delimiter">}</span> +<span id="L319" class="LineNr">319 </span> +<span id="L320" class="LineNr">320 </span><span class="SalientComment">//:: Routines are marked completed when their parent completes.</span> +<span id="L321" class="LineNr">321 </span> +<span id="L322" class="LineNr">322 </span><span class="Delimiter">:(scenario scheduler_kills_orphans)</span> +<span id="L323" class="LineNr">323 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L324" class="LineNr">324 </span> start-running f1 +<span id="L325" class="LineNr">325 </span> <span class="Comment"># f1 never actually runs because its parent completes without waiting for it</span> +<span id="L326" class="LineNr">326 </span>] <span id="L327" class="LineNr">327 </span><span class="muRecipe">def</span> f1 [ -<span id="L328" class="LineNr">328 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>start-running f2 +<span id="L328" class="LineNr">328 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L329" class="LineNr">329 </span>] -<span id="L330" class="LineNr">330 </span><span class="muRecipe">def</span> f2 [ -<span id="L331" class="LineNr">331 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">44</span> -<span id="L332" class="LineNr">332 </span>] -<span id="L333" class="LineNr">333 </span><span class="traceContains">+mem: storing 2 in location 1</span> -<span id="L334" class="LineNr">334 </span> -<span id="L335" class="LineNr">335 </span><span class="Comment">//: this scenario will require some careful setup in escaped C++</span> -<span id="L336" class="LineNr">336 </span><span class="Comment">//: (straining our tangle capabilities to near-breaking point)</span> -<span id="L337" class="LineNr">337 </span><span class="Delimiter">:(scenario scheduler_skips_completed_routines)</span> -<span id="L338" class="LineNr">338 </span><span class="Special">% <a href='010vm.cc.html#L14'>recipe_ordinal</a> f1 = load("recipe f1 [\n1:num <- copy 0\n]\n").front();</span> -<span id="L339" class="LineNr">339 </span><span class="Special">% <a href='010vm.cc.html#L14'>recipe_ordinal</a> f2 = load("recipe f2 [\n2:num <- copy 0\n]\n").front();</span> -<span id="L340" class="LineNr">340 </span><span class="Special">% Routines.push_back(new routine(f1)); // f1 meant to run</span> -<span id="L341" class="LineNr">341 </span><span class="Special">% Routines.push_back(new routine(f2));</span> -<span id="L342" class="LineNr">342 </span><span class="Special">% Routines.back()->state = COMPLETED; // f2 not meant to run</span> -<span id="L343" class="LineNr">343 </span><span class="Comment"># must have at least one routine without escaping</span> -<span id="L344" class="LineNr">344 </span><span class="muRecipe">def</span> f3 [ -<span id="L345" class="LineNr">345 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L346" class="LineNr">346 </span>] -<span id="L347" class="LineNr">347 </span><span class="Comment"># by interleaving '+' lines with '-' lines, we allow f1 and f3 to run in any order</span> -<span id="L348" class="LineNr">348 </span><span class="traceContains">+schedule: f1</span> -<span id="L349" class="LineNr">349 </span><span class="traceContains">+mem: storing 0 in location 1</span> -<span id="L350" class="LineNr">350 </span><span class="traceAbsent">-schedule: f2</span> -<span id="L351" class="LineNr">351 </span><span class="traceAbsent">-mem: storing 0 in location 2</span> -<span id="L352" class="LineNr">352 </span><span class="traceContains">+schedule: f3</span> -<span id="L353" class="LineNr">353 </span><span class="traceContains">+mem: storing 0 in location 3</span> -<span id="L354" class="LineNr">354 </span> -<span id="L355" class="LineNr">355 </span><span class="Delimiter">:(scenario scheduler_starts_at_middle_of_routines)</span> -<span id="L356" class="LineNr">356 </span><span class="Special">% Routines.push_back(new routine(COPY));</span> -<span id="L357" class="LineNr">357 </span><span class="Special">% Routines.back()->state = COMPLETED;</span> -<span id="L358" class="LineNr">358 </span><span class="muRecipe">def</span> f1 [ -<span id="L359" class="LineNr">359 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L360" class="LineNr">360 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L361" class="LineNr">361 </span>] -<span id="L362" class="LineNr">362 </span><span class="traceContains">+schedule: f1</span> -<span id="L363" class="LineNr">363 </span><span class="traceAbsent">-run: idle</span> -<span id="L364" class="LineNr">364 </span> -<span id="L365" class="LineNr">365 </span><span class="SalientComment">//:: Errors in a routine cause it to terminate.</span> -<span id="L366" class="LineNr">366 </span> -<span id="L367" class="LineNr">367 </span><span class="Delimiter">:(scenario scheduler_terminates_routines_after_errors)</span> -<span id="L368" class="LineNr">368 </span><span class="Special">% Hide_errors = true;</span> -<span id="L369" class="LineNr">369 </span><span class="Special">% Scheduling_interval = 2;</span> -<span id="L370" class="LineNr">370 </span><span class="muRecipe">def</span> f1 [ -<span id="L371" class="LineNr">371 </span> start-running f2 -<span id="L372" class="LineNr">372 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L373" class="LineNr">373 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L374" class="LineNr">374 </span>] -<span id="L375" class="LineNr">375 </span><span class="muRecipe">def</span> f2 [ -<span id="L376" class="LineNr">376 </span> <span class="Comment"># divide by 0 twice</span> -<span id="L377" class="LineNr">377 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>divide-with-remainder <span class="Constant">4</span><span class="Delimiter">,</span> <span class="Constant">0</span> -<span id="L378" class="LineNr">378 </span> <span class="Constant">4</span>:num<span class="Special"> <- </span>divide-with-remainder <span class="Constant">4</span><span class="Delimiter">,</span> <span class="Constant">0</span> -<span id="L379" class="LineNr">379 </span>] -<span id="L380" class="LineNr">380 </span><span class="Comment"># f2 should stop after first divide by 0</span> -<span id="L381" class="LineNr">381 </span><span class="traceContains">+error: f2: divide by zero in '3:num <- divide-with-remainder 4, 0'</span> -<span id="L382" class="LineNr">382 </span><span class="traceAbsent">-error: f2: divide by zero in '4:num <- divide-with-remainder 4, 0'</span> -<span id="L383" class="LineNr">383 </span> -<span id="L384" class="LineNr">384 </span><span class="Delimiter">:(after "operator<<(ostream& os, <a href='001help.cc.html#L259'>unused</a> end)")</span> -<span id="L385" class="LineNr">385 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream && Trace_stream<span class="Delimiter">-></span>curr_label == <span class="Constant">"error"</span> && Current_routine<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L386" class="LineNr">386 </span> <span class="Conceal">¦</span> Current_routine<span class="Delimiter">-></span>state = <a href='073scheduler.cc.html#L42'>COMPLETED</a><span class="Delimiter">;</span> -<span id="L387" class="LineNr">387 </span> <span class="Delimiter">}</span> -<span id="L388" class="LineNr">388 </span> -<span id="L389" class="LineNr">389 </span><span class="SalientComment">//:: Routines are marked completed when their parent completes.</span> -<span id="L390" class="LineNr">390 </span> -<span id="L391" class="LineNr">391 </span><span class="Delimiter">:(scenario scheduler_kills_orphans)</span> -<span id="L392" class="LineNr">392 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L393" class="LineNr">393 </span> start-running f1 -<span id="L394" class="LineNr">394 </span> <span class="Comment"># f1 never actually runs because its parent completes without waiting for it</span> -<span id="L395" class="LineNr">395 </span>] -<span id="L396" class="LineNr">396 </span><span class="muRecipe">def</span> f1 [ -<span id="L397" class="LineNr">397 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L398" class="LineNr">398 </span>] -<span id="L399" class="LineNr">399 </span><span class="traceAbsent">-schedule: f1</span> +<span id="L330" class="LineNr">330 </span><span class="traceAbsent">-schedule: f1</span> +<span id="L331" class="LineNr">331 </span> +<span id="L332" class="LineNr">332 </span><span class="Delimiter">:(before "End Scheduler Cleanup")</span> +<span id="L333" class="LineNr">333 </span><span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L334" class="LineNr">334 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state == <a href='073scheduler.cc.html#L42'>COMPLETED</a><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L335" class="LineNr">335 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>parent_index < <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// root thread</span> +<span id="L336" class="LineNr">336 </span> <span class="Comment">// structured concurrency: <a href="http://250bpm.com/blog:71">http://250bpm.com/blog:71</a></span> +<span id="L337" class="LineNr">337 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_completed_parent<span class="Delimiter">(</span>i<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L338" class="LineNr">338 </span> Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state = <a href='073scheduler.cc.html#L42'>COMPLETED</a><span class="Delimiter">;</span> +<span id="L339" class="LineNr">339 </span> <span class="Delimiter">}</span> +<span id="L340" class="LineNr">340 </span><span class="Delimiter">}</span> +<span id="L341" class="LineNr">341 </span> +<span id="L342" class="LineNr">342 </span><span class="Delimiter">:(code)</span> +<span id="L343" class="LineNr">343 </span><span class="Normal">bool</span> has_completed_parent<span class="Delimiter">(</span><span class="Normal">int</span> routine_index<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L344" class="LineNr">344 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = routine_index<span class="Delimiter">;</span> j >= <span class="Constant">0</span><span class="Delimiter">;</span> j = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)-></span>parent_index<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L345" class="LineNr">345 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)-></span>state == <a href='073scheduler.cc.html#L42'>COMPLETED</a><span class="Delimiter">)</span> +<span id="L346" class="LineNr">346 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L347" class="LineNr">347 </span> <span class="Delimiter">}</span> +<span id="L348" class="LineNr">348 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L349" class="LineNr">349 </span><span class="Delimiter">}</span> +<span id="L350" class="LineNr">350 </span> +<span id="L351" class="LineNr">351 </span><span class="SalientComment">//:: 'routine-state' can tell if a given routine id is running</span> +<span id="L352" class="LineNr">352 </span> +<span id="L353" class="LineNr">353 </span><span class="Delimiter">:(scenario routine_state_test)</span> +<span id="L354" class="LineNr">354 </span><span class="Special">% Scheduling_interval = 2;</span> +<span id="L355" class="LineNr">355 </span><span class="muRecipe">def</span> f1 [ +<span id="L356" class="LineNr">356 </span> <span class="Constant">1</span>:num/child-id<span class="Special"> <- </span>start-running f2 +<span id="L357" class="LineNr">357 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># race condition since we don't care about location 12</span> +<span id="L358" class="LineNr">358 </span> <span class="Comment"># thanks to Scheduling_interval, f2's one instruction runs in between here and completes</span> +<span id="L359" class="LineNr">359 </span> <span class="Constant">2</span>:num/state<span class="Special"> <- </span>routine-state <span class="Constant">1</span>:num/child-id +<span id="L360" class="LineNr">360 </span>] +<span id="L361" class="LineNr">361 </span><span class="muRecipe">def</span> f2 [ +<span id="L362" class="LineNr">362 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L363" class="LineNr">363 </span> <span class="Comment"># trying to run a second instruction marks routine as completed</span> +<span id="L364" class="LineNr">364 </span>] +<span id="L365" class="LineNr">365 </span><span class="Comment"># recipe f2 should be in state COMPLETED</span> +<span id="L366" class="LineNr">366 </span><span class="traceContains">+mem: storing 1 in location 2</span> +<span id="L367" class="LineNr">367 </span> +<span id="L368" class="LineNr">368 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L369" class="LineNr">369 </span>ROUTINE_STATE<span class="Delimiter">,</span> +<span id="L370" class="LineNr">370 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L371" class="LineNr">371 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"routine-state"</span><span class="Delimiter">,</span> ROUTINE_STATE<span class="Delimiter">);</span> +<span id="L372" class="LineNr">372 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L373" class="LineNr">373 </span><span class="Normal">case</span> ROUTINE_STATE: <span class="Delimiter">{</span> +<span id="L374" class="LineNr">374 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L375" class="LineNr">375 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'routine-state' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L376" class="LineNr">376 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L377" class="LineNr">377 </span> <span class="Delimiter">}</span> +<span id="L378" class="LineNr">378 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L379" class="LineNr">379 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'routine-state' should be a routine id generated by 'start-running', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L380" class="LineNr">380 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L381" class="LineNr">381 </span> <span class="Delimiter">}</span> +<span id="L382" class="LineNr">382 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L383" class="LineNr">383 </span><span class="Delimiter">}</span> +<span id="L384" class="LineNr">384 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L385" class="LineNr">385 </span><span class="Normal">case</span> ROUTINE_STATE: <span class="Delimiter">{</span> +<span id="L386" class="LineNr">386 </span> <span class="Normal">int</span> id = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L387" class="LineNr">387 </span> <span class="Normal">int</span> result = -<span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L388" class="LineNr">388 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L389" class="LineNr">389 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>id == id<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L390" class="LineNr">390 </span> result = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state<span class="Delimiter">;</span> +<span id="L391" class="LineNr">391 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L392" class="LineNr">392 </span> <span class="Delimiter">}</span> +<span id="L393" class="LineNr">393 </span> <span class="Delimiter">}</span> +<span id="L394" class="LineNr">394 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L395" class="LineNr">395 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> +<span id="L396" class="LineNr">396 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L397" class="LineNr">397 </span><span class="Delimiter">}</span> +<span id="L398" class="LineNr">398 </span> +<span id="L399" class="LineNr">399 </span><span class="SalientComment">//:: miscellaneous helpers</span> <span id="L400" class="LineNr">400 </span> -<span id="L401" class="LineNr">401 </span><span class="Delimiter">:(before "End Scheduler Cleanup")</span> -<span id="L402" class="LineNr">402 </span><span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L403" class="LineNr">403 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state == <a href='073scheduler.cc.html#L42'>COMPLETED</a><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L404" class="LineNr">404 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>parent_index < <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// root thread</span> -<span id="L405" class="LineNr">405 </span> <span class="Comment">// structured concurrency: <a href="http://250bpm.com/blog:71">http://250bpm.com/blog:71</a></span> -<span id="L406" class="LineNr">406 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>has_completed_parent<span class="Delimiter">(</span>i<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L407" class="LineNr">407 </span> <span class="Conceal">¦</span> Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state = <a href='073scheduler.cc.html#L42'>COMPLETED</a><span class="Delimiter">;</span> -<span id="L408" class="LineNr">408 </span> <span class="Delimiter">}</span> -<span id="L409" class="LineNr">409 </span><span class="Delimiter">}</span> -<span id="L410" class="LineNr">410 </span> -<span id="L411" class="LineNr">411 </span><span class="Delimiter">:(code)</span> -<span id="L412" class="LineNr">412 </span><span class="Normal">bool</span> has_completed_parent<span class="Delimiter">(</span><span class="Normal">int</span> routine_index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L413" class="LineNr">413 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = routine_index<span class="Delimiter">;</span> j >= <span class="Constant">0</span><span class="Delimiter">;</span> j = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)-></span>parent_index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L414" class="LineNr">414 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)-></span>state == <a href='073scheduler.cc.html#L42'>COMPLETED</a><span class="Delimiter">)</span> -<span id="L415" class="LineNr">415 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L416" class="LineNr">416 </span> <span class="Delimiter">}</span> -<span id="L417" class="LineNr">417 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L418" class="LineNr">418 </span><span class="Delimiter">}</span> -<span id="L419" class="LineNr">419 </span> -<span id="L420" class="LineNr">420 </span><span class="SalientComment">//:: 'routine-state' can tell if a given routine id is running</span> -<span id="L421" class="LineNr">421 </span> -<span id="L422" class="LineNr">422 </span><span class="Delimiter">:(scenario routine_state_test)</span> -<span id="L423" class="LineNr">423 </span><span class="Special">% Scheduling_interval = 2;</span> -<span id="L424" class="LineNr">424 </span><span class="muRecipe">def</span> f1 [ -<span id="L425" class="LineNr">425 </span> <span class="Constant">1</span>:num/child-id<span class="Special"> <- </span>start-running f2 -<span id="L426" class="LineNr">426 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># race condition since we don't care about location 12</span> -<span id="L427" class="LineNr">427 </span> <span class="Comment"># thanks to Scheduling_interval, f2's one instruction runs in between here and completes</span> -<span id="L428" class="LineNr">428 </span> <span class="Constant">2</span>:num/state<span class="Special"> <- </span>routine-state <span class="Constant">1</span>:num/child-id -<span id="L429" class="LineNr">429 </span>] -<span id="L430" class="LineNr">430 </span><span class="muRecipe">def</span> f2 [ -<span id="L431" class="LineNr">431 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L432" class="LineNr">432 </span> <span class="Comment"># trying to run a second instruction marks routine as completed</span> -<span id="L433" class="LineNr">433 </span>] -<span id="L434" class="LineNr">434 </span><span class="Comment"># recipe f2 should be in state COMPLETED</span> -<span id="L435" class="LineNr">435 </span><span class="traceContains">+mem: storing 1 in location 2</span> -<span id="L436" class="LineNr">436 </span> -<span id="L437" class="LineNr">437 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L438" class="LineNr">438 </span>ROUTINE_STATE<span class="Delimiter">,</span> -<span id="L439" class="LineNr">439 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L440" class="LineNr">440 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"routine-state"</span><span class="Delimiter">,</span> ROUTINE_STATE<span class="Delimiter">);</span> -<span id="L441" class="LineNr">441 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L442" class="LineNr">442 </span><span class="Normal">case</span> ROUTINE_STATE: <span class="Delimiter">{</span> -<span id="L443" class="LineNr">443 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L444" class="LineNr">444 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'routine-state' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L445" class="LineNr">445 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L446" class="LineNr">446 </span> <span class="Delimiter">}</span> -<span id="L447" class="LineNr">447 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L448" class="LineNr">448 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'routine-state' should be a routine id generated by 'start-running', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L449" class="LineNr">449 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L450" class="LineNr">450 </span> <span class="Delimiter">}</span> -<span id="L451" class="LineNr">451 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L452" class="LineNr">452 </span><span class="Delimiter">}</span> -<span id="L453" class="LineNr">453 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L454" class="LineNr">454 </span><span class="Normal">case</span> ROUTINE_STATE: <span class="Delimiter">{</span> -<span id="L455" class="LineNr">455 </span> <span class="Normal">int</span> id = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L456" class="LineNr">456 </span> <span class="Normal">int</span> result = -<span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L457" class="LineNr">457 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L458" class="LineNr">458 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>id == id<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L459" class="LineNr">459 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state<span class="Delimiter">;</span> -<span id="L460" class="LineNr">460 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L461" class="LineNr">461 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L462" class="LineNr">462 </span> <span class="Delimiter">}</span> -<span id="L463" class="LineNr">463 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L464" class="LineNr">464 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> -<span id="L465" class="LineNr">465 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L466" class="LineNr">466 </span><span class="Delimiter">}</span> -<span id="L467" class="LineNr">467 </span> -<span id="L468" class="LineNr">468 </span><span class="SalientComment">//:: miscellaneous helpers</span> -<span id="L469" class="LineNr">469 </span> -<span id="L470" class="LineNr">470 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L471" class="LineNr">471 </span>STOP<span class="Delimiter">,</span> -<span id="L472" class="LineNr">472 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L473" class="LineNr">473 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"stop"</span><span class="Delimiter">,</span> STOP<span class="Delimiter">);</span> -<span id="L474" class="LineNr">474 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L475" class="LineNr">475 </span><span class="Normal">case</span> STOP: <span class="Delimiter">{</span> -<span id="L476" class="LineNr">476 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L477" class="LineNr">477 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'stop' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L478" class="LineNr">478 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L479" class="LineNr">479 </span> <span class="Delimiter">}</span> -<span id="L480" class="LineNr">480 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L481" class="LineNr">481 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'stop' should be a routine id generated by 'start-running', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L482" class="LineNr">482 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L483" class="LineNr">483 </span> <span class="Delimiter">}</span> -<span id="L484" class="LineNr">484 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L485" class="LineNr">485 </span><span class="Delimiter">}</span> -<span id="L486" class="LineNr">486 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L487" class="LineNr">487 </span><span class="Normal">case</span> STOP: <span class="Delimiter">{</span> -<span id="L488" class="LineNr">488 </span> <span class="Normal">int</span> id = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L489" class="LineNr">489 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L490" class="LineNr">490 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>id == id<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L491" class="LineNr">491 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state = <a href='073scheduler.cc.html#L42'>COMPLETED</a><span class="Delimiter">;</span> -<span id="L492" class="LineNr">492 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L493" class="LineNr">493 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L494" class="LineNr">494 </span> <span class="Delimiter">}</span> -<span id="L495" class="LineNr">495 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L496" class="LineNr">496 </span><span class="Delimiter">}</span> -<span id="L497" class="LineNr">497 </span> -<span id="L498" class="LineNr">498 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L499" class="LineNr">499 </span>_DUMP_ROUTINES<span class="Delimiter">,</span> -<span id="L500" class="LineNr">500 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L501" class="LineNr">501 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"$dump-routines"</span><span class="Delimiter">,</span> _DUMP_ROUTINES<span class="Delimiter">);</span> -<span id="L502" class="LineNr">502 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L503" class="LineNr">503 </span><span class="Normal">case</span> _DUMP_ROUTINES: <span class="Delimiter">{</span> -<span id="L504" class="LineNr">504 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L505" class="LineNr">505 </span><span class="Delimiter">}</span> -<span id="L506" class="LineNr">506 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L507" class="LineNr">507 </span><span class="Normal">case</span> _DUMP_ROUTINES: <span class="Delimiter">{</span> -<span id="L508" class="LineNr">508 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L509" class="LineNr">509 </span> <span class="Conceal">¦</span> cerr << i << <span class="Constant">": "</span> << Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>id << <span class="Constant">' '</span> << Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state << <span class="Constant">' '</span> << Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>parent_index << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L510" class="LineNr">510 </span> <span class="Delimiter">}</span> -<span id="L511" class="LineNr">511 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L512" class="LineNr">512 </span><span class="Delimiter">}</span> -<span id="L513" class="LineNr">513 </span> -<span id="L514" class="LineNr">514 </span><span class="Comment">//: support for stopping routines after some number of cycles</span> -<span id="L515" class="LineNr">515 </span> -<span id="L516" class="LineNr">516 </span><span class="Delimiter">:(scenario routine_discontinues_past_limit)</span> -<span id="L517" class="LineNr">517 </span><span class="Special">% Scheduling_interval = 2;</span> -<span id="L518" class="LineNr">518 </span><span class="muRecipe">def</span> f1 [ -<span id="L519" class="LineNr">519 </span> <span class="Constant">1</span>:num/child-id<span class="Special"> <- </span>start-running f2 -<span id="L520" class="LineNr">520 </span> limit-time <span class="Constant">1</span>:num/child-id<span class="Delimiter">,</span> <span class="Constant">10</span> -<span id="L521" class="LineNr">521 </span> <span class="Comment"># padding loop just to make sure f2 has time to completed</span> -<span id="L522" class="LineNr">522 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">20</span> -<span id="L523" class="LineNr">523 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>subtract <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> -<span id="L524" class="LineNr">524 </span> jump-<span class="Normal">if</span> <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">-2:offset</span> -<span id="L525" class="LineNr">525 </span>] -<span id="L526" class="LineNr">526 </span><span class="muRecipe">def</span> f2 [ -<span id="L527" class="LineNr">527 </span> jump <span class="Constant">-1:offset</span> <span class="Comment"># run forever</span> -<span id="L528" class="LineNr">528 </span> $print [should never get here]<span class="Delimiter">,</span> <span class="Constant">10</span>/newline -<span id="L529" class="LineNr">529 </span>] -<span id="L530" class="LineNr">530 </span><span class="Comment"># f2 terminates</span> -<span id="L531" class="LineNr">531 </span><span class="traceContains">+schedule: discontinuing routine 2</span> -<span id="L532" class="LineNr">532 </span> -<span id="L533" class="LineNr">533 </span><span class="Delimiter">:(before "End routine States")</span> -<span id="L534" class="LineNr">534 </span>DISCONTINUED<span class="Delimiter">,</span> -<span id="L535" class="LineNr">535 </span><span class="Delimiter">:(before "End Scheduler State Transitions")</span> -<span id="L536" class="LineNr">536 </span><span class="Normal">if</span> <span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>limit >= <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L537" class="LineNr">537 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>limit <= Scheduling_interval<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L538" class="LineNr">538 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"schedule"</span><span class="Delimiter">)</span> << <span class="Constant">"discontinuing routine "</span> << Current_routine<span class="Delimiter">-></span>id << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L539" class="LineNr">539 </span> <span class="Conceal">¦</span> Current_routine<span class="Delimiter">-></span>state = DISCONTINUED<span class="Delimiter">;</span> -<span id="L540" class="LineNr">540 </span> <span class="Conceal">¦</span> Current_routine<span class="Delimiter">-></span>limit = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L541" class="LineNr">541 </span> <span class="Delimiter">}</span> -<span id="L542" class="LineNr">542 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L543" class="LineNr">543 </span> <span class="Conceal">¦</span> Current_routine<span class="Delimiter">-></span>limit -= Scheduling_interval<span class="Delimiter">;</span> -<span id="L544" class="LineNr">544 </span> <span class="Delimiter">}</span> -<span id="L545" class="LineNr">545 </span><span class="Delimiter">}</span> -<span id="L546" class="LineNr">546 </span> -<span id="L547" class="LineNr">547 </span><span class="Delimiter">:(before "End Test Teardown")</span> -<span id="L548" class="LineNr">548 </span><span class="Normal">if</span> <span class="Delimiter">(</span>Passed && any_routines_with_error<span class="Delimiter">())</span> -<span id="L549" class="LineNr">549 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"some routines died with errors</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L550" class="LineNr">550 </span><span class="Delimiter">:(before "End Mu Test Teardown")</span> -<span id="L551" class="LineNr">551 </span><span class="Normal">if</span> <span class="Delimiter">(</span>Passed && any_routines_with_error<span class="Delimiter">())</span> -<span id="L552" class="LineNr">552 </span> <a href='003trace.cc.html#L174'>raise</a> << Current_scenario<span class="Delimiter">-></span>name << <span class="Constant">": some routines died with errors</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L553" class="LineNr">553 </span> -<span id="L554" class="LineNr">554 </span><span class="Delimiter">:(code)</span> -<span id="L555" class="LineNr">555 </span><span class="Normal">bool</span> any_routines_with_error<span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L556" class="LineNr">556 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L557" class="LineNr">557 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state == DISCONTINUED<span class="Delimiter">)</span> -<span id="L558" class="LineNr">558 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L559" class="LineNr">559 </span> <span class="Delimiter">}</span> -<span id="L560" class="LineNr">560 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L561" class="LineNr">561 </span><span class="Delimiter">}</span> -<span id="L562" class="LineNr">562 </span> -<span id="L563" class="LineNr">563 </span><span class="Delimiter">:(before "End routine Fields")</span> -<span id="L564" class="LineNr">564 </span><span class="Normal">int</span> limit<span class="Delimiter">;</span> -<span id="L565" class="LineNr">565 </span><span class="Delimiter">:(before "End routine Constructor")</span> -<span id="L566" class="LineNr">566 </span>limit = -<span class="Constant">1</span><span class="Delimiter">;</span> <span class="Comment">/*</span><span class="Comment"> no limit </span><span class="Comment">*/</span> +<span id="L401" class="LineNr">401 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L402" class="LineNr">402 </span>STOP<span class="Delimiter">,</span> +<span id="L403" class="LineNr">403 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L404" class="LineNr">404 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"stop"</span><span class="Delimiter">,</span> STOP<span class="Delimiter">);</span> +<span id="L405" class="LineNr">405 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L406" class="LineNr">406 </span><span class="Normal">case</span> STOP: <span class="Delimiter">{</span> +<span id="L407" class="LineNr">407 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L408" class="LineNr">408 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'stop' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L409" class="LineNr">409 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L410" class="LineNr">410 </span> <span class="Delimiter">}</span> +<span id="L411" class="LineNr">411 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L412" class="LineNr">412 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'stop' should be a routine id generated by 'start-running', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L413" class="LineNr">413 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L414" class="LineNr">414 </span> <span class="Delimiter">}</span> +<span id="L415" class="LineNr">415 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L416" class="LineNr">416 </span><span class="Delimiter">}</span> +<span id="L417" class="LineNr">417 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L418" class="LineNr">418 </span><span class="Normal">case</span> STOP: <span class="Delimiter">{</span> +<span id="L419" class="LineNr">419 </span> <span class="Normal">int</span> id = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L420" class="LineNr">420 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L421" class="LineNr">421 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>id == id<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L422" class="LineNr">422 </span> Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state = <a href='073scheduler.cc.html#L42'>COMPLETED</a><span class="Delimiter">;</span> +<span id="L423" class="LineNr">423 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L424" class="LineNr">424 </span> <span class="Delimiter">}</span> +<span id="L425" class="LineNr">425 </span> <span class="Delimiter">}</span> +<span id="L426" class="LineNr">426 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L427" class="LineNr">427 </span><span class="Delimiter">}</span> +<span id="L428" class="LineNr">428 </span> +<span id="L429" class="LineNr">429 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L430" class="LineNr">430 </span>_DUMP_ROUTINES<span class="Delimiter">,</span> +<span id="L431" class="LineNr">431 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L432" class="LineNr">432 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"$dump-routines"</span><span class="Delimiter">,</span> _DUMP_ROUTINES<span class="Delimiter">);</span> +<span id="L433" class="LineNr">433 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L434" class="LineNr">434 </span><span class="Normal">case</span> _DUMP_ROUTINES: <span class="Delimiter">{</span> +<span id="L435" class="LineNr">435 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L436" class="LineNr">436 </span><span class="Delimiter">}</span> +<span id="L437" class="LineNr">437 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L438" class="LineNr">438 </span><span class="Normal">case</span> _DUMP_ROUTINES: <span class="Delimiter">{</span> +<span id="L439" class="LineNr">439 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L440" class="LineNr">440 </span> cerr << i << <span class="Constant">": "</span> << Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>id << <span class="Constant">' '</span> << Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state << <span class="Constant">' '</span> << Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>parent_index << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L441" class="LineNr">441 </span> <span class="Delimiter">}</span> +<span id="L442" class="LineNr">442 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L443" class="LineNr">443 </span><span class="Delimiter">}</span> +<span id="L444" class="LineNr">444 </span> +<span id="L445" class="LineNr">445 </span><span class="Comment">//: support for stopping routines after some number of cycles</span> +<span id="L446" class="LineNr">446 </span> +<span id="L447" class="LineNr">447 </span><span class="Delimiter">:(scenario routine_discontinues_past_limit)</span> +<span id="L448" class="LineNr">448 </span><span class="Special">% Scheduling_interval = 2;</span> +<span id="L449" class="LineNr">449 </span><span class="muRecipe">def</span> f1 [ +<span id="L450" class="LineNr">450 </span> <span class="Constant">1</span>:num/child-id<span class="Special"> <- </span>start-running f2 +<span id="L451" class="LineNr">451 </span> limit-time <span class="Constant">1</span>:num/child-id<span class="Delimiter">,</span> <span class="Constant">10</span> +<span id="L452" class="LineNr">452 </span> <span class="Comment"># padding loop just to make sure f2 has time to completed</span> +<span id="L453" class="LineNr">453 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">20</span> +<span id="L454" class="LineNr">454 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>subtract <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> +<span id="L455" class="LineNr">455 </span> jump-<span class="Normal">if</span> <span class="Constant">2</span>:num<span class="Delimiter">,</span> <span class="Constant">-2:offset</span> +<span id="L456" class="LineNr">456 </span>] +<span id="L457" class="LineNr">457 </span><span class="muRecipe">def</span> f2 [ +<span id="L458" class="LineNr">458 </span> jump <span class="Constant">-1:offset</span> <span class="Comment"># run forever</span> +<span id="L459" class="LineNr">459 </span> $print [should never get here]<span class="Delimiter">,</span> <span class="Constant">10</span>/newline +<span id="L460" class="LineNr">460 </span>] +<span id="L461" class="LineNr">461 </span><span class="Comment"># f2 terminates</span> +<span id="L462" class="LineNr">462 </span><span class="traceContains">+schedule: discontinuing routine 2</span> +<span id="L463" class="LineNr">463 </span> +<span id="L464" class="LineNr">464 </span><span class="Delimiter">:(before "End routine States")</span> +<span id="L465" class="LineNr">465 </span>DISCONTINUED<span class="Delimiter">,</span> +<span id="L466" class="LineNr">466 </span><span class="Delimiter">:(before "End Scheduler State Transitions")</span> +<span id="L467" class="LineNr">467 </span><span class="Normal">if</span> <span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>limit >= <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L468" class="LineNr">468 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>limit <= Scheduling_interval<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L469" class="LineNr">469 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"schedule"</span><span class="Delimiter">)</span> << <span class="Constant">"discontinuing routine "</span> << Current_routine<span class="Delimiter">-></span>id << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L470" class="LineNr">470 </span> Current_routine<span class="Delimiter">-></span>state = DISCONTINUED<span class="Delimiter">;</span> +<span id="L471" class="LineNr">471 </span> Current_routine<span class="Delimiter">-></span>limit = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L472" class="LineNr">472 </span> <span class="Delimiter">}</span> +<span id="L473" class="LineNr">473 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L474" class="LineNr">474 </span> Current_routine<span class="Delimiter">-></span>limit -= Scheduling_interval<span class="Delimiter">;</span> +<span id="L475" class="LineNr">475 </span> <span class="Delimiter">}</span> +<span id="L476" class="LineNr">476 </span><span class="Delimiter">}</span> +<span id="L477" class="LineNr">477 </span> +<span id="L478" class="LineNr">478 </span><span class="Delimiter">:(before "End Test Teardown")</span> +<span id="L479" class="LineNr">479 </span><span class="Normal">if</span> <span class="Delimiter">(</span>Passed && any_routines_with_error<span class="Delimiter">())</span> +<span id="L480" class="LineNr">480 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"some routines died with errors</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L481" class="LineNr">481 </span><span class="Delimiter">:(before "End Mu Test Teardown")</span> +<span id="L482" class="LineNr">482 </span><span class="Normal">if</span> <span class="Delimiter">(</span>Passed && any_routines_with_error<span class="Delimiter">())</span> +<span id="L483" class="LineNr">483 </span> <a href='003trace.cc.html#L174'>raise</a> << Current_scenario<span class="Delimiter">-></span>name << <span class="Constant">": some routines died with errors</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L484" class="LineNr">484 </span> +<span id="L485" class="LineNr">485 </span><span class="Delimiter">:(code)</span> +<span id="L486" class="LineNr">486 </span><span class="Normal">bool</span> any_routines_with_error<span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L487" class="LineNr">487 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L488" class="LineNr">488 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state == DISCONTINUED<span class="Delimiter">)</span> +<span id="L489" class="LineNr">489 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L490" class="LineNr">490 </span> <span class="Delimiter">}</span> +<span id="L491" class="LineNr">491 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<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="Delimiter">:(before "End routine Fields")</span> +<span id="L495" class="LineNr">495 </span><span class="Normal">int</span> limit<span class="Delimiter">;</span> +<span id="L496" class="LineNr">496 </span><span class="Delimiter">:(before "End routine Constructor")</span> +<span id="L497" class="LineNr">497 </span>limit = -<span class="Constant">1</span><span class="Delimiter">;</span> <span class="Comment">/*</span><span class="Comment"> no limit </span><span class="Comment">*/</span> +<span id="L498" class="LineNr">498 </span> +<span id="L499" class="LineNr">499 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L500" class="LineNr">500 </span>LIMIT_TIME<span class="Delimiter">,</span> +<span id="L501" class="LineNr">501 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L502" class="LineNr">502 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"limit-time"</span><span class="Delimiter">,</span> LIMIT_TIME<span class="Delimiter">);</span> +<span id="L503" class="LineNr">503 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L504" class="LineNr">504 </span><span class="Normal">case</span> LIMIT_TIME: <span class="Delimiter">{</span> +<span id="L505" class="LineNr">505 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L506" class="LineNr">506 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'limit-time' requires exactly two ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L507" class="LineNr">507 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L508" class="LineNr">508 </span> <span class="Delimiter">}</span> +<span id="L509" class="LineNr">509 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L510" class="LineNr">510 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'limit-time' should be a routine id generated by 'start-running', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L511" class="LineNr">511 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L512" class="LineNr">512 </span> <span class="Delimiter">}</span> +<span id="L513" class="LineNr">513 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L514" class="LineNr">514 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'limit-time' should be a number (of instructions to run for), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L515" class="LineNr">515 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L516" class="LineNr">516 </span> <span class="Delimiter">}</span> +<span id="L517" class="LineNr">517 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L518" class="LineNr">518 </span><span class="Delimiter">}</span> +<span id="L519" class="LineNr">519 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L520" class="LineNr">520 </span><span class="Normal">case</span> LIMIT_TIME: <span class="Delimiter">{</span> +<span id="L521" class="LineNr">521 </span> <span class="Normal">int</span> id = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L522" class="LineNr">522 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L523" class="LineNr">523 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>id == id<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L524" class="LineNr">524 </span> Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>limit = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L525" class="LineNr">525 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L526" class="LineNr">526 </span> <span class="Delimiter">}</span> +<span id="L527" class="LineNr">527 </span> <span class="Delimiter">}</span> +<span id="L528" class="LineNr">528 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L529" class="LineNr">529 </span><span class="Delimiter">}</span> +<span id="L530" class="LineNr">530 </span> +<span id="L531" class="LineNr">531 </span><span class="Delimiter">:(before "End routine Fields")</span> +<span id="L532" class="LineNr">532 </span><span class="Normal">int</span> instructions_run<span class="Delimiter">;</span> +<span id="L533" class="LineNr">533 </span><span class="Delimiter">:(before "End routine Constructor")</span> +<span id="L534" class="LineNr">534 </span>instructions_run = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L535" class="LineNr">535 </span><span class="Delimiter">:(before "Reset instructions_run_this_scheduling_slice")</span> +<span id="L536" class="LineNr">536 </span>Current_routine<span class="Delimiter">-></span>instructions_run += Current_routine<span class="Delimiter">-></span>instructions_run_this_scheduling_slice<span class="Delimiter">;</span> +<span id="L537" class="LineNr">537 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L538" class="LineNr">538 </span>NUMBER_OF_INSTRUCTIONS<span class="Delimiter">,</span> +<span id="L539" class="LineNr">539 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L540" class="LineNr">540 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"number-of-instructions"</span><span class="Delimiter">,</span> NUMBER_OF_INSTRUCTIONS<span class="Delimiter">);</span> +<span id="L541" class="LineNr">541 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L542" class="LineNr">542 </span><span class="Normal">case</span> NUMBER_OF_INSTRUCTIONS: <span class="Delimiter">{</span> +<span id="L543" class="LineNr">543 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L544" class="LineNr">544 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'number-of-instructions' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L545" class="LineNr">545 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L546" class="LineNr">546 </span> <span class="Delimiter">}</span> +<span id="L547" class="LineNr">547 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L548" class="LineNr">548 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'number-of-instructions' should be a routine id generated by 'start-running', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L549" class="LineNr">549 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L550" class="LineNr">550 </span> <span class="Delimiter">}</span> +<span id="L551" class="LineNr">551 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L552" class="LineNr">552 </span><span class="Delimiter">}</span> +<span id="L553" class="LineNr">553 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L554" class="LineNr">554 </span><span class="Normal">case</span> NUMBER_OF_INSTRUCTIONS: <span class="Delimiter">{</span> +<span id="L555" class="LineNr">555 </span> <span class="Normal">int</span> id = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L556" class="LineNr">556 </span> <span class="Normal">int</span> result = -<span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L557" class="LineNr">557 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L558" class="LineNr">558 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>id == id<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L559" class="LineNr">559 </span> result = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>instructions_run<span class="Delimiter">;</span> +<span id="L560" class="LineNr">560 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L561" class="LineNr">561 </span> <span class="Delimiter">}</span> +<span id="L562" class="LineNr">562 </span> <span class="Delimiter">}</span> +<span id="L563" class="LineNr">563 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L564" class="LineNr">564 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> +<span id="L565" class="LineNr">565 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L566" class="LineNr">566 </span><span class="Delimiter">}</span> <span id="L567" class="LineNr">567 </span> -<span id="L568" class="LineNr">568 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L569" class="LineNr">569 </span>LIMIT_TIME<span class="Delimiter">,</span> -<span id="L570" class="LineNr">570 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L571" class="LineNr">571 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"limit-time"</span><span class="Delimiter">,</span> LIMIT_TIME<span class="Delimiter">);</span> -<span id="L572" class="LineNr">572 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L573" class="LineNr">573 </span><span class="Normal">case</span> LIMIT_TIME: <span class="Delimiter">{</span> -<span id="L574" class="LineNr">574 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L575" class="LineNr">575 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'limit-time' requires exactly two ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L576" class="LineNr">576 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L577" class="LineNr">577 </span> <span class="Delimiter">}</span> -<span id="L578" class="LineNr">578 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L579" class="LineNr">579 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'limit-time' should be a routine id generated by 'start-running', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L580" class="LineNr">580 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L581" class="LineNr">581 </span> <span class="Delimiter">}</span> -<span id="L582" class="LineNr">582 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L583" class="LineNr">583 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'limit-time' should be a number (of instructions to run for), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L584" class="LineNr">584 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L585" class="LineNr">585 </span> <span class="Delimiter">}</span> -<span id="L586" class="LineNr">586 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L587" class="LineNr">587 </span><span class="Delimiter">}</span> -<span id="L588" class="LineNr">588 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L589" class="LineNr">589 </span><span class="Normal">case</span> LIMIT_TIME: <span class="Delimiter">{</span> -<span id="L590" class="LineNr">590 </span> <span class="Normal">int</span> id = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L591" class="LineNr">591 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L592" class="LineNr">592 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>id == id<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L593" class="LineNr">593 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>limit = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L594" class="LineNr">594 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L595" class="LineNr">595 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L596" class="LineNr">596 </span> <span class="Delimiter">}</span> -<span id="L597" class="LineNr">597 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L598" class="LineNr">598 </span><span class="Delimiter">}</span> -<span id="L599" class="LineNr">599 </span> -<span id="L600" class="LineNr">600 </span><span class="Delimiter">:(before "End routine Fields")</span> -<span id="L601" class="LineNr">601 </span><span class="Normal">int</span> instructions_run<span class="Delimiter">;</span> -<span id="L602" class="LineNr">602 </span><span class="Delimiter">:(before "End routine Constructor")</span> -<span id="L603" class="LineNr">603 </span>instructions_run = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L604" class="LineNr">604 </span><span class="Delimiter">:(before "Reset instructions_run_this_scheduling_slice")</span> -<span id="L605" class="LineNr">605 </span>Current_routine<span class="Delimiter">-></span>instructions_run += Current_routine<span class="Delimiter">-></span>instructions_run_this_scheduling_slice<span class="Delimiter">;</span> -<span id="L606" class="LineNr">606 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L607" class="LineNr">607 </span>NUMBER_OF_INSTRUCTIONS<span class="Delimiter">,</span> -<span id="L608" class="LineNr">608 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L609" class="LineNr">609 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"number-of-instructions"</span><span class="Delimiter">,</span> NUMBER_OF_INSTRUCTIONS<span class="Delimiter">);</span> -<span id="L610" class="LineNr">610 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L611" class="LineNr">611 </span><span class="Normal">case</span> NUMBER_OF_INSTRUCTIONS: <span class="Delimiter">{</span> -<span id="L612" class="LineNr">612 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L613" class="LineNr">613 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'number-of-instructions' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L614" class="LineNr">614 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L615" class="LineNr">615 </span> <span class="Delimiter">}</span> -<span id="L616" class="LineNr">616 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L617" class="LineNr">617 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'number-of-instructions' should be a routine id generated by 'start-running', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L618" class="LineNr">618 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L619" class="LineNr">619 </span> <span class="Delimiter">}</span> -<span id="L620" class="LineNr">620 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L621" class="LineNr">621 </span><span class="Delimiter">}</span> -<span id="L622" class="LineNr">622 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L623" class="LineNr">623 </span><span class="Normal">case</span> NUMBER_OF_INSTRUCTIONS: <span class="Delimiter">{</span> -<span id="L624" class="LineNr">624 </span> <span class="Normal">int</span> id = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L625" class="LineNr">625 </span> <span class="Normal">int</span> result = -<span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L626" class="LineNr">626 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L627" class="LineNr">627 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>id == id<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L628" class="LineNr">628 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>instructions_run<span class="Delimiter">;</span> -<span id="L629" class="LineNr">629 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L630" class="LineNr">630 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L631" class="LineNr">631 </span> <span class="Delimiter">}</span> -<span id="L632" class="LineNr">632 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L633" class="LineNr">633 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> -<span id="L634" class="LineNr">634 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L635" class="LineNr">635 </span><span class="Delimiter">}</span> -<span id="L636" class="LineNr">636 </span> -<span id="L637" class="LineNr">637 </span><span class="Delimiter">:(scenario number_of_instructions)</span> -<span id="L638" class="LineNr">638 </span><span class="muRecipe">def</span> f1 [ -<span id="L639" class="LineNr">639 </span> <span class="Constant">10</span>:num/child-id<span class="Special"> <- </span>start-running f2 -<span id="L640" class="LineNr">640 </span> <span class="Delimiter">{</span> -<span id="L641" class="LineNr">641 </span> <span class="Conceal">¦</span> loop-unless <span class="Constant">20</span>:num -<span id="L642" class="LineNr">642 </span> <span class="Delimiter">}</span> -<span id="L643" class="LineNr">643 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>number-of-instructions <span class="Constant">10</span>:num -<span id="L644" class="LineNr">644 </span>] -<span id="L645" class="LineNr">645 </span><span class="muRecipe">def</span> f2 [ -<span id="L646" class="LineNr">646 </span> <span class="Comment"># 2 instructions worth of work</span> -<span id="L647" class="LineNr">647 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L648" class="LineNr">648 </span> <span class="Constant">20</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span> -<span id="L649" class="LineNr">649 </span>] -<span id="L650" class="LineNr">650 </span><span class="Comment"># f2 runs an extra instruction for the implicit return added by the</span> -<span id="L651" class="LineNr">651 </span><span class="Comment"># fill_in_return_ingredients transform</span> -<span id="L652" class="LineNr">652 </span><span class="traceContains">+mem: storing 3 in location 11</span> -<span id="L653" class="LineNr">653 </span> -<span id="L654" class="LineNr">654 </span><span class="Delimiter">:(scenario number_of_instructions_across_multiple_scheduling_intervals)</span> -<span id="L655" class="LineNr">655 </span><span class="Special">% Scheduling_interval = 1;</span> -<span id="L656" class="LineNr">656 </span><span class="muRecipe">def</span> f1 [ -<span id="L657" class="LineNr">657 </span> <span class="Constant">10</span>:num/child-id<span class="Special"> <- </span>start-running f2 -<span id="L658" class="LineNr">658 </span> <span class="Delimiter">{</span> -<span id="L659" class="LineNr">659 </span> <span class="Conceal">¦</span> loop-unless <span class="Constant">20</span>:num -<span id="L660" class="LineNr">660 </span> <span class="Delimiter">}</span> -<span id="L661" class="LineNr">661 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>number-of-instructions <span class="Constant">10</span>:num -<span id="L662" class="LineNr">662 </span>] -<span id="L663" class="LineNr">663 </span><span class="muRecipe">def</span> f2 [ -<span id="L664" class="LineNr">664 </span> <span class="Comment"># 4 instructions worth of work</span> -<span id="L665" class="LineNr">665 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L666" class="LineNr">666 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span> -<span id="L667" class="LineNr">667 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">3</span> -<span id="L668" class="LineNr">668 </span> <span class="Constant">20</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span> -<span id="L669" class="LineNr">669 </span>] -<span id="L670" class="LineNr">670 </span><span class="Comment"># f2 runs an extra instruction for the implicit return added by the</span> -<span id="L671" class="LineNr">671 </span><span class="Comment"># fill_in_return_ingredients transform</span> -<span id="L672" class="LineNr">672 </span><span class="traceContains">+mem: storing 5 in location 11</span> -<span id="L673" class="LineNr">673 </span> -<span id="L674" class="LineNr">674 </span><span class="SalientComment">//:: make sure that each routine gets a different alloc to start</span> -<span id="L675" class="LineNr">675 </span> -<span id="L676" class="LineNr">676 </span><span class="Delimiter">:(scenario new_concurrent)</span> -<span id="L677" class="LineNr">677 </span><span class="muRecipe">def</span> f1 [ -<span id="L678" class="LineNr">678 </span> start-running f2 -<span id="L679" class="LineNr">679 </span> <span class="Constant">1</span>:&:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L680" class="LineNr">680 </span> <span class="Comment"># wait for f2 to complete</span> -<span id="L681" class="LineNr">681 </span> <span class="Delimiter">{</span> -<span id="L682" class="LineNr">682 </span> <span class="Conceal">¦</span> loop-unless <span class="Constant">4</span>:num/<span class="Special">raw</span> -<span id="L683" class="LineNr">683 </span> <span class="Delimiter">}</span> -<span id="L684" class="LineNr">684 </span>] -<span id="L685" class="LineNr">685 </span><span class="muRecipe">def</span> f2 [ -<span id="L686" class="LineNr">686 </span> <span class="Constant">2</span>:&:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> -<span id="L687" class="LineNr">687 </span> <span class="Comment"># hack: assumes scheduler implementation</span> -<span id="L688" class="LineNr">688 </span> <span class="Constant">3</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal <span class="Constant">1</span>:&:num/<span class="Special">raw</span><span class="Delimiter">,</span> <span class="Constant">2</span>:&:num/<span class="Special">raw</span> -<span id="L689" class="LineNr">689 </span> <span class="Comment"># signal f2 complete</span> -<span id="L690" class="LineNr">690 </span> <span class="Constant">4</span>:num/<span class="Special">raw <- </span>copy <span class="Constant">1</span> -<span id="L691" class="LineNr">691 </span>] -<span id="L692" class="LineNr">692 </span><span class="traceContains">+mem: storing 0 in location 3</span> +<span id="L568" class="LineNr">568 </span><span class="Delimiter">:(scenario number_of_instructions)</span> +<span id="L569" class="LineNr">569 </span><span class="muRecipe">def</span> f1 [ +<span id="L570" class="LineNr">570 </span> <span class="Constant">10</span>:num/child-id<span class="Special"> <- </span>start-running f2 +<span id="L571" class="LineNr">571 </span> <span class="Delimiter">{</span> +<span id="L572" class="LineNr">572 </span> loop-unless <span class="Constant">20</span>:num +<span id="L573" class="LineNr">573 </span> <span class="Delimiter">}</span> +<span id="L574" class="LineNr">574 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>number-of-instructions <span class="Constant">10</span>:num +<span id="L575" class="LineNr">575 </span>] +<span id="L576" class="LineNr">576 </span><span class="muRecipe">def</span> f2 [ +<span id="L577" class="LineNr">577 </span> <span class="Comment"># 2 instructions worth of work</span> +<span id="L578" class="LineNr">578 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L579" class="LineNr">579 </span> <span class="Constant">20</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span> +<span id="L580" class="LineNr">580 </span>] +<span id="L581" class="LineNr">581 </span><span class="Comment"># f2 runs an extra instruction for the implicit return added by the</span> +<span id="L582" class="LineNr">582 </span><span class="Comment"># fill_in_return_ingredients transform</span> +<span id="L583" class="LineNr">583 </span><span class="traceContains">+mem: storing 3 in location 11</span> +<span id="L584" class="LineNr">584 </span> +<span id="L585" class="LineNr">585 </span><span class="Delimiter">:(scenario number_of_instructions_across_multiple_scheduling_intervals)</span> +<span id="L586" class="LineNr">586 </span><span class="Special">% Scheduling_interval = 1;</span> +<span id="L587" class="LineNr">587 </span><span class="muRecipe">def</span> f1 [ +<span id="L588" class="LineNr">588 </span> <span class="Constant">10</span>:num/child-id<span class="Special"> <- </span>start-running f2 +<span id="L589" class="LineNr">589 </span> <span class="Delimiter">{</span> +<span id="L590" class="LineNr">590 </span> loop-unless <span class="Constant">20</span>:num +<span id="L591" class="LineNr">591 </span> <span class="Delimiter">}</span> +<span id="L592" class="LineNr">592 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>number-of-instructions <span class="Constant">10</span>:num +<span id="L593" class="LineNr">593 </span>] +<span id="L594" class="LineNr">594 </span><span class="muRecipe">def</span> f2 [ +<span id="L595" class="LineNr">595 </span> <span class="Comment"># 4 instructions worth of work</span> +<span id="L596" class="LineNr">596 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L597" class="LineNr">597 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span> +<span id="L598" class="LineNr">598 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">3</span> +<span id="L599" class="LineNr">599 </span> <span class="Constant">20</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span> +<span id="L600" class="LineNr">600 </span>] +<span id="L601" class="LineNr">601 </span><span class="Comment"># f2 runs an extra instruction for the implicit return added by the</span> +<span id="L602" class="LineNr">602 </span><span class="Comment"># fill_in_return_ingredients transform</span> +<span id="L603" class="LineNr">603 </span><span class="traceContains">+mem: storing 5 in location 11</span> +<span id="L604" class="LineNr">604 </span> +<span id="L605" class="LineNr">605 </span><span class="SalientComment">//:: make sure that each routine gets a different alloc to start</span> +<span id="L606" class="LineNr">606 </span> +<span id="L607" class="LineNr">607 </span><span class="Delimiter">:(scenario new_concurrent)</span> +<span id="L608" class="LineNr">608 </span><span class="muRecipe">def</span> f1 [ +<span id="L609" class="LineNr">609 </span> start-running f2 +<span id="L610" class="LineNr">610 </span> <span class="Constant">1</span>:&:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L611" class="LineNr">611 </span> <span class="Comment"># wait for f2 to complete</span> +<span id="L612" class="LineNr">612 </span> <span class="Delimiter">{</span> +<span id="L613" class="LineNr">613 </span> loop-unless <span class="Constant">4</span>:num/<span class="Special">raw</span> +<span id="L614" class="LineNr">614 </span> <span class="Delimiter">}</span> +<span id="L615" class="LineNr">615 </span>] +<span id="L616" class="LineNr">616 </span><span class="muRecipe">def</span> f2 [ +<span id="L617" class="LineNr">617 </span> <span class="Constant">2</span>:&:num/<span class="Special">raw <- </span><span class="Normal">new</span> <span class="Constant">number:type</span> +<span id="L618" class="LineNr">618 </span> <span class="Comment"># hack: assumes scheduler implementation</span> +<span id="L619" class="LineNr">619 </span> <span class="Constant">3</span>:<span class="Normal">bool</span>/<span class="Special">raw <- </span>equal <span class="Constant">1</span>:&:num/<span class="Special">raw</span><span class="Delimiter">,</span> <span class="Constant">2</span>:&:num/<span class="Special">raw</span> +<span id="L620" class="LineNr">620 </span> <span class="Comment"># signal f2 complete</span> +<span id="L621" class="LineNr">621 </span> <span class="Constant">4</span>:num/<span class="Special">raw <- </span>copy <span class="Constant">1</span> +<span id="L622" class="LineNr">622 </span>] +<span id="L623" class="LineNr">623 </span><span class="traceContains">+mem: storing 0 in location 3</span> </pre> </body> </html> diff --git a/html/074wait.cc.html b/html/074wait.cc.html index 1fa4bb98..602e3ee3 100644 --- a/html/074wait.cc.html +++ b/html/074wait.cc.html @@ -15,20 +15,19 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.LineNr { color: #444444; } -.SalientComment { color: #00ffff; } -.muRecipe { color: #ff8700; } .cSpecial { color: #008000; } +.LineNr { color: #444444; } .muData { color: #ffff00; } -.Identifier { color: #c0a020; } +.Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } .Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } +.SalientComment { color: #00ffff; } +.traceContains { color: #008000; } --> </style> @@ -111,15 +110,15 @@ if ('onhashchange' in window) { <span id="L46" class="LineNr"> 46 </span><span class="Delimiter">:(code)</span> <span id="L47" class="LineNr"> 47 </span><span class="Normal">bool</span> <a href='074wait.cc.html#L47'>any_routines_waiting</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L48" class="LineNr"> 48 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state == WAITING<span class="Delimiter">)</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L49" class="LineNr"> 49 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state == WAITING<span class="Delimiter">)</span> +<span id="L50" class="LineNr"> 50 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L51" class="LineNr"> 51 </span> <span class="Delimiter">}</span> <span id="L52" class="LineNr"> 52 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L53" class="LineNr"> 53 </span><span class="Delimiter">}</span> <span id="L54" class="LineNr"> 54 </span><span class="Normal">void</span> <a href='074wait.cc.html#L54'>dump_waiting_routines</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L55" class="LineNr"> 55 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state == WAITING<span class="Delimiter">)</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << i << <span class="Constant">": "</span> << <a href='073scheduler.cc.html#L110'>routine_label</a><span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L56" class="LineNr"> 56 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state == WAITING<span class="Delimiter">)</span> +<span id="L57" class="LineNr"> 57 </span> cerr << i << <span class="Constant">": "</span> << <a href='073scheduler.cc.html#L110'>routine_label</a><span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L58" class="LineNr"> 58 </span> <span class="Delimiter">}</span> <span id="L59" class="LineNr"> 59 </span><span class="Delimiter">}</span> <span id="L60" class="LineNr"> 60 </span> @@ -143,11 +142,11 @@ if ('onhashchange' in window) { <span id="L78" class="LineNr"> 78 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L79" class="LineNr"> 79 </span><span class="Normal">case</span> WAIT_FOR_RESET_THEN_SET: <span class="Delimiter">{</span> <span id="L80" class="LineNr"> 80 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'wait-for-reset-then-set' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L81" class="LineNr"> 81 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'wait-for-reset-then-set' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L82" class="LineNr"> 82 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L83" class="LineNr"> 83 </span> <span class="Delimiter">}</span> <span id="L84" class="LineNr"> 84 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_location<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'wait-for-reset-then-set' requires a location ingredient, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L85" class="LineNr"> 85 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'wait-for-reset-then-set' requires a location ingredient, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L86" class="LineNr"> 86 </span> <span class="Delimiter">}</span> <span id="L87" class="LineNr"> 87 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L88" class="LineNr"> 88 </span><span class="Delimiter">}</span> @@ -156,9 +155,9 @@ if ('onhashchange' in window) { <span id="L91" class="LineNr"> 91 </span> <span class="Normal">int</span> loc = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L92" class="LineNr"> 92 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"wait: *"</span> << loc << <span class="Constant">" = "</span> << <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> loc<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L93" class="LineNr"> 93 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> loc<span class="Delimiter">)</span> == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"location "</span> << loc << <span class="Constant">" is already 0; setting"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> loc<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L94" class="LineNr"> 94 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"location "</span> << loc << <span class="Constant">" is already 0; setting"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L95" class="LineNr"> 95 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> loc<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L96" class="LineNr"> 96 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L97" class="LineNr"> 97 </span> <span class="Delimiter">}</span> <span id="L98" class="LineNr"> 98 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"waiting for location "</span> << loc << <span class="Constant">" to reset"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L99" class="LineNr"> 99 </span> Current_routine<span class="Delimiter">-></span>state = WAITING<span class="Delimiter">;</span> @@ -174,11 +173,11 @@ if ('onhashchange' in window) { <span id="L109" class="LineNr">109 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L110" class="LineNr">110 </span><span class="Normal">case</span> RESET: <span class="Delimiter">{</span> <span id="L111" class="LineNr">111 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'reset' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L112" class="LineNr">112 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'reset' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L113" class="LineNr">113 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L114" class="LineNr">114 </span> <span class="Delimiter">}</span> <span id="L115" class="LineNr">115 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_location<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'reset' requires a location ingredient, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L116" class="LineNr">116 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'reset' requires a location ingredient, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L117" class="LineNr">117 </span> <span class="Delimiter">}</span> <span id="L118" class="LineNr">118 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L119" class="LineNr">119 </span><span class="Delimiter">}</span> @@ -197,10 +196,10 @@ if ('onhashchange' in window) { <span id="L132" class="LineNr">132 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state != WAITING<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span id="L133" class="LineNr">133 </span> <span class="Normal">int</span> loc = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>waiting_on_location<span class="Delimiter">;</span> <span id="L134" class="LineNr">134 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>loc && <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> loc<span class="Delimiter">)</span> == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"schedule"</span><span class="Delimiter">)</span> << <span class="Constant">"waking up routine "</span> << Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>id << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L136" class="LineNr">136 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> loc<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state = <a href='073scheduler.cc.html#L41'>RUNNING</a><span class="Delimiter">;</span> -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>waiting_on_location = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L135" class="LineNr">135 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"schedule"</span><span class="Delimiter">)</span> << <span class="Constant">"waking up routine "</span> << Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>id << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L136" class="LineNr">136 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> loc<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L137" class="LineNr">137 </span> Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state = <a href='073scheduler.cc.html#L41'>RUNNING</a><span class="Delimiter">;</span> +<span id="L138" class="LineNr">138 </span> Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>waiting_on_location = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L139" class="LineNr">139 </span> <span class="Delimiter">}</span> <span id="L140" class="LineNr">140 </span><span class="Delimiter">}</span> <span id="L141" class="LineNr">141 </span> @@ -223,42 +222,42 @@ if ('onhashchange' in window) { <span id="L158" class="LineNr">158 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L159" class="LineNr">159 </span><span class="Normal">case</span> GET_LOCATION: <span class="Delimiter">{</span> <span id="L160" class="LineNr">160 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'get-location' expects exactly 2 ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L162" class="LineNr">162 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L161" class="LineNr">161 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'get-location' expects exactly 2 ingredients in '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L162" class="LineNr">162 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L163" class="LineNr">163 </span> <span class="Delimiter">}</span> <span id="L164" class="LineNr">164 </span> reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> base = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L165" class="LineNr">165 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!canonize_type<span class="Delimiter">(</span>base<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L166" class="LineNr">166 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!base<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'get-location' should be a container, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L167" class="LineNr">167 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'get-location' should be a container, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L168" class="LineNr">168 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L169" class="LineNr">169 </span> <span class="Delimiter">}</span> <span id="L170" class="LineNr">170 </span> <span class="Normal">const</span> type_tree* base_root_type = base<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom ? base<span class="Delimiter">.</span>type : base<span class="Delimiter">.</span>type<span class="Delimiter">-></span>left<span class="Delimiter">;</span> <span id="L171" class="LineNr">171 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!base_root_type<span class="Delimiter">-></span>atom || base_root_type<span class="Delimiter">-></span>value == <span class="Constant">0</span> || !contains_key<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_root_type<span class="Delimiter">-></span>value<span class="Delimiter">)</span> || get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_root_type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>kind != <a href='010vm.cc.html#L173'>CONTAINER</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'get-location' should be a container, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L172" class="LineNr">172 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'get-location' should be a container, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L173" class="LineNr">173 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L174" class="LineNr">174 </span> <span class="Delimiter">}</span> <span id="L175" class="LineNr">175 </span> <a href='010vm.cc.html#L123'>type_ordinal</a> base_type = base<span class="Delimiter">.</span>type<span class="Delimiter">-></span>value<span class="Delimiter">;</span> <span id="L176" class="LineNr">176 </span> <span class="Normal">const</span> reagent& offset = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L177" class="LineNr">177 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal<span class="Delimiter">(</span>offset<span class="Delimiter">)</span> || !is_mu_scalar<span class="Delimiter">(</span>offset<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L178" class="LineNr">178 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'get-location' should have type 'offset', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L178" class="LineNr">178 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'get-location' should have type 'offset', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L179" class="LineNr">179 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L180" class="LineNr">180 </span> <span class="Delimiter">}</span> <span id="L181" class="LineNr">181 </span> <span class="Normal">int</span> offset_value = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L182" class="LineNr">182 </span> <span class="Comment">//: later layers will permit non-integer offsets</span> <span id="L183" class="LineNr">183 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_integer<span class="Delimiter">(</span>offset<span class="Delimiter">.</span>name<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span> offset_value = to_integer<span class="Delimiter">(</span>offset<span class="Delimiter">.</span>name<span class="Delimiter">);</span> -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>offset_value < <span class="Constant">0</span> || offset_value >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">).</span>elements<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L186" class="LineNr">186 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"invalid offset "</span> << offset_value << <span class="Constant">" for '"</span> << get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">).</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L184" class="LineNr">184 </span> offset_value = to_integer<span class="Delimiter">(</span>offset<span class="Delimiter">.</span>name<span class="Delimiter">);</span> +<span id="L185" class="LineNr">185 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>offset_value < <span class="Constant">0</span> || offset_value >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">).</span>elements<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L186" class="LineNr">186 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"invalid offset "</span> << offset_value << <span class="Constant">" for '"</span> << get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">).</span>name << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L187" class="LineNr">187 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L188" class="LineNr">188 </span> <span class="Delimiter">}</span> <span id="L189" class="LineNr">189 </span> <span class="Delimiter">}</span> <span id="L190" class="LineNr">190 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> offset_value = offset<span class="Delimiter">.</span>value<span class="Delimiter">;</span> +<span id="L191" class="LineNr">191 </span> offset_value = offset<span class="Delimiter">.</span>value<span class="Delimiter">;</span> <span id="L192" class="LineNr">192 </span> <span class="Delimiter">}</span> <span id="L193" class="LineNr">193 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L194" class="LineNr">194 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_location<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'get-location "</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">", "</span> << offset<span class="Delimiter">.</span>original_string << <span class="Constant">"' should write to type location but '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name << <span class="Constant">"' has type '"</span> << names_to_string_without_quotes<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L196" class="LineNr">196 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L195" class="LineNr">195 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'get-location "</span> << base<span class="Delimiter">.</span>original_string << <span class="Constant">", "</span> << offset<span class="Delimiter">.</span>original_string << <span class="Constant">"' should write to type location but '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name << <span class="Constant">"' has type '"</span> << names_to_string_without_quotes<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>type<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L196" class="LineNr">196 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L197" class="LineNr">197 </span> <span class="Delimiter">}</span> <span id="L198" class="LineNr">198 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L199" class="LineNr">199 </span><span class="Delimiter">}</span> @@ -268,15 +267,15 @@ if ('onhashchange' in window) { <span id="L203" class="LineNr">203 </span> canonize<span class="Delimiter">(</span>base<span class="Delimiter">);</span> <span id="L204" class="LineNr">204 </span> <span class="Normal">int</span> base_address = base<span class="Delimiter">.</span>value<span class="Delimiter">;</span> <span id="L205" class="LineNr">205 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>base_address == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L206" class="LineNr">206 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to access location 0 in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L207" class="LineNr">207 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L206" class="LineNr">206 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"tried to access location 0 in '"</span> << to_original_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L207" class="LineNr">207 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L208" class="LineNr">208 </span> <span class="Delimiter">}</span> <span id="L209" class="LineNr">209 </span> <span class="Normal">const</span> type_tree* base_type = get_base_type<span class="Delimiter">(</span>base<span class="Delimiter">.</span>type<span class="Delimiter">);</span> <span id="L210" class="LineNr">210 </span> <span class="Normal">int</span> offset = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L211" class="LineNr">211 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>offset < <span class="Constant">0</span> || offset >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type<span class="Delimiter">,</span> base_type<span class="Delimiter">-></span>value<span class="Delimiter">).</span>elements<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// copied from Check above</span> <span id="L212" class="LineNr">212 </span> <span class="Normal">int</span> result = base_address<span class="Delimiter">;</span> <span id="L213" class="LineNr">213 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < offset<span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> -<span id="L214" class="LineNr">214 </span> <span class="Conceal">¦</span> result += size_of<span class="Delimiter">(</span><a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>base<span class="Delimiter">.</span>type<span class="Delimiter">,</span> i<span class="Delimiter">));</span> +<span id="L214" class="LineNr">214 </span> result += size_of<span class="Delimiter">(</span><a href='030container.cc.html#L429'>element_type</a><span class="Delimiter">(</span>base<span class="Delimiter">.</span>type<span class="Delimiter">,</span> i<span class="Delimiter">));</span> <span id="L215" class="LineNr">215 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"address to copy is "</span> << result << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L216" class="LineNr">216 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L217" class="LineNr">217 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>result<span class="Delimiter">);</span> @@ -328,330 +327,330 @@ if ('onhashchange' in window) { <span id="L263" class="LineNr">263 </span><span class="Comment"># 'get-location' can read from container address</span> <span id="L264" class="LineNr">264 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L265" class="LineNr">265 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">10</span> -<span id="L266" class="LineNr">266 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L267" class="LineNr">267 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L268" class="LineNr">268 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> -<span id="L269" class="LineNr">269 </span> <span class="Constant">4</span>:location<span class="Special"> <- </span>get-location <span class="Constant">1</span>:&:point/lookup<span class="Delimiter">,</span> <span class="Constant">0:offset</span> -<span id="L270" class="LineNr">270 </span>] -<span id="L271" class="LineNr">271 </span><span class="traceContains">+mem: storing 11 in location 4</span> -<span id="L272" class="LineNr">272 </span> -<span id="L273" class="LineNr">273 </span><span class="Delimiter">:(scenario get_location_indirect_2)</span> -<span id="L274" class="LineNr">274 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L275" class="LineNr">275 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">10</span> -<span id="L276" class="LineNr">276 </span> <span class="Comment"># 10 reserved for refcount</span> -<span id="L277" class="LineNr">277 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L278" class="LineNr">278 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> -<span id="L279" class="LineNr">279 </span> <span class="Constant">4</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">20</span>/unsafe -<span id="L280" class="LineNr">280 </span> <span class="Constant">4</span>:&:location/lookup<span class="Special"> <- </span>get-location <span class="Constant">1</span>:&:point/lookup<span class="Delimiter">,</span> <span class="Constant">0:offset</span> -<span id="L281" class="LineNr">281 </span>] -<span id="L282" class="LineNr">282 </span><span class="traceContains">+mem: storing 11 in location 21</span> +<span id="L266" class="LineNr">266 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L267" class="LineNr">267 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> +<span id="L268" class="LineNr">268 </span> <span class="Constant">4</span>:location<span class="Special"> <- </span>get-location <span class="Constant">1</span>:&:point/lookup<span class="Delimiter">,</span> <span class="Constant">0:offset</span> +<span id="L269" class="LineNr">269 </span>] +<span id="L270" class="LineNr">270 </span><span class="traceContains">+mem: storing 10 in location 4</span> +<span id="L271" class="LineNr">271 </span> +<span id="L272" class="LineNr">272 </span><span class="Delimiter">:(scenario get_location_indirect_2)</span> +<span id="L273" class="LineNr">273 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L274" class="LineNr">274 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">10</span> +<span id="L275" class="LineNr">275 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L276" class="LineNr">276 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> +<span id="L277" class="LineNr">277 </span> <span class="Constant">4</span>:&:num<span class="Special"> <- </span>copy <span class="Constant">20</span>/unsafe +<span id="L278" class="LineNr">278 </span> <span class="Constant">4</span>:&:location/lookup<span class="Special"> <- </span>get-location <span class="Constant">1</span>:&:point/lookup<span class="Delimiter">,</span> <span class="Constant">0:offset</span> +<span id="L279" class="LineNr">279 </span>] +<span id="L280" class="LineNr">280 </span><span class="traceContains">+mem: storing 10 in location 20</span> +<span id="L281" class="LineNr">281 </span> +<span id="L282" class="LineNr">282 </span><span class="Comment">//: allow waiting on a routine to complete</span> <span id="L283" class="LineNr">283 </span> -<span id="L284" class="LineNr">284 </span><span class="Comment">//: allow waiting on a routine to complete</span> -<span id="L285" class="LineNr">285 </span> -<span id="L286" class="LineNr">286 </span><span class="Delimiter">:(scenario wait_for_routine)</span> -<span id="L287" class="LineNr">287 </span><span class="muRecipe">def</span> f1 [ -<span id="L288" class="LineNr">288 </span> <span class="Comment"># add a few routines to run</span> -<span id="L289" class="LineNr">289 </span> <span class="Constant">1</span>:num/routine<span class="Special"> <- </span>start-running f2 -<span id="L290" class="LineNr">290 </span> <span class="Constant">2</span>:num/routine<span class="Special"> <- </span>start-running f3 -<span id="L291" class="LineNr">291 </span> wait-<span class="Normal">for</span>-routine <span class="Constant">1</span>:num/routine -<span id="L292" class="LineNr">292 </span> <span class="Comment"># now wait for f2 to *complete* and modify location 13 before using its value</span> -<span id="L293" class="LineNr">293 </span> <span class="Constant">20</span>:num<span class="Special"> <- </span>copy <span class="Constant">13</span>:num -<span id="L294" class="LineNr">294 </span>] -<span id="L295" class="LineNr">295 </span><span class="muRecipe">def</span> f2 [ -<span id="L296" class="LineNr">296 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># just padding</span> -<span id="L297" class="LineNr">297 </span> <span class="Normal">switch</span> <span class="Comment"># simulate a block; routine f1 shouldn't restart at this point</span> -<span id="L298" class="LineNr">298 </span> <span class="Constant">13</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L299" class="LineNr">299 </span>] -<span id="L300" class="LineNr">300 </span><span class="muRecipe">def</span> f3 [ -<span id="L301" class="LineNr">301 </span> <span class="Comment"># padding routine just to help simulate the block in f2 using 'switch'</span> -<span id="L302" class="LineNr">302 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L303" class="LineNr">303 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> -<span id="L304" class="LineNr">304 </span>] -<span id="L305" class="LineNr">305 </span><span class="traceContains">+schedule: f1</span> -<span id="L306" class="LineNr">306 </span><span class="traceContains">+run: waiting for routine 2</span> +<span id="L284" class="LineNr">284 </span><span class="Delimiter">:(scenario wait_for_routine)</span> +<span id="L285" class="LineNr">285 </span><span class="muRecipe">def</span> f1 [ +<span id="L286" class="LineNr">286 </span> <span class="Comment"># add a few routines to run</span> +<span id="L287" class="LineNr">287 </span> <span class="Constant">1</span>:num/routine<span class="Special"> <- </span>start-running f2 +<span id="L288" class="LineNr">288 </span> <span class="Constant">2</span>:num/routine<span class="Special"> <- </span>start-running f3 +<span id="L289" class="LineNr">289 </span> wait-<span class="Normal">for</span>-routine <span class="Constant">1</span>:num/routine +<span id="L290" class="LineNr">290 </span> <span class="Comment"># now wait for f2 to *complete* and modify location 13 before using its value</span> +<span id="L291" class="LineNr">291 </span> <span class="Constant">20</span>:num<span class="Special"> <- </span>copy <span class="Constant">13</span>:num +<span id="L292" class="LineNr">292 </span>] +<span id="L293" class="LineNr">293 </span><span class="muRecipe">def</span> f2 [ +<span id="L294" class="LineNr">294 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># just padding</span> +<span id="L295" class="LineNr">295 </span> <span class="Normal">switch</span> <span class="Comment"># simulate a block; routine f1 shouldn't restart at this point</span> +<span id="L296" class="LineNr">296 </span> <span class="Constant">13</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L297" class="LineNr">297 </span>] +<span id="L298" class="LineNr">298 </span><span class="muRecipe">def</span> f3 [ +<span id="L299" class="LineNr">299 </span> <span class="Comment"># padding routine just to help simulate the block in f2 using 'switch'</span> +<span id="L300" class="LineNr">300 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L301" class="LineNr">301 </span> <span class="Constant">12</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L302" class="LineNr">302 </span>] +<span id="L303" class="LineNr">303 </span><span class="traceContains">+schedule: f1</span> +<span id="L304" class="LineNr">304 </span><span class="traceContains">+run: waiting for routine 2</span> +<span id="L305" class="LineNr">305 </span><span class="traceContains">+schedule: f2</span> +<span id="L306" class="LineNr">306 </span><span class="traceContains">+schedule: f3</span> <span id="L307" class="LineNr">307 </span><span class="traceContains">+schedule: f2</span> -<span id="L308" class="LineNr">308 </span><span class="traceContains">+schedule: f3</span> -<span id="L309" class="LineNr">309 </span><span class="traceContains">+schedule: f2</span> -<span id="L310" class="LineNr">310 </span><span class="traceContains">+schedule: waking up routine 1</span> -<span id="L311" class="LineNr">311 </span><span class="traceContains">+schedule: f1</span> -<span id="L312" class="LineNr">312 </span><span class="Comment"># if we got the synchronization wrong we'd be storing 0 in location 20</span> -<span id="L313" class="LineNr">313 </span><span class="traceContains">+mem: storing 34 in location 20</span> -<span id="L314" class="LineNr">314 </span> -<span id="L315" class="LineNr">315 </span><span class="Delimiter">:(before "End routine Fields")</span> -<span id="L316" class="LineNr">316 </span><span class="Comment">// only if state == WAITING</span> -<span id="L317" class="LineNr">317 </span><span class="Normal">int</span> waiting_on_routine<span class="Delimiter">;</span> -<span id="L318" class="LineNr">318 </span><span class="Delimiter">:(before "End routine Constructor")</span> -<span id="L319" class="LineNr">319 </span>waiting_on_routine = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L320" class="LineNr">320 </span> -<span id="L321" class="LineNr">321 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L322" class="LineNr">322 </span>WAIT_FOR_ROUTINE<span class="Delimiter">,</span> -<span id="L323" class="LineNr">323 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L324" class="LineNr">324 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"wait-for-routine"</span><span class="Delimiter">,</span> WAIT_FOR_ROUTINE<span class="Delimiter">);</span> -<span id="L325" class="LineNr">325 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L326" class="LineNr">326 </span><span class="Normal">case</span> WAIT_FOR_ROUTINE: <span class="Delimiter">{</span> -<span id="L327" class="LineNr">327 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L328" class="LineNr">328 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'wait-for-routine' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L329" class="LineNr">329 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L330" class="LineNr">330 </span> <span class="Delimiter">}</span> -<span id="L331" class="LineNr">331 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L332" class="LineNr">332 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'wait-for-routine' should be a routine id generated by 'start-running', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L333" class="LineNr">333 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L334" class="LineNr">334 </span> <span class="Delimiter">}</span> -<span id="L335" class="LineNr">335 </span> <span class="Identifier">break</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="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L338" class="LineNr">338 </span><span class="Normal">case</span> WAIT_FOR_ROUTINE: <span class="Delimiter">{</span> -<span id="L339" class="LineNr">339 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> == Current_routine<span class="Delimiter">-></span>id<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L340" class="LineNr">340 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"routine can't wait for itself! '"</span> << to_original_string<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L341" class="LineNr">341 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L342" class="LineNr">342 </span> <span class="Delimiter">}</span> -<span id="L343" class="LineNr">343 </span> Current_routine<span class="Delimiter">-></span>state = WAITING<span class="Delimiter">;</span> -<span id="L344" class="LineNr">344 </span> Current_routine<span class="Delimiter">-></span>waiting_on_routine = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L345" class="LineNr">345 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"waiting for routine "</span> << ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L346" class="LineNr">346 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L347" class="LineNr">347 </span><span class="Delimiter">}</span> -<span id="L348" class="LineNr">348 </span> -<span id="L349" class="LineNr">349 </span><span class="Delimiter">:(before "End Scheduler State Transitions")</span> -<span id="L350" class="LineNr">350 </span><span class="Comment">// Wake up any routines waiting for other routines to complete.</span> -<span id="L351" class="LineNr">351 </span><span class="Comment">// Important: this must come after the scheduler loop above giving routines</span> -<span id="L352" class="LineNr">352 </span><span class="Comment">// waiting for locations to change a chance to wake up.</span> -<span id="L353" class="LineNr">353 </span><span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L354" class="LineNr">354 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state != WAITING<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L355" class="LineNr">355 </span> routine* waiter = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L356" class="LineNr">356 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!waiter<span class="Delimiter">-></span>waiting_on_routine<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L357" class="LineNr">357 </span> <span class="Normal">int</span> id = waiter<span class="Delimiter">-></span>waiting_on_routine<span class="Delimiter">;</span> -<span id="L358" class="LineNr">358 </span> assert<span class="Delimiter">(</span>id != waiter<span class="Delimiter">-></span>id<span class="Delimiter">);</span> <span class="Comment">// routine can't wait on itself</span> -<span id="L359" class="LineNr">359 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L360" class="LineNr">360 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> routine* waitee = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">);</span> -<span id="L361" class="LineNr">361 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>waitee<span class="Delimiter">-></span>id == id && waitee<span class="Delimiter">-></span>state != <a href='073scheduler.cc.html#L41'>RUNNING</a> && waitee<span class="Delimiter">-></span>state != WAITING<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L362" class="LineNr">362 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// routine is COMPLETED or DISCONTINUED</span> -<span id="L363" class="LineNr">363 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"schedule"</span><span class="Delimiter">)</span> << <span class="Constant">"waking up routine "</span> << waiter<span class="Delimiter">-></span>id << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L364" class="LineNr">364 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> waiter<span class="Delimiter">-></span>state = <a href='073scheduler.cc.html#L41'>RUNNING</a><span class="Delimiter">;</span> -<span id="L365" class="LineNr">365 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> waiter<span class="Delimiter">-></span>waiting_on_routine = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L366" class="LineNr">366 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L367" class="LineNr">367 </span> <span class="Delimiter">}</span> -<span id="L368" class="LineNr">368 </span><span class="Delimiter">}</span> +<span id="L308" class="LineNr">308 </span><span class="traceContains">+schedule: waking up routine 1</span> +<span id="L309" class="LineNr">309 </span><span class="traceContains">+schedule: f1</span> +<span id="L310" class="LineNr">310 </span><span class="Comment"># if we got the synchronization wrong we'd be storing 0 in location 20</span> +<span id="L311" class="LineNr">311 </span><span class="traceContains">+mem: storing 34 in location 20</span> +<span id="L312" class="LineNr">312 </span> +<span id="L313" class="LineNr">313 </span><span class="Delimiter">:(before "End routine Fields")</span> +<span id="L314" class="LineNr">314 </span><span class="Comment">// only if state == WAITING</span> +<span id="L315" class="LineNr">315 </span><span class="Normal">int</span> waiting_on_routine<span class="Delimiter">;</span> +<span id="L316" class="LineNr">316 </span><span class="Delimiter">:(before "End routine Constructor")</span> +<span id="L317" class="LineNr">317 </span>waiting_on_routine = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L318" class="LineNr">318 </span> +<span id="L319" class="LineNr">319 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L320" class="LineNr">320 </span>WAIT_FOR_ROUTINE<span class="Delimiter">,</span> +<span id="L321" class="LineNr">321 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L322" class="LineNr">322 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"wait-for-routine"</span><span class="Delimiter">,</span> WAIT_FOR_ROUTINE<span class="Delimiter">);</span> +<span id="L323" class="LineNr">323 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L324" class="LineNr">324 </span><span class="Normal">case</span> WAIT_FOR_ROUTINE: <span class="Delimiter">{</span> +<span id="L325" class="LineNr">325 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L326" class="LineNr">326 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'wait-for-routine' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L327" class="LineNr">327 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L328" class="LineNr">328 </span> <span class="Delimiter">}</span> +<span id="L329" class="LineNr">329 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L330" class="LineNr">330 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'wait-for-routine' should be a routine id generated by 'start-running', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L331" class="LineNr">331 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L332" class="LineNr">332 </span> <span class="Delimiter">}</span> +<span id="L333" class="LineNr">333 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L334" class="LineNr">334 </span><span class="Delimiter">}</span> +<span id="L335" class="LineNr">335 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L336" class="LineNr">336 </span><span class="Normal">case</span> WAIT_FOR_ROUTINE: <span class="Delimiter">{</span> +<span id="L337" class="LineNr">337 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> == Current_routine<span class="Delimiter">-></span>id<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L338" class="LineNr">338 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"routine can't wait for itself! '"</span> << to_original_string<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L339" class="LineNr">339 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L340" class="LineNr">340 </span> <span class="Delimiter">}</span> +<span id="L341" class="LineNr">341 </span> Current_routine<span class="Delimiter">-></span>state = WAITING<span class="Delimiter">;</span> +<span id="L342" class="LineNr">342 </span> Current_routine<span class="Delimiter">-></span>waiting_on_routine = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L343" class="LineNr">343 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"waiting for routine "</span> << ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L344" class="LineNr">344 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L345" class="LineNr">345 </span><span class="Delimiter">}</span> +<span id="L346" class="LineNr">346 </span> +<span id="L347" class="LineNr">347 </span><span class="Delimiter">:(before "End Scheduler State Transitions")</span> +<span id="L348" class="LineNr">348 </span><span class="Comment">// Wake up any routines waiting for other routines to complete.</span> +<span id="L349" class="LineNr">349 </span><span class="Comment">// Important: this must come after the scheduler loop above giving routines</span> +<span id="L350" class="LineNr">350 </span><span class="Comment">// waiting for locations to change a chance to wake up.</span> +<span id="L351" class="LineNr">351 </span><span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L352" class="LineNr">352 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state != WAITING<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L353" class="LineNr">353 </span> routine* waiter = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L354" class="LineNr">354 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!waiter<span class="Delimiter">-></span>waiting_on_routine<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L355" class="LineNr">355 </span> <span class="Normal">int</span> id = waiter<span class="Delimiter">-></span>waiting_on_routine<span class="Delimiter">;</span> +<span id="L356" class="LineNr">356 </span> assert<span class="Delimiter">(</span>id != waiter<span class="Delimiter">-></span>id<span class="Delimiter">);</span> <span class="Comment">// routine can't wait on itself</span> +<span id="L357" class="LineNr">357 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L358" class="LineNr">358 </span> <span class="Normal">const</span> routine* waitee = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">);</span> +<span id="L359" class="LineNr">359 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>waitee<span class="Delimiter">-></span>id == id && waitee<span class="Delimiter">-></span>state != <a href='073scheduler.cc.html#L41'>RUNNING</a> && waitee<span class="Delimiter">-></span>state != WAITING<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L360" class="LineNr">360 </span> <span class="Comment">// routine is COMPLETED or DISCONTINUED</span> +<span id="L361" class="LineNr">361 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"schedule"</span><span class="Delimiter">)</span> << <span class="Constant">"waking up routine "</span> << waiter<span class="Delimiter">-></span>id << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L362" class="LineNr">362 </span> waiter<span class="Delimiter">-></span>state = <a href='073scheduler.cc.html#L41'>RUNNING</a><span class="Delimiter">;</span> +<span id="L363" class="LineNr">363 </span> waiter<span class="Delimiter">-></span>waiting_on_routine = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L364" class="LineNr">364 </span> <span class="Delimiter">}</span> +<span id="L365" class="LineNr">365 </span> <span class="Delimiter">}</span> +<span id="L366" class="LineNr">366 </span><span class="Delimiter">}</span> +<span id="L367" class="LineNr">367 </span> +<span id="L368" class="LineNr">368 </span><span class="Comment">//: yield voluntarily to let some other routine run</span> <span id="L369" class="LineNr">369 </span> -<span id="L370" class="LineNr">370 </span><span class="Comment">//: yield voluntarily to let some other routine run</span> -<span id="L371" class="LineNr">371 </span> -<span id="L372" class="LineNr">372 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L373" class="LineNr">373 </span>SWITCH<span class="Delimiter">,</span> -<span id="L374" class="LineNr">374 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L375" class="LineNr">375 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"switch"</span><span class="Delimiter">,</span> SWITCH<span class="Delimiter">);</span> -<span id="L376" class="LineNr">376 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L377" class="LineNr">377 </span><span class="Normal">case</span> SWITCH: <span class="Delimiter">{</span> -<span id="L378" class="LineNr">378 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L379" class="LineNr">379 </span><span class="Delimiter">}</span> -<span id="L380" class="LineNr">380 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L381" class="LineNr">381 </span><span class="Normal">case</span> SWITCH: <span class="Delimiter">{</span> -<span id="L382" class="LineNr">382 </span> ++current_step_index<span class="Delimiter">();</span> -<span id="L383" class="LineNr">383 </span> <span class="Identifier">goto</span> stop_running_current_routine<span class="Delimiter">;</span> -<span id="L384" class="LineNr">384 </span><span class="Delimiter">}</span> -<span id="L385" class="LineNr">385 </span> -<span id="L386" class="LineNr">386 </span><span class="Delimiter">:(scenario switch_preempts_current_routine)</span> -<span id="L387" class="LineNr">387 </span><span class="muRecipe">def</span> f1 [ -<span id="L388" class="LineNr">388 </span> start-running f2 -<span id="L389" class="LineNr">389 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L390" class="LineNr">390 </span> <span class="Normal">switch</span> -<span id="L391" class="LineNr">391 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">36</span> -<span id="L392" class="LineNr">392 </span>] -<span id="L393" class="LineNr">393 </span><span class="muRecipe">def</span> f2 [ -<span id="L394" class="LineNr">394 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> -<span id="L395" class="LineNr">395 </span>] -<span id="L396" class="LineNr">396 </span><span class="traceContains">+mem: storing 34 in location 1</span> -<span id="L397" class="LineNr">397 </span><span class="Comment"># context switch</span> -<span id="L398" class="LineNr">398 </span><span class="traceContains">+mem: storing 35 in location 2</span> -<span id="L399" class="LineNr">399 </span><span class="Comment"># back to original thread</span> -<span id="L400" class="LineNr">400 </span><span class="traceContains">+mem: storing 36 in location 3</span> -<span id="L401" class="LineNr">401 </span> -<span id="L402" class="LineNr">402 </span><span class="SalientComment">//:: helpers for manipulating routines in tests</span> -<span id="L403" class="LineNr">403 </span><span class="Comment">//:</span> -<span id="L404" class="LineNr">404 </span><span class="Comment">//: Managing arbitrary scenarios requires the ability to:</span> -<span id="L405" class="LineNr">405 </span><span class="Comment">//: a) check if a routine is blocked</span> -<span id="L406" class="LineNr">406 </span><span class="Comment">//: b) restart a blocked routine ('restart')</span> -<span id="L407" class="LineNr">407 </span><span class="Comment">//:</span> -<span id="L408" class="LineNr">408 </span><span class="Comment">//: A routine is blocked either if it's waiting or if it explicitly signals</span> -<span id="L409" class="LineNr">409 </span><span class="Comment">//: that it's blocked (even as it periodically wakes up and polls for some</span> -<span id="L410" class="LineNr">410 </span><span class="Comment">//: event).</span> -<span id="L411" class="LineNr">411 </span><span class="Comment">//:</span> -<span id="L412" class="LineNr">412 </span><span class="Comment">//: Signalling blockedness might well be a huge hack. But Mu doesn't have Unix</span> -<span id="L413" class="LineNr">413 </span><span class="Comment">//: signals to avoid polling with, because signals are also pretty hacky.</span> -<span id="L414" class="LineNr">414 </span> -<span id="L415" class="LineNr">415 </span><span class="Delimiter">:(before "End routine Fields")</span> -<span id="L416" class="LineNr">416 </span><span class="Normal">bool</span> blocked<span class="Delimiter">;</span> -<span id="L417" class="LineNr">417 </span><span class="Delimiter">:(before "End routine Constructor")</span> -<span id="L418" class="LineNr">418 </span>blocked = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L419" class="LineNr">419 </span> -<span id="L420" class="LineNr">420 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L421" class="LineNr">421 </span>CURRENT_ROUTINE_IS_BLOCKED<span class="Delimiter">,</span> -<span id="L422" class="LineNr">422 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L423" class="LineNr">423 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"current-routine-is-blocked"</span><span class="Delimiter">,</span> CURRENT_ROUTINE_IS_BLOCKED<span class="Delimiter">);</span> -<span id="L424" class="LineNr">424 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L425" class="LineNr">425 </span><span class="Normal">case</span> CURRENT_ROUTINE_IS_BLOCKED: <span class="Delimiter">{</span> -<span id="L426" class="LineNr">426 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L427" class="LineNr">427 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'current-routine-is-blocked' should have no ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L428" class="LineNr">428 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L429" class="LineNr">429 </span> <span class="Delimiter">}</span> -<span id="L430" class="LineNr">430 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L431" class="LineNr">431 </span><span class="Delimiter">}</span> -<span id="L432" class="LineNr">432 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L433" class="LineNr">433 </span><span class="Normal">case</span> CURRENT_ROUTINE_IS_BLOCKED: <span class="Delimiter">{</span> -<span id="L434" class="LineNr">434 </span> Current_routine<span class="Delimiter">-></span>blocked = <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L435" class="LineNr">435 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L436" class="LineNr">436 </span><span class="Delimiter">}</span> -<span id="L437" class="LineNr">437 </span> -<span id="L438" class="LineNr">438 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L439" class="LineNr">439 </span>CURRENT_ROUTINE_IS_UNBLOCKED<span class="Delimiter">,</span> -<span id="L440" class="LineNr">440 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L441" class="LineNr">441 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"current-routine-is-unblocked"</span><span class="Delimiter">,</span> CURRENT_ROUTINE_IS_UNBLOCKED<span class="Delimiter">);</span> -<span id="L442" class="LineNr">442 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L443" class="LineNr">443 </span><span class="Normal">case</span> CURRENT_ROUTINE_IS_UNBLOCKED: <span class="Delimiter">{</span> -<span id="L444" class="LineNr">444 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L445" class="LineNr">445 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'current-routine-is-unblocked' should have no ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L446" class="LineNr">446 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L447" class="LineNr">447 </span> <span class="Delimiter">}</span> -<span id="L448" class="LineNr">448 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L449" class="LineNr">449 </span><span class="Delimiter">}</span> -<span id="L450" class="LineNr">450 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L451" class="LineNr">451 </span><span class="Normal">case</span> CURRENT_ROUTINE_IS_UNBLOCKED: <span class="Delimiter">{</span> -<span id="L452" class="LineNr">452 </span> Current_routine<span class="Delimiter">-></span>blocked = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L453" class="LineNr">453 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L454" class="LineNr">454 </span><span class="Delimiter">}</span> -<span id="L455" class="LineNr">455 </span> -<span id="L456" class="LineNr">456 </span><span class="Comment">//: also allow waiting on a routine to block</span> -<span id="L457" class="LineNr">457 </span><span class="Comment">//: (just for tests; use wait_for_routine above wherever possible)</span> -<span id="L458" class="LineNr">458 </span> -<span id="L459" class="LineNr">459 </span><span class="Delimiter">:(scenario wait_for_routine_to_block)</span> -<span id="L460" class="LineNr">460 </span><span class="muRecipe">def</span> f1 [ -<span id="L461" class="LineNr">461 </span> <span class="Constant">1</span>:num/routine<span class="Special"> <- </span>start-running f2 -<span id="L462" class="LineNr">462 </span> wait-<span class="Normal">for</span>-routine-to-block <span class="Constant">1</span>:num/routine -<span id="L463" class="LineNr">463 </span> <span class="Comment"># now wait for f2 to run and modify location 10 before using its value</span> -<span id="L464" class="LineNr">464 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">10</span>:num -<span id="L465" class="LineNr">465 </span>] -<span id="L466" class="LineNr">466 </span><span class="muRecipe">def</span> f2 [ -<span id="L467" class="LineNr">467 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> -<span id="L468" class="LineNr">468 </span>] -<span id="L469" class="LineNr">469 </span><span class="traceContains">+schedule: f1</span> -<span id="L470" class="LineNr">470 </span><span class="traceContains">+run: waiting for routine 2 to block</span> -<span id="L471" class="LineNr">471 </span><span class="traceContains">+schedule: f2</span> -<span id="L472" class="LineNr">472 </span><span class="traceContains">+schedule: waking up routine 1 because routine 2 is blocked</span> -<span id="L473" class="LineNr">473 </span><span class="traceContains">+schedule: f1</span> -<span id="L474" class="LineNr">474 </span><span class="Comment"># if we got the synchronization wrong we'd be storing 0 in location 11</span> -<span id="L475" class="LineNr">475 </span><span class="traceContains">+mem: storing 34 in location 11</span> -<span id="L476" class="LineNr">476 </span> -<span id="L477" class="LineNr">477 </span><span class="Delimiter">:(before "End routine Fields")</span> -<span id="L478" class="LineNr">478 </span><span class="Comment">// only if state == WAITING</span> -<span id="L479" class="LineNr">479 </span><span class="Normal">int</span> waiting_on_routine_to_block<span class="Delimiter">;</span> -<span id="L480" class="LineNr">480 </span><span class="Delimiter">:(before "End routine Constructor")</span> -<span id="L481" class="LineNr">481 </span>waiting_on_routine_to_block = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L482" class="LineNr">482 </span> -<span id="L483" class="LineNr">483 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L484" class="LineNr">484 </span>WAIT_FOR_ROUTINE_TO_BLOCK<span class="Delimiter">,</span> -<span id="L485" class="LineNr">485 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L486" class="LineNr">486 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"wait-for-routine-to-block"</span><span class="Delimiter">,</span> WAIT_FOR_ROUTINE_TO_BLOCK<span class="Delimiter">);</span> -<span id="L487" class="LineNr">487 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L488" class="LineNr">488 </span><span class="Normal">case</span> WAIT_FOR_ROUTINE_TO_BLOCK: <span class="Delimiter">{</span> -<span id="L489" class="LineNr">489 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L490" class="LineNr">490 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'wait-for-routine-to-block' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L491" class="LineNr">491 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L492" class="LineNr">492 </span> <span class="Delimiter">}</span> -<span id="L493" class="LineNr">493 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L494" class="LineNr">494 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'wait-for-routine-to-block' should be a routine id generated by 'start-running', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L495" class="LineNr">495 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L496" class="LineNr">496 </span> <span class="Delimiter">}</span> -<span id="L497" class="LineNr">497 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L498" class="LineNr">498 </span><span class="Delimiter">}</span> -<span id="L499" class="LineNr">499 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L500" class="LineNr">500 </span><span class="Normal">case</span> WAIT_FOR_ROUTINE_TO_BLOCK: <span class="Delimiter">{</span> -<span id="L501" class="LineNr">501 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> == Current_routine<span class="Delimiter">-></span>id<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L502" class="LineNr">502 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"routine can't wait for itself! '"</span> << to_original_string<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L503" class="LineNr">503 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L504" class="LineNr">504 </span> <span class="Delimiter">}</span> -<span id="L505" class="LineNr">505 </span> Current_routine<span class="Delimiter">-></span>state = WAITING<span class="Delimiter">;</span> -<span id="L506" class="LineNr">506 </span> Current_routine<span class="Delimiter">-></span>waiting_on_routine_to_block = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L507" class="LineNr">507 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"waiting for routine "</span> << ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> << <span class="Constant">" to block"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L508" class="LineNr">508 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L509" class="LineNr">509 </span><span class="Delimiter">}</span> -<span id="L510" class="LineNr">510 </span> -<span id="L511" class="LineNr">511 </span><span class="Delimiter">:(before "End Scheduler State Transitions")</span> -<span id="L512" class="LineNr">512 </span><span class="Comment">// Wake up any routines waiting for other routines to stop running.</span> -<span id="L513" class="LineNr">513 </span><span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L514" class="LineNr">514 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state != WAITING<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L515" class="LineNr">515 </span> routine* waiter = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L516" class="LineNr">516 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!waiter<span class="Delimiter">-></span>waiting_on_routine_to_block<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L517" class="LineNr">517 </span> <span class="Normal">int</span> id = waiter<span class="Delimiter">-></span>waiting_on_routine_to_block<span class="Delimiter">;</span> -<span id="L518" class="LineNr">518 </span> assert<span class="Delimiter">(</span>id != waiter<span class="Delimiter">-></span>id<span class="Delimiter">);</span> <span class="Comment">// routine can't wait on itself</span> -<span id="L519" class="LineNr">519 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L520" class="LineNr">520 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> routine* waitee = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">);</span> -<span id="L521" class="LineNr">521 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>waitee<span class="Delimiter">-></span>id != id<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L522" class="LineNr">522 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>waitee<span class="Delimiter">-></span>state != <a href='073scheduler.cc.html#L41'>RUNNING</a> || waitee<span class="Delimiter">-></span>blocked<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L523" class="LineNr">523 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"schedule"</span><span class="Delimiter">)</span> << <span class="Constant">"waking up routine "</span> << waiter<span class="Delimiter">-></span>id << <span class="Constant">" because routine "</span> << waitee<span class="Delimiter">-></span>id << <span class="Constant">" is blocked"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L524" class="LineNr">524 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> waiter<span class="Delimiter">-></span>state = <a href='073scheduler.cc.html#L41'>RUNNING</a><span class="Delimiter">;</span> -<span id="L525" class="LineNr">525 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> waiter<span class="Delimiter">-></span>waiting_on_routine_to_block = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L526" class="LineNr">526 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L527" class="LineNr">527 </span> <span class="Delimiter">}</span> -<span id="L528" class="LineNr">528 </span><span class="Delimiter">}</span> +<span id="L370" class="LineNr">370 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L371" class="LineNr">371 </span>SWITCH<span class="Delimiter">,</span> +<span id="L372" class="LineNr">372 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L373" class="LineNr">373 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"switch"</span><span class="Delimiter">,</span> SWITCH<span class="Delimiter">);</span> +<span id="L374" class="LineNr">374 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L375" class="LineNr">375 </span><span class="Normal">case</span> SWITCH: <span class="Delimiter">{</span> +<span id="L376" class="LineNr">376 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L377" class="LineNr">377 </span><span class="Delimiter">}</span> +<span id="L378" class="LineNr">378 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L379" class="LineNr">379 </span><span class="Normal">case</span> SWITCH: <span class="Delimiter">{</span> +<span id="L380" class="LineNr">380 </span> ++current_step_index<span class="Delimiter">();</span> +<span id="L381" class="LineNr">381 </span> <span class="Identifier">goto</span> stop_running_current_routine<span class="Delimiter">;</span> +<span id="L382" class="LineNr">382 </span><span class="Delimiter">}</span> +<span id="L383" class="LineNr">383 </span> +<span id="L384" class="LineNr">384 </span><span class="Delimiter">:(scenario switch_preempts_current_routine)</span> +<span id="L385" class="LineNr">385 </span><span class="muRecipe">def</span> f1 [ +<span id="L386" class="LineNr">386 </span> start-running f2 +<span id="L387" class="LineNr">387 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L388" class="LineNr">388 </span> <span class="Normal">switch</span> +<span id="L389" class="LineNr">389 </span> <span class="Constant">3</span>:num<span class="Special"> <- </span>copy <span class="Constant">36</span> +<span id="L390" class="LineNr">390 </span>] +<span id="L391" class="LineNr">391 </span><span class="muRecipe">def</span> f2 [ +<span id="L392" class="LineNr">392 </span> <span class="Constant">2</span>:num<span class="Special"> <- </span>copy <span class="Constant">35</span> +<span id="L393" class="LineNr">393 </span>] +<span id="L394" class="LineNr">394 </span><span class="traceContains">+mem: storing 34 in location 1</span> +<span id="L395" class="LineNr">395 </span><span class="Comment"># context switch</span> +<span id="L396" class="LineNr">396 </span><span class="traceContains">+mem: storing 35 in location 2</span> +<span id="L397" class="LineNr">397 </span><span class="Comment"># back to original thread</span> +<span id="L398" class="LineNr">398 </span><span class="traceContains">+mem: storing 36 in location 3</span> +<span id="L399" class="LineNr">399 </span> +<span id="L400" class="LineNr">400 </span><span class="SalientComment">//:: helpers for manipulating routines in tests</span> +<span id="L401" class="LineNr">401 </span><span class="Comment">//:</span> +<span id="L402" class="LineNr">402 </span><span class="Comment">//: Managing arbitrary scenarios requires the ability to:</span> +<span id="L403" class="LineNr">403 </span><span class="Comment">//: a) check if a routine is blocked</span> +<span id="L404" class="LineNr">404 </span><span class="Comment">//: b) restart a blocked routine ('restart')</span> +<span id="L405" class="LineNr">405 </span><span class="Comment">//:</span> +<span id="L406" class="LineNr">406 </span><span class="Comment">//: A routine is blocked either if it's waiting or if it explicitly signals</span> +<span id="L407" class="LineNr">407 </span><span class="Comment">//: that it's blocked (even as it periodically wakes up and polls for some</span> +<span id="L408" class="LineNr">408 </span><span class="Comment">//: event).</span> +<span id="L409" class="LineNr">409 </span><span class="Comment">//:</span> +<span id="L410" class="LineNr">410 </span><span class="Comment">//: Signalling blockedness might well be a huge hack. But Mu doesn't have Unix</span> +<span id="L411" class="LineNr">411 </span><span class="Comment">//: signals to avoid polling with, because signals are also pretty hacky.</span> +<span id="L412" class="LineNr">412 </span> +<span id="L413" class="LineNr">413 </span><span class="Delimiter">:(before "End routine Fields")</span> +<span id="L414" class="LineNr">414 </span><span class="Normal">bool</span> blocked<span class="Delimiter">;</span> +<span id="L415" class="LineNr">415 </span><span class="Delimiter">:(before "End routine Constructor")</span> +<span id="L416" class="LineNr">416 </span>blocked = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L417" class="LineNr">417 </span> +<span id="L418" class="LineNr">418 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L419" class="LineNr">419 </span>CURRENT_ROUTINE_IS_BLOCKED<span class="Delimiter">,</span> +<span id="L420" class="LineNr">420 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L421" class="LineNr">421 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"current-routine-is-blocked"</span><span class="Delimiter">,</span> CURRENT_ROUTINE_IS_BLOCKED<span class="Delimiter">);</span> +<span id="L422" class="LineNr">422 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L423" class="LineNr">423 </span><span class="Normal">case</span> CURRENT_ROUTINE_IS_BLOCKED: <span class="Delimiter">{</span> +<span id="L424" class="LineNr">424 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L425" class="LineNr">425 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'current-routine-is-blocked' should have no ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L426" class="LineNr">426 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L427" class="LineNr">427 </span> <span class="Delimiter">}</span> +<span id="L428" class="LineNr">428 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L429" class="LineNr">429 </span><span class="Delimiter">}</span> +<span id="L430" class="LineNr">430 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L431" class="LineNr">431 </span><span class="Normal">case</span> CURRENT_ROUTINE_IS_BLOCKED: <span class="Delimiter">{</span> +<span id="L432" class="LineNr">432 </span> Current_routine<span class="Delimiter">-></span>blocked = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L433" class="LineNr">433 </span> <span class="Identifier">break</span><span class="Delimiter">;</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="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L437" class="LineNr">437 </span>CURRENT_ROUTINE_IS_UNBLOCKED<span class="Delimiter">,</span> +<span id="L438" class="LineNr">438 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L439" class="LineNr">439 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"current-routine-is-unblocked"</span><span class="Delimiter">,</span> CURRENT_ROUTINE_IS_UNBLOCKED<span class="Delimiter">);</span> +<span id="L440" class="LineNr">440 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L441" class="LineNr">441 </span><span class="Normal">case</span> CURRENT_ROUTINE_IS_UNBLOCKED: <span class="Delimiter">{</span> +<span id="L442" class="LineNr">442 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L443" class="LineNr">443 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'current-routine-is-unblocked' should have no ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L444" class="LineNr">444 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L445" class="LineNr">445 </span> <span class="Delimiter">}</span> +<span id="L446" class="LineNr">446 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L447" class="LineNr">447 </span><span class="Delimiter">}</span> +<span id="L448" class="LineNr">448 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L449" class="LineNr">449 </span><span class="Normal">case</span> CURRENT_ROUTINE_IS_UNBLOCKED: <span class="Delimiter">{</span> +<span id="L450" class="LineNr">450 </span> Current_routine<span class="Delimiter">-></span>blocked = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L451" class="LineNr">451 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L452" class="LineNr">452 </span><span class="Delimiter">}</span> +<span id="L453" class="LineNr">453 </span> +<span id="L454" class="LineNr">454 </span><span class="Comment">//: also allow waiting on a routine to block</span> +<span id="L455" class="LineNr">455 </span><span class="Comment">//: (just for tests; use wait_for_routine above wherever possible)</span> +<span id="L456" class="LineNr">456 </span> +<span id="L457" class="LineNr">457 </span><span class="Delimiter">:(scenario wait_for_routine_to_block)</span> +<span id="L458" class="LineNr">458 </span><span class="muRecipe">def</span> f1 [ +<span id="L459" class="LineNr">459 </span> <span class="Constant">1</span>:num/routine<span class="Special"> <- </span>start-running f2 +<span id="L460" class="LineNr">460 </span> wait-<span class="Normal">for</span>-routine-to-block <span class="Constant">1</span>:num/routine +<span id="L461" class="LineNr">461 </span> <span class="Comment"># now wait for f2 to run and modify location 10 before using its value</span> +<span id="L462" class="LineNr">462 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>copy <span class="Constant">10</span>:num +<span id="L463" class="LineNr">463 </span>] +<span id="L464" class="LineNr">464 </span><span class="muRecipe">def</span> f2 [ +<span id="L465" class="LineNr">465 </span> <span class="Constant">10</span>:num<span class="Special"> <- </span>copy <span class="Constant">34</span> +<span id="L466" class="LineNr">466 </span>] +<span id="L467" class="LineNr">467 </span><span class="traceContains">+schedule: f1</span> +<span id="L468" class="LineNr">468 </span><span class="traceContains">+run: waiting for routine 2 to block</span> +<span id="L469" class="LineNr">469 </span><span class="traceContains">+schedule: f2</span> +<span id="L470" class="LineNr">470 </span><span class="traceContains">+schedule: waking up routine 1 because routine 2 is blocked</span> +<span id="L471" class="LineNr">471 </span><span class="traceContains">+schedule: f1</span> +<span id="L472" class="LineNr">472 </span><span class="Comment"># if we got the synchronization wrong we'd be storing 0 in location 11</span> +<span id="L473" class="LineNr">473 </span><span class="traceContains">+mem: storing 34 in location 11</span> +<span id="L474" class="LineNr">474 </span> +<span id="L475" class="LineNr">475 </span><span class="Delimiter">:(before "End routine Fields")</span> +<span id="L476" class="LineNr">476 </span><span class="Comment">// only if state == WAITING</span> +<span id="L477" class="LineNr">477 </span><span class="Normal">int</span> waiting_on_routine_to_block<span class="Delimiter">;</span> +<span id="L478" class="LineNr">478 </span><span class="Delimiter">:(before "End routine Constructor")</span> +<span id="L479" class="LineNr">479 </span>waiting_on_routine_to_block = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L480" class="LineNr">480 </span> +<span id="L481" class="LineNr">481 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L482" class="LineNr">482 </span>WAIT_FOR_ROUTINE_TO_BLOCK<span class="Delimiter">,</span> +<span id="L483" class="LineNr">483 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L484" class="LineNr">484 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"wait-for-routine-to-block"</span><span class="Delimiter">,</span> WAIT_FOR_ROUTINE_TO_BLOCK<span class="Delimiter">);</span> +<span id="L485" class="LineNr">485 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L486" class="LineNr">486 </span><span class="Normal">case</span> WAIT_FOR_ROUTINE_TO_BLOCK: <span class="Delimiter">{</span> +<span id="L487" class="LineNr">487 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L488" class="LineNr">488 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'wait-for-routine-to-block' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L489" class="LineNr">489 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L490" class="LineNr">490 </span> <span class="Delimiter">}</span> +<span id="L491" class="LineNr">491 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L492" class="LineNr">492 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'wait-for-routine-to-block' should be a routine id generated by 'start-running', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L493" class="LineNr">493 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L494" class="LineNr">494 </span> <span class="Delimiter">}</span> +<span id="L495" class="LineNr">495 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L496" class="LineNr">496 </span><span class="Delimiter">}</span> +<span id="L497" class="LineNr">497 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L498" class="LineNr">498 </span><span class="Normal">case</span> WAIT_FOR_ROUTINE_TO_BLOCK: <span class="Delimiter">{</span> +<span id="L499" class="LineNr">499 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> == Current_routine<span class="Delimiter">-></span>id<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L500" class="LineNr">500 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"routine can't wait for itself! '"</span> << to_original_string<span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L501" class="LineNr">501 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L502" class="LineNr">502 </span> <span class="Delimiter">}</span> +<span id="L503" class="LineNr">503 </span> Current_routine<span class="Delimiter">-></span>state = WAITING<span class="Delimiter">;</span> +<span id="L504" class="LineNr">504 </span> Current_routine<span class="Delimiter">-></span>waiting_on_routine_to_block = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L505" class="LineNr">505 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9998</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"waiting for routine "</span> << ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> << <span class="Constant">" to block"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L506" class="LineNr">506 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L507" class="LineNr">507 </span><span class="Delimiter">}</span> +<span id="L508" class="LineNr">508 </span> +<span id="L509" class="LineNr">509 </span><span class="Delimiter">:(before "End Scheduler State Transitions")</span> +<span id="L510" class="LineNr">510 </span><span class="Comment">// Wake up any routines waiting for other routines to stop running.</span> +<span id="L511" class="LineNr">511 </span><span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L512" class="LineNr">512 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state != WAITING<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L513" class="LineNr">513 </span> routine* waiter = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L514" class="LineNr">514 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!waiter<span class="Delimiter">-></span>waiting_on_routine_to_block<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L515" class="LineNr">515 </span> <span class="Normal">int</span> id = waiter<span class="Delimiter">-></span>waiting_on_routine_to_block<span class="Delimiter">;</span> +<span id="L516" class="LineNr">516 </span> assert<span class="Delimiter">(</span>id != waiter<span class="Delimiter">-></span>id<span class="Delimiter">);</span> <span class="Comment">// routine can't wait on itself</span> +<span id="L517" class="LineNr">517 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L518" class="LineNr">518 </span> <span class="Normal">const</span> routine* waitee = Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">);</span> +<span id="L519" class="LineNr">519 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>waitee<span class="Delimiter">-></span>id != id<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L520" class="LineNr">520 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>waitee<span class="Delimiter">-></span>state != <a href='073scheduler.cc.html#L41'>RUNNING</a> || waitee<span class="Delimiter">-></span>blocked<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L521" class="LineNr">521 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"schedule"</span><span class="Delimiter">)</span> << <span class="Constant">"waking up routine "</span> << waiter<span class="Delimiter">-></span>id << <span class="Constant">" because routine "</span> << waitee<span class="Delimiter">-></span>id << <span class="Constant">" is blocked"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L522" class="LineNr">522 </span> waiter<span class="Delimiter">-></span>state = <a href='073scheduler.cc.html#L41'>RUNNING</a><span class="Delimiter">;</span> +<span id="L523" class="LineNr">523 </span> waiter<span class="Delimiter">-></span>waiting_on_routine_to_block = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L524" class="LineNr">524 </span> <span class="Delimiter">}</span> +<span id="L525" class="LineNr">525 </span> <span class="Delimiter">}</span> +<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="Comment">//: helper for restarting blocking routines in tests</span> <span id="L529" class="LineNr">529 </span> -<span id="L530" class="LineNr">530 </span><span class="Comment">//: helper for restarting blocking routines in tests</span> -<span id="L531" class="LineNr">531 </span> -<span id="L532" class="LineNr">532 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L533" class="LineNr">533 </span>RESTART<span class="Delimiter">,</span> -<span id="L534" class="LineNr">534 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L535" class="LineNr">535 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"restart"</span><span class="Delimiter">,</span> RESTART<span class="Delimiter">);</span> -<span id="L536" class="LineNr">536 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> -<span id="L537" class="LineNr">537 </span><span class="Normal">case</span> RESTART: <span class="Delimiter">{</span> -<span id="L538" class="LineNr">538 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L539" class="LineNr">539 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'restart' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L540" class="LineNr">540 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L541" class="LineNr">541 </span> <span class="Delimiter">}</span> -<span id="L542" class="LineNr">542 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L543" class="LineNr">543 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'restart' should be a routine id generated by 'start-running', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L544" class="LineNr">544 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L545" class="LineNr">545 </span> <span class="Delimiter">}</span> -<span id="L546" class="LineNr">546 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L547" class="LineNr">547 </span><span class="Delimiter">}</span> -<span id="L548" class="LineNr">548 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L549" class="LineNr">549 </span><span class="Normal">case</span> RESTART: <span class="Delimiter">{</span> -<span id="L550" class="LineNr">550 </span> <span class="Normal">int</span> id = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L551" class="LineNr">551 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L552" class="LineNr">552 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>id == id<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L553" class="LineNr">553 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state == WAITING<span class="Delimiter">)</span> -<span id="L554" class="LineNr">554 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state = <a href='073scheduler.cc.html#L41'>RUNNING</a><span class="Delimiter">;</span> -<span id="L555" class="LineNr">555 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>blocked = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L556" class="LineNr">556 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L557" class="LineNr">557 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L558" class="LineNr">558 </span> <span class="Delimiter">}</span> -<span id="L559" class="LineNr">559 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L560" class="LineNr">560 </span><span class="Delimiter">}</span> -<span id="L561" class="LineNr">561 </span> -<span id="L562" class="LineNr">562 </span><span class="Delimiter">:(scenario cannot_restart_completed_routine)</span> -<span id="L563" class="LineNr">563 </span><span class="Special">% Scheduling_interval = 1;</span> -<span id="L564" class="LineNr">564 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L565" class="LineNr">565 </span> local-scope -<span id="L566" class="LineNr">566 </span> <span class="Normal">r</span>:num/routine-id<span class="Special"> <- </span>start-running f -<span id="L567" class="LineNr">567 </span> <span class="Normal">x</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># wait for f to be scheduled</span> -<span id="L568" class="LineNr">568 </span> <span class="Comment"># r is COMPLETED by this point</span> -<span id="L569" class="LineNr">569 </span> restart r <span class="Comment"># should have no effect</span> -<span id="L570" class="LineNr">570 </span> <span class="Normal">x</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># give f time to be scheduled (though it shouldn't be)</span> -<span id="L571" class="LineNr">571 </span>] -<span id="L572" class="LineNr">572 </span><span class="muRecipe">def</span> f [ -<span id="L573" class="LineNr">573 </span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span>copy <span class="Constant">1</span> -<span id="L574" class="LineNr">574 </span>] -<span id="L575" class="LineNr">575 </span><span class="Comment"># shouldn't crash</span> -<span id="L576" class="LineNr">576 </span> -<span id="L577" class="LineNr">577 </span><span class="Delimiter">:(scenario restart_blocked_routine)</span> -<span id="L578" class="LineNr">578 </span><span class="Special">% Scheduling_interval = 1;</span> -<span id="L579" class="LineNr">579 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L580" class="LineNr">580 </span> local-scope -<span id="L581" class="LineNr">581 </span> <span class="Normal">r</span>:num/routine-id<span class="Special"> <- </span>start-running f -<span id="L582" class="LineNr">582 </span> wait-<span class="Normal">for</span>-routine-to-block r <span class="Comment"># get past the block in f below</span> -<span id="L583" class="LineNr">583 </span> restart r -<span id="L584" class="LineNr">584 </span> wait-<span class="Normal">for</span>-routine-to-block r <span class="Comment"># should run f to completion</span> -<span id="L585" class="LineNr">585 </span>] -<span id="L586" class="LineNr">586 </span><span class="Comment"># function with one block</span> -<span id="L587" class="LineNr">587 </span><span class="muRecipe">def</span> f [ -<span id="L588" class="LineNr">588 </span> current-routine-is-blocked -<span id="L589" class="LineNr">589 </span> <span class="Comment"># 8 instructions of padding, many more than 'main' above</span> +<span id="L530" class="LineNr">530 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L531" class="LineNr">531 </span>RESTART<span class="Delimiter">,</span> +<span id="L532" class="LineNr">532 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L533" class="LineNr">533 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"restart"</span><span class="Delimiter">,</span> RESTART<span class="Delimiter">);</span> +<span id="L534" class="LineNr">534 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L535" class="LineNr">535 </span><span class="Normal">case</span> RESTART: <span class="Delimiter">{</span> +<span id="L536" class="LineNr">536 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L537" class="LineNr">537 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'restart' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L538" class="LineNr">538 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L539" class="LineNr">539 </span> <span class="Delimiter">}</span> +<span id="L540" class="LineNr">540 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L541" class="LineNr">541 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'restart' should be a routine id generated by 'start-running', but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L542" class="LineNr">542 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L543" class="LineNr">543 </span> <span class="Delimiter">}</span> +<span id="L544" class="LineNr">544 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L545" class="LineNr">545 </span><span class="Delimiter">}</span> +<span id="L546" class="LineNr">546 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> +<span id="L547" class="LineNr">547 </span><span class="Normal">case</span> RESTART: <span class="Delimiter">{</span> +<span id="L548" class="LineNr">548 </span> <span class="Normal">int</span> id = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L549" class="LineNr">549 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Routines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L550" class="LineNr">550 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>id == id<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L551" class="LineNr">551 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state == WAITING<span class="Delimiter">)</span> +<span id="L552" class="LineNr">552 </span> Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>state = <a href='073scheduler.cc.html#L41'>RUNNING</a><span class="Delimiter">;</span> +<span id="L553" class="LineNr">553 </span> Routines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)-></span>blocked = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L554" class="LineNr">554 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L555" class="LineNr">555 </span> <span class="Delimiter">}</span> +<span id="L556" class="LineNr">556 </span> <span class="Delimiter">}</span> +<span id="L557" class="LineNr">557 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L558" class="LineNr">558 </span><span class="Delimiter">}</span> +<span id="L559" class="LineNr">559 </span> +<span id="L560" class="LineNr">560 </span><span class="Delimiter">:(scenario cannot_restart_completed_routine)</span> +<span id="L561" class="LineNr">561 </span><span class="Special">% Scheduling_interval = 1;</span> +<span id="L562" class="LineNr">562 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L563" class="LineNr">563 </span> local-scope +<span id="L564" class="LineNr">564 </span> <span class="Normal">r</span>:num/routine-id<span class="Special"> <- </span>start-running f +<span id="L565" class="LineNr">565 </span> <span class="Normal">x</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># wait for f to be scheduled</span> +<span id="L566" class="LineNr">566 </span> <span class="Comment"># r is COMPLETED by this point</span> +<span id="L567" class="LineNr">567 </span> restart r <span class="Comment"># should have no effect</span> +<span id="L568" class="LineNr">568 </span> <span class="Normal">x</span>:num<span class="Special"> <- </span>copy <span class="Constant">0</span> <span class="Comment"># give f time to be scheduled (though it shouldn't be)</span> +<span id="L569" class="LineNr">569 </span>] +<span id="L570" class="LineNr">570 </span><span class="muRecipe">def</span> f [ +<span id="L571" class="LineNr">571 </span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span>copy <span class="Constant">1</span> +<span id="L572" class="LineNr">572 </span>] +<span id="L573" class="LineNr">573 </span><span class="Comment"># shouldn't crash</span> +<span id="L574" class="LineNr">574 </span> +<span id="L575" class="LineNr">575 </span><span class="Delimiter">:(scenario restart_blocked_routine)</span> +<span id="L576" class="LineNr">576 </span><span class="Special">% Scheduling_interval = 1;</span> +<span id="L577" class="LineNr">577 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L578" class="LineNr">578 </span> local-scope +<span id="L579" class="LineNr">579 </span> <span class="Normal">r</span>:num/routine-id<span class="Special"> <- </span>start-running f +<span id="L580" class="LineNr">580 </span> wait-<span class="Normal">for</span>-routine-to-block r <span class="Comment"># get past the block in f below</span> +<span id="L581" class="LineNr">581 </span> restart r +<span id="L582" class="LineNr">582 </span> wait-<span class="Normal">for</span>-routine-to-block r <span class="Comment"># should run f to completion</span> +<span id="L583" class="LineNr">583 </span>] +<span id="L584" class="LineNr">584 </span><span class="Comment"># function with one block</span> +<span id="L585" class="LineNr">585 </span><span class="muRecipe">def</span> f [ +<span id="L586" class="LineNr">586 </span> current-routine-is-blocked +<span id="L587" class="LineNr">587 </span> <span class="Comment"># 8 instructions of padding, many more than 'main' above</span> +<span id="L588" class="LineNr">588 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>add <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> +<span id="L589" class="LineNr">589 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>add <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> <span id="L590" class="LineNr">590 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>add <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> <span id="L591" class="LineNr">591 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>add <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> <span id="L592" class="LineNr">592 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>add <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> @@ -659,11 +658,9 @@ if ('onhashchange' in window) { <span id="L594" class="LineNr">594 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>add <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> <span id="L595" class="LineNr">595 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>add <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> <span id="L596" class="LineNr">596 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>add <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> -<span id="L597" class="LineNr">597 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>add <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> -<span id="L598" class="LineNr">598 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>add <span class="Constant">1</span>:num<span class="Delimiter">,</span> <span class="Constant">1</span> -<span id="L599" class="LineNr">599 </span>] -<span id="L600" class="LineNr">600 </span><span class="Comment"># make sure all of f ran</span> -<span id="L601" class="LineNr">601 </span><span class="traceContains">+mem: storing 8 in location 1</span> +<span id="L597" class="LineNr">597 </span>] +<span id="L598" class="LineNr">598 </span><span class="Comment"># make sure all of f ran</span> +<span id="L599" class="LineNr">599 </span><span class="traceContains">+mem: storing 8 in location 1</span> </pre> </body> </html> diff --git a/html/075channel.mu.html b/html/075channel.mu.html index 0b432389..571f8959 100644 --- a/html/075channel.mu.html +++ b/html/075channel.mu.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.CommentedCode { color: #6c6c6c; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } +.muControl { color: #c0a020; } .LineNr { color: #444444; } -.SalientComment { color: #00ffff; } -.muData { color: #ffff00; } .Delimiter { color: #800080; } -.muControl { color: #c0a020; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.CommentedCode { color: #6c6c6c; } -.muRecipe { color: #ff8700; } +.SalientComment { color: #00ffff; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.muData { color: #ffff00; } --> </style> @@ -80,14 +79,14 @@ if ('onhashchange' in window) { <span id="L16" class="LineNr"> 16 </span> <span id="L17" class="LineNr"> 17 </span><span class="muScenario">scenario</span> channel [ <span id="L18" class="LineNr"> 18 </span> run [ -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span> <span class="Constant">local-scope</span> -<span id="L20" class="LineNr"> 20 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:num, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:num <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">3/capacity</span> -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>,<span class="Constant"> 34</span> -<span id="L22" class="LineNr"> 22 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span>, 11:bool/<span class="Special">raw</span>, <a href='075channel.mu.html#L43'>source</a> <span class="Special"><-</span> read <a href='075channel.mu.html#L43'>source</a> +<span id="L19" class="LineNr"> 19 </span> <span class="Constant">local-scope</span> +<span id="L20" class="LineNr"> 20 </span> source:&:source:num, sink:&:sink:num <span class="Special"><-</span> new-channel <span class="Constant">3/capacity</span> +<span id="L21" class="LineNr"> 21 </span> sink <span class="Special"><-</span> write sink,<span class="Constant"> 34</span> +<span id="L22" class="LineNr"> 22 </span> 10:num/<span class="Special">raw</span>, 11:bool/<span class="Special">raw</span>, source <span class="Special"><-</span> read source <span id="L23" class="LineNr"> 23 </span> ] <span id="L24" class="LineNr"> 24 </span> memory-should-contain [ -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 34</span> -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># read was successful</span> +<span id="L25" class="LineNr"> 25 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 34</span> +<span id="L26" class="LineNr"> 26 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># read was successful</span> <span id="L27" class="LineNr"> 27 </span> ] <span id="L28" class="LineNr"> 28 </span>] <span id="L29" class="LineNr"> 29 </span> @@ -104,22 +103,22 @@ if ('onhashchange' in window) { <span id="L40" class="LineNr"> 40 </span><span class="Comment"># Since channels have two ends, and since it's an error to use either end from</span> <span id="L41" class="LineNr"> 41 </span><span class="Comment"># multiple routines, let's distinguish the ends.</span> <span id="L42" class="LineNr"> 42 </span> -<span id="L43" class="LineNr"> 43 </span><span class="muData">container</span> <a href='075channel.mu.html#L43'>source</a>:_elem [ +<span id="L43" class="LineNr"> 43 </span><span class="muData">container</span> source:_elem [ <span id="L44" class="LineNr"> 44 </span> chan:&:channel:_elem <span id="L45" class="LineNr"> 45 </span>] <span id="L46" class="LineNr"> 46 </span> -<span id="L47" class="LineNr"> 47 </span><span class="muData">container</span> <a href='075channel.mu.html#L47'>sink</a>:_elem [ +<span id="L47" class="LineNr"> 47 </span><span class="muData">container</span> sink:_elem [ <span id="L48" class="LineNr"> 48 </span> chan:&:channel:_elem <span id="L49" class="LineNr"> 49 </span>] <span id="L50" class="LineNr"> 50 </span> -<span id="L51" class="LineNr"> 51 </span><span class="muRecipe">def</span> <a href='075channel.mu.html#L51'>new-channel</a> <a href='075channel.mu.html#L399'>capacity</a>:num<span class="muRecipe"> -> </span>in:&:<a href='075channel.mu.html#L43'>source</a>:_elem, out:&:<a href='075channel.mu.html#L47'>sink</a>:_elem [ +<span id="L51" class="LineNr"> 51 </span><span class="muRecipe">def</span> new-channel capacity:num<span class="muRecipe"> -> </span>in:&:source:_elem, out:&:sink:_elem [ <span id="L52" class="LineNr"> 52 </span> <span class="Constant">local-scope</span> <span id="L53" class="LineNr"> 53 </span> <span class="Constant">load-inputs</span> <span id="L54" class="LineNr"> 54 </span> result:&:channel:_elem <span class="Special"><-</span> new <span class="Delimiter">{</span>(channel _elem): type<span class="Delimiter">}</span> <span id="L55" class="LineNr"> 55 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">first-full:offset</span>,<span class="Constant"> 0</span> <span id="L56" class="LineNr"> 56 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">first-free:offset</span>,<span class="Constant"> 0</span> -<span id="L57" class="LineNr"> 57 </span> <a href='075channel.mu.html#L399'>capacity</a> <span class="Special"><-</span> add <a href='075channel.mu.html#L399'>capacity</a>,<span class="Constant"> 1</span> <span class="Comment"># unused slot for 'full?' below</span> -<span id="L58" class="LineNr"> 58 </span> data:&:@:_elem <span class="Special"><-</span> new <span class="Constant">_elem:type</span>, <a href='075channel.mu.html#L399'>capacity</a> +<span id="L57" class="LineNr"> 57 </span> capacity <span class="Special"><-</span> add capacity,<span class="Constant"> 1</span> <span class="Comment"># unused slot for 'full?' below</span> +<span id="L58" class="LineNr"> 58 </span> data:&:@:_elem <span class="Special"><-</span> new <span class="Constant">_elem:type</span>, capacity <span id="L59" class="LineNr"> 59 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">data:offset</span>, data <span id="L60" class="LineNr"> 60 </span> in <span class="Special"><-</span> new <span class="Delimiter">{</span>(source _elem): type<span class="Delimiter">}</span> <span id="L61" class="LineNr"> 61 </span> *in <span class="Special"><-</span> put *in, <span class="Constant">chan:offset</span>, result @@ -128,28 +127,28 @@ if ('onhashchange' in window) { <span id="L64" class="LineNr"> 64 </span>] <span id="L65" class="LineNr"> 65 </span> <span id="L66" class="LineNr"> 66 </span><span class="Comment"># write a value to a channel</span> -<span id="L67" class="LineNr"> 67 </span><span class="muRecipe">def</span> <a href='075channel.mu.html#L67'>write</a> out:&:<a href='075channel.mu.html#L47'>sink</a>:_elem, val:_elem<span class="muRecipe"> -> </span>out:&:<a href='075channel.mu.html#L47'>sink</a>:_elem [ +<span id="L67" class="LineNr"> 67 </span><span class="muRecipe">def</span> write out:&:sink:_elem, val:_elem<span class="muRecipe"> -> </span>out:&:sink:_elem [ <span id="L68" class="LineNr"> 68 </span> <span class="Constant">local-scope</span> <span id="L69" class="LineNr"> 69 </span> <span class="Constant">load-inputs</span> <span id="L70" class="LineNr"> 70 </span> assert out, <span class="Constant">[write to null channel]</span> <span id="L71" class="LineNr"> 71 </span> chan:&:channel:_elem <span class="Special"><-</span> get *out, <span class="Constant">chan:offset</span> -<span id="L72" class="LineNr"> 72 </span><span class="Constant"> <a href='075channel.mu.html#L72'><channel-write-initial></a></span> +<span id="L72" class="LineNr"> 72 </span><span class="Constant"> <channel-write-initial></span> <span id="L73" class="LineNr"> 73 </span> <span class="Comment"># block until lock is acquired AND queue has room</span> <span id="L74" class="LineNr"> 74 </span> lock:location <span class="Special"><-</span> get-location *chan, <span class="Constant">lock:offset</span> <span id="L75" class="LineNr"> 75 </span><span class="CommentedCode">#? $print [write], 10/newline</span> <span id="L76" class="LineNr"> 76 </span> <span class="Delimiter">{</span> <span id="L77" class="LineNr"> 77 </span><span class="CommentedCode">#? $print [trying to acquire lock for writing], 10/newline</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> wait-for-reset-then-set lock +<span id="L78" class="LineNr"> 78 </span> wait-for-reset-then-set lock <span id="L79" class="LineNr"> 79 </span><span class="CommentedCode">#? $print [lock acquired for writing], 10/newline</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> full?:bool <span class="Special"><-</span> <a href='075channel.mu.html#L381'>channel-full?</a> chan -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> full? +<span id="L80" class="LineNr"> 80 </span> full?:bool <span class="Special"><-</span> channel-full? chan +<span id="L81" class="LineNr"> 81 </span> <span class="muControl">break-unless</span> full? <span id="L82" class="LineNr"> 82 </span><span class="CommentedCode">#? $print [but channel is full; relinquishing lock], 10/newline</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> <span class="Comment"># channel is full; relinquish lock and give a reader the opportunity to</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <span class="Comment"># create room on it</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> reset lock -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> current-routine-is-blocked -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> switch <span class="Comment"># avoid spinlocking</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Comment"># channel is full; relinquish lock and give a reader the opportunity to</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Comment"># create room on it</span> +<span id="L85" class="LineNr"> 85 </span> reset lock +<span id="L86" class="LineNr"> 86 </span> current-routine-is-blocked +<span id="L87" class="LineNr"> 87 </span> switch <span class="Comment"># avoid spinlocking</span> +<span id="L88" class="LineNr"> 88 </span> <span class="muControl"> loop</span> <span id="L89" class="LineNr"> 89 </span> <span class="Delimiter">}</span> <span id="L90" class="LineNr"> 90 </span> current-routine-is-unblocked <span id="L91" class="LineNr"> 91 </span><span class="CommentedCode">#? $print [performing write], 10/newline</span> @@ -161,11 +160,11 @@ if ('onhashchange' in window) { <span id="L97" class="LineNr"> 97 </span> <span class="Comment"># mark its slot as filled</span> <span id="L98" class="LineNr"> 98 </span> free <span class="Special"><-</span> add free,<span class="Constant"> 1</span> <span id="L99" class="LineNr"> 99 </span> <span class="Delimiter">{</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <span class="Comment"># wrap free around to 0 if necessary</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> len:num <span class="Special"><-</span> length *circular-buffer -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span> at-end?:bool <span class="Special"><-</span> greater-or-equal free, len -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-end? -<span id="L104" class="LineNr">104 </span> <span class="Conceal">¦</span> free <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L100" class="LineNr">100 </span> <span class="Comment"># wrap free around to 0 if necessary</span> +<span id="L101" class="LineNr">101 </span> len:num <span class="Special"><-</span> length *circular-buffer +<span id="L102" class="LineNr">102 </span> at-end?:bool <span class="Special"><-</span> greater-or-equal free, len +<span id="L103" class="LineNr">103 </span> <span class="muControl">break-unless</span> at-end? +<span id="L104" class="LineNr">104 </span> free <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L105" class="LineNr">105 </span> <span class="Delimiter">}</span> <span id="L106" class="LineNr">106 </span> <span class="Comment"># write back</span> <span id="L107" class="LineNr">107 </span> *chan <span class="Special"><-</span> put *chan, <span class="Constant">first-free:offset</span>, free @@ -174,7 +173,7 @@ if ('onhashchange' in window) { <span id="L110" class="LineNr">110 </span>] <span id="L111" class="LineNr">111 </span> <span id="L112" class="LineNr">112 </span><span class="Comment"># read a value from a channel</span> -<span id="L113" class="LineNr">113 </span><span class="muRecipe">def</span> read in:&:<a href='075channel.mu.html#L43'>source</a>:_elem<span class="muRecipe"> -> </span>result:_elem, eof?:bool, in:&:<a href='075channel.mu.html#L43'>source</a>:_elem [ +<span id="L113" class="LineNr">113 </span><span class="muRecipe">def</span> read in:&:source:_elem<span class="muRecipe"> -> </span>result:_elem, eof?:bool, in:&:source:_elem [ <span id="L114" class="LineNr">114 </span> <span class="Constant">local-scope</span> <span id="L115" class="LineNr">115 </span> <span class="Constant">load-inputs</span> <span id="L116" class="LineNr">116 </span> assert in, <span class="Constant">[read on null channel]</span> @@ -185,18 +184,18 @@ if ('onhashchange' in window) { <span id="L121" class="LineNr">121 </span><span class="CommentedCode">#? $print [read], 10/newline</span> <span id="L122" class="LineNr">122 </span> <span class="Delimiter">{</span> <span id="L123" class="LineNr">123 </span><span class="CommentedCode">#? $print [trying to acquire lock for reading], 10/newline</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> wait-for-reset-then-set lock +<span id="L124" class="LineNr">124 </span> wait-for-reset-then-set lock <span id="L125" class="LineNr">125 </span><span class="CommentedCode">#? $print [lock acquired for reading], 10/newline</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> empty?:bool <span class="Special"><-</span> <a href='075channel.mu.html#L370'>channel-empty?</a> chan -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> empty? +<span id="L126" class="LineNr">126 </span> empty?:bool <span class="Special"><-</span> channel-empty? chan +<span id="L127" class="LineNr">127 </span> <span class="muControl">break-unless</span> empty? <span id="L128" class="LineNr">128 </span><span class="CommentedCode">#? $print [but channel is empty; relinquishing lock], 10/newline</span> -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> <span class="Comment"># channel is empty; relinquish lock and give a writer the opportunity to</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <span class="Comment"># add to it</span> -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> reset lock -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> current-routine-is-blocked -<span id="L133" class="LineNr">133 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='075channel.mu.html#L133'><channel-read-empty></a></span> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> switch <span class="Comment"># avoid spinlocking</span> -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L129" class="LineNr">129 </span> <span class="Comment"># channel is empty; relinquish lock and give a writer the opportunity to</span> +<span id="L130" class="LineNr">130 </span> <span class="Comment"># add to it</span> +<span id="L131" class="LineNr">131 </span> reset lock +<span id="L132" class="LineNr">132 </span> current-routine-is-blocked +<span id="L133" class="LineNr">133 </span><span class="Constant"> <channel-read-empty></span> +<span id="L134" class="LineNr">134 </span> switch <span class="Comment"># avoid spinlocking</span> +<span id="L135" class="LineNr">135 </span> <span class="muControl"> loop</span> <span id="L136" class="LineNr">136 </span> <span class="Delimiter">}</span> <span id="L137" class="LineNr">137 </span> current-routine-is-unblocked <span id="L138" class="LineNr">138 </span> <span class="Comment"># pull result off</span> @@ -209,11 +208,11 @@ if ('onhashchange' in window) { <span id="L145" class="LineNr">145 </span> <span class="Comment"># mark its slot as empty</span> <span id="L146" class="LineNr">146 </span> full <span class="Special"><-</span> add full,<span class="Constant"> 1</span> <span id="L147" class="LineNr">147 </span> <span class="Delimiter">{</span> -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span> <span class="Comment"># wrap full around to 0 if necessary</span> -<span id="L149" class="LineNr">149 </span> <span class="Conceal">¦</span> len:num <span class="Special"><-</span> length *circular-buffer -<span id="L150" class="LineNr">150 </span> <span class="Conceal">¦</span> at-end?:bool <span class="Special"><-</span> greater-or-equal full, len -<span id="L151" class="LineNr">151 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-end? -<span id="L152" class="LineNr">152 </span> <span class="Conceal">¦</span> full <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L148" class="LineNr">148 </span> <span class="Comment"># wrap full around to 0 if necessary</span> +<span id="L149" class="LineNr">149 </span> len:num <span class="Special"><-</span> length *circular-buffer +<span id="L150" class="LineNr">150 </span> at-end?:bool <span class="Special"><-</span> greater-or-equal full, len +<span id="L151" class="LineNr">151 </span> <span class="muControl">break-unless</span> at-end? +<span id="L152" class="LineNr">152 </span> full <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L153" class="LineNr">153 </span> <span class="Delimiter">}</span> <span id="L154" class="LineNr">154 </span> <span class="Comment"># write back</span> <span id="L155" class="LineNr">155 </span> *chan <span class="Special"><-</span> put *chan, <span class="Constant">first-full:offset</span>, full @@ -226,162 +225,162 @@ if ('onhashchange' in window) { <span id="L162" class="LineNr">162 </span> <span id="L163" class="LineNr">163 </span><span class="muScenario">scenario</span> channel-initialization [ <span id="L164" class="LineNr">164 </span> run [ -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> <span class="Constant">local-scope</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:num <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">3/capacity</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> chan:&:channel:num <span class="Special"><-</span> get *source, <span class="Constant">chan:offset</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-full:offset</span> -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-free:offset</span> +<span id="L165" class="LineNr">165 </span> <span class="Constant">local-scope</span> +<span id="L166" class="LineNr">166 </span> source:&:source:num <span class="Special"><-</span> new-channel <span class="Constant">3/capacity</span> +<span id="L167" class="LineNr">167 </span> chan:&:channel:num <span class="Special"><-</span> get *source, <span class="Constant">chan:offset</span> +<span id="L168" class="LineNr">168 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-full:offset</span> +<span id="L169" class="LineNr">169 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-free:offset</span> <span id="L170" class="LineNr">170 </span> ] <span id="L171" class="LineNr">171 </span> memory-should-contain [ -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># first-full</span> -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># first-free</span> +<span id="L172" class="LineNr">172 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># first-full</span> +<span id="L173" class="LineNr">173 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># first-free</span> <span id="L174" class="LineNr">174 </span> ] <span id="L175" class="LineNr">175 </span>] <span id="L176" class="LineNr">176 </span> <span id="L177" class="LineNr">177 </span><span class="muScenario">scenario</span> channel-write-increments-free [ <span id="L178" class="LineNr">178 </span> <span class="Constant">local-scope</span> -<span id="L179" class="LineNr">179 </span> _, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:num <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">3/capacity</span> +<span id="L179" class="LineNr">179 </span> _, sink:&:sink:num <span class="Special"><-</span> new-channel <span class="Constant">3/capacity</span> <span id="L180" class="LineNr">180 </span> run [ -<span id="L181" class="LineNr">181 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>,<span class="Constant"> 34</span> -<span id="L182" class="LineNr">182 </span> <span class="Conceal">¦</span> chan:&:channel:num <span class="Special"><-</span> get *sink, <span class="Constant">chan:offset</span> -<span id="L183" class="LineNr">183 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-full:offset</span> -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-free:offset</span> +<span id="L181" class="LineNr">181 </span> sink <span class="Special"><-</span> write sink,<span class="Constant"> 34</span> +<span id="L182" class="LineNr">182 </span> chan:&:channel:num <span class="Special"><-</span> get *sink, <span class="Constant">chan:offset</span> +<span id="L183" class="LineNr">183 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-full:offset</span> +<span id="L184" class="LineNr">184 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-free:offset</span> <span id="L185" class="LineNr">185 </span> ] <span id="L186" class="LineNr">186 </span> memory-should-contain [ -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># first-full</span> -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># first-free</span> +<span id="L187" class="LineNr">187 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># first-full</span> +<span id="L188" class="LineNr">188 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># first-free</span> <span id="L189" class="LineNr">189 </span> ] <span id="L190" class="LineNr">190 </span>] <span id="L191" class="LineNr">191 </span> <span id="L192" class="LineNr">192 </span><span class="muScenario">scenario</span> channel-read-increments-full [ <span id="L193" class="LineNr">193 </span> <span class="Constant">local-scope</span> -<span id="L194" class="LineNr">194 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:num, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:num <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">3/capacity</span> -<span id="L195" class="LineNr">195 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>,<span class="Constant"> 34</span> +<span id="L194" class="LineNr">194 </span> source:&:source:num, sink:&:sink:num <span class="Special"><-</span> new-channel <span class="Constant">3/capacity</span> +<span id="L195" class="LineNr">195 </span> sink <span class="Special"><-</span> write sink,<span class="Constant"> 34</span> <span id="L196" class="LineNr">196 </span> run [ -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> _, _, <a href='075channel.mu.html#L43'>source</a> <span class="Special"><-</span> read <a href='075channel.mu.html#L43'>source</a> -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> chan:&:channel:num <span class="Special"><-</span> get *source, <span class="Constant">chan:offset</span> -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-full:offset</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-free:offset</span> +<span id="L197" class="LineNr">197 </span> _, _, source <span class="Special"><-</span> read source +<span id="L198" class="LineNr">198 </span> chan:&:channel:num <span class="Special"><-</span> get *source, <span class="Constant">chan:offset</span> +<span id="L199" class="LineNr">199 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-full:offset</span> +<span id="L200" class="LineNr">200 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-free:offset</span> <span id="L201" class="LineNr">201 </span> ] <span id="L202" class="LineNr">202 </span> memory-should-contain [ -<span id="L203" class="LineNr">203 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># first-full</span> -<span id="L204" class="LineNr">204 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># first-free</span> +<span id="L203" class="LineNr">203 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># first-full</span> +<span id="L204" class="LineNr">204 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># first-free</span> <span id="L205" class="LineNr">205 </span> ] <span id="L206" class="LineNr">206 </span>] <span id="L207" class="LineNr">207 </span> <span id="L208" class="LineNr">208 </span><span class="muScenario">scenario</span> channel-wrap [ <span id="L209" class="LineNr">209 </span> <span class="Constant">local-scope</span> <span id="L210" class="LineNr">210 </span> <span class="Comment"># channel with just 1 slot</span> -<span id="L211" class="LineNr">211 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:num, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:num <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">1/capacity</span> +<span id="L211" class="LineNr">211 </span> source:&:source:num, sink:&:sink:num <span class="Special"><-</span> new-channel <span class="Constant">1/capacity</span> <span id="L212" class="LineNr">212 </span> chan:&:channel:num <span class="Special"><-</span> get *source, <span class="Constant">chan:offset</span> <span id="L213" class="LineNr">213 </span> <span class="Comment"># write and read a value</span> -<span id="L214" class="LineNr">214 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>,<span class="Constant"> 34</span> -<span id="L215" class="LineNr">215 </span> _, _, <a href='075channel.mu.html#L43'>source</a> <span class="Special"><-</span> read <a href='075channel.mu.html#L43'>source</a> +<span id="L214" class="LineNr">214 </span> sink <span class="Special"><-</span> write sink,<span class="Constant"> 34</span> +<span id="L215" class="LineNr">215 </span> _, _, source <span class="Special"><-</span> read source <span id="L216" class="LineNr">216 </span> run [ -<span id="L217" class="LineNr">217 </span> <span class="Conceal">¦</span> <span class="Comment"># first-free will now be 1</span> -<span id="L218" class="LineNr">218 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-free:offset</span> -<span id="L219" class="LineNr">219 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-free:offset</span> -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span> <span class="Comment"># write second value, verify that first-free wraps</span> -<span id="L221" class="LineNr">221 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>,<span class="Constant"> 34</span> -<span id="L222" class="LineNr">222 </span> <span class="Conceal">¦</span> 20:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-free:offset</span> -<span id="L223" class="LineNr">223 </span> <span class="Conceal">¦</span> <span class="Comment"># read second value, verify that first-full wraps</span> -<span id="L224" class="LineNr">224 </span> <span class="Conceal">¦</span> _, _, <a href='075channel.mu.html#L43'>source</a> <span class="Special"><-</span> read <a href='075channel.mu.html#L43'>source</a> -<span id="L225" class="LineNr">225 </span> <span class="Conceal">¦</span> 30:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-full:offset</span> +<span id="L217" class="LineNr">217 </span> <span class="Comment"># first-free will now be 1</span> +<span id="L218" class="LineNr">218 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-free:offset</span> +<span id="L219" class="LineNr">219 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-free:offset</span> +<span id="L220" class="LineNr">220 </span> <span class="Comment"># write second value, verify that first-free wraps</span> +<span id="L221" class="LineNr">221 </span> sink <span class="Special"><-</span> write sink,<span class="Constant"> 34</span> +<span id="L222" class="LineNr">222 </span> 20:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-free:offset</span> +<span id="L223" class="LineNr">223 </span> <span class="Comment"># read second value, verify that first-full wraps</span> +<span id="L224" class="LineNr">224 </span> _, _, source <span class="Special"><-</span> read source +<span id="L225" class="LineNr">225 </span> 30:num/<span class="Special">raw</span> <span class="Special"><-</span> get *chan, <span class="Constant">first-full:offset</span> <span id="L226" class="LineNr">226 </span> ] <span id="L227" class="LineNr">227 </span> memory-should-contain [ -<span id="L228" class="LineNr">228 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># first-free after first write</span> -<span id="L229" class="LineNr">229 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># first-full after first read</span> -<span id="L230" class="LineNr">230 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># first-free after second write, wrapped</span> -<span id="L231" class="LineNr">231 </span> <span class="Conceal">¦</span><span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># first-full after second read, wrapped</span> +<span id="L228" class="LineNr">228 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># first-free after first write</span> +<span id="L229" class="LineNr">229 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># first-full after first read</span> +<span id="L230" class="LineNr">230 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># first-free after second write, wrapped</span> +<span id="L231" class="LineNr">231 </span> <span class="Constant"> 30</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># first-full after second read, wrapped</span> <span id="L232" class="LineNr">232 </span> ] <span id="L233" class="LineNr">233 </span>] <span id="L234" class="LineNr">234 </span> <span id="L235" class="LineNr">235 </span><span class="muScenario">scenario</span> channel-new-empty-not-full [ <span id="L236" class="LineNr">236 </span> run [ -<span id="L237" class="LineNr">237 </span> <span class="Conceal">¦</span> <span class="Constant">local-scope</span> -<span id="L238" class="LineNr">238 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:num <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">3/capacity</span> -<span id="L239" class="LineNr">239 </span> <span class="Conceal">¦</span> chan:&:channel:num <span class="Special"><-</span> get *source, <span class="Constant">chan:offset</span> -<span id="L240" class="LineNr">240 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='075channel.mu.html#L370'>channel-empty?</a> chan -<span id="L241" class="LineNr">241 </span> <span class="Conceal">¦</span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='075channel.mu.html#L381'>channel-full?</a> chan +<span id="L237" class="LineNr">237 </span> <span class="Constant">local-scope</span> +<span id="L238" class="LineNr">238 </span> source:&:source:num <span class="Special"><-</span> new-channel <span class="Constant">3/capacity</span> +<span id="L239" class="LineNr">239 </span> chan:&:channel:num <span class="Special"><-</span> get *source, <span class="Constant">chan:offset</span> +<span id="L240" class="LineNr">240 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> channel-empty? chan +<span id="L241" class="LineNr">241 </span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> channel-full? chan <span id="L242" class="LineNr">242 </span> ] <span id="L243" class="LineNr">243 </span> memory-should-contain [ -<span id="L244" class="LineNr">244 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># empty?</span> -<span id="L245" class="LineNr">245 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># full?</span> +<span id="L244" class="LineNr">244 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># empty?</span> +<span id="L245" class="LineNr">245 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># full?</span> <span id="L246" class="LineNr">246 </span> ] <span id="L247" class="LineNr">247 </span>] <span id="L248" class="LineNr">248 </span> <span id="L249" class="LineNr">249 </span><span class="muScenario">scenario</span> channel-write-not-empty [ <span id="L250" class="LineNr">250 </span> <span class="Constant">local-scope</span> -<span id="L251" class="LineNr">251 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:num, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:num <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">3/capacity</span> +<span id="L251" class="LineNr">251 </span> source:&:source:num, sink:&:sink:num <span class="Special"><-</span> new-channel <span class="Constant">3/capacity</span> <span id="L252" class="LineNr">252 </span> chan:&:channel:num <span class="Special"><-</span> get *source, <span class="Constant">chan:offset</span> <span id="L253" class="LineNr">253 </span> run [ -<span id="L254" class="LineNr">254 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>,<span class="Constant"> 34</span> -<span id="L255" class="LineNr">255 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='075channel.mu.html#L370'>channel-empty?</a> chan -<span id="L256" class="LineNr">256 </span> <span class="Conceal">¦</span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='075channel.mu.html#L381'>channel-full?</a> chan +<span id="L254" class="LineNr">254 </span> sink <span class="Special"><-</span> write sink,<span class="Constant"> 34</span> +<span id="L255" class="LineNr">255 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> channel-empty? chan +<span id="L256" class="LineNr">256 </span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> channel-full? chan <span id="L257" class="LineNr">257 </span> ] <span id="L258" class="LineNr">258 </span> memory-should-contain [ -<span id="L259" class="LineNr">259 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># empty?</span> -<span id="L260" class="LineNr">260 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># full?</span> +<span id="L259" class="LineNr">259 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># empty?</span> +<span id="L260" class="LineNr">260 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># full?</span> <span id="L261" class="LineNr">261 </span> ] <span id="L262" class="LineNr">262 </span>] <span id="L263" class="LineNr">263 </span> <span id="L264" class="LineNr">264 </span><span class="muScenario">scenario</span> channel-write-full [ <span id="L265" class="LineNr">265 </span> <span class="Constant">local-scope</span> -<span id="L266" class="LineNr">266 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:num, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:num <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">1/capacity</span> +<span id="L266" class="LineNr">266 </span> source:&:source:num, sink:&:sink:num <span class="Special"><-</span> new-channel <span class="Constant">1/capacity</span> <span id="L267" class="LineNr">267 </span> chan:&:channel:num <span class="Special"><-</span> get *source, <span class="Constant">chan:offset</span> <span id="L268" class="LineNr">268 </span> run [ -<span id="L269" class="LineNr">269 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>,<span class="Constant"> 34</span> -<span id="L270" class="LineNr">270 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='075channel.mu.html#L370'>channel-empty?</a> chan -<span id="L271" class="LineNr">271 </span> <span class="Conceal">¦</span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='075channel.mu.html#L381'>channel-full?</a> chan +<span id="L269" class="LineNr">269 </span> sink <span class="Special"><-</span> write sink,<span class="Constant"> 34</span> +<span id="L270" class="LineNr">270 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> channel-empty? chan +<span id="L271" class="LineNr">271 </span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> channel-full? chan <span id="L272" class="LineNr">272 </span> ] <span id="L273" class="LineNr">273 </span> memory-should-contain [ -<span id="L274" class="LineNr">274 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># empty?</span> -<span id="L275" class="LineNr">275 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># full?</span> +<span id="L274" class="LineNr">274 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># empty?</span> +<span id="L275" class="LineNr">275 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># full?</span> <span id="L276" class="LineNr">276 </span> ] <span id="L277" class="LineNr">277 </span>] <span id="L278" class="LineNr">278 </span> <span id="L279" class="LineNr">279 </span><span class="muScenario">scenario</span> channel-read-not-full [ <span id="L280" class="LineNr">280 </span> <span class="Constant">local-scope</span> -<span id="L281" class="LineNr">281 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:num, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:num <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">1/capacity</span> +<span id="L281" class="LineNr">281 </span> source:&:source:num, sink:&:sink:num <span class="Special"><-</span> new-channel <span class="Constant">1/capacity</span> <span id="L282" class="LineNr">282 </span> chan:&:channel:num <span class="Special"><-</span> get *source, <span class="Constant">chan:offset</span> -<span id="L283" class="LineNr">283 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>,<span class="Constant"> 34</span> +<span id="L283" class="LineNr">283 </span> sink <span class="Special"><-</span> write sink,<span class="Constant"> 34</span> <span id="L284" class="LineNr">284 </span> run [ -<span id="L285" class="LineNr">285 </span> <span class="Conceal">¦</span> _, _, <a href='075channel.mu.html#L43'>source</a> <span class="Special"><-</span> read <a href='075channel.mu.html#L43'>source</a> -<span id="L286" class="LineNr">286 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='075channel.mu.html#L370'>channel-empty?</a> chan -<span id="L287" class="LineNr">287 </span> <span class="Conceal">¦</span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='075channel.mu.html#L381'>channel-full?</a> chan +<span id="L285" class="LineNr">285 </span> _, _, source <span class="Special"><-</span> read source +<span id="L286" class="LineNr">286 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> channel-empty? chan +<span id="L287" class="LineNr">287 </span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> channel-full? chan <span id="L288" class="LineNr">288 </span> ] <span id="L289" class="LineNr">289 </span> memory-should-contain [ -<span id="L290" class="LineNr">290 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># empty?</span> -<span id="L291" class="LineNr">291 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># full?</span> +<span id="L290" class="LineNr">290 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># empty?</span> +<span id="L291" class="LineNr">291 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># full?</span> <span id="L292" class="LineNr">292 </span> ] <span id="L293" class="LineNr">293 </span>] <span id="L294" class="LineNr">294 </span> <span id="L295" class="LineNr">295 </span><span class="muScenario">scenario</span> channel-clear [ <span id="L296" class="LineNr">296 </span> <span class="Constant">local-scope</span> <span id="L297" class="LineNr">297 </span> <span class="Comment"># create a channel with a few items</span> -<span id="L298" class="LineNr">298 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:num, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:num <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">3/capacity</span> +<span id="L298" class="LineNr">298 </span> source:&:source:num, sink:&:sink:num <span class="Special"><-</span> new-channel <span class="Constant">3/capacity</span> <span id="L299" class="LineNr">299 </span> chan:&:channel:num <span class="Special"><-</span> get *sink, <span class="Constant">chan:offset</span> -<span id="L300" class="LineNr">300 </span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>,<span class="Constant"> 30</span> -<span id="L301" class="LineNr">301 </span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>,<span class="Constant"> 31</span> -<span id="L302" class="LineNr">302 </span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>,<span class="Constant"> 32</span> +<span id="L300" class="LineNr">300 </span> write sink,<span class="Constant"> 30</span> +<span id="L301" class="LineNr">301 </span> write sink,<span class="Constant"> 31</span> +<span id="L302" class="LineNr">302 </span> write sink,<span class="Constant"> 32</span> <span id="L303" class="LineNr">303 </span> run [ -<span id="L304" class="LineNr">304 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L312'>clear</a> <a href='075channel.mu.html#L43'>source</a> -<span id="L305" class="LineNr">305 </span> <span class="Conceal">¦</span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='075channel.mu.html#L370'>channel-empty?</a> chan +<span id="L304" class="LineNr">304 </span> clear source +<span id="L305" class="LineNr">305 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> channel-empty? chan <span id="L306" class="LineNr">306 </span> ] <span id="L307" class="LineNr">307 </span> memory-should-contain [ -<span id="L308" class="LineNr">308 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># after the call to 'clear', the channel should be empty</span> +<span id="L308" class="LineNr">308 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># after the call to 'clear', the channel should be empty</span> <span id="L309" class="LineNr">309 </span> ] <span id="L310" class="LineNr">310 </span>] <span id="L311" class="LineNr">311 </span> -<span id="L312" class="LineNr">312 </span><span class="muRecipe">def</span> <a href='075channel.mu.html#L312'>clear</a> in:&:<a href='075channel.mu.html#L43'>source</a>:_elem<span class="muRecipe"> -> </span>in:&:<a href='075channel.mu.html#L43'>source</a>:_elem [ +<span id="L312" class="LineNr">312 </span><span class="muRecipe">def</span> clear in:&:source:_elem<span class="muRecipe"> -> </span>in:&:source:_elem [ <span id="L313" class="LineNr">313 </span> <span class="Constant">local-scope</span> <span id="L314" class="LineNr">314 </span> <span class="Constant">load-inputs</span> <span id="L315" class="LineNr">315 </span> chan:&:channel:_elem <span class="Special"><-</span> get *in, <span class="Constant">chan:offset</span> <span id="L316" class="LineNr">316 </span> <span class="Delimiter">{</span> -<span id="L317" class="LineNr">317 </span> <span class="Conceal">¦</span> empty?:bool <span class="Special"><-</span> <a href='075channel.mu.html#L370'>channel-empty?</a> chan -<span id="L318" class="LineNr">318 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> empty? -<span id="L319" class="LineNr">319 </span> <span class="Conceal">¦</span> _, _, in <span class="Special"><-</span> read in -<span id="L320" class="LineNr">320 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L317" class="LineNr">317 </span> empty?:bool <span class="Special"><-</span> channel-empty? chan +<span id="L318" class="LineNr">318 </span> <span class="muControl">break-if</span> empty? +<span id="L319" class="LineNr">319 </span> _, _, in <span class="Special"><-</span> read in +<span id="L320" class="LineNr">320 </span> <span class="muControl"> loop</span> <span id="L321" class="LineNr">321 </span> <span class="Delimiter">}</span> <span id="L322" class="LineNr">322 </span>] <span id="L323" class="LineNr">323 </span> @@ -395,13 +394,13 @@ if ('onhashchange' in window) { <span id="L331" class="LineNr">331 </span> <span id="L332" class="LineNr">332 </span><span class="Comment"># a channel can be closed from either the source or the sink</span> <span id="L333" class="LineNr">333 </span><span class="Comment"># both routines can modify the 'closed?' bit, but they can only ever set it, so this is a benign race</span> -<span id="L334" class="LineNr">334 </span><span class="muRecipe">def</span> close x:&:<a href='075channel.mu.html#L43'>source</a>:_elem<span class="muRecipe"> -> </span>x:&:<a href='075channel.mu.html#L43'>source</a>:_elem [ +<span id="L334" class="LineNr">334 </span><span class="muRecipe">def</span> close x:&:source:_elem<span class="muRecipe"> -> </span>x:&:source:_elem [ <span id="L335" class="LineNr">335 </span> <span class="Constant">local-scope</span> <span id="L336" class="LineNr">336 </span> <span class="Constant">load-inputs</span> <span id="L337" class="LineNr">337 </span> chan:&:channel:_elem <span class="Special"><-</span> get *x, <span class="Constant">chan:offset</span> <span id="L338" class="LineNr">338 </span> *chan <span class="Special"><-</span> put *chan, <span class="Constant">closed?:offset</span>, <span class="Constant">1/true</span> <span id="L339" class="LineNr">339 </span>] -<span id="L340" class="LineNr">340 </span><span class="muRecipe">def</span> close x:&:<a href='075channel.mu.html#L47'>sink</a>:_elem<span class="muRecipe"> -> </span>x:&:<a href='075channel.mu.html#L47'>sink</a>:_elem [ +<span id="L340" class="LineNr">340 </span><span class="muRecipe">def</span> close x:&:sink:_elem<span class="muRecipe"> -> </span>x:&:sink:_elem [ <span id="L341" class="LineNr">341 </span> <span class="Constant">local-scope</span> <span id="L342" class="LineNr">342 </span> <span class="Constant">load-inputs</span> <span id="L343" class="LineNr">343 </span> chan:&:channel:_elem <span class="Special"><-</span> get *x, <span class="Constant">chan:offset</span> @@ -414,24 +413,24 @@ if ('onhashchange' in window) { <span id="L350" class="LineNr">350 </span><span class="Comment"># if a channel is closed for writing,</span> <span id="L351" class="LineNr">351 </span><span class="Comment"># future reads continue until the channel empties,</span> <span id="L352" class="LineNr">352 </span><span class="Comment"># then the channel is also closed for reading</span> -<span id="L353" class="LineNr">353 </span><span class="muRecipe">after</span> <span class="Constant"><a href='075channel.mu.html#L72'><channel-write-initial></a></span> [ +<span id="L353" class="LineNr">353 </span><span class="muRecipe">after</span> <span class="Constant"><channel-write-initial></span> [ <span id="L354" class="LineNr">354 </span> closed?:bool <span class="Special"><-</span> get *chan, <span class="Constant">closed?:offset</span> <span id="L355" class="LineNr">355 </span> <span class="muControl">return-if</span> closed? <span id="L356" class="LineNr">356 </span>] -<span id="L357" class="LineNr">357 </span><span class="muRecipe">after</span> <span class="Constant"><a href='075channel.mu.html#L133'><channel-read-empty></a></span> [ +<span id="L357" class="LineNr">357 </span><span class="muRecipe">after</span> <span class="Constant"><channel-read-empty></span> [ <span id="L358" class="LineNr">358 </span> closed?:bool <span class="Special"><-</span> get *chan, <span class="Constant">closed?:offset</span> <span id="L359" class="LineNr">359 </span> <span class="Delimiter">{</span> -<span id="L360" class="LineNr">360 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> closed? -<span id="L361" class="LineNr">361 </span> <span class="Conceal">¦</span> empty-result:&:_elem <span class="Special"><-</span> new <span class="Constant">_elem:type</span> -<span id="L362" class="LineNr">362 </span> <span class="Conceal">¦</span> current-routine-is-unblocked -<span id="L363" class="LineNr">363 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> *empty-result, <span class="Constant">1/true</span> +<span id="L360" class="LineNr">360 </span> <span class="muControl">break-unless</span> closed? +<span id="L361" class="LineNr">361 </span> empty-result:&:_elem <span class="Special"><-</span> new <span class="Constant">_elem:type</span> +<span id="L362" class="LineNr">362 </span> current-routine-is-unblocked +<span id="L363" class="LineNr">363 </span> <span class="muControl"> return</span> *empty-result, <span class="Constant">1/true</span> <span id="L364" class="LineNr">364 </span> <span class="Delimiter">}</span> <span id="L365" class="LineNr">365 </span>] <span id="L366" class="LineNr">366 </span> <span id="L367" class="LineNr">367 </span><span class="SalientComment">## helpers</span> <span id="L368" class="LineNr">368 </span> <span id="L369" class="LineNr">369 </span><span class="Comment"># An empty channel has first-free and first-full both at the same value.</span> -<span id="L370" class="LineNr">370 </span><span class="muRecipe">def</span> <a href='075channel.mu.html#L370'>channel-empty?</a> chan:&:channel:_elem<span class="muRecipe"> -> </span>result:bool [ +<span id="L370" class="LineNr">370 </span><span class="muRecipe">def</span> channel-empty? chan:&:channel:_elem<span class="muRecipe"> -> </span>result:bool [ <span id="L371" class="LineNr">371 </span> <span class="Constant">local-scope</span> <span id="L372" class="LineNr">372 </span> <span class="Constant">load-inputs</span> <span id="L373" class="LineNr">373 </span> <span class="Comment"># return chan.first-full == chan.first-free</span> @@ -442,25 +441,25 @@ if ('onhashchange' in window) { <span id="L378" class="LineNr">378 </span> <span id="L379" class="LineNr">379 </span><span class="Comment"># A full channel has first-free just before first-full, wasting one slot.</span> <span id="L380" class="LineNr">380 </span><span class="Comment"># (Other alternatives: <a href="https://www.snellman.net/blog/archive/2016-12-13-ring-buffers">https://www.snellman.net/blog/archive/2016-12-13-ring-buffers</a>)</span> -<span id="L381" class="LineNr">381 </span><span class="muRecipe">def</span> <a href='075channel.mu.html#L381'>channel-full?</a> chan:&:channel:_elem<span class="muRecipe"> -> </span>result:bool [ +<span id="L381" class="LineNr">381 </span><span class="muRecipe">def</span> channel-full? chan:&:channel:_elem<span class="muRecipe"> -> </span>result:bool [ <span id="L382" class="LineNr">382 </span> <span class="Constant">local-scope</span> <span id="L383" class="LineNr">383 </span> <span class="Constant">load-inputs</span> <span id="L384" class="LineNr">384 </span> <span class="Comment"># tmp = chan.first-free + 1</span> <span id="L385" class="LineNr">385 </span> tmp:num <span class="Special"><-</span> get *chan, <span class="Constant">first-free:offset</span> <span id="L386" class="LineNr">386 </span> tmp <span class="Special"><-</span> add tmp,<span class="Constant"> 1</span> <span id="L387" class="LineNr">387 </span> <span class="Delimiter">{</span> -<span id="L388" class="LineNr">388 </span> <span class="Conceal">¦</span> <span class="Comment"># if tmp == chan.capacity, tmp = 0</span> -<span id="L389" class="LineNr">389 </span> <span class="Conceal">¦</span> len:num <span class="Special"><-</span> <a href='075channel.mu.html#L399'>capacity</a> chan -<span id="L390" class="LineNr">390 </span> <span class="Conceal">¦</span> at-end?:bool <span class="Special"><-</span> greater-or-equal tmp, len -<span id="L391" class="LineNr">391 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-end? -<span id="L392" class="LineNr">392 </span> <span class="Conceal">¦</span> tmp <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L388" class="LineNr">388 </span> <span class="Comment"># if tmp == chan.capacity, tmp = 0</span> +<span id="L389" class="LineNr">389 </span> len:num <span class="Special"><-</span> capacity chan +<span id="L390" class="LineNr">390 </span> at-end?:bool <span class="Special"><-</span> greater-or-equal tmp, len +<span id="L391" class="LineNr">391 </span> <span class="muControl">break-unless</span> at-end? +<span id="L392" class="LineNr">392 </span> tmp <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L393" class="LineNr">393 </span> <span class="Delimiter">}</span> <span id="L394" class="LineNr">394 </span> <span class="Comment"># return chan.first-full == tmp</span> <span id="L395" class="LineNr">395 </span> full:num <span class="Special"><-</span> get *chan, <span class="Constant">first-full:offset</span> <span id="L396" class="LineNr">396 </span> result <span class="Special"><-</span> equal full, tmp <span id="L397" class="LineNr">397 </span>] <span id="L398" class="LineNr">398 </span> -<span id="L399" class="LineNr">399 </span><span class="muRecipe">def</span> <a href='075channel.mu.html#L399'>capacity</a> chan:&:channel:_elem<span class="muRecipe"> -> </span>result:num [ +<span id="L399" class="LineNr">399 </span><span class="muRecipe">def</span> capacity chan:&:channel:_elem<span class="muRecipe"> -> </span>result:num [ <span id="L400" class="LineNr">400 </span> <span class="Constant">local-scope</span> <span id="L401" class="LineNr">401 </span> <span class="Constant">load-inputs</span> <span id="L402" class="LineNr">402 </span> q:&:@:_elem <span class="Special"><-</span> get *chan, <span class="Constant">data:offset</span> @@ -469,116 +468,116 @@ if ('onhashchange' in window) { <span id="L405" class="LineNr">405 </span> <span id="L406" class="LineNr">406 </span><span class="SalientComment">## helpers for channels of characters in particular</span> <span id="L407" class="LineNr">407 </span> -<span id="L408" class="LineNr">408 </span><span class="muRecipe">def</span> <a href='075channel.mu.html#L408'>buffer-lines</a> in:&:<a href='075channel.mu.html#L43'>source</a>:char, buffered-out:&:<a href='075channel.mu.html#L47'>sink</a>:char<span class="muRecipe"> -> </span>buffered-out:&:<a href='075channel.mu.html#L47'>sink</a>:char, in:&:<a href='075channel.mu.html#L43'>source</a>:char [ +<span id="L408" class="LineNr">408 </span><span class="muRecipe">def</span> buffer-lines in:&:source:char, buffered-out:&:sink:char<span class="muRecipe"> -> </span>buffered-out:&:sink:char, in:&:source:char [ <span id="L409" class="LineNr">409 </span> <span class="Constant">local-scope</span> <span id="L410" class="LineNr">410 </span> <span class="Constant">load-inputs</span> <span id="L411" class="LineNr">411 </span> <span class="Comment"># repeat forever</span> <span id="L412" class="LineNr">412 </span> eof?:bool <span class="Special"><-</span> copy <span class="Constant">0/false</span> <span id="L413" class="LineNr">413 </span> <span class="Delimiter">{</span> -<span id="L414" class="LineNr">414 </span> <span class="Conceal">¦</span> line:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a><span class="Constant"> 30</span> -<span id="L415" class="LineNr">415 </span> <span class="Conceal">¦</span> <span class="Comment"># read characters from 'in' until newline, copy into line</span> -<span id="L416" class="LineNr">416 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L417" class="LineNr">417 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> +next-character</span> -<span id="L418" class="LineNr">418 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> c:char, eof?:bool, in <span class="Special"><-</span> read in -<span id="L419" class="LineNr">419 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> eof? -<span id="L420" class="LineNr">420 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># drop a character on backspace</span> -<span id="L421" class="LineNr">421 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L422" class="LineNr">422 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># special-case: if it's a backspace</span> -<span id="L423" class="LineNr">423 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> backspace?:bool <span class="Special"><-</span> equal c,<span class="Constant"> 8</span> -<span id="L424" class="LineNr">424 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> backspace? -<span id="L425" class="LineNr">425 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># drop previous character</span> -<span id="L426" class="LineNr">426 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L427" class="LineNr">427 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> buffer-length:num <span class="Special"><-</span> get *line, <span class="Constant">length:offset</span> -<span id="L428" class="LineNr">428 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> buffer-empty?:bool <span class="Special"><-</span> equal buffer-length,<span class="Constant"> 0</span> -<span id="L429" class="LineNr">429 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> buffer-empty? -<span id="L430" class="LineNr">430 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> buffer-length <span class="Special"><-</span> subtract buffer-length,<span class="Constant"> 1</span> -<span id="L431" class="LineNr">431 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *line <span class="Special"><-</span> put *line, <span class="Constant">length:offset</span>, buffer-length -<span id="L432" class="LineNr">432 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L433" class="LineNr">433 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># and don't append this one</span> -<span id="L434" class="LineNr">434 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-character</span> -<span id="L435" class="LineNr">435 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L436" class="LineNr">436 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># append anything else</span> -<span id="L437" class="LineNr">437 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> line <span class="Special"><-</span> append line, c -<span id="L438" class="LineNr">438 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> line-done?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L439" class="LineNr">439 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> line-done? -<span id="L440" class="LineNr">440 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> -<span id="L441" class="LineNr">441 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L442" class="LineNr">442 </span> <span class="Conceal">¦</span> <span class="Comment"># copy line into 'buffered-out'</span> -<span id="L443" class="LineNr">443 </span> <span class="Conceal">¦</span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L444" class="LineNr">444 </span> <span class="Conceal">¦</span> line-contents:text <span class="Special"><-</span> get *line, <span class="Constant">data:offset</span> -<span id="L445" class="LineNr">445 </span> <span class="Conceal">¦</span> max:num <span class="Special"><-</span> get *line, <span class="Constant">length:offset</span> -<span id="L446" class="LineNr">446 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L447" class="LineNr">447 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, max -<span id="L448" class="LineNr">448 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L449" class="LineNr">449 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> index *line-contents, i -<span id="L450" class="LineNr">450 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> buffered-out <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> buffered-out, c -<span id="L451" class="LineNr">451 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L452" class="LineNr">452 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> -<span id="L453" class="LineNr">453 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L454" class="LineNr">454 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L455" class="LineNr">455 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> eof? -<span id="L456" class="LineNr">456 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> buffered-out <span class="Special"><-</span> close buffered-out -<span id="L457" class="LineNr">457 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> return</span> -<span id="L458" class="LineNr">458 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L459" class="LineNr">459 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L414" class="LineNr">414 </span> line:&:buffer:char <span class="Special"><-</span> new-buffer<span class="Constant"> 30</span> +<span id="L415" class="LineNr">415 </span> <span class="Comment"># read characters from 'in' until newline, copy into line</span> +<span id="L416" class="LineNr">416 </span> <span class="Delimiter">{</span> +<span id="L417" class="LineNr">417 </span><span class="Constant"> +next-character</span> +<span id="L418" class="LineNr">418 </span> c:char, eof?:bool, in <span class="Special"><-</span> read in +<span id="L419" class="LineNr">419 </span> <span class="muControl">break-if</span> eof? +<span id="L420" class="LineNr">420 </span> <span class="Comment"># drop a character on backspace</span> +<span id="L421" class="LineNr">421 </span> <span class="Delimiter">{</span> +<span id="L422" class="LineNr">422 </span> <span class="Comment"># special-case: if it's a backspace</span> +<span id="L423" class="LineNr">423 </span> backspace?:bool <span class="Special"><-</span> equal c,<span class="Constant"> 8</span> +<span id="L424" class="LineNr">424 </span> <span class="muControl">break-unless</span> backspace? +<span id="L425" class="LineNr">425 </span> <span class="Comment"># drop previous character</span> +<span id="L426" class="LineNr">426 </span> <span class="Delimiter">{</span> +<span id="L427" class="LineNr">427 </span> buffer-length:num <span class="Special"><-</span> get *line, <span class="Constant">length:offset</span> +<span id="L428" class="LineNr">428 </span> buffer-empty?:bool <span class="Special"><-</span> equal buffer-length,<span class="Constant"> 0</span> +<span id="L429" class="LineNr">429 </span> <span class="muControl">break-if</span> buffer-empty? +<span id="L430" class="LineNr">430 </span> buffer-length <span class="Special"><-</span> subtract buffer-length,<span class="Constant"> 1</span> +<span id="L431" class="LineNr">431 </span> *line <span class="Special"><-</span> put *line, <span class="Constant">length:offset</span>, buffer-length +<span id="L432" class="LineNr">432 </span> <span class="Delimiter">}</span> +<span id="L433" class="LineNr">433 </span> <span class="Comment"># and don't append this one</span> +<span id="L434" class="LineNr">434 </span> <span class="muControl"> loop</span> <span class="Constant">+next-character</span> +<span id="L435" class="LineNr">435 </span> <span class="Delimiter">}</span> +<span id="L436" class="LineNr">436 </span> <span class="Comment"># append anything else</span> +<span id="L437" class="LineNr">437 </span> line <span class="Special"><-</span> append line, c +<span id="L438" class="LineNr">438 </span> line-done?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L439" class="LineNr">439 </span> <span class="muControl">break-if</span> line-done? +<span id="L440" class="LineNr">440 </span> <span class="muControl"> loop</span> +<span id="L441" class="LineNr">441 </span> <span class="Delimiter">}</span> +<span id="L442" class="LineNr">442 </span> <span class="Comment"># copy line into 'buffered-out'</span> +<span id="L443" class="LineNr">443 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L444" class="LineNr">444 </span> line-contents:text <span class="Special"><-</span> get *line, <span class="Constant">data:offset</span> +<span id="L445" class="LineNr">445 </span> max:num <span class="Special"><-</span> get *line, <span class="Constant">length:offset</span> +<span id="L446" class="LineNr">446 </span> <span class="Delimiter">{</span> +<span id="L447" class="LineNr">447 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, max +<span id="L448" class="LineNr">448 </span> <span class="muControl">break-if</span> done? +<span id="L449" class="LineNr">449 </span> c:char <span class="Special"><-</span> index *line-contents, i +<span id="L450" class="LineNr">450 </span> buffered-out <span class="Special"><-</span> write buffered-out, c +<span id="L451" class="LineNr">451 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L452" class="LineNr">452 </span> <span class="muControl"> loop</span> +<span id="L453" class="LineNr">453 </span> <span class="Delimiter">}</span> +<span id="L454" class="LineNr">454 </span> <span class="Delimiter">{</span> +<span id="L455" class="LineNr">455 </span> <span class="muControl">break-unless</span> eof? +<span id="L456" class="LineNr">456 </span> buffered-out <span class="Special"><-</span> close buffered-out +<span id="L457" class="LineNr">457 </span> <span class="muControl"> return</span> +<span id="L458" class="LineNr">458 </span> <span class="Delimiter">}</span> +<span id="L459" class="LineNr">459 </span> <span class="muControl"> loop</span> <span id="L460" class="LineNr">460 </span> <span class="Delimiter">}</span> <span id="L461" class="LineNr">461 </span>] <span id="L462" class="LineNr">462 </span> <span id="L463" class="LineNr">463 </span><span class="muScenario">scenario</span> buffer-lines-blocks-until-newline [ <span id="L464" class="LineNr">464 </span> run [ -<span id="L465" class="LineNr">465 </span> <span class="Conceal">¦</span> <span class="Constant">local-scope</span> -<span id="L466" class="LineNr">466 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">10/capacity</span> -<span id="L467" class="LineNr">467 </span> <span class="Conceal">¦</span> _, buffered-stdin:&:<a href='075channel.mu.html#L47'>sink</a>:char/buffered-stdin <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">10/capacity</span> -<span id="L468" class="LineNr">468 </span> <span class="Conceal">¦</span> buffered-chan:&:channel:char <span class="Special"><-</span> get *buffered-stdin, <span class="Constant">chan:offset</span> -<span id="L469" class="LineNr">469 </span> <span class="Conceal">¦</span> empty?:bool <span class="Special"><-</span> <a href='075channel.mu.html#L370'>channel-empty?</a> buffered-chan -<span id="L470" class="LineNr">470 </span> <span class="Conceal">¦</span> assert empty?, <span class="Constant">[ </span> +<span id="L465" class="LineNr">465 </span> <span class="Constant">local-scope</span> +<span id="L466" class="LineNr">466 </span> source:&:source:char, sink:&:sink:char <span class="Special"><-</span> new-channel <span class="Constant">10/capacity</span> +<span id="L467" class="LineNr">467 </span> _, buffered-stdin:&:sink:char/buffered-stdin <span class="Special"><-</span> new-channel <span class="Constant">10/capacity</span> +<span id="L468" class="LineNr">468 </span> buffered-chan:&:channel:char <span class="Special"><-</span> get *buffered-stdin, <span class="Constant">chan:offset</span> +<span id="L469" class="LineNr">469 </span> empty?:bool <span class="Special"><-</span> channel-empty? buffered-chan +<span id="L470" class="LineNr">470 </span> assert empty?, <span class="Constant">[ </span> <span id="L471" class="LineNr">471 </span><span class="Constant">F buffer-lines-blocks-until-newline: channel should be empty after init]</span> -<span id="L472" class="LineNr">472 </span> <span class="Conceal">¦</span> <span class="Comment"># buffer stdin into buffered-stdin, try to read from buffered-stdin</span> -<span id="L473" class="LineNr">473 </span> <span class="Conceal">¦</span> buffer-routine:num <span class="Special"><-</span> <span class="muControl">start-running</span> <a href='075channel.mu.html#L408'>buffer-lines</a>, <a href='075channel.mu.html#L43'>source</a>, buffered-stdin -<span id="L474" class="LineNr">474 </span> <span class="Conceal">¦</span> wait-for-routine-to-block buffer-routine -<span id="L475" class="LineNr">475 </span> <span class="Conceal">¦</span> empty? <span class="Special"><-</span> <a href='075channel.mu.html#L370'>channel-empty?</a> buffered-chan -<span id="L476" class="LineNr">476 </span> <span class="Conceal">¦</span> assert empty?:bool, <span class="Constant">[ </span> -<span id="L477" class="LineNr">477 </span><span class="Constant">F buffer-lines-blocks-until-newline: channel should be empty after <a href='075channel.mu.html#L408'>buffer-lines</a> bring-up]</span> -<span id="L478" class="LineNr">478 </span> <span class="Conceal">¦</span> <span class="Comment"># write 'a'</span> -<span id="L479" class="LineNr">479 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">97/a</span> -<span id="L480" class="LineNr">480 </span> <span class="Conceal">¦</span> restart buffer-routine -<span id="L481" class="LineNr">481 </span> <span class="Conceal">¦</span> wait-for-routine-to-block buffer-routine -<span id="L482" class="LineNr">482 </span> <span class="Conceal">¦</span> empty? <span class="Special"><-</span> <a href='075channel.mu.html#L370'>channel-empty?</a> buffered-chan -<span id="L483" class="LineNr">483 </span> <span class="Conceal">¦</span> assert empty?:bool, <span class="Constant">[ </span> +<span id="L472" class="LineNr">472 </span> <span class="Comment"># buffer stdin into buffered-stdin, try to read from buffered-stdin</span> +<span id="L473" class="LineNr">473 </span> buffer-routine:num <span class="Special"><-</span> <span class="muControl">start-running</span> buffer-lines, source, buffered-stdin +<span id="L474" class="LineNr">474 </span> wait-for-routine-to-block buffer-routine +<span id="L475" class="LineNr">475 </span> empty? <span class="Special"><-</span> channel-empty? buffered-chan +<span id="L476" class="LineNr">476 </span> assert empty?:bool, <span class="Constant">[ </span> +<span id="L477" class="LineNr">477 </span><span class="Constant">F buffer-lines-blocks-until-newline: channel should be empty after buffer-lines bring-up]</span> +<span id="L478" class="LineNr">478 </span> <span class="Comment"># write 'a'</span> +<span id="L479" class="LineNr">479 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">97/a</span> +<span id="L480" class="LineNr">480 </span> restart buffer-routine +<span id="L481" class="LineNr">481 </span> wait-for-routine-to-block buffer-routine +<span id="L482" class="LineNr">482 </span> empty? <span class="Special"><-</span> channel-empty? buffered-chan +<span id="L483" class="LineNr">483 </span> assert empty?:bool, <span class="Constant">[ </span> <span id="L484" class="LineNr">484 </span><span class="Constant">F buffer-lines-blocks-until-newline: channel should be empty after writing 'a']</span> -<span id="L485" class="LineNr">485 </span> <span class="Conceal">¦</span> <span class="Comment"># write 'b'</span> -<span id="L486" class="LineNr">486 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">98/b</span> -<span id="L487" class="LineNr">487 </span> <span class="Conceal">¦</span> restart buffer-routine -<span id="L488" class="LineNr">488 </span> <span class="Conceal">¦</span> wait-for-routine-to-block buffer-routine -<span id="L489" class="LineNr">489 </span> <span class="Conceal">¦</span> empty? <span class="Special"><-</span> <a href='075channel.mu.html#L370'>channel-empty?</a> buffered-chan -<span id="L490" class="LineNr">490 </span> <span class="Conceal">¦</span> assert empty?:bool, <span class="Constant">[ </span> +<span id="L485" class="LineNr">485 </span> <span class="Comment"># write 'b'</span> +<span id="L486" class="LineNr">486 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">98/b</span> +<span id="L487" class="LineNr">487 </span> restart buffer-routine +<span id="L488" class="LineNr">488 </span> wait-for-routine-to-block buffer-routine +<span id="L489" class="LineNr">489 </span> empty? <span class="Special"><-</span> channel-empty? buffered-chan +<span id="L490" class="LineNr">490 </span> assert empty?:bool, <span class="Constant">[ </span> <span id="L491" class="LineNr">491 </span><span class="Constant">F buffer-lines-blocks-until-newline: channel should be empty after writing 'b']</span> -<span id="L492" class="LineNr">492 </span> <span class="Conceal">¦</span> <span class="Comment"># write newline</span> -<span id="L493" class="LineNr">493 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">10/newline</span> -<span id="L494" class="LineNr">494 </span> <span class="Conceal">¦</span> restart buffer-routine -<span id="L495" class="LineNr">495 </span> <span class="Conceal">¦</span> wait-for-routine-to-block buffer-routine -<span id="L496" class="LineNr">496 </span> <span class="Conceal">¦</span> empty? <span class="Special"><-</span> <a href='075channel.mu.html#L370'>channel-empty?</a> buffered-chan -<span id="L497" class="LineNr">497 </span> <span class="Conceal">¦</span> data-emitted?:bool <span class="Special"><-</span> not empty? -<span id="L498" class="LineNr">498 </span> <span class="Conceal">¦</span> assert data-emitted?, <span class="Constant">[ </span> +<span id="L492" class="LineNr">492 </span> <span class="Comment"># write newline</span> +<span id="L493" class="LineNr">493 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">10/newline</span> +<span id="L494" class="LineNr">494 </span> restart buffer-routine +<span id="L495" class="LineNr">495 </span> wait-for-routine-to-block buffer-routine +<span id="L496" class="LineNr">496 </span> empty? <span class="Special"><-</span> channel-empty? buffered-chan +<span id="L497" class="LineNr">497 </span> data-emitted?:bool <span class="Special"><-</span> not empty? +<span id="L498" class="LineNr">498 </span> assert data-emitted?, <span class="Constant">[ </span> <span id="L499" class="LineNr">499 </span><span class="Constant">F buffer-lines-blocks-until-newline: channel should contain data after writing newline]</span> -<span id="L500" class="LineNr">500 </span> <span class="Conceal">¦</span> trace<span class="Constant"> 1</span>, <span class="Constant">[test]</span>, <span class="Constant">[reached end]</span> +<span id="L500" class="LineNr">500 </span> trace<span class="Constant"> 1</span>, <span class="Constant">[test]</span>, <span class="Constant">[reached end]</span> <span id="L501" class="LineNr">501 </span> ] <span id="L502" class="LineNr">502 </span> trace-should-contain [ -<span id="L503" class="LineNr">503 </span> <span class="Conceal">¦</span> test: reached end +<span id="L503" class="LineNr">503 </span> test: reached end <span id="L504" class="LineNr">504 </span> ] <span id="L505" class="LineNr">505 </span>] <span id="L506" class="LineNr">506 </span> -<span id="L507" class="LineNr">507 </span><span class="muRecipe">def</span> <a href='075channel.mu.html#L507'>drain</a> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char<span class="muRecipe"> -> </span>result:text, <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char [ +<span id="L507" class="LineNr">507 </span><span class="muRecipe">def</span> drain source:&:source:char<span class="muRecipe"> -> </span>result:text, source:&:source:char [ <span id="L508" class="LineNr">508 </span> <span class="Constant">local-scope</span> <span id="L509" class="LineNr">509 </span> <span class="Constant">load-inputs</span> -<span id="L510" class="LineNr">510 </span> buf:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a><span class="Constant"> 30</span> +<span id="L510" class="LineNr">510 </span> buf:&:buffer:char <span class="Special"><-</span> new-buffer<span class="Constant"> 30</span> <span id="L511" class="LineNr">511 </span> <span class="Delimiter">{</span> -<span id="L512" class="LineNr">512 </span> <span class="Conceal">¦</span> c:char, done?:bool <span class="Special"><-</span> read <a href='075channel.mu.html#L43'>source</a> -<span id="L513" class="LineNr">513 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L514" class="LineNr">514 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> append buf, c -<span id="L515" class="LineNr">515 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L512" class="LineNr">512 </span> c:char, done?:bool <span class="Special"><-</span> read source +<span id="L513" class="LineNr">513 </span> <span class="muControl">break-if</span> done? +<span id="L514" class="LineNr">514 </span> buf <span class="Special"><-</span> append buf, c +<span id="L515" class="LineNr">515 </span> <span class="muControl"> loop</span> <span id="L516" class="LineNr">516 </span> <span class="Delimiter">}</span> -<span id="L517" class="LineNr">517 </span> result <span class="Special"><-</span> <a href='061text.mu.html#L338'>buffer-to-array</a> buf +<span id="L517" class="LineNr">517 </span> result <span class="Special"><-</span> buffer-to-array buf <span id="L518" class="LineNr">518 </span>] </pre> </body> diff --git a/html/076continuation.cc.html b/html/076continuation.cc.html index 00b353f9..5313cb95 100644 --- a/html/076continuation.cc.html +++ b/html/076continuation.cc.html @@ -16,18 +16,17 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .traceAbsent { color: #c00000; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } .cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } +.traceContains { color: #008000; } --> </style> @@ -115,7 +114,7 @@ if ('onhashchange' in window) { <span id="L51" class="LineNr"> 51 </span>Type[continuation]<span class="Delimiter">.</span>name = <span class="Constant">"continuation"</span><span class="Delimiter">;</span> <span id="L52" class="LineNr"> 52 </span> <span id="L53" class="LineNr"> 53 </span><span class="Comment">//: A continuation can be called like a recipe.</span> -<span id="L54" class="LineNr"> 54 </span><span class="Delimiter">:(before "End <a href='072recipe.cc.html#L343'>is_mu_recipe</a> Atom Cases(r)")</span> +<span id="L54" class="LineNr"> 54 </span><span class="Delimiter">:(before "End <a href='072recipe.cc.html#L340'>is_mu_recipe</a> Atom Cases(r)")</span> <span id="L55" class="LineNr"> 55 </span><span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">-></span>name == <span class="Constant">"continuation"</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L56" class="LineNr"> 56 </span> <span id="L57" class="LineNr"> 57 </span><span class="Comment">//: However, it can't be type-checked like most recipes. Pretend it's like a</span> @@ -131,10 +130,10 @@ if ('onhashchange' in window) { <span id="L67" class="LineNr"> 67 </span> <span class="Constant">1</span>:continuation<span class="Special"> <- </span>call-with-continuation-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> f<span class="Delimiter">,</span> <span class="Constant">77</span> <span class="Comment"># 77 is an argument to f</span> <span id="L68" class="LineNr"> 68 </span> <span class="Constant">2</span>:number<span class="Special"> <- </span>copy <span class="Constant">5</span> <span id="L69" class="LineNr"> 69 </span> <span class="Delimiter">{</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <span class="Constant">2</span>:number<span class="Special"> <- </span>call <span class="Constant">1</span>:continuation<span class="Delimiter">,</span> <span class="Constant">2</span>:number <span class="Comment"># jump to 'return-continuation-until-mark' below</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="Constant">3</span>:boolean<span class="Special"> <- </span>greater-<span class="Normal">or</span>-equal <span class="Constant">2</span>:number<span class="Delimiter">,</span> <span class="Constant">8</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span>-<span class="Normal">if</span> <span class="Constant">3</span>:boolean -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> loop +<span id="L70" class="LineNr"> 70 </span> <span class="Constant">2</span>:number<span class="Special"> <- </span>call <span class="Constant">1</span>:continuation<span class="Delimiter">,</span> <span class="Constant">2</span>:number <span class="Comment"># jump to 'return-continuation-until-mark' below</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Constant">3</span>:boolean<span class="Special"> <- </span>greater-<span class="Normal">or</span>-equal <span class="Constant">2</span>:number<span class="Delimiter">,</span> <span class="Constant">8</span> +<span id="L72" class="LineNr"> 72 </span> <span class="Identifier">break</span>-<span class="Normal">if</span> <span class="Constant">3</span>:boolean +<span id="L73" class="LineNr"> 73 </span> loop <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="muRecipe"><a href='010vm.cc.html#L19'>recipe</a></span> f [ @@ -189,9 +188,9 @@ if ('onhashchange' in window) { <span id="L125" class="LineNr">125 </span> <span class="Comment">// like call, but mark the current call as a 'base of continuation' call</span> <span id="L126" class="LineNr">126 </span> <span class="Comment">// before pushing the next one on it</span> <span id="L127" class="LineNr">127 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L128" class="LineNr">128 </span> <span class="Conceal">¦</span> ++Trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">;</span> -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"trace"</span><span class="Delimiter">)</span> << <span class="Constant">"delimited continuation; incrementing callstack depth to "</span> << Trace_stream<span class="Delimiter">-></span>callstack_depth << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>callstack_depth < <span class="Constant">9000</span><span class="Delimiter">);</span> <span class="Comment">// 9998-101 plus cushion</span> +<span id="L128" class="LineNr">128 </span> ++Trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">;</span> +<span id="L129" class="LineNr">129 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"trace"</span><span class="Delimiter">)</span> << <span class="Constant">"delimited continuation; incrementing callstack depth to "</span> << Trace_stream<span class="Delimiter">-></span>callstack_depth << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L130" class="LineNr">130 </span> assert<span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>callstack_depth < <span class="Constant">9000</span><span class="Delimiter">);</span> <span class="Comment">// 9998-101 plus cushion</span> <span id="L131" class="LineNr">131 </span> <span class="Delimiter">}</span> <span id="L132" class="LineNr">132 </span> <span class="Normal">const</span> instruction& caller_instruction = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">();</span> <span id="L133" class="LineNr">133 </span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>front<span class="Delimiter">().</span>is_base_of_continuation = <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>value<span class="Delimiter">;</span> @@ -237,20 +236,20 @@ if ('onhashchange' in window) { <span id="L173" class="LineNr">173 </span> call_stack::iterator find_base_of_continuation<span class="Delimiter">(</span>call_stack&<span class="Delimiter">,</span> <span class="Normal">int</span><span class="Delimiter">);</span> <span class="Comment">// manual prototype containing '::'</span> <span id="L174" class="LineNr">174 </span> call_stack::iterator base = find_base_of_continuation<span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">mark identifier</span><span class="Comment">*/</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>value<span class="Delimiter">);</span> <span id="L175" class="LineNr">175 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>base == Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L176" class="LineNr">176 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"couldn't find a 'call-with-continuation-mark' to return to</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"call stack:</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L178" class="LineNr">178 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span>call_stack::iterator p = Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">" "</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> p<span class="Delimiter">-></span>running_recipe<span class="Delimiter">).</span>name << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L176" class="LineNr">176 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"couldn't find a 'call-with-continuation-mark' to return to</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L177" class="LineNr">177 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"call stack:</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L178" class="LineNr">178 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>call_stack::iterator p = Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> +<span id="L179" class="LineNr">179 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">" "</span> << get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> p<span class="Delimiter">-></span>running_recipe<span class="Delimiter">).</span>name << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L180" class="LineNr">180 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L181" class="LineNr">181 </span> <span class="Delimiter">}</span> <span id="L182" class="LineNr">182 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"creating continuation "</span> << Next_delimited_continuation_id << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L183" class="LineNr">183 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Delimited_continuation<span class="Delimiter">,</span> Next_delimited_continuation_id<span class="Delimiter">,</span> delimited_continuation<span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> base<span class="Delimiter">));</span> <span id="L184" class="LineNr">184 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>begin<span class="Delimiter">()</span> != base<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L186" class="LineNr">186 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> --Trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">;</span> -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>callstack_depth >= <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L189" class="LineNr">189 </span> <span class="Conceal">¦</span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>pop_front<span class="Delimiter">();</span> +<span id="L185" class="LineNr">185 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L186" class="LineNr">186 </span> --Trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">;</span> +<span id="L187" class="LineNr">187 </span> assert<span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>callstack_depth >= <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L188" class="LineNr">188 </span> <span class="Delimiter">}</span> +<span id="L189" class="LineNr">189 </span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>pop_front<span class="Delimiter">();</span> <span id="L190" class="LineNr">190 </span> <span class="Delimiter">}</span> <span id="L191" class="LineNr">191 </span> <span class="Comment">// return it as the result of the marked call</span> <span id="L192" class="LineNr">192 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> @@ -264,7 +263,7 @@ if ('onhashchange' in window) { <span id="L200" class="LineNr">200 </span><span class="Delimiter">:(code)</span> <span id="L201" class="LineNr">201 </span>call_stack::iterator find_base_of_continuation<span class="Delimiter">(</span>call_stack& c<span class="Delimiter">,</span> <span class="Normal">int</span> mark<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L202" class="LineNr">202 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>call_stack::iterator p = c<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != c<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> -<span id="L203" class="LineNr">203 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>is_base_of_continuation == mark<span class="Delimiter">)</span> <span class="Identifier">return</span> p<span class="Delimiter">;</span> +<span id="L203" class="LineNr">203 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>is_base_of_continuation == mark<span class="Delimiter">)</span> <span class="Identifier">return</span> p<span class="Delimiter">;</span> <span id="L204" class="LineNr">204 </span> <span class="Identifier">return</span> c<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L205" class="LineNr">205 </span><span class="Delimiter">}</span> <span id="L206" class="LineNr">206 </span> @@ -275,240 +274,129 @@ if ('onhashchange' in window) { <span id="L211" class="LineNr">211 </span> assert<span class="Delimiter">(</span>scalar<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)));</span> <span id="L212" class="LineNr">212 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"calling continuation "</span> << ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L213" class="LineNr">213 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Delimited_continuation<span class="Delimiter">,</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> -<span id="L214" class="LineNr">214 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"no such delimited continuation "</span> << <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L214" class="LineNr">214 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"no such delimited continuation "</span> << <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L215" class="LineNr">215 </span> <span class="Normal">const</span> call_stack& new_frames = get<span class="Delimiter">(</span>Delimited_continuation<span class="Delimiter">,</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)).</span>frames<span class="Delimiter">;</span> -<span id="L216" class="LineNr">216 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>call_stack::const_reverse_iterator p = new_frames<span class="Delimiter">.</span>rbegin<span class="Delimiter">();</span> p != new_frames<span class="Delimiter">.</span>rend<span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L217" class="LineNr">217 </span> <span class="Conceal">¦</span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>push_front<span class="Delimiter">(</span>*p<span class="Delimiter">);</span> -<span id="L218" class="LineNr">218 </span> <span class="Conceal">¦</span> <span class="Comment">// ensure that the presence of a continuation keeps its stack frames from being reclaimed</span> -<span id="L219" class="LineNr">219 </span> <span class="Conceal">¦</span> <a href='036refcount.cc.html#L50'>increment_refcount</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>front<span class="Delimiter">().</span>default_space<span class="Delimiter">);</span> -<span id="L220" class="LineNr">220 </span> <span class="Delimiter">}</span> -<span id="L221" class="LineNr">221 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L222" class="LineNr">222 </span> <span class="Conceal">¦</span> Trace_stream<span class="Delimiter">-></span>callstack_depth += <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>new_frames<span class="Delimiter">);</span> -<span id="L223" class="LineNr">223 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"trace"</span><span class="Delimiter">)</span> << <span class="Constant">"calling delimited continuation; growing callstack depth to "</span> << Trace_stream<span class="Delimiter">-></span>callstack_depth << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L224" class="LineNr">224 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>callstack_depth < <span class="Constant">9000</span><span class="Delimiter">);</span> <span class="Comment">// 9998-101 plus cushion</span> -<span id="L225" class="LineNr">225 </span> <span class="Delimiter">}</span> -<span id="L226" class="LineNr">226 </span> <span class="Comment">// no call housekeeping; continuations don't support next-ingredient</span> -<span id="L227" class="LineNr">227 </span> copy<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">drop continuation</span><span class="Comment">*/</span>++ingredients<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> ingredients<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">(),</span> inserter<span class="Delimiter">(</span>products<span class="Delimiter">,</span> products<span class="Delimiter">.</span>begin<span class="Delimiter">()));</span> -<span id="L228" class="LineNr">228 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// record results of resuming 'return-continuation-until-mark' instruction</span> -<span id="L229" class="LineNr">229 </span><span class="Delimiter">}</span> -<span id="L230" class="LineNr">230 </span> -<span id="L231" class="LineNr">231 </span><span class="Delimiter">:(scenario continuations_can_return_values)</span> -<span id="L232" class="LineNr">232 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L233" class="LineNr">233 </span> local-scope -<span id="L234" class="LineNr">234 </span> <span class="Normal">k</span>:continuation<span class="Delimiter">,</span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span>call-with-continuation-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> f -<span id="L235" class="LineNr">235 </span>] -<span id="L236" class="LineNr">236 </span><span class="muRecipe">def</span> f [ -<span id="L237" class="LineNr">237 </span> local-scope -<span id="L238" class="LineNr">238 </span> g -<span id="L239" class="LineNr">239 </span>] -<span id="L240" class="LineNr">240 </span><span class="muRecipe">def</span> g [ -<span id="L241" class="LineNr">241 </span> local-scope -<span id="L242" class="LineNr">242 </span> <span class="Identifier">return</span>-continuation-until-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L243" class="LineNr">243 </span> stash [continuation called] -<span id="L244" class="LineNr">244 </span>] -<span id="L245" class="LineNr">245 </span><span class="Comment"># entering main</span> -<span id="L246" class="LineNr">246 </span><span class="traceContains">+mem: new alloc: 1000</span> -<span id="L247" class="LineNr">247 </span><span class="traceContains">+run: {k: "continuation"}, {1: "number", "raw": ()} <- call-with-continuation-mark {233: "literal", "mark": ()}, {f: "recipe-literal"}</span> -<span id="L248" class="LineNr">248 </span><span class="Comment"># entering f</span> -<span id="L249" class="LineNr">249 </span><span class="traceContains">+mem: new alloc: 1004</span> -<span id="L250" class="LineNr">250 </span><span class="Comment"># entering g</span> -<span id="L251" class="LineNr">251 </span><span class="traceContains">+mem: new alloc: 1007</span> -<span id="L252" class="LineNr">252 </span><span class="Comment"># return control to main</span> -<span id="L253" class="LineNr">253 </span><span class="traceContains">+run: return-continuation-until-mark {233: "literal", "mark": ()}, {34: "literal"}</span> -<span id="L254" class="LineNr">254 </span><span class="Comment"># no allocs abandoned yet</span> -<span id="L255" class="LineNr">255 </span><span class="traceContains">+mem: storing 34 in location 1</span> -<span id="L256" class="LineNr">256 </span><span class="Comment"># end of main</span> -<span id="L257" class="LineNr">257 </span><span class="Comment"># make sure no memory leaks..</span> -<span id="L258" class="LineNr">258 </span><span class="traceContains">+mem: trying to reclaim local k:continuation</span> -<span id="L259" class="LineNr">259 </span><span class="traceContains">+mem: automatically abandoning 1007</span> -<span id="L260" class="LineNr">260 </span><span class="traceContains">+mem: automatically abandoning 1004</span> -<span id="L261" class="LineNr">261 </span><span class="traceContains">+mem: automatically abandoning 1000</span> -<span id="L262" class="LineNr">262 </span><span class="Comment"># ..even though we never called the continuation</span> -<span id="L263" class="LineNr">263 </span><span class="traceAbsent">-app: continuation called</span> +<span id="L216" class="LineNr">216 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>call_stack::const_reverse_iterator p = new_frames<span class="Delimiter">.</span>rbegin<span class="Delimiter">();</span> p != new_frames<span class="Delimiter">.</span>rend<span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> +<span id="L217" class="LineNr">217 </span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>push_front<span class="Delimiter">(</span>*p<span class="Delimiter">);</span> +<span id="L218" class="LineNr">218 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L219" class="LineNr">219 </span> Trace_stream<span class="Delimiter">-></span>callstack_depth += <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>new_frames<span class="Delimiter">);</span> +<span id="L220" class="LineNr">220 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"trace"</span><span class="Delimiter">)</span> << <span class="Constant">"calling delimited continuation; growing callstack depth to "</span> << Trace_stream<span class="Delimiter">-></span>callstack_depth << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L221" class="LineNr">221 </span> assert<span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>callstack_depth < <span class="Constant">9000</span><span class="Delimiter">);</span> <span class="Comment">// 9998-101 plus cushion</span> +<span id="L222" class="LineNr">222 </span> <span class="Delimiter">}</span> +<span id="L223" class="LineNr">223 </span> <span class="Comment">// no call housekeeping; continuations don't support next-ingredient</span> +<span id="L224" class="LineNr">224 </span> copy<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">drop continuation</span><span class="Comment">*/</span>++ingredients<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> ingredients<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">(),</span> inserter<span class="Delimiter">(</span>products<span class="Delimiter">,</span> products<span class="Delimiter">.</span>begin<span class="Delimiter">()));</span> +<span id="L225" class="LineNr">225 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// record results of resuming 'return-continuation-until-mark' instruction</span> +<span id="L226" class="LineNr">226 </span><span class="Delimiter">}</span> +<span id="L227" class="LineNr">227 </span> +<span id="L228" class="LineNr">228 </span><span class="Delimiter">:(scenario continuations_can_return_values)</span> +<span id="L229" class="LineNr">229 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L230" class="LineNr">230 </span> local-scope +<span id="L231" class="LineNr">231 </span> <span class="Normal">k</span>:continuation<span class="Delimiter">,</span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span>call-with-continuation-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> f +<span id="L232" class="LineNr">232 </span>] +<span id="L233" class="LineNr">233 </span><span class="muRecipe">def</span> f [ +<span id="L234" class="LineNr">234 </span> local-scope +<span id="L235" class="LineNr">235 </span> g +<span id="L236" class="LineNr">236 </span>] +<span id="L237" class="LineNr">237 </span><span class="muRecipe">def</span> g [ +<span id="L238" class="LineNr">238 </span> local-scope +<span id="L239" class="LineNr">239 </span> <span class="Identifier">return</span>-continuation-until-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L240" class="LineNr">240 </span> stash [continuation called] +<span id="L241" class="LineNr">241 </span>] +<span id="L242" class="LineNr">242 </span><span class="traceContains">+mem: storing 34 in location 1</span> +<span id="L243" class="LineNr">243 </span> +<span id="L244" class="LineNr">244 </span><span class="Delimiter">:(scenario continuations_continue_to_matching_mark)</span> +<span id="L245" class="LineNr">245 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L246" class="LineNr">246 </span> local-scope +<span id="L247" class="LineNr">247 </span> <span class="Normal">k</span>:continuation<span class="Delimiter">,</span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span>call-with-continuation-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> f +<span id="L248" class="LineNr">248 </span> add <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">1</span> +<span id="L249" class="LineNr">249 </span>] +<span id="L250" class="LineNr">250 </span><span class="muRecipe">def</span> f [ +<span id="L251" class="LineNr">251 </span> local-scope +<span id="L252" class="LineNr">252 </span> <span class="Normal">k2</span>:continuation<span class="Special"> <- </span>call-with-continuation-mark <span class="Constant">234</span>/mark<span class="Delimiter">,</span> g +<span id="L253" class="LineNr">253 </span> add <span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">2</span> +<span id="L254" class="LineNr">254 </span>] +<span id="L255" class="LineNr">255 </span><span class="muRecipe">def</span> g [ +<span id="L256" class="LineNr">256 </span> local-scope +<span id="L257" class="LineNr">257 </span> <span class="Identifier">return</span>-continuation-until-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L258" class="LineNr">258 </span> stash [continuation called] +<span id="L259" class="LineNr">259 </span>] +<span id="L260" class="LineNr">260 </span><span class="traceContains">+run: add {1: "literal"}, {1: "literal"}</span> +<span id="L261" class="LineNr">261 </span><span class="traceAbsent">-run: add {2: "literal"}, {2: "literal"}</span> +<span id="L262" class="LineNr">262 </span> +<span id="L263" class="LineNr">263 </span><span class="Comment">//: Allow shape-shifting recipes to return continuations.</span> <span id="L264" class="LineNr">264 </span> -<span id="L265" class="LineNr">265 </span><span class="Delimiter">:(scenario continuations_continue_to_matching_mark)</span> +<span id="L265" class="LineNr">265 </span><span class="Delimiter">:(scenario call_shape_shifting_recipe_with_continuation_mark)</span> <span id="L266" class="LineNr">266 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L267" class="LineNr">267 </span> local-scope -<span id="L268" class="LineNr">268 </span> <span class="Normal">k</span>:continuation<span class="Delimiter">,</span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span>call-with-continuation-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> f -<span id="L269" class="LineNr">269 </span> add <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">1</span> -<span id="L270" class="LineNr">270 </span>] -<span id="L271" class="LineNr">271 </span><span class="muRecipe">def</span> f [ -<span id="L272" class="LineNr">272 </span> local-scope -<span id="L273" class="LineNr">273 </span> <span class="Normal">k2</span>:continuation<span class="Special"> <- </span>call-with-continuation-mark <span class="Constant">234</span>/mark<span class="Delimiter">,</span> g -<span id="L274" class="LineNr">274 </span> add <span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">2</span> -<span id="L275" class="LineNr">275 </span>] -<span id="L276" class="LineNr">276 </span><span class="muRecipe">def</span> g [ -<span id="L277" class="LineNr">277 </span> local-scope -<span id="L278" class="LineNr">278 </span> <span class="Identifier">return</span>-continuation-until-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L279" class="LineNr">279 </span> stash [continuation called] -<span id="L280" class="LineNr">280 </span>] -<span id="L281" class="LineNr">281 </span><span class="traceContains">+run: add {1: "literal"}, {1: "literal"}</span> -<span id="L282" class="LineNr">282 </span><span class="traceAbsent">-run: add {2: "literal"}, {2: "literal"}</span> -<span id="L283" class="LineNr">283 </span> -<span id="L284" class="LineNr">284 </span><span class="Comment">//: Allow shape-shifting recipes to return continuations.</span> -<span id="L285" class="LineNr">285 </span> -<span id="L286" class="LineNr">286 </span><span class="Delimiter">:(scenario call_shape_shifting_recipe_with_continuation_mark)</span> -<span id="L287" class="LineNr">287 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L288" class="LineNr">288 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>call-with-continuation-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> f<span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L289" class="LineNr">289 </span>] -<span id="L290" class="LineNr">290 </span><span class="muRecipe">def</span> f x:_elem<span class="muRecipe"> -> </span>y:_elem [ -<span id="L291" class="LineNr">291 </span> local-scope -<span id="L292" class="LineNr">292 </span> load-ingredients -<span id="L293" class="LineNr">293 </span> y<span class="Special"> <- </span>copy x -<span id="L294" class="LineNr">294 </span>] -<span id="L295" class="LineNr">295 </span><span class="traceContains">+mem: storing 34 in location 1</span> -<span id="L296" class="LineNr">296 </span> -<span id="L297" class="LineNr">297 </span><span class="Delimiter">:(before "End resolve_ambiguous_call(r, index, inst, caller_recipe) Special-cases")</span> -<span id="L298" class="LineNr">298 </span><span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"call-with-continuation-mark"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L299" class="LineNr">299 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">1</span> && <a href='072recipe.cc.html#L213'>is_recipe_literal</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">skip mark</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L300" class="LineNr">300 </span> resolve_indirect_continuation_call<span class="Delimiter">(</span>r<span class="Delimiter">,</span> index<span class="Delimiter">,</span> inst<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">);</span> -<span id="L301" class="LineNr">301 </span> <span class="Identifier">return</span><span class="Delimiter">;</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="Delimiter">:(code)</span> -<span id="L305" class="LineNr">305 </span><span class="Normal">void</span> resolve_indirect_continuation_call<span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">,</span> <span class="Normal">int</span> index<span class="Delimiter">,</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& caller_recipe<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L306" class="LineNr">306 </span> <a href='010vm.cc.html#L32'>instruction</a> inst2<span class="Delimiter">;</span> -<span id="L307" class="LineNr">307 </span> inst2<span class="Delimiter">.</span>name = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">skip mark</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">).</span>name<span class="Delimiter">;</span> -<span id="L308" class="LineNr">308 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/*</span><span class="Comment">skip mark and <a href='010vm.cc.html#L19'>recipe</a></span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L309" class="LineNr">309 </span> <span class="Conceal">¦</span> inst2<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L310" class="LineNr">310 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/*</span><span class="Comment">skip continuation</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L311" class="LineNr">311 </span> <span class="Conceal">¦</span> inst2<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> -<span id="L312" class="LineNr">312 </span> <a href='054static_dispatch.cc.html#L173'>resolve_ambiguous_call</a><span class="Delimiter">(</span>r<span class="Delimiter">,</span> index<span class="Delimiter">,</span> inst2<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">);</span> -<span id="L313" class="LineNr">313 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">skip mark</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">).</span>name = inst2<span class="Delimiter">.</span>name<span class="Delimiter">;</span> -<span id="L314" class="LineNr">314 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">skip mark</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">).</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> inst2<span class="Delimiter">.</span>name<span class="Delimiter">));</span> -<span id="L315" class="LineNr">315 </span><span class="Delimiter">}</span> -<span id="L316" class="LineNr">316 </span> -<span id="L317" class="LineNr">317 </span><span class="Delimiter">:(scenario call_shape_shifting_recipe_with_continuation_mark_and_no_outputs)</span> -<span id="L318" class="LineNr">318 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L319" class="LineNr">319 </span> <span class="Constant">1</span>:continuation<span class="Special"> <- </span>call-with-continuation-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> f<span class="Delimiter">,</span> <span class="Constant">34</span> -<span id="L320" class="LineNr">320 </span>] -<span id="L321" class="LineNr">321 </span><span class="muRecipe">def</span> f x:_elem [ -<span id="L322" class="LineNr">322 </span> local-scope -<span id="L323" class="LineNr">323 </span> load-ingredients -<span id="L324" class="LineNr">324 </span> <span class="Identifier">return</span>-continuation-until-mark <span class="Constant">233</span>/mark -<span id="L325" class="LineNr">325 </span>] -<span id="L326" class="LineNr">326 </span>$error: <span class="Constant">0</span> +<span id="L267" class="LineNr">267 </span> <span class="Constant">1</span>:num<span class="Special"> <- </span>call-with-continuation-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> f<span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L268" class="LineNr">268 </span>] +<span id="L269" class="LineNr">269 </span><span class="muRecipe">def</span> f x:_elem<span class="muRecipe"> -> </span>y:_elem [ +<span id="L270" class="LineNr">270 </span> local-scope +<span id="L271" class="LineNr">271 </span> load-ingredients +<span id="L272" class="LineNr">272 </span> y<span class="Special"> <- </span>copy x +<span id="L273" class="LineNr">273 </span>] +<span id="L274" class="LineNr">274 </span><span class="traceContains">+mem: storing 34 in location 1</span> +<span id="L275" class="LineNr">275 </span> +<span id="L276" class="LineNr">276 </span><span class="Delimiter">:(before "End resolve_ambiguous_call(r, index, inst, caller_recipe) Special-cases")</span> +<span id="L277" class="LineNr">277 </span><span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"call-with-continuation-mark"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L278" class="LineNr">278 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">1</span> && <a href='072recipe.cc.html#L210'>is_recipe_literal</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">skip mark</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L279" class="LineNr">279 </span> resolve_indirect_continuation_call<span class="Delimiter">(</span>r<span class="Delimiter">,</span> index<span class="Delimiter">,</span> inst<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">);</span> +<span id="L280" class="LineNr">280 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L281" class="LineNr">281 </span> <span class="Delimiter">}</span> +<span id="L282" class="LineNr">282 </span><span class="Delimiter">}</span> +<span id="L283" class="LineNr">283 </span><span class="Delimiter">:(code)</span> +<span id="L284" class="LineNr">284 </span><span class="Normal">void</span> resolve_indirect_continuation_call<span class="Delimiter">(</span><span class="Normal">const</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">,</span> <span class="Normal">int</span> index<span class="Delimiter">,</span> instruction& inst<span class="Delimiter">,</span> <span class="Normal">const</span> recipe& caller_recipe<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L285" class="LineNr">285 </span> <a href='010vm.cc.html#L32'>instruction</a> inst2<span class="Delimiter">;</span> +<span id="L286" class="LineNr">286 </span> inst2<span class="Delimiter">.</span>name = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">skip mark</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">).</span>name<span class="Delimiter">;</span> +<span id="L287" class="LineNr">287 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/*</span><span class="Comment">skip mark and <a href='010vm.cc.html#L19'>recipe</a></span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L288" class="LineNr">288 </span> inst2<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L289" class="LineNr">289 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Comment">/*</span><span class="Comment">skip continuation</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> +<span id="L290" class="LineNr">290 </span> inst2<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> +<span id="L291" class="LineNr">291 </span> <a href='054static_dispatch.cc.html#L173'>resolve_ambiguous_call</a><span class="Delimiter">(</span>r<span class="Delimiter">,</span> index<span class="Delimiter">,</span> inst2<span class="Delimiter">,</span> caller_recipe<span class="Delimiter">);</span> +<span id="L292" class="LineNr">292 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">skip mark</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">).</span>name = inst2<span class="Delimiter">.</span>name<span class="Delimiter">;</span> +<span id="L293" class="LineNr">293 </span> inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">skip mark</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">).</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> inst2<span class="Delimiter">.</span>name<span class="Delimiter">));</span> +<span id="L294" class="LineNr">294 </span><span class="Delimiter">}</span> +<span id="L295" class="LineNr">295 </span> +<span id="L296" class="LineNr">296 </span><span class="Delimiter">:(scenario call_shape_shifting_recipe_with_continuation_mark_and_no_outputs)</span> +<span id="L297" class="LineNr">297 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L298" class="LineNr">298 </span> <span class="Constant">1</span>:continuation<span class="Special"> <- </span>call-with-continuation-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> f<span class="Delimiter">,</span> <span class="Constant">34</span> +<span id="L299" class="LineNr">299 </span>] +<span id="L300" class="LineNr">300 </span><span class="muRecipe">def</span> f x:_elem [ +<span id="L301" class="LineNr">301 </span> local-scope +<span id="L302" class="LineNr">302 </span> load-ingredients +<span id="L303" class="LineNr">303 </span> <span class="Identifier">return</span>-continuation-until-mark <span class="Constant">233</span>/mark +<span id="L304" class="LineNr">304 </span>] +<span id="L305" class="LineNr">305 </span>$error: <span class="Constant">0</span> +<span id="L306" class="LineNr">306 </span> +<span id="L307" class="LineNr">307 </span><span class="Delimiter">:(scenario continuation1)</span> +<span id="L308" class="LineNr">308 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ +<span id="L309" class="LineNr">309 </span> local-scope +<span id="L310" class="LineNr">310 </span> <span class="Normal">k</span>:continuation<span class="Special"> <- </span>call-with-continuation-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> create-yielder +<span id="L311" class="LineNr">311 </span> <span class="Constant">10</span>:num/<span class="Special">raw <- </span>call k +<span id="L312" class="LineNr">312 </span>] +<span id="L313" class="LineNr">313 </span><span class="muRecipe">def</span> create-yielder<span class="muRecipe"> -> </span>n:num [ +<span id="L314" class="LineNr">314 </span> local-scope +<span id="L315" class="LineNr">315 </span> load-inputs +<span id="L316" class="LineNr">316 </span> <span class="Identifier">return</span>-continuation-until-mark <span class="Constant">233</span>/mark +<span id="L317" class="LineNr">317 </span> <span class="Identifier">return</span> <span class="Constant">1</span> +<span id="L318" class="LineNr">318 </span>] +<span id="L319" class="LineNr">319 </span><span class="traceContains">+mem: storing 1 in location 10</span> +<span id="L320" class="LineNr">320 </span>$error: <span class="Constant">0</span> +<span id="L321" class="LineNr">321 </span> +<span id="L322" class="LineNr">322 </span><span class="Delimiter">:(code)</span> +<span id="L323" class="LineNr">323 </span><span class="Normal">bool</span> is_mu_continuation<span class="Delimiter">(</span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> x<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L324" class="LineNr">324 </span> canonize_type<span class="Delimiter">(</span>x<span class="Delimiter">);</span> +<span id="L325" class="LineNr">325 </span> <span class="Identifier">return</span> x<span class="Delimiter">.</span>type && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>value == get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"continuation"</span><span class="Delimiter">);</span> +<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="Delimiter">:(scenario continuation1)</span> -<span id="L329" class="LineNr">329 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L330" class="LineNr">330 </span> local-scope -<span id="L331" class="LineNr">331 </span> <span class="Normal">k</span>:continuation<span class="Special"> <- </span>call-with-continuation-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> create-yielder -<span id="L332" class="LineNr">332 </span> <span class="Constant">10</span>:num/<span class="Special">raw <- </span>call k -<span id="L333" class="LineNr">333 </span>] -<span id="L334" class="LineNr">334 </span><span class="muRecipe">def</span> create-yielder<span class="muRecipe"> -> </span>n:num [ -<span id="L335" class="LineNr">335 </span> local-scope -<span id="L336" class="LineNr">336 </span> load-inputs -<span id="L337" class="LineNr">337 </span> <span class="Identifier">return</span>-continuation-until-mark <span class="Constant">233</span>/mark -<span id="L338" class="LineNr">338 </span> <span class="Identifier">return</span> <span class="Constant">1</span> -<span id="L339" class="LineNr">339 </span>] -<span id="L340" class="LineNr">340 </span><span class="traceContains">+mem: storing 1 in location 10</span> -<span id="L341" class="LineNr">341 </span>$error: <span class="Constant">0</span> -<span id="L342" class="LineNr">342 </span> -<span id="L343" class="LineNr">343 </span><span class="Comment">//: Ensure that the presence of a continuation keeps its stack frames from being reclaimed.</span> -<span id="L344" class="LineNr">344 </span> -<span id="L345" class="LineNr">345 </span><span class="Delimiter">:(scenario continuations_preserve_local_scopes)</span> -<span id="L346" class="LineNr">346 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L347" class="LineNr">347 </span> local-scope -<span id="L348" class="LineNr">348 </span> <span class="Normal">k</span>:continuation<span class="Special"> <- </span>call-with-continuation-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> f -<span id="L349" class="LineNr">349 </span> call k -<span id="L350" class="LineNr">350 </span> <span class="Identifier">return</span> <span class="Constant">34</span> -<span id="L351" class="LineNr">351 </span>] -<span id="L352" class="LineNr">352 </span><span class="muRecipe">def</span> f [ -<span id="L353" class="LineNr">353 </span> local-scope -<span id="L354" class="LineNr">354 </span> g -<span id="L355" class="LineNr">355 </span>] -<span id="L356" class="LineNr">356 </span><span class="muRecipe">def</span> g [ -<span id="L357" class="LineNr">357 </span> local-scope -<span id="L358" class="LineNr">358 </span> <span class="Identifier">return</span>-continuation-until-mark <span class="Constant">233</span>/mark -<span id="L359" class="LineNr">359 </span> add <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">1</span> -<span id="L360" class="LineNr">360 </span>] -<span id="L361" class="LineNr">361 </span><span class="Comment"># entering main</span> -<span id="L362" class="LineNr">362 </span><span class="traceContains">+mem: new alloc: 1000</span> -<span id="L363" class="LineNr">363 </span><span class="traceContains">+run: {k: "continuation"} <- call-with-continuation-mark {233: "literal", "mark": ()}, {f: "recipe-literal"}</span> -<span id="L364" class="LineNr">364 </span><span class="Comment"># entering f</span> -<span id="L365" class="LineNr">365 </span><span class="traceContains">+mem: new alloc: 1004</span> -<span id="L366" class="LineNr">366 </span><span class="Comment"># entering g</span> -<span id="L367" class="LineNr">367 </span><span class="traceContains">+mem: new alloc: 1007</span> -<span id="L368" class="LineNr">368 </span><span class="Comment"># return control to main</span> -<span id="L369" class="LineNr">369 </span><span class="traceContains">+run: return-continuation-until-mark {233: "literal", "mark": ()}</span> -<span id="L370" class="LineNr">370 </span><span class="Comment"># no allocs abandoned yet</span> -<span id="L371" class="LineNr">371 </span><span class="Comment"># finish running main</span> -<span id="L372" class="LineNr">372 </span><span class="traceContains">+run: call {k: "continuation"}</span> -<span id="L373" class="LineNr">373 </span><span class="traceContains">+run: add {1: "literal"}, {1: "literal"}</span> -<span id="L374" class="LineNr">374 </span><span class="traceContains">+run: return {34: "literal"}</span> -<span id="L375" class="LineNr">375 </span><span class="Comment"># now k is reclaimed</span> -<span id="L376" class="LineNr">376 </span><span class="traceContains">+mem: trying to reclaim local k:continuation</span> -<span id="L377" class="LineNr">377 </span><span class="Comment"># at this point all allocs in the continuation are abandoned</span> -<span id="L378" class="LineNr">378 </span><span class="traceContains">+mem: automatically abandoning 1007</span> -<span id="L379" class="LineNr">379 </span><span class="traceContains">+mem: automatically abandoning 1004</span> -<span id="L380" class="LineNr">380 </span><span class="Comment"># finally the alloc for main is abandoned</span> -<span id="L381" class="LineNr">381 </span><span class="traceContains">+mem: automatically abandoning 1000</span> -<span id="L382" class="LineNr">382 </span> -<span id="L383" class="LineNr">383 </span><span class="Delimiter">:(before "End Increment Refcounts(canonized_x)")</span> -<span id="L384" class="LineNr">384 </span><span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_continuation<span class="Delimiter">(</span>canonized_x<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L385" class="LineNr">385 </span> <span class="Normal">int</span> continuation_id = data<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L386" class="LineNr">386 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>continuation_id == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L387" class="LineNr">387 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Delimited_continuation<span class="Delimiter">,</span> continuation_id<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L388" class="LineNr">388 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"missing delimited continuation: "</span> << canonized_x<span class="Delimiter">.</span>name << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L389" class="LineNr">389 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L390" class="LineNr">390 </span> <span class="Delimiter">}</span> -<span id="L391" class="LineNr">391 </span> delimited_continuation& curr = get<span class="Delimiter">(</span>Delimited_continuation<span class="Delimiter">,</span> continuation_id<span class="Delimiter">);</span> -<span id="L392" class="LineNr">392 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"incrementing refcount of continuation "</span> << continuation_id << <span class="Constant">": "</span> << curr<span class="Delimiter">.</span>nrefs << <span class="Constant">" -> "</span> << <span class="Constant">1</span>+curr<span class="Delimiter">.</span>nrefs << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L393" class="LineNr">393 </span> ++curr<span class="Delimiter">.</span>nrefs<span class="Delimiter">;</span> -<span id="L394" class="LineNr">394 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<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="Delimiter">:(before "End Decrement Refcounts(canonized_x)")</span> -<span id="L398" class="LineNr">398 </span><span class="Normal">if</span> <span class="Delimiter">(</span>is_mu_continuation<span class="Delimiter">(</span>canonized_x<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L399" class="LineNr">399 </span> <span class="Normal">int</span> continuation_id = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> canonized_x<span class="Delimiter">.</span>value<span class="Delimiter">);</span> -<span id="L400" class="LineNr">400 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>continuation_id == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L401" class="LineNr">401 </span> delimited_continuation& curr = get<span class="Delimiter">(</span>Delimited_continuation<span class="Delimiter">,</span> continuation_id<span class="Delimiter">);</span> -<span id="L402" class="LineNr">402 </span> assert<span class="Delimiter">(</span>curr<span class="Delimiter">.</span>nrefs > <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L403" class="LineNr">403 </span> --curr<span class="Delimiter">.</span>nrefs<span class="Delimiter">;</span> -<span id="L404" class="LineNr">404 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"decrementing refcount of continuation "</span> << continuation_id << <span class="Constant">": "</span> << <span class="Constant">1</span>+curr<span class="Delimiter">.</span>nrefs << <span class="Constant">" -> "</span> << curr<span class="Delimiter">.</span>nrefs << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L405" class="LineNr">405 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">.</span>nrefs > <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L406" class="LineNr">406 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"reclaiming continuation "</span> << continuation_id << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L407" class="LineNr">407 </span> <span class="Comment">// temporarily push the stack frames for the continuation to the call stack before reclaiming their spaces</span> -<span id="L408" class="LineNr">408 </span> <span class="Comment">// (because reclaim_default_space() relies on the default-space being reclaimed being at the top of the stack)</span> -<span id="L409" class="LineNr">409 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>call_stack::const_iterator p = curr<span class="Delimiter">.</span>frames<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != curr<span class="Delimiter">.</span>frames<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L410" class="LineNr">410 </span> <span class="Conceal">¦</span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>push_front<span class="Delimiter">(</span>*p<span class="Delimiter">);</span> -<span id="L411" class="LineNr">411 </span> <span class="Conceal">¦</span> <a href='043space.cc.html#L244'>reclaim_default_space</a><span class="Delimiter">();</span> -<span id="L412" class="LineNr">412 </span> <span class="Conceal">¦</span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>pop_front<span class="Delimiter">();</span> -<span id="L413" class="LineNr">413 </span> <span class="Delimiter">}</span> -<span id="L414" class="LineNr">414 </span> Delimited_continuation<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>continuation_id<span class="Delimiter">);</span> -<span id="L415" class="LineNr">415 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L416" class="LineNr">416 </span><span class="Delimiter">}</span> -<span id="L417" class="LineNr">417 </span> -<span id="L418" class="LineNr">418 </span><span class="Delimiter">:(scenario continuations_can_be_copied)</span> -<span id="L419" class="LineNr">419 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ -<span id="L420" class="LineNr">420 </span> local-scope -<span id="L421" class="LineNr">421 </span> <span class="Normal">k</span>:continuation<span class="Special"> <- </span>call-with-continuation-mark <span class="Constant">233</span>/mark<span class="Delimiter">,</span> f -<span id="L422" class="LineNr">422 </span> <span class="Normal">k2</span>:continuation<span class="Special"> <- </span>copy k -<span id="L423" class="LineNr">423 </span> <span class="Comment"># reclaiming k and k2 shouldn't delete f's local scope twice</span> -<span id="L424" class="LineNr">424 </span>] -<span id="L425" class="LineNr">425 </span><span class="muRecipe">def</span> f [ -<span id="L426" class="LineNr">426 </span> local-scope -<span id="L427" class="LineNr">427 </span> load-ingredients -<span id="L428" class="LineNr">428 </span> <span class="Identifier">return</span>-continuation-until-mark <span class="Constant">233</span>/mark -<span id="L429" class="LineNr">429 </span> <span class="Identifier">return</span> <span class="Constant">0</span> -<span id="L430" class="LineNr">430 </span>] -<span id="L431" class="LineNr">431 </span>$error: <span class="Constant">0</span> -<span id="L432" class="LineNr">432 </span> -<span id="L433" class="LineNr">433 </span><span class="Delimiter">:(code)</span> -<span id="L434" class="LineNr">434 </span><span class="Normal">bool</span> is_mu_continuation<span class="Delimiter">(</span>reagent<span class="Comment">/*</span><span class="Comment">copy</span><span class="Comment">*/</span> x<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L435" class="LineNr">435 </span> canonize_type<span class="Delimiter">(</span>x<span class="Delimiter">);</span> -<span id="L436" class="LineNr">436 </span> <span class="Identifier">return</span> x<span class="Delimiter">.</span>type && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>atom && x<span class="Delimiter">.</span>type<span class="Delimiter">-></span>value == get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"continuation"</span><span class="Delimiter">);</span> -<span id="L437" class="LineNr">437 </span><span class="Delimiter">}</span> -<span id="L438" class="LineNr">438 </span> -<span id="L439" class="LineNr">439 </span><span class="Comment">// helper for debugging</span> -<span id="L440" class="LineNr">440 </span><span class="Normal">void</span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span><span class="Normal">const</span> <span class="Normal">int</span> continuation_id<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L441" class="LineNr">441 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Delimited_continuation<span class="Delimiter">,</span> continuation_id<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L442" class="LineNr">442 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"missing delimited continuation: "</span> << continuation_id << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L443" class="LineNr">443 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L444" class="LineNr">444 </span> <span class="Delimiter">}</span> -<span id="L445" class="LineNr">445 </span> delimited_continuation& curr = get<span class="Delimiter">(</span>Delimited_continuation<span class="Delimiter">,</span> continuation_id<span class="Delimiter">);</span> -<span id="L446" class="LineNr">446 </span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span>curr<span class="Delimiter">.</span>frames<span class="Delimiter">);</span> -<span id="L447" class="LineNr">447 </span><span class="Delimiter">}</span> +<span id="L328" class="LineNr">328 </span><span class="Comment">// helper for debugging</span> +<span id="L329" class="LineNr">329 </span><span class="Normal">void</span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span><span class="Normal">const</span> <span class="Normal">int</span> continuation_id<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L330" class="LineNr">330 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Delimited_continuation<span class="Delimiter">,</span> continuation_id<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L331" class="LineNr">331 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"missing delimited continuation: "</span> << continuation_id << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L332" class="LineNr">332 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L333" class="LineNr">333 </span> <span class="Delimiter">}</span> +<span id="L334" class="LineNr">334 </span> delimited_continuation& curr = get<span class="Delimiter">(</span>Delimited_continuation<span class="Delimiter">,</span> continuation_id<span class="Delimiter">);</span> +<span id="L335" class="LineNr">335 </span> <a href='003trace.cc.html#L120'>dump</a><span class="Delimiter">(</span>curr<span class="Delimiter">.</span>frames<span class="Delimiter">);</span> +<span id="L336" class="LineNr">336 </span><span class="Delimiter">}</span> </pre> </body> </html> diff --git a/html/080display.cc.html b/html/080display.cc.html index 0b843d3e..90059104 100644 --- a/html/080display.cc.html +++ b/html/080display.cc.html @@ -15,17 +15,16 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.Constant { color: #00a0a0; } -.LineNr { color: #444444; } -.Identifier { color: #c0a020; } +.cSpecial { color: #008000; } .PreProc { color: #800080; } +.LineNr { color: #444444; } +.Constant { color: #00a0a0; } .Delimiter { color: #800080; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.cSpecial { color: #008000; } --> </style> @@ -72,21 +71,21 @@ if ('onhashchange' in window) { <span id="L10" class="LineNr"> 10 </span> <span id="L11" class="LineNr"> 11 </span><span class="Delimiter">:(before "End Includes")</span> <span id="L12" class="LineNr"> 12 </span><span class="PreProc">#define CHECK_SCREEN \</span> -<span id="L13" class="LineNr"> 13 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Normal">if</span><span class="PreProc"> (!tb_is_active()) </span><span class="Delimiter">{</span><span class="PreProc"> \</span> -<span id="L14" class="LineNr"> 14 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Normal">if</span><span class="PreProc"> (Run_tests) \</span> -<span id="L15" class="LineNr"> 15 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> <a href='003trace.cc.html#L174'>raise</a> << maybe(current_recipe_name()) << </span><span class="Constant">"tried to print to real screen in a test!</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="PreProc"> << end()</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L16" class="LineNr"> 16 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Normal">else</span><span class="PreProc"> \</span> -<span id="L17" class="LineNr"> 17 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> <a href='003trace.cc.html#L174'>raise</a> << maybe(current_recipe_name()) << </span><span class="Constant">"tried to print to real screen before 'open-console' or after 'close-console'</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="PreProc"> << end()</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L18" class="LineNr"> 18 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Identifier">break</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L19" class="LineNr"> 19 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Delimiter">}</span> +<span id="L13" class="LineNr"> 13 </span><span class="PreProc"> </span><span class="Normal">if</span><span class="PreProc"> (!tb_is_active()) </span><span class="Delimiter">{</span><span class="PreProc"> \</span> +<span id="L14" class="LineNr"> 14 </span><span class="PreProc"> </span><span class="Normal">if</span><span class="PreProc"> (Run_tests) \</span> +<span id="L15" class="LineNr"> 15 </span><span class="PreProc"> <a href='003trace.cc.html#L174'>raise</a> << maybe(current_recipe_name()) << </span><span class="Constant">"tried to print to real screen in a test!</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="PreProc"> << end()</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L16" class="LineNr"> 16 </span><span class="PreProc"> </span><span class="Normal">else</span><span class="PreProc"> \</span> +<span id="L17" class="LineNr"> 17 </span><span class="PreProc"> <a href='003trace.cc.html#L174'>raise</a> << maybe(current_recipe_name()) << </span><span class="Constant">"tried to print to real screen before 'open-console' or after 'close-console'</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="PreProc"> << end()</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L18" class="LineNr"> 18 </span><span class="PreProc"> </span><span class="Identifier">break</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L19" class="LineNr"> 19 </span><span class="PreProc"> </span><span class="Delimiter">}</span> <span id="L20" class="LineNr"> 20 </span><span class="PreProc">#define CHECK_CONSOLE \</span> -<span id="L21" class="LineNr"> 21 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Normal">if</span><span class="PreProc"> (!tb_is_active()) </span><span class="Delimiter">{</span><span class="PreProc"> \</span> -<span id="L22" class="LineNr"> 22 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Normal">if</span><span class="PreProc"> (Run_tests) \</span> -<span id="L23" class="LineNr"> 23 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> <a href='003trace.cc.html#L174'>raise</a> << maybe(current_recipe_name()) << </span><span class="Constant">"tried to read event from real keyboard/mouse in a test!</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="PreProc"> << end()</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L24" class="LineNr"> 24 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Normal">else</span><span class="PreProc"> \</span> -<span id="L25" class="LineNr"> 25 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> <a href='003trace.cc.html#L174'>raise</a> << maybe(current_recipe_name()) << </span><span class="Constant">"tried to read event from real keyboard/mouse before 'open-console' or after 'close-console'</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="PreProc"> << end()</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L26" class="LineNr"> 26 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Identifier">break</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L27" class="LineNr"> 27 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Delimiter">}</span> +<span id="L21" class="LineNr"> 21 </span><span class="PreProc"> </span><span class="Normal">if</span><span class="PreProc"> (!tb_is_active()) </span><span class="Delimiter">{</span><span class="PreProc"> \</span> +<span id="L22" class="LineNr"> 22 </span><span class="PreProc"> </span><span class="Normal">if</span><span class="PreProc"> (Run_tests) \</span> +<span id="L23" class="LineNr"> 23 </span><span class="PreProc"> <a href='003trace.cc.html#L174'>raise</a> << maybe(current_recipe_name()) << </span><span class="Constant">"tried to read event from real keyboard/mouse in a test!</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="PreProc"> << end()</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L24" class="LineNr"> 24 </span><span class="PreProc"> </span><span class="Normal">else</span><span class="PreProc"> \</span> +<span id="L25" class="LineNr"> 25 </span><span class="PreProc"> <a href='003trace.cc.html#L174'>raise</a> << maybe(current_recipe_name()) << </span><span class="Constant">"tried to read event from real keyboard/mouse before 'open-console' or after 'close-console'</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="PreProc"> << end()</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L26" class="LineNr"> 26 </span><span class="PreProc"> </span><span class="Identifier">break</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L27" class="LineNr"> 27 </span><span class="PreProc"> </span><span class="Delimiter">}</span> <span id="L28" class="LineNr"> 28 </span> <span id="L29" class="LineNr"> 29 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> <span id="L30" class="LineNr"> 30 </span>OPEN_CONSOLE<span class="Delimiter">,</span> @@ -104,11 +103,11 @@ if ('onhashchange' in window) { <span id="L42" class="LineNr"> 42 </span> <span class="Normal">int</span> width = tb_width<span class="Delimiter">();</span> <span id="L43" class="LineNr"> 43 </span> <span class="Normal">int</span> height = tb_height<span class="Delimiter">();</span> <span id="L44" class="LineNr"> 44 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>width > <span class="Constant">222</span> || height > <span class="Constant">222</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>width > <span class="Constant">222</span><span class="Delimiter">)</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"sorry, Mu doesn't support windows wider than 222 characters in console mode. Please resize your window.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>height > <span class="Constant">222</span><span class="Delimiter">)</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"sorry, Mu doesn't support windows taller than 222 characters in console mode. Please resize your window.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>width > <span class="Constant">222</span><span class="Delimiter">)</span> +<span id="L46" class="LineNr"> 46 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"sorry, Mu doesn't support windows wider than 222 characters in console mode. Please resize your window.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L47" class="LineNr"> 47 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>height > <span class="Constant">222</span><span class="Delimiter">)</span> +<span id="L48" class="LineNr"> 48 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"sorry, Mu doesn't support windows taller than 222 characters in console mode. Please resize your window.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L49" class="LineNr"> 49 </span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L50" class="LineNr"> 50 </span> <span class="Delimiter">}</span> <span id="L51" class="LineNr"> 51 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L52" class="LineNr"> 52 </span><span class="Delimiter">}</span> @@ -150,24 +149,24 @@ if ('onhashchange' in window) { <span id="L88" class="LineNr"> 88 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L89" class="LineNr"> 89 </span><span class="Normal">case</span> PRINT_CHARACTER_TO_DISPLAY: <span class="Delimiter">{</span> <span id="L90" class="LineNr"> 90 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'print-character-to-display' requires at least one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L91" class="LineNr"> 91 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'print-character-to-display' requires at least one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L92" class="LineNr"> 92 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L93" class="LineNr"> 93 </span> <span class="Delimiter">}</span> <span id="L94" class="LineNr"> 94 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'print-character-to-display' should be a character, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L95" class="LineNr"> 95 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'print-character-to-display' should be a character, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L96" class="LineNr"> 96 </span> <span class="Identifier">break</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="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'print-character-to-display' should be a foreground color number, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L100" class="LineNr">100 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'print-character-to-display' should be a foreground color number, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L101" class="LineNr">101 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L102" class="LineNr">102 </span> <span class="Delimiter">}</span> <span id="L103" class="LineNr">103 </span> <span class="Delimiter">}</span> <span id="L104" class="LineNr">104 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L105" class="LineNr">105 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L106" class="LineNr">106 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"third ingredient of 'print-character-to-display' should be a background color number, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L107" class="LineNr">107 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L108" class="LineNr">108 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L105" class="LineNr">105 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L106" class="LineNr">106 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"third ingredient of 'print-character-to-display' should be a background color number, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L107" class="LineNr">107 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L108" class="LineNr">108 </span> <span class="Delimiter">}</span> <span id="L109" class="LineNr">109 </span> <span class="Delimiter">}</span> <span id="L110" class="LineNr">110 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L111" class="LineNr">111 </span><span class="Delimiter">}</span> @@ -180,30 +179,30 @@ if ('onhashchange' in window) { <span id="L118" class="LineNr">118 </span> <span class="Normal">int</span> c = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L119" class="LineNr">119 </span> <span class="Normal">int</span> color = TB_WHITE<span class="Delimiter">;</span> <span id="L120" class="LineNr">120 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> color = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L121" class="LineNr">121 </span> color = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L122" class="LineNr">122 </span> <span class="Delimiter">}</span> <span id="L123" class="LineNr">123 </span> <span class="Normal">int</span> bg_color = TB_BLACK<span class="Delimiter">;</span> <span id="L124" class="LineNr">124 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">)</span> > <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> bg_color = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>bg_color == <span class="Constant">0</span><span class="Delimiter">)</span> bg_color = TB_BLACK<span class="Delimiter">;</span> +<span id="L125" class="LineNr">125 </span> bg_color = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L126" class="LineNr">126 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>bg_color == <span class="Constant">0</span><span class="Delimiter">)</span> bg_color = TB_BLACK<span class="Delimiter">;</span> <span id="L127" class="LineNr">127 </span> <span class="Delimiter">}</span> <span id="L128" class="LineNr">128 </span> tb_print<span class="Delimiter">(</span>c<span class="Delimiter">,</span> color<span class="Delimiter">,</span> bg_color<span class="Delimiter">);</span> <span id="L129" class="LineNr">129 </span> <span class="Comment">// track row and column, mimicking what happens on screen</span> <span id="L130" class="LineNr">130 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Display_row < height-<span class="Constant">1</span><span class="Delimiter">)</span> ++Display_row<span class="Delimiter">;</span> <span class="Comment">// otherwise we scroll and Display_row remains unchanged</span> +<span id="L131" class="LineNr">131 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Display_row < height-<span class="Constant">1</span><span class="Delimiter">)</span> ++Display_row<span class="Delimiter">;</span> <span class="Comment">// otherwise we scroll and Display_row remains unchanged</span> <span id="L132" class="LineNr">132 </span> <span class="Delimiter">}</span> <span id="L133" class="LineNr">133 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\r'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> Display_column = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L134" class="LineNr">134 </span> Display_column = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L135" class="LineNr">135 </span> <span class="Delimiter">}</span> <span id="L136" class="LineNr">136 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\b'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Display_column > <span class="Constant">0</span><span class="Delimiter">)</span> --Display_column<span class="Delimiter">;</span> +<span id="L137" class="LineNr">137 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Display_column > <span class="Constant">0</span><span class="Delimiter">)</span> --Display_column<span class="Delimiter">;</span> <span id="L138" class="LineNr">138 </span> <span class="Delimiter">}</span> <span id="L139" class="LineNr">139 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> ++Display_column<span class="Delimiter">;</span> -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Display_column >= width<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Display_column = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Display_row < height-<span class="Constant">1</span><span class="Delimiter">)</span> ++Display_row<span class="Delimiter">;</span> -<span id="L144" class="LineNr">144 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L140" class="LineNr">140 </span> ++Display_column<span class="Delimiter">;</span> +<span id="L141" class="LineNr">141 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Display_column >= width<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L142" class="LineNr">142 </span> Display_column = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L143" class="LineNr">143 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Display_row < height-<span class="Constant">1</span><span class="Delimiter">)</span> ++Display_row<span class="Delimiter">;</span> +<span id="L144" class="LineNr">144 </span> <span class="Delimiter">}</span> <span id="L145" class="LineNr">145 </span> <span class="Delimiter">}</span> <span id="L146" class="LineNr">146 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L147" class="LineNr">147 </span><span class="Delimiter">}</span> @@ -232,16 +231,16 @@ if ('onhashchange' in window) { <span id="L170" class="LineNr">170 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L171" class="LineNr">171 </span><span class="Normal">case</span> MOVE_CURSOR_ON_DISPLAY: <span class="Delimiter">{</span> <span id="L172" class="LineNr">172 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'move-cursor-on-display' requires two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L174" class="LineNr">174 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L173" class="LineNr">173 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'move-cursor-on-display' requires two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L174" class="LineNr">174 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L175" class="LineNr">175 </span> <span class="Delimiter">}</span> <span id="L176" class="LineNr">176 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'move-cursor-on-display' should be a row number, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L178" class="LineNr">178 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L177" class="LineNr">177 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'move-cursor-on-display' should be a row number, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L178" class="LineNr">178 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L179" class="LineNr">179 </span> <span class="Delimiter">}</span> <span id="L180" class="LineNr">180 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L181" class="LineNr">181 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'move-cursor-on-display' should be a column number, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L182" class="LineNr">182 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L181" class="LineNr">181 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'move-cursor-on-display' should be a column number, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L182" class="LineNr">182 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L183" class="LineNr">183 </span> <span class="Delimiter">}</span> <span id="L184" class="LineNr">184 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L185" class="LineNr">185 </span><span class="Delimiter">}</span> @@ -268,8 +267,8 @@ if ('onhashchange' in window) { <span id="L206" class="LineNr">206 </span> <span class="Normal">int</span> h=tb_height<span class="Delimiter">();</span> <span id="L207" class="LineNr">207 </span> <span class="Normal">int</span> height = <span class="Delimiter">(</span>h >= <span class="Constant">0</span><span class="Delimiter">)</span> ? h : <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L208" class="LineNr">208 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Display_row < height-<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L209" class="LineNr">209 </span> <span class="Conceal">¦</span> ++Display_row<span class="Delimiter">;</span> -<span id="L210" class="LineNr">210 </span> <span class="Conceal">¦</span> tb_set_cursor<span class="Delimiter">(</span>Display_column<span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> +<span id="L209" class="LineNr">209 </span> ++Display_row<span class="Delimiter">;</span> +<span id="L210" class="LineNr">210 </span> tb_set_cursor<span class="Delimiter">(</span>Display_column<span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> <span id="L211" class="LineNr">211 </span> <span class="Delimiter">}</span> <span id="L212" class="LineNr">212 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L213" class="LineNr">213 </span><span class="Delimiter">}</span> @@ -286,8 +285,8 @@ if ('onhashchange' in window) { <span id="L224" class="LineNr">224 </span><span class="Normal">case</span> MOVE_CURSOR_UP_ON_DISPLAY: <span class="Delimiter">{</span> <span id="L225" class="LineNr">225 </span> <a href='080display.cc.html#L12'>CHECK_SCREEN</a><span class="Delimiter">;</span> <span id="L226" class="LineNr">226 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Display_row > <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L227" class="LineNr">227 </span> <span class="Conceal">¦</span> --Display_row<span class="Delimiter">;</span> -<span id="L228" class="LineNr">228 </span> <span class="Conceal">¦</span> tb_set_cursor<span class="Delimiter">(</span>Display_column<span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> +<span id="L227" class="LineNr">227 </span> --Display_row<span class="Delimiter">;</span> +<span id="L228" class="LineNr">228 </span> tb_set_cursor<span class="Delimiter">(</span>Display_column<span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> <span id="L229" class="LineNr">229 </span> <span class="Delimiter">}</span> <span id="L230" class="LineNr">230 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L231" class="LineNr">231 </span><span class="Delimiter">}</span> @@ -306,8 +305,8 @@ if ('onhashchange' in window) { <span id="L244" class="LineNr">244 </span> <span class="Normal">int</span> w=tb_width<span class="Delimiter">();</span> <span id="L245" class="LineNr">245 </span> <span class="Normal">int</span> width = <span class="Delimiter">(</span>w >= <span class="Constant">0</span><span class="Delimiter">)</span> ? w : <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L246" class="LineNr">246 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Display_column < width-<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L247" class="LineNr">247 </span> <span class="Conceal">¦</span> ++Display_column<span class="Delimiter">;</span> -<span id="L248" class="LineNr">248 </span> <span class="Conceal">¦</span> tb_set_cursor<span class="Delimiter">(</span>Display_column<span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> +<span id="L247" class="LineNr">247 </span> ++Display_column<span class="Delimiter">;</span> +<span id="L248" class="LineNr">248 </span> tb_set_cursor<span class="Delimiter">(</span>Display_column<span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> <span id="L249" class="LineNr">249 </span> <span class="Delimiter">}</span> <span id="L250" class="LineNr">250 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L251" class="LineNr">251 </span><span class="Delimiter">}</span> @@ -324,8 +323,8 @@ if ('onhashchange' in window) { <span id="L262" class="LineNr">262 </span><span class="Normal">case</span> MOVE_CURSOR_LEFT_ON_DISPLAY: <span class="Delimiter">{</span> <span id="L263" class="LineNr">263 </span> <a href='080display.cc.html#L12'>CHECK_SCREEN</a><span class="Delimiter">;</span> <span id="L264" class="LineNr">264 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Display_column > <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L265" class="LineNr">265 </span> <span class="Conceal">¦</span> --Display_column<span class="Delimiter">;</span> -<span id="L266" class="LineNr">266 </span> <span class="Conceal">¦</span> tb_set_cursor<span class="Delimiter">(</span>Display_column<span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> +<span id="L265" class="LineNr">265 </span> --Display_column<span class="Delimiter">;</span> +<span id="L266" class="LineNr">266 </span> tb_set_cursor<span class="Delimiter">(</span>Display_column<span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> <span id="L267" class="LineNr">267 </span> <span class="Delimiter">}</span> <span id="L268" class="LineNr">268 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L269" class="LineNr">269 </span><span class="Delimiter">}</span> @@ -408,49 +407,49 @@ if ('onhashchange' in window) { <span id="L346" class="LineNr">346 </span> tb_event event<span class="Delimiter">;</span> <span id="L347" class="LineNr">347 </span> <span class="Normal">int</span> event_type = tb_peek_event<span class="Delimiter">(</span>&event<span class="Delimiter">,</span> <span class="Constant">5</span><span class="Comment">/*</span><span class="Comment">ms</span><span class="Comment">*/</span><span class="Delimiter">);</span> <span id="L348" class="LineNr">348 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>event_type == TB_EVENT_KEY && event<span class="Delimiter">.</span>ch<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L349" class="LineNr">349 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">text event</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L350" class="LineNr">350 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>event<span class="Delimiter">.</span>ch<span class="Delimiter">);</span> -<span id="L351" class="LineNr">351 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L352" class="LineNr">352 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L353" class="LineNr">353 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">found</span><span class="Comment">*/</span><span class="Constant">true</span><span class="Delimiter">);</span> -<span id="L354" class="LineNr">354 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L349" class="LineNr">349 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">text event</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L350" class="LineNr">350 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>event<span class="Delimiter">.</span>ch<span class="Delimiter">);</span> +<span id="L351" class="LineNr">351 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L352" class="LineNr">352 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L353" class="LineNr">353 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">found</span><span class="Comment">*/</span><span class="Constant">true</span><span class="Delimiter">);</span> +<span id="L354" class="LineNr">354 </span> <span class="Identifier">break</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="Comment">// treat keys within ascii as unicode characters</span> <span id="L357" class="LineNr">357 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>event_type == TB_EVENT_KEY && event<span class="Delimiter">.</span>key < <span class="Constant">0xff</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L358" class="LineNr">358 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">text event</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L359" class="LineNr">359 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>event<span class="Delimiter">.</span>key == TB_KEY_CTRL_C<span class="Delimiter">)</span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L360" class="LineNr">360 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>event<span class="Delimiter">.</span>key == TB_KEY_BACKSPACE2<span class="Delimiter">)</span> event<span class="Delimiter">.</span>key = TB_KEY_BACKSPACE<span class="Delimiter">;</span> -<span id="L361" class="LineNr">361 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>event<span class="Delimiter">.</span>key == TB_KEY_CARRIAGE_RETURN<span class="Delimiter">)</span> event<span class="Delimiter">.</span>key = TB_KEY_NEWLINE<span class="Delimiter">;</span> -<span id="L362" class="LineNr">362 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>event<span class="Delimiter">.</span>key<span class="Delimiter">);</span> -<span id="L363" class="LineNr">363 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L364" class="LineNr">364 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L365" class="LineNr">365 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">found</span><span class="Comment">*/</span><span class="Constant">true</span><span class="Delimiter">);</span> -<span id="L366" class="LineNr">366 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L358" class="LineNr">358 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">text event</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L359" class="LineNr">359 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>event<span class="Delimiter">.</span>key == TB_KEY_CTRL_C<span class="Delimiter">)</span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L360" class="LineNr">360 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>event<span class="Delimiter">.</span>key == TB_KEY_BACKSPACE2<span class="Delimiter">)</span> event<span class="Delimiter">.</span>key = TB_KEY_BACKSPACE<span class="Delimiter">;</span> +<span id="L361" class="LineNr">361 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>event<span class="Delimiter">.</span>key == TB_KEY_CARRIAGE_RETURN<span class="Delimiter">)</span> event<span class="Delimiter">.</span>key = TB_KEY_NEWLINE<span class="Delimiter">;</span> +<span id="L362" class="LineNr">362 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>event<span class="Delimiter">.</span>key<span class="Delimiter">);</span> +<span id="L363" class="LineNr">363 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L364" class="LineNr">364 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L365" class="LineNr">365 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">found</span><span class="Comment">*/</span><span class="Constant">true</span><span class="Delimiter">);</span> +<span id="L366" class="LineNr">366 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L367" class="LineNr">367 </span> <span class="Delimiter">}</span> <span id="L368" class="LineNr">368 </span> <span class="Comment">// keys outside ascii aren't unicode characters but arbitrary termbox inventions</span> <span id="L369" class="LineNr">369 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>event_type == TB_EVENT_KEY<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L370" class="LineNr">370 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">keycode event</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L371" class="LineNr">371 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>event<span class="Delimiter">.</span>key<span class="Delimiter">);</span> -<span id="L372" class="LineNr">372 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L373" class="LineNr">373 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L374" class="LineNr">374 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">found</span><span class="Comment">*/</span><span class="Constant">true</span><span class="Delimiter">);</span> -<span id="L375" class="LineNr">375 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L370" class="LineNr">370 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">keycode event</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L371" class="LineNr">371 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>event<span class="Delimiter">.</span>key<span class="Delimiter">);</span> +<span id="L372" class="LineNr">372 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L373" class="LineNr">373 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L374" class="LineNr">374 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">found</span><span class="Comment">*/</span><span class="Constant">true</span><span class="Delimiter">);</span> +<span id="L375" class="LineNr">375 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L376" class="LineNr">376 </span> <span class="Delimiter">}</span> <span id="L377" class="LineNr">377 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>event_type == TB_EVENT_MOUSE<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L378" class="LineNr">378 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">touch event</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">);</span> -<span id="L379" class="LineNr">379 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>event<span class="Delimiter">.</span>key<span class="Delimiter">);</span> <span class="Comment">// which button, etc.</span> -<span id="L380" class="LineNr">380 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>event<span class="Delimiter">.</span>y<span class="Delimiter">);</span> <span class="Comment">// row</span> -<span id="L381" class="LineNr">381 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>event<span class="Delimiter">.</span>x<span class="Delimiter">);</span> <span class="Comment">// column</span> -<span id="L382" class="LineNr">382 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">found</span><span class="Comment">*/</span><span class="Constant">true</span><span class="Delimiter">);</span> -<span id="L383" class="LineNr">383 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L378" class="LineNr">378 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">touch event</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">);</span> +<span id="L379" class="LineNr">379 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>event<span class="Delimiter">.</span>key<span class="Delimiter">);</span> <span class="Comment">// which button, etc.</span> +<span id="L380" class="LineNr">380 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>event<span class="Delimiter">.</span>y<span class="Delimiter">);</span> <span class="Comment">// row</span> +<span id="L381" class="LineNr">381 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>event<span class="Delimiter">.</span>x<span class="Delimiter">);</span> <span class="Comment">// column</span> +<span id="L382" class="LineNr">382 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">found</span><span class="Comment">*/</span><span class="Constant">true</span><span class="Delimiter">);</span> +<span id="L383" class="LineNr">383 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L384" class="LineNr">384 </span> <span class="Delimiter">}</span> <span id="L385" class="LineNr">385 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>event_type == TB_EVENT_RESIZE<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L386" class="LineNr">386 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">resize event</span><span class="Comment">*/</span><span class="Constant">3</span><span class="Delimiter">);</span> -<span id="L387" class="LineNr">387 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>event<span class="Delimiter">.</span>w<span class="Delimiter">);</span> <span class="Comment">// width</span> -<span id="L388" class="LineNr">388 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>event<span class="Delimiter">.</span>h<span class="Delimiter">);</span> <span class="Comment">// height</span> -<span id="L389" class="LineNr">389 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L390" class="LineNr">390 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">found</span><span class="Comment">*/</span><span class="Constant">true</span><span class="Delimiter">);</span> -<span id="L391" class="LineNr">391 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L386" class="LineNr">386 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">resize event</span><span class="Comment">*/</span><span class="Constant">3</span><span class="Delimiter">);</span> +<span id="L387" class="LineNr">387 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>event<span class="Delimiter">.</span>w<span class="Delimiter">);</span> <span class="Comment">// width</span> +<span id="L388" class="LineNr">388 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>event<span class="Delimiter">.</span>h<span class="Delimiter">);</span> <span class="Comment">// height</span> +<span id="L389" class="LineNr">389 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L390" class="LineNr">390 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">found</span><span class="Comment">*/</span><span class="Constant">true</span><span class="Delimiter">);</span> +<span id="L391" class="LineNr">391 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L392" class="LineNr">392 </span> <span class="Delimiter">}</span> <span id="L393" class="LineNr">393 </span> assert<span class="Delimiter">(</span>event_type == <span class="Constant">0</span><span class="Delimiter">);</span> <span id="L394" class="LineNr">394 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> @@ -492,7 +491,7 @@ if ('onhashchange' in window) { <span id="L430" class="LineNr">430 </span> <a href='080display.cc.html#L12'>CHECK_SCREEN</a><span class="Delimiter">;</span> <span id="L431" class="LineNr">431 </span> <span class="Normal">int</span> width = tb_width<span class="Delimiter">();</span> <span id="L432" class="LineNr">432 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> x = Display_column<span class="Delimiter">;</span> x < width<span class="Delimiter">;</span> ++x<span class="Delimiter">)</span> -<span id="L433" class="LineNr">433 </span> <span class="Conceal">¦</span> tb_print<span class="Delimiter">(</span><span class="Constant">' '</span><span class="Delimiter">,</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> +<span id="L433" class="LineNr">433 </span> tb_print<span class="Delimiter">(</span><span class="Constant">' '</span><span class="Delimiter">,</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> <span id="L434" class="LineNr">434 </span> tb_set_cursor<span class="Delimiter">(</span>Display_column<span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> <span id="L435" class="LineNr">435 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L436" class="LineNr">436 </span><span class="Delimiter">}</span> @@ -515,9 +514,9 @@ if ('onhashchange' in window) { <span id="L453" class="LineNr">453 </span> <span class="Normal">int</span> right = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">3</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L454" class="LineNr">454 </span> <span class="Normal">int</span> height=tb_height<span class="Delimiter">();</span> <span id="L455" class="LineNr">455 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">nada</span><span class="Comment">*/</span><span class="Delimiter">;</span> row < height<span class="Delimiter">;</span> ++row<span class="Delimiter">,</span> column=left<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span class="Comment">// start column from left in every inner loop except first</span> -<span id="L456" class="LineNr">456 </span> <span class="Conceal">¦</span> tb_set_cursor<span class="Delimiter">(</span>column<span class="Delimiter">,</span> row<span class="Delimiter">);</span> -<span id="L457" class="LineNr">457 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">nada</span><span class="Comment">*/</span><span class="Delimiter">;</span> column <= right<span class="Delimiter">;</span> ++column<span class="Delimiter">)</span> -<span id="L458" class="LineNr">458 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_print<span class="Delimiter">(</span><span class="Constant">' '</span><span class="Delimiter">,</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> +<span id="L456" class="LineNr">456 </span> tb_set_cursor<span class="Delimiter">(</span>column<span class="Delimiter">,</span> row<span class="Delimiter">);</span> +<span id="L457" class="LineNr">457 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">nada</span><span class="Comment">*/</span><span class="Delimiter">;</span> column <= right<span class="Delimiter">;</span> ++column<span class="Delimiter">)</span> +<span id="L458" class="LineNr">458 </span> tb_print<span class="Delimiter">(</span><span class="Constant">' '</span><span class="Delimiter">,</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> <span id="L459" class="LineNr">459 </span> <span class="Delimiter">}</span> <span id="L460" class="LineNr">460 </span> tb_set_cursor<span class="Delimiter">(</span>Display_column<span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> <span id="L461" class="LineNr">461 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> diff --git a/html/081print.mu.html b/html/081print.mu.html index b9751aa4..6bb0d459 100644 --- a/html/081print.mu.html +++ b/html/081print.mu.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Special { color: #c00000; } -.muData { color: #ffff00; } -.LineNr { color: #444444; } +.CommentedCode { color: #6c6c6c; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Delimiter { color: #800080; } .muControl { color: #c0a020; } +.LineNr { color: #444444; } +.Delimiter { color: #800080; } +.Constant { color: #00a0a0; } +.Special { color: #c00000; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Conceal { color: #4e4e4e; } -.CommentedCode { color: #6c6c6c; } -.muRecipe { color: #ff8700; } +.muData { color: #ffff00; } --> </style> @@ -76,57 +75,57 @@ if ('onhashchange' in window) { <span id="L13" class="LineNr"> 13 </span><span class="Comment"># position is (row+1, 0). If it isn't, the new cursor position is (row, 0).</span> <span id="L14" class="LineNr"> 14 </span><span class="Comment"># Because scrolling.</span> <span id="L15" class="LineNr"> 15 </span> -<span id="L16" class="LineNr"> 16 </span><span class="muData">container</span> <a href='081print.mu.html#L16'>screen</a> [ +<span id="L16" class="LineNr"> 16 </span><span class="muData">container</span> screen [ <span id="L17" class="LineNr"> 17 </span> num-rows:num <span id="L18" class="LineNr"> 18 </span> num-columns:num <span id="L19" class="LineNr"> 19 </span> cursor-row:num <span id="L20" class="LineNr"> 20 </span> cursor-column:num -<span id="L21" class="LineNr"> 21 </span> data:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Comment"># capacity num-rows*num-columns</span> +<span id="L21" class="LineNr"> 21 </span> data:&:@:screen-cell <span class="Comment"># capacity num-rows*num-columns</span> <span id="L22" class="LineNr"> 22 </span> pending-scroll?:bool <span id="L23" class="LineNr"> 23 </span> top-idx:num <span class="Comment"># index inside data that corresponds to top-left of screen</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="Comment"># modified on scroll, wrapping around to the top of data</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Comment"># modified on scroll, wrapping around to the top of data</span> <span id="L25" class="LineNr"> 25 </span>] <span id="L26" class="LineNr"> 26 </span> -<span id="L27" class="LineNr"> 27 </span><span class="muData">container</span> <a href='081print.mu.html#L27'>screen-cell</a> [ +<span id="L27" class="LineNr"> 27 </span><span class="muData">container</span> screen-cell [ <span id="L28" class="LineNr"> 28 </span> contents:char <span id="L29" class="LineNr"> 29 </span> color:num <span id="L30" class="LineNr"> 30 </span>] <span id="L31" class="LineNr"> 31 </span> -<span id="L32" class="LineNr"> 32 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L32'>new-fake-screen</a> w:num, h:num<span class="muRecipe"> -> </span>result:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L32" class="LineNr"> 32 </span><span class="muRecipe">def</span> new-fake-screen w:num, h:num<span class="muRecipe"> -> </span>result:&:screen [ <span id="L33" class="LineNr"> 33 </span> <span class="Constant">local-scope</span> <span id="L34" class="LineNr"> 34 </span> <span class="Constant">load-inputs</span> -<span id="L35" class="LineNr"> 35 </span> result <span class="Special"><-</span> new <span class="Constant"><a href='081print.mu.html#L16'>screen</a>:type</span> +<span id="L35" class="LineNr"> 35 </span> result <span class="Special"><-</span> new <span class="Constant">screen:type</span> <span id="L36" class="LineNr"> 36 </span> non-zero-width?:bool <span class="Special"><-</span> greater-than w,<span class="Constant"> 0</span> <span id="L37" class="LineNr"> 37 </span> assert non-zero-width?, <span class="Constant">[screen can't have zero width]</span> <span id="L38" class="LineNr"> 38 </span> non-zero-height?:bool <span class="Special"><-</span> greater-than h,<span class="Constant"> 0</span> <span id="L39" class="LineNr"> 39 </span> assert non-zero-height?, <span class="Constant">[screen can't have zero height]</span> <span id="L40" class="LineNr"> 40 </span> bufsize:num <span class="Special"><-</span> multiply w, h -<span id="L41" class="LineNr"> 41 </span> data:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> new <span class="Constant"><a href='081print.mu.html#L27'>screen-cell</a>:type</span>, bufsize +<span id="L41" class="LineNr"> 41 </span> data:&:@:screen-cell <span class="Special"><-</span> new <span class="Constant">screen-cell:type</span>, bufsize <span id="L42" class="LineNr"> 42 </span> *result <span class="Special"><-</span> merge h/num-rows, w/num-columns, <span class="Constant">0/cursor-row</span>, <span class="Constant">0/cursor-column</span>, data, <span class="Constant">0/pending-scroll?</span>, <span class="Constant">0/top-idx</span> -<span id="L43" class="LineNr"> 43 </span> result <span class="Special"><-</span> <a href='081print.mu.html#L46'>clear-screen</a> result +<span id="L43" class="LineNr"> 43 </span> result <span class="Special"><-</span> clear-screen result <span id="L44" class="LineNr"> 44 </span>] <span id="L45" class="LineNr"> 45 </span> -<span id="L46" class="LineNr"> 46 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L46'>clear-screen</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L46" class="LineNr"> 46 </span><span class="muRecipe">def</span> clear-screen screen:&:screen<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L47" class="LineNr"> 47 </span> <span class="Constant">local-scope</span> <span id="L48" class="LineNr"> 48 </span> <span class="Constant">load-inputs</span> <span id="L49" class="LineNr"> 49 </span><span class="CommentedCode">#? stash [clear-screen]</span> <span id="L50" class="LineNr"> 50 </span> <span class="Delimiter">{</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> <a href='081print.mu.html#L16'>screen</a> -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span> <span class="Comment"># real screen</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> clear-display -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L51" class="LineNr"> 51 </span> <span class="muControl">break-if</span> screen +<span id="L52" class="LineNr"> 52 </span> <span class="Comment"># real screen</span> +<span id="L53" class="LineNr"> 53 </span> clear-display +<span id="L54" class="LineNr"> 54 </span> <span class="muControl"> return</span> <span id="L55" class="LineNr"> 55 </span> <span class="Delimiter">}</span> <span id="L56" class="LineNr"> 56 </span> <span class="Comment"># fake screen</span> -<span id="L57" class="LineNr"> 57 </span> buf:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *screen, <span class="Constant">data:offset</span> +<span id="L57" class="LineNr"> 57 </span> buf:&:@:screen-cell <span class="Special"><-</span> get *screen, <span class="Constant">data:offset</span> <span id="L58" class="LineNr"> 58 </span> max:num <span class="Special"><-</span> length *buf <span id="L59" class="LineNr"> 59 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L60" class="LineNr"> 60 </span> <span class="Delimiter">{</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, max -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> curr:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> merge <span class="Constant">0/empty</span>, <span class="Constant">7/white</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span> *buf <span class="Special"><-</span> put-index *buf, i, curr -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L61" class="LineNr"> 61 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, max +<span id="L62" class="LineNr"> 62 </span> <span class="muControl">break-if</span> done? +<span id="L63" class="LineNr"> 63 </span> curr:screen-cell <span class="Special"><-</span> merge <span class="Constant">0/empty</span>, <span class="Constant">7/white</span> +<span id="L64" class="LineNr"> 64 </span> *buf <span class="Special"><-</span> put-index *buf, i, curr +<span id="L65" class="LineNr"> 65 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L66" class="LineNr"> 66 </span> <span class="muControl"> loop</span> <span id="L67" class="LineNr"> 67 </span> <span class="Delimiter">}</span> <span id="L68" class="LineNr"> 68 </span> <span class="Comment"># reset cursor</span> <span id="L69" class="LineNr"> 69 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-row:offset</span>,<span class="Constant"> 0</span> @@ -134,139 +133,139 @@ if ('onhashchange' in window) { <span id="L71" class="LineNr"> 71 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">top-idx:offset</span>,<span class="Constant"> 0</span> <span id="L72" class="LineNr"> 72 </span>] <span id="L73" class="LineNr"> 73 </span> -<span id="L74" class="LineNr"> 74 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L74'>fake-screen-is-empty?</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span>result:bool [ +<span id="L74" class="LineNr"> 74 </span><span class="muRecipe">def</span> fake-screen-is-empty? screen:&:screen<span class="muRecipe"> -> </span>result:bool [ <span id="L75" class="LineNr"> 75 </span> <span class="Constant">local-scope</span> <span id="L76" class="LineNr"> 76 </span> <span class="Constant">load-inputs</span> <span id="L77" class="LineNr"> 77 </span><span class="CommentedCode">#? stash [fake-screen-is-empty?]</span> -<span id="L78" class="LineNr"> 78 </span> <span class="muControl">return-unless</span> <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">1/true</span> <span class="Comment"># do nothing for real screens</span> -<span id="L79" class="LineNr"> 79 </span> buf:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *screen, <span class="Constant">data:offset</span> +<span id="L78" class="LineNr"> 78 </span> <span class="muControl">return-unless</span> screen, <span class="Constant">1/true</span> <span class="Comment"># do nothing for real screens</span> +<span id="L79" class="LineNr"> 79 </span> buf:&:@:screen-cell <span class="Special"><-</span> get *screen, <span class="Constant">data:offset</span> <span id="L80" class="LineNr"> 80 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L81" class="LineNr"> 81 </span> len:num <span class="Special"><-</span> length *buf <span id="L82" class="LineNr"> 82 </span> <span class="Delimiter">{</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, len -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> curr:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> index *buf, i -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> curr-contents:char <span class="Special"><-</span> get curr, <span class="Constant">contents:offset</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> <span class="muControl">loop-unless</span> curr-contents -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <span class="Comment"># not 0</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/false</span> +<span id="L83" class="LineNr"> 83 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, len +<span id="L84" class="LineNr"> 84 </span> <span class="muControl">break-if</span> done? +<span id="L85" class="LineNr"> 85 </span> curr:screen-cell <span class="Special"><-</span> index *buf, i +<span id="L86" class="LineNr"> 86 </span> curr-contents:char <span class="Special"><-</span> get curr, <span class="Constant">contents:offset</span> +<span id="L87" class="LineNr"> 87 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L88" class="LineNr"> 88 </span> <span class="muControl">loop-unless</span> curr-contents +<span id="L89" class="LineNr"> 89 </span> <span class="Comment"># not 0</span> +<span id="L90" class="LineNr"> 90 </span> <span class="muControl"> return</span> <span class="Constant">0/false</span> <span id="L91" class="LineNr"> 91 </span> <span class="Delimiter">}</span> <span id="L92" class="LineNr"> 92 </span> <span class="muControl"> return</span> <span class="Constant">1/true</span> <span id="L93" class="LineNr"> 93 </span>] <span id="L94" class="LineNr"> 94 </span> -<span id="L95" class="LineNr"> 95 </span><span class="muRecipe">def</span> print <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a>, c:char<span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L95" class="LineNr"> 95 </span><span class="muRecipe">def</span> print screen:&:screen, c:char<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L96" class="LineNr"> 96 </span> <span class="Constant">local-scope</span> <span id="L97" class="LineNr"> 97 </span> <span class="Constant">load-inputs</span> <span id="L98" class="LineNr"> 98 </span> color:num, color-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L99" class="LineNr"> 99 </span> <span class="Delimiter">{</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <span class="Comment"># default color to white</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> color-found? -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span> color <span class="Special"><-</span> copy <span class="Constant">7/white</span> +<span id="L100" class="LineNr">100 </span> <span class="Comment"># default color to white</span> +<span id="L101" class="LineNr">101 </span> <span class="muControl">break-if</span> color-found? +<span id="L102" class="LineNr">102 </span> color <span class="Special"><-</span> copy <span class="Constant">7/white</span> <span id="L103" class="LineNr">103 </span> <span class="Delimiter">}</span> <span id="L104" class="LineNr">104 </span> bg-color:num, bg-color-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L105" class="LineNr">105 </span> <span class="Delimiter">{</span> -<span id="L106" class="LineNr">106 </span> <span class="Conceal">¦</span> <span class="Comment"># default bg-color to black</span> -<span id="L107" class="LineNr">107 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> bg-color-found? -<span id="L108" class="LineNr">108 </span> <span class="Conceal">¦</span> bg-color <span class="Special"><-</span> copy <span class="Constant">0/black</span> +<span id="L106" class="LineNr">106 </span> <span class="Comment"># default bg-color to black</span> +<span id="L107" class="LineNr">107 </span> <span class="muControl">break-if</span> bg-color-found? +<span id="L108" class="LineNr">108 </span> bg-color <span class="Special"><-</span> copy <span class="Constant">0/black</span> <span id="L109" class="LineNr">109 </span> <span class="Delimiter">}</span> <span id="L110" class="LineNr">110 </span> c2:num <span class="Special"><-</span> character-to-code c <span id="L111" class="LineNr">111 </span> trace<span class="Constant"> 90</span>, <span class="Constant">[print-character]</span>, c2 <span id="L112" class="LineNr">112 </span> <span class="Delimiter">{</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="Comment"># real screen</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> <a href='081print.mu.html#L16'>screen</a> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> print-character-to-display c, color, bg-color -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L113" class="LineNr">113 </span> <span class="Comment"># real screen</span> +<span id="L114" class="LineNr">114 </span> <span class="muControl">break-if</span> screen +<span id="L115" class="LineNr">115 </span> print-character-to-display c, color, bg-color +<span id="L116" class="LineNr">116 </span> <span class="muControl"> return</span> <span id="L117" class="LineNr">117 </span> <span class="Delimiter">}</span> <span id="L118" class="LineNr">118 </span> <span class="Comment"># fake screen</span> <span id="L119" class="LineNr">119 </span> <span class="Comment"># (handle special cases exactly like in the real screen)</span> <span id="L120" class="LineNr">120 </span> width:num <span class="Special"><-</span> get *screen, <span class="Constant">num-columns:offset</span> <span id="L121" class="LineNr">121 </span> height:num <span class="Special"><-</span> get *screen, <span class="Constant">num-rows:offset</span> -<span id="L122" class="LineNr">122 </span> <a href='075channel.mu.html#L399'>capacity</a>:num <span class="Special"><-</span> multiply width, height +<span id="L122" class="LineNr">122 </span> capacity:num <span class="Special"><-</span> multiply width, height <span id="L123" class="LineNr">123 </span> row:num <span class="Special"><-</span> get *screen, <span class="Constant">cursor-row:offset</span> <span id="L124" class="LineNr">124 </span> column:num <span class="Special"><-</span> get *screen, <span class="Constant">cursor-column:offset</span> -<span id="L125" class="LineNr">125 </span> buf:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *screen, <span class="Constant">data:offset</span> +<span id="L125" class="LineNr">125 </span> buf:&:@:screen-cell <span class="Special"><-</span> get *screen, <span class="Constant">data:offset</span> <span id="L126" class="LineNr">126 </span> <span class="Comment"># some potentially slow sanity checks for preconditions {</span> <span id="L127" class="LineNr">127 </span> <span class="Comment"># eliminate fractions from column and row</span> <span id="L128" class="LineNr">128 </span> row <span class="Special"><-</span> round row <span id="L129" class="LineNr">129 </span> column <span class="Special"><-</span> round column <span id="L130" class="LineNr">130 </span> <span class="Comment"># if cursor is past left margin (error), reset to left margin</span> <span id="L131" class="LineNr">131 </span> <span class="Delimiter">{</span> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> too-far-left?:bool <span class="Special"><-</span> lesser-than column,<span class="Constant"> 0</span> -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> too-far-left? -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> column <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-column:offset</span>, column +<span id="L132" class="LineNr">132 </span> too-far-left?:bool <span class="Special"><-</span> lesser-than column,<span class="Constant"> 0</span> +<span id="L133" class="LineNr">133 </span> <span class="muControl">break-unless</span> too-far-left? +<span id="L134" class="LineNr">134 </span> column <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L135" class="LineNr">135 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-column:offset</span>, column <span id="L136" class="LineNr">136 </span> <span class="Delimiter">}</span> <span id="L137" class="LineNr">137 </span> <span class="Comment"># if cursor is at or past right margin, wrap</span> <span id="L138" class="LineNr">138 </span> <span class="Delimiter">{</span> -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> at-right?:bool <span class="Special"><-</span> greater-or-equal column, width -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-right? -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span> column <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-column:offset</span>, column -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L144" class="LineNr">144 </span> <span class="Conceal">¦</span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-row:offset</span>, row +<span id="L139" class="LineNr">139 </span> at-right?:bool <span class="Special"><-</span> greater-or-equal column, width +<span id="L140" class="LineNr">140 </span> <span class="muControl">break-unless</span> at-right? +<span id="L141" class="LineNr">141 </span> column <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L142" class="LineNr">142 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-column:offset</span>, column +<span id="L143" class="LineNr">143 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L144" class="LineNr">144 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-row:offset</span>, row <span id="L145" class="LineNr">145 </span> <span class="Delimiter">}</span> <span id="L146" class="LineNr">146 </span> <span class="Comment"># }</span> <span id="L147" class="LineNr">147 </span> <span class="Comment"># if there's a pending scroll, perform it</span> <span id="L148" class="LineNr">148 </span> <span class="Delimiter">{</span> -<span id="L149" class="LineNr">149 </span> <span class="Conceal">¦</span> pending-scroll?:bool <span class="Special"><-</span> get *screen, <span class="Constant">pending-scroll?:offset</span> -<span id="L150" class="LineNr">150 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> pending-scroll? +<span id="L149" class="LineNr">149 </span> pending-scroll?:bool <span class="Special"><-</span> get *screen, <span class="Constant">pending-scroll?:offset</span> +<span id="L150" class="LineNr">150 </span> <span class="muControl">break-unless</span> pending-scroll? <span id="L151" class="LineNr">151 </span><span class="CommentedCode">#? stash [scroll]</span> -<span id="L152" class="LineNr">152 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L225'>scroll-fake-screen</a> <a href='081print.mu.html#L16'>screen</a> -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">pending-scroll?:offset</span>, <span class="Constant">0/false</span> +<span id="L152" class="LineNr">152 </span> scroll-fake-screen screen +<span id="L153" class="LineNr">153 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">pending-scroll?:offset</span>, <span class="Constant">0/false</span> <span id="L154" class="LineNr">154 </span> <span class="Delimiter">}</span> <span id="L155" class="LineNr">155 </span><span class="CommentedCode">#? $print [print-character (], row, [, ], column, [): ], c, 10/newline</span> <span id="L156" class="LineNr">156 </span> <span class="Comment"># special-case: newline</span> <span id="L157" class="LineNr">157 </span> <span class="Delimiter">{</span> -<span id="L158" class="LineNr">158 </span> <span class="Conceal">¦</span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L159" class="LineNr">159 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> newline? -<span id="L160" class="LineNr">160 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L206'>cursor-down-on-fake-screen</a> <a href='081print.mu.html#L16'>screen</a> <span class="Comment"># doesn't modify column</span> -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L158" class="LineNr">158 </span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L159" class="LineNr">159 </span> <span class="muControl">break-unless</span> newline? +<span id="L160" class="LineNr">160 </span> cursor-down-on-fake-screen screen <span class="Comment"># doesn't modify column</span> +<span id="L161" class="LineNr">161 </span> <span class="muControl"> return</span> <span id="L162" class="LineNr">162 </span> <span class="Delimiter">}</span> <span id="L163" class="LineNr">163 </span> <span class="Comment"># special-case: linefeed</span> <span id="L164" class="LineNr">164 </span> <span class="Delimiter">{</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> linefeed?:bool <span class="Special"><-</span> equal c, <span class="Constant">13/linefeed</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> linefeed? -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-column:offset</span>,<span class="Constant"> 0</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L165" class="LineNr">165 </span> linefeed?:bool <span class="Special"><-</span> equal c, <span class="Constant">13/linefeed</span> +<span id="L166" class="LineNr">166 </span> <span class="muControl">break-unless</span> linefeed? +<span id="L167" class="LineNr">167 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-column:offset</span>,<span class="Constant"> 0</span> +<span id="L168" class="LineNr">168 </span> <span class="muControl"> return</span> <span id="L169" class="LineNr">169 </span> <span class="Delimiter">}</span> <span id="L170" class="LineNr">170 </span> <span class="Comment"># special-case: backspace</span> <span id="L171" class="LineNr">171 </span> <span class="Comment"># moves cursor left but does not erase</span> <span id="L172" class="LineNr">172 </span> <span class="Delimiter">{</span> -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span> backspace?:bool <span class="Special"><-</span> equal c, <span class="Constant">8/backspace</span> -<span id="L174" class="LineNr">174 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> backspace? -<span id="L175" class="LineNr">175 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L176" class="LineNr">176 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> column -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special"><-</span> subtract column,<span class="Constant"> 1</span> -<span id="L178" class="LineNr">178 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-column:offset</span>, column -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L173" class="LineNr">173 </span> backspace?:bool <span class="Special"><-</span> equal c, <span class="Constant">8/backspace</span> +<span id="L174" class="LineNr">174 </span> <span class="muControl">break-unless</span> backspace? +<span id="L175" class="LineNr">175 </span> <span class="Delimiter">{</span> +<span id="L176" class="LineNr">176 </span> <span class="muControl">break-unless</span> column +<span id="L177" class="LineNr">177 </span> column <span class="Special"><-</span> subtract column,<span class="Constant"> 1</span> +<span id="L178" class="LineNr">178 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-column:offset</span>, column +<span id="L179" class="LineNr">179 </span> <span class="Delimiter">}</span> +<span id="L180" class="LineNr">180 </span> <span class="muControl"> return</span> <span id="L181" class="LineNr">181 </span> <span class="Delimiter">}</span> <span id="L182" class="LineNr">182 </span> <span class="Comment"># save character in fake screen</span> <span id="L183" class="LineNr">183 </span> top-idx:num <span class="Special"><-</span> get *screen, <span class="Constant">top-idx:offset</span> -<span id="L184" class="LineNr">184 </span> index:num <span class="Special"><-</span> <a href='081print.mu.html#L253'>data-index</a> row, column, width, height, top-idx -<span id="L185" class="LineNr">185 </span> cursor:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> merge c, color +<span id="L184" class="LineNr">184 </span> index:num <span class="Special"><-</span> data-index row, column, width, height, top-idx +<span id="L185" class="LineNr">185 </span> cursor:screen-cell <span class="Special"><-</span> merge c, color <span id="L186" class="LineNr">186 </span> *buf <span class="Special"><-</span> put-index *buf, index, cursor <span id="L187" class="LineNr">187 </span> <span class="Comment"># move cursor to next character, wrapping as necessary</span> <span id="L188" class="LineNr">188 </span> <span class="Comment"># however, don't scroll just yet</span> <span id="L189" class="LineNr">189 </span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> <span id="L190" class="LineNr">190 </span> <span class="Delimiter">{</span> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> past-right?:bool <span class="Special"><-</span> greater-or-equal column, width -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> past-right? -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> column <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> past-bottom?:bool <span class="Special"><-</span> greater-or-equal row, height -<span id="L196" class="LineNr">196 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> past-bottom? -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> <span class="Comment"># queue up a scroll</span> +<span id="L191" class="LineNr">191 </span> past-right?:bool <span class="Special"><-</span> greater-or-equal column, width +<span id="L192" class="LineNr">192 </span> <span class="muControl">break-unless</span> past-right? +<span id="L193" class="LineNr">193 </span> column <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L194" class="LineNr">194 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L195" class="LineNr">195 </span> past-bottom?:bool <span class="Special"><-</span> greater-or-equal row, height +<span id="L196" class="LineNr">196 </span> <span class="muControl">break-unless</span> past-bottom? +<span id="L197" class="LineNr">197 </span> <span class="Comment"># queue up a scroll</span> <span id="L198" class="LineNr">198 </span><span class="CommentedCode">#? stash [pending scroll]</span> -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">pending-scroll?:offset</span>, <span class="Constant">1/true</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> subtract row,<span class="Constant"> 1</span> <span class="Comment"># update cursor as if scroll already happened</span> +<span id="L199" class="LineNr">199 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">pending-scroll?:offset</span>, <span class="Constant">1/true</span> +<span id="L200" class="LineNr">200 </span> row <span class="Special"><-</span> subtract row,<span class="Constant"> 1</span> <span class="Comment"># update cursor as if scroll already happened</span> <span id="L201" class="LineNr">201 </span> <span class="Delimiter">}</span> <span id="L202" class="LineNr">202 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-row:offset</span>, row <span id="L203" class="LineNr">203 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-column:offset</span>, column <span id="L204" class="LineNr">204 </span>] <span id="L205" class="LineNr">205 </span> -<span id="L206" class="LineNr">206 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L206'>cursor-down-on-fake-screen</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L206" class="LineNr">206 </span><span class="muRecipe">def</span> cursor-down-on-fake-screen screen:&:screen<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L207" class="LineNr">207 </span> <span class="Constant">local-scope</span> <span id="L208" class="LineNr">208 </span> <span class="Constant">load-inputs</span> <span id="L209" class="LineNr">209 </span><span class="CommentedCode">#? stash [cursor-down]</span> @@ -275,236 +274,236 @@ if ('onhashchange' in window) { <span id="L212" class="LineNr">212 </span> bottom:num <span class="Special"><-</span> subtract height,<span class="Constant"> 1</span> <span id="L213" class="LineNr">213 </span> at-bottom?:bool <span class="Special"><-</span> greater-or-equal row, bottom <span id="L214" class="LineNr">214 </span> <span class="Delimiter">{</span> -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-bottom? -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L217" class="LineNr">217 </span> <span class="Conceal">¦</span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-row:offset</span>, row +<span id="L215" class="LineNr">215 </span> <span class="muControl">break-if</span> at-bottom? +<span id="L216" class="LineNr">216 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L217" class="LineNr">217 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-row:offset</span>, row <span id="L218" class="LineNr">218 </span> <span class="Delimiter">}</span> <span id="L219" class="LineNr">219 </span> <span class="Delimiter">{</span> -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-bottom? -<span id="L221" class="LineNr">221 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L225'>scroll-fake-screen</a> <a href='081print.mu.html#L16'>screen</a> <span class="Comment"># does not modify row</span> +<span id="L220" class="LineNr">220 </span> <span class="muControl">break-unless</span> at-bottom? +<span id="L221" class="LineNr">221 </span> scroll-fake-screen screen <span class="Comment"># does not modify row</span> <span id="L222" class="LineNr">222 </span> <span class="Delimiter">}</span> <span id="L223" class="LineNr">223 </span>] <span id="L224" class="LineNr">224 </span> -<span id="L225" class="LineNr">225 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L225'>scroll-fake-screen</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L225" class="LineNr">225 </span><span class="muRecipe">def</span> scroll-fake-screen screen:&:screen<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L226" class="LineNr">226 </span> <span class="Constant">local-scope</span> <span id="L227" class="LineNr">227 </span> <span class="Constant">load-inputs</span> <span id="L228" class="LineNr">228 </span><span class="CommentedCode">#? stash [scroll-fake-screen]</span> <span id="L229" class="LineNr">229 </span> width:num <span class="Special"><-</span> get *screen, <span class="Constant">num-columns:offset</span> <span id="L230" class="LineNr">230 </span> height:num <span class="Special"><-</span> get *screen, <span class="Constant">num-rows:offset</span> -<span id="L231" class="LineNr">231 </span> buf:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *screen, <span class="Constant">data:offset</span> +<span id="L231" class="LineNr">231 </span> buf:&:@:screen-cell <span class="Special"><-</span> get *screen, <span class="Constant">data:offset</span> <span id="L232" class="LineNr">232 </span> <span class="Comment"># clear top line and 'rotate' it to the bottom</span> <span id="L233" class="LineNr">233 </span> top-idx:num <span class="Special"><-</span> get *screen, <span class="Constant">top-idx:offset</span> <span class="Comment"># 0 <= top-idx < len(buf)</span> <span id="L234" class="LineNr">234 </span> next-top-idx:num <span class="Special"><-</span> add top-idx, width <span class="Comment"># 0 <= next-top-idx <= len(buf)</span> -<span id="L235" class="LineNr">235 </span> empty-cell:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> merge <span class="Constant">0/empty</span>, <span class="Constant">7/white</span> +<span id="L235" class="LineNr">235 </span> empty-cell:screen-cell <span class="Special"><-</span> merge <span class="Constant">0/empty</span>, <span class="Constant">7/white</span> <span id="L236" class="LineNr">236 </span> <span class="Delimiter">{</span> -<span id="L237" class="LineNr">237 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal top-idx, next-top-idx -<span id="L238" class="LineNr">238 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L239" class="LineNr">239 </span> <span class="Conceal">¦</span> put-index *buf, top-idx, empty-cell -<span id="L240" class="LineNr">240 </span> <span class="Conceal">¦</span> top-idx <span class="Special"><-</span> add top-idx,<span class="Constant"> 1</span> -<span id="L241" class="LineNr">241 </span> <span class="Conceal">¦</span> <span class="Comment"># no modulo; top-idx is always a multiple of width,</span> -<span id="L242" class="LineNr">242 </span> <span class="Conceal">¦</span> <span class="Comment"># so it can never wrap around inside this loop</span> -<span id="L243" class="LineNr">243 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L237" class="LineNr">237 </span> done?:bool <span class="Special"><-</span> greater-or-equal top-idx, next-top-idx +<span id="L238" class="LineNr">238 </span> <span class="muControl">break-if</span> done? +<span id="L239" class="LineNr">239 </span> put-index *buf, top-idx, empty-cell +<span id="L240" class="LineNr">240 </span> top-idx <span class="Special"><-</span> add top-idx,<span class="Constant"> 1</span> +<span id="L241" class="LineNr">241 </span> <span class="Comment"># no modulo; top-idx is always a multiple of width,</span> +<span id="L242" class="LineNr">242 </span> <span class="Comment"># so it can never wrap around inside this loop</span> +<span id="L243" class="LineNr">243 </span> <span class="muControl"> loop</span> <span id="L244" class="LineNr">244 </span> <span class="Delimiter">}</span> <span id="L245" class="LineNr">245 </span> <span class="Comment"># top-idx now same as next-top-idx; wrap around if necessary</span> -<span id="L246" class="LineNr">246 </span> <a href='075channel.mu.html#L399'>capacity</a>:num <span class="Special"><-</span> multiply width, height -<span id="L247" class="LineNr">247 </span> _, top-idx <span class="Special"><-</span> divide-with-remainder, top-idx, <a href='075channel.mu.html#L399'>capacity</a> +<span id="L246" class="LineNr">246 </span> capacity:num <span class="Special"><-</span> multiply width, height +<span id="L247" class="LineNr">247 </span> _, top-idx <span class="Special"><-</span> divide-with-remainder, top-idx, capacity <span id="L248" class="LineNr">248 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">top-idx:offset</span>, top-idx <span id="L249" class="LineNr">249 </span>] <span id="L250" class="LineNr">250 </span> <span id="L251" class="LineNr">251 </span><span class="Comment"># translate from screen (row, column) coordinates to an index into data</span> <span id="L252" class="LineNr">252 </span><span class="Comment"># while accounting for scrolling (sliding top-idx)</span> -<span id="L253" class="LineNr">253 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L253'>data-index</a> row:num, column:num, width:num, height:num, top-idx:num<span class="muRecipe"> -> </span>result:num [ +<span id="L253" class="LineNr">253 </span><span class="muRecipe">def</span> data-index row:num, column:num, width:num, height:num, top-idx:num<span class="muRecipe"> -> </span>result:num [ <span id="L254" class="LineNr">254 </span> <span class="Constant">local-scope</span> <span id="L255" class="LineNr">255 </span> <span class="Constant">load-inputs</span> <span id="L256" class="LineNr">256 </span> <span class="Delimiter">{</span> -<span id="L257" class="LineNr">257 </span> <span class="Conceal">¦</span> overflow?:bool <span class="Special"><-</span> greater-or-equal row, height -<span id="L258" class="LineNr">258 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> overflow? -<span id="L259" class="LineNr">259 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> subtract height,<span class="Constant"> 1</span> +<span id="L257" class="LineNr">257 </span> overflow?:bool <span class="Special"><-</span> greater-or-equal row, height +<span id="L258" class="LineNr">258 </span> <span class="muControl">break-unless</span> overflow? +<span id="L259" class="LineNr">259 </span> row <span class="Special"><-</span> subtract height,<span class="Constant"> 1</span> <span id="L260" class="LineNr">260 </span> <span class="Delimiter">}</span> <span id="L261" class="LineNr">261 </span> result <span class="Special"><-</span> multiply width, row <span id="L262" class="LineNr">262 </span> result <span class="Special"><-</span> add result, column, top-idx -<span id="L263" class="LineNr">263 </span> <a href='075channel.mu.html#L399'>capacity</a>:num <span class="Special"><-</span> multiply width, height -<span id="L264" class="LineNr">264 </span> _, result <span class="Special"><-</span> divide-with-remainder result, <a href='075channel.mu.html#L399'>capacity</a> +<span id="L263" class="LineNr">263 </span> capacity:num <span class="Special"><-</span> multiply width, height +<span id="L264" class="LineNr">264 </span> _, result <span class="Special"><-</span> divide-with-remainder result, capacity <span id="L265" class="LineNr">265 </span>] <span id="L266" class="LineNr">266 </span> <span id="L267" class="LineNr">267 </span><span class="muScenario">scenario</span> print-character-at-top-left [ <span id="L268" class="LineNr">268 </span> <span class="Constant">local-scope</span> -<span id="L269" class="LineNr">269 </span> fake-screen:&:<a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L32'>new-fake-screen</a> <span class="Constant">3/width</span>, <span class="Constant">2/height</span> +<span id="L269" class="LineNr">269 </span> fake-screen:&:screen <span class="Special"><-</span> new-fake-screen <span class="Constant">3/width</span>, <span class="Constant">2/height</span> <span id="L270" class="LineNr">270 </span> run [ -<span id="L271" class="LineNr">271 </span> <span class="Conceal">¦</span> a:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> -<span id="L272" class="LineNr">272 </span> <span class="Conceal">¦</span> fake-screen <span class="Special"><-</span> print fake-screen, a:char -<span id="L273" class="LineNr">273 </span> <span class="Conceal">¦</span> cell:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> -<span id="L274" class="LineNr">274 </span> <span class="Conceal">¦</span> 1:@:<a href='081print.mu.html#L27'>screen-cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell +<span id="L271" class="LineNr">271 </span> a:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> +<span id="L272" class="LineNr">272 </span> fake-screen <span class="Special"><-</span> print fake-screen, a:char +<span id="L273" class="LineNr">273 </span> cell:&:@:screen-cell <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> +<span id="L274" class="LineNr">274 </span> 1:@:screen-cell/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell <span id="L275" class="LineNr">275 </span> ] <span id="L276" class="LineNr">276 </span> memory-should-contain [ -<span id="L277" class="LineNr">277 </span> <span class="Conceal">¦</span><span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> -<span id="L278" class="LineNr">278 </span> <span class="Conceal">¦</span><span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> -<span id="L279" class="LineNr">279 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L280" class="LineNr">280 </span> <span class="Conceal">¦</span> <span class="Comment"># rest of screen is empty</span> -<span id="L281" class="LineNr">281 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L277" class="LineNr">277 </span> <span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> +<span id="L278" class="LineNr">278 </span> <span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> +<span id="L279" class="LineNr">279 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L280" class="LineNr">280 </span> <span class="Comment"># rest of screen is empty</span> +<span id="L281" class="LineNr">281 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L282" class="LineNr">282 </span> ] <span id="L283" class="LineNr">283 </span>] <span id="L284" class="LineNr">284 </span> <span id="L285" class="LineNr">285 </span><span class="muScenario">scenario</span> print-character-at-fractional-coordinate [ <span id="L286" class="LineNr">286 </span> <span class="Constant">local-scope</span> -<span id="L287" class="LineNr">287 </span> fake-screen:&:<a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L32'>new-fake-screen</a> <span class="Constant">3/width</span>, <span class="Constant">2/height</span> +<span id="L287" class="LineNr">287 </span> fake-screen:&:screen <span class="Special"><-</span> new-fake-screen <span class="Constant">3/width</span>, <span class="Constant">2/height</span> <span id="L288" class="LineNr">288 </span> a:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> <span id="L289" class="LineNr">289 </span> run [ -<span id="L290" class="LineNr">290 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L591'>move-cursor</a> fake-screen, 0.5,<span class="Constant"> 0</span> -<span id="L291" class="LineNr">291 </span> <span class="Conceal">¦</span> fake-screen <span class="Special"><-</span> print fake-screen, a:char -<span id="L292" class="LineNr">292 </span> <span class="Conceal">¦</span> cell:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> -<span id="L293" class="LineNr">293 </span> <span class="Conceal">¦</span> 1:@:<a href='081print.mu.html#L27'>screen-cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell +<span id="L290" class="LineNr">290 </span> move-cursor fake-screen, 0.5,<span class="Constant"> 0</span> +<span id="L291" class="LineNr">291 </span> fake-screen <span class="Special"><-</span> print fake-screen, a:char +<span id="L292" class="LineNr">292 </span> cell:&:@:screen-cell <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> +<span id="L293" class="LineNr">293 </span> 1:@:screen-cell/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell <span id="L294" class="LineNr">294 </span> ] <span id="L295" class="LineNr">295 </span> memory-should-contain [ -<span id="L296" class="LineNr">296 </span> <span class="Conceal">¦</span><span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> -<span id="L297" class="LineNr">297 </span> <span class="Conceal">¦</span><span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> -<span id="L298" class="LineNr">298 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L299" class="LineNr">299 </span> <span class="Conceal">¦</span> <span class="Comment"># rest of screen is empty</span> -<span id="L300" class="LineNr">300 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L296" class="LineNr">296 </span> <span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> +<span id="L297" class="LineNr">297 </span> <span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> +<span id="L298" class="LineNr">298 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L299" class="LineNr">299 </span> <span class="Comment"># rest of screen is empty</span> +<span id="L300" class="LineNr">300 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L301" class="LineNr">301 </span> ] <span id="L302" class="LineNr">302 </span>] <span id="L303" class="LineNr">303 </span> <span id="L304" class="LineNr">304 </span><span class="muScenario">scenario</span> print-character-in-color [ <span id="L305" class="LineNr">305 </span> <span class="Constant">local-scope</span> -<span id="L306" class="LineNr">306 </span> fake-screen:&:<a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L32'>new-fake-screen</a> <span class="Constant">3/width</span>, <span class="Constant">2/height</span> +<span id="L306" class="LineNr">306 </span> fake-screen:&:screen <span class="Special"><-</span> new-fake-screen <span class="Constant">3/width</span>, <span class="Constant">2/height</span> <span id="L307" class="LineNr">307 </span> run [ -<span id="L308" class="LineNr">308 </span> <span class="Conceal">¦</span> a:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> -<span id="L309" class="LineNr">309 </span> <span class="Conceal">¦</span> fake-screen <span class="Special"><-</span> print fake-screen, a:char, <span class="Constant">1/red</span> -<span id="L310" class="LineNr">310 </span> <span class="Conceal">¦</span> cell:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> -<span id="L311" class="LineNr">311 </span> <span class="Conceal">¦</span> 1:@:<a href='081print.mu.html#L27'>screen-cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell +<span id="L308" class="LineNr">308 </span> a:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> +<span id="L309" class="LineNr">309 </span> fake-screen <span class="Special"><-</span> print fake-screen, a:char, <span class="Constant">1/red</span> +<span id="L310" class="LineNr">310 </span> cell:&:@:screen-cell <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> +<span id="L311" class="LineNr">311 </span> 1:@:screen-cell/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell <span id="L312" class="LineNr">312 </span> ] <span id="L313" class="LineNr">313 </span> memory-should-contain [ -<span id="L314" class="LineNr">314 </span> <span class="Conceal">¦</span><span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> -<span id="L315" class="LineNr">315 </span> <span class="Conceal">¦</span><span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> -<span id="L316" class="LineNr">316 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># red</span> -<span id="L317" class="LineNr">317 </span> <span class="Conceal">¦</span> <span class="Comment"># rest of screen is empty</span> -<span id="L318" class="LineNr">318 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L314" class="LineNr">314 </span> <span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> +<span id="L315" class="LineNr">315 </span> <span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> +<span id="L316" class="LineNr">316 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># red</span> +<span id="L317" class="LineNr">317 </span> <span class="Comment"># rest of screen is empty</span> +<span id="L318" class="LineNr">318 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L319" class="LineNr">319 </span> ] <span id="L320" class="LineNr">320 </span>] <span id="L321" class="LineNr">321 </span> <span id="L322" class="LineNr">322 </span><span class="muScenario">scenario</span> print-backspace-character [ <span id="L323" class="LineNr">323 </span> <span class="Constant">local-scope</span> -<span id="L324" class="LineNr">324 </span> fake-screen:&:<a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L32'>new-fake-screen</a> <span class="Constant">3/width</span>, <span class="Constant">2/height</span> +<span id="L324" class="LineNr">324 </span> fake-screen:&:screen <span class="Special"><-</span> new-fake-screen <span class="Constant">3/width</span>, <span class="Constant">2/height</span> <span id="L325" class="LineNr">325 </span> a:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> <span id="L326" class="LineNr">326 </span> fake-screen <span class="Special"><-</span> print fake-screen, a <span id="L327" class="LineNr">327 </span> run [ -<span id="L328" class="LineNr">328 </span> <span class="Conceal">¦</span> backspace:char <span class="Special"><-</span> copy <span class="Constant">8/backspace</span> -<span id="L329" class="LineNr">329 </span> <span class="Conceal">¦</span> fake-screen <span class="Special"><-</span> print fake-screen, backspace -<span id="L330" class="LineNr">330 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-column:offset</span> -<span id="L331" class="LineNr">331 </span> <span class="Conceal">¦</span> cell:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> -<span id="L332" class="LineNr">332 </span> <span class="Conceal">¦</span> 11:@:<a href='081print.mu.html#L27'>screen-cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell +<span id="L328" class="LineNr">328 </span> backspace:char <span class="Special"><-</span> copy <span class="Constant">8/backspace</span> +<span id="L329" class="LineNr">329 </span> fake-screen <span class="Special"><-</span> print fake-screen, backspace +<span id="L330" class="LineNr">330 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-column:offset</span> +<span id="L331" class="LineNr">331 </span> cell:&:@:screen-cell <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> +<span id="L332" class="LineNr">332 </span> 11:@:screen-cell/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell <span id="L333" class="LineNr">333 </span> ] <span id="L334" class="LineNr">334 </span> memory-should-contain [ -<span id="L335" class="LineNr">335 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor column</span> -<span id="L336" class="LineNr">336 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> -<span id="L337" class="LineNr">337 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># still 'a'</span> -<span id="L338" class="LineNr">338 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L339" class="LineNr">339 </span> <span class="Conceal">¦</span> <span class="Comment"># rest of screen is empty</span> -<span id="L340" class="LineNr">340 </span> <span class="Conceal">¦</span><span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L335" class="LineNr">335 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor column</span> +<span id="L336" class="LineNr">336 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> +<span id="L337" class="LineNr">337 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># still 'a'</span> +<span id="L338" class="LineNr">338 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L339" class="LineNr">339 </span> <span class="Comment"># rest of screen is empty</span> +<span id="L340" class="LineNr">340 </span> <span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L341" class="LineNr">341 </span> ] <span id="L342" class="LineNr">342 </span>] <span id="L343" class="LineNr">343 </span> <span id="L344" class="LineNr">344 </span><span class="muScenario">scenario</span> print-extra-backspace-character [ <span id="L345" class="LineNr">345 </span> <span class="Constant">local-scope</span> -<span id="L346" class="LineNr">346 </span> fake-screen:&:<a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L32'>new-fake-screen</a> <span class="Constant">3/width</span>, <span class="Constant">2/height</span> +<span id="L346" class="LineNr">346 </span> fake-screen:&:screen <span class="Special"><-</span> new-fake-screen <span class="Constant">3/width</span>, <span class="Constant">2/height</span> <span id="L347" class="LineNr">347 </span> a:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> <span id="L348" class="LineNr">348 </span> fake-screen <span class="Special"><-</span> print fake-screen, a <span id="L349" class="LineNr">349 </span> run [ -<span id="L350" class="LineNr">350 </span> <span class="Conceal">¦</span> backspace:char <span class="Special"><-</span> copy <span class="Constant">8/backspace</span> -<span id="L351" class="LineNr">351 </span> <span class="Conceal">¦</span> fake-screen <span class="Special"><-</span> print fake-screen, backspace -<span id="L352" class="LineNr">352 </span> <span class="Conceal">¦</span> fake-screen <span class="Special"><-</span> print fake-screen, backspace <span class="Comment"># cursor already at left margin</span> -<span id="L353" class="LineNr">353 </span> <span class="Conceal">¦</span> 1:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-column:offset</span> -<span id="L354" class="LineNr">354 </span> <span class="Conceal">¦</span> cell:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> -<span id="L355" class="LineNr">355 </span> <span class="Conceal">¦</span> 3:@:<a href='081print.mu.html#L27'>screen-cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell +<span id="L350" class="LineNr">350 </span> backspace:char <span class="Special"><-</span> copy <span class="Constant">8/backspace</span> +<span id="L351" class="LineNr">351 </span> fake-screen <span class="Special"><-</span> print fake-screen, backspace +<span id="L352" class="LineNr">352 </span> fake-screen <span class="Special"><-</span> print fake-screen, backspace <span class="Comment"># cursor already at left margin</span> +<span id="L353" class="LineNr">353 </span> 1:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-column:offset</span> +<span id="L354" class="LineNr">354 </span> cell:&:@:screen-cell <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> +<span id="L355" class="LineNr">355 </span> 3:@:screen-cell/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell <span id="L356" class="LineNr">356 </span> ] <span id="L357" class="LineNr">357 </span> memory-should-contain [ -<span id="L358" class="LineNr">358 </span> <span class="Conceal">¦</span><span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor column</span> -<span id="L359" class="LineNr">359 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> -<span id="L360" class="LineNr">360 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># still 'a'</span> -<span id="L361" class="LineNr">361 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L362" class="LineNr">362 </span> <span class="Conceal">¦</span> <span class="Comment"># rest of screen is empty</span> -<span id="L363" class="LineNr">363 </span> <span class="Conceal">¦</span><span class="Constant"> 6</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L358" class="LineNr">358 </span> <span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor column</span> +<span id="L359" class="LineNr">359 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> +<span id="L360" class="LineNr">360 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># still 'a'</span> +<span id="L361" class="LineNr">361 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L362" class="LineNr">362 </span> <span class="Comment"># rest of screen is empty</span> +<span id="L363" class="LineNr">363 </span> <span class="Constant"> 6</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L364" class="LineNr">364 </span> ] <span id="L365" class="LineNr">365 </span>] <span id="L366" class="LineNr">366 </span> <span id="L367" class="LineNr">367 </span><span class="muScenario">scenario</span> print-character-at-right-margin [ <span id="L368" class="LineNr">368 </span> <span class="Comment"># fill top row of screen with text</span> <span id="L369" class="LineNr">369 </span> <span class="Constant">local-scope</span> -<span id="L370" class="LineNr">370 </span> fake-screen:&:<a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L32'>new-fake-screen</a> <span class="Constant">2/width</span>, <span class="Constant">2/height</span> +<span id="L370" class="LineNr">370 </span> fake-screen:&:screen <span class="Special"><-</span> new-fake-screen <span class="Constant">2/width</span>, <span class="Constant">2/height</span> <span id="L371" class="LineNr">371 </span> a:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> <span id="L372" class="LineNr">372 </span> fake-screen <span class="Special"><-</span> print fake-screen, a <span id="L373" class="LineNr">373 </span> b:char <span class="Special"><-</span> copy <span class="Constant">98/b</span> <span id="L374" class="LineNr">374 </span> fake-screen <span class="Special"><-</span> print fake-screen, b <span id="L375" class="LineNr">375 </span> run [ -<span id="L376" class="LineNr">376 </span> <span class="Conceal">¦</span> <span class="Comment"># cursor now at next row</span> -<span id="L377" class="LineNr">377 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> copy <span class="Constant">99/c</span> -<span id="L378" class="LineNr">378 </span> <span class="Conceal">¦</span> fake-screen <span class="Special"><-</span> print fake-screen, c -<span id="L379" class="LineNr">379 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-row:offset</span> -<span id="L380" class="LineNr">380 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-column:offset</span> -<span id="L381" class="LineNr">381 </span> <span class="Conceal">¦</span> cell:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> -<span id="L382" class="LineNr">382 </span> <span class="Conceal">¦</span> 12:@:<a href='081print.mu.html#L27'>screen-cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell +<span id="L376" class="LineNr">376 </span> <span class="Comment"># cursor now at next row</span> +<span id="L377" class="LineNr">377 </span> c:char <span class="Special"><-</span> copy <span class="Constant">99/c</span> +<span id="L378" class="LineNr">378 </span> fake-screen <span class="Special"><-</span> print fake-screen, c +<span id="L379" class="LineNr">379 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-row:offset</span> +<span id="L380" class="LineNr">380 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-column:offset</span> +<span id="L381" class="LineNr">381 </span> cell:&:@:screen-cell <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> +<span id="L382" class="LineNr">382 </span> 12:@:screen-cell/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell <span id="L383" class="LineNr">383 </span> ] <span id="L384" class="LineNr">384 </span> memory-should-contain [ -<span id="L385" class="LineNr">385 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> -<span id="L386" class="LineNr">386 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor column</span> -<span id="L387" class="LineNr">387 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># width*height</span> -<span id="L388" class="LineNr">388 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> -<span id="L389" class="LineNr">389 </span> <span class="Conceal">¦</span><span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L390" class="LineNr">390 </span> <span class="Conceal">¦</span><span class="Constant"> 15</span> <span class="Special"><-</span><span class="Constant"> 98</span> <span class="Comment"># 'b'</span> -<span id="L391" class="LineNr">391 </span> <span class="Conceal">¦</span><span class="Constant"> 16</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L392" class="LineNr">392 </span> <span class="Conceal">¦</span><span class="Constant"> 17</span> <span class="Special"><-</span><span class="Constant"> 99</span> <span class="Comment"># 'c'</span> -<span id="L393" class="LineNr">393 </span> <span class="Conceal">¦</span><span class="Constant"> 18</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L394" class="LineNr">394 </span> <span class="Conceal">¦</span><span class="Constant"> 19</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># ' '</span> -<span id="L395" class="LineNr">395 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L385" class="LineNr">385 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> +<span id="L386" class="LineNr">386 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor column</span> +<span id="L387" class="LineNr">387 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># width*height</span> +<span id="L388" class="LineNr">388 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> +<span id="L389" class="LineNr">389 </span> <span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L390" class="LineNr">390 </span> <span class="Constant"> 15</span> <span class="Special"><-</span><span class="Constant"> 98</span> <span class="Comment"># 'b'</span> +<span id="L391" class="LineNr">391 </span> <span class="Constant"> 16</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L392" class="LineNr">392 </span> <span class="Constant"> 17</span> <span class="Special"><-</span><span class="Constant"> 99</span> <span class="Comment"># 'c'</span> +<span id="L393" class="LineNr">393 </span> <span class="Constant"> 18</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L394" class="LineNr">394 </span> <span class="Constant"> 19</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># ' '</span> +<span id="L395" class="LineNr">395 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> <span id="L396" class="LineNr">396 </span> ] <span id="L397" class="LineNr">397 </span>] <span id="L398" class="LineNr">398 </span> <span id="L399" class="LineNr">399 </span><span class="muScenario">scenario</span> print-newline-character [ <span id="L400" class="LineNr">400 </span> <span class="Constant">local-scope</span> -<span id="L401" class="LineNr">401 </span> fake-screen:&:<a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L32'>new-fake-screen</a> <span class="Constant">3/width</span>, <span class="Constant">2/height</span> +<span id="L401" class="LineNr">401 </span> fake-screen:&:screen <span class="Special"><-</span> new-fake-screen <span class="Constant">3/width</span>, <span class="Constant">2/height</span> <span id="L402" class="LineNr">402 </span> a:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> <span id="L403" class="LineNr">403 </span> fake-screen <span class="Special"><-</span> print fake-screen, a <span id="L404" class="LineNr">404 </span> run [ -<span id="L405" class="LineNr">405 </span> <span class="Conceal">¦</span> newline:char <span class="Special"><-</span> copy <span class="Constant">10/newline</span> -<span id="L406" class="LineNr">406 </span> <span class="Conceal">¦</span> fake-screen <span class="Special"><-</span> print fake-screen, newline -<span id="L407" class="LineNr">407 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-row:offset</span> -<span id="L408" class="LineNr">408 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-column:offset</span> -<span id="L409" class="LineNr">409 </span> <span class="Conceal">¦</span> cell:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> -<span id="L410" class="LineNr">410 </span> <span class="Conceal">¦</span> 12:@:<a href='081print.mu.html#L27'>screen-cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell +<span id="L405" class="LineNr">405 </span> newline:char <span class="Special"><-</span> copy <span class="Constant">10/newline</span> +<span id="L406" class="LineNr">406 </span> fake-screen <span class="Special"><-</span> print fake-screen, newline +<span id="L407" class="LineNr">407 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-row:offset</span> +<span id="L408" class="LineNr">408 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-column:offset</span> +<span id="L409" class="LineNr">409 </span> cell:&:@:screen-cell <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> +<span id="L410" class="LineNr">410 </span> 12:@:screen-cell/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell <span id="L411" class="LineNr">411 </span> ] <span id="L412" class="LineNr">412 </span> memory-should-contain [ -<span id="L413" class="LineNr">413 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> -<span id="L414" class="LineNr">414 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor column</span> -<span id="L415" class="LineNr">415 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> -<span id="L416" class="LineNr">416 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> -<span id="L417" class="LineNr">417 </span> <span class="Conceal">¦</span><span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L418" class="LineNr">418 </span> <span class="Conceal">¦</span> <span class="Comment"># rest of screen is empty</span> -<span id="L419" class="LineNr">419 </span> <span class="Conceal">¦</span><span class="Constant"> 15</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L413" class="LineNr">413 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> +<span id="L414" class="LineNr">414 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor column</span> +<span id="L415" class="LineNr">415 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> +<span id="L416" class="LineNr">416 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> +<span id="L417" class="LineNr">417 </span> <span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L418" class="LineNr">418 </span> <span class="Comment"># rest of screen is empty</span> +<span id="L419" class="LineNr">419 </span> <span class="Constant"> 15</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L420" class="LineNr">420 </span> ] <span id="L421" class="LineNr">421 </span>] <span id="L422" class="LineNr">422 </span> <span id="L423" class="LineNr">423 </span><span class="muScenario">scenario</span> print-newline-at-bottom-line [ <span id="L424" class="LineNr">424 </span> <span class="Constant">local-scope</span> -<span id="L425" class="LineNr">425 </span> fake-screen:&:<a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L32'>new-fake-screen</a> <span class="Constant">3/width</span>, <span class="Constant">2/height</span> +<span id="L425" class="LineNr">425 </span> fake-screen:&:screen <span class="Special"><-</span> new-fake-screen <span class="Constant">3/width</span>, <span class="Constant">2/height</span> <span id="L426" class="LineNr">426 </span> newline:char <span class="Special"><-</span> copy <span class="Constant">10/newline</span> <span id="L427" class="LineNr">427 </span> fake-screen <span class="Special"><-</span> print fake-screen, newline <span id="L428" class="LineNr">428 </span> fake-screen <span class="Special"><-</span> print fake-screen, newline <span id="L429" class="LineNr">429 </span> run [ -<span id="L430" class="LineNr">430 </span> <span class="Conceal">¦</span> <span class="Comment"># cursor now at bottom of screen</span> -<span id="L431" class="LineNr">431 </span> <span class="Conceal">¦</span> fake-screen <span class="Special"><-</span> print fake-screen, newline -<span id="L432" class="LineNr">432 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-row:offset</span> -<span id="L433" class="LineNr">433 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-column:offset</span> +<span id="L430" class="LineNr">430 </span> <span class="Comment"># cursor now at bottom of screen</span> +<span id="L431" class="LineNr">431 </span> fake-screen <span class="Special"><-</span> print fake-screen, newline +<span id="L432" class="LineNr">432 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-row:offset</span> +<span id="L433" class="LineNr">433 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-column:offset</span> <span id="L434" class="LineNr">434 </span> ] <span id="L435" class="LineNr">435 </span> <span class="Comment"># doesn't move further down</span> <span id="L436" class="LineNr">436 </span> memory-should-contain [ -<span id="L437" class="LineNr">437 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> -<span id="L438" class="LineNr">438 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor column</span> +<span id="L437" class="LineNr">437 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> +<span id="L438" class="LineNr">438 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor column</span> <span id="L439" class="LineNr">439 </span> ] <span id="L440" class="LineNr">440 </span>] <span id="L441" class="LineNr">441 </span> <span id="L442" class="LineNr">442 </span><span class="muScenario">scenario</span> print-character-at-bottom-right [ <span id="L443" class="LineNr">443 </span> <span class="Constant">local-scope</span> -<span id="L444" class="LineNr">444 </span> fake-screen:&:<a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L32'>new-fake-screen</a> <span class="Constant">2/width</span>, <span class="Constant">2/height</span> +<span id="L444" class="LineNr">444 </span> fake-screen:&:screen <span class="Special"><-</span> new-fake-screen <span class="Constant">2/width</span>, <span class="Constant">2/height</span> <span id="L445" class="LineNr">445 </span> a:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> <span id="L446" class="LineNr">446 </span> fake-screen <span class="Special"><-</span> print fake-screen, a <span id="L447" class="LineNr">447 </span> b:char <span class="Special"><-</span> copy <span class="Constant">98/b</span> @@ -512,88 +511,88 @@ if ('onhashchange' in window) { <span id="L449" class="LineNr">449 </span> c:char <span class="Special"><-</span> copy <span class="Constant">99/c</span> <span id="L450" class="LineNr">450 </span> fake-screen <span class="Special"><-</span> print fake-screen, c <span id="L451" class="LineNr">451 </span> run [ -<span id="L452" class="LineNr">452 </span> <span class="Conceal">¦</span> <span class="Comment"># cursor now at bottom right</span> -<span id="L453" class="LineNr">453 </span> <span class="Conceal">¦</span> d:char <span class="Special"><-</span> copy <span class="Constant">100/d</span> -<span id="L454" class="LineNr">454 </span> <span class="Conceal">¦</span> fake-screen <span class="Special"><-</span> print fake-screen, d -<span id="L455" class="LineNr">455 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-row:offset</span> -<span id="L456" class="LineNr">456 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-column:offset</span> -<span id="L457" class="LineNr">457 </span> <span class="Conceal">¦</span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">top-idx:offset</span> -<span id="L458" class="LineNr">458 </span> <span class="Conceal">¦</span> 13:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">pending-scroll?:offset</span> -<span id="L459" class="LineNr">459 </span> <span class="Conceal">¦</span> cell:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> -<span id="L460" class="LineNr">460 </span> <span class="Conceal">¦</span> 20:@:<a href='081print.mu.html#L27'>screen-cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell +<span id="L452" class="LineNr">452 </span> <span class="Comment"># cursor now at bottom right</span> +<span id="L453" class="LineNr">453 </span> d:char <span class="Special"><-</span> copy <span class="Constant">100/d</span> +<span id="L454" class="LineNr">454 </span> fake-screen <span class="Special"><-</span> print fake-screen, d +<span id="L455" class="LineNr">455 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-row:offset</span> +<span id="L456" class="LineNr">456 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-column:offset</span> +<span id="L457" class="LineNr">457 </span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">top-idx:offset</span> +<span id="L458" class="LineNr">458 </span> 13:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">pending-scroll?:offset</span> +<span id="L459" class="LineNr">459 </span> cell:&:@:screen-cell <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> +<span id="L460" class="LineNr">460 </span> 20:@:screen-cell/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell <span id="L461" class="LineNr">461 </span> ] <span id="L462" class="LineNr">462 </span> <span class="Comment"># cursor column wraps but the screen doesn't scroll yet</span> <span id="L463" class="LineNr">463 </span> memory-should-contain [ -<span id="L464" class="LineNr">464 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> -<span id="L465" class="LineNr">465 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor column -- outside screen</span> -<span id="L466" class="LineNr">466 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># top-idx -- not yet scrolled</span> -<span id="L467" class="LineNr">467 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># pending-scroll?</span> -<span id="L468" class="LineNr">468 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># screen size (width*height)</span> -<span id="L469" class="LineNr">469 </span> <span class="Conceal">¦</span><span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> -<span id="L470" class="LineNr">470 </span> <span class="Conceal">¦</span><span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L471" class="LineNr">471 </span> <span class="Conceal">¦</span><span class="Constant"> 23</span> <span class="Special"><-</span><span class="Constant"> 98</span> <span class="Comment"># 'b'</span> -<span id="L472" class="LineNr">472 </span> <span class="Conceal">¦</span><span class="Constant"> 24</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L473" class="LineNr">473 </span> <span class="Conceal">¦</span><span class="Constant"> 25</span> <span class="Special"><-</span><span class="Constant"> 99</span> <span class="Comment"># 'c'</span> -<span id="L474" class="LineNr">474 </span> <span class="Conceal">¦</span><span class="Constant"> 26</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L475" class="LineNr">475 </span> <span class="Conceal">¦</span><span class="Constant"> 27</span> <span class="Special"><-</span><span class="Constant"> 100</span> <span class="Comment"># 'd'</span> -<span id="L476" class="LineNr">476 </span> <span class="Conceal">¦</span><span class="Constant"> 28</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L464" class="LineNr">464 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> +<span id="L465" class="LineNr">465 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor column -- outside screen</span> +<span id="L466" class="LineNr">466 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># top-idx -- not yet scrolled</span> +<span id="L467" class="LineNr">467 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># pending-scroll?</span> +<span id="L468" class="LineNr">468 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># screen size (width*height)</span> +<span id="L469" class="LineNr">469 </span> <span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> +<span id="L470" class="LineNr">470 </span> <span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L471" class="LineNr">471 </span> <span class="Constant"> 23</span> <span class="Special"><-</span><span class="Constant"> 98</span> <span class="Comment"># 'b'</span> +<span id="L472" class="LineNr">472 </span> <span class="Constant"> 24</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L473" class="LineNr">473 </span> <span class="Constant"> 25</span> <span class="Special"><-</span><span class="Constant"> 99</span> <span class="Comment"># 'c'</span> +<span id="L474" class="LineNr">474 </span> <span class="Constant"> 26</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L475" class="LineNr">475 </span> <span class="Constant"> 27</span> <span class="Special"><-</span><span class="Constant"> 100</span> <span class="Comment"># 'd'</span> +<span id="L476" class="LineNr">476 </span> <span class="Constant"> 28</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> <span id="L477" class="LineNr">477 </span> ] <span id="L478" class="LineNr">478 </span> run [ -<span id="L479" class="LineNr">479 </span> <span class="Conceal">¦</span> e:char <span class="Special"><-</span> copy <span class="Constant">101/e</span> -<span id="L480" class="LineNr">480 </span> <span class="Conceal">¦</span> print fake-screen, e -<span id="L481" class="LineNr">481 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-row:offset</span> -<span id="L482" class="LineNr">482 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-column:offset</span> -<span id="L483" class="LineNr">483 </span> <span class="Conceal">¦</span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">top-idx:offset</span> -<span id="L484" class="LineNr">484 </span> <span class="Conceal">¦</span> cell:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> -<span id="L485" class="LineNr">485 </span> <span class="Conceal">¦</span> 20:@:<a href='081print.mu.html#L27'>screen-cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell +<span id="L479" class="LineNr">479 </span> e:char <span class="Special"><-</span> copy <span class="Constant">101/e</span> +<span id="L480" class="LineNr">480 </span> print fake-screen, e +<span id="L481" class="LineNr">481 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-row:offset</span> +<span id="L482" class="LineNr">482 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-column:offset</span> +<span id="L483" class="LineNr">483 </span> 12:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">top-idx:offset</span> +<span id="L484" class="LineNr">484 </span> cell:&:@:screen-cell <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> +<span id="L485" class="LineNr">485 </span> 20:@:screen-cell/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell <span id="L486" class="LineNr">486 </span> ] <span id="L487" class="LineNr">487 </span> memory-should-contain [ -<span id="L488" class="LineNr">488 </span> <span class="Conceal">¦</span> <span class="Comment"># text scrolls by 1, we lose the top line</span> -<span id="L489" class="LineNr">489 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> -<span id="L490" class="LineNr">490 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor column -- wrapped</span> -<span id="L491" class="LineNr">491 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># top-idx -- scrolled</span> -<span id="L492" class="LineNr">492 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># screen size (width*height)</span> -<span id="L493" class="LineNr">493 </span> <span class="Conceal">¦</span> <span class="Comment"># screen now checked in rotated order</span> -<span id="L494" class="LineNr">494 </span> <span class="Conceal">¦</span><span class="Constant"> 25</span> <span class="Special"><-</span><span class="Constant"> 99</span> <span class="Comment"># 'c'</span> -<span id="L495" class="LineNr">495 </span> <span class="Conceal">¦</span><span class="Constant"> 26</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L496" class="LineNr">496 </span> <span class="Conceal">¦</span><span class="Constant"> 27</span> <span class="Special"><-</span><span class="Constant"> 100</span> <span class="Comment"># 'd'</span> -<span id="L497" class="LineNr">497 </span> <span class="Conceal">¦</span><span class="Constant"> 28</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L498" class="LineNr">498 </span> <span class="Conceal">¦</span> <span class="Comment"># screen wraps; bottom line is cleared of old contents</span> -<span id="L499" class="LineNr">499 </span> <span class="Conceal">¦</span><span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 101</span> <span class="Comment"># 'e'</span> -<span id="L500" class="LineNr">500 </span> <span class="Conceal">¦</span><span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L501" class="LineNr">501 </span> <span class="Conceal">¦</span><span class="Constant"> 23</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># unused</span> -<span id="L502" class="LineNr">502 </span> <span class="Conceal">¦</span><span class="Constant"> 24</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L488" class="LineNr">488 </span> <span class="Comment"># text scrolls by 1, we lose the top line</span> +<span id="L489" class="LineNr">489 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> +<span id="L490" class="LineNr">490 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor column -- wrapped</span> +<span id="L491" class="LineNr">491 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># top-idx -- scrolled</span> +<span id="L492" class="LineNr">492 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># screen size (width*height)</span> +<span id="L493" class="LineNr">493 </span> <span class="Comment"># screen now checked in rotated order</span> +<span id="L494" class="LineNr">494 </span> <span class="Constant"> 25</span> <span class="Special"><-</span><span class="Constant"> 99</span> <span class="Comment"># 'c'</span> +<span id="L495" class="LineNr">495 </span> <span class="Constant"> 26</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L496" class="LineNr">496 </span> <span class="Constant"> 27</span> <span class="Special"><-</span><span class="Constant"> 100</span> <span class="Comment"># 'd'</span> +<span id="L497" class="LineNr">497 </span> <span class="Constant"> 28</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L498" class="LineNr">498 </span> <span class="Comment"># screen wraps; bottom line is cleared of old contents</span> +<span id="L499" class="LineNr">499 </span> <span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 101</span> <span class="Comment"># 'e'</span> +<span id="L500" class="LineNr">500 </span> <span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L501" class="LineNr">501 </span> <span class="Constant"> 23</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># unused</span> +<span id="L502" class="LineNr">502 </span> <span class="Constant"> 24</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> <span id="L503" class="LineNr">503 </span> ] <span id="L504" class="LineNr">504 </span>] <span id="L505" class="LineNr">505 </span> <span id="L506" class="LineNr">506 </span><span class="Comment"># even though our screen supports scrolling, some apps may want to avoid</span> <span id="L507" class="LineNr">507 </span><span class="Comment"># scrolling</span> <span id="L508" class="LineNr">508 </span><span class="Comment"># these helpers help check for scrolling at development time</span> -<span id="L509" class="LineNr">509 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L509'>save-top-idx</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span>result:num [ +<span id="L509" class="LineNr">509 </span><span class="muRecipe">def</span> save-top-idx screen:&:screen<span class="muRecipe"> -> </span>result:num [ <span id="L510" class="LineNr">510 </span> <span class="Constant">local-scope</span> <span id="L511" class="LineNr">511 </span> <span class="Constant">load-inputs</span> -<span id="L512" class="LineNr">512 </span> <span class="muControl">return-unless</span> <a href='081print.mu.html#L16'>screen</a>,<span class="Constant"> 0</span> <span class="Comment"># check is only for fake screens</span> +<span id="L512" class="LineNr">512 </span> <span class="muControl">return-unless</span> screen,<span class="Constant"> 0</span> <span class="Comment"># check is only for fake screens</span> <span id="L513" class="LineNr">513 </span> result <span class="Special"><-</span> get *screen, <span class="Constant">top-idx:offset</span> <span id="L514" class="LineNr">514 </span>] -<span id="L515" class="LineNr">515 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L515'>assert-no-scroll</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a>, old-top-idx:num [ +<span id="L515" class="LineNr">515 </span><span class="muRecipe">def</span> assert-no-scroll screen:&:screen, old-top-idx:num [ <span id="L516" class="LineNr">516 </span> <span class="Constant">local-scope</span> <span id="L517" class="LineNr">517 </span> <span class="Constant">load-inputs</span> -<span id="L518" class="LineNr">518 </span> <span class="muControl">return-unless</span> <a href='081print.mu.html#L16'>screen</a> +<span id="L518" class="LineNr">518 </span> <span class="muControl">return-unless</span> screen <span id="L519" class="LineNr">519 </span> new-top-idx:num <span class="Special"><-</span> get *screen, <span class="Constant">top-idx:offset</span> <span id="L520" class="LineNr">520 </span> no-scroll?:bool <span class="Special"><-</span> equal old-top-idx, new-top-idx -<span id="L521" class="LineNr">521 </span> assert no-scroll?, <span class="Constant">[render should never use <a href='081print.mu.html#L16'>screen</a>'s scrolling capabilities]</span> +<span id="L521" class="LineNr">521 </span> assert no-scroll?, <span class="Constant">[render should never use screen's scrolling capabilities]</span> <span id="L522" class="LineNr">522 </span>] <span id="L523" class="LineNr">523 </span> -<span id="L524" class="LineNr">524 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L524'>clear-line</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L524" class="LineNr">524 </span><span class="muRecipe">def</span> clear-line screen:&:screen<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L525" class="LineNr">525 </span> <span class="Constant">local-scope</span> <span id="L526" class="LineNr">526 </span> <span class="Constant">load-inputs</span> <span id="L527" class="LineNr">527 </span><span class="CommentedCode">#? stash [clear-line]</span> <span id="L528" class="LineNr">528 </span> space:char <span class="Special"><-</span> copy <span class="Constant">0/nul</span> <span id="L529" class="LineNr">529 </span> <span class="Delimiter">{</span> -<span id="L530" class="LineNr">530 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> <a href='081print.mu.html#L16'>screen</a> -<span id="L531" class="LineNr">531 </span> <span class="Conceal">¦</span> <span class="Comment"># real screen</span> -<span id="L532" class="LineNr">532 </span> <span class="Conceal">¦</span> clear-line-on-display -<span id="L533" class="LineNr">533 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L530" class="LineNr">530 </span> <span class="muControl">break-if</span> screen +<span id="L531" class="LineNr">531 </span> <span class="Comment"># real screen</span> +<span id="L532" class="LineNr">532 </span> clear-line-on-display +<span id="L533" class="LineNr">533 </span> <span class="muControl"> return</span> <span id="L534" class="LineNr">534 </span> <span class="Delimiter">}</span> <span id="L535" class="LineNr">535 </span> <span class="Comment"># fake screen</span> <span id="L536" class="LineNr">536 </span> width:num <span class="Special"><-</span> get *screen, <span class="Constant">num-columns:offset</span> @@ -601,162 +600,162 @@ if ('onhashchange' in window) { <span id="L538" class="LineNr">538 </span> original-column:num <span class="Special"><-</span> copy column <span id="L539" class="LineNr">539 </span> <span class="Comment"># space over the entire line</span> <span id="L540" class="LineNr">540 </span> <span class="Delimiter">{</span> -<span id="L541" class="LineNr">541 </span> <span class="Conceal">¦</span> right:num <span class="Special"><-</span> subtract width,<span class="Constant"> 1</span> -<span id="L542" class="LineNr">542 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal column, right -<span id="L543" class="LineNr">543 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L544" class="LineNr">544 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, space -<span id="L545" class="LineNr">545 </span> <span class="Conceal">¦</span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> -<span id="L546" class="LineNr">546 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L541" class="LineNr">541 </span> right:num <span class="Special"><-</span> subtract width,<span class="Constant"> 1</span> +<span id="L542" class="LineNr">542 </span> done?:bool <span class="Special"><-</span> greater-or-equal column, right +<span id="L543" class="LineNr">543 </span> <span class="muControl">break-if</span> done? +<span id="L544" class="LineNr">544 </span> print screen, space +<span id="L545" class="LineNr">545 </span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> +<span id="L546" class="LineNr">546 </span> <span class="muControl"> loop</span> <span id="L547" class="LineNr">547 </span> <span class="Delimiter">}</span> <span id="L548" class="LineNr">548 </span> <span class="Comment"># now back to where the cursor was</span> <span id="L549" class="LineNr">549 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-column:offset</span>, original-column <span id="L550" class="LineNr">550 </span>] <span id="L551" class="LineNr">551 </span> <span id="L552" class="LineNr">552 </span><span class="Comment"># only for non-scrolling apps</span> -<span id="L553" class="LineNr">553 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L553'>clear-line-until</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a>, right:num/inclusive<span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L553" class="LineNr">553 </span><span class="muRecipe">def</span> clear-line-until screen:&:screen, right:num/inclusive<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L554" class="LineNr">554 </span> <span class="Constant">local-scope</span> <span id="L555" class="LineNr">555 </span> <span class="Constant">load-inputs</span> -<span id="L556" class="LineNr">556 </span> row:num, column:num <span class="Special"><-</span> <a href='081print.mu.html#L577'>cursor-position</a> <a href='081print.mu.html#L16'>screen</a> +<span id="L556" class="LineNr">556 </span> row:num, column:num <span class="Special"><-</span> cursor-position screen <span id="L557" class="LineNr">557 </span><span class="CommentedCode">#? stash [clear-line-until] row column</span> -<span id="L558" class="LineNr">558 </span> height:num <span class="Special"><-</span> <a href='081print.mu.html#L782'>screen-height</a> <a href='081print.mu.html#L16'>screen</a> +<span id="L558" class="LineNr">558 </span> height:num <span class="Special"><-</span> screen-height screen <span id="L559" class="LineNr">559 </span> past-bottom?:bool <span class="Special"><-</span> greater-or-equal row, height <span id="L560" class="LineNr">560 </span> <span class="muControl">return-if</span> past-bottom? <span id="L561" class="LineNr">561 </span> space:char <span class="Special"><-</span> copy <span class="Constant">32/space</span> <span id="L562" class="LineNr">562 </span> bg-color:num, bg-color-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L563" class="LineNr">563 </span> <span class="Delimiter">{</span> -<span id="L564" class="LineNr">564 </span> <span class="Conceal">¦</span> <span class="Comment"># default bg-color to black</span> -<span id="L565" class="LineNr">565 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> bg-color-found? -<span id="L566" class="LineNr">566 </span> <span class="Conceal">¦</span> bg-color <span class="Special"><-</span> copy <span class="Constant">0/black</span> +<span id="L564" class="LineNr">564 </span> <span class="Comment"># default bg-color to black</span> +<span id="L565" class="LineNr">565 </span> <span class="muControl">break-if</span> bg-color-found? +<span id="L566" class="LineNr">566 </span> bg-color <span class="Special"><-</span> copy <span class="Constant">0/black</span> <span id="L567" class="LineNr">567 </span> <span class="Delimiter">}</span> <span id="L568" class="LineNr">568 </span> <span class="Delimiter">{</span> -<span id="L569" class="LineNr">569 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-than column, right -<span id="L570" class="LineNr">570 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L571" class="LineNr">571 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='081print.mu.html#L16'>screen</a>, space, <span class="Constant">7/white</span>, bg-color <span class="Comment"># foreground color is mostly unused except if the cursor shows up at this cell</span> -<span id="L572" class="LineNr">572 </span> <span class="Conceal">¦</span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> -<span id="L573" class="LineNr">573 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L569" class="LineNr">569 </span> done?:bool <span class="Special"><-</span> greater-than column, right +<span id="L570" class="LineNr">570 </span> <span class="muControl">break-if</span> done? +<span id="L571" class="LineNr">571 </span> screen <span class="Special"><-</span> print screen, space, <span class="Constant">7/white</span>, bg-color <span class="Comment"># foreground color is mostly unused except if the cursor shows up at this cell</span> +<span id="L572" class="LineNr">572 </span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> +<span id="L573" class="LineNr">573 </span> <span class="muControl"> loop</span> <span id="L574" class="LineNr">574 </span> <span class="Delimiter">}</span> <span id="L575" class="LineNr">575 </span>] <span id="L576" class="LineNr">576 </span> -<span id="L577" class="LineNr">577 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L577'>cursor-position</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span>row:num, column:num [ +<span id="L577" class="LineNr">577 </span><span class="muRecipe">def</span> cursor-position screen:&:screen<span class="muRecipe"> -> </span>row:num, column:num [ <span id="L578" class="LineNr">578 </span> <span class="Constant">local-scope</span> <span id="L579" class="LineNr">579 </span> <span class="Constant">load-inputs</span> <span id="L580" class="LineNr">580 </span> <span class="Delimiter">{</span> -<span id="L581" class="LineNr">581 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> <a href='081print.mu.html#L16'>screen</a> -<span id="L582" class="LineNr">582 </span> <span class="Conceal">¦</span> <span class="Comment"># real screen</span> -<span id="L583" class="LineNr">583 </span> <span class="Conceal">¦</span> row, column <span class="Special"><-</span> cursor-position-on-display -<span id="L584" class="LineNr">584 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L581" class="LineNr">581 </span> <span class="muControl">break-if</span> screen +<span id="L582" class="LineNr">582 </span> <span class="Comment"># real screen</span> +<span id="L583" class="LineNr">583 </span> row, column <span class="Special"><-</span> cursor-position-on-display +<span id="L584" class="LineNr">584 </span> <span class="muControl"> return</span> <span id="L585" class="LineNr">585 </span> <span class="Delimiter">}</span> <span id="L586" class="LineNr">586 </span> <span class="Comment"># fake screen</span> <span id="L587" class="LineNr">587 </span> row:num <span class="Special"><-</span> get *screen, <span class="Constant">cursor-row:offset</span> <span id="L588" class="LineNr">588 </span> column:num <span class="Special"><-</span> get *screen, <span class="Constant">cursor-column:offset</span> <span id="L589" class="LineNr">589 </span>] <span id="L590" class="LineNr">590 </span> -<span id="L591" class="LineNr">591 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L591'>move-cursor</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a>, new-row:num, new-column:num<span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L591" class="LineNr">591 </span><span class="muRecipe">def</span> move-cursor screen:&:screen, new-row:num, new-column:num<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L592" class="LineNr">592 </span> <span class="Constant">local-scope</span> <span id="L593" class="LineNr">593 </span> <span class="Constant">load-inputs</span> <span id="L594" class="LineNr">594 </span><span class="CommentedCode">#? stash [move-cursor] new-row new-column</span> <span id="L595" class="LineNr">595 </span> <span class="Delimiter">{</span> -<span id="L596" class="LineNr">596 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> <a href='081print.mu.html#L16'>screen</a> -<span id="L597" class="LineNr">597 </span> <span class="Conceal">¦</span> <span class="Comment"># real screen</span> -<span id="L598" class="LineNr">598 </span> <span class="Conceal">¦</span> move-cursor-on-display new-row, new-column -<span id="L599" class="LineNr">599 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L596" class="LineNr">596 </span> <span class="muControl">break-if</span> screen +<span id="L597" class="LineNr">597 </span> <span class="Comment"># real screen</span> +<span id="L598" class="LineNr">598 </span> move-cursor-on-display new-row, new-column +<span id="L599" class="LineNr">599 </span> <span class="muControl"> return</span> <span id="L600" class="LineNr">600 </span> <span class="Delimiter">}</span> <span id="L601" class="LineNr">601 </span> <span class="Comment"># fake screen</span> <span id="L602" class="LineNr">602 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-row:offset</span>, new-row <span id="L603" class="LineNr">603 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-column:offset</span>, new-column <span id="L604" class="LineNr">604 </span> <span class="Comment"># if cursor column is within bounds, reset 'pending-scroll?'</span> <span id="L605" class="LineNr">605 </span> <span class="Delimiter">{</span> -<span id="L606" class="LineNr">606 </span> <span class="Conceal">¦</span> width:num <span class="Special"><-</span> get *screen, <span class="Constant">num-columns:offset</span> -<span id="L607" class="LineNr">607 </span> <span class="Conceal">¦</span> scroll?:bool <span class="Special"><-</span> greater-or-equal new-column, width -<span id="L608" class="LineNr">608 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> scroll? +<span id="L606" class="LineNr">606 </span> width:num <span class="Special"><-</span> get *screen, <span class="Constant">num-columns:offset</span> +<span id="L607" class="LineNr">607 </span> scroll?:bool <span class="Special"><-</span> greater-or-equal new-column, width +<span id="L608" class="LineNr">608 </span> <span class="muControl">break-if</span> scroll? <span id="L609" class="LineNr">609 </span><span class="CommentedCode">#? stash [resetting pending-scroll?]</span> -<span id="L610" class="LineNr">610 </span> <span class="Conceal">¦</span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">pending-scroll?:offset</span>, <span class="Constant">0/false</span> +<span id="L610" class="LineNr">610 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">pending-scroll?:offset</span>, <span class="Constant">0/false</span> <span id="L611" class="LineNr">611 </span> <span class="Delimiter">}</span> <span id="L612" class="LineNr">612 </span>] <span id="L613" class="LineNr">613 </span> <span id="L614" class="LineNr">614 </span><span class="muScenario">scenario</span> clear-line-erases-printed-characters [ <span id="L615" class="LineNr">615 </span> <span class="Constant">local-scope</span> -<span id="L616" class="LineNr">616 </span> fake-screen:&:<a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L32'>new-fake-screen</a> <span class="Constant">3/width</span>, <span class="Constant">2/height</span> +<span id="L616" class="LineNr">616 </span> fake-screen:&:screen <span class="Special"><-</span> new-fake-screen <span class="Constant">3/width</span>, <span class="Constant">2/height</span> <span id="L617" class="LineNr">617 </span> <span class="Comment"># print a character</span> <span id="L618" class="LineNr">618 </span> a:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> <span id="L619" class="LineNr">619 </span> fake-screen <span class="Special"><-</span> print fake-screen, a <span id="L620" class="LineNr">620 </span> <span class="Comment"># move cursor to start of line</span> -<span id="L621" class="LineNr">621 </span> fake-screen <span class="Special"><-</span> <a href='081print.mu.html#L591'>move-cursor</a> fake-screen, <span class="Constant">0/row</span>, <span class="Constant">0/column</span> +<span id="L621" class="LineNr">621 </span> fake-screen <span class="Special"><-</span> move-cursor fake-screen, <span class="Constant">0/row</span>, <span class="Constant">0/column</span> <span id="L622" class="LineNr">622 </span> run [ -<span id="L623" class="LineNr">623 </span> <span class="Conceal">¦</span> fake-screen <span class="Special"><-</span> <a href='081print.mu.html#L524'>clear-line</a> fake-screen -<span id="L624" class="LineNr">624 </span> <span class="Conceal">¦</span> cell:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> -<span id="L625" class="LineNr">625 </span> <span class="Conceal">¦</span> 10:@:<a href='081print.mu.html#L27'>screen-cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell +<span id="L623" class="LineNr">623 </span> fake-screen <span class="Special"><-</span> clear-line fake-screen +<span id="L624" class="LineNr">624 </span> cell:&:@:screen-cell <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> +<span id="L625" class="LineNr">625 </span> 10:@:screen-cell/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell <span id="L626" class="LineNr">626 </span> ] <span id="L627" class="LineNr">627 </span> <span class="Comment"># screen should be blank</span> <span id="L628" class="LineNr">628 </span> memory-should-contain [ -<span id="L629" class="LineNr">629 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> -<span id="L630" class="LineNr">630 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L631" class="LineNr">631 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 7</span> -<span id="L632" class="LineNr">632 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L633" class="LineNr">633 </span> <span class="Conceal">¦</span><span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 7</span> -<span id="L634" class="LineNr">634 </span> <span class="Conceal">¦</span><span class="Constant"> 15</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L635" class="LineNr">635 </span> <span class="Conceal">¦</span><span class="Constant"> 16</span> <span class="Special"><-</span><span class="Constant"> 7</span> -<span id="L636" class="LineNr">636 </span> <span class="Conceal">¦</span><span class="Constant"> 17</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L637" class="LineNr">637 </span> <span class="Conceal">¦</span><span class="Constant"> 18</span> <span class="Special"><-</span><span class="Constant"> 7</span> -<span id="L638" class="LineNr">638 </span> <span class="Conceal">¦</span><span class="Constant"> 19</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L639" class="LineNr">639 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 7</span> -<span id="L640" class="LineNr">640 </span> <span class="Conceal">¦</span><span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L641" class="LineNr">641 </span> <span class="Conceal">¦</span><span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 7</span> +<span id="L629" class="LineNr">629 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> +<span id="L630" class="LineNr">630 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L631" class="LineNr">631 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 7</span> +<span id="L632" class="LineNr">632 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L633" class="LineNr">633 </span> <span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 7</span> +<span id="L634" class="LineNr">634 </span> <span class="Constant"> 15</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L635" class="LineNr">635 </span> <span class="Constant"> 16</span> <span class="Special"><-</span><span class="Constant"> 7</span> +<span id="L636" class="LineNr">636 </span> <span class="Constant"> 17</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L637" class="LineNr">637 </span> <span class="Constant"> 18</span> <span class="Special"><-</span><span class="Constant"> 7</span> +<span id="L638" class="LineNr">638 </span> <span class="Constant"> 19</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L639" class="LineNr">639 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 7</span> +<span id="L640" class="LineNr">640 </span> <span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L641" class="LineNr">641 </span> <span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span id="L642" class="LineNr">642 </span> ] <span id="L643" class="LineNr">643 </span>] <span id="L644" class="LineNr">644 </span> -<span id="L645" class="LineNr">645 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L645'>cursor-down</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L645" class="LineNr">645 </span><span class="muRecipe">def</span> cursor-down screen:&:screen<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L646" class="LineNr">646 </span> <span class="Constant">local-scope</span> <span id="L647" class="LineNr">647 </span> <span class="Constant">load-inputs</span> <span id="L648" class="LineNr">648 </span><span class="CommentedCode">#? stash [cursor-down]</span> <span id="L649" class="LineNr">649 </span> <span class="Delimiter">{</span> -<span id="L650" class="LineNr">650 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> <a href='081print.mu.html#L16'>screen</a> -<span id="L651" class="LineNr">651 </span> <span class="Conceal">¦</span> <span class="Comment"># real screen</span> -<span id="L652" class="LineNr">652 </span> <span class="Conceal">¦</span> move-cursor-down-on-display -<span id="L653" class="LineNr">653 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L650" class="LineNr">650 </span> <span class="muControl">break-if</span> screen +<span id="L651" class="LineNr">651 </span> <span class="Comment"># real screen</span> +<span id="L652" class="LineNr">652 </span> move-cursor-down-on-display +<span id="L653" class="LineNr">653 </span> <span class="muControl"> return</span> <span id="L654" class="LineNr">654 </span> <span class="Delimiter">}</span> <span id="L655" class="LineNr">655 </span> <span class="Comment"># fake screen</span> -<span id="L656" class="LineNr">656 </span> <a href='081print.mu.html#L206'>cursor-down-on-fake-screen</a> <a href='081print.mu.html#L16'>screen</a> +<span id="L656" class="LineNr">656 </span> cursor-down-on-fake-screen screen <span id="L657" class="LineNr">657 </span>] <span id="L658" class="LineNr">658 </span> <span id="L659" class="LineNr">659 </span><span class="muScenario">scenario</span> cursor-down-scrolls [ <span id="L660" class="LineNr">660 </span> <span class="Constant">local-scope</span> -<span id="L661" class="LineNr">661 </span> fake-screen:&:<a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L32'>new-fake-screen</a> <span class="Constant">3/width</span>, <span class="Constant">2/height</span> +<span id="L661" class="LineNr">661 </span> fake-screen:&:screen <span class="Special"><-</span> new-fake-screen <span class="Constant">3/width</span>, <span class="Constant">2/height</span> <span id="L662" class="LineNr">662 </span> <span class="Comment"># print something to screen and scroll</span> <span id="L663" class="LineNr">663 </span> run [ -<span id="L664" class="LineNr">664 </span> <span class="Conceal">¦</span> print fake-screen, <span class="Constant">[abc]</span> -<span id="L665" class="LineNr">665 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L752'>cursor-to-next-line</a> fake-screen -<span id="L666" class="LineNr">666 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L752'>cursor-to-next-line</a> fake-screen -<span id="L667" class="LineNr">667 </span> <span class="Conceal">¦</span> data:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> -<span id="L668" class="LineNr">668 </span> <span class="Conceal">¦</span> 10:@:<a href='081print.mu.html#L27'>screen-cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> copy *data +<span id="L664" class="LineNr">664 </span> print fake-screen, <span class="Constant">[abc]</span> +<span id="L665" class="LineNr">665 </span> cursor-to-next-line fake-screen +<span id="L666" class="LineNr">666 </span> cursor-to-next-line fake-screen +<span id="L667" class="LineNr">667 </span> data:&:@:screen-cell <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> +<span id="L668" class="LineNr">668 </span> 10:@:screen-cell/<span class="Special">raw</span> <span class="Special"><-</span> copy *data <span id="L669" class="LineNr">669 </span> ] <span id="L670" class="LineNr">670 </span> <span class="Comment"># screen is now blank</span> <span id="L671" class="LineNr">671 </span> memory-should-contain [ -<span id="L672" class="LineNr">672 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> -<span id="L673" class="LineNr">673 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L674" class="LineNr">674 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L675" class="LineNr">675 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L676" class="LineNr">676 </span> <span class="Conceal">¦</span><span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L677" class="LineNr">677 </span> <span class="Conceal">¦</span><span class="Constant"> 15</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L678" class="LineNr">678 </span> <span class="Conceal">¦</span><span class="Constant"> 16</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L679" class="LineNr">679 </span> <span class="Conceal">¦</span><span class="Constant"> 17</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L680" class="LineNr">680 </span> <span class="Conceal">¦</span><span class="Constant"> 18</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L681" class="LineNr">681 </span> <span class="Conceal">¦</span><span class="Constant"> 19</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L682" class="LineNr">682 </span> <span class="Conceal">¦</span><span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L683" class="LineNr">683 </span> <span class="Conceal">¦</span><span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L684" class="LineNr">684 </span> <span class="Conceal">¦</span><span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L672" class="LineNr">672 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> +<span id="L673" class="LineNr">673 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L674" class="LineNr">674 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L675" class="LineNr">675 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L676" class="LineNr">676 </span> <span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L677" class="LineNr">677 </span> <span class="Constant"> 15</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L678" class="LineNr">678 </span> <span class="Constant"> 16</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L679" class="LineNr">679 </span> <span class="Constant"> 17</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L680" class="LineNr">680 </span> <span class="Constant"> 18</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L681" class="LineNr">681 </span> <span class="Constant"> 19</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L682" class="LineNr">682 </span> <span class="Constant"> 20</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L683" class="LineNr">683 </span> <span class="Constant"> 21</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L684" class="LineNr">684 </span> <span class="Constant"> 22</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> <span id="L685" class="LineNr">685 </span> ] <span id="L686" class="LineNr">686 </span>] <span id="L687" class="LineNr">687 </span> -<span id="L688" class="LineNr">688 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L688'>cursor-up</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L688" class="LineNr">688 </span><span class="muRecipe">def</span> cursor-up screen:&:screen<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L689" class="LineNr">689 </span> <span class="Constant">local-scope</span> <span id="L690" class="LineNr">690 </span> <span class="Constant">load-inputs</span> <span id="L691" class="LineNr">691 </span><span class="CommentedCode">#? stash [cursor-up]</span> <span id="L692" class="LineNr">692 </span> <span class="Delimiter">{</span> -<span id="L693" class="LineNr">693 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> <a href='081print.mu.html#L16'>screen</a> -<span id="L694" class="LineNr">694 </span> <span class="Conceal">¦</span> <span class="Comment"># real screen</span> -<span id="L695" class="LineNr">695 </span> <span class="Conceal">¦</span> move-cursor-up-on-display -<span id="L696" class="LineNr">696 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L693" class="LineNr">693 </span> <span class="muControl">break-if</span> screen +<span id="L694" class="LineNr">694 </span> <span class="Comment"># real screen</span> +<span id="L695" class="LineNr">695 </span> move-cursor-up-on-display +<span id="L696" class="LineNr">696 </span> <span class="muControl"> return</span> <span id="L697" class="LineNr">697 </span> <span class="Delimiter">}</span> <span id="L698" class="LineNr">698 </span> <span class="Comment"># fake screen</span> <span id="L699" class="LineNr">699 </span> row:num <span class="Special"><-</span> get *screen, <span class="Constant">cursor-row:offset</span> @@ -766,15 +765,15 @@ if ('onhashchange' in window) { <span id="L703" class="LineNr">703 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-row:offset</span>, row <span id="L704" class="LineNr">704 </span>] <span id="L705" class="LineNr">705 </span> -<span id="L706" class="LineNr">706 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L706'>cursor-right</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L706" class="LineNr">706 </span><span class="muRecipe">def</span> cursor-right screen:&:screen<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L707" class="LineNr">707 </span> <span class="Constant">local-scope</span> <span id="L708" class="LineNr">708 </span> <span class="Constant">load-inputs</span> <span id="L709" class="LineNr">709 </span><span class="CommentedCode">#? stash [cursor-right]</span> <span id="L710" class="LineNr">710 </span> <span class="Delimiter">{</span> -<span id="L711" class="LineNr">711 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> <a href='081print.mu.html#L16'>screen</a> -<span id="L712" class="LineNr">712 </span> <span class="Conceal">¦</span> <span class="Comment"># real screen</span> -<span id="L713" class="LineNr">713 </span> <span class="Conceal">¦</span> move-cursor-right-on-display -<span id="L714" class="LineNr">714 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L711" class="LineNr">711 </span> <span class="muControl">break-if</span> screen +<span id="L712" class="LineNr">712 </span> <span class="Comment"># real screen</span> +<span id="L713" class="LineNr">713 </span> move-cursor-right-on-display +<span id="L714" class="LineNr">714 </span> <span class="muControl"> return</span> <span id="L715" class="LineNr">715 </span> <span class="Delimiter">}</span> <span id="L716" class="LineNr">716 </span> <span class="Comment"># fake screen</span> <span id="L717" class="LineNr">717 </span> width:num <span class="Special"><-</span> get *screen, <span class="Constant">num-columns:offset</span> @@ -786,15 +785,15 @@ if ('onhashchange' in window) { <span id="L723" class="LineNr">723 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-column:offset</span>, column <span id="L724" class="LineNr">724 </span>] <span id="L725" class="LineNr">725 </span> -<span id="L726" class="LineNr">726 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L726'>cursor-left</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L726" class="LineNr">726 </span><span class="muRecipe">def</span> cursor-left screen:&:screen<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L727" class="LineNr">727 </span> <span class="Constant">local-scope</span> <span id="L728" class="LineNr">728 </span> <span class="Constant">load-inputs</span> <span id="L729" class="LineNr">729 </span><span class="CommentedCode">#? stash [cursor-left]</span> <span id="L730" class="LineNr">730 </span> <span class="Delimiter">{</span> -<span id="L731" class="LineNr">731 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> <a href='081print.mu.html#L16'>screen</a> -<span id="L732" class="LineNr">732 </span> <span class="Conceal">¦</span> <span class="Comment"># real screen</span> -<span id="L733" class="LineNr">733 </span> <span class="Conceal">¦</span> move-cursor-left-on-display -<span id="L734" class="LineNr">734 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L731" class="LineNr">731 </span> <span class="muControl">break-if</span> screen +<span id="L732" class="LineNr">732 </span> <span class="Comment"># real screen</span> +<span id="L733" class="LineNr">733 </span> move-cursor-left-on-display +<span id="L734" class="LineNr">734 </span> <span class="muControl"> return</span> <span id="L735" class="LineNr">735 </span> <span class="Delimiter">}</span> <span id="L736" class="LineNr">736 </span> <span class="Comment"># fake screen</span> <span id="L737" class="LineNr">737 </span> column:num <span class="Special"><-</span> get *screen, <span class="Constant">cursor-column:offset</span> @@ -804,170 +803,170 @@ if ('onhashchange' in window) { <span id="L741" class="LineNr">741 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">cursor-column:offset</span>, column <span id="L742" class="LineNr">742 </span>] <span id="L743" class="LineNr">743 </span> -<span id="L744" class="LineNr">744 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L744'>cursor-to-start-of-line</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L744" class="LineNr">744 </span><span class="muRecipe">def</span> cursor-to-start-of-line screen:&:screen<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L745" class="LineNr">745 </span> <span class="Constant">local-scope</span> <span id="L746" class="LineNr">746 </span> <span class="Constant">load-inputs</span> <span id="L747" class="LineNr">747 </span><span class="CommentedCode">#? stash [cursor-to-start-of-line]</span> -<span id="L748" class="LineNr">748 </span> row:num <span class="Special"><-</span> <a href='081print.mu.html#L577'>cursor-position</a> <a href='081print.mu.html#L16'>screen</a> -<span id="L749" class="LineNr">749 </span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L591'>move-cursor</a> <a href='081print.mu.html#L16'>screen</a>, row, <span class="Constant">0/column</span> +<span id="L748" class="LineNr">748 </span> row:num <span class="Special"><-</span> cursor-position screen +<span id="L749" class="LineNr">749 </span> screen <span class="Special"><-</span> move-cursor screen, row, <span class="Constant">0/column</span> <span id="L750" class="LineNr">750 </span>] <span id="L751" class="LineNr">751 </span> -<span id="L752" class="LineNr">752 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L752'>cursor-to-next-line</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L752" class="LineNr">752 </span><span class="muRecipe">def</span> cursor-to-next-line screen:&:screen<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L753" class="LineNr">753 </span> <span class="Constant">local-scope</span> <span id="L754" class="LineNr">754 </span> <span class="Constant">load-inputs</span> <span id="L755" class="LineNr">755 </span><span class="CommentedCode">#? stash [cursor-to-next-line]</span> -<span id="L756" class="LineNr">756 </span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L645'>cursor-down</a> <a href='081print.mu.html#L16'>screen</a> -<span id="L757" class="LineNr">757 </span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L744'>cursor-to-start-of-line</a> <a href='081print.mu.html#L16'>screen</a> +<span id="L756" class="LineNr">756 </span> screen <span class="Special"><-</span> cursor-down screen +<span id="L757" class="LineNr">757 </span> screen <span class="Special"><-</span> cursor-to-start-of-line screen <span id="L758" class="LineNr">758 </span>] <span id="L759" class="LineNr">759 </span> -<span id="L760" class="LineNr">760 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L760'>move-cursor-to-column</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a>, column:num<span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L760" class="LineNr">760 </span><span class="muRecipe">def</span> move-cursor-to-column screen:&:screen, column:num<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L761" class="LineNr">761 </span> <span class="Constant">local-scope</span> <span id="L762" class="LineNr">762 </span> <span class="Constant">load-inputs</span> -<span id="L763" class="LineNr">763 </span> row:num, _ <span class="Special"><-</span> <a href='081print.mu.html#L577'>cursor-position</a> <a href='081print.mu.html#L16'>screen</a> +<span id="L763" class="LineNr">763 </span> row:num, _ <span class="Special"><-</span> cursor-position screen <span id="L764" class="LineNr">764 </span><span class="CommentedCode">#? stash [move-cursor-to-column] row</span> -<span id="L765" class="LineNr">765 </span> <a href='081print.mu.html#L591'>move-cursor</a> <a href='081print.mu.html#L16'>screen</a>, row, column +<span id="L765" class="LineNr">765 </span> move-cursor screen, row, column <span id="L766" class="LineNr">766 </span>] <span id="L767" class="LineNr">767 </span> -<span id="L768" class="LineNr">768 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L768'>screen-width</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span>width:num [ +<span id="L768" class="LineNr">768 </span><span class="muRecipe">def</span> screen-width screen:&:screen<span class="muRecipe"> -> </span>width:num [ <span id="L769" class="LineNr">769 </span> <span class="Constant">local-scope</span> <span id="L770" class="LineNr">770 </span> <span class="Constant">load-inputs</span> <span id="L771" class="LineNr">771 </span><span class="CommentedCode">#? stash [screen-width]</span> <span id="L772" class="LineNr">772 </span> <span class="Delimiter">{</span> -<span id="L773" class="LineNr">773 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='081print.mu.html#L16'>screen</a> -<span id="L774" class="LineNr">774 </span> <span class="Conceal">¦</span> <span class="Comment"># fake screen</span> -<span id="L775" class="LineNr">775 </span> <span class="Conceal">¦</span> width <span class="Special"><-</span> get *screen, <span class="Constant">num-columns:offset</span> -<span id="L776" class="LineNr">776 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L773" class="LineNr">773 </span> <span class="muControl">break-unless</span> screen +<span id="L774" class="LineNr">774 </span> <span class="Comment"># fake screen</span> +<span id="L775" class="LineNr">775 </span> width <span class="Special"><-</span> get *screen, <span class="Constant">num-columns:offset</span> +<span id="L776" class="LineNr">776 </span> <span class="muControl"> return</span> <span id="L777" class="LineNr">777 </span> <span class="Delimiter">}</span> <span id="L778" class="LineNr">778 </span> <span class="Comment"># real screen</span> <span id="L779" class="LineNr">779 </span> width <span class="Special"><-</span> display-width <span id="L780" class="LineNr">780 </span>] <span id="L781" class="LineNr">781 </span> -<span id="L782" class="LineNr">782 </span><span class="muRecipe">def</span> <a href='081print.mu.html#L782'>screen-height</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span>height:num [ +<span id="L782" class="LineNr">782 </span><span class="muRecipe">def</span> screen-height screen:&:screen<span class="muRecipe"> -> </span>height:num [ <span id="L783" class="LineNr">783 </span> <span class="Constant">local-scope</span> <span id="L784" class="LineNr">784 </span> <span class="Constant">load-inputs</span> <span id="L785" class="LineNr">785 </span><span class="CommentedCode">#? stash [screen-height]</span> <span id="L786" class="LineNr">786 </span> <span class="Delimiter">{</span> -<span id="L787" class="LineNr">787 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='081print.mu.html#L16'>screen</a> -<span id="L788" class="LineNr">788 </span> <span class="Conceal">¦</span> <span class="Comment"># fake screen</span> -<span id="L789" class="LineNr">789 </span> <span class="Conceal">¦</span> height <span class="Special"><-</span> get *screen, <span class="Constant">num-rows:offset</span> -<span id="L790" class="LineNr">790 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L787" class="LineNr">787 </span> <span class="muControl">break-unless</span> screen +<span id="L788" class="LineNr">788 </span> <span class="Comment"># fake screen</span> +<span id="L789" class="LineNr">789 </span> height <span class="Special"><-</span> get *screen, <span class="Constant">num-rows:offset</span> +<span id="L790" class="LineNr">790 </span> <span class="muControl"> return</span> <span id="L791" class="LineNr">791 </span> <span class="Delimiter">}</span> <span id="L792" class="LineNr">792 </span> <span class="Comment"># real screen</span> <span id="L793" class="LineNr">793 </span> height <span class="Special"><-</span> display-height <span id="L794" class="LineNr">794 </span>] <span id="L795" class="LineNr">795 </span> -<span id="L796" class="LineNr">796 </span><span class="muRecipe">def</span> print <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a>, s:text<span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L796" class="LineNr">796 </span><span class="muRecipe">def</span> print screen:&:screen, s:text<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L797" class="LineNr">797 </span> <span class="Constant">local-scope</span> <span id="L798" class="LineNr">798 </span> <span class="Constant">load-inputs</span> <span id="L799" class="LineNr">799 </span> color:num, color-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L800" class="LineNr">800 </span> <span class="Delimiter">{</span> -<span id="L801" class="LineNr">801 </span> <span class="Conceal">¦</span> <span class="Comment"># default color to white</span> -<span id="L802" class="LineNr">802 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> color-found? -<span id="L803" class="LineNr">803 </span> <span class="Conceal">¦</span> color <span class="Special"><-</span> copy <span class="Constant">7/white</span> +<span id="L801" class="LineNr">801 </span> <span class="Comment"># default color to white</span> +<span id="L802" class="LineNr">802 </span> <span class="muControl">break-if</span> color-found? +<span id="L803" class="LineNr">803 </span> color <span class="Special"><-</span> copy <span class="Constant">7/white</span> <span id="L804" class="LineNr">804 </span> <span class="Delimiter">}</span> <span id="L805" class="LineNr">805 </span> bg-color:num, bg-color-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L806" class="LineNr">806 </span> <span class="Delimiter">{</span> -<span id="L807" class="LineNr">807 </span> <span class="Conceal">¦</span> <span class="Comment"># default bg-color to black</span> -<span id="L808" class="LineNr">808 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> bg-color-found? -<span id="L809" class="LineNr">809 </span> <span class="Conceal">¦</span> bg-color <span class="Special"><-</span> copy <span class="Constant">0/black</span> +<span id="L807" class="LineNr">807 </span> <span class="Comment"># default bg-color to black</span> +<span id="L808" class="LineNr">808 </span> <span class="muControl">break-if</span> bg-color-found? +<span id="L809" class="LineNr">809 </span> bg-color <span class="Special"><-</span> copy <span class="Constant">0/black</span> <span id="L810" class="LineNr">810 </span> <span class="Delimiter">}</span> <span id="L811" class="LineNr">811 </span> len:num <span class="Special"><-</span> length *s <span id="L812" class="LineNr">812 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L813" class="LineNr">813 </span> <span class="Delimiter">{</span> -<span id="L814" class="LineNr">814 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, len -<span id="L815" class="LineNr">815 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L816" class="LineNr">816 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> index *s, i -<span id="L817" class="LineNr">817 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, c, color, bg-color -<span id="L818" class="LineNr">818 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L819" class="LineNr">819 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L814" class="LineNr">814 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, len +<span id="L815" class="LineNr">815 </span> <span class="muControl">break-if</span> done? +<span id="L816" class="LineNr">816 </span> c:char <span class="Special"><-</span> index *s, i +<span id="L817" class="LineNr">817 </span> print screen, c, color, bg-color +<span id="L818" class="LineNr">818 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L819" class="LineNr">819 </span> <span class="muControl"> loop</span> <span id="L820" class="LineNr">820 </span> <span class="Delimiter">}</span> <span id="L821" class="LineNr">821 </span>] <span id="L822" class="LineNr">822 </span> <span id="L823" class="LineNr">823 </span><span class="muScenario">scenario</span> print-text-wraps-past-right-margin [ <span id="L824" class="LineNr">824 </span> <span class="Constant">local-scope</span> -<span id="L825" class="LineNr">825 </span> fake-screen:&:<a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L32'>new-fake-screen</a> <span class="Constant">3/width</span>, <span class="Constant">2/height</span> +<span id="L825" class="LineNr">825 </span> fake-screen:&:screen <span class="Special"><-</span> new-fake-screen <span class="Constant">3/width</span>, <span class="Constant">2/height</span> <span id="L826" class="LineNr">826 </span> run [ -<span id="L827" class="LineNr">827 </span> <span class="Conceal">¦</span> fake-screen <span class="Special"><-</span> print fake-screen, <span class="Constant">[abcd]</span> -<span id="L828" class="LineNr">828 </span> <span class="Conceal">¦</span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-row:offset</span> -<span id="L829" class="LineNr">829 </span> <span class="Conceal">¦</span> 6:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-column:offset</span> -<span id="L830" class="LineNr">830 </span> <span class="Conceal">¦</span> 7:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">top-idx:offset</span> -<span id="L831" class="LineNr">831 </span> <span class="Conceal">¦</span> cell:&:@:<a href='081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> -<span id="L832" class="LineNr">832 </span> <span class="Conceal">¦</span> 10:@:<a href='081print.mu.html#L27'>screen-cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell +<span id="L827" class="LineNr">827 </span> fake-screen <span class="Special"><-</span> print fake-screen, <span class="Constant">[abcd]</span> +<span id="L828" class="LineNr">828 </span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-row:offset</span> +<span id="L829" class="LineNr">829 </span> 6:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">cursor-column:offset</span> +<span id="L830" class="LineNr">830 </span> 7:num/<span class="Special">raw</span> <span class="Special"><-</span> get *fake-screen, <span class="Constant">top-idx:offset</span> +<span id="L831" class="LineNr">831 </span> cell:&:@:screen-cell <span class="Special"><-</span> get *fake-screen, <span class="Constant">data:offset</span> +<span id="L832" class="LineNr">832 </span> 10:@:screen-cell/<span class="Special">raw</span> <span class="Special"><-</span> copy *cell <span id="L833" class="LineNr">833 </span> ] <span id="L834" class="LineNr">834 </span> memory-should-contain [ -<span id="L835" class="LineNr">835 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor-row</span> -<span id="L836" class="LineNr">836 </span> <span class="Conceal">¦</span><span class="Constant"> 6</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor-column</span> -<span id="L837" class="LineNr">837 </span> <span class="Conceal">¦</span><span class="Constant"> 7</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># top-idx</span> -<span id="L838" class="LineNr">838 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> -<span id="L839" class="LineNr">839 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> -<span id="L840" class="LineNr">840 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L841" class="LineNr">841 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 98</span> <span class="Comment"># 'b'</span> -<span id="L842" class="LineNr">842 </span> <span class="Conceal">¦</span><span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L843" class="LineNr">843 </span> <span class="Conceal">¦</span><span class="Constant"> 15</span> <span class="Special"><-</span><span class="Constant"> 99</span> <span class="Comment"># 'c'</span> -<span id="L844" class="LineNr">844 </span> <span class="Conceal">¦</span><span class="Constant"> 16</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L845" class="LineNr">845 </span> <span class="Conceal">¦</span><span class="Constant"> 17</span> <span class="Special"><-</span><span class="Constant"> 100</span> <span class="Comment"># 'd'</span> -<span id="L846" class="LineNr">846 </span> <span class="Conceal">¦</span><span class="Constant"> 18</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> -<span id="L847" class="LineNr">847 </span> <span class="Conceal">¦</span> <span class="Comment"># rest of screen is empty</span> -<span id="L848" class="LineNr">848 </span> <span class="Conceal">¦</span><span class="Constant"> 19</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L835" class="LineNr">835 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor-row</span> +<span id="L836" class="LineNr">836 </span> <span class="Constant"> 6</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor-column</span> +<span id="L837" class="LineNr">837 </span> <span class="Constant"> 7</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># top-idx</span> +<span id="L838" class="LineNr">838 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span class="Comment"># width*height</span> +<span id="L839" class="LineNr">839 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> +<span id="L840" class="LineNr">840 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L841" class="LineNr">841 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 98</span> <span class="Comment"># 'b'</span> +<span id="L842" class="LineNr">842 </span> <span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L843" class="LineNr">843 </span> <span class="Constant"> 15</span> <span class="Special"><-</span><span class="Constant"> 99</span> <span class="Comment"># 'c'</span> +<span id="L844" class="LineNr">844 </span> <span class="Constant"> 16</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L845" class="LineNr">845 </span> <span class="Constant"> 17</span> <span class="Special"><-</span><span class="Constant"> 100</span> <span class="Comment"># 'd'</span> +<span id="L846" class="LineNr">846 </span> <span class="Constant"> 18</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span class="Comment"># white</span> +<span id="L847" class="LineNr">847 </span> <span class="Comment"># rest of screen is empty</span> +<span id="L848" class="LineNr">848 </span> <span class="Constant"> 19</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L849" class="LineNr">849 </span> ] <span id="L850" class="LineNr">850 </span>] <span id="L851" class="LineNr">851 </span> -<span id="L852" class="LineNr">852 </span><span class="muRecipe">def</span> print <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a>, n:num<span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L852" class="LineNr">852 </span><span class="muRecipe">def</span> print screen:&:screen, n:num<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L853" class="LineNr">853 </span> <span class="Constant">local-scope</span> <span id="L854" class="LineNr">854 </span> <span class="Constant">load-inputs</span> <span id="L855" class="LineNr">855 </span> color:num, color-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L856" class="LineNr">856 </span> <span class="Delimiter">{</span> -<span id="L857" class="LineNr">857 </span> <span class="Conceal">¦</span> <span class="Comment"># default color to white</span> -<span id="L858" class="LineNr">858 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> color-found? -<span id="L859" class="LineNr">859 </span> <span class="Conceal">¦</span> color <span class="Special"><-</span> copy <span class="Constant">7/white</span> +<span id="L857" class="LineNr">857 </span> <span class="Comment"># default color to white</span> +<span id="L858" class="LineNr">858 </span> <span class="muControl">break-if</span> color-found? +<span id="L859" class="LineNr">859 </span> color <span class="Special"><-</span> copy <span class="Constant">7/white</span> <span id="L860" class="LineNr">860 </span> <span class="Delimiter">}</span> <span id="L861" class="LineNr">861 </span> bg-color:num, bg-color-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L862" class="LineNr">862 </span> <span class="Delimiter">{</span> -<span id="L863" class="LineNr">863 </span> <span class="Conceal">¦</span> <span class="Comment"># default bg-color to black</span> -<span id="L864" class="LineNr">864 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> bg-color-found? -<span id="L865" class="LineNr">865 </span> <span class="Conceal">¦</span> bg-color <span class="Special"><-</span> copy <span class="Constant">0/black</span> +<span id="L863" class="LineNr">863 </span> <span class="Comment"># default bg-color to black</span> +<span id="L864" class="LineNr">864 </span> <span class="muControl">break-if</span> bg-color-found? +<span id="L865" class="LineNr">865 </span> bg-color <span class="Special"><-</span> copy <span class="Constant">0/black</span> <span id="L866" class="LineNr">866 </span> <span class="Delimiter">}</span> <span id="L867" class="LineNr">867 </span> <span class="Comment"># todo: other bases besides decimal</span> <span id="L868" class="LineNr">868 </span> s:text <span class="Special"><-</span> to-text n -<span id="L869" class="LineNr">869 </span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='081print.mu.html#L16'>screen</a>, s, color, bg-color +<span id="L869" class="LineNr">869 </span> screen <span class="Special"><-</span> print screen, s, color, bg-color <span id="L870" class="LineNr">870 </span>] <span id="L871" class="LineNr">871 </span> -<span id="L872" class="LineNr">872 </span><span class="muRecipe">def</span> print <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a>, n:bool<span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L872" class="LineNr">872 </span><span class="muRecipe">def</span> print screen:&:screen, n:bool<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L873" class="LineNr">873 </span> <span class="Constant">local-scope</span> <span id="L874" class="LineNr">874 </span> <span class="Constant">load-inputs</span> <span id="L875" class="LineNr">875 </span> color:num, color-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L876" class="LineNr">876 </span> <span class="Delimiter">{</span> -<span id="L877" class="LineNr">877 </span> <span class="Conceal">¦</span> <span class="Comment"># default color to white</span> -<span id="L878" class="LineNr">878 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> color-found? -<span id="L879" class="LineNr">879 </span> <span class="Conceal">¦</span> color <span class="Special"><-</span> copy <span class="Constant">7/white</span> +<span id="L877" class="LineNr">877 </span> <span class="Comment"># default color to white</span> +<span id="L878" class="LineNr">878 </span> <span class="muControl">break-if</span> color-found? +<span id="L879" class="LineNr">879 </span> color <span class="Special"><-</span> copy <span class="Constant">7/white</span> <span id="L880" class="LineNr">880 </span> <span class="Delimiter">}</span> <span id="L881" class="LineNr">881 </span> bg-color:num, bg-color-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L882" class="LineNr">882 </span> <span class="Delimiter">{</span> -<span id="L883" class="LineNr">883 </span> <span class="Conceal">¦</span> <span class="Comment"># default bg-color to black</span> -<span id="L884" class="LineNr">884 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> bg-color-found? -<span id="L885" class="LineNr">885 </span> <span class="Conceal">¦</span> bg-color <span class="Special"><-</span> copy <span class="Constant">0/black</span> +<span id="L883" class="LineNr">883 </span> <span class="Comment"># default bg-color to black</span> +<span id="L884" class="LineNr">884 </span> <span class="muControl">break-if</span> bg-color-found? +<span id="L885" class="LineNr">885 </span> bg-color <span class="Special"><-</span> copy <span class="Constant">0/black</span> <span id="L886" class="LineNr">886 </span> <span class="Delimiter">}</span> <span id="L887" class="LineNr">887 </span> n2:num <span class="Special"><-</span> copy n -<span id="L888" class="LineNr">888 </span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='081print.mu.html#L16'>screen</a>, n2, color, bg-color +<span id="L888" class="LineNr">888 </span> screen <span class="Special"><-</span> print screen, n2, color, bg-color <span id="L889" class="LineNr">889 </span>] <span id="L890" class="LineNr">890 </span> -<span id="L891" class="LineNr">891 </span><span class="muRecipe">def</span> print <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a>, n:&:_elem<span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L891" class="LineNr">891 </span><span class="muRecipe">def</span> print screen:&:screen, n:&:_elem<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L892" class="LineNr">892 </span> <span class="Constant">local-scope</span> <span id="L893" class="LineNr">893 </span> <span class="Constant">load-inputs</span> <span id="L894" class="LineNr">894 </span> color:num, color-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L895" class="LineNr">895 </span> <span class="Delimiter">{</span> -<span id="L896" class="LineNr">896 </span> <span class="Conceal">¦</span> <span class="Comment"># default color to white</span> -<span id="L897" class="LineNr">897 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> color-found? -<span id="L898" class="LineNr">898 </span> <span class="Conceal">¦</span> color <span class="Special"><-</span> copy <span class="Constant">7/white</span> +<span id="L896" class="LineNr">896 </span> <span class="Comment"># default color to white</span> +<span id="L897" class="LineNr">897 </span> <span class="muControl">break-if</span> color-found? +<span id="L898" class="LineNr">898 </span> color <span class="Special"><-</span> copy <span class="Constant">7/white</span> <span id="L899" class="LineNr">899 </span> <span class="Delimiter">}</span> <span id="L900" class="LineNr">900 </span> bg-color:num, bg-color-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L901" class="LineNr">901 </span> <span class="Delimiter">{</span> -<span id="L902" class="LineNr">902 </span> <span class="Conceal">¦</span> <span class="Comment"># default bg-color to black</span> -<span id="L903" class="LineNr">903 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> bg-color-found? -<span id="L904" class="LineNr">904 </span> <span class="Conceal">¦</span> bg-color <span class="Special"><-</span> copy <span class="Constant">0/black</span> +<span id="L902" class="LineNr">902 </span> <span class="Comment"># default bg-color to black</span> +<span id="L903" class="LineNr">903 </span> <span class="muControl">break-if</span> bg-color-found? +<span id="L904" class="LineNr">904 </span> bg-color <span class="Special"><-</span> copy <span class="Constant">0/black</span> <span id="L905" class="LineNr">905 </span> <span class="Delimiter">}</span> <span id="L906" class="LineNr">906 </span> n2:num <span class="Special"><-</span> copy n -<span id="L907" class="LineNr">907 </span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='081print.mu.html#L16'>screen</a>, n2, color, bg-color +<span id="L907" class="LineNr">907 </span> screen <span class="Special"><-</span> print screen, n2, color, bg-color <span id="L908" class="LineNr">908 </span>] </pre> </body> diff --git a/html/082scenario_screen.cc.html b/html/082scenario_screen.cc.html index 6ede4d94..82e0740b 100644 --- a/html/082scenario_screen.cc.html +++ b/html/082scenario_screen.cc.html @@ -15,20 +15,19 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.LineNr { color: #444444; } .muRecipe { color: #ff8700; } -.muScenario { color: #00af00; } .cSpecial { color: #008000; } -.Identifier { color: #c0a020; } -.Delimiter { color: #800080; } -.traceContains { color: #008000; } -.Conceal { color: #4e4e4e; } +.LineNr { color: #444444; } .traceAbsent { color: #c00000; } +.Constant { color: #00a0a0; } +.Delimiter { color: #800080; } +.muScenario { color: #00af00; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } .Special { color: #c00000; } +.traceContains { color: #008000; } --> </style> @@ -80,14 +79,14 @@ if ('onhashchange' in window) { <span id="L15" class="LineNr"> 15 </span> local-scope <span id="L16" class="LineNr"> 16 </span> assume-screen <span class="Constant">5</span>/width<span class="Delimiter">,</span> <span class="Constant">3</span>/height <span id="L17" class="LineNr"> 17 </span> run [ -<span id="L18" class="LineNr"> 18 </span> <span class="Conceal">¦</span> a:<span class="Normal">char</span><span class="Special"> <- </span>copy <span class="Constant">97</span>/a -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span> screen:&:screen<span class="Special"> <- </span>print screen:&:screen<span class="Delimiter">,</span> a +<span id="L18" class="LineNr"> 18 </span> <span class="Normal">a</span>:<span class="Normal">char</span><span class="Special"> <- </span>copy <span class="Constant">97</span>/a +<span id="L19" class="LineNr"> 19 </span> <span class="Normal">screen</span>:&:screen<span class="Special"> <- </span>print screen:&:screen<span class="Delimiter">,</span> a <span id="L20" class="LineNr"> 20 </span> ] <span id="L21" class="LineNr"> 21 </span> screen-should-contain [ <span id="L22" class="LineNr"> 22 </span> <span class="Comment"># 01234</span> -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span>a <span class="Delimiter">.</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> +<span id="L23" class="LineNr"> 23 </span> <span class="Delimiter">.</span>a <span class="Delimiter">.</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> +<span id="L25" class="LineNr"> 25 </span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> <span id="L26" class="LineNr"> 26 </span> ] <span id="L27" class="LineNr"> 27 </span>] <span id="L28" class="LineNr"> 28 </span><span class="Comment"># checks are inside scenario</span> @@ -98,16 +97,16 @@ if ('onhashchange' in window) { <span id="L33" class="LineNr"> 33 </span> local-scope <span id="L34" class="LineNr"> 34 </span> assume-screen <span class="Constant">5</span>/width<span class="Delimiter">,</span> <span class="Constant">3</span>/height <span id="L35" class="LineNr"> 35 </span> run [ -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> lambda:<span class="Normal">char</span><span class="Special"> <- </span>copy <span class="Constant">955</span>/greek-small-lambda -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> screen:&:screen<span class="Special"> <- </span>print screen:&:screen<span class="Delimiter">,</span> lambda -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> a:<span class="Normal">char</span><span class="Special"> <- </span>copy <span class="Constant">97</span>/a -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> screen:&:screen<span class="Special"> <- </span>print screen:&:screen<span class="Delimiter">,</span> a +<span id="L36" class="LineNr"> 36 </span> <span class="Normal">lambda</span>:<span class="Normal">char</span><span class="Special"> <- </span>copy <span class="Constant">955</span>/greek-small-lambda +<span id="L37" class="LineNr"> 37 </span> <span class="Normal">screen</span>:&:screen<span class="Special"> <- </span>print screen:&:screen<span class="Delimiter">,</span> lambda +<span id="L38" class="LineNr"> 38 </span> <span class="Normal">a</span>:<span class="Normal">char</span><span class="Special"> <- </span>copy <span class="Constant">97</span>/a +<span id="L39" class="LineNr"> 39 </span> <span class="Normal">screen</span>:&:screen<span class="Special"> <- </span>print screen:&:screen<span class="Delimiter">,</span> a <span id="L40" class="LineNr"> 40 </span> ] <span id="L41" class="LineNr"> 41 </span> screen-should-contain [ <span id="L42" class="LineNr"> 42 </span> <span class="Comment"># 01234</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span>λa <span class="Delimiter">.</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Delimiter">.</span>λa <span class="Delimiter">.</span> +<span id="L44" class="LineNr"> 44 </span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> <span id="L46" class="LineNr"> 46 </span> ] <span id="L47" class="LineNr"> 47 </span>] <span id="L48" class="LineNr"> 48 </span><span class="Comment"># checks are inside scenario</span> @@ -117,32 +116,32 @@ if ('onhashchange' in window) { <span id="L52" class="LineNr"> 52 </span> local-scope <span id="L53" class="LineNr"> 53 </span> assume-screen <span class="Constant">5</span>/width<span class="Delimiter">,</span> <span class="Constant">3</span>/height <span id="L54" class="LineNr"> 54 </span> run [ -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> lambda:<span class="Normal">char</span><span class="Special"> <- </span>copy <span class="Constant">955</span>/greek-small-lambda -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> screen:&:screen<span class="Special"> <- </span>print screen:&:screen<span class="Delimiter">,</span> lambda<span class="Delimiter">,</span> <span class="Constant">1</span>/red -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> a:<span class="Normal">char</span><span class="Special"> <- </span>copy <span class="Constant">97</span>/a -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span> screen:&:screen<span class="Special"> <- </span>print screen:&:screen<span class="Delimiter">,</span> a<span class="Delimiter">,</span> <span class="Constant">7</span>/white +<span id="L55" class="LineNr"> 55 </span> <span class="Normal">lambda</span>:<span class="Normal">char</span><span class="Special"> <- </span>copy <span class="Constant">955</span>/greek-small-lambda +<span id="L56" class="LineNr"> 56 </span> <span class="Normal">screen</span>:&:screen<span class="Special"> <- </span>print screen:&:screen<span class="Delimiter">,</span> lambda<span class="Delimiter">,</span> <span class="Constant">1</span>/red +<span id="L57" class="LineNr"> 57 </span> <span class="Normal">a</span>:<span class="Normal">char</span><span class="Special"> <- </span>copy <span class="Constant">97</span>/a +<span id="L58" class="LineNr"> 58 </span> <span class="Normal">screen</span>:&:screen<span class="Special"> <- </span>print screen:&:screen<span class="Delimiter">,</span> a<span class="Delimiter">,</span> <span class="Constant">7</span>/white <span id="L59" class="LineNr"> 59 </span> ] <span id="L60" class="LineNr"> 60 </span> <span class="Comment"># screen-should-contain shows everything</span> <span id="L61" class="LineNr"> 61 </span> screen-should-contain [ <span id="L62" class="LineNr"> 62 </span> <span class="Comment"># 01234</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span>λa <span class="Delimiter">.</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> +<span id="L63" class="LineNr"> 63 </span> <span class="Delimiter">.</span>λa <span class="Delimiter">.</span> +<span id="L64" class="LineNr"> 64 </span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> +<span id="L65" class="LineNr"> 65 </span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> <span id="L66" class="LineNr"> 66 </span> ] <span id="L67" class="LineNr"> 67 </span> <span class="Comment"># screen-should-contain-in-color filters out everything except the given</span> <span id="L68" class="LineNr"> 68 </span> <span class="Comment"># color, all you see is the 'a' in white.</span> <span id="L69" class="LineNr"> 69 </span> screen-should-contain-in-color <span class="Constant">7</span>/white<span class="Delimiter">,</span> [ <span id="L70" class="LineNr"> 70 </span> <span class="Comment"># 01234</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span> a <span class="Delimiter">.</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Delimiter">.</span> a <span class="Delimiter">.</span> +<span id="L72" class="LineNr"> 72 </span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> +<span id="L73" class="LineNr"> 73 </span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> <span id="L74" class="LineNr"> 74 </span> ] <span id="L75" class="LineNr"> 75 </span> <span class="Comment"># ..and the λ in red.</span> <span id="L76" class="LineNr"> 76 </span> screen-should-contain-in-color <span class="Constant">1</span>/red<span class="Delimiter">,</span> [ <span id="L77" class="LineNr"> 77 </span> <span class="Comment"># 01234</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span>λ <span class="Delimiter">.</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> +<span id="L78" class="LineNr"> 78 </span> <span class="Delimiter">.</span>λ <span class="Delimiter">.</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> <span id="L81" class="LineNr"> 81 </span> ] <span id="L82" class="LineNr"> 82 </span>] <span id="L83" class="LineNr"> 83 </span><span class="Comment"># checks are inside scenario</span> @@ -154,14 +153,14 @@ if ('onhashchange' in window) { <span id="L89" class="LineNr"> 89 </span> local-scope <span id="L90" class="LineNr"> 90 </span> assume-screen <span class="Constant">5</span>/width<span class="Delimiter">,</span> <span class="Constant">3</span>/height <span id="L91" class="LineNr"> 91 </span> run [ -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> a:<span class="Normal">char</span><span class="Special"> <- </span>copy <span class="Constant">97</span>/a -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span> screen:&:screen<span class="Special"> <- </span>print screen:&:screen<span class="Delimiter">,</span> a +<span id="L92" class="LineNr"> 92 </span> <span class="Normal">a</span>:<span class="Normal">char</span><span class="Special"> <- </span>copy <span class="Constant">97</span>/a +<span id="L93" class="LineNr"> 93 </span> <span class="Normal">screen</span>:&:screen<span class="Special"> <- </span>print screen:&:screen<span class="Delimiter">,</span> a <span id="L94" class="LineNr"> 94 </span> ] <span id="L95" class="LineNr"> 95 </span> screen-should-contain [ <span id="L96" class="LineNr"> 96 </span> <span class="Comment"># 01234</span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span>b <span class="Delimiter">.</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> +<span id="L97" class="LineNr"> 97 </span> <span class="Delimiter">.</span>b <span class="Delimiter">.</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> <span id="L100" class="LineNr">100 </span> ] <span id="L101" class="LineNr">101 </span>] <span id="L102" class="LineNr">102 </span><span class="traceContains">+error: F - screen-in-scenario-error: expected screen location (0, 0) to contain 98 ('b') instead of 97 ('a')</span> @@ -174,14 +173,14 @@ if ('onhashchange' in window) { <span id="L109" class="LineNr">109 </span> local-scope <span id="L110" class="LineNr">110 </span> assume-screen <span class="Constant">5</span>/width<span class="Delimiter">,</span> <span class="Constant">3</span>/height <span id="L111" class="LineNr">111 </span> run [ -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> a:<span class="Normal">char</span><span class="Special"> <- </span>copy <span class="Constant">97</span>/a -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> screen:&:screen<span class="Special"> <- </span>print screen:&:screen<span class="Delimiter">,</span> a<span class="Delimiter">,</span> <span class="Constant">1</span>/red +<span id="L112" class="LineNr">112 </span> <span class="Normal">a</span>:<span class="Normal">char</span><span class="Special"> <- </span>copy <span class="Constant">97</span>/a +<span id="L113" class="LineNr">113 </span> <span class="Normal">screen</span>:&:screen<span class="Special"> <- </span>print screen:&:screen<span class="Delimiter">,</span> a<span class="Delimiter">,</span> <span class="Constant">1</span>/red <span id="L114" class="LineNr">114 </span> ] <span id="L115" class="LineNr">115 </span> screen-should-contain-in-color <span class="Constant">2</span>/green<span class="Delimiter">,</span> [ <span id="L116" class="LineNr">116 </span> <span class="Comment"># 01234</span> -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span>a <span class="Delimiter">.</span> -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> +<span id="L117" class="LineNr">117 </span> <span class="Delimiter">.</span>a <span class="Delimiter">.</span> +<span id="L118" class="LineNr">118 </span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> +<span id="L119" class="LineNr">119 </span> <span class="Delimiter">.</span> <span class="Delimiter">.</span> <span id="L120" class="LineNr">120 </span> ] <span id="L121" class="LineNr">121 </span>] <span id="L122" class="LineNr">122 </span><span class="traceContains">+error: F - screen-in-scenario-color-error: expected screen location (0, 0) to contain 'a' in color 2 instead of 1</span> @@ -226,15 +225,15 @@ if ('onhashchange' in window) { <span id="L161" class="LineNr">161 </span><span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">.</span>name == <span class="Constant">"assume-screen"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L162" class="LineNr">162 </span> curr<span class="Delimiter">.</span>name = <span class="Constant">"new-fake-screen"</span><span class="Delimiter">;</span> <span id="L163" class="LineNr">163 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!curr<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << result<span class="Delimiter">.</span>name << <span class="Constant">": 'assume-screen' has no products</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L164" class="LineNr">164 </span> <a href='003trace.cc.html#L174'>raise</a> << result<span class="Delimiter">.</span>name << <span class="Constant">": 'assume-screen' has no products</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L165" class="LineNr">165 </span> <span class="Delimiter">}</span> <span id="L166" class="LineNr">166 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!starts_with<span class="Delimiter">(</span>result<span class="Delimiter">.</span>name<span class="Delimiter">,</span> <span class="Constant">"scenario_"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << result<span class="Delimiter">.</span>name << <span class="Constant">": 'assume-screen' can't be called here, only in scenarios</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L167" class="LineNr">167 </span> <a href='003trace.cc.html#L174'>raise</a> << result<span class="Delimiter">.</span>name << <span class="Constant">": 'assume-screen' can't be called here, only in scenarios</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> <span id="L168" class="LineNr">168 </span> <span class="Delimiter">}</span> <span id="L169" class="LineNr">169 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>curr<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span> curr<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span><span class="Constant">"screen:&:screen/raw"</span><span class="Delimiter">));</span> -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> curr<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>SCREEN<span class="Delimiter">);</span> +<span id="L170" class="LineNr">170 </span> assert<span class="Delimiter">(</span>curr<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">());</span> +<span id="L171" class="LineNr">171 </span> curr<span class="Delimiter">.</span>products<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>reagent<span class="Delimiter">(</span><span class="Constant">"screen:&:screen/raw"</span><span class="Delimiter">));</span> +<span id="L172" class="LineNr">172 </span> curr<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span><a href='010vm.cc.html#L65'>set_value</a><span class="Delimiter">(</span>SCREEN<span class="Delimiter">);</span> <span id="L173" class="LineNr">173 </span> <span class="Delimiter">}</span> <span id="L174" class="LineNr">174 </span><span class="Delimiter">}</span> <span id="L175" class="LineNr">175 </span> @@ -253,12 +252,12 @@ if ('onhashchange' in window) { <span id="L188" class="LineNr">188 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L189" class="LineNr">189 </span><span class="Normal">case</span> SCREEN_SHOULD_CONTAIN: <span class="Delimiter">{</span> <span id="L190" class="LineNr">190 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'screen-should-contain' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L191" class="LineNr">191 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'screen-should-contain' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L192" class="LineNr">192 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L193" class="LineNr">193 </span> <span class="Delimiter">}</span> <span id="L194" class="LineNr">194 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'screen-should-contain' should be a literal string, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L196" class="LineNr">196 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L195" class="LineNr">195 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'screen-should-contain' should be a literal string, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L196" class="LineNr">196 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L197" class="LineNr">197 </span> <span class="Delimiter">}</span> <span id="L198" class="LineNr">198 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L199" class="LineNr">199 </span><span class="Delimiter">}</span> @@ -277,16 +276,16 @@ if ('onhashchange' in window) { <span id="L212" class="LineNr">212 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L213" class="LineNr">213 </span><span class="Normal">case</span> SCREEN_SHOULD_CONTAIN_IN_COLOR: <span class="Delimiter">{</span> <span id="L214" class="LineNr">214 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'screen-should-contain-in-color' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L215" class="LineNr">215 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'screen-should-contain-in-color' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L216" class="LineNr">216 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L217" class="LineNr">217 </span> <span class="Delimiter">}</span> <span id="L218" class="LineNr">218 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L219" class="LineNr">219 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'screen-should-contain-in-color' should be a number (color code), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L219" class="LineNr">219 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'screen-should-contain-in-color' should be a number (color code), but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L220" class="LineNr">220 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L221" class="LineNr">221 </span> <span class="Delimiter">}</span> <span id="L222" class="LineNr">222 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L223" class="LineNr">223 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'screen-should-contain-in-color' should be a literal string, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L224" class="LineNr">224 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L223" class="LineNr">223 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of 'screen-should-contain-in-color' should be a literal string, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L224" class="LineNr">224 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L225" class="LineNr">225 </span> <span class="Delimiter">}</span> <span id="L226" class="LineNr">226 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L227" class="LineNr">227 </span><span class="Delimiter">}</span> @@ -315,11 +314,11 @@ if ('onhashchange' in window) { <span id="L250" class="LineNr">250 </span> <span id="L251" class="LineNr">251 </span><span class="Delimiter">:(code)</span> <span id="L252" class="LineNr">252 </span><span class="Normal">void</span> check_screen<span class="Delimiter">(</span><span class="Normal">const</span> string& expected_contents<span class="Delimiter">,</span> <span class="Normal">const</span> <span class="Normal">int</span> color<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L253" class="LineNr">253 </span> <span class="Normal">int</span> screen_location = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> SCREEN<span class="Delimiter">)</span>+<span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L253" class="LineNr">253 </span> <span class="Normal">int</span> screen_location = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> SCREEN<span class="Delimiter">);</span> <span id="L254" class="LineNr">254 </span> <span class="Normal">int</span> data_offset = <a href='042name.cc.html#L138'>find_element_name</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"screen"</span><span class="Delimiter">),</span> <span class="Constant">"data"</span><span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L255" class="LineNr">255 </span> assert<span class="Delimiter">(</span>data_offset >= <span class="Constant">0</span><span class="Delimiter">);</span> <span id="L256" class="LineNr">256 </span> <span class="Normal">int</span> screen_data_location = screen_location+data_offset<span class="Delimiter">;</span> <span class="Comment">// type: address:array:character</span> -<span id="L257" class="LineNr">257 </span> <span class="Normal">int</span> screen_data_start = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> screen_data_location<span class="Delimiter">)</span> + <span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> <span class="Comment">// type: array:character</span> +<span id="L257" class="LineNr">257 </span> <span class="Normal">int</span> screen_data_start = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> screen_data_location<span class="Delimiter">);</span> <span class="Comment">// type: array:character</span> <span id="L258" class="LineNr">258 </span> <span class="Normal">int</span> width_offset = <a href='042name.cc.html#L138'>find_element_name</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"screen"</span><span class="Delimiter">),</span> <span class="Constant">"num-columns"</span><span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L259" class="LineNr">259 </span> <span class="Normal">int</span> screen_width = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> screen_location+width_offset<span class="Delimiter">);</span> <span id="L260" class="LineNr">260 </span> <span class="Normal">int</span> height_offset = <a href='042name.cc.html#L138'>find_element_name</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"screen"</span><span class="Delimiter">),</span> <span class="Constant">"num-rows"</span><span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> @@ -329,63 +328,63 @@ if ('onhashchange' in window) { <span id="L264" class="LineNr">264 </span> <span class="Normal">int</span> top_index_offset = <a href='042name.cc.html#L138'>find_element_name</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"screen"</span><span class="Delimiter">),</span> <span class="Constant">"top-idx"</span><span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L265" class="LineNr">265 </span> <span class="Normal">int</span> top_index = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> screen_location+top_index_offset<span class="Delimiter">);</span> <span id="L266" class="LineNr">266 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i=<span class="Constant">0</span><span class="Delimiter">,</span> row=top_index/screen_width<span class="Delimiter">;</span> i < screen_height<span class="Delimiter">;</span> ++i<span class="Delimiter">,</span> row=<span class="Delimiter">(</span>row+<span class="Constant">1</span><span class="Delimiter">)</span>%screen_height<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L267" class="LineNr">267 </span> <span class="Conceal">¦</span> cursor<span class="Delimiter">.</span><a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">();</span> -<span id="L268" class="LineNr">268 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>cursor<span class="Delimiter">.</span>at_end<span class="Delimiter">())</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L269" class="LineNr">269 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>cursor<span class="Delimiter">.</span>get<span class="Delimiter">()</span> != <span class="Constant">'.'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L270" class="LineNr">270 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"each row of the expected screen should start with a '.'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L271" class="LineNr">271 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L272" class="LineNr">272 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L273" class="LineNr">273 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L274" class="LineNr">274 </span> <span class="Conceal">¦</span> <span class="Normal">int</span> addr = screen_data_start+<span class="Comment">/*</span><span class="Comment">length</span><span class="Comment">*/</span><span class="Constant">1</span>+row*screen_width* <span class="Comment">/*</span><span class="Comment">size of screen-cell</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">;</span> -<span id="L275" class="LineNr">275 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> column = <span class="Constant">0</span><span class="Delimiter">;</span> column < screen_width<span class="Delimiter">;</span> ++column<span class="Delimiter">,</span> addr+= <span class="Comment">/*</span><span class="Comment">size of screen-cell</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L276" class="LineNr">276 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> <span class="Normal">int</span> cell_color_offset = <span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L277" class="LineNr">277 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">uint32_t</span> curr = cursor<span class="Delimiter">.</span>get<span class="Delimiter">();</span> -<span id="L278" class="LineNr">278 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr<span class="Delimiter">)</span> == <span class="Constant">0</span> && isspace<span class="Delimiter">(</span>curr<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L279" class="LineNr">279 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr == <span class="Constant">' '</span> && color != -<span class="Constant">1</span> && color != <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr+cell_color_offset<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L280" class="LineNr">280 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// filter out other colors</span> -<span id="L281" class="LineNr">281 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L282" class="LineNr">282 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L283" class="LineNr">283 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr<span class="Delimiter">)</span> != <span class="Constant">0</span> && <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr<span class="Delimiter">)</span> == curr<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L284" class="LineNr">284 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>color == -<span class="Constant">1</span> || color == <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr+cell_color_offset<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L285" class="LineNr">285 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// contents match but color is off</span> -<span id="L286" class="LineNr">286 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L287" class="LineNr">287 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected screen location ("</span> << row << <span class="Constant">", "</span> << column << <span class="Constant">") to contain '"</span> << unicode_character_at<span class="Delimiter">(</span>addr<span class="Delimiter">)</span> << <span class="Constant">"' in color "</span> << color << <span class="Constant">" instead of "</span> << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr+cell_color_offset<span class="Delimiter">))</span> << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L288" class="LineNr">288 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> dump_screen<span class="Delimiter">();</span> -<span id="L289" class="LineNr">289 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L290" class="LineNr">290 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L291" class="LineNr">291 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L267" class="LineNr">267 </span> cursor<span class="Delimiter">.</span><a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">();</span> +<span id="L268" class="LineNr">268 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>cursor<span class="Delimiter">.</span>at_end<span class="Delimiter">())</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L269" class="LineNr">269 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>cursor<span class="Delimiter">.</span>get<span class="Delimiter">()</span> != <span class="Constant">'.'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L270" class="LineNr">270 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"each row of the expected screen should start with a '.'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L271" class="LineNr">271 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L272" class="LineNr">272 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L273" class="LineNr">273 </span> <span class="Delimiter">}</span> +<span id="L274" class="LineNr">274 </span> <span class="Normal">int</span> addr = screen_data_start+<span class="Comment">/*</span><span class="Comment">length</span><span class="Comment">*/</span><span class="Constant">1</span>+row*screen_width* <span class="Comment">/*</span><span class="Comment">size of screen-cell</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">;</span> +<span id="L275" class="LineNr">275 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> column = <span class="Constant">0</span><span class="Delimiter">;</span> column < screen_width<span class="Delimiter">;</span> ++column<span class="Delimiter">,</span> addr+= <span class="Comment">/*</span><span class="Comment">size of screen-cell</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L276" class="LineNr">276 </span> <span class="Normal">const</span> <span class="Normal">int</span> cell_color_offset = <span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L277" class="LineNr">277 </span> <span class="Normal">uint32_t</span> curr = cursor<span class="Delimiter">.</span>get<span class="Delimiter">();</span> +<span id="L278" class="LineNr">278 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr<span class="Delimiter">)</span> == <span class="Constant">0</span> && isspace<span class="Delimiter">(</span>curr<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L279" class="LineNr">279 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr == <span class="Constant">' '</span> && color != -<span class="Constant">1</span> && color != <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr+cell_color_offset<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L280" class="LineNr">280 </span> <span class="Comment">// filter out other colors</span> +<span id="L281" class="LineNr">281 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L282" class="LineNr">282 </span> <span class="Delimiter">}</span> +<span id="L283" class="LineNr">283 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr<span class="Delimiter">)</span> != <span class="Constant">0</span> && <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr<span class="Delimiter">)</span> == curr<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L284" class="LineNr">284 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>color == -<span class="Constant">1</span> || color == <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr+cell_color_offset<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L285" class="LineNr">285 </span> <span class="Comment">// contents match but color is off</span> +<span id="L286" class="LineNr">286 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L287" class="LineNr">287 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected screen location ("</span> << row << <span class="Constant">", "</span> << column << <span class="Constant">") to contain '"</span> << unicode_character_at<span class="Delimiter">(</span>addr<span class="Delimiter">)</span> << <span class="Constant">"' in color "</span> << color << <span class="Constant">" instead of "</span> << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr+cell_color_offset<span class="Delimiter">))</span> << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L288" class="LineNr">288 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> dump_screen<span class="Delimiter">();</span> +<span id="L289" class="LineNr">289 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L290" class="LineNr">290 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L291" class="LineNr">291 </span> <span class="Delimiter">}</span> <span id="L292" class="LineNr">292 </span> -<span id="L293" class="LineNr">293 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// really a mismatch</span> -<span id="L294" class="LineNr">294 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// can't print multi-byte unicode characters in errors just yet. not very useful for debugging anyway.</span> -<span id="L295" class="LineNr">295 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">char</span> expected_pretty[<span class="Constant">10</span>] = <span class="Delimiter">{</span><span class="Constant">0</span><span class="Delimiter">};</span> -<span id="L296" class="LineNr">296 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr < <span class="Constant">256</span> && !iscntrl<span class="Delimiter">(</span>curr<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L297" class="LineNr">297 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// " ('<curr>')"</span> -<span id="L298" class="LineNr">298 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> expected_pretty[<span class="Constant">0</span>] = <span class="Constant">' '</span><span class="Delimiter">,</span> expected_pretty[<span class="Constant">1</span>] = <span class="Constant">'('</span><span class="Delimiter">,</span> expected_pretty[<span class="Constant">2</span>] = <span class="cSpecial">'\''</span><span class="Delimiter">,</span> expected_pretty[<span class="Constant">3</span>] = <span class="Normal">static_cast</span><<span class="Normal">unsigned</span> <span class="Normal">char</span>><span class="Delimiter">(</span>curr<span class="Delimiter">),</span> expected_pretty[<span class="Constant">4</span>] = <span class="cSpecial">'\''</span><span class="Delimiter">,</span> expected_pretty[<span class="Constant">5</span>] = <span class="Constant">')'</span><span class="Delimiter">,</span> expected_pretty[<span class="Constant">6</span>] = <span class="cSpecial">'\0'</span><span class="Delimiter">;</span> -<span id="L299" class="LineNr">299 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L300" class="LineNr">300 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">char</span> actual_pretty[<span class="Constant">10</span>] = <span class="Delimiter">{</span><span class="Constant">0</span><span class="Delimiter">};</span> -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr<span class="Delimiter">)</span> < <span class="Constant">256</span> && !iscntrl<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L302" class="LineNr">302 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// " ('<curr>')"</span> -<span id="L303" class="LineNr">303 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> actual_pretty[<span class="Constant">0</span>] = <span class="Constant">' '</span><span class="Delimiter">,</span> actual_pretty[<span class="Constant">1</span>] = <span class="Constant">'('</span><span class="Delimiter">,</span> actual_pretty[<span class="Constant">2</span>] = <span class="cSpecial">'\''</span><span class="Delimiter">,</span> actual_pretty[<span class="Constant">3</span>] = <span class="Normal">static_cast</span><<span class="Normal">unsigned</span> <span class="Normal">char</span>><span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr<span class="Delimiter">)),</span> actual_pretty[<span class="Constant">4</span>] = <span class="cSpecial">'\''</span><span class="Delimiter">,</span> actual_pretty[<span class="Constant">5</span>] = <span class="Constant">')'</span><span class="Delimiter">,</span> actual_pretty[<span class="Constant">6</span>] = <span class="cSpecial">'\0'</span><span class="Delimiter">;</span> -<span id="L304" class="LineNr">304 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L293" class="LineNr">293 </span> <span class="Comment">// really a mismatch</span> +<span id="L294" class="LineNr">294 </span> <span class="Comment">// can't print multi-byte unicode characters in errors just yet. not very useful for debugging anyway.</span> +<span id="L295" class="LineNr">295 </span> <span class="Normal">char</span> expected_pretty[<span class="Constant">10</span>] = <span class="Delimiter">{</span><span class="Constant">0</span><span class="Delimiter">};</span> +<span id="L296" class="LineNr">296 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr < <span class="Constant">256</span> && !iscntrl<span class="Delimiter">(</span>curr<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L297" class="LineNr">297 </span> <span class="Comment">// " ('<curr>')"</span> +<span id="L298" class="LineNr">298 </span> expected_pretty[<span class="Constant">0</span>] = <span class="Constant">' '</span><span class="Delimiter">,</span> expected_pretty[<span class="Constant">1</span>] = <span class="Constant">'('</span><span class="Delimiter">,</span> expected_pretty[<span class="Constant">2</span>] = <span class="cSpecial">'\''</span><span class="Delimiter">,</span> expected_pretty[<span class="Constant">3</span>] = <span class="Normal">static_cast</span><<span class="Normal">unsigned</span> <span class="Normal">char</span>><span class="Delimiter">(</span>curr<span class="Delimiter">),</span> expected_pretty[<span class="Constant">4</span>] = <span class="cSpecial">'\''</span><span class="Delimiter">,</span> expected_pretty[<span class="Constant">5</span>] = <span class="Constant">')'</span><span class="Delimiter">,</span> expected_pretty[<span class="Constant">6</span>] = <span class="cSpecial">'\0'</span><span class="Delimiter">;</span> +<span id="L299" class="LineNr">299 </span> <span class="Delimiter">}</span> +<span id="L300" class="LineNr">300 </span> <span class="Normal">char</span> actual_pretty[<span class="Constant">10</span>] = <span class="Delimiter">{</span><span class="Constant">0</span><span class="Delimiter">};</span> +<span id="L301" class="LineNr">301 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr<span class="Delimiter">)</span> < <span class="Constant">256</span> && !iscntrl<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L302" class="LineNr">302 </span> <span class="Comment">// " ('<curr>')"</span> +<span id="L303" class="LineNr">303 </span> actual_pretty[<span class="Constant">0</span>] = <span class="Constant">' '</span><span class="Delimiter">,</span> actual_pretty[<span class="Constant">1</span>] = <span class="Constant">'('</span><span class="Delimiter">,</span> actual_pretty[<span class="Constant">2</span>] = <span class="cSpecial">'\''</span><span class="Delimiter">,</span> actual_pretty[<span class="Constant">3</span>] = <span class="Normal">static_cast</span><<span class="Normal">unsigned</span> <span class="Normal">char</span>><span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr<span class="Delimiter">)),</span> actual_pretty[<span class="Constant">4</span>] = <span class="cSpecial">'\''</span><span class="Delimiter">,</span> actual_pretty[<span class="Constant">5</span>] = <span class="Constant">')'</span><span class="Delimiter">,</span> actual_pretty[<span class="Constant">6</span>] = <span class="cSpecial">'\0'</span><span class="Delimiter">;</span> +<span id="L304" class="LineNr">304 </span> <span class="Delimiter">}</span> <span id="L305" class="LineNr">305 </span> -<span id="L306" class="LineNr">306 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ostringstream color_phrase<span class="Delimiter">;</span> -<span id="L307" class="LineNr">307 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>color != -<span class="Constant">1</span><span class="Delimiter">)</span> color_phrase << <span class="Constant">" in color "</span> << color<span class="Delimiter">;</span> -<span id="L308" class="LineNr">308 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L309" class="LineNr">309 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected screen location ("</span> << row << <span class="Constant">", "</span> << column << <span class="Constant">") to contain "</span> << curr << expected_pretty << color_phrase<span class="Delimiter">.</span>str<span class="Delimiter">()</span> << <span class="Constant">" instead of "</span> << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr<span class="Delimiter">))</span> << actual_pretty << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L310" class="LineNr">310 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> dump_screen<span class="Delimiter">();</span> -<span id="L311" class="LineNr">311 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L312" class="LineNr">312 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L313" class="LineNr">313 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L314" class="LineNr">314 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>cursor<span class="Delimiter">.</span>get<span class="Delimiter">()</span> != <span class="Constant">'.'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L315" class="LineNr">315 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"row "</span> << row << <span class="Constant">" of the expected screen is too long</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L316" class="LineNr">316 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L317" class="LineNr">317 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L318" class="LineNr">318 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L306" class="LineNr">306 </span> ostringstream color_phrase<span class="Delimiter">;</span> +<span id="L307" class="LineNr">307 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>color != -<span class="Constant">1</span><span class="Delimiter">)</span> color_phrase << <span class="Constant">" in color "</span> << color<span class="Delimiter">;</span> +<span id="L308" class="LineNr">308 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L309" class="LineNr">309 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"F - "</span> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected screen location ("</span> << row << <span class="Constant">", "</span> << column << <span class="Constant">") to contain "</span> << curr << expected_pretty << color_phrase<span class="Delimiter">.</span>str<span class="Delimiter">()</span> << <span class="Constant">" instead of "</span> << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> addr<span class="Delimiter">))</span> << actual_pretty << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L310" class="LineNr">310 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Hide_errors<span class="Delimiter">)</span> dump_screen<span class="Delimiter">();</span> +<span id="L311" class="LineNr">311 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L312" class="LineNr">312 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L313" class="LineNr">313 </span> <span class="Delimiter">}</span> +<span id="L314" class="LineNr">314 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>cursor<span class="Delimiter">.</span>get<span class="Delimiter">()</span> != <span class="Constant">'.'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L315" class="LineNr">315 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"row "</span> << row << <span class="Constant">" of the expected screen is too long</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L316" class="LineNr">316 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Scenario_testing_scenario<span class="Delimiter">)</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L317" class="LineNr">317 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L318" class="LineNr">318 </span> <span class="Delimiter">}</span> <span id="L319" class="LineNr">319 </span> <span class="Delimiter">}</span> <span id="L320" class="LineNr">320 </span> cursor<span class="Delimiter">.</span><a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">();</span> <span id="L321" class="LineNr">321 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!cursor<span class="Delimiter">.</span>at_end<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L322" class="LineNr">322 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected screen has too many rows</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L323" class="LineNr">323 </span> <span class="Conceal">¦</span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L322" class="LineNr">322 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"expected screen has too many rows</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L323" class="LineNr">323 </span> Passed = <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L324" class="LineNr">324 </span> <span class="Delimiter">}</span> <span id="L325" class="LineNr">325 </span><span class="Delimiter">}</span> <span id="L326" class="LineNr">326 </span> @@ -399,8 +398,8 @@ if ('onhashchange' in window) { <span id="L334" class="LineNr">334 </span><span class="Normal">bool</span> raw_string_stream::at_end<span class="Delimiter">()</span> <span class="Normal">const</span> <span class="Delimiter">{</span> <span id="L335" class="LineNr">335 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>index >= max<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L336" class="LineNr">336 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>tb_utf8_char_length<span class="Delimiter">(</span>buf[index]<span class="Delimiter">)</span> > max-index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L337" class="LineNr">337 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"unicode string seems corrupted at index "</span><< index << <span class="Constant">" character "</span> << <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span>buf[index]<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L338" class="LineNr">338 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L337" class="LineNr">337 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"unicode string seems corrupted at index "</span><< index << <span class="Constant">" character "</span> << <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span>buf[index]<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L338" class="LineNr">338 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L339" class="LineNr">339 </span> <span class="Delimiter">}</span> <span id="L340" class="LineNr">340 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L341" class="LineNr">341 </span><span class="Delimiter">}</span> @@ -424,13 +423,13 @@ if ('onhashchange' in window) { <span id="L359" class="LineNr">359 </span> <span id="L360" class="LineNr">360 </span><span class="Normal">void</span> raw_string_stream::<a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L361" class="LineNr">361 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>!at_end<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L362" class="LineNr">362 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>isspace<span class="Delimiter">(</span>peek<span class="Delimiter">()))</span> get<span class="Delimiter">();</span> -<span id="L363" class="LineNr">363 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>peek<span class="Delimiter">()</span> == <span class="Constant">'#'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L364" class="LineNr">364 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// skip comment</span> -<span id="L365" class="LineNr">365 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> get<span class="Delimiter">();</span> -<span id="L366" class="LineNr">366 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">while</span> <span class="Delimiter">(</span>peek<span class="Delimiter">()</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> get<span class="Delimiter">();</span> <span class="Comment">// implicitly also handles CRLF</span> -<span id="L367" class="LineNr">367 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L368" class="LineNr">368 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L362" class="LineNr">362 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>isspace<span class="Delimiter">(</span>peek<span class="Delimiter">()))</span> get<span class="Delimiter">();</span> +<span id="L363" class="LineNr">363 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>peek<span class="Delimiter">()</span> == <span class="Constant">'#'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L364" class="LineNr">364 </span> <span class="Comment">// skip comment</span> +<span id="L365" class="LineNr">365 </span> get<span class="Delimiter">();</span> +<span id="L366" class="LineNr">366 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>peek<span class="Delimiter">()</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> get<span class="Delimiter">();</span> <span class="Comment">// implicitly also handles CRLF</span> +<span id="L367" class="LineNr">367 </span> <span class="Delimiter">}</span> +<span id="L368" class="LineNr">368 </span> <span class="Normal">else</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L369" class="LineNr">369 </span> <span class="Delimiter">}</span> <span id="L370" class="LineNr">370 </span><span class="Delimiter">}</span> <span id="L371" class="LineNr">371 </span> @@ -450,7 +449,7 @@ if ('onhashchange' in window) { <span id="L385" class="LineNr">385 </span> <span id="L386" class="LineNr">386 </span><span class="Delimiter">:(code)</span> <span id="L387" class="LineNr">387 </span><span class="Normal">void</span> dump_screen<span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L388" class="LineNr">388 </span> <span class="Normal">int</span> screen_location = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> SCREEN<span class="Delimiter">)</span> + <span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L388" class="LineNr">388 </span> <span class="Normal">int</span> screen_location = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> SCREEN<span class="Delimiter">);</span> <span id="L389" class="LineNr">389 </span> <span class="Normal">int</span> width_offset = <a href='042name.cc.html#L138'>find_element_name</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"screen"</span><span class="Delimiter">),</span> <span class="Constant">"num-columns"</span><span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L390" class="LineNr">390 </span> <span class="Normal">int</span> screen_width = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> screen_location+width_offset<span class="Delimiter">);</span> <span id="L391" class="LineNr">391 </span> <span class="Normal">int</span> height_offset = <a href='042name.cc.html#L138'>find_element_name</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"screen"</span><span class="Delimiter">),</span> <span class="Constant">"num-rows"</span><span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> @@ -458,21 +457,21 @@ if ('onhashchange' in window) { <span id="L393" class="LineNr">393 </span> <span class="Normal">int</span> data_offset = <a href='042name.cc.html#L138'>find_element_name</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"screen"</span><span class="Delimiter">),</span> <span class="Constant">"data"</span><span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L394" class="LineNr">394 </span> assert<span class="Delimiter">(</span>data_offset >= <span class="Constant">0</span><span class="Delimiter">);</span> <span id="L395" class="LineNr">395 </span> <span class="Normal">int</span> screen_data_location = screen_location+data_offset<span class="Delimiter">;</span> <span class="Comment">// type: address:array:character</span> -<span id="L396" class="LineNr">396 </span> <span class="Normal">int</span> screen_data_start = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> screen_data_location<span class="Delimiter">)</span> + <span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> <span class="Comment">// type: array:character</span> +<span id="L396" class="LineNr">396 </span> <span class="Normal">int</span> screen_data_start = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> screen_data_location<span class="Delimiter">);</span> <span class="Comment">// type: array:character</span> <span id="L397" class="LineNr">397 </span> assert<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> screen_data_start<span class="Delimiter">)</span> == screen_width*screen_height<span class="Delimiter">);</span> <span id="L398" class="LineNr">398 </span> <span class="Normal">int</span> top_index_offset = <a href='042name.cc.html#L138'>find_element_name</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"screen"</span><span class="Delimiter">),</span> <span class="Constant">"top-idx"</span><span class="Delimiter">,</span> <span class="Constant">""</span><span class="Delimiter">);</span> <span id="L399" class="LineNr">399 </span> <span class="Normal">int</span> top_index = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> screen_location+top_index_offset<span class="Delimiter">);</span> <span id="L400" class="LineNr">400 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i=<span class="Constant">0</span><span class="Delimiter">,</span> row=top_index/screen_width<span class="Delimiter">;</span> i < screen_height<span class="Delimiter">;</span> ++i<span class="Delimiter">,</span> row=<span class="Delimiter">(</span>row+<span class="Constant">1</span><span class="Delimiter">)</span>%screen_height<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L401" class="LineNr">401 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">'.'</span><span class="Delimiter">;</span> -<span id="L402" class="LineNr">402 </span> <span class="Conceal">¦</span> <span class="Normal">int</span> curr = screen_data_start+<span class="Comment">/*</span><span class="Comment">length</span><span class="Comment">*/</span><span class="Constant">1</span>+row*screen_width* <span class="Comment">/*</span><span class="Comment">size of screen-cell</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">;</span> -<span id="L403" class="LineNr">403 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> col = <span class="Constant">0</span><span class="Delimiter">;</span> col < screen_width<span class="Delimiter">;</span> ++col<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L404" class="LineNr">404 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">))</span> -<span id="L405" class="LineNr">405 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << to_unicode<span class="Delimiter">(</span><span class="Normal">static_cast</span><<span class="Normal">uint32_t</span>><span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">)));</span> -<span id="L406" class="LineNr">406 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> -<span id="L407" class="LineNr">407 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << <span class="Constant">' '</span><span class="Delimiter">;</span> -<span id="L408" class="LineNr">408 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr += <span class="Comment">/*</span><span class="Comment">size of screen-cell</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">;</span> -<span id="L409" class="LineNr">409 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L410" class="LineNr">410 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">".</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L401" class="LineNr">401 </span> cerr << <span class="Constant">'.'</span><span class="Delimiter">;</span> +<span id="L402" class="LineNr">402 </span> <span class="Normal">int</span> curr = screen_data_start+<span class="Comment">/*</span><span class="Comment">length</span><span class="Comment">*/</span><span class="Constant">1</span>+row*screen_width* <span class="Comment">/*</span><span class="Comment">size of screen-cell</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">;</span> +<span id="L403" class="LineNr">403 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> col = <span class="Constant">0</span><span class="Delimiter">;</span> col < screen_width<span class="Delimiter">;</span> ++col<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L404" class="LineNr">404 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">))</span> +<span id="L405" class="LineNr">405 </span> cerr << to_unicode<span class="Delimiter">(</span><span class="Normal">static_cast</span><<span class="Normal">uint32_t</span>><span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">)));</span> +<span id="L406" class="LineNr">406 </span> <span class="Normal">else</span> +<span id="L407" class="LineNr">407 </span> cerr << <span class="Constant">' '</span><span class="Delimiter">;</span> +<span id="L408" class="LineNr">408 </span> curr += <span class="Comment">/*</span><span class="Comment">size of screen-cell</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">;</span> +<span id="L409" class="LineNr">409 </span> <span class="Delimiter">}</span> +<span id="L410" class="LineNr">410 </span> cerr << <span class="Constant">".</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> <span id="L411" class="LineNr">411 </span> <span class="Delimiter">}</span> <span id="L412" class="LineNr">412 </span><span class="Delimiter">}</span> </pre> diff --git a/html/083scenario_screen_test.mu.html b/html/083scenario_screen_test.mu.html index 0b02262a..185fb7de 100644 --- a/html/083scenario_screen_test.mu.html +++ b/html/083scenario_screen_test.mu.html @@ -16,12 +16,11 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -62,12 +61,12 @@ if ('onhashchange' in window) { <span id="L4" class="LineNr"> 4 </span> <span class="Constant">local-scope</span> <span id="L5" class="LineNr"> 5 </span> assume-screen <span class="Constant">3/width</span>, <span class="Constant">2/height</span> <span id="L6" class="LineNr"> 6 </span> run [ -<span id="L7" class="LineNr"> 7 </span> <span class="Conceal">¦</span> a:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> -<span id="L8" class="LineNr"> 8 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='081print.mu.html#L16'>screen</a>, a +<span id="L7" class="LineNr"> 7 </span> a:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> +<span id="L8" class="LineNr"> 8 </span> screen <span class="Special"><-</span> print screen, a <span id="L9" class="LineNr"> 9 </span> ] <span id="L10" class="LineNr">10 </span> screen-should-contain [ -<span id="L11" class="LineNr">11 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L12" class="LineNr">12 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L11" class="LineNr">11 </span> <span class="Constant"> .a .</span> +<span id="L12" class="LineNr">12 </span> <span class="Constant"> . .</span> <span id="L13" class="LineNr">13 </span> ] <span id="L14" class="LineNr">14 </span>] <span id="L15" class="LineNr">15 </span> @@ -76,16 +75,16 @@ if ('onhashchange' in window) { <span id="L18" class="LineNr">18 </span> assume-screen <span class="Constant">5/width</span>, <span class="Constant">3/height</span> <span id="L19" class="LineNr">19 </span> <span class="Comment"># print a character</span> <span id="L20" class="LineNr">20 </span> a:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> -<span id="L21" class="LineNr">21 </span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='081print.mu.html#L16'>screen</a>, a +<span id="L21" class="LineNr">21 </span> screen <span class="Special"><-</span> print screen, a <span id="L22" class="LineNr">22 </span> <span class="Comment"># move cursor to start of line</span> -<span id="L23" class="LineNr">23 </span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L591'>move-cursor</a> <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">0/row</span>, <span class="Constant">0/column</span> +<span id="L23" class="LineNr">23 </span> screen <span class="Special"><-</span> move-cursor screen, <span class="Constant">0/row</span>, <span class="Constant">0/column</span> <span id="L24" class="LineNr">24 </span> run [ -<span id="L25" class="LineNr">25 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L524'>clear-line</a> <a href='081print.mu.html#L16'>screen</a> +<span id="L25" class="LineNr">25 </span> screen <span class="Special"><-</span> clear-line screen <span id="L26" class="LineNr">26 </span> ] <span id="L27" class="LineNr">27 </span> screen-should-contain [ -<span id="L28" class="LineNr">28 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L29" class="LineNr">29 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L30" class="LineNr">30 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L28" class="LineNr">28 </span> <span class="Constant"> . .</span> +<span id="L29" class="LineNr">29 </span> <span class="Constant"> . .</span> +<span id="L30" class="LineNr">30 </span> <span class="Constant"> . .</span> <span id="L31" class="LineNr">31 </span> ] <span id="L32" class="LineNr">32 </span>] <span id="L33" class="LineNr">33 </span> @@ -93,14 +92,14 @@ if ('onhashchange' in window) { <span id="L35" class="LineNr">35 </span> <span class="Constant">local-scope</span> <span id="L36" class="LineNr">36 </span> assume-screen <span class="Constant">3/width</span>, <span class="Constant">2/height</span> <span id="L37" class="LineNr">37 </span> run [ -<span id="L38" class="LineNr">38 </span> <span class="Conceal">¦</span> a:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> -<span id="L39" class="LineNr">39 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L591'>move-cursor</a> <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">1/row</span>, <span class="Constant">2/column</span> -<span id="L40" class="LineNr">40 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='081print.mu.html#L16'>screen</a>, a -<span id="L41" class="LineNr">41 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='081print.mu.html#L16'>screen</a>, a +<span id="L38" class="LineNr">38 </span> a:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> +<span id="L39" class="LineNr">39 </span> move-cursor screen, <span class="Constant">1/row</span>, <span class="Constant">2/column</span> +<span id="L40" class="LineNr">40 </span> screen <span class="Special"><-</span> print screen, a +<span id="L41" class="LineNr">41 </span> screen <span class="Special"><-</span> print screen, a <span id="L42" class="LineNr">42 </span> ] <span id="L43" class="LineNr">43 </span> screen-should-contain [ -<span id="L44" class="LineNr">44 </span> <span class="Conceal">¦</span><span class="Constant"> . a.</span> -<span id="L45" class="LineNr">45 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> +<span id="L44" class="LineNr">44 </span> <span class="Constant"> . a.</span> +<span id="L45" class="LineNr">45 </span> <span class="Constant"> .a .</span> <span id="L46" class="LineNr">46 </span> ] <span id="L47" class="LineNr">47 </span>] </pre> diff --git a/html/084console.mu.html b/html/084console.mu.html index 2364af89..1c1a95b2 100644 --- a/html/084console.mu.html +++ b/html/084console.mu.html @@ -15,16 +15,15 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.muData { color: #ffff00; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.muData { color: #ffff00; } --> </style> @@ -62,68 +61,68 @@ if ('onhashchange' in window) { <span id="L1" class="LineNr"> 1 </span><span class="Comment"># Wrappers around interaction primitives that take a potentially fake object</span> <span id="L2" class="LineNr"> 2 </span><span class="Comment"># and are thus easier to test.</span> <span id="L3" class="LineNr"> 3 </span> -<span id="L4" class="LineNr"> 4 </span><span class="muData">exclusive-container</span> <a href='084console.mu.html#L4'>event</a> [ +<span id="L4" class="LineNr"> 4 </span><span class="muData">exclusive-container</span> event [ <span id="L5" class="LineNr"> 5 </span> text:char <span id="L6" class="LineNr"> 6 </span> keycode:num <span class="Comment"># keys on keyboard without a unicode representation</span> -<span id="L7" class="LineNr"> 7 </span> touch:<a href='084console.mu.html#L12'>touch-event</a> <span class="Comment"># mouse, track ball, etc.</span> -<span id="L8" class="LineNr"> 8 </span> resize:<a href='084console.mu.html#L18'>resize-event</a> +<span id="L7" class="LineNr"> 7 </span> touch:touch-event <span class="Comment"># mouse, track ball, etc.</span> +<span id="L8" class="LineNr"> 8 </span> resize:resize-event <span id="L9" class="LineNr"> 9 </span> <span class="Comment"># update the assume-console handler if you add more variants</span> <span id="L10" class="LineNr"> 10 </span>] <span id="L11" class="LineNr"> 11 </span> -<span id="L12" class="LineNr"> 12 </span><span class="muData">container</span> <a href='084console.mu.html#L12'>touch-event</a> [ +<span id="L12" class="LineNr"> 12 </span><span class="muData">container</span> touch-event [ <span id="L13" class="LineNr"> 13 </span> type:num <span id="L14" class="LineNr"> 14 </span> row:num <span id="L15" class="LineNr"> 15 </span> column:num <span id="L16" class="LineNr"> 16 </span>] <span id="L17" class="LineNr"> 17 </span> -<span id="L18" class="LineNr"> 18 </span><span class="muData">container</span> <a href='084console.mu.html#L18'>resize-event</a> [ +<span id="L18" class="LineNr"> 18 </span><span class="muData">container</span> resize-event [ <span id="L19" class="LineNr"> 19 </span> width:num <span id="L20" class="LineNr"> 20 </span> height:num <span id="L21" class="LineNr"> 21 </span>] <span id="L22" class="LineNr"> 22 </span> -<span id="L23" class="LineNr"> 23 </span><span class="muData">container</span> <a href='084console.mu.html#L23'>console</a> [ +<span id="L23" class="LineNr"> 23 </span><span class="muData">container</span> console [ <span id="L24" class="LineNr"> 24 </span> current-event-index:num -<span id="L25" class="LineNr"> 25 </span> events:&:@:<a href='084console.mu.html#L4'>event</a> +<span id="L25" class="LineNr"> 25 </span> events:&:@:event <span id="L26" class="LineNr"> 26 </span>] <span id="L27" class="LineNr"> 27 </span> -<span id="L28" class="LineNr"> 28 </span><span class="muRecipe">def</span> <a href='084console.mu.html#L28'>new-fake-console</a> events:&:@:<a href='084console.mu.html#L4'>event</a><span class="muRecipe"> -> </span>result:&:<a href='084console.mu.html#L23'>console</a> [ +<span id="L28" class="LineNr"> 28 </span><span class="muRecipe">def</span> new-fake-console events:&:@:event<span class="muRecipe"> -> </span>result:&:console [ <span id="L29" class="LineNr"> 29 </span> <span class="Constant">local-scope</span> <span id="L30" class="LineNr"> 30 </span> <span class="Constant">load-inputs</span> -<span id="L31" class="LineNr"> 31 </span> result:&:<a href='084console.mu.html#L23'>console</a> <span class="Special"><-</span> new <span class="Constant"><a href='084console.mu.html#L23'>console</a>:type</span> +<span id="L31" class="LineNr"> 31 </span> result:&:console <span class="Special"><-</span> new <span class="Constant">console:type</span> <span id="L32" class="LineNr"> 32 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">events:offset</span>, events <span id="L33" class="LineNr"> 33 </span>] <span id="L34" class="LineNr"> 34 </span> -<span id="L35" class="LineNr"> 35 </span><span class="muRecipe">def</span> <a href='084console.mu.html#L35'>read-event</a> <a href='084console.mu.html#L23'>console</a>:&:<a href='084console.mu.html#L23'>console</a><span class="muRecipe"> -> </span>result:<a href='084console.mu.html#L4'>event</a>, found?:bool, quit?:bool, <a href='084console.mu.html#L23'>console</a>:&:<a href='084console.mu.html#L23'>console</a> [ +<span id="L35" class="LineNr"> 35 </span><span class="muRecipe">def</span> read-event console:&:console<span class="muRecipe"> -> </span>result:event, found?:bool, quit?:bool, console:&:console [ <span id="L36" class="LineNr"> 36 </span> <span class="Constant">local-scope</span> <span id="L37" class="LineNr"> 37 </span> <span class="Constant">load-inputs</span> <span id="L38" class="LineNr"> 38 </span> <span class="Delimiter">{</span> -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='084console.mu.html#L23'>console</a> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> current-event-index:num <span class="Special"><-</span> get *console, <span class="Constant">current-event-index:offset</span> -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span> buf:&:@:<a href='084console.mu.html#L4'>event</a> <span class="Special"><-</span> get *console, <span class="Constant">events:offset</span> -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> max:num <span class="Special"><-</span> length *buf -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal current-event-index, max -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> done? -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> dummy:&:<a href='084console.mu.html#L4'>event</a> <span class="Special"><-</span> new <span class="Constant"><a href='084console.mu.html#L4'>event</a>:type</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> return</span> *dummy, <span class="Constant">1/found</span>, <span class="Constant">1/quit</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span> result <span class="Special"><-</span> index *buf, current-event-index -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span> current-event-index <span class="Special"><-</span> add current-event-index,<span class="Constant"> 1</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> *console <span class="Special"><-</span> put *console, <span class="Constant">current-event-index:offset</span>, current-event-index -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> result, <span class="Constant">1/found</span>, <span class="Constant">0/quit</span> +<span id="L39" class="LineNr"> 39 </span> <span class="muControl">break-unless</span> console +<span id="L40" class="LineNr"> 40 </span> current-event-index:num <span class="Special"><-</span> get *console, <span class="Constant">current-event-index:offset</span> +<span id="L41" class="LineNr"> 41 </span> buf:&:@:event <span class="Special"><-</span> get *console, <span class="Constant">events:offset</span> +<span id="L42" class="LineNr"> 42 </span> <span class="Delimiter">{</span> +<span id="L43" class="LineNr"> 43 </span> max:num <span class="Special"><-</span> length *buf +<span id="L44" class="LineNr"> 44 </span> done?:bool <span class="Special"><-</span> greater-or-equal current-event-index, max +<span id="L45" class="LineNr"> 45 </span> <span class="muControl">break-unless</span> done? +<span id="L46" class="LineNr"> 46 </span> dummy:&:event <span class="Special"><-</span> new <span class="Constant">event:type</span> +<span id="L47" class="LineNr"> 47 </span> <span class="muControl"> return</span> *dummy, <span class="Constant">1/found</span>, <span class="Constant">1/quit</span> +<span id="L48" class="LineNr"> 48 </span> <span class="Delimiter">}</span> +<span id="L49" class="LineNr"> 49 </span> result <span class="Special"><-</span> index *buf, current-event-index +<span id="L50" class="LineNr"> 50 </span> current-event-index <span class="Special"><-</span> add current-event-index,<span class="Constant"> 1</span> +<span id="L51" class="LineNr"> 51 </span> *console <span class="Special"><-</span> put *console, <span class="Constant">current-event-index:offset</span>, current-event-index +<span id="L52" class="LineNr"> 52 </span> <span class="muControl"> return</span> result, <span class="Constant">1/found</span>, <span class="Constant">0/quit</span> <span id="L53" class="LineNr"> 53 </span> <span class="Delimiter">}</span> <span id="L54" class="LineNr"> 54 </span> switch <span class="Comment"># real event source is infrequent; avoid polling it too much</span> -<span id="L55" class="LineNr"> 55 </span> result:<a href='084console.mu.html#L4'>event</a>, found?:bool <span class="Special"><-</span> check-for-interaction +<span id="L55" class="LineNr"> 55 </span> result:event, found?:bool <span class="Special"><-</span> check-for-interaction <span id="L56" class="LineNr"> 56 </span> <span class="muControl"> return</span> result, found?, <span class="Constant">0/quit</span> <span id="L57" class="LineNr"> 57 </span>] <span id="L58" class="LineNr"> 58 </span> <span id="L59" class="LineNr"> 59 </span><span class="Comment"># variant of read-event for just keyboard events. Discards everything that</span> <span id="L60" class="LineNr"> 60 </span><span class="Comment"># isn't unicode, so no arrow keys, page-up/page-down, etc. But you still get</span> <span id="L61" class="LineNr"> 61 </span><span class="Comment"># newlines, tabs, ctrl-d..</span> -<span id="L62" class="LineNr"> 62 </span><span class="muRecipe">def</span> <a href='084console.mu.html#L62'>read-key</a> <a href='084console.mu.html#L23'>console</a>:&:<a href='084console.mu.html#L23'>console</a><span class="muRecipe"> -> </span>result:char, found?:bool, quit?:bool, <a href='084console.mu.html#L23'>console</a>:&:<a href='084console.mu.html#L23'>console</a> [ +<span id="L62" class="LineNr"> 62 </span><span class="muRecipe">def</span> read-key console:&:console<span class="muRecipe"> -> </span>result:char, found?:bool, quit?:bool, console:&:console [ <span id="L63" class="LineNr"> 63 </span> <span class="Constant">local-scope</span> <span id="L64" class="LineNr"> 64 </span> <span class="Constant">load-inputs</span> -<span id="L65" class="LineNr"> 65 </span> x:<a href='084console.mu.html#L4'>event</a>, found?:bool, quit?:bool, <a href='084console.mu.html#L23'>console</a> <span class="Special"><-</span> <a href='084console.mu.html#L35'>read-event</a> <a href='084console.mu.html#L23'>console</a> +<span id="L65" class="LineNr"> 65 </span> x:event, found?:bool, quit?:bool, console <span class="Special"><-</span> read-event console <span id="L66" class="LineNr"> 66 </span> <span class="muControl">return-if</span> quit?,<span class="Constant"> 0</span>, found?, quit? <span id="L67" class="LineNr"> 67 </span> <span class="muControl">return-unless</span> found?,<span class="Constant"> 0</span>, found?, quit? <span id="L68" class="LineNr"> 68 </span> c:char, converted?:bool <span class="Special"><-</span> maybe-convert x, <span class="Constant">text:variant</span> @@ -131,36 +130,36 @@ if ('onhashchange' in window) { <span id="L70" class="LineNr"> 70 </span> <span class="muControl"> return</span> c, <span class="Constant">1/found</span>, <span class="Constant">0/quit</span> <span id="L71" class="LineNr"> 71 </span>] <span id="L72" class="LineNr"> 72 </span> -<span id="L73" class="LineNr"> 73 </span><span class="muRecipe">def</span> <a href='084console.mu.html#L73'>send-keys-to-channel</a> <a href='084console.mu.html#L23'>console</a>:&:<a href='084console.mu.html#L23'>console</a>, chan:&:<a href='075channel.mu.html#L47'>sink</a>:char, <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span><a href='084console.mu.html#L23'>console</a>:&:<a href='084console.mu.html#L23'>console</a>, chan:&:<a href='075channel.mu.html#L47'>sink</a>:char, <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L73" class="LineNr"> 73 </span><span class="muRecipe">def</span> send-keys-to-channel console:&:console, chan:&:sink:char, screen:&:screen<span class="muRecipe"> -> </span>console:&:console, chan:&:sink:char, screen:&:screen [ <span id="L74" class="LineNr"> 74 </span> <span class="Constant">local-scope</span> <span id="L75" class="LineNr"> 75 </span> <span class="Constant">load-inputs</span> <span id="L76" class="LineNr"> 76 </span> <span class="Delimiter">{</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> c:char, found?:bool, quit?:bool, <a href='084console.mu.html#L23'>console</a> <span class="Special"><-</span> <a href='084console.mu.html#L62'>read-key</a> <a href='084console.mu.html#L23'>console</a> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <span class="muControl">loop-unless</span> found? -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> quit? -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> assert c, <span class="Constant">[invalid <a href='084console.mu.html#L4'>event</a>, expected text]</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='081print.mu.html#L16'>screen</a>, c -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> chan <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> chan, c -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L77" class="LineNr"> 77 </span> c:char, found?:bool, quit?:bool, console <span class="Special"><-</span> read-key console +<span id="L78" class="LineNr"> 78 </span> <span class="muControl">loop-unless</span> found? +<span id="L79" class="LineNr"> 79 </span> <span class="muControl">break-if</span> quit? +<span id="L80" class="LineNr"> 80 </span> assert c, <span class="Constant">[invalid event, expected text]</span> +<span id="L81" class="LineNr"> 81 </span> screen <span class="Special"><-</span> print screen, c +<span id="L82" class="LineNr"> 82 </span> chan <span class="Special"><-</span> write chan, c +<span id="L83" class="LineNr"> 83 </span> <span class="muControl"> loop</span> <span id="L84" class="LineNr"> 84 </span> <span class="Delimiter">}</span> <span id="L85" class="LineNr"> 85 </span> chan <span class="Special"><-</span> close chan <span id="L86" class="LineNr"> 86 </span>] <span id="L87" class="LineNr"> 87 </span> -<span id="L88" class="LineNr"> 88 </span><span class="muRecipe">def</span> <a href='084console.mu.html#L88'>wait-for-event</a> <a href='084console.mu.html#L23'>console</a>:&:<a href='084console.mu.html#L23'>console</a><span class="muRecipe"> -> </span><a href='084console.mu.html#L23'>console</a>:&:<a href='084console.mu.html#L23'>console</a> [ +<span id="L88" class="LineNr"> 88 </span><span class="muRecipe">def</span> wait-for-event console:&:console<span class="muRecipe"> -> </span>console:&:console [ <span id="L89" class="LineNr"> 89 </span> <span class="Constant">local-scope</span> <span id="L90" class="LineNr"> 90 </span> <span class="Constant">load-inputs</span> <span id="L91" class="LineNr"> 91 </span> <span class="Delimiter">{</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> _, found?:bool <span class="Special"><-</span> <a href='084console.mu.html#L35'>read-event</a> <a href='084console.mu.html#L23'>console</a> -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> found? -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> switch -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L92" class="LineNr"> 92 </span> _, found?:bool <span class="Special"><-</span> read-event console +<span id="L93" class="LineNr"> 93 </span> <span class="muControl">break-if</span> found? +<span id="L94" class="LineNr"> 94 </span> switch +<span id="L95" class="LineNr"> 95 </span> <span class="muControl"> loop</span> <span id="L96" class="LineNr"> 96 </span> <span class="Delimiter">}</span> <span id="L97" class="LineNr"> 97 </span>] <span id="L98" class="LineNr"> 98 </span> -<span id="L99" class="LineNr"> 99 </span><span class="muRecipe">def</span> <a href='084console.mu.html#L99'>has-more-events?</a> <a href='084console.mu.html#L23'>console</a>:&:<a href='084console.mu.html#L23'>console</a><span class="muRecipe"> -> </span>result:bool [ +<span id="L99" class="LineNr"> 99 </span><span class="muRecipe">def</span> has-more-events? console:&:console<span class="muRecipe"> -> </span>result:bool [ <span id="L100" class="LineNr">100 </span> <span class="Constant">local-scope</span> <span id="L101" class="LineNr">101 </span> <span class="Constant">load-inputs</span> -<span id="L102" class="LineNr">102 </span> <span class="muControl">return-if</span> <a href='084console.mu.html#L23'>console</a>, <span class="Constant">0/false</span> <span class="Comment"># fake events are processed as soon as they arrive</span> +<span id="L102" class="LineNr">102 </span> <span class="muControl">return-if</span> console, <span class="Constant">0/false</span> <span class="Comment"># fake events are processed as soon as they arrive</span> <span id="L103" class="LineNr">103 </span> result <span class="Special"><-</span> interactions-left? <span id="L104" class="LineNr">104 </span>] </pre> diff --git a/html/085scenario_console.cc.html b/html/085scenario_console.cc.html index 6775ab78..69962e44 100644 --- a/html/085scenario_console.cc.html +++ b/html/085scenario_console.cc.html @@ -15,16 +15,15 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } +.Constant { color: #00a0a0; } +.Special { color: #c00000; } +.Delimiter { color: #800080; } .muScenario { color: #00af00; } .Identifier { color: #c0a020; } -.Constant { color: #00a0a0; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } .cSpecial { color: #008000; } --> </style> @@ -74,24 +73,24 @@ if ('onhashchange' in window) { <span id="L12" class="LineNr"> 12 </span><span class="Delimiter">:(scenario keyboard_in_scenario)</span> <span id="L13" class="LineNr"> 13 </span><span class="muScenario"><a href='050scenario.cc.html#L57'>scenario</a></span> keyboard-in-scenario [ <span id="L14" class="LineNr"> 14 </span> assume-console [ -<span id="L15" class="LineNr"> 15 </span> <span class="Conceal">¦</span> type [abc] +<span id="L15" class="LineNr"> 15 </span> type [abc] <span id="L16" class="LineNr"> 16 </span> ] <span id="L17" class="LineNr"> 17 </span> run [ -<span id="L18" class="LineNr"> 18 </span> <span class="Conceal">¦</span> <span class="Constant">1</span>:<span class="Normal">char</span><span class="Delimiter">,</span> <span class="Constant">2</span>:<span class="Normal">bool</span><span class="Special"> <- </span>read-key console -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span> <span class="Constant">3</span>:<span class="Normal">char</span><span class="Delimiter">,</span> <span class="Constant">4</span>:<span class="Normal">bool</span><span class="Special"> <- </span>read-key console -<span id="L20" class="LineNr"> 20 </span> <span class="Conceal">¦</span> <span class="Constant">5</span>:<span class="Normal">char</span><span class="Delimiter">,</span> <span class="Constant">6</span>:<span class="Normal">bool</span><span class="Special"> <- </span>read-key console -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span> <span class="Constant">7</span>:<span class="Normal">char</span><span class="Delimiter">,</span> <span class="Constant">8</span>:<span class="Normal">bool</span><span class="Delimiter">,</span> <span class="Constant">9</span>:<span class="Normal">bool</span><span class="Special"> <- </span>read-key console +<span id="L18" class="LineNr"> 18 </span> <span class="Constant">1</span>:<span class="Normal">char</span><span class="Delimiter">,</span> <span class="Constant">2</span>:<span class="Normal">bool</span><span class="Special"> <- </span>read-key console +<span id="L19" class="LineNr"> 19 </span> <span class="Constant">3</span>:<span class="Normal">char</span><span class="Delimiter">,</span> <span class="Constant">4</span>:<span class="Normal">bool</span><span class="Special"> <- </span>read-key console +<span id="L20" class="LineNr"> 20 </span> <span class="Constant">5</span>:<span class="Normal">char</span><span class="Delimiter">,</span> <span class="Constant">6</span>:<span class="Normal">bool</span><span class="Special"> <- </span>read-key console +<span id="L21" class="LineNr"> 21 </span> <span class="Constant">7</span>:<span class="Normal">char</span><span class="Delimiter">,</span> <span class="Constant">8</span>:<span class="Normal">bool</span><span class="Delimiter">,</span> <span class="Constant">9</span>:<span class="Normal">bool</span><span class="Special"> <- </span>read-key console <span id="L22" class="LineNr"> 22 </span> ] <span id="L23" class="LineNr"> 23 </span> memory-should-contain [ -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">97</span> <span class="Comment"># 'a'</span> -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span> <span class="Constant">2</span><span class="Special"> <- </span><span class="Constant">1</span> -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span> <span class="Constant">3</span><span class="Special"> <- </span><span class="Constant">98</span> <span class="Comment"># 'b'</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span> <span class="Constant">4</span><span class="Special"> <- </span><span class="Constant">1</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Conceal">¦</span> <span class="Constant">5</span><span class="Special"> <- </span><span class="Constant">99</span> <span class="Comment"># 'c'</span> -<span id="L29" class="LineNr"> 29 </span> <span class="Conceal">¦</span> <span class="Constant">6</span><span class="Special"> <- </span><span class="Constant">1</span> -<span id="L30" class="LineNr"> 30 </span> <span class="Conceal">¦</span> <span class="Constant">7</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unset</span> -<span id="L31" class="LineNr"> 31 </span> <span class="Conceal">¦</span> <span class="Constant">8</span><span class="Special"> <- </span><span class="Constant">1</span> -<span id="L32" class="LineNr"> 32 </span> <span class="Conceal">¦</span> <span class="Constant">9</span><span class="Special"> <- </span><span class="Constant">1</span> <span class="Comment"># end of test events</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">97</span> <span class="Comment"># 'a'</span> +<span id="L25" class="LineNr"> 25 </span> <span class="Constant">2</span><span class="Special"> <- </span><span class="Constant">1</span> +<span id="L26" class="LineNr"> 26 </span> <span class="Constant">3</span><span class="Special"> <- </span><span class="Constant">98</span> <span class="Comment"># 'b'</span> +<span id="L27" class="LineNr"> 27 </span> <span class="Constant">4</span><span class="Special"> <- </span><span class="Constant">1</span> +<span id="L28" class="LineNr"> 28 </span> <span class="Constant">5</span><span class="Special"> <- </span><span class="Constant">99</span> <span class="Comment"># 'c'</span> +<span id="L29" class="LineNr"> 29 </span> <span class="Constant">6</span><span class="Special"> <- </span><span class="Constant">1</span> +<span id="L30" class="LineNr"> 30 </span> <span class="Constant">7</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unset</span> +<span id="L31" class="LineNr"> 31 </span> <span class="Constant">8</span><span class="Special"> <- </span><span class="Constant">1</span> +<span id="L32" class="LineNr"> 32 </span> <span class="Constant">9</span><span class="Special"> <- </span><span class="Constant">1</span> <span class="Comment"># end of test events</span> <span id="L33" class="LineNr"> 33 </span> ] <span id="L34" class="LineNr"> 34 </span>] <span id="L35" class="LineNr"> 35 </span> @@ -118,263 +117,259 @@ if ('onhashchange' in window) { <span id="L56" class="LineNr"> 56 </span> istringstream in<span class="Delimiter">(</span><span class="Constant">"["</span> + <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name + <span class="Constant">"]"</span><span class="Delimiter">);</span> <span id="L57" class="LineNr"> 57 </span> <a href='010vm.cc.html#L19'>recipe</a> r<span class="Delimiter">;</span> <span id="L58" class="LineNr"> 58 </span> <a href='011load.cc.html#L81'>slurp_body</a><span class="Delimiter">(</span>in<span class="Delimiter">,</span> r<span class="Delimiter">);</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Normal">int</span> num_events = <a href='085scenario_console.cc.html#L284'>count_events</a><span class="Delimiter">(</span>r<span class="Delimiter">);</span> +<span id="L59" class="LineNr"> 59 </span> <span class="Normal">int</span> num_events = <a href='085scenario_console.cc.html#L280'>count_events</a><span class="Delimiter">(</span>r<span class="Delimiter">);</span> <span id="L60" class="LineNr"> 60 </span> <span class="Comment">// initialize the events like in new-fake-console</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Normal">int</span> size = <span class="Comment">/*</span><span class="Comment">space for refcount and length</span><span class="Comment">*/</span><span class="Constant">2</span> + num_events*size_of_event<span class="Delimiter">();</span> +<span id="L61" class="LineNr"> 61 </span> <span class="Normal">int</span> size = <span class="Comment">/*</span><span class="Comment">length</span><span class="Comment">*/</span><span class="Constant">1</span> + num_events*size_of_event<span class="Delimiter">();</span> <span id="L62" class="LineNr"> 62 </span> <span class="Normal">int</span> event_data_address = allocate<span class="Delimiter">(</span>size<span class="Delimiter">);</span> <span id="L63" class="LineNr"> 63 </span> <span class="Comment">// store length</span> -<span id="L64" class="LineNr"> 64 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> event_data_address+<span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> num_events<span class="Delimiter">);</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Normal">int</span> curr_address = event_data_address + <span class="Comment">/*</span><span class="Comment">skip refcount and length</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">;</span> +<span id="L64" class="LineNr"> 64 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> event_data_address<span class="Delimiter">,</span> num_events<span class="Delimiter">);</span> +<span id="L65" class="LineNr"> 65 </span> <span class="Normal">int</span> curr_address = event_data_address + <span class="Comment">/*</span><span class="Comment">skip length</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> <span id="L66" class="LineNr"> 66 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"left-click"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 'left-click' event starting at "</span> << Current_routine<span class="Delimiter">-></span>alloc << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">tag for 'touch-event' variant of 'event' exclusive-container</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">);</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address+<span class="Comment">/*</span><span class="Comment">skip tag</span><span class="Comment">*/</span><span class="Constant">1</span>+<span class="Comment">/*</span><span class="Comment">offset of 'type' in 'mouse-event'</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">,</span> TB_KEY_MOUSE_LEFT<span class="Delimiter">);</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address+<span class="Comment">/*</span><span class="Comment">skip tag</span><span class="Comment">*/</span><span class="Constant">1</span>+<span class="Comment">/*</span><span class="Comment">offset of 'row' in 'mouse-event'</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> to_integer<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">));</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address+<span class="Comment">/*</span><span class="Comment">skip tag</span><span class="Comment">*/</span><span class="Constant">1</span>+<span class="Comment">/*</span><span class="Comment">offset of 'column' in 'mouse-event'</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">,</span> to_integer<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name<span class="Delimiter">));</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr_address += <a href='085scenario_console.cc.html#L296'>size_of_event</a><span class="Delimiter">();</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"press"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 'press' event starting at "</span> << curr_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> string key = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">;</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_integer<span class="Delimiter">(</span>key<span class="Delimiter">))</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address+<span class="Constant">1</span><span class="Delimiter">,</span> to_integer<span class="Delimiter">(</span>key<span class="Delimiter">));</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Key<span class="Delimiter">,</span> key<span class="Delimiter">))</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address+<span class="Constant">1</span><span class="Delimiter">,</span> Key[key]<span class="Delimiter">);</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"assume-console: can't press '"</span> << key << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address+<span class="Constant">1</span><span class="Delimiter">)</span> < <span class="Constant">256</span><span class="Delimiter">)</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// these keys are in ascii</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">tag for 'text' variant of 'event' exclusive-container</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// distinguish from unicode</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">tag for 'keycode' variant of 'event' exclusive-container</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr_address += <a href='085scenario_console.cc.html#L296'>size_of_event</a><span class="Delimiter">();</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> <span class="Comment">// End Event Handlers</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// keyboard input</span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"type"</span><span class="Delimiter">);</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 'type' event starting at "</span> << curr_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> string& contents = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">;</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> <span class="Normal">char</span>* raw_contents = contents<span class="Delimiter">.</span>c_str<span class="Delimiter">();</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> num_keyboard_events = <a href='038new_text.cc.html#L131'>unicode_length</a><span class="Delimiter">(</span>contents<span class="Delimiter">);</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> curr = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < num_keyboard_events<span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L104" class="LineNr">104 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 'text' tag at "</span> << curr_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L105" class="LineNr">105 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">tag for 'text' variant of 'event' exclusive-container</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L106" class="LineNr">106 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">uint32_t</span> curr_character<span class="Delimiter">;</span> -<span id="L107" class="LineNr">107 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>curr < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>contents<span class="Delimiter">));</span> -<span id="L108" class="LineNr">108 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_utf8_char_to_unicode<span class="Delimiter">(</span>&curr_character<span class="Delimiter">,</span> &raw_contents[curr]<span class="Delimiter">);</span> -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing character "</span> << curr_character << <span class="Constant">" at "</span> << curr_address+<span class="Comment">/*</span><span class="Comment">skip exclusive container tag</span><span class="Comment">*/</span><span class="Constant">1</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L110" class="LineNr">110 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address+<span class="Comment">/*</span><span class="Comment">skip exclusive container tag</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> curr_character<span class="Delimiter">);</span> -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr += tb_utf8_char_length<span class="Delimiter">(</span>raw_contents[curr]<span class="Delimiter">);</span> -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr_address += <a href='085scenario_console.cc.html#L296'>size_of_event</a><span class="Delimiter">();</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L67" class="LineNr"> 67 </span> <span class="Normal">const</span> instruction& inst = r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"left-click"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L69" class="LineNr"> 69 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 'left-click' event starting at "</span> << Current_routine<span class="Delimiter">-></span>alloc << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L70" class="LineNr"> 70 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">tag for 'touch-event' variant of 'event' exclusive-container</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">);</span> +<span id="L71" class="LineNr"> 71 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address+<span class="Comment">/*</span><span class="Comment">skip tag</span><span class="Comment">*/</span><span class="Constant">1</span>+<span class="Comment">/*</span><span class="Comment">offset of 'type' in 'mouse-event'</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">,</span> TB_KEY_MOUSE_LEFT<span class="Delimiter">);</span> +<span id="L72" class="LineNr"> 72 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address+<span class="Comment">/*</span><span class="Comment">skip tag</span><span class="Comment">*/</span><span class="Constant">1</span>+<span class="Comment">/*</span><span class="Comment">offset of 'row' in 'mouse-event'</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> to_integer<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">));</span> +<span id="L73" class="LineNr"> 73 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address+<span class="Comment">/*</span><span class="Comment">skip tag</span><span class="Comment">*/</span><span class="Constant">1</span>+<span class="Comment">/*</span><span class="Comment">offset of 'column' in 'mouse-event'</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">,</span> to_integer<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>name<span class="Delimiter">));</span> +<span id="L74" class="LineNr"> 74 </span> curr_address += <a href='085scenario_console.cc.html#L292'>size_of_event</a><span class="Delimiter">();</span> +<span id="L75" class="LineNr"> 75 </span> <span class="Delimiter">}</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"press"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L77" class="LineNr"> 77 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 'press' event starting at "</span> << curr_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L78" class="LineNr"> 78 </span> string key = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">;</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>is_integer<span class="Delimiter">(</span>key<span class="Delimiter">))</span> +<span id="L80" class="LineNr"> 80 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address+<span class="Constant">1</span><span class="Delimiter">,</span> to_integer<span class="Delimiter">(</span>key<span class="Delimiter">));</span> +<span id="L81" class="LineNr"> 81 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Key<span class="Delimiter">,</span> key<span class="Delimiter">))</span> +<span id="L82" class="LineNr"> 82 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address+<span class="Constant">1</span><span class="Delimiter">,</span> Key[key]<span class="Delimiter">);</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Normal">else</span> +<span id="L84" class="LineNr"> 84 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"assume-console: can't press '"</span> << key << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address+<span class="Constant">1</span><span class="Delimiter">)</span> < <span class="Constant">256</span><span class="Delimiter">)</span> +<span id="L86" class="LineNr"> 86 </span> <span class="Comment">// these keys are in ascii</span> +<span id="L87" class="LineNr"> 87 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">tag for 'text' variant of 'event' exclusive-container</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L88" class="LineNr"> 88 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Comment">// distinguish from unicode</span> +<span id="L90" class="LineNr"> 90 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">tag for 'keycode' variant of 'event' exclusive-container</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L91" class="LineNr"> 91 </span> <span class="Delimiter">}</span> +<span id="L92" class="LineNr"> 92 </span> curr_address += <a href='085scenario_console.cc.html#L292'>size_of_event</a><span class="Delimiter">();</span> +<span id="L93" class="LineNr"> 93 </span> <span class="Delimiter">}</span> +<span id="L94" class="LineNr"> 94 </span> <span class="Comment">// End Event Handlers</span> +<span id="L95" class="LineNr"> 95 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L96" class="LineNr"> 96 </span> <span class="Comment">// keyboard input</span> +<span id="L97" class="LineNr"> 97 </span> assert<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>name == <span class="Constant">"type"</span><span class="Delimiter">);</span> +<span id="L98" class="LineNr"> 98 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 'type' event starting at "</span> << curr_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Normal">const</span> string& contents = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">;</span> +<span id="L100" class="LineNr">100 </span> <span class="Normal">const</span> <span class="Normal">char</span>* raw_contents = contents<span class="Delimiter">.</span>c_str<span class="Delimiter">();</span> +<span id="L101" class="LineNr">101 </span> <span class="Normal">int</span> num_keyboard_events = <a href='038new_text.cc.html#L129'>unicode_length</a><span class="Delimiter">(</span>contents<span class="Delimiter">);</span> +<span id="L102" class="LineNr">102 </span> <span class="Normal">int</span> curr = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L103" class="LineNr">103 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < num_keyboard_events<span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L104" class="LineNr">104 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 'text' tag at "</span> << curr_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L105" class="LineNr">105 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">tag for 'text' variant of 'event' exclusive-container</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L106" class="LineNr">106 </span> <span class="Normal">uint32_t</span> curr_character<span class="Delimiter">;</span> +<span id="L107" class="LineNr">107 </span> assert<span class="Delimiter">(</span>curr < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>contents<span class="Delimiter">));</span> +<span id="L108" class="LineNr">108 </span> tb_utf8_char_to_unicode<span class="Delimiter">(</span>&curr_character<span class="Delimiter">,</span> &raw_contents[curr]<span class="Delimiter">);</span> +<span id="L109" class="LineNr">109 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing character "</span> << curr_character << <span class="Constant">" at "</span> << curr_address+<span class="Comment">/*</span><span class="Comment">skip exclusive container tag</span><span class="Comment">*/</span><span class="Constant">1</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L110" class="LineNr">110 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr_address+<span class="Comment">/*</span><span class="Comment">skip exclusive container tag</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> curr_character<span class="Delimiter">);</span> +<span id="L111" class="LineNr">111 </span> curr += tb_utf8_char_length<span class="Delimiter">(</span>raw_contents[curr]<span class="Delimiter">);</span> +<span id="L112" class="LineNr">112 </span> curr_address += <a href='085scenario_console.cc.html#L292'>size_of_event</a><span class="Delimiter">();</span> +<span id="L113" class="LineNr">113 </span> <span class="Delimiter">}</span> +<span id="L114" class="LineNr">114 </span> <span class="Delimiter">}</span> <span id="L115" class="LineNr">115 </span> <span class="Delimiter">}</span> <span id="L116" class="LineNr">116 </span> assert<span class="Delimiter">(</span>curr_address == event_data_address+size<span class="Delimiter">);</span> <span id="L117" class="LineNr">117 </span> <span class="Comment">// wrap the array of events in a console object</span> -<span id="L118" class="LineNr">118 </span> <span class="Normal">int</span> console_address = allocate<span class="Delimiter">(</span><a href='085scenario_console.cc.html#L306'>size_of_console</a><span class="Delimiter">());</span> +<span id="L118" class="LineNr">118 </span> <span class="Normal">int</span> console_address = allocate<span class="Delimiter">(</span><a href='085scenario_console.cc.html#L302'>size_of_console</a><span class="Delimiter">());</span> <span id="L119" class="LineNr">119 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing console in "</span> << console_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L120" class="LineNr">120 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> CONSOLE<span class="Delimiter">,</span> console_address<span class="Delimiter">);</span> -<span id="L121" class="LineNr">121 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing console data in "</span> << console_address+<span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span>+<span class="Comment">/*</span><span class="Comment">offset of 'data' in container 'events'</span><span class="Comment">*/</span><span class="Constant">1</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L122" class="LineNr">122 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> console_address+<span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span>+<span class="Comment">/*</span><span class="Comment">offset of 'data' in container 'events'</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> event_data_address<span class="Delimiter">);</span> -<span id="L123" class="LineNr">123 </span> <span class="Comment">// increment refcount for event data</span> -<span id="L124" class="LineNr">124 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> event_data_address<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L125" class="LineNr">125 </span> <span class="Comment">// increment refcount for console</span> -<span id="L126" class="LineNr">126 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> console_address<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L127" class="LineNr">127 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L128" class="LineNr">128 </span><span class="Delimiter">}</span> -<span id="L129" class="LineNr">129 </span> -<span id="L130" class="LineNr">130 </span><span class="Delimiter">:(before "End Globals")</span> -<span id="L131" class="LineNr">131 </span>map<string<span class="Delimiter">,</span> <span class="Normal">int</span>> Key<span class="Delimiter">;</span> -<span id="L132" class="LineNr">132 </span><span class="Delimiter">:(before "End One-time Setup")</span> -<span id="L133" class="LineNr">133 </span><a href='085scenario_console.cc.html#L135'>initialize_key_names</a><span class="Delimiter">();</span> -<span id="L134" class="LineNr">134 </span><span class="Delimiter">:(code)</span> -<span id="L135" class="LineNr">135 </span><span class="Normal">void</span> <a href='085scenario_console.cc.html#L135'>initialize_key_names</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L136" class="LineNr">136 </span> Key[<span class="Constant">"F1"</span>] = TB_KEY_F1<span class="Delimiter">;</span> -<span id="L137" class="LineNr">137 </span> Key[<span class="Constant">"F2"</span>] = TB_KEY_F2<span class="Delimiter">;</span> -<span id="L138" class="LineNr">138 </span> Key[<span class="Constant">"F3"</span>] = TB_KEY_F3<span class="Delimiter">;</span> -<span id="L139" class="LineNr">139 </span> Key[<span class="Constant">"F4"</span>] = TB_KEY_F4<span class="Delimiter">;</span> -<span id="L140" class="LineNr">140 </span> Key[<span class="Constant">"F5"</span>] = TB_KEY_F5<span class="Delimiter">;</span> -<span id="L141" class="LineNr">141 </span> Key[<span class="Constant">"F6"</span>] = TB_KEY_F6<span class="Delimiter">;</span> -<span id="L142" class="LineNr">142 </span> Key[<span class="Constant">"F7"</span>] = TB_KEY_F7<span class="Delimiter">;</span> -<span id="L143" class="LineNr">143 </span> Key[<span class="Constant">"F8"</span>] = TB_KEY_F8<span class="Delimiter">;</span> -<span id="L144" class="LineNr">144 </span> Key[<span class="Constant">"F9"</span>] = TB_KEY_F9<span class="Delimiter">;</span> -<span id="L145" class="LineNr">145 </span> Key[<span class="Constant">"F10"</span>] = TB_KEY_F10<span class="Delimiter">;</span> -<span id="L146" class="LineNr">146 </span> Key[<span class="Constant">"F11"</span>] = TB_KEY_F11<span class="Delimiter">;</span> -<span id="L147" class="LineNr">147 </span> Key[<span class="Constant">"F12"</span>] = TB_KEY_F12<span class="Delimiter">;</span> -<span id="L148" class="LineNr">148 </span> Key[<span class="Constant">"insert"</span>] = TB_KEY_INSERT<span class="Delimiter">;</span> -<span id="L149" class="LineNr">149 </span> Key[<span class="Constant">"delete"</span>] = TB_KEY_DELETE<span class="Delimiter">;</span> -<span id="L150" class="LineNr">150 </span> Key[<span class="Constant">"home"</span>] = TB_KEY_HOME<span class="Delimiter">;</span> -<span id="L151" class="LineNr">151 </span> Key[<span class="Constant">"end"</span>] = TB_KEY_END<span class="Delimiter">;</span> -<span id="L152" class="LineNr">152 </span> Key[<span class="Constant">"page-up"</span>] = TB_KEY_PGUP<span class="Delimiter">;</span> -<span id="L153" class="LineNr">153 </span> Key[<span class="Constant">"page-down"</span>] = TB_KEY_PGDN<span class="Delimiter">;</span> -<span id="L154" class="LineNr">154 </span> Key[<span class="Constant">"up-arrow"</span>] = TB_KEY_ARROW_UP<span class="Delimiter">;</span> -<span id="L155" class="LineNr">155 </span> Key[<span class="Constant">"down-arrow"</span>] = TB_KEY_ARROW_DOWN<span class="Delimiter">;</span> -<span id="L156" class="LineNr">156 </span> Key[<span class="Constant">"left-arrow"</span>] = TB_KEY_ARROW_LEFT<span class="Delimiter">;</span> -<span id="L157" class="LineNr">157 </span> Key[<span class="Constant">"right-arrow"</span>] = TB_KEY_ARROW_RIGHT<span class="Delimiter">;</span> -<span id="L158" class="LineNr">158 </span> Key[<span class="Constant">"ctrl-a"</span>] = TB_KEY_CTRL_A<span class="Delimiter">;</span> -<span id="L159" class="LineNr">159 </span> Key[<span class="Constant">"ctrl-b"</span>] = TB_KEY_CTRL_B<span class="Delimiter">;</span> -<span id="L160" class="LineNr">160 </span> Key[<span class="Constant">"ctrl-c"</span>] = TB_KEY_CTRL_C<span class="Delimiter">;</span> -<span id="L161" class="LineNr">161 </span> Key[<span class="Constant">"ctrl-d"</span>] = TB_KEY_CTRL_D<span class="Delimiter">;</span> -<span id="L162" class="LineNr">162 </span> Key[<span class="Constant">"ctrl-e"</span>] = TB_KEY_CTRL_E<span class="Delimiter">;</span> -<span id="L163" class="LineNr">163 </span> Key[<span class="Constant">"ctrl-f"</span>] = TB_KEY_CTRL_F<span class="Delimiter">;</span> -<span id="L164" class="LineNr">164 </span> Key[<span class="Constant">"ctrl-g"</span>] = TB_KEY_CTRL_G<span class="Delimiter">;</span> -<span id="L165" class="LineNr">165 </span> Key[<span class="Constant">"backspace"</span>] = TB_KEY_BACKSPACE<span class="Delimiter">;</span> -<span id="L166" class="LineNr">166 </span> Key[<span class="Constant">"ctrl-h"</span>] = TB_KEY_CTRL_H<span class="Delimiter">;</span> -<span id="L167" class="LineNr">167 </span> Key[<span class="Constant">"tab"</span>] = TB_KEY_TAB<span class="Delimiter">;</span> -<span id="L168" class="LineNr">168 </span> Key[<span class="Constant">"ctrl-i"</span>] = TB_KEY_CTRL_I<span class="Delimiter">;</span> -<span id="L169" class="LineNr">169 </span> Key[<span class="Constant">"ctrl-j"</span>] = TB_KEY_CTRL_J<span class="Delimiter">;</span> -<span id="L170" class="LineNr">170 </span> Key[<span class="Constant">"enter"</span>] = TB_KEY_NEWLINE<span class="Delimiter">;</span> <span class="Comment">// ignore CR/LF distinction; there is only 'enter'</span> -<span id="L171" class="LineNr">171 </span> Key[<span class="Constant">"ctrl-k"</span>] = TB_KEY_CTRL_K<span class="Delimiter">;</span> -<span id="L172" class="LineNr">172 </span> Key[<span class="Constant">"ctrl-l"</span>] = TB_KEY_CTRL_L<span class="Delimiter">;</span> -<span id="L173" class="LineNr">173 </span> Key[<span class="Constant">"ctrl-m"</span>] = TB_KEY_CTRL_M<span class="Delimiter">;</span> -<span id="L174" class="LineNr">174 </span> Key[<span class="Constant">"ctrl-n"</span>] = TB_KEY_CTRL_N<span class="Delimiter">;</span> -<span id="L175" class="LineNr">175 </span> Key[<span class="Constant">"ctrl-o"</span>] = TB_KEY_CTRL_O<span class="Delimiter">;</span> -<span id="L176" class="LineNr">176 </span> Key[<span class="Constant">"ctrl-p"</span>] = TB_KEY_CTRL_P<span class="Delimiter">;</span> -<span id="L177" class="LineNr">177 </span> Key[<span class="Constant">"ctrl-q"</span>] = TB_KEY_CTRL_Q<span class="Delimiter">;</span> -<span id="L178" class="LineNr">178 </span> Key[<span class="Constant">"ctrl-r"</span>] = TB_KEY_CTRL_R<span class="Delimiter">;</span> -<span id="L179" class="LineNr">179 </span> Key[<span class="Constant">"ctrl-s"</span>] = TB_KEY_CTRL_S<span class="Delimiter">;</span> -<span id="L180" class="LineNr">180 </span> Key[<span class="Constant">"ctrl-t"</span>] = TB_KEY_CTRL_T<span class="Delimiter">;</span> -<span id="L181" class="LineNr">181 </span> Key[<span class="Constant">"ctrl-u"</span>] = TB_KEY_CTRL_U<span class="Delimiter">;</span> -<span id="L182" class="LineNr">182 </span> Key[<span class="Constant">"ctrl-v"</span>] = TB_KEY_CTRL_V<span class="Delimiter">;</span> -<span id="L183" class="LineNr">183 </span> Key[<span class="Constant">"ctrl-w"</span>] = TB_KEY_CTRL_W<span class="Delimiter">;</span> -<span id="L184" class="LineNr">184 </span> Key[<span class="Constant">"ctrl-x"</span>] = TB_KEY_CTRL_X<span class="Delimiter">;</span> -<span id="L185" class="LineNr">185 </span> Key[<span class="Constant">"ctrl-y"</span>] = TB_KEY_CTRL_Y<span class="Delimiter">;</span> -<span id="L186" class="LineNr">186 </span> Key[<span class="Constant">"ctrl-z"</span>] = TB_KEY_CTRL_Z<span class="Delimiter">;</span> -<span id="L187" class="LineNr">187 </span> Key[<span class="Constant">"escape"</span>] = TB_KEY_ESC<span class="Delimiter">;</span> -<span id="L188" class="LineNr">188 </span> Key[<span class="Constant">"ctrl-slash"</span>] = TB_KEY_CTRL_SLASH<span class="Delimiter">;</span> -<span id="L189" class="LineNr">189 </span><span class="Delimiter">}</span> -<span id="L190" class="LineNr">190 </span> -<span id="L191" class="LineNr">191 </span><span class="Delimiter">:(after "Begin check_or_set_invalid_types(r)")</span> -<span id="L192" class="LineNr">192 </span><span class="Normal">if</span> <span class="Delimiter">(</span><a href='085scenario_console.cc.html#L195'>is_scenario</a><span class="Delimiter">(</span>caller<span class="Delimiter">))</span> -<span id="L193" class="LineNr">193 </span> <a href='085scenario_console.cc.html#L198'>initialize_special_name</a><span class="Delimiter">(</span>r<span class="Delimiter">);</span> -<span id="L194" class="LineNr">194 </span><span class="Delimiter">:(code)</span> -<span id="L195" class="LineNr">195 </span><span class="Normal">bool</span> <a href='085scenario_console.cc.html#L195'>is_scenario</a><span class="Delimiter">(</span><span class="Normal">const</span> recipe& caller<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L196" class="LineNr">196 </span> <span class="Identifier">return</span> <a href='001help.cc.html#L77'>starts_with</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">,</span> <span class="Constant">"scenario_"</span><span class="Delimiter">);</span> -<span id="L197" class="LineNr">197 </span><span class="Delimiter">}</span> -<span id="L198" class="LineNr">198 </span><span class="Normal">void</span> <a href='085scenario_console.cc.html#L198'>initialize_special_name</a><span class="Delimiter">(</span>reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L199" class="LineNr">199 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L200" class="LineNr">200 </span> <span class="Comment">// no need for screen</span> -<span id="L201" class="LineNr">201 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>name == <span class="Constant">"console"</span><span class="Delimiter">)</span> r<span class="Delimiter">.</span>type = <a href='018type_abbreviations.cc.html#L58'>new_type_tree</a><span class="Delimiter">(</span><span class="Constant">"address:console"</span><span class="Delimiter">);</span> -<span id="L202" class="LineNr">202 </span> <span class="Comment">// End Initialize Type Of Special Name In Scenario(r)</span> -<span id="L203" class="LineNr">203 </span><span class="Delimiter">}</span> -<span id="L204" class="LineNr">204 </span> -<span id="L205" class="LineNr">205 </span><span class="Delimiter">:(scenario events_in_scenario)</span> -<span id="L206" class="LineNr">206 </span><span class="muScenario"><a href='050scenario.cc.html#L57'>scenario</a></span> events-in-scenario [ -<span id="L207" class="LineNr">207 </span> assume-console [ -<span id="L208" class="LineNr">208 </span> <span class="Conceal">¦</span> type [abc] -<span id="L209" class="LineNr">209 </span> <span class="Conceal">¦</span> left-click <span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">1</span> -<span id="L210" class="LineNr">210 </span> <span class="Conceal">¦</span> press up-arrow -<span id="L211" class="LineNr">211 </span> <span class="Conceal">¦</span> type [d] -<span id="L212" class="LineNr">212 </span> ] -<span id="L213" class="LineNr">213 </span> run [ -<span id="L214" class="LineNr">214 </span> <span class="Conceal">¦</span> <span class="Comment"># 3 keyboard events; each event occupies 4 locations</span> -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> <span class="Constant">1</span>:event<span class="Special"> <- </span>read-event console -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> <span class="Constant">5</span>:event<span class="Special"> <- </span>read-event console -<span id="L217" class="LineNr">217 </span> <span class="Conceal">¦</span> <span class="Constant">9</span>:event<span class="Special"> <- </span>read-event console -<span id="L218" class="LineNr">218 </span> <span class="Conceal">¦</span> <span class="Comment"># mouse click</span> -<span id="L219" class="LineNr">219 </span> <span class="Conceal">¦</span> <span class="Constant">13</span>:event<span class="Special"> <- </span>read-event console -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span> <span class="Comment"># non-character keycode</span> -<span id="L221" class="LineNr">221 </span> <span class="Conceal">¦</span> <span class="Constant">17</span>:event<span class="Special"> <- </span>read-event console -<span id="L222" class="LineNr">222 </span> <span class="Conceal">¦</span> <span class="Comment"># final keyboard event</span> -<span id="L223" class="LineNr">223 </span> <span class="Conceal">¦</span> <span class="Constant">21</span>:event<span class="Special"> <- </span>read-event console -<span id="L224" class="LineNr">224 </span> ] -<span id="L225" class="LineNr">225 </span> memory-should-contain [ -<span id="L226" class="LineNr">226 </span> <span class="Conceal">¦</span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># 'text'</span> -<span id="L227" class="LineNr">227 </span> <span class="Conceal">¦</span> <span class="Constant">2</span><span class="Special"> <- </span><span class="Constant">97</span> <span class="Comment"># 'a'</span> -<span id="L228" class="LineNr">228 </span> <span class="Conceal">¦</span> <span class="Constant">3</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> -<span id="L229" class="LineNr">229 </span> <span class="Conceal">¦</span> <span class="Constant">4</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> -<span id="L230" class="LineNr">230 </span> <span class="Conceal">¦</span> <span class="Constant">5</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># 'text'</span> -<span id="L231" class="LineNr">231 </span> <span class="Conceal">¦</span> <span class="Constant">6</span><span class="Special"> <- </span><span class="Constant">98</span> <span class="Comment"># 'b'</span> -<span id="L232" class="LineNr">232 </span> <span class="Conceal">¦</span> <span class="Constant">7</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> -<span id="L233" class="LineNr">233 </span> <span class="Conceal">¦</span> <span class="Constant">8</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> -<span id="L234" class="LineNr">234 </span> <span class="Conceal">¦</span> <span class="Constant">9</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># 'text'</span> -<span id="L235" class="LineNr">235 </span> <span class="Conceal">¦</span> <span class="Constant">10</span><span class="Special"> <- </span><span class="Constant">99</span> <span class="Comment"># 'c'</span> -<span id="L236" class="LineNr">236 </span> <span class="Conceal">¦</span> <span class="Constant">11</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> -<span id="L237" class="LineNr">237 </span> <span class="Conceal">¦</span> <span class="Constant">12</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> -<span id="L238" class="LineNr">238 </span> <span class="Conceal">¦</span> <span class="Constant">13</span><span class="Special"> <- </span><span class="Constant">2</span> <span class="Comment"># 'mouse'</span> -<span id="L239" class="LineNr">239 </span> <span class="Conceal">¦</span> <span class="Constant">14</span><span class="Special"> <- </span><span class="Constant">65513</span> <span class="Comment"># mouse click</span> -<span id="L240" class="LineNr">240 </span> <span class="Conceal">¦</span> <span class="Constant">15</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># row</span> -<span id="L241" class="LineNr">241 </span> <span class="Conceal">¦</span> <span class="Constant">16</span><span class="Special"> <- </span><span class="Constant">1</span> <span class="Comment"># column</span> -<span id="L242" class="LineNr">242 </span> <span class="Conceal">¦</span> <span class="Constant">17</span><span class="Special"> <- </span><span class="Constant">1</span> <span class="Comment"># 'keycode'</span> -<span id="L243" class="LineNr">243 </span> <span class="Conceal">¦</span> <span class="Constant">18</span><span class="Special"> <- </span><span class="Constant">65517</span> <span class="Comment"># up arrow</span> -<span id="L244" class="LineNr">244 </span> <span class="Conceal">¦</span> <span class="Constant">19</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> -<span id="L245" class="LineNr">245 </span> <span class="Conceal">¦</span> <span class="Constant">20</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> -<span id="L246" class="LineNr">246 </span> <span class="Conceal">¦</span> <span class="Constant">21</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># 'text'</span> -<span id="L247" class="LineNr">247 </span> <span class="Conceal">¦</span> <span class="Constant">22</span><span class="Special"> <- </span><span class="Constant">100</span> <span class="Comment"># 'd'</span> -<span id="L248" class="LineNr">248 </span> <span class="Conceal">¦</span> <span class="Constant">23</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> -<span id="L249" class="LineNr">249 </span> <span class="Conceal">¦</span> <span class="Constant">24</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> -<span id="L250" class="LineNr">250 </span> <span class="Conceal">¦</span> <span class="Constant">25</span><span class="Special"> <- </span><span class="Constant">0</span> -<span id="L251" class="LineNr">251 </span> ] -<span id="L252" class="LineNr">252 </span>] -<span id="L253" class="LineNr">253 </span> -<span id="L254" class="LineNr">254 </span><span class="Comment">//: Deal with special keys and unmatched brackets by allowing each test to</span> -<span id="L255" class="LineNr">255 </span><span class="Comment">//: independently choose the unicode symbol to denote them.</span> -<span id="L256" class="LineNr">256 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> -<span id="L257" class="LineNr">257 </span>REPLACE_IN_CONSOLE<span class="Delimiter">,</span> -<span id="L258" class="LineNr">258 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> -<span id="L259" class="LineNr">259 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"replace-in-console"</span><span class="Delimiter">,</span> REPLACE_IN_CONSOLE<span class="Delimiter">);</span> -<span id="L260" class="LineNr">260 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L121" class="LineNr">121 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing console data in "</span> << console_address+<span class="Comment">/*</span><span class="Comment">offset of 'data' in container 'events'</span><span class="Comment">*/</span><span class="Constant">1</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L122" class="LineNr">122 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> console_address+<span class="Comment">/*</span><span class="Comment">offset of 'data' in container 'events'</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> event_data_address<span class="Delimiter">);</span> +<span id="L123" class="LineNr">123 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L124" class="LineNr">124 </span><span class="Delimiter">}</span> +<span id="L125" class="LineNr">125 </span> +<span id="L126" class="LineNr">126 </span><span class="Delimiter">:(before "End Globals")</span> +<span id="L127" class="LineNr">127 </span>map<string<span class="Delimiter">,</span> <span class="Normal">int</span>> Key<span class="Delimiter">;</span> +<span id="L128" class="LineNr">128 </span><span class="Delimiter">:(before "End One-time Setup")</span> +<span id="L129" class="LineNr">129 </span><a href='085scenario_console.cc.html#L131'>initialize_key_names</a><span class="Delimiter">();</span> +<span id="L130" class="LineNr">130 </span><span class="Delimiter">:(code)</span> +<span id="L131" class="LineNr">131 </span><span class="Normal">void</span> <a href='085scenario_console.cc.html#L131'>initialize_key_names</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L132" class="LineNr">132 </span> Key[<span class="Constant">"F1"</span>] = TB_KEY_F1<span class="Delimiter">;</span> +<span id="L133" class="LineNr">133 </span> Key[<span class="Constant">"F2"</span>] = TB_KEY_F2<span class="Delimiter">;</span> +<span id="L134" class="LineNr">134 </span> Key[<span class="Constant">"F3"</span>] = TB_KEY_F3<span class="Delimiter">;</span> +<span id="L135" class="LineNr">135 </span> Key[<span class="Constant">"F4"</span>] = TB_KEY_F4<span class="Delimiter">;</span> +<span id="L136" class="LineNr">136 </span> Key[<span class="Constant">"F5"</span>] = TB_KEY_F5<span class="Delimiter">;</span> +<span id="L137" class="LineNr">137 </span> Key[<span class="Constant">"F6"</span>] = TB_KEY_F6<span class="Delimiter">;</span> +<span id="L138" class="LineNr">138 </span> Key[<span class="Constant">"F7"</span>] = TB_KEY_F7<span class="Delimiter">;</span> +<span id="L139" class="LineNr">139 </span> Key[<span class="Constant">"F8"</span>] = TB_KEY_F8<span class="Delimiter">;</span> +<span id="L140" class="LineNr">140 </span> Key[<span class="Constant">"F9"</span>] = TB_KEY_F9<span class="Delimiter">;</span> +<span id="L141" class="LineNr">141 </span> Key[<span class="Constant">"F10"</span>] = TB_KEY_F10<span class="Delimiter">;</span> +<span id="L142" class="LineNr">142 </span> Key[<span class="Constant">"F11"</span>] = TB_KEY_F11<span class="Delimiter">;</span> +<span id="L143" class="LineNr">143 </span> Key[<span class="Constant">"F12"</span>] = TB_KEY_F12<span class="Delimiter">;</span> +<span id="L144" class="LineNr">144 </span> Key[<span class="Constant">"insert"</span>] = TB_KEY_INSERT<span class="Delimiter">;</span> +<span id="L145" class="LineNr">145 </span> Key[<span class="Constant">"delete"</span>] = TB_KEY_DELETE<span class="Delimiter">;</span> +<span id="L146" class="LineNr">146 </span> Key[<span class="Constant">"home"</span>] = TB_KEY_HOME<span class="Delimiter">;</span> +<span id="L147" class="LineNr">147 </span> Key[<span class="Constant">"end"</span>] = TB_KEY_END<span class="Delimiter">;</span> +<span id="L148" class="LineNr">148 </span> Key[<span class="Constant">"page-up"</span>] = TB_KEY_PGUP<span class="Delimiter">;</span> +<span id="L149" class="LineNr">149 </span> Key[<span class="Constant">"page-down"</span>] = TB_KEY_PGDN<span class="Delimiter">;</span> +<span id="L150" class="LineNr">150 </span> Key[<span class="Constant">"up-arrow"</span>] = TB_KEY_ARROW_UP<span class="Delimiter">;</span> +<span id="L151" class="LineNr">151 </span> Key[<span class="Constant">"down-arrow"</span>] = TB_KEY_ARROW_DOWN<span class="Delimiter">;</span> +<span id="L152" class="LineNr">152 </span> Key[<span class="Constant">"left-arrow"</span>] = TB_KEY_ARROW_LEFT<span class="Delimiter">;</span> +<span id="L153" class="LineNr">153 </span> Key[<span class="Constant">"right-arrow"</span>] = TB_KEY_ARROW_RIGHT<span class="Delimiter">;</span> +<span id="L154" class="LineNr">154 </span> Key[<span class="Constant">"ctrl-a"</span>] = TB_KEY_CTRL_A<span class="Delimiter">;</span> +<span id="L155" class="LineNr">155 </span> Key[<span class="Constant">"ctrl-b"</span>] = TB_KEY_CTRL_B<span class="Delimiter">;</span> +<span id="L156" class="LineNr">156 </span> Key[<span class="Constant">"ctrl-c"</span>] = TB_KEY_CTRL_C<span class="Delimiter">;</span> +<span id="L157" class="LineNr">157 </span> Key[<span class="Constant">"ctrl-d"</span>] = TB_KEY_CTRL_D<span class="Delimiter">;</span> +<span id="L158" class="LineNr">158 </span> Key[<span class="Constant">"ctrl-e"</span>] = TB_KEY_CTRL_E<span class="Delimiter">;</span> +<span id="L159" class="LineNr">159 </span> Key[<span class="Constant">"ctrl-f"</span>] = TB_KEY_CTRL_F<span class="Delimiter">;</span> +<span id="L160" class="LineNr">160 </span> Key[<span class="Constant">"ctrl-g"</span>] = TB_KEY_CTRL_G<span class="Delimiter">;</span> +<span id="L161" class="LineNr">161 </span> Key[<span class="Constant">"backspace"</span>] = TB_KEY_BACKSPACE<span class="Delimiter">;</span> +<span id="L162" class="LineNr">162 </span> Key[<span class="Constant">"ctrl-h"</span>] = TB_KEY_CTRL_H<span class="Delimiter">;</span> +<span id="L163" class="LineNr">163 </span> Key[<span class="Constant">"tab"</span>] = TB_KEY_TAB<span class="Delimiter">;</span> +<span id="L164" class="LineNr">164 </span> Key[<span class="Constant">"ctrl-i"</span>] = TB_KEY_CTRL_I<span class="Delimiter">;</span> +<span id="L165" class="LineNr">165 </span> Key[<span class="Constant">"ctrl-j"</span>] = TB_KEY_CTRL_J<span class="Delimiter">;</span> +<span id="L166" class="LineNr">166 </span> Key[<span class="Constant">"enter"</span>] = TB_KEY_NEWLINE<span class="Delimiter">;</span> <span class="Comment">// ignore CR/LF distinction; there is only 'enter'</span> +<span id="L167" class="LineNr">167 </span> Key[<span class="Constant">"ctrl-k"</span>] = TB_KEY_CTRL_K<span class="Delimiter">;</span> +<span id="L168" class="LineNr">168 </span> Key[<span class="Constant">"ctrl-l"</span>] = TB_KEY_CTRL_L<span class="Delimiter">;</span> +<span id="L169" class="LineNr">169 </span> Key[<span class="Constant">"ctrl-m"</span>] = TB_KEY_CTRL_M<span class="Delimiter">;</span> +<span id="L170" class="LineNr">170 </span> Key[<span class="Constant">"ctrl-n"</span>] = TB_KEY_CTRL_N<span class="Delimiter">;</span> +<span id="L171" class="LineNr">171 </span> Key[<span class="Constant">"ctrl-o"</span>] = TB_KEY_CTRL_O<span class="Delimiter">;</span> +<span id="L172" class="LineNr">172 </span> Key[<span class="Constant">"ctrl-p"</span>] = TB_KEY_CTRL_P<span class="Delimiter">;</span> +<span id="L173" class="LineNr">173 </span> Key[<span class="Constant">"ctrl-q"</span>] = TB_KEY_CTRL_Q<span class="Delimiter">;</span> +<span id="L174" class="LineNr">174 </span> Key[<span class="Constant">"ctrl-r"</span>] = TB_KEY_CTRL_R<span class="Delimiter">;</span> +<span id="L175" class="LineNr">175 </span> Key[<span class="Constant">"ctrl-s"</span>] = TB_KEY_CTRL_S<span class="Delimiter">;</span> +<span id="L176" class="LineNr">176 </span> Key[<span class="Constant">"ctrl-t"</span>] = TB_KEY_CTRL_T<span class="Delimiter">;</span> +<span id="L177" class="LineNr">177 </span> Key[<span class="Constant">"ctrl-u"</span>] = TB_KEY_CTRL_U<span class="Delimiter">;</span> +<span id="L178" class="LineNr">178 </span> Key[<span class="Constant">"ctrl-v"</span>] = TB_KEY_CTRL_V<span class="Delimiter">;</span> +<span id="L179" class="LineNr">179 </span> Key[<span class="Constant">"ctrl-w"</span>] = TB_KEY_CTRL_W<span class="Delimiter">;</span> +<span id="L180" class="LineNr">180 </span> Key[<span class="Constant">"ctrl-x"</span>] = TB_KEY_CTRL_X<span class="Delimiter">;</span> +<span id="L181" class="LineNr">181 </span> Key[<span class="Constant">"ctrl-y"</span>] = TB_KEY_CTRL_Y<span class="Delimiter">;</span> +<span id="L182" class="LineNr">182 </span> Key[<span class="Constant">"ctrl-z"</span>] = TB_KEY_CTRL_Z<span class="Delimiter">;</span> +<span id="L183" class="LineNr">183 </span> Key[<span class="Constant">"escape"</span>] = TB_KEY_ESC<span class="Delimiter">;</span> +<span id="L184" class="LineNr">184 </span> Key[<span class="Constant">"ctrl-slash"</span>] = TB_KEY_CTRL_SLASH<span class="Delimiter">;</span> +<span id="L185" class="LineNr">185 </span><span class="Delimiter">}</span> +<span id="L186" class="LineNr">186 </span> +<span id="L187" class="LineNr">187 </span><span class="Delimiter">:(after "Begin check_or_set_invalid_types(r)")</span> +<span id="L188" class="LineNr">188 </span><span class="Normal">if</span> <span class="Delimiter">(</span><a href='085scenario_console.cc.html#L191'>is_scenario</a><span class="Delimiter">(</span>caller<span class="Delimiter">))</span> +<span id="L189" class="LineNr">189 </span> <a href='085scenario_console.cc.html#L194'>initialize_special_name</a><span class="Delimiter">(</span>r<span class="Delimiter">);</span> +<span id="L190" class="LineNr">190 </span><span class="Delimiter">:(code)</span> +<span id="L191" class="LineNr">191 </span><span class="Normal">bool</span> <a href='085scenario_console.cc.html#L191'>is_scenario</a><span class="Delimiter">(</span><span class="Normal">const</span> recipe& caller<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L192" class="LineNr">192 </span> <span class="Identifier">return</span> <a href='001help.cc.html#L77'>starts_with</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">,</span> <span class="Constant">"scenario_"</span><span class="Delimiter">);</span> +<span id="L193" class="LineNr">193 </span><span class="Delimiter">}</span> +<span id="L194" class="LineNr">194 </span><span class="Normal">void</span> <a href='085scenario_console.cc.html#L194'>initialize_special_name</a><span class="Delimiter">(</span>reagent& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L195" class="LineNr">195 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>type<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L196" class="LineNr">196 </span> <span class="Comment">// no need for screen</span> +<span id="L197" class="LineNr">197 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>r<span class="Delimiter">.</span>name == <span class="Constant">"console"</span><span class="Delimiter">)</span> r<span class="Delimiter">.</span>type = <a href='018type_abbreviations.cc.html#L58'>new_type_tree</a><span class="Delimiter">(</span><span class="Constant">"address:console"</span><span class="Delimiter">);</span> +<span id="L198" class="LineNr">198 </span> <span class="Comment">// End Initialize Type Of Special Name In Scenario(r)</span> +<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="Delimiter">:(scenario events_in_scenario)</span> +<span id="L202" class="LineNr">202 </span><span class="muScenario"><a href='050scenario.cc.html#L57'>scenario</a></span> events-in-scenario [ +<span id="L203" class="LineNr">203 </span> assume-console [ +<span id="L204" class="LineNr">204 </span> type [abc] +<span id="L205" class="LineNr">205 </span> left-click <span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">1</span> +<span id="L206" class="LineNr">206 </span> press up-arrow +<span id="L207" class="LineNr">207 </span> type [d] +<span id="L208" class="LineNr">208 </span> ] +<span id="L209" class="LineNr">209 </span> run [ +<span id="L210" class="LineNr">210 </span> <span class="Comment"># 3 keyboard events; each event occupies 4 locations</span> +<span id="L211" class="LineNr">211 </span> <span class="Constant">1</span>:event<span class="Special"> <- </span>read-event console +<span id="L212" class="LineNr">212 </span> <span class="Constant">5</span>:event<span class="Special"> <- </span>read-event console +<span id="L213" class="LineNr">213 </span> <span class="Constant">9</span>:event<span class="Special"> <- </span>read-event console +<span id="L214" class="LineNr">214 </span> <span class="Comment"># mouse click</span> +<span id="L215" class="LineNr">215 </span> <span class="Constant">13</span>:event<span class="Special"> <- </span>read-event console +<span id="L216" class="LineNr">216 </span> <span class="Comment"># non-character keycode</span> +<span id="L217" class="LineNr">217 </span> <span class="Constant">17</span>:event<span class="Special"> <- </span>read-event console +<span id="L218" class="LineNr">218 </span> <span class="Comment"># final keyboard event</span> +<span id="L219" class="LineNr">219 </span> <span class="Constant">21</span>:event<span class="Special"> <- </span>read-event console +<span id="L220" class="LineNr">220 </span> ] +<span id="L221" class="LineNr">221 </span> memory-should-contain [ +<span id="L222" class="LineNr">222 </span> <span class="Constant">1</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># 'text'</span> +<span id="L223" class="LineNr">223 </span> <span class="Constant">2</span><span class="Special"> <- </span><span class="Constant">97</span> <span class="Comment"># 'a'</span> +<span id="L224" class="LineNr">224 </span> <span class="Constant">3</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> +<span id="L225" class="LineNr">225 </span> <span class="Constant">4</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> +<span id="L226" class="LineNr">226 </span> <span class="Constant">5</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># 'text'</span> +<span id="L227" class="LineNr">227 </span> <span class="Constant">6</span><span class="Special"> <- </span><span class="Constant">98</span> <span class="Comment"># 'b'</span> +<span id="L228" class="LineNr">228 </span> <span class="Constant">7</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> +<span id="L229" class="LineNr">229 </span> <span class="Constant">8</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> +<span id="L230" class="LineNr">230 </span> <span class="Constant">9</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># 'text'</span> +<span id="L231" class="LineNr">231 </span> <span class="Constant">10</span><span class="Special"> <- </span><span class="Constant">99</span> <span class="Comment"># 'c'</span> +<span id="L232" class="LineNr">232 </span> <span class="Constant">11</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> +<span id="L233" class="LineNr">233 </span> <span class="Constant">12</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> +<span id="L234" class="LineNr">234 </span> <span class="Constant">13</span><span class="Special"> <- </span><span class="Constant">2</span> <span class="Comment"># 'mouse'</span> +<span id="L235" class="LineNr">235 </span> <span class="Constant">14</span><span class="Special"> <- </span><span class="Constant">65513</span> <span class="Comment"># mouse click</span> +<span id="L236" class="LineNr">236 </span> <span class="Constant">15</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># row</span> +<span id="L237" class="LineNr">237 </span> <span class="Constant">16</span><span class="Special"> <- </span><span class="Constant">1</span> <span class="Comment"># column</span> +<span id="L238" class="LineNr">238 </span> <span class="Constant">17</span><span class="Special"> <- </span><span class="Constant">1</span> <span class="Comment"># 'keycode'</span> +<span id="L239" class="LineNr">239 </span> <span class="Constant">18</span><span class="Special"> <- </span><span class="Constant">65517</span> <span class="Comment"># up arrow</span> +<span id="L240" class="LineNr">240 </span> <span class="Constant">19</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> +<span id="L241" class="LineNr">241 </span> <span class="Constant">20</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> +<span id="L242" class="LineNr">242 </span> <span class="Constant">21</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># 'text'</span> +<span id="L243" class="LineNr">243 </span> <span class="Constant">22</span><span class="Special"> <- </span><span class="Constant">100</span> <span class="Comment"># 'd'</span> +<span id="L244" class="LineNr">244 </span> <span class="Constant">23</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> +<span id="L245" class="LineNr">245 </span> <span class="Constant">24</span><span class="Special"> <- </span><span class="Constant">0</span> <span class="Comment"># unused</span> +<span id="L246" class="LineNr">246 </span> <span class="Constant">25</span><span class="Special"> <- </span><span class="Constant">0</span> +<span id="L247" class="LineNr">247 </span> ] +<span id="L248" class="LineNr">248 </span>] +<span id="L249" class="LineNr">249 </span> +<span id="L250" class="LineNr">250 </span><span class="Comment">//: Deal with special keys and unmatched brackets by allowing each test to</span> +<span id="L251" class="LineNr">251 </span><span class="Comment">//: independently choose the unicode symbol to denote them.</span> +<span id="L252" class="LineNr">252 </span><span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> +<span id="L253" class="LineNr">253 </span>REPLACE_IN_CONSOLE<span class="Delimiter">,</span> +<span id="L254" class="LineNr">254 </span><span class="Delimiter">:(before "End Primitive Recipe Numbers")</span> +<span id="L255" class="LineNr">255 </span><a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"replace-in-console"</span><span class="Delimiter">,</span> REPLACE_IN_CONSOLE<span class="Delimiter">);</span> +<span id="L256" class="LineNr">256 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> +<span id="L257" class="LineNr">257 </span><span class="Normal">case</span> REPLACE_IN_CONSOLE: <span class="Delimiter">{</span> +<span id="L258" class="LineNr">258 </span> <span class="Identifier">break</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="Delimiter">:(before "End Primitive Recipe Implementations")</span> <span id="L261" class="LineNr">261 </span><span class="Normal">case</span> REPLACE_IN_CONSOLE: <span class="Delimiter">{</span> -<span id="L262" class="LineNr">262 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L263" class="LineNr">263 </span><span class="Delimiter">}</span> -<span id="L264" class="LineNr">264 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> -<span id="L265" class="LineNr">265 </span><span class="Normal">case</span> REPLACE_IN_CONSOLE: <span class="Delimiter">{</span> -<span id="L266" class="LineNr">266 </span> assert<span class="Delimiter">(</span>scalar<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)));</span> -<span id="L267" class="LineNr">267 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!get_or_insert<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> CONSOLE<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L268" class="LineNr">268 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"console not initialized</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L269" class="LineNr">269 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L270" class="LineNr">270 </span> <span class="Delimiter">}</span> -<span id="L271" class="LineNr">271 </span> <span class="Normal">int</span> console_address = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> CONSOLE<span class="Delimiter">);</span> -<span id="L272" class="LineNr">272 </span> <span class="Normal">int</span> console_data = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> console_address+<span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L273" class="LineNr">273 </span> <span class="Normal">int</span> length = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> console_data<span class="Delimiter">);</span> <span class="Comment">// array length</span> -<span id="L274" class="LineNr">274 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">,</span> curr = console_data+<span class="Constant">1</span><span class="Delimiter">;</span> i < length<span class="Delimiter">;</span> ++i<span class="Delimiter">,</span> curr+=size_of_event<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L275" class="LineNr">275 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">)</span> != <span class="Comment">/*</span><span class="Comment">text</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L276" class="LineNr">276 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr+<span class="Constant">1</span><span class="Delimiter">)</span> != ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L277" class="LineNr">277 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> n = <span class="Constant">0</span><span class="Delimiter">;</span> n < <a href='085scenario_console.cc.html#L296'>size_of_event</a><span class="Delimiter">();</span> ++n<span class="Delimiter">)</span> -<span id="L278" class="LineNr">278 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr+n<span class="Delimiter">,</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span>n<span class="Delimiter">));</span> -<span id="L279" class="LineNr">279 </span> <span class="Delimiter">}</span> -<span id="L280" class="LineNr">280 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L281" class="LineNr">281 </span><span class="Delimiter">}</span> -<span id="L282" class="LineNr">282 </span> -<span id="L283" class="LineNr">283 </span><span class="Delimiter">:(code)</span> -<span id="L284" class="LineNr">284 </span><span class="Normal">int</span> <a href='085scenario_console.cc.html#L284'>count_events</a><span class="Delimiter">(</span><span class="Normal">const</span> recipe& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L285" class="LineNr">285 </span> <span class="Normal">int</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L286" class="LineNr">286 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L287" class="LineNr">287 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& curr = r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L288" class="LineNr">288 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">.</span>name == <span class="Constant">"type"</span><span class="Delimiter">)</span> -<span id="L289" class="LineNr">289 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result += <a href='038new_text.cc.html#L131'>unicode_length</a><span class="Delimiter">(</span>curr<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">);</span> -<span id="L290" class="LineNr">290 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> -<span id="L291" class="LineNr">291 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++result<span class="Delimiter">;</span> -<span id="L292" class="LineNr">292 </span> <span class="Delimiter">}</span> -<span id="L293" class="LineNr">293 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L294" class="LineNr">294 </span><span class="Delimiter">}</span> -<span id="L295" class="LineNr">295 </span> -<span id="L296" class="LineNr">296 </span><span class="Normal">int</span> <a href='085scenario_console.cc.html#L296'>size_of_event</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L297" class="LineNr">297 </span> <span class="Comment">// memoize result if already computed</span> -<span id="L298" class="LineNr">298 </span> <span class="Normal">static</span> <span class="Normal">int</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L299" class="LineNr">299 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">)</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L300" class="LineNr">300 </span> type_tree* type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"event"</span><span class="Delimiter">);</span> -<span id="L301" class="LineNr">301 </span> result = size_of<span class="Delimiter">(</span>type<span class="Delimiter">);</span> -<span id="L302" class="LineNr">302 </span> <span class="Normal">delete</span> type<span class="Delimiter">;</span> -<span id="L303" class="LineNr">303 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L304" class="LineNr">304 </span><span class="Delimiter">}</span> -<span id="L305" class="LineNr">305 </span> -<span id="L306" class="LineNr">306 </span><span class="Normal">int</span> <a href='085scenario_console.cc.html#L306'>size_of_console</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L307" class="LineNr">307 </span> <span class="Comment">// memoize result if already computed</span> -<span id="L308" class="LineNr">308 </span> <span class="Normal">static</span> <span class="Normal">int</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L309" class="LineNr">309 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">)</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L310" class="LineNr">310 </span> assert<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"console"</span><span class="Delimiter">));</span> -<span id="L311" class="LineNr">311 </span> type_tree* type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"console"</span><span class="Delimiter">);</span> -<span id="L312" class="LineNr">312 </span> result = size_of<span class="Delimiter">(</span>type<span class="Delimiter">)</span>+<span class="Comment">/*</span><span class="Comment">refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L313" class="LineNr">313 </span> <span class="Normal">delete</span> type<span class="Delimiter">;</span> -<span id="L314" class="LineNr">314 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L315" class="LineNr">315 </span><span class="Delimiter">}</span> +<span id="L262" class="LineNr">262 </span> assert<span class="Delimiter">(</span>scalar<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)));</span> +<span id="L263" class="LineNr">263 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!get_or_insert<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> CONSOLE<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L264" class="LineNr">264 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"console not initialized</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L265" class="LineNr">265 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L266" class="LineNr">266 </span> <span class="Delimiter">}</span> +<span id="L267" class="LineNr">267 </span> <span class="Normal">int</span> console_address = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> CONSOLE<span class="Delimiter">);</span> +<span id="L268" class="LineNr">268 </span> <span class="Normal">int</span> console_data = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> console_address+<span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L269" class="LineNr">269 </span> <span class="Normal">int</span> length = <a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> console_data<span class="Delimiter">);</span> <span class="Comment">// array length</span> +<span id="L270" class="LineNr">270 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">,</span> curr = console_data+<span class="Constant">1</span><span class="Delimiter">;</span> i < length<span class="Delimiter">;</span> ++i<span class="Delimiter">,</span> curr+=size_of_event<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L271" class="LineNr">271 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">)</span> != <span class="Comment">/*</span><span class="Comment">text</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L272" class="LineNr">272 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr+<span class="Constant">1</span><span class="Delimiter">)</span> != ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L273" class="LineNr">273 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> n = <span class="Constant">0</span><span class="Delimiter">;</span> n < <a href='085scenario_console.cc.html#L292'>size_of_event</a><span class="Delimiter">();</span> ++n<span class="Delimiter">)</span> +<span id="L274" class="LineNr">274 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr+n<span class="Delimiter">,</span> ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span>n<span class="Delimiter">));</span> +<span id="L275" class="LineNr">275 </span> <span class="Delimiter">}</span> +<span id="L276" class="LineNr">276 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L277" class="LineNr">277 </span><span class="Delimiter">}</span> +<span id="L278" class="LineNr">278 </span> +<span id="L279" class="LineNr">279 </span><span class="Delimiter">:(code)</span> +<span id="L280" class="LineNr">280 </span><span class="Normal">int</span> <a href='085scenario_console.cc.html#L280'>count_events</a><span class="Delimiter">(</span><span class="Normal">const</span> recipe& r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L281" class="LineNr">281 </span> <span class="Normal">int</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L282" class="LineNr">282 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>r<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L283" class="LineNr">283 </span> <span class="Normal">const</span> instruction& curr = r<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L284" class="LineNr">284 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr<span class="Delimiter">.</span>name == <span class="Constant">"type"</span><span class="Delimiter">)</span> +<span id="L285" class="LineNr">285 </span> result += <a href='038new_text.cc.html#L129'>unicode_length</a><span class="Delimiter">(</span>curr<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">);</span> +<span id="L286" class="LineNr">286 </span> <span class="Normal">else</span> +<span id="L287" class="LineNr">287 </span> ++result<span class="Delimiter">;</span> +<span id="L288" class="LineNr">288 </span> <span class="Delimiter">}</span> +<span id="L289" class="LineNr">289 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L290" class="LineNr">290 </span><span class="Delimiter">}</span> +<span id="L291" class="LineNr">291 </span> +<span id="L292" class="LineNr">292 </span><span class="Normal">int</span> <a href='085scenario_console.cc.html#L292'>size_of_event</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L293" class="LineNr">293 </span> <span class="Comment">// memoize result if already computed</span> +<span id="L294" class="LineNr">294 </span> <span class="Normal">static</span> <span class="Normal">int</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L295" class="LineNr">295 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">)</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L296" class="LineNr">296 </span> type_tree* type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"event"</span><span class="Delimiter">);</span> +<span id="L297" class="LineNr">297 </span> result = size_of<span class="Delimiter">(</span>type<span class="Delimiter">);</span> +<span id="L298" class="LineNr">298 </span> <span class="Normal">delete</span> type<span class="Delimiter">;</span> +<span id="L299" class="LineNr">299 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L300" class="LineNr">300 </span><span class="Delimiter">}</span> +<span id="L301" class="LineNr">301 </span> +<span id="L302" class="LineNr">302 </span><span class="Normal">int</span> <a href='085scenario_console.cc.html#L302'>size_of_console</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L303" class="LineNr">303 </span> <span class="Comment">// memoize result if already computed</span> +<span id="L304" class="LineNr">304 </span> <span class="Normal">static</span> <span class="Normal">int</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L305" class="LineNr">305 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">)</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L306" class="LineNr">306 </span> assert<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"console"</span><span class="Delimiter">));</span> +<span id="L307" class="LineNr">307 </span> type_tree* type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"console"</span><span class="Delimiter">);</span> +<span id="L308" class="LineNr">308 </span> result = size_of<span class="Delimiter">(</span>type<span class="Delimiter">);</span> +<span id="L309" class="LineNr">309 </span> <span class="Normal">delete</span> type<span class="Delimiter">;</span> +<span id="L310" class="LineNr">310 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L311" class="LineNr">311 </span><span class="Delimiter">}</span> </pre> </body> </html> diff --git a/html/086scenario_console_test.mu.html b/html/086scenario_console_test.mu.html index 008e2db6..3f76061b 100644 --- a/html/086scenario_console_test.mu.html +++ b/html/086scenario_console_test.mu.html @@ -16,12 +16,11 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -62,23 +61,23 @@ if ('onhashchange' in window) { <span id="L4" class="LineNr"> 4 </span> <span id="L5" class="LineNr"> 5 </span><span class="muScenario">scenario</span> read-key-in-mu [ <span id="L6" class="LineNr"> 6 </span> assume-console [ -<span id="L7" class="LineNr"> 7 </span> <span class="Conceal">¦</span> type <span class="Constant">[abc]</span> +<span id="L7" class="LineNr"> 7 </span> type <span class="Constant">[abc]</span> <span id="L8" class="LineNr"> 8 </span> ] <span id="L9" class="LineNr"> 9 </span> run [ -<span id="L10" class="LineNr">10 </span> <span class="Conceal">¦</span> 1:char, 2:bool <span class="Special"><-</span> <a href='084console.mu.html#L62'>read-key</a> <a href='084console.mu.html#L23'>console</a> -<span id="L11" class="LineNr">11 </span> <span class="Conceal">¦</span> 3:char, 4:bool <span class="Special"><-</span> <a href='084console.mu.html#L62'>read-key</a> <a href='084console.mu.html#L23'>console</a> -<span id="L12" class="LineNr">12 </span> <span class="Conceal">¦</span> 5:char, 6:bool <span class="Special"><-</span> <a href='084console.mu.html#L62'>read-key</a> <a href='084console.mu.html#L23'>console</a> -<span id="L13" class="LineNr">13 </span> <span class="Conceal">¦</span> 7:char, 8:bool <span class="Special"><-</span> <a href='084console.mu.html#L62'>read-key</a> <a href='084console.mu.html#L23'>console</a> +<span id="L10" class="LineNr">10 </span> 1:char, 2:bool <span class="Special"><-</span> read-key console +<span id="L11" class="LineNr">11 </span> 3:char, 4:bool <span class="Special"><-</span> read-key console +<span id="L12" class="LineNr">12 </span> 5:char, 6:bool <span class="Special"><-</span> read-key console +<span id="L13" class="LineNr">13 </span> 7:char, 8:bool <span class="Special"><-</span> read-key console <span id="L14" class="LineNr">14 </span> ] <span id="L15" class="LineNr">15 </span> memory-should-contain [ -<span id="L16" class="LineNr">16 </span> <span class="Conceal">¦</span><span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> -<span id="L17" class="LineNr">17 </span> <span class="Conceal">¦</span><span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L18" class="LineNr">18 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 98</span> <span class="Comment"># 'b'</span> -<span id="L19" class="LineNr">19 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L20" class="LineNr">20 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 99</span> <span class="Comment"># 'c'</span> -<span id="L21" class="LineNr">21 </span> <span class="Conceal">¦</span><span class="Constant"> 6</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L22" class="LineNr">22 </span> <span class="Conceal">¦</span><span class="Constant"> 7</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># eof</span> -<span id="L23" class="LineNr">23 </span> <span class="Conceal">¦</span><span class="Constant"> 8</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L16" class="LineNr">16 </span> <span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 97</span> <span class="Comment"># 'a'</span> +<span id="L17" class="LineNr">17 </span> <span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L18" class="LineNr">18 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 98</span> <span class="Comment"># 'b'</span> +<span id="L19" class="LineNr">19 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L20" class="LineNr">20 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 99</span> <span class="Comment"># 'c'</span> +<span id="L21" class="LineNr">21 </span> <span class="Constant"> 6</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L22" class="LineNr">22 </span> <span class="Constant"> 7</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># eof</span> +<span id="L23" class="LineNr">23 </span> <span class="Constant"> 8</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L24" class="LineNr">24 </span> ] <span id="L25" class="LineNr">25 </span>] </pre> diff --git a/html/087file.cc.html b/html/087file.cc.html index 2e279a33..9e677f11 100644 --- a/html/087file.cc.html +++ b/html/087file.cc.html @@ -15,15 +15,14 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } .PreProc { color: #800080; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.Delimiter { color: #800080; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } .cSpecial { color: #008000; } --> </style> @@ -77,26 +76,26 @@ if ('onhashchange' in window) { <span id="L16" class="LineNr"> 16 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L17" class="LineNr"> 17 </span><span class="Normal">case</span> _OPEN_FILE_FOR_READING: <span class="Delimiter">{</span> <span id="L18" class="LineNr"> 18 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$open-file-for-reading' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L20" class="LineNr"> 20 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L19" class="LineNr"> 19 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$open-file-for-reading' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L20" class="LineNr"> 20 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L21" class="LineNr"> 21 </span> <span class="Delimiter">}</span> <span id="L22" class="LineNr"> 22 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$open-file-for-reading' should be a string, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L23" class="LineNr"> 23 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$open-file-for-reading' should be a string, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L25" class="LineNr"> 25 </span> <span class="Delimiter">}</span> <span id="L26" class="LineNr"> 26 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$open-file-for-reading' requires exactly one product, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L27" class="LineNr"> 27 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$open-file-for-reading' requires exactly one product, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L28" class="LineNr"> 28 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L29" class="LineNr"> 29 </span> <span class="Delimiter">}</span> <span id="L30" class="LineNr"> 30 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L31" class="LineNr"> 31 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first product of '$open-file-for-reading' should be a number (file handle), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L32" class="LineNr"> 32 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L31" class="LineNr"> 31 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first product of '$open-file-for-reading' should be a number (file handle), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L32" class="LineNr"> 32 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L33" class="LineNr"> 33 </span> <span class="Delimiter">}</span> <span id="L34" class="LineNr"> 34 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L35" class="LineNr"> 35 </span><span class="Delimiter">}</span> <span id="L36" class="LineNr"> 36 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> <span id="L37" class="LineNr"> 37 </span><span class="Normal">case</span> _OPEN_FILE_FOR_READING: <span class="Delimiter">{</span> -<span id="L38" class="LineNr"> 38 </span> string filename = <a href='038new_text.cc.html#L143'>read_mu_text</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> +<span id="L38" class="LineNr"> 38 </span> string filename = <a href='038new_text.cc.html#L141'>read_mu_text</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L39" class="LineNr"> 39 </span> assert<span class="Delimiter">(</span><span class="Normal">sizeof</span><span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span><span class="Delimiter">)</span> >= <span class="Normal">sizeof</span><span class="Delimiter">(</span><span class="Normal">FILE</span>*<span class="Delimiter">));</span> <span id="L40" class="LineNr"> 40 </span> <span class="Normal">FILE</span>* f = fopen<span class="Delimiter">(</span>filename<span class="Delimiter">.</span>c_str<span class="Delimiter">(),</span> <span class="Constant">"r"</span><span class="Delimiter">);</span> <span id="L41" class="LineNr"> 41 </span> <span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span> result = <span class="Normal">reinterpret_cast</span><<span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span>><span class="Delimiter">(</span>f<span class="Delimiter">);</span> @@ -112,26 +111,26 @@ if ('onhashchange' in window) { <span id="L51" class="LineNr"> 51 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L52" class="LineNr"> 52 </span><span class="Normal">case</span> _OPEN_FILE_FOR_WRITING: <span class="Delimiter">{</span> <span id="L53" class="LineNr"> 53 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$open-file-for-writing' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L54" class="LineNr"> 54 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$open-file-for-writing' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L55" class="LineNr"> 55 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L56" class="LineNr"> 56 </span> <span class="Delimiter">}</span> <span id="L57" class="LineNr"> 57 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$open-file-for-writing' should be a string, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L58" class="LineNr"> 58 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$open-file-for-writing' should be a string, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L59" class="LineNr"> 59 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L60" class="LineNr"> 60 </span> <span class="Delimiter">}</span> <span id="L61" class="LineNr"> 61 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$open-file-for-writing' requires exactly one product, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L62" class="LineNr"> 62 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$open-file-for-writing' requires exactly one product, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L63" class="LineNr"> 63 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L64" class="LineNr"> 64 </span> <span class="Delimiter">}</span> <span id="L65" class="LineNr"> 65 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first product of '$open-file-for-writing' should be a number (file handle), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L66" class="LineNr"> 66 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first product of '$open-file-for-writing' should be a number (file handle), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L67" class="LineNr"> 67 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L68" class="LineNr"> 68 </span> <span class="Delimiter">}</span> <span id="L69" class="LineNr"> 69 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L70" class="LineNr"> 70 </span><span class="Delimiter">}</span> <span id="L71" class="LineNr"> 71 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> <span id="L72" class="LineNr"> 72 </span><span class="Normal">case</span> _OPEN_FILE_FOR_WRITING: <span class="Delimiter">{</span> -<span id="L73" class="LineNr"> 73 </span> string filename = <a href='038new_text.cc.html#L143'>read_mu_text</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> +<span id="L73" class="LineNr"> 73 </span> string filename = <a href='038new_text.cc.html#L141'>read_mu_text</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L74" class="LineNr"> 74 </span> assert<span class="Delimiter">(</span><span class="Normal">sizeof</span><span class="Delimiter">(</span><span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span><span class="Delimiter">)</span> >= <span class="Normal">sizeof</span><span class="Delimiter">(</span><span class="Normal">FILE</span>*<span class="Delimiter">));</span> <span id="L75" class="LineNr"> 75 </span> <span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span> result = <span class="Normal">reinterpret_cast</span><<span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span>><span class="Delimiter">(</span>fopen<span class="Delimiter">(</span>filename<span class="Delimiter">.</span>c_str<span class="Delimiter">(),</span> <span class="Constant">"w"</span><span class="Delimiter">));</span> <span id="L76" class="LineNr"> 76 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> @@ -146,24 +145,24 @@ if ('onhashchange' in window) { <span id="L85" class="LineNr"> 85 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L86" class="LineNr"> 86 </span><span class="Normal">case</span> _READ_FROM_FILE: <span class="Delimiter">{</span> <span id="L87" class="LineNr"> 87 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$read-from-file' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L88" class="LineNr"> 88 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$read-from-file' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L90" class="LineNr"> 90 </span> <span class="Delimiter">}</span> <span id="L91" class="LineNr"> 91 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$read-from-file' should be a number, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L92" class="LineNr"> 92 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$read-from-file' should be a number, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L93" class="LineNr"> 93 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L94" class="LineNr"> 94 </span> <span class="Delimiter">}</span> <span id="L95" class="LineNr"> 95 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$read-from-file' requires exactly two products, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L96" class="LineNr"> 96 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$read-from-file' requires exactly two products, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L97" class="LineNr"> 97 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L98" class="LineNr"> 98 </span> <span class="Delimiter">}</span> <span id="L99" class="LineNr"> 99 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_character<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first product of '$read-from-file' should be a character, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L100" class="LineNr">100 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first product of '$read-from-file' should be a character, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L101" class="LineNr">101 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L102" class="LineNr">102 </span> <span class="Delimiter">}</span> <span id="L103" class="LineNr">103 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_boolean<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L104" class="LineNr">104 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second product of '$read-from-file' should be a boolean, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L105" class="LineNr">105 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L104" class="LineNr">104 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second product of '$read-from-file' should be a boolean, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L105" class="LineNr">105 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L106" class="LineNr">106 </span> <span class="Delimiter">}</span> <span id="L107" class="LineNr">107 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L108" class="LineNr">108 </span><span class="Delimiter">}</span> @@ -172,29 +171,29 @@ if ('onhashchange' in window) { <span id="L111" class="LineNr">111 </span> <span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span> x = <span class="Normal">static_cast</span><<span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span>><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L112" class="LineNr">112 </span> <span class="Normal">FILE</span>* f = <span class="Normal">reinterpret_cast</span><<span class="Normal">FILE</span>*><span class="Delimiter">(</span>x<span class="Delimiter">);</span> <span id="L113" class="LineNr">113 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>f == <span class="Constant">NULL</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"can't read from null file in '"</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L114" class="LineNr">114 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"can't read from null file in '"</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L115" class="LineNr">115 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L116" class="LineNr">116 </span> <span class="Delimiter">}</span> <span id="L117" class="LineNr">117 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> <span id="L118" class="LineNr">118 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>feof<span class="Delimiter">(</span>f<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span class="Comment">// eof</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L119" class="LineNr">119 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L120" class="LineNr">120 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span class="Comment">// eof</span> +<span id="L121" class="LineNr">121 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L122" class="LineNr">122 </span> <span class="Delimiter">}</span> <span id="L123" class="LineNr">123 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ferror<span class="Delimiter">(</span>f<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"file in invalid state in '"</span> << to_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L124" class="LineNr">124 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"file in invalid state in '"</span> << to_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L125" class="LineNr">125 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L126" class="LineNr">126 </span> <span class="Delimiter">}</span> <span id="L127" class="LineNr">127 </span> <span class="Normal">char</span> c = getc<span class="Delimiter">(</span>f<span class="Delimiter">);</span> <span class="Comment">// todo: unicode</span> <span id="L128" class="LineNr">128 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">EOF</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span class="Comment">// eof</span> -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L129" class="LineNr">129 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L130" class="LineNr">130 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span class="Comment">// eof</span> +<span id="L131" class="LineNr">131 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L132" class="LineNr">132 </span> <span class="Delimiter">}</span> <span id="L133" class="LineNr">133 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ferror<span class="Delimiter">(</span>f<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"couldn't read from file in '"</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" errno: "</span> << errno << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L136" class="LineNr">136 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L134" class="LineNr">134 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"couldn't read from file in '"</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L135" class="LineNr">135 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" errno: "</span> << errno << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L136" class="LineNr">136 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L137" class="LineNr">137 </span> <span class="Delimiter">}</span> <span id="L138" class="LineNr">138 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>c<span class="Delimiter">);</span> <span id="L139" class="LineNr">139 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span class="Comment">// not eof</span> @@ -210,20 +209,20 @@ if ('onhashchange' in window) { <span id="L149" class="LineNr">149 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L150" class="LineNr">150 </span><span class="Normal">case</span> _WRITE_TO_FILE: <span class="Delimiter">{</span> <span id="L151" class="LineNr">151 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L152" class="LineNr">152 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$write-to-file' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L152" class="LineNr">152 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$write-to-file' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L153" class="LineNr">153 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L154" class="LineNr">154 </span> <span class="Delimiter">}</span> <span id="L155" class="LineNr">155 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L156" class="LineNr">156 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$write-to-file' should be a number, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L157" class="LineNr">157 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L156" class="LineNr">156 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$write-to-file' should be a number, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L157" class="LineNr">157 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L158" class="LineNr">158 </span> <span class="Delimiter">}</span> <span id="L159" class="LineNr">159 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_character<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L160" class="LineNr">160 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of '$write-to-file' should be a character, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L160" class="LineNr">160 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of '$write-to-file' should be a character, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L161" class="LineNr">161 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L162" class="LineNr">162 </span> <span class="Delimiter">}</span> <span id="L163" class="LineNr">163 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$write-to-file' writes to no products, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L164" class="LineNr">164 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$write-to-file' writes to no products, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L165" class="LineNr">165 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L166" class="LineNr">166 </span> <span class="Delimiter">}</span> <span id="L167" class="LineNr">167 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L168" class="LineNr">168 </span><span class="Delimiter">}</span> @@ -232,21 +231,21 @@ if ('onhashchange' in window) { <span id="L171" class="LineNr">171 </span> <span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span> x = <span class="Normal">static_cast</span><<span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span>><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L172" class="LineNr">172 </span> <span class="Normal">FILE</span>* f = <span class="Normal">reinterpret_cast</span><<span class="Normal">FILE</span>*><span class="Delimiter">(</span>x<span class="Delimiter">);</span> <span id="L173" class="LineNr">173 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>f == <span class="Constant">NULL</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L174" class="LineNr">174 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"can't write to null file in '"</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L175" class="LineNr">175 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L174" class="LineNr">174 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"can't write to null file in '"</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L175" class="LineNr">175 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L176" class="LineNr">176 </span> <span class="Delimiter">}</span> <span id="L177" class="LineNr">177 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>feof<span class="Delimiter">(</span>f<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L178" class="LineNr">178 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ferror<span class="Delimiter">(</span>f<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"file in invalid state in '"</span> << to_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L179" class="LineNr">179 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"file in invalid state in '"</span> << to_string<span class="Delimiter">(</span>current_instruction<span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L180" class="LineNr">180 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L181" class="LineNr">181 </span> <span class="Delimiter">}</span> <span id="L182" class="LineNr">182 </span> <span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span> y = <span class="Normal">static_cast</span><<span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span>><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L183" class="LineNr">183 </span> <span class="Normal">char</span> c = <span class="Normal">static_cast</span><<span class="Normal">char</span>><span class="Delimiter">(</span>y<span class="Delimiter">);</span> <span id="L184" class="LineNr">184 </span> putc<span class="Delimiter">(</span>c<span class="Delimiter">,</span> f<span class="Delimiter">);</span> <span class="Comment">// todo: unicode</span> <span id="L185" class="LineNr">185 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ferror<span class="Delimiter">(</span>f<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L186" class="LineNr">186 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"couldn't write to file in '"</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" errno: "</span> << errno << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L186" class="LineNr">186 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"couldn't write to file in '"</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">())</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L187" class="LineNr">187 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">" errno: "</span> << errno << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L188" class="LineNr">188 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L189" class="LineNr">189 </span> <span class="Delimiter">}</span> <span id="L190" class="LineNr">190 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L191" class="LineNr">191 </span><span class="Delimiter">}</span> @@ -258,20 +257,20 @@ if ('onhashchange' in window) { <span id="L197" class="LineNr">197 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L198" class="LineNr">198 </span><span class="Normal">case</span> _CLOSE_FILE: <span class="Delimiter">{</span> <span id="L199" class="LineNr">199 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$close-file' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L201" class="LineNr">201 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L200" class="LineNr">200 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$close-file' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L201" class="LineNr">201 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L202" class="LineNr">202 </span> <span class="Delimiter">}</span> <span id="L203" class="LineNr">203 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L204" class="LineNr">204 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$close-file' should be a number, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L205" class="LineNr">205 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L204" class="LineNr">204 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$close-file' should be a number, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L205" class="LineNr">205 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L206" class="LineNr">206 </span> <span class="Delimiter">}</span> <span id="L207" class="LineNr">207 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L208" class="LineNr">208 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$close-file' requires exactly one product, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L209" class="LineNr">209 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L208" class="LineNr">208 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$close-file' requires exactly one product, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L209" class="LineNr">209 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L210" class="LineNr">210 </span> <span class="Delimiter">}</span> <span id="L211" class="LineNr">211 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name != inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$close-file' requires its product to be the same as its ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L213" class="LineNr">213 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L212" class="LineNr">212 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$close-file' requires its product to be the same as its ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L213" class="LineNr">213 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L214" class="LineNr">214 </span> <span class="Delimiter">}</span> <span id="L215" class="LineNr">215 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L216" class="LineNr">216 </span><span class="Delimiter">}</span> diff --git a/html/088file.mu.html b/html/088file.mu.html index dab16db6..83b23cd6 100644 --- a/html/088file.mu.html +++ b/html/088file.mu.html @@ -15,16 +15,15 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.muData { color: #ffff00; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.muData { color: #ffff00; } --> </style> @@ -69,138 +68,138 @@ if ('onhashchange' in window) { <span id="L8" class="LineNr"> 8 </span><span class="Comment"># - slurp - synchronously read from a file</span> <span id="L9" class="LineNr"> 9 </span><span class="Comment"># - dump - synchronously write to a file</span> <span id="L10" class="LineNr"> 10 </span> -<span id="L11" class="LineNr"> 11 </span><span class="muData">container</span> <a href='088file.mu.html#L11'>resources</a> [ +<span id="L11" class="LineNr"> 11 </span><span class="muData">container</span> resources [ <span id="L12" class="LineNr"> 12 </span> lock:bool -<span id="L13" class="LineNr"> 13 </span> data:&:@:<a href='088file.mu.html#L16'>resource</a> +<span id="L13" class="LineNr"> 13 </span> data:&:@:resource <span id="L14" class="LineNr"> 14 </span>] <span id="L15" class="LineNr"> 15 </span> -<span id="L16" class="LineNr"> 16 </span><span class="muData">container</span> <a href='088file.mu.html#L16'>resource</a> [ +<span id="L16" class="LineNr"> 16 </span><span class="muData">container</span> resource [ <span id="L17" class="LineNr"> 17 </span> name:text <span id="L18" class="LineNr"> 18 </span> contents:text <span id="L19" class="LineNr"> 19 </span>] <span id="L20" class="LineNr"> 20 </span> -<span id="L21" class="LineNr"> 21 </span><span class="muRecipe">def</span> <a href='088file.mu.html#L21'>start-reading</a> <a href='088file.mu.html#L11'>resources</a>:&:<a href='088file.mu.html#L11'>resources</a>, filename:text<span class="muRecipe"> -> </span>contents:&:<a href='075channel.mu.html#L43'>source</a>:char, error?:bool [ +<span id="L21" class="LineNr"> 21 </span><span class="muRecipe">def</span> start-reading resources:&:resources, filename:text<span class="muRecipe"> -> </span>contents:&:source:char, error?:bool [ <span id="L22" class="LineNr"> 22 </span> <span class="Constant">local-scope</span> <span id="L23" class="LineNr"> 23 </span> <span class="Constant">load-inputs</span> <span id="L24" class="LineNr"> 24 </span> error? <span class="Special"><-</span> copy <span class="Constant">0/false</span> <span id="L25" class="LineNr"> 25 </span> <span class="Delimiter">{</span> -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='088file.mu.html#L11'>resources</a> -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span> <span class="Comment"># fake file system</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Conceal">¦</span> contents, error? <span class="Special"><-</span> <a href='088file.mu.html#L53'>start-reading-from-fake-resource</a> <a href='088file.mu.html#L11'>resources</a>, filename -<span id="L29" class="LineNr"> 29 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L26" class="LineNr"> 26 </span> <span class="muControl">break-unless</span> resources +<span id="L27" class="LineNr"> 27 </span> <span class="Comment"># fake file system</span> +<span id="L28" class="LineNr"> 28 </span> contents, error? <span class="Special"><-</span> start-reading-from-fake-resource resources, filename +<span id="L29" class="LineNr"> 29 </span> <span class="muControl"> return</span> <span id="L30" class="LineNr"> 30 </span> <span class="Delimiter">}</span> <span id="L31" class="LineNr"> 31 </span> <span class="Comment"># real file system</span> <span id="L32" class="LineNr"> 32 </span> file:num <span class="Special"><-</span> $open-file-for-reading filename <span id="L33" class="LineNr"> 33 </span> <span class="muControl">return-unless</span> file, <span class="Constant">0/contents</span>, <span class="Constant">1/error?</span> -<span id="L34" class="LineNr"> 34 </span> contents:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a><span class="Constant"> 30</span> -<span id="L35" class="LineNr"> 35 </span> <span class="muControl">start-running</span> <a href='088file.mu.html#L76'>receive-from-file</a> file, <a href='075channel.mu.html#L47'>sink</a> +<span id="L34" class="LineNr"> 34 </span> contents:&:source:char, sink:&:sink:char <span class="Special"><-</span> new-channel<span class="Constant"> 30</span> +<span id="L35" class="LineNr"> 35 </span> <span class="muControl">start-running</span> receive-from-file file, sink <span id="L36" class="LineNr"> 36 </span>] <span id="L37" class="LineNr"> 37 </span> -<span id="L38" class="LineNr"> 38 </span><span class="muRecipe">def</span> <a href='088file.mu.html#L38'>slurp</a> <a href='088file.mu.html#L11'>resources</a>:&:<a href='088file.mu.html#L11'>resources</a>, filename:text<span class="muRecipe"> -> </span>contents:text, error?:bool [ +<span id="L38" class="LineNr"> 38 </span><span class="muRecipe">def</span> slurp resources:&:resources, filename:text<span class="muRecipe"> -> </span>contents:text, error?:bool [ <span id="L39" class="LineNr"> 39 </span> <span class="Constant">local-scope</span> <span id="L40" class="LineNr"> 40 </span> <span class="Constant">load-inputs</span> -<span id="L41" class="LineNr"> 41 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char, error?:bool <span class="Special"><-</span> <a href='088file.mu.html#L21'>start-reading</a> <a href='088file.mu.html#L11'>resources</a>, filename +<span id="L41" class="LineNr"> 41 </span> source:&:source:char, error?:bool <span class="Special"><-</span> start-reading resources, filename <span id="L42" class="LineNr"> 42 </span> <span class="muControl">return-if</span> error?, <span class="Constant">0/contents</span> -<span id="L43" class="LineNr"> 43 </span> buf:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a> <span class="Constant">30/capacity</span> +<span id="L43" class="LineNr"> 43 </span> buf:&:buffer:char <span class="Special"><-</span> new-buffer <span class="Constant">30/capacity</span> <span id="L44" class="LineNr"> 44 </span> <span class="Delimiter">{</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> c:char, done?:bool, <a href='075channel.mu.html#L43'>source</a> <span class="Special"><-</span> read <a href='075channel.mu.html#L43'>source</a> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> append buf, c -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L45" class="LineNr"> 45 </span> c:char, done?:bool, source <span class="Special"><-</span> read source +<span id="L46" class="LineNr"> 46 </span> <span class="muControl">break-if</span> done? +<span id="L47" class="LineNr"> 47 </span> buf <span class="Special"><-</span> append buf, c +<span id="L48" class="LineNr"> 48 </span> <span class="muControl"> loop</span> <span id="L49" class="LineNr"> 49 </span> <span class="Delimiter">}</span> -<span id="L50" class="LineNr"> 50 </span> contents <span class="Special"><-</span> <a href='061text.mu.html#L338'>buffer-to-array</a> buf +<span id="L50" class="LineNr"> 50 </span> contents <span class="Special"><-</span> buffer-to-array buf <span id="L51" class="LineNr"> 51 </span>] <span id="L52" class="LineNr"> 52 </span> -<span id="L53" class="LineNr"> 53 </span><span class="muRecipe">def</span> <a href='088file.mu.html#L53'>start-reading-from-fake-resource</a> <a href='088file.mu.html#L11'>resources</a>:&:<a href='088file.mu.html#L11'>resources</a>, <a href='088file.mu.html#L16'>resource</a>:text<span class="muRecipe"> -> </span>contents:&:<a href='075channel.mu.html#L43'>source</a>:char, error?:bool [ +<span id="L53" class="LineNr"> 53 </span><span class="muRecipe">def</span> start-reading-from-fake-resource resources:&:resources, resource:text<span class="muRecipe"> -> </span>contents:&:source:char, error?:bool [ <span id="L54" class="LineNr"> 54 </span> <span class="Constant">local-scope</span> <span id="L55" class="LineNr"> 55 </span> <span class="Constant">load-inputs</span> <span id="L56" class="LineNr"> 56 </span> error? <span class="Special"><-</span> copy <span class="Constant">0/no-error</span> <span id="L57" class="LineNr"> 57 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L58" class="LineNr"> 58 </span> data:&:@:<a href='088file.mu.html#L16'>resource</a> <span class="Special"><-</span> get *resources, <span class="Constant">data:offset</span> +<span id="L58" class="LineNr"> 58 </span> data:&:@:resource <span class="Special"><-</span> get *resources, <span class="Constant">data:offset</span> <span id="L59" class="LineNr"> 59 </span> len:num <span class="Special"><-</span> length *data <span id="L60" class="LineNr"> 60 </span> <span class="Delimiter">{</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, len -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> tmp:<a href='088file.mu.html#L16'>resource</a> <span class="Special"><-</span> index *data, i -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> curr-resource:text <span class="Special"><-</span> get tmp, <span class="Constant">name:offset</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> found?:bool <span class="Special"><-</span> equal <a href='088file.mu.html#L16'>resource</a>, curr-resource -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span> <span class="muControl">loop-unless</span> found? -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> contents:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a><span class="Constant"> 30</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> curr-contents:text <span class="Special"><-</span> get tmp, <span class="Constant">contents:offset</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <span class="muControl">start-running</span> <a href='088file.mu.html#L89'>receive-from-text</a> curr-contents, <a href='075channel.mu.html#L47'>sink</a> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L61" class="LineNr"> 61 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, len +<span id="L62" class="LineNr"> 62 </span> <span class="muControl">break-if</span> done? +<span id="L63" class="LineNr"> 63 </span> tmp:resource <span class="Special"><-</span> index *data, i +<span id="L64" class="LineNr"> 64 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L65" class="LineNr"> 65 </span> curr-resource:text <span class="Special"><-</span> get tmp, <span class="Constant">name:offset</span> +<span id="L66" class="LineNr"> 66 </span> found?:bool <span class="Special"><-</span> equal resource, curr-resource +<span id="L67" class="LineNr"> 67 </span> <span class="muControl">loop-unless</span> found? +<span id="L68" class="LineNr"> 68 </span> contents:&:source:char, sink:&:sink:char <span class="Special"><-</span> new-channel<span class="Constant"> 30</span> +<span id="L69" class="LineNr"> 69 </span> curr-contents:text <span class="Special"><-</span> get tmp, <span class="Constant">contents:offset</span> +<span id="L70" class="LineNr"> 70 </span> <span class="muControl">start-running</span> receive-from-text curr-contents, sink +<span id="L71" class="LineNr"> 71 </span> <span class="muControl"> return</span> <span id="L72" class="LineNr"> 72 </span> <span class="Delimiter">}</span> <span id="L73" class="LineNr"> 73 </span> <span class="muControl"> return</span> <span class="Constant">0/not-found</span>, <span class="Constant">1/error</span> <span id="L74" class="LineNr"> 74 </span>] <span id="L75" class="LineNr"> 75 </span> -<span id="L76" class="LineNr"> 76 </span><span class="muRecipe">def</span> <a href='088file.mu.html#L76'>receive-from-file</a> file:num, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char<span class="muRecipe"> -> </span><a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char [ +<span id="L76" class="LineNr"> 76 </span><span class="muRecipe">def</span> receive-from-file file:num, sink:&:sink:char<span class="muRecipe"> -> </span>sink:&:sink:char [ <span id="L77" class="LineNr"> 77 </span> <span class="Constant">local-scope</span> <span id="L78" class="LineNr"> 78 </span> <span class="Constant">load-inputs</span> <span id="L79" class="LineNr"> 79 </span> <span class="Delimiter">{</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> c:char, eof?:bool <span class="Special"><-</span> $read-from-file file -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> eof? -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, c -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L80" class="LineNr"> 80 </span> c:char, eof?:bool <span class="Special"><-</span> $read-from-file file +<span id="L81" class="LineNr"> 81 </span> <span class="muControl">break-if</span> eof? +<span id="L82" class="LineNr"> 82 </span> sink <span class="Special"><-</span> write sink, c +<span id="L83" class="LineNr"> 83 </span> <span class="muControl"> loop</span> <span id="L84" class="LineNr"> 84 </span> <span class="Delimiter">}</span> -<span id="L85" class="LineNr"> 85 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> close <a href='075channel.mu.html#L47'>sink</a> +<span id="L85" class="LineNr"> 85 </span> sink <span class="Special"><-</span> close sink <span id="L86" class="LineNr"> 86 </span> file <span class="Special"><-</span> $close-file file <span id="L87" class="LineNr"> 87 </span>] <span id="L88" class="LineNr"> 88 </span> -<span id="L89" class="LineNr"> 89 </span><span class="muRecipe">def</span> <a href='088file.mu.html#L89'>receive-from-text</a> contents:text, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char<span class="muRecipe"> -> </span><a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char [ +<span id="L89" class="LineNr"> 89 </span><span class="muRecipe">def</span> receive-from-text contents:text, sink:&:sink:char<span class="muRecipe"> -> </span>sink:&:sink:char [ <span id="L90" class="LineNr"> 90 </span> <span class="Constant">local-scope</span> <span id="L91" class="LineNr"> 91 </span> <span class="Constant">load-inputs</span> <span id="L92" class="LineNr"> 92 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L93" class="LineNr"> 93 </span> len:num <span class="Special"><-</span> length *contents <span id="L94" class="LineNr"> 94 </span> <span class="Delimiter">{</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, len -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> index *contents, i -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, c -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L95" class="LineNr"> 95 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, len +<span id="L96" class="LineNr"> 96 </span> <span class="muControl">break-if</span> done? +<span id="L97" class="LineNr"> 97 </span> c:char <span class="Special"><-</span> index *contents, i +<span id="L98" class="LineNr"> 98 </span> sink <span class="Special"><-</span> write sink, c +<span id="L99" class="LineNr"> 99 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L100" class="LineNr">100 </span> <span class="muControl"> loop</span> <span id="L101" class="LineNr">101 </span> <span class="Delimiter">}</span> -<span id="L102" class="LineNr">102 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> close <a href='075channel.mu.html#L47'>sink</a> +<span id="L102" class="LineNr">102 </span> sink <span class="Special"><-</span> close sink <span id="L103" class="LineNr">103 </span>] <span id="L104" class="LineNr">104 </span> -<span id="L105" class="LineNr">105 </span><span class="muRecipe">def</span> <a href='088file.mu.html#L105'>start-writing</a> <a href='088file.mu.html#L11'>resources</a>:&:<a href='088file.mu.html#L11'>resources</a>, filename:text<span class="muRecipe"> -> </span><a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char, routine-id:num, error?:bool [ +<span id="L105" class="LineNr">105 </span><span class="muRecipe">def</span> start-writing resources:&:resources, filename:text<span class="muRecipe"> -> </span>sink:&:sink:char, routine-id:num, error?:bool [ <span id="L106" class="LineNr">106 </span> <span class="Constant">local-scope</span> <span id="L107" class="LineNr">107 </span> <span class="Constant">load-inputs</span> <span id="L108" class="LineNr">108 </span> error? <span class="Special"><-</span> copy <span class="Constant">0/false</span> -<span id="L109" class="LineNr">109 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a><span class="Constant"> 30</span> +<span id="L109" class="LineNr">109 </span> source:&:source:char, sink:&:sink:char <span class="Special"><-</span> new-channel<span class="Constant"> 30</span> <span id="L110" class="LineNr">110 </span> <span class="Delimiter">{</span> -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='088file.mu.html#L11'>resources</a> -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <span class="Comment"># fake file system</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> routine-id <span class="Special"><-</span> <span class="muControl">start-running</span> <a href='088file.mu.html#L162'>transmit-to-fake-resource</a> <a href='088file.mu.html#L11'>resources</a>, filename, <a href='075channel.mu.html#L43'>source</a> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L111" class="LineNr">111 </span> <span class="muControl">break-unless</span> resources +<span id="L112" class="LineNr">112 </span> <span class="Comment"># fake file system</span> +<span id="L113" class="LineNr">113 </span> routine-id <span class="Special"><-</span> <span class="muControl">start-running</span> transmit-to-fake-resource resources, filename, source +<span id="L114" class="LineNr">114 </span> <span class="muControl"> return</span> <span id="L115" class="LineNr">115 </span> <span class="Delimiter">}</span> <span id="L116" class="LineNr">116 </span> <span class="Comment"># real file system</span> <span id="L117" class="LineNr">117 </span> file:num <span class="Special"><-</span> $open-file-for-writing filename <span id="L118" class="LineNr">118 </span> <span class="muControl">return-unless</span> file, <span class="Constant">0/sink</span>, <span class="Constant">0/routine-id</span>, <span class="Constant">1/error?</span> <span id="L119" class="LineNr">119 </span> <span class="Delimiter">{</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> file -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> msg:text <span class="Special"><-</span> append <span class="Constant">[no such file: ]</span> filename -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> assert file, msg +<span id="L120" class="LineNr">120 </span> <span class="muControl">break-if</span> file +<span id="L121" class="LineNr">121 </span> msg:text <span class="Special"><-</span> append <span class="Constant">[no such file: ]</span> filename +<span id="L122" class="LineNr">122 </span> assert file, msg <span id="L123" class="LineNr">123 </span> <span class="Delimiter">}</span> -<span id="L124" class="LineNr">124 </span> routine-id <span class="Special"><-</span> <span class="muControl">start-running</span> <a href='088file.mu.html#L150'>transmit-to-file</a> file, <a href='075channel.mu.html#L43'>source</a> +<span id="L124" class="LineNr">124 </span> routine-id <span class="Special"><-</span> <span class="muControl">start-running</span> transmit-to-file file, source <span id="L125" class="LineNr">125 </span>] <span id="L126" class="LineNr">126 </span> -<span id="L127" class="LineNr">127 </span><span class="muRecipe">def</span> <a href='088file.mu.html#L127'>dump</a> <a href='088file.mu.html#L11'>resources</a>:&:<a href='088file.mu.html#L11'>resources</a>, filename:text, contents:text<span class="muRecipe"> -> </span><a href='088file.mu.html#L11'>resources</a>:&:<a href='088file.mu.html#L11'>resources</a>, error?:bool [ +<span id="L127" class="LineNr">127 </span><span class="muRecipe">def</span> dump resources:&:resources, filename:text, contents:text<span class="muRecipe"> -> </span>resources:&:resources, error?:bool [ <span id="L128" class="LineNr">128 </span> <span class="Constant">local-scope</span> <span id="L129" class="LineNr">129 </span> <span class="Constant">load-inputs</span> <span id="L130" class="LineNr">130 </span> <span class="Comment"># todo: really create an empty file</span> -<span id="L131" class="LineNr">131 </span> <span class="muControl">return-unless</span> contents, <a href='088file.mu.html#L11'>resources</a>, <span class="Constant">0/no-error</span> -<span id="L132" class="LineNr">132 </span> sink-file:&:<a href='075channel.mu.html#L47'>sink</a>:char, write-routine:num, error?:bool <span class="Special"><-</span> <a href='088file.mu.html#L105'>start-writing</a> <a href='088file.mu.html#L11'>resources</a>, filename +<span id="L131" class="LineNr">131 </span> <span class="muControl">return-unless</span> contents, resources, <span class="Constant">0/no-error</span> +<span id="L132" class="LineNr">132 </span> sink-file:&:sink:char, write-routine:num, error?:bool <span class="Special"><-</span> start-writing resources, filename <span id="L133" class="LineNr">133 </span> <span class="muControl">return-if</span> error? <span id="L134" class="LineNr">134 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L135" class="LineNr">135 </span> len:num <span class="Special"><-</span> length *contents <span id="L136" class="LineNr">136 </span> <span class="Delimiter">{</span> -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, len -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> index *contents, i -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> sink-file <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> sink-file, c -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L137" class="LineNr">137 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, len +<span id="L138" class="LineNr">138 </span> <span class="muControl">break-if</span> done? +<span id="L139" class="LineNr">139 </span> c:char <span class="Special"><-</span> index *contents, i +<span id="L140" class="LineNr">140 </span> sink-file <span class="Special"><-</span> write sink-file, c +<span id="L141" class="LineNr">141 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L142" class="LineNr">142 </span> <span class="muControl"> loop</span> <span id="L143" class="LineNr">143 </span> <span class="Delimiter">}</span> <span id="L144" class="LineNr">144 </span> close sink-file <span id="L145" class="LineNr">145 </span> <span class="Comment"># make sure to wait for the file to be actually written to disk</span> @@ -208,64 +207,64 @@ if ('onhashchange' in window) { <span id="L147" class="LineNr">147 </span> wait-for-routine write-routine <span id="L148" class="LineNr">148 </span>] <span id="L149" class="LineNr">149 </span> -<span id="L150" class="LineNr">150 </span><span class="muRecipe">def</span> <a href='088file.mu.html#L150'>transmit-to-file</a> file:num, <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char<span class="muRecipe"> -> </span><a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char [ +<span id="L150" class="LineNr">150 </span><span class="muRecipe">def</span> transmit-to-file file:num, source:&:source:char<span class="muRecipe"> -> </span>source:&:source:char [ <span id="L151" class="LineNr">151 </span> <span class="Constant">local-scope</span> <span id="L152" class="LineNr">152 </span> <span class="Constant">load-inputs</span> <span id="L153" class="LineNr">153 </span> <span class="Delimiter">{</span> -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span> c:char, done?:bool, <a href='075channel.mu.html#L43'>source</a> <span class="Special"><-</span> read <a href='075channel.mu.html#L43'>source</a> -<span id="L155" class="LineNr">155 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L156" class="LineNr">156 </span> <span class="Conceal">¦</span> $write-to-file file, c -<span id="L157" class="LineNr">157 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L154" class="LineNr">154 </span> c:char, done?:bool, source <span class="Special"><-</span> read source +<span id="L155" class="LineNr">155 </span> <span class="muControl">break-if</span> done? +<span id="L156" class="LineNr">156 </span> $write-to-file file, c +<span id="L157" class="LineNr">157 </span> <span class="muControl"> loop</span> <span id="L158" class="LineNr">158 </span> <span class="Delimiter">}</span> <span id="L159" class="LineNr">159 </span> file <span class="Special"><-</span> $close-file file <span id="L160" class="LineNr">160 </span>] <span id="L161" class="LineNr">161 </span> -<span id="L162" class="LineNr">162 </span><span class="muRecipe">def</span> <a href='088file.mu.html#L162'>transmit-to-fake-resource</a> <a href='088file.mu.html#L11'>resources</a>:&:<a href='088file.mu.html#L11'>resources</a>, filename:text, <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char<span class="muRecipe"> -> </span><a href='088file.mu.html#L11'>resources</a>:&:<a href='088file.mu.html#L11'>resources</a>, <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char [ +<span id="L162" class="LineNr">162 </span><span class="muRecipe">def</span> transmit-to-fake-resource resources:&:resources, filename:text, source:&:source:char<span class="muRecipe"> -> </span>resources:&:resources, source:&:source:char [ <span id="L163" class="LineNr">163 </span> <span class="Constant">local-scope</span> <span id="L164" class="LineNr">164 </span> <span class="Constant">load-inputs</span> <span id="L165" class="LineNr">165 </span> lock:location <span class="Special"><-</span> get-location *resources, <span class="Constant">lock:offset</span> <span id="L166" class="LineNr">166 </span> wait-for-reset-then-set lock <span id="L167" class="LineNr">167 </span> <span class="Comment"># compute new file contents</span> -<span id="L168" class="LineNr">168 </span> buf:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a><span class="Constant"> 30</span> +<span id="L168" class="LineNr">168 </span> buf:&:buffer:char <span class="Special"><-</span> new-buffer<span class="Constant"> 30</span> <span id="L169" class="LineNr">169 </span> <span class="Delimiter">{</span> -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span> c:char, done?:bool, <a href='075channel.mu.html#L43'>source</a> <span class="Special"><-</span> read <a href='075channel.mu.html#L43'>source</a> -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> append buf, c -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L170" class="LineNr">170 </span> c:char, done?:bool, source <span class="Special"><-</span> read source +<span id="L171" class="LineNr">171 </span> <span class="muControl">break-if</span> done? +<span id="L172" class="LineNr">172 </span> buf <span class="Special"><-</span> append buf, c +<span id="L173" class="LineNr">173 </span> <span class="muControl"> loop</span> <span id="L174" class="LineNr">174 </span> <span class="Delimiter">}</span> -<span id="L175" class="LineNr">175 </span> contents:text <span class="Special"><-</span> <a href='061text.mu.html#L338'>buffer-to-array</a> buf -<span id="L176" class="LineNr">176 </span> new-resource:<a href='088file.mu.html#L16'>resource</a> <span class="Special"><-</span> merge filename, contents +<span id="L175" class="LineNr">175 </span> contents:text <span class="Special"><-</span> buffer-to-array buf +<span id="L176" class="LineNr">176 </span> new-resource:resource <span class="Special"><-</span> merge filename, contents <span id="L177" class="LineNr">177 </span> <span class="Comment"># write to resources</span> <span id="L178" class="LineNr">178 </span> curr-filename:text <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L179" class="LineNr">179 </span> data:&:@:<a href='088file.mu.html#L16'>resource</a> <span class="Special"><-</span> get *resources, <span class="Constant">data:offset</span> +<span id="L179" class="LineNr">179 </span> data:&:@:resource <span class="Special"><-</span> get *resources, <span class="Constant">data:offset</span> <span id="L180" class="LineNr">180 </span> <span class="Comment"># replace file contents if it already exists</span> <span id="L181" class="LineNr">181 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L182" class="LineNr">182 </span> len:num <span class="Special"><-</span> length *data <span id="L183" class="LineNr">183 </span> <span class="Delimiter">{</span> -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, len -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L186" class="LineNr">186 </span> <span class="Conceal">¦</span> tmp:<a href='088file.mu.html#L16'>resource</a> <span class="Special"><-</span> index *data, i -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span> curr-filename <span class="Special"><-</span> get tmp, <span class="Constant">name:offset</span> -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span> found?:bool <span class="Special"><-</span> equal filename, curr-filename -<span id="L189" class="LineNr">189 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> found? -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> put-index *data, i, new-resource -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> jump</span> <span class="Constant">+unlock-and-exit</span> -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L184" class="LineNr">184 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, len +<span id="L185" class="LineNr">185 </span> <span class="muControl">break-if</span> done? +<span id="L186" class="LineNr">186 </span> tmp:resource <span class="Special"><-</span> index *data, i +<span id="L187" class="LineNr">187 </span> curr-filename <span class="Special"><-</span> get tmp, <span class="Constant">name:offset</span> +<span id="L188" class="LineNr">188 </span> found?:bool <span class="Special"><-</span> equal filename, curr-filename +<span id="L189" class="LineNr">189 </span> <span class="Delimiter">{</span> +<span id="L190" class="LineNr">190 </span> <span class="muControl">break-unless</span> found? +<span id="L191" class="LineNr">191 </span> put-index *data, i, new-resource +<span id="L192" class="LineNr">192 </span> <span class="muControl"> jump</span> <span class="Constant">+unlock-and-exit</span> +<span id="L193" class="LineNr">193 </span> <span class="Delimiter">}</span> +<span id="L194" class="LineNr">194 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L195" class="LineNr">195 </span> <span class="muControl"> loop</span> <span id="L196" class="LineNr">196 </span> <span class="Delimiter">}</span> <span id="L197" class="LineNr">197 </span> <span class="Comment"># if file didn't already exist, make room for it</span> <span id="L198" class="LineNr">198 </span> new-len:num <span class="Special"><-</span> add len,<span class="Constant"> 1</span> -<span id="L199" class="LineNr">199 </span> new-data:&:@:<a href='088file.mu.html#L16'>resource</a> <span class="Special"><-</span> new <span class="Constant"><a href='088file.mu.html#L16'>resource</a>:type</span>, new-len +<span id="L199" class="LineNr">199 </span> new-data:&:@:resource <span class="Special"><-</span> new <span class="Constant">resource:type</span>, new-len <span id="L200" class="LineNr">200 </span> put *resources, <span class="Constant">data:offset</span>, new-data <span id="L201" class="LineNr">201 </span> <span class="Comment"># copy over old files</span> <span id="L202" class="LineNr">202 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L203" class="LineNr">203 </span> <span class="Delimiter">{</span> -<span id="L204" class="LineNr">204 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, len -<span id="L205" class="LineNr">205 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L206" class="LineNr">206 </span> <span class="Conceal">¦</span> tmp:<a href='088file.mu.html#L16'>resource</a> <span class="Special"><-</span> index *data, i -<span id="L207" class="LineNr">207 </span> <span class="Conceal">¦</span> put-index *new-data, i, tmp +<span id="L204" class="LineNr">204 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, len +<span id="L205" class="LineNr">205 </span> <span class="muControl">break-if</span> done? +<span id="L206" class="LineNr">206 </span> tmp:resource <span class="Special"><-</span> index *data, i +<span id="L207" class="LineNr">207 </span> put-index *new-data, i, tmp <span id="L208" class="LineNr">208 </span> <span class="Delimiter">}</span> <span id="L209" class="LineNr">209 </span> <span class="Comment"># write new file</span> <span id="L210" class="LineNr">210 </span> put-index *new-data, len, new-resource diff --git a/html/089scenario_filesystem.cc.html b/html/089scenario_filesystem.cc.html index 3b6f54ac..7df32904 100644 --- a/html/089scenario_filesystem.cc.html +++ b/html/089scenario_filesystem.cc.html @@ -15,16 +15,15 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.Constant { color: #00a0a0; } .LineNr { color: #444444; } .muScenario { color: #00af00; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } .Identifier { color: #c0a020; } -.Constant { color: #00a0a0; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } .cSpecial { color: #008000; } --> </style> @@ -69,16 +68,16 @@ if ('onhashchange' in window) { <span id="L7" class="LineNr"> 7 </span><span class="muScenario"><a href='050scenario.cc.html#L57'>scenario</a></span> simple-filesystem [ <span id="L8" class="LineNr"> 8 </span> local-scope <span id="L9" class="LineNr"> 9 </span> assume-resources [ -<span id="L10" class="LineNr"> 10 </span> <span class="Conceal">¦</span> <span class="Comment"># file 'a' containing two lines of data</span> -<span id="L11" class="LineNr"> 11 </span> <span class="Conceal">¦</span> [a]<span class="Special"> <- </span>[ -<span id="L12" class="LineNr"> 12 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> |a bc| -<span id="L13" class="LineNr"> 13 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> |de f| -<span id="L14" class="LineNr"> 14 </span> <span class="Conceal">¦</span> ] -<span id="L15" class="LineNr"> 15 </span> <span class="Conceal">¦</span> <span class="Comment"># directory 'b' containing two files, 'c' and 'd'</span> -<span id="L16" class="LineNr"> 16 </span> <span class="Conceal">¦</span> [b/c]<span class="Special"> <- </span>[] -<span id="L17" class="LineNr"> 17 </span> <span class="Conceal">¦</span> [b/d]<span class="Special"> <- </span>[ -<span id="L18" class="LineNr"> 18 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> |xyz| -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span> ] +<span id="L10" class="LineNr"> 10 </span> <span class="Comment"># file 'a' containing two lines of data</span> +<span id="L11" class="LineNr"> 11 </span> [a]<span class="Special"> <- </span>[ +<span id="L12" class="LineNr"> 12 </span> |a bc| +<span id="L13" class="LineNr"> 13 </span> |de f| +<span id="L14" class="LineNr"> 14 </span> ] +<span id="L15" class="LineNr"> 15 </span> <span class="Comment"># directory 'b' containing two files, 'c' and 'd'</span> +<span id="L16" class="LineNr"> 16 </span> [b/c]<span class="Special"> <- </span>[] +<span id="L17" class="LineNr"> 17 </span> [b/d]<span class="Special"> <- </span>[ +<span id="L18" class="LineNr"> 18 </span> |xyz| +<span id="L19" class="LineNr"> 19 </span> ] <span id="L20" class="LineNr"> 20 </span> ] <span id="L21" class="LineNr"> 21 </span> <span class="Normal">data</span>:&:@:resource<span class="Special"> <- </span>get *resources<span class="Delimiter">,</span> <span class="Constant">data:offset</span> <span id="L22" class="LineNr"> 22 </span> <span class="Normal">file1</span>:resource<span class="Special"> <- </span>index *data<span class="Delimiter">,</span> <span class="Constant">0</span> @@ -97,14 +96,14 @@ if ('onhashchange' in window) { <span id="L35" class="LineNr"> 35 </span> file3-contents:text<span class="Special"> <- </span>get file3<span class="Delimiter">,</span> <span class="Constant">contents:offset</span> <span id="L36" class="LineNr"> 36 </span> <span class="Constant">60</span>:@:<span class="Normal">char</span>/<span class="Special">raw <- </span>copy *file3-contents <span id="L37" class="LineNr"> 37 </span> memory-should-contain [ -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> <span class="Constant">10</span>:array:character<span class="Special"> <- </span>[a] -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <span class="Constant">100</span>:array:character<span class="Special"> <- </span>[a bc +<span id="L38" class="LineNr"> 38 </span> <span class="Constant">10</span>:array:character<span class="Special"> <- </span>[a] +<span id="L39" class="LineNr"> 39 </span> <span class="Constant">100</span>:array:character<span class="Special"> <- </span>[a bc <span id="L40" class="LineNr"> 40 </span>de f <span id="L41" class="LineNr"> 41 </span>] -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span> <span class="Constant">30</span>:array:character<span class="Special"> <- </span>[b/c] -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <span class="Constant">40</span>:array:character<span class="Special"> <- </span>[] -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> <span class="Constant">50</span>:array:character<span class="Special"> <- </span>[b/d] -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <span class="Constant">60</span>:array:character<span class="Special"> <- </span>[xyz +<span id="L42" class="LineNr"> 42 </span> <span class="Constant">30</span>:array:character<span class="Special"> <- </span>[b/c] +<span id="L43" class="LineNr"> 43 </span> <span class="Constant">40</span>:array:character<span class="Special"> <- </span>[] +<span id="L44" class="LineNr"> 44 </span> <span class="Constant">50</span>:array:character<span class="Special"> <- </span>[b/d] +<span id="L45" class="LineNr"> 45 </span> <span class="Constant">60</span>:array:character<span class="Special"> <- </span>[xyz <span id="L46" class="LineNr"> 46 </span>] <span id="L47" class="LineNr"> 47 </span> ] <span id="L48" class="LineNr"> 48 </span>] @@ -113,11 +112,11 @@ if ('onhashchange' in window) { <span id="L51" class="LineNr"> 51 </span><span class="muScenario"><a href='050scenario.cc.html#L57'>scenario</a></span> escaping-file-contents [ <span id="L52" class="LineNr"> 52 </span> local-scope <span id="L53" class="LineNr"> 53 </span> assume-resources [ -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> <span class="Comment"># file 'a' containing a '|'</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> <span class="Comment"># need to escape '\' once for each block</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> [a]<span class="Special"> <- </span>[ -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> |x\\\\|yz| -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span> ] +<span id="L54" class="LineNr"> 54 </span> <span class="Comment"># file 'a' containing a '|'</span> +<span id="L55" class="LineNr"> 55 </span> <span class="Comment"># need to escape '\' once for each block</span> +<span id="L56" class="LineNr"> 56 </span> [a]<span class="Special"> <- </span>[ +<span id="L57" class="LineNr"> 57 </span> |x\\\\|yz| +<span id="L58" class="LineNr"> 58 </span> ] <span id="L59" class="LineNr"> 59 </span> ] <span id="L60" class="LineNr"> 60 </span> <span class="Normal">data</span>:&:@:resource<span class="Special"> <- </span>get *resources<span class="Delimiter">,</span> <span class="Constant">data:offset</span> <span id="L61" class="LineNr"> 61 </span> <span class="Normal">file1</span>:resource<span class="Special"> <- </span>index *data<span class="Delimiter">,</span> <span class="Constant">0</span> @@ -126,8 +125,8 @@ if ('onhashchange' in window) { <span id="L64" class="LineNr"> 64 </span> file1-contents:text<span class="Special"> <- </span>get file1<span class="Delimiter">,</span> <span class="Constant">contents:offset</span> <span id="L65" class="LineNr"> 65 </span> <span class="Constant">20</span>:@:<span class="Normal">char</span>/<span class="Special">raw <- </span>copy *file1-contents <span id="L66" class="LineNr"> 66 </span> memory-should-contain [ -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span> <span class="Constant">10</span>:array:character<span class="Special"> <- </span>[a] -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> <span class="Constant">20</span>:array:character<span class="Special"> <- </span>[x|yz +<span id="L67" class="LineNr"> 67 </span> <span class="Constant">10</span>:array:character<span class="Special"> <- </span>[a] +<span id="L68" class="LineNr"> 68 </span> <span class="Constant">20</span>:array:character<span class="Special"> <- </span>[x|yz <span id="L69" class="LineNr"> 69 </span>] <span id="L70" class="LineNr"> 70 </span> ] <span id="L71" class="LineNr"> 71 </span>] @@ -173,60 +172,60 @@ if ('onhashchange' in window) { <span id="L111" class="LineNr">111 </span> istringstream in<span class="Delimiter">(</span>data<span class="Delimiter">);</span> <span id="L112" class="LineNr">112 </span> in >> std::noskipws<span class="Delimiter">;</span> <span id="L113" class="LineNr">113 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><span class="Constant">true</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> string filename = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>filename<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'resources' block at <a href='003trace.cc.html#L203'>end</a> of file (0)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>*filename<span class="Delimiter">.</span>begin<span class="Delimiter">()</span> != <span class="Constant">'['</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: filename '"</span> << filename << <span class="Constant">"' must begin with a '['</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>*filename<span class="Delimiter">.</span>rbegin<span class="Delimiter">()</span> != <span class="Constant">']'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L128" class="LineNr">128 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: filename '"</span> << filename << <span class="Constant">"' must <a href='003trace.cc.html#L203'>end</a> with a ']'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> filename<span class="Delimiter">.</span>erase<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> filename<span class="Delimiter">.</span>erase<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>filename<span class="Delimiter">)</span>-<span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: no data for filename '"</span> << filename << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L136" class="LineNr">136 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> string arrow = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>arrow<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'resources' block at <a href='003trace.cc.html#L203'>end</a> of file (1)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>arrow != <span class="Constant">"<-"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L144" class="LineNr">144 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: expected '<-' after filename '"</span> << filename << <span class="Constant">"' but got '"</span> << arrow << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L145" class="LineNr">145 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L146" class="LineNr">146 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L147" class="LineNr">147 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: no data for filename '"</span> << filename << <span class="Constant">"' after '<-'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L149" class="LineNr">149 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L150" class="LineNr">150 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L151" class="LineNr">151 </span> <span class="Conceal">¦</span> string contents = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L152" class="LineNr">152 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contents<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'resources' block at <a href='003trace.cc.html#L203'>end</a> of file (2)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L155" class="LineNr">155 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L156" class="LineNr">156 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L157" class="LineNr">157 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>*contents<span class="Delimiter">.</span>begin<span class="Delimiter">()</span> != <span class="Constant">'['</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L158" class="LineNr">158 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: file contents '"</span> << contents << <span class="Constant">"' for filename '"</span> << filename << <span class="Constant">"' must begin with a '['</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L159" class="LineNr">159 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L160" class="LineNr">160 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>*contents<span class="Delimiter">.</span>rbegin<span class="Delimiter">()</span> != <span class="Constant">']'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L162" class="LineNr">162 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: file contents '"</span> << contents << <span class="Constant">"' for filename '"</span> << filename << <span class="Constant">"' must <a href='003trace.cc.html#L203'>end</a> with a ']'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L163" class="LineNr">163 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> contents<span class="Delimiter">.</span>erase<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> contents<span class="Delimiter">.</span>erase<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>contents<span class="Delimiter">)</span>-<span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>out<span class="Delimiter">,</span> filename<span class="Delimiter">,</span> <a href='089scenario_filesystem.cc.html#L171'>munge_resources_contents</a><span class="Delimiter">(</span>contents<span class="Delimiter">,</span> filename<span class="Delimiter">,</span> caller<span class="Delimiter">));</span> +<span id="L114" class="LineNr">114 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L115" class="LineNr">115 </span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L116" class="LineNr">116 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L117" class="LineNr">117 </span> string filename = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L118" class="LineNr">118 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>filename<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L119" class="LineNr">119 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L120" class="LineNr">120 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'resources' block at <a href='003trace.cc.html#L203'>end</a> of file (0)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L121" class="LineNr">121 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L122" class="LineNr">122 </span> <span class="Delimiter">}</span> +<span id="L123" class="LineNr">123 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>*filename<span class="Delimiter">.</span>begin<span class="Delimiter">()</span> != <span class="Constant">'['</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L124" class="LineNr">124 </span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: filename '"</span> << filename << <span class="Constant">"' must begin with a '['</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L125" class="LineNr">125 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L126" class="LineNr">126 </span> <span class="Delimiter">}</span> +<span id="L127" class="LineNr">127 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>*filename<span class="Delimiter">.</span>rbegin<span class="Delimiter">()</span> != <span class="Constant">']'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L128" class="LineNr">128 </span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: filename '"</span> << filename << <span class="Constant">"' must <a href='003trace.cc.html#L203'>end</a> with a ']'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L129" class="LineNr">129 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L130" class="LineNr">130 </span> <span class="Delimiter">}</span> +<span id="L131" class="LineNr">131 </span> filename<span class="Delimiter">.</span>erase<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L132" class="LineNr">132 </span> filename<span class="Delimiter">.</span>erase<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>filename<span class="Delimiter">)</span>-<span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L133" class="LineNr">133 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L134" class="LineNr">134 </span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: no data for filename '"</span> << filename << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L135" class="LineNr">135 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L136" class="LineNr">136 </span> <span class="Delimiter">}</span> +<span id="L137" class="LineNr">137 </span> string arrow = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L138" class="LineNr">138 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>arrow<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L139" class="LineNr">139 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L140" class="LineNr">140 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'resources' block at <a href='003trace.cc.html#L203'>end</a> of file (1)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L141" class="LineNr">141 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L142" class="LineNr">142 </span> <span class="Delimiter">}</span> +<span id="L143" class="LineNr">143 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>arrow != <span class="Constant">"<-"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L144" class="LineNr">144 </span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: expected '<-' after filename '"</span> << filename << <span class="Constant">"' but got '"</span> << arrow << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L145" class="LineNr">145 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L146" class="LineNr">146 </span> <span class="Delimiter">}</span> +<span id="L147" class="LineNr">147 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L148" class="LineNr">148 </span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: no data for filename '"</span> << filename << <span class="Constant">"' after '<-'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L149" class="LineNr">149 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L150" class="LineNr">150 </span> <span class="Delimiter">}</span> +<span id="L151" class="LineNr">151 </span> string contents = <a href='011load.cc.html#L167'>next_word</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L152" class="LineNr">152 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contents<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L153" class="LineNr">153 </span> assert<span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">));</span> +<span id="L154" class="LineNr">154 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"incomplete 'resources' block at <a href='003trace.cc.html#L203'>end</a> of file (2)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L155" class="LineNr">155 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L156" class="LineNr">156 </span> <span class="Delimiter">}</span> +<span id="L157" class="LineNr">157 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>*contents<span class="Delimiter">.</span>begin<span class="Delimiter">()</span> != <span class="Constant">'['</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L158" class="LineNr">158 </span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: file contents '"</span> << contents << <span class="Constant">"' for filename '"</span> << filename << <span class="Constant">"' must begin with a '['</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L159" class="LineNr">159 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L160" class="LineNr">160 </span> <span class="Delimiter">}</span> +<span id="L161" class="LineNr">161 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>*contents<span class="Delimiter">.</span>rbegin<span class="Delimiter">()</span> != <span class="Constant">']'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L162" class="LineNr">162 </span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: file contents '"</span> << contents << <span class="Constant">"' for filename '"</span> << filename << <span class="Constant">"' must <a href='003trace.cc.html#L203'>end</a> with a ']'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L163" class="LineNr">163 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L164" class="LineNr">164 </span> <span class="Delimiter">}</span> +<span id="L165" class="LineNr">165 </span> contents<span class="Delimiter">.</span>erase<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L166" class="LineNr">166 </span> contents<span class="Delimiter">.</span>erase<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>contents<span class="Delimiter">)</span>-<span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L167" class="LineNr">167 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>out<span class="Delimiter">,</span> filename<span class="Delimiter">,</span> <a href='089scenario_filesystem.cc.html#L171'>munge_resources_contents</a><span class="Delimiter">(</span>contents<span class="Delimiter">,</span> filename<span class="Delimiter">,</span> caller<span class="Delimiter">));</span> <span id="L168" class="LineNr">168 </span> <span class="Delimiter">}</span> <span id="L169" class="LineNr">169 </span><span class="Delimiter">}</span> <span id="L170" class="LineNr">170 </span> @@ -237,75 +236,67 @@ if ('onhashchange' in window) { <span id="L175" class="LineNr">175 </span> <a href='011load.cc.html#L209'>skip_whitespace_and_comments</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> <span id="L176" class="LineNr">176 </span> ostringstream out<span class="Delimiter">;</span> <span id="L177" class="LineNr">177 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><span class="Constant">true</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L178" class="LineNr">178 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span> <a href='038new_text.cc.html#L223'>skip_whitespace</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L181" class="LineNr">181 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> != <span class="Constant">'|'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L182" class="LineNr">182 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: file contents for filename '"</span> << filename << <span class="Constant">"' must be delimited in '|'s</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L183" class="LineNr">183 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> <span class="Comment">// skip leading '|'</span> -<span id="L186" class="LineNr">186 </span> <span class="Conceal">¦</span> string line<span class="Delimiter">;</span> -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span> getline<span class="Delimiter">(</span>in<span class="Delimiter">,</span> line<span class="Delimiter">);</span> -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>line<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L189" class="LineNr">189 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>line<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> == <span class="Constant">'|'</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>line<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> == <span class="cSpecial">'\\'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++i<span class="Delimiter">;</span> <span class="Comment">// skip</span> -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>i == <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>line<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: file contents can't end a line with '</span><span class="cSpecial">\\</span><span class="Constant">'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L196" class="LineNr">196 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> out << line<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span> <span class="Comment">// todo: some way to represent a file without a final newline</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> out << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L178" class="LineNr">178 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L179" class="LineNr">179 </span> <a href='038new_text.cc.html#L220'>skip_whitespace</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L180" class="LineNr">180 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L181" class="LineNr">181 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>peek<span class="Delimiter">()</span> != <span class="Constant">'|'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L182" class="LineNr">182 </span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: file contents for filename '"</span> << filename << <span class="Constant">"' must be delimited in '|'s</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L183" class="LineNr">183 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L184" class="LineNr">184 </span> <span class="Delimiter">}</span> +<span id="L185" class="LineNr">185 </span> in<span class="Delimiter">.</span>get<span class="Delimiter">();</span> <span class="Comment">// skip leading '|'</span> +<span id="L186" class="LineNr">186 </span> string line<span class="Delimiter">;</span> +<span id="L187" class="LineNr">187 </span> getline<span class="Delimiter">(</span>in<span class="Delimiter">,</span> line<span class="Delimiter">);</span> +<span id="L188" class="LineNr">188 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>line<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L189" class="LineNr">189 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>line<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> == <span class="Constant">'|'</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L190" class="LineNr">190 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>line<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> == <span class="cSpecial">'\\'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L191" class="LineNr">191 </span> ++i<span class="Delimiter">;</span> <span class="Comment">// skip</span> +<span id="L192" class="LineNr">192 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>i == <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>line<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L193" class="LineNr">193 </span> <a href='003trace.cc.html#L174'>raise</a> << caller << <span class="Constant">": assume-resources: file contents can't end a line with '</span><span class="cSpecial">\\</span><span class="Constant">'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L194" class="LineNr">194 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L195" class="LineNr">195 </span> <span class="Delimiter">}</span> +<span id="L196" class="LineNr">196 </span> <span class="Delimiter">}</span> +<span id="L197" class="LineNr">197 </span> out << line<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L198" class="LineNr">198 </span> <span class="Delimiter">}</span> +<span id="L199" class="LineNr">199 </span> <span class="Comment">// todo: some way to represent a file without a final newline</span> +<span id="L200" class="LineNr">200 </span> out << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L201" class="LineNr">201 </span> <span class="Delimiter">}</span> <span id="L202" class="LineNr">202 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L203" class="LineNr">203 </span><span class="Delimiter">}</span> <span id="L204" class="LineNr">204 </span> <span id="L205" class="LineNr">205 </span><span class="Normal">void</span> <a href='089scenario_filesystem.cc.html#L205'>construct_resources_object</a><span class="Delimiter">(</span><span class="Normal">const</span> map<string<span class="Delimiter">,</span> string>& contents<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L206" class="LineNr">206 </span> <span class="Normal">int</span> resources_data_address = allocate<span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>contents<span class="Delimiter">)</span>*<span class="Constant">2</span> + <span class="Comment">/*</span><span class="Comment">array length</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L207" class="LineNr">207 </span> <span class="Normal">int</span> curr = resources_data_address + <span class="Comment">/*</span><span class="Comment">skip refcount and length</span><span class="Comment">*/</span><span class="Constant">2</span><span class="Delimiter">;</span> +<span id="L207" class="LineNr">207 </span> <span class="Normal">int</span> curr = resources_data_address + <span class="Comment">/*</span><span class="Comment">skip length</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> <span id="L208" class="LineNr">208 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>map<string<span class="Delimiter">,</span> string>::const_iterator p = contents<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != contents<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L209" class="LineNr">209 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">,</span> <a href='038new_text.cc.html#L38'>new_mu_text</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>first<span class="Delimiter">));</span> -<span id="L210" class="LineNr">210 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing file name "</span> << get<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">)</span> << <span class="Constant">" in location "</span> << curr << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L211" class="LineNr">211 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing refcount 1 in location "</span> << get<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L213" class="LineNr">213 </span> <span class="Conceal">¦</span> ++curr<span class="Delimiter">;</span> -<span id="L214" class="LineNr">214 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">,</span> <a href='038new_text.cc.html#L38'>new_mu_text</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>second<span class="Delimiter">));</span> -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing file contents "</span> << get<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">)</span> << <span class="Constant">" in location "</span> << curr << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> get<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">),</span> <span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L217" class="LineNr">217 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing refcount 1 in location "</span> << get<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">)</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L218" class="LineNr">218 </span> <span class="Conceal">¦</span> ++curr<span class="Delimiter">;</span> -<span id="L219" class="LineNr">219 </span> <span class="Delimiter">}</span> -<span id="L220" class="LineNr">220 </span> curr = resources_data_address+<span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L221" class="LineNr">221 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">,</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>contents<span class="Delimiter">));</span> <span class="Comment">// size of array</span> -<span id="L222" class="LineNr">222 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing resources size "</span> << get<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">)</span> << <span class="Constant">" in location "</span> << curr << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L223" class="LineNr">223 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> resources_data_address<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> <span class="Comment">// initialize refcount</span> -<span id="L224" class="LineNr">224 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing refcount 1 in location "</span> << resources_data_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L225" class="LineNr">225 </span> <span class="Comment">// wrap the resources data in a 'resources' object</span> -<span id="L226" class="LineNr">226 </span> <span class="Normal">int</span> resources_address = allocate<span class="Delimiter">(</span><a href='089scenario_filesystem.cc.html#L237'>size_of_resources</a><span class="Delimiter">());</span> -<span id="L227" class="LineNr">227 </span> curr = resources_address+<span class="Comment">/*</span><span class="Comment">skip refcount</span><span class="Comment">*/</span><span class="Constant">1</span>+<span class="Comment">/*</span><span class="Comment">offset of 'data' element</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L228" class="LineNr">228 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">,</span> resources_data_address<span class="Delimiter">);</span> -<span id="L229" class="LineNr">229 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing resources data <a href='043space.cc.html#L82'>address</a> "</span> << resources_data_address << <span class="Constant">" in location "</span> << curr << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L230" class="LineNr">230 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> resources_address<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">);</span> <span class="Comment">// initialize refcount</span> -<span id="L231" class="LineNr">231 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing refcount 1 in location "</span> << resources_address << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L232" class="LineNr">232 </span> <span class="Comment">// save in product</span> -<span id="L233" class="LineNr">233 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> RESOURCES<span class="Delimiter">,</span> resources_address<span class="Delimiter">);</span> -<span id="L234" class="LineNr">234 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing resources <a href='043space.cc.html#L82'>address</a> "</span> << resources_address << <span class="Constant">" in location "</span> << RESOURCES << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L235" class="LineNr">235 </span><span class="Delimiter">}</span> -<span id="L236" class="LineNr">236 </span> -<span id="L237" class="LineNr">237 </span><span class="Normal">int</span> <a href='089scenario_filesystem.cc.html#L237'>size_of_resources</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L238" class="LineNr">238 </span> <span class="Comment">// memoize result if already computed</span> -<span id="L239" class="LineNr">239 </span> <span class="Normal">static</span> <span class="Normal">int</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L240" class="LineNr">240 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">)</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L241" class="LineNr">241 </span> assert<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"resources"</span><span class="Delimiter">));</span> -<span id="L242" class="LineNr">242 </span> type_tree* type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"resources"</span><span class="Delimiter">);</span> -<span id="L243" class="LineNr">243 </span> result = size_of<span class="Delimiter">(</span>type<span class="Delimiter">)</span>+<span class="Comment">/*</span><span class="Comment">refcount</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L244" class="LineNr">244 </span> <span class="Normal">delete</span> type<span class="Delimiter">;</span> -<span id="L245" class="LineNr">245 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L246" class="LineNr">246 </span><span class="Delimiter">}</span> +<span id="L209" class="LineNr">209 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">,</span> <a href='038new_text.cc.html#L38'>new_mu_text</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>first<span class="Delimiter">));</span> +<span id="L210" class="LineNr">210 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing file name "</span> << get<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">)</span> << <span class="Constant">" in location "</span> << curr << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L211" class="LineNr">211 </span> ++curr<span class="Delimiter">;</span> +<span id="L212" class="LineNr">212 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">,</span> <a href='038new_text.cc.html#L38'>new_mu_text</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span>second<span class="Delimiter">));</span> +<span id="L213" class="LineNr">213 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing file contents "</span> << get<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">)</span> << <span class="Constant">" in location "</span> << curr << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L214" class="LineNr">214 </span> ++curr<span class="Delimiter">;</span> +<span id="L215" class="LineNr">215 </span> <span class="Delimiter">}</span> +<span id="L216" class="LineNr">216 </span> curr = resources_data_address<span class="Delimiter">;</span> +<span id="L217" class="LineNr">217 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">,</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>contents<span class="Delimiter">));</span> <span class="Comment">// size of array</span> +<span id="L218" class="LineNr">218 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing resources size "</span> << get<span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">)</span> << <span class="Constant">" in location "</span> << curr << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L219" class="LineNr">219 </span> <span class="Comment">// wrap the resources data in a 'resources' object</span> +<span id="L220" class="LineNr">220 </span> <span class="Normal">int</span> resources_address = allocate<span class="Delimiter">(</span><a href='089scenario_filesystem.cc.html#L229'>size_of_resources</a><span class="Delimiter">());</span> +<span id="L221" class="LineNr">221 </span> curr = resources_address+<span class="Comment">/*</span><span class="Comment">offset of 'data' element</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L222" class="LineNr">222 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> curr<span class="Delimiter">,</span> resources_data_address<span class="Delimiter">);</span> +<span id="L223" class="LineNr">223 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing resources data <a href='043space.cc.html#L80'>address</a> "</span> << resources_data_address << <span class="Constant">" in location "</span> << curr << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L224" class="LineNr">224 </span> <span class="Comment">// save in product</span> +<span id="L225" class="LineNr">225 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> RESOURCES<span class="Delimiter">,</span> resources_address<span class="Delimiter">);</span> +<span id="L226" class="LineNr">226 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">"mem"</span><span class="Delimiter">)</span> << <span class="Constant">"storing resources <a href='043space.cc.html#L80'>address</a> "</span> << resources_address << <span class="Constant">" in location "</span> << RESOURCES << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L227" class="LineNr">227 </span><span class="Delimiter">}</span> +<span id="L228" class="LineNr">228 </span> +<span id="L229" class="LineNr">229 </span><span class="Normal">int</span> <a href='089scenario_filesystem.cc.html#L229'>size_of_resources</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L230" class="LineNr">230 </span> <span class="Comment">// memoize result if already computed</span> +<span id="L231" class="LineNr">231 </span> <span class="Normal">static</span> <span class="Normal">int</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L232" class="LineNr">232 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">)</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L233" class="LineNr">233 </span> assert<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Type_ordinal<span class="Delimiter">,</span> <span class="Constant">"resources"</span><span class="Delimiter">));</span> +<span id="L234" class="LineNr">234 </span> type_tree* type = <span class="Normal">new</span> type_tree<span class="Delimiter">(</span><span class="Constant">"resources"</span><span class="Delimiter">);</span> +<span id="L235" class="LineNr">235 </span> result = size_of<span class="Delimiter">(</span>type<span class="Delimiter">);</span> +<span id="L236" class="LineNr">236 </span> <span class="Normal">delete</span> type<span class="Delimiter">;</span> +<span id="L237" class="LineNr">237 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L238" class="LineNr">238 </span><span class="Delimiter">}</span> </pre> </body> </html> diff --git a/html/090scenario_filesystem_test.mu.html b/html/090scenario_filesystem_test.mu.html index 343ea40d..16f1e45d 100644 --- a/html/090scenario_filesystem_test.mu.html +++ b/html/090scenario_filesystem_test.mu.html @@ -16,12 +16,11 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -61,22 +60,22 @@ if ('onhashchange' in window) { <span id="L3" class="LineNr"> 3 </span><span class="muScenario">scenario</span> read-from-fake-file [ <span id="L4" class="LineNr"> 4 </span> <span class="Constant">local-scope</span> <span id="L5" class="LineNr"> 5 </span> assume-resources [ -<span id="L6" class="LineNr"> 6 </span> <span class="Conceal">¦</span> <span class="Constant">[a]</span> <span class="Special"><-</span> [ -<span id="L7" class="LineNr"> 7 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |xyz|</span> -<span id="L8" class="LineNr"> 8 </span> <span class="Conceal">¦</span> ] +<span id="L6" class="LineNr"> 6 </span> <span class="Constant">[a]</span> <span class="Special"><-</span> [ +<span id="L7" class="LineNr"> 7 </span><span class="Constant"> |xyz|</span> +<span id="L8" class="LineNr"> 8 </span> ] <span id="L9" class="LineNr"> 9 </span> ] -<span id="L10" class="LineNr">10 </span> contents:&:<a href='075channel.mu.html#L43'>source</a>:char <span class="Special"><-</span> <a href='088file.mu.html#L21'>start-reading</a> <a href='088file.mu.html#L11'>resources</a>, <span class="Constant">[a]</span> +<span id="L10" class="LineNr">10 </span> contents:&:source:char <span class="Special"><-</span> start-reading resources, <span class="Constant">[a]</span> <span id="L11" class="LineNr">11 </span> 1:char/<span class="Special">raw</span> <span class="Special"><-</span> read contents <span id="L12" class="LineNr">12 </span> 2:char/<span class="Special">raw</span> <span class="Special"><-</span> read contents <span id="L13" class="LineNr">13 </span> 3:char/<span class="Special">raw</span> <span class="Special"><-</span> read contents <span id="L14" class="LineNr">14 </span> 4:char/<span class="Special">raw</span> <span class="Special"><-</span> read contents <span id="L15" class="LineNr">15 </span> _, 5:bool/<span class="Special">raw</span> <span class="Special"><-</span> read contents <span id="L16" class="LineNr">16 </span> memory-should-contain [ -<span id="L17" class="LineNr">17 </span> <span class="Conceal">¦</span><span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 120</span> <span class="Comment"># x</span> -<span id="L18" class="LineNr">18 </span> <span class="Conceal">¦</span><span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 121</span> <span class="Comment"># y</span> -<span id="L19" class="LineNr">19 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 122</span> <span class="Comment"># z</span> -<span id="L20" class="LineNr">20 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 10</span> <span class="Comment"># newline</span> -<span id="L21" class="LineNr">21 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># eof</span> +<span id="L17" class="LineNr">17 </span> <span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 120</span> <span class="Comment"># x</span> +<span id="L18" class="LineNr">18 </span> <span class="Constant"> 2</span> <span class="Special"><-</span><span class="Constant"> 121</span> <span class="Comment"># y</span> +<span id="L19" class="LineNr">19 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 122</span> <span class="Comment"># z</span> +<span id="L20" class="LineNr">20 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 10</span> <span class="Comment"># newline</span> +<span id="L21" class="LineNr">21 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># eof</span> <span id="L22" class="LineNr">22 </span> ] <span id="L23" class="LineNr">23 </span>] <span id="L24" class="LineNr">24 </span> @@ -84,75 +83,75 @@ if ('onhashchange' in window) { <span id="L26" class="LineNr">26 </span> <span class="Constant">local-scope</span> <span id="L27" class="LineNr">27 </span> assume-resources [ <span id="L28" class="LineNr">28 </span> ] -<span id="L29" class="LineNr">29 </span> <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char, writer:num/routine <span class="Special"><-</span> <a href='088file.mu.html#L105'>start-writing</a> <a href='088file.mu.html#L11'>resources</a>, <span class="Constant">[a]</span> -<span id="L30" class="LineNr">30 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">120/x</span> -<span id="L31" class="LineNr">31 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">121/y</span> -<span id="L32" class="LineNr">32 </span> close <a href='075channel.mu.html#L47'>sink</a> +<span id="L29" class="LineNr">29 </span> sink:&:sink:char, writer:num/routine <span class="Special"><-</span> start-writing resources, <span class="Constant">[a]</span> +<span id="L30" class="LineNr">30 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">120/x</span> +<span id="L31" class="LineNr">31 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">121/y</span> +<span id="L32" class="LineNr">32 </span> close sink <span id="L33" class="LineNr">33 </span> wait-for-routine writer -<span id="L34" class="LineNr">34 </span> contents-read-back:text <span class="Special"><-</span> <a href='088file.mu.html#L38'>slurp</a> <a href='088file.mu.html#L11'>resources</a>, <span class="Constant">[a]</span> +<span id="L34" class="LineNr">34 </span> contents-read-back:text <span class="Special"><-</span> slurp resources, <span class="Constant">[a]</span> <span id="L35" class="LineNr">35 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal contents-read-back, <span class="Constant">[xy]</span> <span id="L36" class="LineNr">36 </span> memory-should-contain [ -<span id="L37" class="LineNr">37 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># file contents read back exactly match what was written</span> +<span id="L37" class="LineNr">37 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># file contents read back exactly match what was written</span> <span id="L38" class="LineNr">38 </span> ] <span id="L39" class="LineNr">39 </span>] <span id="L40" class="LineNr">40 </span> <span id="L41" class="LineNr">41 </span><span class="muScenario">scenario</span> write-to-new-fake-file-2 [ <span id="L42" class="LineNr">42 </span> <span class="Constant">local-scope</span> <span id="L43" class="LineNr">43 </span> assume-resources [ -<span id="L44" class="LineNr">44 </span> <span class="Conceal">¦</span> <span class="Constant">[a]</span> <span class="Special"><-</span> [ -<span id="L45" class="LineNr">45 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |abc|</span> -<span id="L46" class="LineNr">46 </span> <span class="Conceal">¦</span> ] +<span id="L44" class="LineNr">44 </span> <span class="Constant">[a]</span> <span class="Special"><-</span> [ +<span id="L45" class="LineNr">45 </span><span class="Constant"> |abc|</span> +<span id="L46" class="LineNr">46 </span> ] <span id="L47" class="LineNr">47 </span> ] -<span id="L48" class="LineNr">48 </span> <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char, writer:num/routine <span class="Special"><-</span> <a href='088file.mu.html#L105'>start-writing</a> <a href='088file.mu.html#L11'>resources</a>, <span class="Constant">[b]</span> -<span id="L49" class="LineNr">49 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">120/x</span> -<span id="L50" class="LineNr">50 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">121/y</span> -<span id="L51" class="LineNr">51 </span> close <a href='075channel.mu.html#L47'>sink</a> +<span id="L48" class="LineNr">48 </span> sink:&:sink:char, writer:num/routine <span class="Special"><-</span> start-writing resources, <span class="Constant">[b]</span> +<span id="L49" class="LineNr">49 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">120/x</span> +<span id="L50" class="LineNr">50 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">121/y</span> +<span id="L51" class="LineNr">51 </span> close sink <span id="L52" class="LineNr">52 </span> wait-for-routine writer -<span id="L53" class="LineNr">53 </span> contents-read-back:text <span class="Special"><-</span> <a href='088file.mu.html#L38'>slurp</a> <a href='088file.mu.html#L11'>resources</a>, <span class="Constant">[b]</span> +<span id="L53" class="LineNr">53 </span> contents-read-back:text <span class="Special"><-</span> slurp resources, <span class="Constant">[b]</span> <span id="L54" class="LineNr">54 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal contents-read-back, <span class="Constant">[xy]</span> <span id="L55" class="LineNr">55 </span> memory-should-contain [ -<span id="L56" class="LineNr">56 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># file contents read back exactly match what was written</span> +<span id="L56" class="LineNr">56 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># file contents read back exactly match what was written</span> <span id="L57" class="LineNr">57 </span> ] <span id="L58" class="LineNr">58 </span>] <span id="L59" class="LineNr">59 </span> <span id="L60" class="LineNr">60 </span><span class="muScenario">scenario</span> write-to-fake-file-that-exists [ <span id="L61" class="LineNr">61 </span> <span class="Constant">local-scope</span> <span id="L62" class="LineNr">62 </span> assume-resources [ -<span id="L63" class="LineNr">63 </span> <span class="Conceal">¦</span> <span class="Constant">[a]</span> <span class="Special"><-</span> <span class="Constant">[]</span> +<span id="L63" class="LineNr">63 </span> <span class="Constant">[a]</span> <span class="Special"><-</span> <span class="Constant">[]</span> <span id="L64" class="LineNr">64 </span> ] -<span id="L65" class="LineNr">65 </span> <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char, writer:num/routine <span class="Special"><-</span> <a href='088file.mu.html#L105'>start-writing</a> <a href='088file.mu.html#L11'>resources</a>, <span class="Constant">[a]</span> -<span id="L66" class="LineNr">66 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">120/x</span> -<span id="L67" class="LineNr">67 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">121/y</span> -<span id="L68" class="LineNr">68 </span> close <a href='075channel.mu.html#L47'>sink</a> +<span id="L65" class="LineNr">65 </span> sink:&:sink:char, writer:num/routine <span class="Special"><-</span> start-writing resources, <span class="Constant">[a]</span> +<span id="L66" class="LineNr">66 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">120/x</span> +<span id="L67" class="LineNr">67 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">121/y</span> +<span id="L68" class="LineNr">68 </span> close sink <span id="L69" class="LineNr">69 </span> wait-for-routine writer -<span id="L70" class="LineNr">70 </span> contents-read-back:text <span class="Special"><-</span> <a href='088file.mu.html#L38'>slurp</a> <a href='088file.mu.html#L11'>resources</a>, <span class="Constant">[a]</span> +<span id="L70" class="LineNr">70 </span> contents-read-back:text <span class="Special"><-</span> slurp resources, <span class="Constant">[a]</span> <span id="L71" class="LineNr">71 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal contents-read-back, <span class="Constant">[xy]</span> <span id="L72" class="LineNr">72 </span> memory-should-contain [ -<span id="L73" class="LineNr">73 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># file contents read back exactly match what was written</span> +<span id="L73" class="LineNr">73 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># file contents read back exactly match what was written</span> <span id="L74" class="LineNr">74 </span> ] <span id="L75" class="LineNr">75 </span>] <span id="L76" class="LineNr">76 </span> <span id="L77" class="LineNr">77 </span><span class="muScenario">scenario</span> write-to-existing-file-preserves-other-files [ <span id="L78" class="LineNr">78 </span> <span class="Constant">local-scope</span> <span id="L79" class="LineNr">79 </span> assume-resources [ -<span id="L80" class="LineNr">80 </span> <span class="Conceal">¦</span> <span class="Constant">[a]</span> <span class="Special"><-</span> <span class="Constant">[]</span> -<span id="L81" class="LineNr">81 </span> <span class="Conceal">¦</span> <span class="Constant">[b]</span> <span class="Special"><-</span> [ -<span id="L82" class="LineNr">82 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |bcd|</span> -<span id="L83" class="LineNr">83 </span> <span class="Conceal">¦</span> ] +<span id="L80" class="LineNr">80 </span> <span class="Constant">[a]</span> <span class="Special"><-</span> <span class="Constant">[]</span> +<span id="L81" class="LineNr">81 </span> <span class="Constant">[b]</span> <span class="Special"><-</span> [ +<span id="L82" class="LineNr">82 </span><span class="Constant"> |bcd|</span> +<span id="L83" class="LineNr">83 </span> ] <span id="L84" class="LineNr">84 </span> ] -<span id="L85" class="LineNr">85 </span> <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char, writer:num/routine <span class="Special"><-</span> <a href='088file.mu.html#L105'>start-writing</a> <a href='088file.mu.html#L11'>resources</a>, <span class="Constant">[a]</span> -<span id="L86" class="LineNr">86 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">120/x</span> -<span id="L87" class="LineNr">87 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">121/y</span> -<span id="L88" class="LineNr">88 </span> close <a href='075channel.mu.html#L47'>sink</a> +<span id="L85" class="LineNr">85 </span> sink:&:sink:char, writer:num/routine <span class="Special"><-</span> start-writing resources, <span class="Constant">[a]</span> +<span id="L86" class="LineNr">86 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">120/x</span> +<span id="L87" class="LineNr">87 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">121/y</span> +<span id="L88" class="LineNr">88 </span> close sink <span id="L89" class="LineNr">89 </span> wait-for-routine writer -<span id="L90" class="LineNr">90 </span> contents-read-back:text <span class="Special"><-</span> <a href='088file.mu.html#L38'>slurp</a> <a href='088file.mu.html#L11'>resources</a>, <span class="Constant">[a]</span> +<span id="L90" class="LineNr">90 </span> contents-read-back:text <span class="Special"><-</span> slurp resources, <span class="Constant">[a]</span> <span id="L91" class="LineNr">91 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal contents-read-back, <span class="Constant">[xy]</span> -<span id="L92" class="LineNr">92 </span> other-file-contents:text <span class="Special"><-</span> <a href='088file.mu.html#L38'>slurp</a> <a href='088file.mu.html#L11'>resources</a>, <span class="Constant">[b]</span> +<span id="L92" class="LineNr">92 </span> other-file-contents:text <span class="Special"><-</span> slurp resources, <span class="Constant">[b]</span> <span id="L93" class="LineNr">93 </span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal other-file-contents, <span class="Constant">[bcd</span> <span id="L94" class="LineNr">94 </span><span class="Constant">]</span> <span id="L95" class="LineNr">95 </span> memory-should-contain [ -<span id="L96" class="LineNr">96 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># file contents read back exactly match what was written</span> -<span id="L97" class="LineNr">97 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># other files also continue to persist unchanged</span> +<span id="L96" class="LineNr">96 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># file contents read back exactly match what was written</span> +<span id="L97" class="LineNr">97 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># other files also continue to persist unchanged</span> <span id="L98" class="LineNr">98 </span> ] <span id="L99" class="LineNr">99 </span>] </pre> diff --git a/html/091socket.cc.html b/html/091socket.cc.html index 883fdbcd..354d990e 100644 --- a/html/091socket.cc.html +++ b/html/091socket.cc.html @@ -15,17 +15,16 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.CommentedCode { color: #6c6c6c; } .PreProc { color: #800080; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.Delimiter { color: #800080; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } .cSpecial { color: #008000; } -.CommentedCode { color: #6c6c6c; } --> </style> @@ -66,9 +65,9 @@ if ('onhashchange' in window) { <span id="L4" class="LineNr"> 4 </span> sockaddr_in addr<span class="Delimiter">;</span> <span id="L5" class="LineNr"> 5 </span> <span class="Normal">bool</span> polled<span class="Delimiter">;</span> <span id="L6" class="LineNr"> 6 </span> socket_t<span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L7" class="LineNr"> 7 </span> <span class="Conceal">¦</span> fd = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L8" class="LineNr"> 8 </span> <span class="Conceal">¦</span> polled = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L9" class="LineNr"> 9 </span> <span class="Conceal">¦</span> bzero<span class="Delimiter">(</span>&addr<span class="Delimiter">,</span> <span class="Normal">sizeof</span><span class="Delimiter">(</span>addr<span class="Delimiter">));</span> +<span id="L7" class="LineNr"> 7 </span> fd = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L8" class="LineNr"> 8 </span> polled = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L9" class="LineNr"> 9 </span> bzero<span class="Delimiter">(</span>&addr<span class="Delimiter">,</span> <span class="Normal">sizeof</span><span class="Delimiter">(</span>addr<span class="Delimiter">));</span> <span id="L10" class="LineNr"> 10 </span> <span class="Delimiter">}</span> <span id="L11" class="LineNr"> 11 </span><span class="Delimiter">};</span> <span id="L12" class="LineNr"> 12 </span> @@ -79,37 +78,37 @@ if ('onhashchange' in window) { <span id="L17" class="LineNr"> 17 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L18" class="LineNr"> 18 </span><span class="Normal">case</span> _OPEN_CLIENT_SOCKET: <span class="Delimiter">{</span> <span id="L19" class="LineNr"> 19 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L20" class="LineNr"> 20 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$open-client-socket' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L20" class="LineNr"> 20 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$open-client-socket' requires exactly two ingredients, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L21" class="LineNr"> 21 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L22" class="LineNr"> 22 </span> <span class="Delimiter">}</span> <span id="L23" class="LineNr"> 23 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$open-client-socket' should be text (the hostname), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L24" class="LineNr"> 24 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$open-client-socket' should be text (the hostname), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L25" class="LineNr"> 25 </span> <span class="Identifier">break</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="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of '$open-client-socket' should be a number (the port of the hostname to connect to), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L29" class="LineNr"> 29 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L28" class="LineNr"> 28 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second ingredient of '$open-client-socket' should be a number (the port of the hostname to connect to), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L29" class="LineNr"> 29 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L30" class="LineNr"> 30 </span> <span class="Delimiter">}</span> <span id="L31" class="LineNr"> 31 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L32" class="LineNr"> 32 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$open-client-socket' requires exactly one product, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L32" class="LineNr"> 32 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$open-client-socket' requires exactly one product, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L33" class="LineNr"> 33 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L34" class="LineNr"> 34 </span> <span class="Delimiter">}</span> <span id="L35" class="LineNr"> 35 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first product of '$open-client-socket' should be a number (socket handle), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L36" class="LineNr"> 36 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first product of '$open-client-socket' should be a number (socket handle), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L37" class="LineNr"> 37 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L38" class="LineNr"> 38 </span> <span class="Delimiter">}</span> <span id="L39" class="LineNr"> 39 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L40" class="LineNr"> 40 </span><span class="Delimiter">}</span> <span id="L41" class="LineNr"> 41 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> <span id="L42" class="LineNr"> 42 </span><span class="Normal">case</span> _OPEN_CLIENT_SOCKET: <span class="Delimiter">{</span> -<span id="L43" class="LineNr"> 43 </span> string host = <a href='038new_text.cc.html#L143'>read_mu_text</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> +<span id="L43" class="LineNr"> 43 </span> string host = <a href='038new_text.cc.html#L141'>read_mu_text</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L44" class="LineNr"> 44 </span> <span class="Normal">int</span> port = ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L45" class="LineNr"> 45 </span> socket_t* client = <a href='091socket.cc.html#L57'>client_socket</a><span class="Delimiter">(</span>host<span class="Delimiter">,</span> port<span class="Delimiter">);</span> <span id="L46" class="LineNr"> 46 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L47" class="LineNr"> 47 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>client<span class="Delimiter">-></span>fd < <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span class="Comment">// error</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span> <span class="Normal">delete</span> client<span class="Delimiter">;</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L48" class="LineNr"> 48 </span> <span class="Normal">delete</span> client<span class="Delimiter">;</span> +<span id="L49" class="LineNr"> 49 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L50" class="LineNr"> 50 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L51" class="LineNr"> 51 </span> <span class="Delimiter">}</span> <span id="L52" class="LineNr"> 52 </span> <span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span> result = <span class="Normal">reinterpret_cast</span><<span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span>><span class="Delimiter">(</span>client<span class="Delimiter">);</span> <span id="L53" class="LineNr"> 53 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Normal">static_cast</span><<span class="Normal">double</span>><span class="Delimiter">(</span>result<span class="Delimiter">));</span> @@ -120,17 +119,17 @@ if ('onhashchange' in window) { <span id="L58" class="LineNr"> 58 </span> socket_t* result = <span class="Normal">new</span> socket_t<span class="Delimiter">;</span> <span id="L59" class="LineNr"> 59 </span> result<span class="Delimiter">-></span>fd = socket<span class="Delimiter">(</span>AF_INET<span class="Delimiter">,</span> SOCK_STREAM<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> <span id="L60" class="LineNr"> 60 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">-></span>fd < <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"Failed to create socket.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L61" class="LineNr"> 61 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"Failed to create socket.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L62" class="LineNr"> 62 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L63" class="LineNr"> 63 </span> <span class="Delimiter">}</span> <span id="L64" class="LineNr"> 64 </span> result<span class="Delimiter">-></span>addr<span class="Delimiter">.</span>sin_family = AF_INET<span class="Delimiter">;</span> <span id="L65" class="LineNr"> 65 </span> hostent* tmp = gethostbyname<span class="Delimiter">(</span>host<span class="Delimiter">.</span>c_str<span class="Delimiter">());</span> <span id="L66" class="LineNr"> 66 </span> bcopy<span class="Delimiter">(</span>tmp<span class="Delimiter">-></span>h_addr<span class="Delimiter">,</span> <span class="Normal">reinterpret_cast</span><<span class="Normal">char</span>*><span class="Delimiter">(</span>&result<span class="Delimiter">-></span>addr<span class="Delimiter">.</span>sin_addr<span class="Delimiter">.</span>s_addr<span class="Delimiter">),</span> tmp<span class="Delimiter">-></span>h_length<span class="Delimiter">);</span> <span id="L67" class="LineNr"> 67 </span> result<span class="Delimiter">-></span>addr<span class="Delimiter">.</span>sin_port = htons<span class="Delimiter">(</span>port<span class="Delimiter">);</span> <span id="L68" class="LineNr"> 68 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>connect<span class="Delimiter">(</span>result<span class="Delimiter">-></span>fd<span class="Delimiter">,</span> <span class="Normal">reinterpret_cast</span><sockaddr*><span class="Delimiter">(</span>&result<span class="Delimiter">-></span>addr<span class="Delimiter">),</span> <span class="Normal">sizeof</span><span class="Delimiter">(</span>result<span class="Delimiter">-></span>addr<span class="Delimiter">))</span> < <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> close<span class="Delimiter">(</span>result<span class="Delimiter">-></span>fd<span class="Delimiter">);</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> result<span class="Delimiter">-></span>fd = -<span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"Failed to connect to "</span> << host << <span class="Constant">':'</span> << port << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L69" class="LineNr"> 69 </span> close<span class="Delimiter">(</span>result<span class="Delimiter">-></span>fd<span class="Delimiter">);</span> +<span id="L70" class="LineNr"> 70 </span> result<span class="Delimiter">-></span>fd = -<span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L71" class="LineNr"> 71 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"Failed to connect to "</span> << host << <span class="Constant">':'</span> << port << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L72" class="LineNr"> 72 </span> <span class="Delimiter">}</span> <span id="L73" class="LineNr"> 73 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L74" class="LineNr"> 74 </span><span class="Delimiter">}</span> @@ -142,20 +141,20 @@ if ('onhashchange' in window) { <span id="L80" class="LineNr"> 80 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L81" class="LineNr"> 81 </span><span class="Normal">case</span> _OPEN_SERVER_SOCKET: <span class="Delimiter">{</span> <span id="L82" class="LineNr"> 82 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$open-server-socket' requires exactly one ingredient (the port to listen for requests on), but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L83" class="LineNr"> 83 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$open-server-socket' requires exactly one ingredient (the port to listen for requests on), but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L85" class="LineNr"> 85 </span> <span class="Delimiter">}</span> <span id="L86" class="LineNr"> 86 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$open-server-socket' should be a number, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L87" class="LineNr"> 87 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$open-server-socket' should be a number, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L88" class="LineNr"> 88 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L89" class="LineNr"> 89 </span> <span class="Delimiter">}</span> <span id="L90" class="LineNr"> 90 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$open-server-socket' requires exactly one product, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L91" class="LineNr"> 91 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$open-server-socket' requires exactly one product, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L92" class="LineNr"> 92 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L93" class="LineNr"> 93 </span> <span class="Delimiter">}</span> <span id="L94" class="LineNr"> 94 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first product of '$open-server-socket' should be a number (file handle), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L95" class="LineNr"> 95 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first product of '$open-server-socket' should be a number (file handle), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L96" class="LineNr"> 96 </span> <span class="Identifier">break</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="Identifier">break</span><span class="Delimiter">;</span> <span id="L99" class="LineNr"> 99 </span><span class="Delimiter">}</span> @@ -165,9 +164,9 @@ if ('onhashchange' in window) { <span id="L103" class="LineNr">103 </span> socket_t* server = <a href='091socket.cc.html#L115'>server_socket</a><span class="Delimiter">(</span>port<span class="Delimiter">);</span> <span id="L104" class="LineNr">104 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L105" class="LineNr">105 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>server<span class="Delimiter">-></span>fd < <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L106" class="LineNr">106 </span> <span class="Conceal">¦</span> <span class="Normal">delete</span> server<span class="Delimiter">;</span> -<span id="L107" class="LineNr">107 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L108" class="LineNr">108 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L106" class="LineNr">106 </span> <span class="Normal">delete</span> server<span class="Delimiter">;</span> +<span id="L107" class="LineNr">107 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L108" class="LineNr">108 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L109" class="LineNr">109 </span> <span class="Delimiter">}</span> <span id="L110" class="LineNr">110 </span> <span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span> result = <span class="Normal">reinterpret_cast</span><<span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span>><span class="Delimiter">(</span>server<span class="Delimiter">);</span> <span id="L111" class="LineNr">111 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Normal">static_cast</span><<span class="Normal">double</span>><span class="Delimiter">(</span>result<span class="Delimiter">));</span> @@ -178,8 +177,8 @@ if ('onhashchange' in window) { <span id="L116" class="LineNr">116 </span> socket_t* result = <span class="Normal">new</span> socket_t<span class="Delimiter">;</span> <span id="L117" class="LineNr">117 </span> result<span class="Delimiter">-></span>fd = socket<span class="Delimiter">(</span>AF_INET<span class="Delimiter">,</span> SOCK_STREAM<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">);</span> <span id="L118" class="LineNr">118 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">-></span>fd < <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"Failed to create server socket.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L119" class="LineNr">119 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"Failed to create server socket.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L120" class="LineNr">120 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L121" class="LineNr">121 </span> <span class="Delimiter">}</span> <span id="L122" class="LineNr">122 </span> <span class="Normal">int</span> dummy = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L123" class="LineNr">123 </span> setsockopt<span class="Delimiter">(</span>result<span class="Delimiter">-></span>fd<span class="Delimiter">,</span> SOL_SOCKET<span class="Delimiter">,</span> SO_REUSEADDR<span class="Delimiter">,</span> &dummy<span class="Delimiter">,</span> <span class="Normal">sizeof</span><span class="Delimiter">(</span>dummy<span class="Delimiter">));</span> @@ -187,12 +186,12 @@ if ('onhashchange' in window) { <span id="L125" class="LineNr">125 </span> result<span class="Delimiter">-></span>addr<span class="Delimiter">.</span>sin_addr<span class="Delimiter">.</span>s_addr = Current_scenario ? htonl<span class="Delimiter">(</span>INADDR_LOOPBACK<span class="Delimiter">)</span> : INADDR_ANY<span class="Delimiter">;</span> <span class="Comment">// run tests without running afoul of any firewall</span> <span id="L126" class="LineNr">126 </span> result<span class="Delimiter">-></span>addr<span class="Delimiter">.</span>sin_port = htons<span class="Delimiter">(</span>port<span class="Delimiter">);</span> <span id="L127" class="LineNr">127 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>bind<span class="Delimiter">(</span>result<span class="Delimiter">-></span>fd<span class="Delimiter">,</span> <span class="Normal">reinterpret_cast</span><sockaddr*><span class="Delimiter">(</span>&result<span class="Delimiter">-></span>addr<span class="Delimiter">),</span> <span class="Normal">sizeof</span><span class="Delimiter">(</span>result<span class="Delimiter">-></span>addr<span class="Delimiter">))</span> >= <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L128" class="LineNr">128 </span> <span class="Conceal">¦</span> listen<span class="Delimiter">(</span>result<span class="Delimiter">-></span>fd<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">queue length</span><span class="Comment">*/</span><span class="Constant">5</span><span class="Delimiter">);</span> +<span id="L128" class="LineNr">128 </span> listen<span class="Delimiter">(</span>result<span class="Delimiter">-></span>fd<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">queue length</span><span class="Comment">*/</span><span class="Constant">5</span><span class="Delimiter">);</span> <span id="L129" class="LineNr">129 </span> <span class="Delimiter">}</span> <span id="L130" class="LineNr">130 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> close<span class="Delimiter">(</span>result<span class="Delimiter">-></span>fd<span class="Delimiter">);</span> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> result<span class="Delimiter">-></span>fd = -<span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"Failed to bind result socket to port "</span> << port << <span class="Constant">". Something's already using that port.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> +<span id="L131" class="LineNr">131 </span> close<span class="Delimiter">(</span>result<span class="Delimiter">-></span>fd<span class="Delimiter">);</span> +<span id="L132" class="LineNr">132 </span> result<span class="Delimiter">-></span>fd = -<span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L133" class="LineNr">133 </span> <a href='003trace.cc.html#L174'>raise</a> << <span class="Constant">"Failed to bind result socket to port "</span> << port << <span class="Constant">". Something's already using that port.</span><span class="cSpecial">\n</span><span class="Constant">"</span> << end<span class="Delimiter">();</span> <span id="L134" class="LineNr">134 </span> <span class="Delimiter">}</span> <span id="L135" class="LineNr">135 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L136" class="LineNr">136 </span><span class="Delimiter">}</span> @@ -204,20 +203,20 @@ if ('onhashchange' in window) { <span id="L142" class="LineNr">142 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L143" class="LineNr">143 </span><span class="Normal">case</span> _ACCEPT: <span class="Delimiter">{</span> <span id="L144" class="LineNr">144 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L145" class="LineNr">145 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$accept' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L146" class="LineNr">146 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L145" class="LineNr">145 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$accept' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L146" class="LineNr">146 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L147" class="LineNr">147 </span> <span class="Delimiter">}</span> <span id="L148" class="LineNr">148 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L149" class="LineNr">149 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$accept' should be a number, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L150" class="LineNr">150 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L149" class="LineNr">149 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$accept' should be a number, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L150" class="LineNr">150 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L151" class="LineNr">151 </span> <span class="Delimiter">}</span> <span id="L152" class="LineNr">152 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$accept' requires exactly one product, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L153" class="LineNr">153 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$accept' requires exactly one product, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L154" class="LineNr">154 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L155" class="LineNr">155 </span> <span class="Delimiter">}</span> <span id="L156" class="LineNr">156 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L157" class="LineNr">157 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first product of '$accept' should be a number (file handle), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L158" class="LineNr">158 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L157" class="LineNr">157 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first product of '$accept' should be a number (file handle), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L158" class="LineNr">158 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L159" class="LineNr">159 </span> <span class="Delimiter">}</span> <span id="L160" class="LineNr">160 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L161" class="LineNr">161 </span><span class="Delimiter">}</span> @@ -228,12 +227,12 @@ if ('onhashchange' in window) { <span id="L166" class="LineNr">166 </span> <span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span> x = <span class="Normal">static_cast</span><<span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span>><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L167" class="LineNr">167 </span> socket_t* server = <span class="Normal">reinterpret_cast</span><socket_t*><span class="Delimiter">(</span>x<span class="Delimiter">);</span> <span id="L168" class="LineNr">168 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>server<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> socket_t* session = <a href='091socket.cc.html#L179'>accept_session</a><span class="Delimiter">(</span>server<span class="Delimiter">);</span> -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span> <span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span> result = <span class="Normal">reinterpret_cast</span><<span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span>><span class="Delimiter">(</span>session<span class="Delimiter">);</span> -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Normal">static_cast</span><<span class="Normal">double</span>><span class="Delimiter">(</span>result<span class="Delimiter">));</span> +<span id="L169" class="LineNr">169 </span> socket_t* session = <a href='091socket.cc.html#L179'>accept_session</a><span class="Delimiter">(</span>server<span class="Delimiter">);</span> +<span id="L170" class="LineNr">170 </span> <span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span> result = <span class="Normal">reinterpret_cast</span><<span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span>><span class="Delimiter">(</span>session<span class="Delimiter">);</span> +<span id="L171" class="LineNr">171 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Normal">static_cast</span><<span class="Normal">double</span>><span class="Delimiter">(</span>result<span class="Delimiter">));</span> <span id="L172" class="LineNr">172 </span> <span class="Delimiter">}</span> <span id="L173" class="LineNr">173 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L174" class="LineNr">174 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L174" class="LineNr">174 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L175" class="LineNr">175 </span> <span class="Delimiter">}</span> <span id="L176" class="LineNr">176 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L177" class="LineNr">177 </span><span class="Delimiter">}</span> @@ -253,33 +252,33 @@ if ('onhashchange' in window) { <span id="L191" class="LineNr">191 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L192" class="LineNr">192 </span><span class="Normal">case</span> _READ_FROM_SOCKET: <span class="Delimiter">{</span> <span id="L193" class="LineNr">193 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$read-from-socket' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L194" class="LineNr">194 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$read-from-socket' requires exactly one ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L195" class="LineNr">195 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L196" class="LineNr">196 </span> <span class="Delimiter">}</span> <span id="L197" class="LineNr">197 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$read-from-socket' should be a number (socket), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L198" class="LineNr">198 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$read-from-socket' should be a number (socket), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L199" class="LineNr">199 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L200" class="LineNr">200 </span> <span class="Delimiter">}</span> <span id="L201" class="LineNr">201 </span> <span class="Normal">int</span> nprod = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">);</span> <span id="L202" class="LineNr">202 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>nprod == <span class="Constant">0</span> || nprod > <span class="Constant">4</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L203" class="LineNr">203 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$read-from-socket' requires 1-4 products, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L204" class="LineNr">204 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L203" class="LineNr">203 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$read-from-socket' requires 1-4 products, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L204" class="LineNr">204 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L205" class="LineNr">205 </span> <span class="Delimiter">}</span> <span id="L206" class="LineNr">206 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_character<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L207" class="LineNr">207 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first product of '$read-from-socket' should be a character, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L208" class="LineNr">208 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L207" class="LineNr">207 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first product of '$read-from-socket' should be a character, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L208" class="LineNr">208 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L209" class="LineNr">209 </span> <span class="Delimiter">}</span> <span id="L210" class="LineNr">210 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>nprod > <span class="Constant">1</span> && !is_mu_boolean<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L211" class="LineNr">211 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second product of '$read-from-socket' should be a boolean (data received?), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L211" class="LineNr">211 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"second product of '$read-from-socket' should be a boolean (data received?), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L212" class="LineNr">212 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L213" class="LineNr">213 </span> <span class="Delimiter">}</span> <span id="L214" class="LineNr">214 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>nprod > <span class="Constant">2</span> && !is_mu_boolean<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"third product of '$read-from-socket' should be a boolean (eof?), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L215" class="LineNr">215 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"third product of '$read-from-socket' should be a boolean (eof?), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L216" class="LineNr">216 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L217" class="LineNr">217 </span> <span class="Delimiter">}</span> <span id="L218" class="LineNr">218 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>nprod > <span class="Constant">3</span> && !is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">3</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L219" class="LineNr">219 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"fourth product of '$read-from-socket' should be a number (error code), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">3</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L219" class="LineNr">219 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"fourth product of '$read-from-socket' should be a number (error code), but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">3</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L220" class="LineNr">220 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L221" class="LineNr">221 </span> <span class="Delimiter">}</span> <span id="L222" class="LineNr">222 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L223" class="LineNr">223 </span><span class="Delimiter">}</span> @@ -300,28 +299,28 @@ if ('onhashchange' in window) { <span id="L238" class="LineNr">238 </span> <span class="Comment">// prematurely close the connection. See commit 3403. That seems to be gone</span> <span id="L239" class="LineNr">239 </span> <span class="Comment">// after moving to recv()+poll(). It was never observed on OpenBSD.</span> <span id="L240" class="LineNr">240 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!socket<span class="Delimiter">-></span>polled<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L241" class="LineNr">241 </span> <span class="Conceal">¦</span> pollfd p<span class="Delimiter">;</span> -<span id="L242" class="LineNr">242 </span> <span class="Conceal">¦</span> bzero<span class="Delimiter">(</span>&p<span class="Delimiter">,</span> <span class="Normal">sizeof</span><span class="Delimiter">(</span>p<span class="Delimiter">));</span> -<span id="L243" class="LineNr">243 </span> <span class="Conceal">¦</span> p<span class="Delimiter">.</span>fd = socket<span class="Delimiter">-></span>fd<span class="Delimiter">;</span> -<span id="L244" class="LineNr">244 </span> <span class="Conceal">¦</span> p<span class="Delimiter">.</span>events = POLLIN | POLLHUP<span class="Delimiter">;</span> -<span id="L245" class="LineNr">245 </span> <span class="Conceal">¦</span> <span class="Normal">int</span> poll_result = poll<span class="Delimiter">(</span>&p<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">num pollfds</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">timeout</span><span class="Comment">*/</span><span class="Constant">100</span><span class="Comment">/*</span><span class="Comment">ms</span><span class="Comment">*/</span><span class="Delimiter">);</span> -<span id="L246" class="LineNr">246 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>poll_result == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L247" class="LineNr">247 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">no data</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L248" class="LineNr">248 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">found</span><span class="Comment">*/</span><span class="Constant">false</span><span class="Delimiter">);</span> -<span id="L249" class="LineNr">249 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">eof</span><span class="Comment">*/</span><span class="Constant">false</span><span class="Delimiter">);</span> -<span id="L250" class="LineNr">250 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">3</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">error</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L251" class="LineNr">251 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L252" class="LineNr">252 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L253" class="LineNr">253 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>poll_result < <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L254" class="LineNr">254 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> error_code = errno<span class="Delimiter">;</span> -<span id="L255" class="LineNr">255 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"error in $read-from-socket</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L256" class="LineNr">256 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">no data</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L257" class="LineNr">257 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">found</span><span class="Comment">*/</span><span class="Constant">false</span><span class="Delimiter">);</span> -<span id="L258" class="LineNr">258 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">eof</span><span class="Comment">*/</span><span class="Constant">false</span><span class="Delimiter">);</span> -<span id="L259" class="LineNr">259 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">3</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>error_code<span class="Delimiter">);</span> -<span id="L260" class="LineNr">260 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L261" class="LineNr">261 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L262" class="LineNr">262 </span> <span class="Conceal">¦</span> socket<span class="Delimiter">-></span>polled = <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L241" class="LineNr">241 </span> pollfd p<span class="Delimiter">;</span> +<span id="L242" class="LineNr">242 </span> bzero<span class="Delimiter">(</span>&p<span class="Delimiter">,</span> <span class="Normal">sizeof</span><span class="Delimiter">(</span>p<span class="Delimiter">));</span> +<span id="L243" class="LineNr">243 </span> p<span class="Delimiter">.</span>fd = socket<span class="Delimiter">-></span>fd<span class="Delimiter">;</span> +<span id="L244" class="LineNr">244 </span> p<span class="Delimiter">.</span>events = POLLIN | POLLHUP<span class="Delimiter">;</span> +<span id="L245" class="LineNr">245 </span> <span class="Normal">int</span> poll_result = poll<span class="Delimiter">(</span>&p<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">num pollfds</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">timeout</span><span class="Comment">*/</span><span class="Constant">100</span><span class="Comment">/*</span><span class="Comment">ms</span><span class="Comment">*/</span><span class="Delimiter">);</span> +<span id="L246" class="LineNr">246 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>poll_result == <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L247" class="LineNr">247 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">no data</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L248" class="LineNr">248 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">found</span><span class="Comment">*/</span><span class="Constant">false</span><span class="Delimiter">);</span> +<span id="L249" class="LineNr">249 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">eof</span><span class="Comment">*/</span><span class="Constant">false</span><span class="Delimiter">);</span> +<span id="L250" class="LineNr">250 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">3</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">error</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L251" class="LineNr">251 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L252" class="LineNr">252 </span> <span class="Delimiter">}</span> +<span id="L253" class="LineNr">253 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>poll_result < <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L254" class="LineNr">254 </span> <span class="Normal">int</span> error_code = errno<span class="Delimiter">;</span> +<span id="L255" class="LineNr">255 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"error in $read-from-socket</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L256" class="LineNr">256 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">no data</span><span class="Comment">*/</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L257" class="LineNr">257 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">found</span><span class="Comment">*/</span><span class="Constant">false</span><span class="Delimiter">);</span> +<span id="L258" class="LineNr">258 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">eof</span><span class="Comment">*/</span><span class="Constant">false</span><span class="Delimiter">);</span> +<span id="L259" class="LineNr">259 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">3</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>error_code<span class="Delimiter">);</span> +<span id="L260" class="LineNr">260 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L261" class="LineNr">261 </span> <span class="Delimiter">}</span> +<span id="L262" class="LineNr">262 </span> socket<span class="Delimiter">-></span>polled = <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L263" class="LineNr">263 </span> <span class="Delimiter">}</span> <span id="L264" class="LineNr">264 </span> <span class="Normal">char</span> c = <span class="cSpecial">'\0'</span><span class="Delimiter">;</span> <span id="L265" class="LineNr">265 </span> <span class="Normal">int</span> error_code = <span class="Constant">0</span><span class="Delimiter">;</span> @@ -346,8 +345,8 @@ if ('onhashchange' in window) { <span id="L284" class="LineNr">284 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L285" class="LineNr">285 </span><span class="Normal">case</span> _WRITE_TO_SOCKET: <span class="Delimiter">{</span> <span id="L286" class="LineNr">286 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">2</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L287" class="LineNr">287 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$write-to-socket' requires exactly two ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L288" class="LineNr">288 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L287" class="LineNr">287 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$write-to-socket' requires exactly two ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L288" class="LineNr">288 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L289" class="LineNr">289 </span> <span class="Delimiter">}</span> <span id="L290" class="LineNr">290 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L291" class="LineNr">291 </span><span class="Delimiter">}</span> @@ -359,8 +358,8 @@ if ('onhashchange' in window) { <span id="L297" class="LineNr">297 </span> <span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span> y = <span class="Normal">static_cast</span><<span class="Normal">long</span> <span class="Normal">long</span> <span class="Normal">int</span>><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L298" class="LineNr">298 </span> <span class="Normal">char</span> c = <span class="Normal">static_cast</span><<span class="Normal">char</span>><span class="Delimiter">(</span>y<span class="Delimiter">);</span> <span id="L299" class="LineNr">299 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>write<span class="Delimiter">(</span>socket<span class="Delimiter">-></span>fd<span class="Delimiter">,</span> &c<span class="Delimiter">,</span> <span class="Constant">1</span><span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L300" class="LineNr">300 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"failed to write to socket</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span> exit<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L300" class="LineNr">300 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"failed to write to socket</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L301" class="LineNr">301 </span> exit<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> <span id="L302" class="LineNr">302 </span> <span class="Delimiter">}</span> <span id="L303" class="LineNr">303 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L304" class="LineNr">304 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> @@ -374,20 +373,20 @@ if ('onhashchange' in window) { <span id="L312" class="LineNr">312 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L313" class="LineNr">313 </span><span class="Normal">case</span> _CLOSE_SOCKET: <span class="Delimiter">{</span> <span id="L314" class="LineNr">314 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L315" class="LineNr">315 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$close-socket' requires exactly two ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L316" class="LineNr">316 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L315" class="LineNr">315 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$close-socket' requires exactly two ingredient, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L316" class="LineNr">316 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L317" class="LineNr">317 </span> <span class="Delimiter">}</span> <span id="L318" class="LineNr">318 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_number<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L319" class="LineNr">319 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$close-socket' should be a number, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L320" class="LineNr">320 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L319" class="LineNr">319 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of '$close-socket' should be a number, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L320" class="LineNr">320 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L321" class="LineNr">321 </span> <span class="Delimiter">}</span> <span id="L322" class="LineNr">322 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L323" class="LineNr">323 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$close-socket' requires exactly one product, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L324" class="LineNr">324 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L323" class="LineNr">323 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'$close-socket' requires exactly one product, but got '"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L324" class="LineNr">324 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L325" class="LineNr">325 </span> <span class="Delimiter">}</span> <span id="L326" class="LineNr">326 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name != inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>name<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L327" class="LineNr">327 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"product of '$close-socket' must be first ingredient '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"', but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L328" class="LineNr">328 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L327" class="LineNr">327 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"product of '$close-socket' must be first ingredient '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"', but got '"</span> << inst<span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L328" class="LineNr">328 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L329" class="LineNr">329 </span> <span class="Delimiter">}</span> <span id="L330" class="LineNr">330 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L331" class="LineNr">331 </span><span class="Delimiter">}</span> diff --git a/html/092socket.mu.html b/html/092socket.mu.html index 7b49de34..cc47d49b 100644 --- a/html/092socket.mu.html +++ b/html/092socket.mu.html @@ -15,17 +15,16 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } -.muData { color: #ffff00; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.muData { color: #ffff00; } --> </style> @@ -69,23 +68,23 @@ if ('onhashchange' in window) { <span id="L7" class="LineNr"> 7 </span> <span class="Comment"># that way repeatedly running the test will give ports time to timeout and</span> <span id="L8" class="LineNr"> 8 </span> <span class="Comment"># close before reusing them</span> <span id="L9" class="LineNr"> 9 </span> make-random-nondeterministic -<span id="L10" class="LineNr"> 10 </span> port:num <span class="Special"><-</span> <a href='068random.mu.html#L58'>random-in-range</a> <span class="Constant">0/real-random-numbers</span>,<span class="Constant"> 8000</span>,<span class="Constant"> 8100</span> +<span id="L10" class="LineNr"> 10 </span> port:num <span class="Special"><-</span> random-in-range <span class="Constant">0/real-random-numbers</span>,<span class="Constant"> 8000</span>,<span class="Constant"> 8100</span> <span id="L11" class="LineNr"> 11 </span> run [ -<span id="L12" class="LineNr"> 12 </span> <span class="Conceal">¦</span> socket:num <span class="Special"><-</span> $open-server-socket port -<span id="L13" class="LineNr"> 13 </span> <span class="Conceal">¦</span> assert socket, <span class="Constant">[ </span> +<span id="L12" class="LineNr"> 12 </span> socket:num <span class="Special"><-</span> $open-server-socket port +<span id="L13" class="LineNr"> 13 </span> assert socket, <span class="Constant">[ </span> <span id="L14" class="LineNr"> 14 </span><span class="Constant">F - example-server-test: $open-server-socket failed]</span> -<span id="L15" class="LineNr"> 15 </span> <span class="Conceal">¦</span> handler-routine:number <span class="Special"><-</span> <span class="muControl">start-running</span> <a href='092socket.mu.html#L55'>serve-one-request</a> socket, <a href='092socket.mu.html#L26'>example-handler</a> +<span id="L15" class="LineNr"> 15 </span> handler-routine:number <span class="Special"><-</span> <span class="muControl">start-running</span> serve-one-request socket, example-handler <span id="L16" class="LineNr"> 16 </span> ] -<span id="L17" class="LineNr"> 17 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char <span class="Special"><-</span> <a href='092socket.mu.html#L69'>start-reading-from-network</a> <span class="Constant">0/real-resources</span>, <span class="Constant">[localhost/]</span>, port -<span id="L18" class="LineNr"> 18 </span> response:text <span class="Special"><-</span> <a href='075channel.mu.html#L507'>drain</a> <a href='075channel.mu.html#L43'>source</a> +<span id="L17" class="LineNr"> 17 </span> source:&:source:char <span class="Special"><-</span> start-reading-from-network <span class="Constant">0/real-resources</span>, <span class="Constant">[localhost/]</span>, port +<span id="L18" class="LineNr"> 18 </span> response:text <span class="Special"><-</span> drain source <span id="L19" class="LineNr"> 19 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *response <span id="L20" class="LineNr"> 20 </span> memory-should-contain [ -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> +<span id="L21" class="LineNr"> 21 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span id="L22" class="LineNr"> 22 </span> ] <span id="L23" class="LineNr"> 23 </span> socket <span class="Special"><-</span> $close-socket socket <span id="L24" class="LineNr"> 24 </span>] <span id="L25" class="LineNr"> 25 </span><span class="Comment"># helper just for this scenario</span> -<span id="L26" class="LineNr"> 26 </span><span class="muRecipe">def</span> <a href='092socket.mu.html#L26'>example-handler</a> query:text<span class="muRecipe"> -> </span>response:text [ +<span id="L26" class="LineNr"> 26 </span><span class="muRecipe">def</span> example-handler query:text<span class="muRecipe"> -> </span>response:text [ <span id="L27" class="LineNr"> 27 </span> <span class="Constant">local-scope</span> <span id="L28" class="LineNr"> 28 </span> <span class="Constant">load-inputs</span> <span id="L29" class="LineNr"> 29 </span> <span class="muControl"> return</span> <span class="Constant">[abc]</span> @@ -97,65 +96,65 @@ if ('onhashchange' in window) { <span id="L35" class="LineNr"> 35 </span><span class="muScenario">scenario</span> example-client-test [ <span id="L36" class="LineNr"> 36 </span> <span class="Constant">local-scope</span> <span id="L37" class="LineNr"> 37 </span> assume-resources [ -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> <span class="Constant">[example.com/]</span> <span class="Special"><-</span> [ -<span id="L39" class="LineNr"> 39 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |abc|</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> ] +<span id="L38" class="LineNr"> 38 </span> <span class="Constant">[example.com/]</span> <span class="Special"><-</span> [ +<span id="L39" class="LineNr"> 39 </span><span class="Constant"> |abc|</span> +<span id="L40" class="LineNr"> 40 </span> ] <span id="L41" class="LineNr"> 41 </span> ] <span id="L42" class="LineNr"> 42 </span> run [ -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char <span class="Special"><-</span> <a href='092socket.mu.html#L69'>start-reading-from-network</a> <a href='088file.mu.html#L11'>resources</a>, <span class="Constant">[example.com/]</span> +<span id="L43" class="LineNr"> 43 </span> source:&:source:char <span class="Special"><-</span> start-reading-from-network resources, <span class="Constant">[example.com/]</span> <span id="L44" class="LineNr"> 44 </span> ] -<span id="L45" class="LineNr"> 45 </span> contents:text <span class="Special"><-</span> <a href='075channel.mu.html#L507'>drain</a> <a href='075channel.mu.html#L43'>source</a> +<span id="L45" class="LineNr"> 45 </span> contents:text <span class="Special"><-</span> drain source <span id="L46" class="LineNr"> 46 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *contents <span id="L47" class="LineNr"> 47 </span> memory-should-contain [ -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[abc</span> +<span id="L48" class="LineNr"> 48 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[abc</span> <span id="L49" class="LineNr"> 49 </span><span class="Constant">]</span> <span id="L50" class="LineNr"> 50 </span> ] <span id="L51" class="LineNr"> 51 </span>] <span id="L52" class="LineNr"> 52 </span> -<span id="L53" class="LineNr"> 53 </span><span class="muData">type</span> <a href='092socket.mu.html#L53'>request-handler</a> = (recipe text<span class="muRecipe"> -> </span>text) +<span id="L53" class="LineNr"> 53 </span><span class="muData">type</span> request-handler = (recipe text<span class="muRecipe"> -> </span>text) <span id="L54" class="LineNr"> 54 </span> -<span id="L55" class="LineNr"> 55 </span><span class="muRecipe">def</span> <a href='092socket.mu.html#L55'>serve-one-request</a> socket:num, <a href='092socket.mu.html#L53'>request-handler</a>:<a href='092socket.mu.html#L53'>request-handler</a><span class="muRecipe"> -> </span>socket:num [ +<span id="L55" class="LineNr"> 55 </span><span class="muRecipe">def</span> serve-one-request socket:num, request-handler:request-handler<span class="muRecipe"> -> </span>socket:num [ <span id="L56" class="LineNr"> 56 </span> <span class="Constant">local-scope</span> <span id="L57" class="LineNr"> 57 </span> <span class="Constant">load-inputs</span> <span id="L58" class="LineNr"> 58 </span> session:num <span class="Special"><-</span> $accept socket <span id="L59" class="LineNr"> 59 </span> assert session, <span class="Constant">[ </span> <span id="L60" class="LineNr"> 60 </span><span class="Constant">F - example-server-test: $accept failed]</span> -<span id="L61" class="LineNr"> 61 </span> contents:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a><span class="Constant"> 30</span> -<span id="L62" class="LineNr"> 62 </span> <span class="muControl">start-running</span> <a href='092socket.mu.html#L104'>receive-from-socket</a> session, <a href='075channel.mu.html#L47'>sink</a> -<span id="L63" class="LineNr"> 63 </span> query:text <span class="Special"><-</span> <a href='075channel.mu.html#L507'>drain</a> contents -<span id="L64" class="LineNr"> 64 </span> response:text <span class="Special"><-</span> call <a href='092socket.mu.html#L53'>request-handler</a>, query -<span id="L65" class="LineNr"> 65 </span> <a href='092socket.mu.html#L132'>write-to-socket</a> session, response +<span id="L61" class="LineNr"> 61 </span> contents:&:source:char, sink:&:sink:char <span class="Special"><-</span> new-channel<span class="Constant"> 30</span> +<span id="L62" class="LineNr"> 62 </span> <span class="muControl">start-running</span> receive-from-socket session, sink +<span id="L63" class="LineNr"> 63 </span> query:text <span class="Special"><-</span> drain contents +<span id="L64" class="LineNr"> 64 </span> response:text <span class="Special"><-</span> call request-handler, query +<span id="L65" class="LineNr"> 65 </span> write-to-socket session, response <span id="L66" class="LineNr"> 66 </span> session <span class="Special"><-</span> $close-socket session <span id="L67" class="LineNr"> 67 </span>] <span id="L68" class="LineNr"> 68 </span> -<span id="L69" class="LineNr"> 69 </span><span class="muRecipe">def</span> <a href='092socket.mu.html#L69'>start-reading-from-network</a> <a href='088file.mu.html#L11'>resources</a>:&:<a href='088file.mu.html#L11'>resources</a>, uri:text<span class="muRecipe"> -> </span>contents:&:<a href='075channel.mu.html#L43'>source</a>:char [ +<span id="L69" class="LineNr"> 69 </span><span class="muRecipe">def</span> start-reading-from-network resources:&:resources, uri:text<span class="muRecipe"> -> </span>contents:&:source:char [ <span id="L70" class="LineNr"> 70 </span> <span class="Constant">local-scope</span> <span id="L71" class="LineNr"> 71 </span> <span class="Constant">load-inputs</span> <span id="L72" class="LineNr"> 72 </span> <span class="Delimiter">{</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> port:num, port-found?:boolean <span class="Special"><-</span> <span class="Constant">next-input</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> port-found? -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> port <span class="Special"><-</span> copy <span class="Constant">80/http-port</span> +<span id="L73" class="LineNr"> 73 </span> port:num, port-found?:boolean <span class="Special"><-</span> <span class="Constant">next-input</span> +<span id="L74" class="LineNr"> 74 </span> <span class="muControl">break-if</span> port-found? +<span id="L75" class="LineNr"> 75 </span> port <span class="Special"><-</span> copy <span class="Constant">80/http-port</span> <span id="L76" class="LineNr"> 76 </span> <span class="Delimiter">}</span> <span id="L77" class="LineNr"> 77 </span> <span class="Delimiter">{</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='088file.mu.html#L11'>resources</a> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <span class="Comment"># fake network</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> contents <span class="Special"><-</span> <a href='088file.mu.html#L53'>start-reading-from-fake-resource</a> <a href='088file.mu.html#L11'>resources</a>, uri -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L78" class="LineNr"> 78 </span> <span class="muControl">break-unless</span> resources +<span id="L79" class="LineNr"> 79 </span> <span class="Comment"># fake network</span> +<span id="L80" class="LineNr"> 80 </span> contents <span class="Special"><-</span> start-reading-from-fake-resource resources, uri +<span id="L81" class="LineNr"> 81 </span> <span class="muControl"> return</span> <span id="L82" class="LineNr"> 82 </span> <span class="Delimiter">}</span> <span id="L83" class="LineNr"> 83 </span> <span class="Comment"># real network</span> -<span id="L84" class="LineNr"> 84 </span> host:text, path:text <span class="Special"><-</span> <a href='092socket.mu.html#L148'>split-at</a> uri, <span class="Constant">47/slash</span> +<span id="L84" class="LineNr"> 84 </span> host:text, path:text <span class="Special"><-</span> split-at uri, <span class="Constant">47/slash</span> <span id="L85" class="LineNr"> 85 </span> socket:num <span class="Special"><-</span> $open-client-socket host, port <span id="L86" class="LineNr"> 86 </span> assert socket, <span class="Constant">[contents]</span> -<span id="L87" class="LineNr"> 87 </span> req:text <span class="Special"><-</span> <a href='061text.mu.html#L520'>interpolate</a> <span class="Constant">[GET _ HTTP/1.1]</span>, path -<span id="L88" class="LineNr"> 88 </span> <a href='092socket.mu.html#L93'>request-socket</a> socket, req -<span id="L89" class="LineNr"> 89 </span> contents:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a><span class="Constant"> 10000</span> -<span id="L90" class="LineNr"> 90 </span> <span class="muControl">start-running</span> <a href='092socket.mu.html#L125'>receive-from-client-socket-and-close</a> socket, <a href='075channel.mu.html#L47'>sink</a> +<span id="L87" class="LineNr"> 87 </span> req:text <span class="Special"><-</span> interpolate <span class="Constant">[GET _ HTTP/1.1]</span>, path +<span id="L88" class="LineNr"> 88 </span> request-socket socket, req +<span id="L89" class="LineNr"> 89 </span> contents:&:source:char, sink:&:sink:char <span class="Special"><-</span> new-channel<span class="Constant"> 10000</span> +<span id="L90" class="LineNr"> 90 </span> <span class="muControl">start-running</span> receive-from-client-socket-and-close socket, sink <span id="L91" class="LineNr"> 91 </span>] <span id="L92" class="LineNr"> 92 </span> -<span id="L93" class="LineNr"> 93 </span><span class="muRecipe">def</span> <a href='092socket.mu.html#L93'>request-socket</a> socket:num, s:text<span class="muRecipe"> -> </span>socket:num [ +<span id="L93" class="LineNr"> 93 </span><span class="muRecipe">def</span> request-socket socket:num, s:text<span class="muRecipe"> -> </span>socket:num [ <span id="L94" class="LineNr"> 94 </span> <span class="Constant">local-scope</span> <span id="L95" class="LineNr"> 95 </span> <span class="Constant">load-inputs</span> -<span id="L96" class="LineNr"> 96 </span> <a href='092socket.mu.html#L132'>write-to-socket</a> socket, s +<span id="L96" class="LineNr"> 96 </span> write-to-socket socket, s <span id="L97" class="LineNr"> 97 </span> $write-to-socket socket, <span class="Constant">13/cr</span> <span id="L98" class="LineNr"> 98 </span> $write-to-socket socket, <span class="Constant">10/lf</span> <span id="L99" class="LineNr"> 99 </span> <span class="Comment"># empty line to delimit request</span> @@ -163,78 +162,78 @@ if ('onhashchange' in window) { <span id="L101" class="LineNr">101 </span> $write-to-socket socket, <span class="Constant">10/lf</span> <span id="L102" class="LineNr">102 </span>] <span id="L103" class="LineNr">103 </span> -<span id="L104" class="LineNr">104 </span><span class="muRecipe">def</span> <a href='092socket.mu.html#L104'>receive-from-socket</a> socket:num, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char<span class="muRecipe"> -> </span><a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char, socket:num [ +<span id="L104" class="LineNr">104 </span><span class="muRecipe">def</span> receive-from-socket socket:num, sink:&:sink:char<span class="muRecipe"> -> </span>sink:&:sink:char, socket:num [ <span id="L105" class="LineNr">105 </span> <span class="Constant">local-scope</span> <span id="L106" class="LineNr">106 </span> <span class="Constant">load-inputs</span> <span id="L107" class="LineNr">107 </span> <span class="Delimiter">{</span> -<span id="L108" class="LineNr">108 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> +next-attempt</span> -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> c:char, found?:bool, eof?:bool, error:num <span class="Special"><-</span> $read-from-socket socket -<span id="L110" class="LineNr">110 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> eof? -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> error -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> found? -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, c -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> found? -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> switch -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L108" class="LineNr">108 </span><span class="Constant"> +next-attempt</span> +<span id="L109" class="LineNr">109 </span> c:char, found?:bool, eof?:bool, error:num <span class="Special"><-</span> $read-from-socket socket +<span id="L110" class="LineNr">110 </span> <span class="muControl">break-if</span> eof? +<span id="L111" class="LineNr">111 </span> <span class="muControl">break-if</span> error +<span id="L112" class="LineNr">112 </span> <span class="Delimiter">{</span> +<span id="L113" class="LineNr">113 </span> <span class="muControl">break-unless</span> found? +<span id="L114" class="LineNr">114 </span> sink <span class="Special"><-</span> write sink, c +<span id="L115" class="LineNr">115 </span> <span class="Delimiter">}</span> +<span id="L116" class="LineNr">116 </span> <span class="Delimiter">{</span> +<span id="L117" class="LineNr">117 </span> <span class="muControl">break-if</span> found? +<span id="L118" class="LineNr">118 </span> switch +<span id="L119" class="LineNr">119 </span> <span class="Delimiter">}</span> +<span id="L120" class="LineNr">120 </span> <span class="muControl"> loop</span> <span id="L121" class="LineNr">121 </span> <span class="Delimiter">}</span> -<span id="L122" class="LineNr">122 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> close <a href='075channel.mu.html#L47'>sink</a> +<span id="L122" class="LineNr">122 </span> sink <span class="Special"><-</span> close sink <span id="L123" class="LineNr">123 </span>] <span id="L124" class="LineNr">124 </span> -<span id="L125" class="LineNr">125 </span><span class="muRecipe">def</span> <a href='092socket.mu.html#L125'>receive-from-client-socket-and-close</a> socket:num, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char<span class="muRecipe"> -> </span><a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char, socket:num [ +<span id="L125" class="LineNr">125 </span><span class="muRecipe">def</span> receive-from-client-socket-and-close socket:num, sink:&:sink:char<span class="muRecipe"> -> </span>sink:&:sink:char, socket:num [ <span id="L126" class="LineNr">126 </span> <span class="Constant">local-scope</span> <span id="L127" class="LineNr">127 </span> <span class="Constant">load-inputs</span> -<span id="L128" class="LineNr">128 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='092socket.mu.html#L104'>receive-from-socket</a> socket, <a href='075channel.mu.html#L47'>sink</a> +<span id="L128" class="LineNr">128 </span> sink <span class="Special"><-</span> receive-from-socket socket, sink <span id="L129" class="LineNr">129 </span> socket <span class="Special"><-</span> $close-socket socket <span id="L130" class="LineNr">130 </span>] <span id="L131" class="LineNr">131 </span> -<span id="L132" class="LineNr">132 </span><span class="muRecipe">def</span> <a href='092socket.mu.html#L132'>write-to-socket</a> socket:num, s:text [ +<span id="L132" class="LineNr">132 </span><span class="muRecipe">def</span> write-to-socket socket:num, s:text [ <span id="L133" class="LineNr">133 </span> <span class="Constant">local-scope</span> <span id="L134" class="LineNr">134 </span> <span class="Constant">load-inputs</span> <span id="L135" class="LineNr">135 </span> len:num <span class="Special"><-</span> length *s <span id="L136" class="LineNr">136 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L137" class="LineNr">137 </span> <span class="Delimiter">{</span> -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, len -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> index *s, i -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span> $write-to-socket socket, c -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L138" class="LineNr">138 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, len +<span id="L139" class="LineNr">139 </span> <span class="muControl">break-if</span> done? +<span id="L140" class="LineNr">140 </span> c:char <span class="Special"><-</span> index *s, i +<span id="L141" class="LineNr">141 </span> $write-to-socket socket, c +<span id="L142" class="LineNr">142 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L143" class="LineNr">143 </span> <span class="muControl"> loop</span> <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 id="L147" class="LineNr">147 </span><span class="Comment"># like split-first, but don't eat the delimiter</span> -<span id="L148" class="LineNr">148 </span><span class="muRecipe">def</span> <a href='092socket.mu.html#L148'>split-at</a> text:text, delim:char<span class="muRecipe"> -> </span>x:text, y:text [ +<span id="L148" class="LineNr">148 </span><span class="muRecipe">def</span> split-at text:text, delim:char<span class="muRecipe"> -> </span>x:text, y:text [ <span id="L149" class="LineNr">149 </span> <span class="Constant">local-scope</span> <span id="L150" class="LineNr">150 </span> <span class="Constant">load-inputs</span> <span id="L151" class="LineNr">151 </span> <span class="Comment"># empty text? return empty texts</span> <span id="L152" class="LineNr">152 </span> len:num <span class="Special"><-</span> length *text <span id="L153" class="LineNr">153 </span> <span class="Delimiter">{</span> -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span> empty?:bool <span class="Special"><-</span> equal len,<span class="Constant"> 0</span> -<span id="L155" class="LineNr">155 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> empty? -<span id="L156" class="LineNr">156 </span> <span class="Conceal">¦</span> x:text <span class="Special"><-</span> new <span class="Constant">[]</span> -<span id="L157" class="LineNr">157 </span> <span class="Conceal">¦</span> y:text <span class="Special"><-</span> new <span class="Constant">[]</span> -<span id="L158" class="LineNr">158 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L154" class="LineNr">154 </span> empty?:bool <span class="Special"><-</span> equal len,<span class="Constant"> 0</span> +<span id="L155" class="LineNr">155 </span> <span class="muControl">break-unless</span> empty? +<span id="L156" class="LineNr">156 </span> x:text <span class="Special"><-</span> new <span class="Constant">[]</span> +<span id="L157" class="LineNr">157 </span> y:text <span class="Special"><-</span> new <span class="Constant">[]</span> +<span id="L158" class="LineNr">158 </span> <span class="muControl"> return</span> <span id="L159" class="LineNr">159 </span> <span class="Delimiter">}</span> <span id="L160" class="LineNr">160 </span> idx:num <span class="Special"><-</span> find-next text, delim,<span class="Constant"> 0</span> -<span id="L161" class="LineNr">161 </span> x:text <span class="Special"><-</span> <a href='061text.mu.html#L1287'>copy-range</a> text,<span class="Constant"> 0</span>, idx -<span id="L162" class="LineNr">162 </span> y:text <span class="Special"><-</span> <a href='061text.mu.html#L1287'>copy-range</a> text, idx, len +<span id="L161" class="LineNr">161 </span> x:text <span class="Special"><-</span> copy-range text,<span class="Constant"> 0</span>, idx +<span id="L162" class="LineNr">162 </span> y:text <span class="Special"><-</span> copy-range text, idx, len <span id="L163" class="LineNr">163 </span>] <span id="L164" class="LineNr">164 </span> <span id="L165" class="LineNr">165 </span><span class="muScenario">scenario</span> text-split-at [ <span id="L166" class="LineNr">166 </span> <span class="Constant">local-scope</span> <span id="L167" class="LineNr">167 </span> x:text <span class="Special"><-</span> new <span class="Constant">[a/b]</span> <span id="L168" class="LineNr">168 </span> run [ -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> y:text, z:text <span class="Special"><-</span> <a href='092socket.mu.html#L148'>split-at</a> x, <span class="Constant">47/slash</span> -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z +<span id="L169" class="LineNr">169 </span> y:text, z:text <span class="Special"><-</span> split-at x, <span class="Constant">47/slash</span> +<span id="L170" class="LineNr">170 </span> 10:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *y +<span id="L171" class="LineNr">171 </span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *z <span id="L172" class="LineNr">172 </span> ] <span id="L173" class="LineNr">173 </span> memory-should-contain [ -<span id="L174" class="LineNr">174 </span> <span class="Conceal">¦</span> 10:array:character <span class="Special"><-</span> <span class="Constant">[a]</span> -<span id="L175" class="LineNr">175 </span> <span class="Conceal">¦</span> 20:array:character <span class="Special"><-</span> <span class="Constant">[/b]</span> +<span id="L174" class="LineNr">174 </span> 10:array:character <span class="Special"><-</span> <span class="Constant">[a]</span> +<span id="L175" class="LineNr">175 </span> 20:array:character <span class="Special"><-</span> <span class="Constant">[/b]</span> <span id="L176" class="LineNr">176 </span> ] <span id="L177" class="LineNr">177 </span>] </pre> diff --git a/html/099hardware_checks.cc.html b/html/099hardware_checks.cc.html index 8b6e9b91..85c0e046 100644 --- a/html/099hardware_checks.cc.html +++ b/html/099hardware_checks.cc.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } .traceContains { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } -.muRecipe { color: #ff8700; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } .cSpecial { color: #008000; } -.Special { color: #c00000; } --> </style> @@ -87,7 +86,7 @@ if ('onhashchange' in window) { <span id="L24" class="LineNr">24 </span><span class="Delimiter">}</span> <span id="L25" class="LineNr">25 </span><span class="Normal">void</span> <a href='099hardware_checks.cc.html#L25'>teardown_real_hardware_types</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L26" class="LineNr">26 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Real_hardware_types<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> -<span id="L27" class="LineNr">27 </span> <span class="Conceal">¦</span> <span class="Normal">delete</span> Real_hardware_types<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L27" class="LineNr">27 </span> <span class="Normal">delete</span> Real_hardware_types<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> <span id="L28" class="LineNr">28 </span> Real_hardware_types<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L29" class="LineNr">29 </span><span class="Delimiter">}</span> <span id="L30" class="LineNr">30 </span> @@ -100,20 +99,20 @@ if ('onhashchange' in window) { <span id="L37" class="LineNr">37 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L77'>starts_with</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">,</span> <span class="Constant">"scenario_"</span><span class="Delimiter">))</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L38" class="LineNr">38 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9991</span><span class="Delimiter">,</span> <span class="Constant">"transform"</span><span class="Delimiter">)</span> << <span class="Constant">"--- check if <a href='010vm.cc.html#L19'>recipe</a> "</span> << caller<span class="Delimiter">.</span>name << <span class="Constant">" has any dependency-injection mistakes"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> <span id="L39" class="LineNr">39 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> index = <span class="Constant">0</span><span class="Delimiter">;</span> index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>steps<span class="Delimiter">);</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L40" class="LineNr">40 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L41" class="LineNr">41 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='028call_return.cc.html#L115'>is_primitive</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L42" class="LineNr">42 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L43" class="LineNr">43 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> reagent& ing = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L44" class="LineNr">44 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal<span class="Delimiter">(</span>ing<span class="Delimiter">)</span> || ing<span class="Delimiter">.</span>name != <span class="Constant">"0"</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L45" class="LineNr">45 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> recipe& callee = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>operation<span class="Delimiter">);</span> -<span id="L46" class="LineNr">46 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!callee<span class="Delimiter">.</span>has_header<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L47" class="LineNr">47 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>i >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L48" class="LineNr">48 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">const</span> reagent& expected_ing = callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L49" class="LineNr">49 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Real_hardware_types<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L50" class="LineNr">50 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>*Real_hardware_types<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)</span> == *expected_ing<span class="Delimiter">.</span>type<span class="Delimiter">)</span> -<span id="L51" class="LineNr">51 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"': only 'main' can pass 0 into a "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>expected_ing<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L52" class="LineNr">52 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L53" class="LineNr">53 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L40" class="LineNr">40 </span> <span class="Normal">const</span> instruction& inst = caller<span class="Delimiter">.</span>steps<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L41" class="LineNr">41 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='028call_return.cc.html#L115'>is_primitive</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>operation<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L42" class="LineNr">42 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L43" class="LineNr">43 </span> <span class="Normal">const</span> reagent& ing = inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L44" class="LineNr">44 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_literal<span class="Delimiter">(</span>ing<span class="Delimiter">)</span> || ing<span class="Delimiter">.</span>name != <span class="Constant">"0"</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L45" class="LineNr">45 </span> <span class="Normal">const</span> recipe& callee = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>operation<span class="Delimiter">);</span> +<span id="L46" class="LineNr">46 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!callee<span class="Delimiter">.</span>has_header<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L47" class="LineNr">47 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>i >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L48" class="LineNr">48 </span> <span class="Normal">const</span> reagent& expected_ing = callee<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L49" class="LineNr">49 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Real_hardware_types<span class="Delimiter">);</span> ++j<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L50" class="LineNr">50 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>*Real_hardware_types<span class="Delimiter">.</span>at<span class="Delimiter">(</span>j<span class="Delimiter">)</span> == *expected_ing<span class="Delimiter">.</span>type<span class="Delimiter">)</span> +<span id="L51" class="LineNr">51 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>name<span class="Delimiter">)</span> << <span class="Constant">"'"</span> << to_original_string<span class="Delimiter">(</span>inst<span class="Delimiter">)</span> << <span class="Constant">"': only 'main' can pass 0 into a "</span> << <a href='028call_return.cc.html#L163'>to_string</a><span class="Delimiter">(</span>expected_ing<span class="Delimiter">.</span>type<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L52" class="LineNr">52 </span> <span class="Delimiter">}</span> +<span id="L53" class="LineNr">53 </span> <span class="Delimiter">}</span> <span id="L54" class="LineNr">54 </span> <span class="Delimiter">}</span> <span id="L55" class="LineNr">55 </span><span class="Delimiter">}</span> <span id="L56" class="LineNr">56 </span> diff --git a/html/100trace_browser.cc.html b/html/100trace_browser.cc.html index 622093b4..8b94dd9b 100644 --- a/html/100trace_browser.cc.html +++ b/html/100trace_browser.cc.html @@ -15,15 +15,14 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.cSpecial { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.Delimiter { color: #800080; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Conceal { color: #4e4e4e; } +.cSpecial { color: #008000; } --> </style> @@ -163,14 +162,14 @@ if ('onhashchange' in window) { <span id="L103" class="LineNr">103 </span> cerr << <span class="Constant">"computing min depth to display</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> <span id="L104" class="LineNr">104 </span> <span class="Normal">int</span> min_depth = <span class="Constant">9999</span><span class="Delimiter">;</span> <span id="L105" class="LineNr">105 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L106" class="LineNr">106 </span> <span class="Conceal">¦</span> trace_line& curr_line = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L107" class="LineNr">107 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_line<span class="Delimiter">.</span>depth < min_depth<span class="Delimiter">)</span> min_depth = curr_line<span class="Delimiter">.</span>depth<span class="Delimiter">;</span> +<span id="L106" class="LineNr">106 </span> trace_line& curr_line = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L107" class="LineNr">107 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_line<span class="Delimiter">.</span>depth < min_depth<span class="Delimiter">)</span> min_depth = curr_line<span class="Delimiter">.</span>depth<span class="Delimiter">;</span> <span id="L108" class="LineNr">108 </span> <span class="Delimiter">}</span> <span id="L109" class="LineNr">109 </span> cerr << <span class="Constant">"min depth is "</span> << min_depth << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L110" class="LineNr">110 </span> cerr << <span class="Constant">"computing lines to display</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> <span id="L111" class="LineNr">111 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>depth == min_depth<span class="Delimiter">)</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Visible<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L112" class="LineNr">112 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>depth == min_depth<span class="Delimiter">)</span> +<span id="L113" class="LineNr">113 </span> Visible<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>i<span class="Delimiter">);</span> <span id="L114" class="LineNr">114 </span> <span class="Delimiter">}</span> <span id="L115" class="LineNr">115 </span> tb_init<span class="Delimiter">();</span> <span id="L116" class="LineNr">116 </span> tb_clear<span class="Delimiter">();</span> @@ -178,152 +177,152 @@ if ('onhashchange' in window) { <span id="L118" class="LineNr">118 </span> Top_of_screen = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L119" class="LineNr">119 </span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> <span id="L120" class="LineNr">120 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><span class="Constant">true</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L417'>render</a><span class="Delimiter">();</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> <span class="Normal">int</span> key = <a href='100trace_browser.cc.html#L522'>read_key</a><span class="Delimiter">();</span> -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'q'</span> || key == <span class="Constant">'Q'</span> || key == TB_KEY_CTRL_C<span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'j'</span> || key == TB_KEY_ARROW_DOWN<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// move cursor one line down</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Display_row < Last_printed_row<span class="Delimiter">)</span> ++Display_row<span class="Delimiter">;</span> -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L128" class="LineNr">128 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'k'</span> || key == TB_KEY_ARROW_UP<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// move cursor one line up</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Display_row > <span class="Constant">0</span><span class="Delimiter">)</span> --Display_row<span class="Delimiter">;</span> -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'t'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// move cursor to top of screen</span> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Display_row = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L136" class="LineNr">136 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'c'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// move cursor to center of screen</span> -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Display_row = tb_height<span class="Delimiter">()</span>/<span class="Constant">2</span><span class="Delimiter">;</span> -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">while</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> Display_row<span class="Delimiter">))</span> -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> --Display_row<span class="Delimiter">;</span> -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'b'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// move cursor to bottom of screen</span> -<span id="L144" class="LineNr">144 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Display_row = tb_height<span class="Delimiter">()</span>-<span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L145" class="LineNr">145 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">while</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> Display_row<span class="Delimiter">))</span> -<span id="L146" class="LineNr">146 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> --Display_row<span class="Delimiter">;</span> -<span id="L147" class="LineNr">147 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'T'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L149" class="LineNr">149 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// scroll line at cursor to top of screen</span> -<span id="L150" class="LineNr">150 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Top_of_screen = get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> -<span id="L151" class="LineNr">151 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Display_row = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L152" class="LineNr">152 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'h'</span> || key == TB_KEY_ARROW_LEFT<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L155" class="LineNr">155 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// pan screen one character left</span> -<span id="L156" class="LineNr">156 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Left_of_screen > <span class="Constant">0</span><span class="Delimiter">)</span> --Left_of_screen<span class="Delimiter">;</span> -<span id="L157" class="LineNr">157 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L158" class="LineNr">158 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'l'</span> || key == TB_KEY_ARROW_RIGHT<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L159" class="LineNr">159 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// pan screen one character right</span> -<span id="L160" class="LineNr">160 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++Left_of_screen<span class="Delimiter">;</span> -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L162" class="LineNr">162 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'H'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L163" class="LineNr">163 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// pan screen one screen-width left</span> -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Left_of_screen -= <span class="Delimiter">(</span>tb_width<span class="Delimiter">()</span> - <span class="Constant">5</span><span class="Delimiter">);</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Left_of_screen < <span class="Constant">0</span><span class="Delimiter">)</span> Left_of_screen = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'L'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// pan screen one screen-width right</span> -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Left_of_screen += <span class="Delimiter">(</span>tb_width<span class="Delimiter">()</span> - <span class="Constant">5</span><span class="Delimiter">);</span> -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'J'</span> || key == TB_KEY_PGDN || key == TB_KEY_CTRL_F<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// page-down</span> -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_index<span class="Delimiter">.</span>find<span class="Delimiter">(</span>tb_height<span class="Delimiter">()</span>-<span class="Constant">1</span><span class="Delimiter">)</span> != Trace_index<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L174" class="LineNr">174 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Top_of_screen = get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> tb_height<span class="Delimiter">()</span>-<span class="Constant">1</span><span class="Delimiter">)</span> + <span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L175" class="LineNr">175 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> -<span id="L176" class="LineNr">176 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L178" class="LineNr">178 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'K'</span> || key == TB_KEY_PGUP || key == TB_KEY_CTRL_B<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// page-up is more convoluted</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> screen_row = tb_height<span class="Delimiter">();</span> screen_row > <span class="Constant">0</span> && Top_of_screen > <span class="Constant">0</span><span class="Delimiter">;</span> --screen_row<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L181" class="LineNr">181 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> --Top_of_screen<span class="Delimiter">;</span> -<span id="L182" class="LineNr">182 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Top_of_screen <= <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L183" class="LineNr">183 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">while</span> <span class="Delimiter">(</span>Top_of_screen > <span class="Constant">0</span> && !contains_key<span class="Delimiter">(</span>Visible<span class="Delimiter">,</span> Top_of_screen<span class="Delimiter">))</span> -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> --Top_of_screen<span class="Delimiter">;</span> -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L186" class="LineNr">186 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Top_of_screen >= <span class="Constant">0</span><span class="Delimiter">)</span> -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L189" class="LineNr">189 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'g'</span> || key == TB_KEY_HOME<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Top_of_screen = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Last_printed_row = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Display_row = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'G'</span> || key == TB_KEY_END<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L196" class="LineNr">196 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// go to bottom of screen; largely like page-up, interestingly</span> -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Top_of_screen = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">)</span>-<span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> screen_row = tb_height<span class="Delimiter">();</span> screen_row > <span class="Constant">0</span> && Top_of_screen > <span class="Constant">0</span><span class="Delimiter">;</span> --screen_row<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> --Top_of_screen<span class="Delimiter">;</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>Top_of_screen <= <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L201" class="LineNr">201 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">while</span> <span class="Delimiter">(</span>Top_of_screen > <span class="Constant">0</span> && !contains_key<span class="Delimiter">(</span>Visible<span class="Delimiter">,</span> Top_of_screen<span class="Delimiter">))</span> -<span id="L202" class="LineNr">202 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> --Top_of_screen<span class="Delimiter">;</span> -<span id="L203" class="LineNr">203 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L204" class="LineNr">204 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> -<span id="L205" class="LineNr">205 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// move cursor to bottom</span> -<span id="L206" class="LineNr">206 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Display_row = Last_printed_row<span class="Delimiter">;</span> -<span id="L207" class="LineNr">207 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> -<span id="L208" class="LineNr">208 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L209" class="LineNr">209 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_CARRIAGE_RETURN<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L210" class="LineNr">210 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// expand lines under current by one level</span> -<span id="L211" class="LineNr">211 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> Display_row<span class="Delimiter">));</span> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> start_index = get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> -<span id="L213" class="LineNr">213 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> index = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L214" class="LineNr">214 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// simultaneously compute end_index and min_depth</span> -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> min_depth = <span class="Constant">9999</span><span class="Delimiter">;</span> -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span>index = start_index+<span class="Constant">1</span><span class="Delimiter">;</span> index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">);</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L217" class="LineNr">217 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Visible<span class="Delimiter">,</span> index<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L218" class="LineNr">218 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> trace_line& curr_line = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L219" class="LineNr">219 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>curr_line<span class="Delimiter">.</span>depth > Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>start_index<span class="Delimiter">).</span>depth<span class="Delimiter">);</span> -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_line<span class="Delimiter">.</span>depth < min_depth<span class="Delimiter">)</span> min_depth = curr_line<span class="Delimiter">.</span>depth<span class="Delimiter">;</span> -<span id="L221" class="LineNr">221 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L222" class="LineNr">222 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> end_index = index<span class="Delimiter">;</span> -<span id="L223" class="LineNr">223 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// mark as visible all intervening indices at min_depth</span> -<span id="L224" class="LineNr">224 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span>index = start_index<span class="Delimiter">;</span> index < end_index<span class="Delimiter">;</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L225" class="LineNr">225 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> trace_line& curr_line = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L226" class="LineNr">226 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_line<span class="Delimiter">.</span>depth == min_depth<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L227" class="LineNr">227 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Visible<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L228" class="LineNr">228 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L229" class="LineNr">229 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L230" class="LineNr">230 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> -<span id="L231" class="LineNr">231 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L232" class="LineNr">232 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_BACKSPACE || key == TB_KEY_BACKSPACE2<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L233" class="LineNr">233 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// collapse all lines under current</span> -<span id="L234" class="LineNr">234 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> Display_row<span class="Delimiter">));</span> -<span id="L235" class="LineNr">235 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> start_index = get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> -<span id="L236" class="LineNr">236 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> index = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L237" class="LineNr">237 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// end_index is the next line at a depth same as or lower than start_index</span> -<span id="L238" class="LineNr">238 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> initial_depth = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>start_index<span class="Delimiter">).</span>depth<span class="Delimiter">;</span> -<span id="L239" class="LineNr">239 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span>index = start_index+<span class="Constant">1</span><span class="Delimiter">;</span> index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">);</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L240" class="LineNr">240 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Visible<span class="Delimiter">,</span> index<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L241" class="LineNr">241 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> trace_line& curr_line = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L242" class="LineNr">242 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_line<span class="Delimiter">.</span>depth <= initial_depth<span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L243" class="LineNr">243 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L244" class="LineNr">244 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> end_index = index<span class="Delimiter">;</span> -<span id="L245" class="LineNr">245 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// mark as visible all intervening indices at min_depth</span> -<span id="L246" class="LineNr">246 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span>index = start_index+<span class="Constant">1</span><span class="Delimiter">;</span> index < end_index<span class="Delimiter">;</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L247" class="LineNr">247 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Visible<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>index<span class="Delimiter">);</span> -<span id="L248" class="LineNr">248 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L249" class="LineNr">249 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> -<span id="L250" class="LineNr">250 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L251" class="LineNr">251 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'/'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L252" class="LineNr">252 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='100trace_browser.cc.html#L271'>start_search_editor</a><span class="Delimiter">(</span><a href='100trace_browser.cc.html#L96'>FORWARD</a><span class="Delimiter">))</span> -<span id="L253" class="LineNr">253 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L360'>search</a><span class="Delimiter">(</span>Current_search_pattern<span class="Delimiter">,</span> Current_search_direction<span class="Delimiter">);</span> -<span id="L254" class="LineNr">254 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L255" class="LineNr">255 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'?'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L256" class="LineNr">256 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='100trace_browser.cc.html#L271'>start_search_editor</a><span class="Delimiter">(</span><a href='100trace_browser.cc.html#L96'>BACKWARD</a><span class="Delimiter">))</span> -<span id="L257" class="LineNr">257 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L360'>search</a><span class="Delimiter">(</span>Current_search_pattern<span class="Delimiter">,</span> Current_search_direction<span class="Delimiter">);</span> -<span id="L258" class="LineNr">258 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L259" class="LineNr">259 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'n'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L260" class="LineNr">260 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Current_search_pattern<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> -<span id="L261" class="LineNr">261 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L360'>search</a><span class="Delimiter">(</span>Current_search_pattern<span class="Delimiter">,</span> Current_search_direction<span class="Delimiter">);</span> -<span id="L262" class="LineNr">262 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L263" class="LineNr">263 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'N'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L264" class="LineNr">264 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Current_search_pattern<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> -<span id="L265" class="LineNr">265 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L360'>search</a><span class="Delimiter">(</span>Current_search_pattern<span class="Delimiter">,</span> <a href='100trace_browser.cc.html#L365'>opposite</a><span class="Delimiter">(</span>Current_search_direction<span class="Delimiter">));</span> -<span id="L266" class="LineNr">266 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L121" class="LineNr">121 </span> <a href='100trace_browser.cc.html#L417'>render</a><span class="Delimiter">();</span> +<span id="L122" class="LineNr">122 </span> <span class="Normal">int</span> key = <a href='100trace_browser.cc.html#L522'>read_key</a><span class="Delimiter">();</span> +<span id="L123" class="LineNr">123 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'q'</span> || key == <span class="Constant">'Q'</span> || key == TB_KEY_CTRL_C<span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L124" class="LineNr">124 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'j'</span> || key == TB_KEY_ARROW_DOWN<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L125" class="LineNr">125 </span> <span class="Comment">// move cursor one line down</span> +<span id="L126" class="LineNr">126 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Display_row < Last_printed_row<span class="Delimiter">)</span> ++Display_row<span class="Delimiter">;</span> +<span id="L127" class="LineNr">127 </span> <span class="Delimiter">}</span> +<span id="L128" class="LineNr">128 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'k'</span> || key == TB_KEY_ARROW_UP<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L129" class="LineNr">129 </span> <span class="Comment">// move cursor one line up</span> +<span id="L130" class="LineNr">130 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Display_row > <span class="Constant">0</span><span class="Delimiter">)</span> --Display_row<span class="Delimiter">;</span> +<span id="L131" class="LineNr">131 </span> <span class="Delimiter">}</span> +<span id="L132" class="LineNr">132 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'t'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L133" class="LineNr">133 </span> <span class="Comment">// move cursor to top of screen</span> +<span id="L134" class="LineNr">134 </span> Display_row = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L135" class="LineNr">135 </span> <span class="Delimiter">}</span> +<span id="L136" class="LineNr">136 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'c'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L137" class="LineNr">137 </span> <span class="Comment">// move cursor to center of screen</span> +<span id="L138" class="LineNr">138 </span> Display_row = tb_height<span class="Delimiter">()</span>/<span class="Constant">2</span><span class="Delimiter">;</span> +<span id="L139" class="LineNr">139 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> Display_row<span class="Delimiter">))</span> +<span id="L140" class="LineNr">140 </span> --Display_row<span class="Delimiter">;</span> +<span id="L141" class="LineNr">141 </span> <span class="Delimiter">}</span> +<span id="L142" class="LineNr">142 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'b'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L143" class="LineNr">143 </span> <span class="Comment">// move cursor to bottom of screen</span> +<span id="L144" class="LineNr">144 </span> Display_row = tb_height<span class="Delimiter">()</span>-<span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L145" class="LineNr">145 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> Display_row<span class="Delimiter">))</span> +<span id="L146" class="LineNr">146 </span> --Display_row<span class="Delimiter">;</span> +<span id="L147" class="LineNr">147 </span> <span class="Delimiter">}</span> +<span id="L148" class="LineNr">148 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'T'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L149" class="LineNr">149 </span> <span class="Comment">// scroll line at cursor to top of screen</span> +<span id="L150" class="LineNr">150 </span> Top_of_screen = get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> +<span id="L151" class="LineNr">151 </span> Display_row = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L152" class="LineNr">152 </span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> +<span id="L153" class="LineNr">153 </span> <span class="Delimiter">}</span> +<span id="L154" class="LineNr">154 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'h'</span> || key == TB_KEY_ARROW_LEFT<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L155" class="LineNr">155 </span> <span class="Comment">// pan screen one character left</span> +<span id="L156" class="LineNr">156 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Left_of_screen > <span class="Constant">0</span><span class="Delimiter">)</span> --Left_of_screen<span class="Delimiter">;</span> +<span id="L157" class="LineNr">157 </span> <span class="Delimiter">}</span> +<span id="L158" class="LineNr">158 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'l'</span> || key == TB_KEY_ARROW_RIGHT<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L159" class="LineNr">159 </span> <span class="Comment">// pan screen one character right</span> +<span id="L160" class="LineNr">160 </span> ++Left_of_screen<span class="Delimiter">;</span> +<span id="L161" class="LineNr">161 </span> <span class="Delimiter">}</span> +<span id="L162" class="LineNr">162 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'H'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L163" class="LineNr">163 </span> <span class="Comment">// pan screen one screen-width left</span> +<span id="L164" class="LineNr">164 </span> Left_of_screen -= <span class="Delimiter">(</span>tb_width<span class="Delimiter">()</span> - <span class="Constant">5</span><span class="Delimiter">);</span> +<span id="L165" class="LineNr">165 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Left_of_screen < <span class="Constant">0</span><span class="Delimiter">)</span> Left_of_screen = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L166" class="LineNr">166 </span> <span class="Delimiter">}</span> +<span id="L167" class="LineNr">167 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'L'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L168" class="LineNr">168 </span> <span class="Comment">// pan screen one screen-width right</span> +<span id="L169" class="LineNr">169 </span> Left_of_screen += <span class="Delimiter">(</span>tb_width<span class="Delimiter">()</span> - <span class="Constant">5</span><span class="Delimiter">);</span> +<span id="L170" class="LineNr">170 </span> <span class="Delimiter">}</span> +<span id="L171" class="LineNr">171 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'J'</span> || key == TB_KEY_PGDN || key == TB_KEY_CTRL_F<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L172" class="LineNr">172 </span> <span class="Comment">// page-down</span> +<span id="L173" class="LineNr">173 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Trace_index<span class="Delimiter">.</span>find<span class="Delimiter">(</span>tb_height<span class="Delimiter">()</span>-<span class="Constant">1</span><span class="Delimiter">)</span> != Trace_index<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L174" class="LineNr">174 </span> Top_of_screen = get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> tb_height<span class="Delimiter">()</span>-<span class="Constant">1</span><span class="Delimiter">)</span> + <span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L175" class="LineNr">175 </span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> +<span id="L176" class="LineNr">176 </span> <span class="Delimiter">}</span> +<span id="L177" class="LineNr">177 </span> <span class="Delimiter">}</span> +<span id="L178" class="LineNr">178 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'K'</span> || key == TB_KEY_PGUP || key == TB_KEY_CTRL_B<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L179" class="LineNr">179 </span> <span class="Comment">// page-up is more convoluted</span> +<span id="L180" class="LineNr">180 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> screen_row = tb_height<span class="Delimiter">();</span> screen_row > <span class="Constant">0</span> && Top_of_screen > <span class="Constant">0</span><span class="Delimiter">;</span> --screen_row<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L181" class="LineNr">181 </span> --Top_of_screen<span class="Delimiter">;</span> +<span id="L182" class="LineNr">182 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Top_of_screen <= <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L183" class="LineNr">183 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>Top_of_screen > <span class="Constant">0</span> && !contains_key<span class="Delimiter">(</span>Visible<span class="Delimiter">,</span> Top_of_screen<span class="Delimiter">))</span> +<span id="L184" class="LineNr">184 </span> --Top_of_screen<span class="Delimiter">;</span> +<span id="L185" class="LineNr">185 </span> <span class="Delimiter">}</span> +<span id="L186" class="LineNr">186 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Top_of_screen >= <span class="Constant">0</span><span class="Delimiter">)</span> +<span id="L187" class="LineNr">187 </span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> +<span id="L188" class="LineNr">188 </span> <span class="Delimiter">}</span> +<span id="L189" class="LineNr">189 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'g'</span> || key == TB_KEY_HOME<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L190" class="LineNr">190 </span> Top_of_screen = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L191" class="LineNr">191 </span> Last_printed_row = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L192" class="LineNr">192 </span> Display_row = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L193" class="LineNr">193 </span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> +<span id="L194" class="LineNr">194 </span> <span class="Delimiter">}</span> +<span id="L195" class="LineNr">195 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'G'</span> || key == TB_KEY_END<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L196" class="LineNr">196 </span> <span class="Comment">// go to bottom of screen; largely like page-up, interestingly</span> +<span id="L197" class="LineNr">197 </span> Top_of_screen = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">)</span>-<span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L198" class="LineNr">198 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> screen_row = tb_height<span class="Delimiter">();</span> screen_row > <span class="Constant">0</span> && Top_of_screen > <span class="Constant">0</span><span class="Delimiter">;</span> --screen_row<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L199" class="LineNr">199 </span> --Top_of_screen<span class="Delimiter">;</span> +<span id="L200" class="LineNr">200 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Top_of_screen <= <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L201" class="LineNr">201 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>Top_of_screen > <span class="Constant">0</span> && !contains_key<span class="Delimiter">(</span>Visible<span class="Delimiter">,</span> Top_of_screen<span class="Delimiter">))</span> +<span id="L202" class="LineNr">202 </span> --Top_of_screen<span class="Delimiter">;</span> +<span id="L203" class="LineNr">203 </span> <span class="Delimiter">}</span> +<span id="L204" class="LineNr">204 </span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> +<span id="L205" class="LineNr">205 </span> <span class="Comment">// move cursor to bottom</span> +<span id="L206" class="LineNr">206 </span> Display_row = Last_printed_row<span class="Delimiter">;</span> +<span id="L207" class="LineNr">207 </span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> +<span id="L208" class="LineNr">208 </span> <span class="Delimiter">}</span> +<span id="L209" class="LineNr">209 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_CARRIAGE_RETURN<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L210" class="LineNr">210 </span> <span class="Comment">// expand lines under current by one level</span> +<span id="L211" class="LineNr">211 </span> assert<span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> Display_row<span class="Delimiter">));</span> +<span id="L212" class="LineNr">212 </span> <span class="Normal">int</span> start_index = get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> +<span id="L213" class="LineNr">213 </span> <span class="Normal">int</span> index = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L214" class="LineNr">214 </span> <span class="Comment">// simultaneously compute end_index and min_depth</span> +<span id="L215" class="LineNr">215 </span> <span class="Normal">int</span> min_depth = <span class="Constant">9999</span><span class="Delimiter">;</span> +<span id="L216" class="LineNr">216 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>index = start_index+<span class="Constant">1</span><span class="Delimiter">;</span> index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">);</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L217" class="LineNr">217 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Visible<span class="Delimiter">,</span> index<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L218" class="LineNr">218 </span> trace_line& curr_line = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L219" class="LineNr">219 </span> assert<span class="Delimiter">(</span>curr_line<span class="Delimiter">.</span>depth > Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>start_index<span class="Delimiter">).</span>depth<span class="Delimiter">);</span> +<span id="L220" class="LineNr">220 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_line<span class="Delimiter">.</span>depth < min_depth<span class="Delimiter">)</span> min_depth = curr_line<span class="Delimiter">.</span>depth<span class="Delimiter">;</span> +<span id="L221" class="LineNr">221 </span> <span class="Delimiter">}</span> +<span id="L222" class="LineNr">222 </span> <span class="Normal">int</span> end_index = index<span class="Delimiter">;</span> +<span id="L223" class="LineNr">223 </span> <span class="Comment">// mark as visible all intervening indices at min_depth</span> +<span id="L224" class="LineNr">224 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>index = start_index<span class="Delimiter">;</span> index < end_index<span class="Delimiter">;</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L225" class="LineNr">225 </span> trace_line& curr_line = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L226" class="LineNr">226 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_line<span class="Delimiter">.</span>depth == min_depth<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L227" class="LineNr">227 </span> Visible<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L228" class="LineNr">228 </span> <span class="Delimiter">}</span> +<span id="L229" class="LineNr">229 </span> <span class="Delimiter">}</span> +<span id="L230" class="LineNr">230 </span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> +<span id="L231" class="LineNr">231 </span> <span class="Delimiter">}</span> +<span id="L232" class="LineNr">232 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_BACKSPACE || key == TB_KEY_BACKSPACE2<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L233" class="LineNr">233 </span> <span class="Comment">// collapse all lines under current</span> +<span id="L234" class="LineNr">234 </span> assert<span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> Display_row<span class="Delimiter">));</span> +<span id="L235" class="LineNr">235 </span> <span class="Normal">int</span> start_index = get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> +<span id="L236" class="LineNr">236 </span> <span class="Normal">int</span> index = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L237" class="LineNr">237 </span> <span class="Comment">// end_index is the next line at a depth same as or lower than start_index</span> +<span id="L238" class="LineNr">238 </span> <span class="Normal">int</span> initial_depth = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>start_index<span class="Delimiter">).</span>depth<span class="Delimiter">;</span> +<span id="L239" class="LineNr">239 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>index = start_index+<span class="Constant">1</span><span class="Delimiter">;</span> index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">);</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L240" class="LineNr">240 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Visible<span class="Delimiter">,</span> index<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L241" class="LineNr">241 </span> trace_line& curr_line = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L242" class="LineNr">242 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_line<span class="Delimiter">.</span>depth <= initial_depth<span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L243" class="LineNr">243 </span> <span class="Delimiter">}</span> +<span id="L244" class="LineNr">244 </span> <span class="Normal">int</span> end_index = index<span class="Delimiter">;</span> +<span id="L245" class="LineNr">245 </span> <span class="Comment">// mark as visible all intervening indices at min_depth</span> +<span id="L246" class="LineNr">246 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>index = start_index+<span class="Constant">1</span><span class="Delimiter">;</span> index < end_index<span class="Delimiter">;</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L247" class="LineNr">247 </span> Visible<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>index<span class="Delimiter">);</span> +<span id="L248" class="LineNr">248 </span> <span class="Delimiter">}</span> +<span id="L249" class="LineNr">249 </span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> +<span id="L250" class="LineNr">250 </span> <span class="Delimiter">}</span> +<span id="L251" class="LineNr">251 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'/'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L252" class="LineNr">252 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='100trace_browser.cc.html#L271'>start_search_editor</a><span class="Delimiter">(</span><a href='100trace_browser.cc.html#L96'>FORWARD</a><span class="Delimiter">))</span> +<span id="L253" class="LineNr">253 </span> <a href='100trace_browser.cc.html#L360'>search</a><span class="Delimiter">(</span>Current_search_pattern<span class="Delimiter">,</span> Current_search_direction<span class="Delimiter">);</span> +<span id="L254" class="LineNr">254 </span> <span class="Delimiter">}</span> +<span id="L255" class="LineNr">255 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'?'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L256" class="LineNr">256 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='100trace_browser.cc.html#L271'>start_search_editor</a><span class="Delimiter">(</span><a href='100trace_browser.cc.html#L96'>BACKWARD</a><span class="Delimiter">))</span> +<span id="L257" class="LineNr">257 </span> <a href='100trace_browser.cc.html#L360'>search</a><span class="Delimiter">(</span>Current_search_pattern<span class="Delimiter">,</span> Current_search_direction<span class="Delimiter">);</span> +<span id="L258" class="LineNr">258 </span> <span class="Delimiter">}</span> +<span id="L259" class="LineNr">259 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'n'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L260" class="LineNr">260 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Current_search_pattern<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> +<span id="L261" class="LineNr">261 </span> <a href='100trace_browser.cc.html#L360'>search</a><span class="Delimiter">(</span>Current_search_pattern<span class="Delimiter">,</span> Current_search_direction<span class="Delimiter">);</span> +<span id="L262" class="LineNr">262 </span> <span class="Delimiter">}</span> +<span id="L263" class="LineNr">263 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == <span class="Constant">'N'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L264" class="LineNr">264 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Current_search_pattern<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> +<span id="L265" class="LineNr">265 </span> <a href='100trace_browser.cc.html#L360'>search</a><span class="Delimiter">(</span>Current_search_pattern<span class="Delimiter">,</span> <a href='100trace_browser.cc.html#L365'>opposite</a><span class="Delimiter">(</span>Current_search_direction<span class="Delimiter">));</span> +<span id="L266" class="LineNr">266 </span> <span class="Delimiter">}</span> <span id="L267" class="LineNr">267 </span> <span class="Delimiter">}</span> <span id="L268" class="LineNr">268 </span> tb_shutdown<span class="Delimiter">();</span> <span id="L269" class="LineNr">269 </span><span class="Delimiter">}</span> @@ -338,82 +337,82 @@ if ('onhashchange' in window) { <span id="L278" class="LineNr">278 </span> ++col<span class="Delimiter">;</span> <span id="L279" class="LineNr">279 </span> string pattern<span class="Delimiter">;</span> <span id="L280" class="LineNr">280 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><span class="Constant">true</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L281" class="LineNr">281 </span> <span class="Conceal">¦</span> <span class="Normal">int</span> key = <a href='100trace_browser.cc.html#L522'>read_key</a><span class="Delimiter">();</span> -<span id="L282" class="LineNr">282 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_ENTER<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L283" class="LineNr">283 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!pattern<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L284" class="LineNr">284 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Current_search_pattern = pattern<span class="Delimiter">;</span> -<span id="L285" class="LineNr">285 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Current_search_direction = dir<span class="Delimiter">;</span> -<span id="L286" class="LineNr">286 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L287" class="LineNr">287 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L288" class="LineNr">288 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L289" class="LineNr">289 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_ESC || key == TB_KEY_CTRL_C<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L290" class="LineNr">290 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L291" class="LineNr">291 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L292" class="LineNr">292 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_ARROW_LEFT<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L293" class="LineNr">293 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>col > <span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L294" class="LineNr">294 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> --col<span class="Delimiter">;</span> -<span id="L295" class="LineNr">295 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> -<span id="L296" class="LineNr">296 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L297" class="LineNr">297 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L298" class="LineNr">298 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_ARROW_RIGHT<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L299" class="LineNr">299 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>col-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span> < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L300" class="LineNr">300 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++col<span class="Delimiter">;</span> -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> -<span id="L302" class="LineNr">302 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L303" class="LineNr">303 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L304" class="LineNr">304 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_HOME || key == TB_KEY_CTRL_A<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L305" class="LineNr">305 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> col = <span class="Comment">/*</span><span class="Comment">skip slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L306" class="LineNr">306 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> -<span id="L307" class="LineNr">307 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L308" class="LineNr">308 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_END || key == TB_KEY_CTRL_E<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L309" class="LineNr">309 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> col = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">)</span>+<span class="Comment">/*</span><span class="Comment">skip slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L310" class="LineNr">310 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> -<span id="L311" class="LineNr">311 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L312" class="LineNr">312 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_BACKSPACE || key == TB_KEY_BACKSPACE2<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L313" class="LineNr">313 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>col > <span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L314" class="LineNr">314 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>col <= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">)</span>+<span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L315" class="LineNr">315 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> --col<span class="Delimiter">;</span> -<span id="L316" class="LineNr">316 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// update pattern</span> -<span id="L317" class="LineNr">317 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> pattern<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>col-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">len</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L318" class="LineNr">318 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// update screen</span> -<span id="L319" class="LineNr">319 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> -<span id="L320" class="LineNr">320 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> x = col<span class="Delimiter">;</span> x < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">)</span>+<span class="Comment">/*</span><span class="Comment">skip slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> ++x<span class="Delimiter">)</span> -<span id="L321" class="LineNr">321 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_print<span class="Delimiter">(</span>pattern<span class="Delimiter">.</span>at<span class="Delimiter">(</span>x-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">),</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> -<span id="L322" class="LineNr">322 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_print<span class="Delimiter">(</span><span class="Constant">' '</span><span class="Delimiter">,</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> -<span id="L323" class="LineNr">323 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> -<span id="L324" class="LineNr">324 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L325" class="LineNr">325 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L326" class="LineNr">326 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_CTRL_K<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L327" class="LineNr">327 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> old_pattern_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">);</span> -<span id="L328" class="LineNr">328 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> pattern<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>col-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">)</span> - <span class="Delimiter">(</span>col-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">));</span> -<span id="L329" class="LineNr">329 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> -<span id="L330" class="LineNr">330 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> x = col<span class="Delimiter">;</span> x < old_pattern_size+<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> ++x<span class="Delimiter">)</span> -<span id="L331" class="LineNr">331 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_print<span class="Delimiter">(</span><span class="Constant">' '</span><span class="Delimiter">,</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> -<span id="L332" class="LineNr">332 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> -<span id="L333" class="LineNr">333 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L334" class="LineNr">334 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_CTRL_U<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L335" class="LineNr">335 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> old_pattern_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">);</span> -<span id="L336" class="LineNr">336 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> pattern<span class="Delimiter">.</span>erase<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> col-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L337" class="LineNr">337 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> col = <span class="Comment">/*</span><span class="Comment">skip slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> -<span id="L338" class="LineNr">338 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> -<span id="L339" class="LineNr">339 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> x = <span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> x < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">)</span>+<span class="Comment">/*</span><span class="Comment">skip slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> ++x<span class="Delimiter">)</span> -<span id="L340" class="LineNr">340 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_print<span class="Delimiter">(</span>pattern<span class="Delimiter">.</span>at<span class="Delimiter">(</span>x-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">),</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> -<span id="L341" class="LineNr">341 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> x = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">)</span>+<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> x < old_pattern_size+<span class="Comment">/*</span><span class="Comment">skip slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> ++x<span class="Delimiter">)</span> -<span id="L342" class="LineNr">342 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_print<span class="Delimiter">(</span><span class="Constant">' '</span><span class="Delimiter">,</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> -<span id="L343" class="LineNr">343 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> -<span id="L344" class="LineNr">344 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L345" class="LineNr">345 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key < <span class="Constant">128</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span class="Comment">// ascii only</span> -<span id="L346" class="LineNr">346 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// update pattern</span> -<span id="L347" class="LineNr">347 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">char</span> c = <span class="Normal">static_cast</span><<span class="Normal">char</span>><span class="Delimiter">(</span>key<span class="Delimiter">);</span> -<span id="L348" class="LineNr">348 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>col-<span class="Constant">1</span> >= <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L349" class="LineNr">349 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>col-<span class="Constant">1</span> <= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">));</span> -<span id="L350" class="LineNr">350 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> pattern<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>col-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">num</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> c<span class="Delimiter">);</span> -<span id="L351" class="LineNr">351 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// update screen</span> -<span id="L352" class="LineNr">352 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> x = col<span class="Delimiter">;</span> x < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">)</span>+<span class="Comment">/*</span><span class="Comment">skip slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> ++x<span class="Delimiter">)</span> -<span id="L353" class="LineNr">353 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_print<span class="Delimiter">(</span>pattern<span class="Delimiter">.</span>at<span class="Delimiter">(</span>x-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">),</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> -<span id="L354" class="LineNr">354 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++col<span class="Delimiter">;</span> -<span id="L355" class="LineNr">355 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> -<span id="L356" class="LineNr">356 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L281" class="LineNr">281 </span> <span class="Normal">int</span> key = <a href='100trace_browser.cc.html#L522'>read_key</a><span class="Delimiter">();</span> +<span id="L282" class="LineNr">282 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_ENTER<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L283" class="LineNr">283 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!pattern<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L284" class="LineNr">284 </span> Current_search_pattern = pattern<span class="Delimiter">;</span> +<span id="L285" class="LineNr">285 </span> Current_search_direction = dir<span class="Delimiter">;</span> +<span id="L286" class="LineNr">286 </span> <span class="Delimiter">}</span> +<span id="L287" class="LineNr">287 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L288" class="LineNr">288 </span> <span class="Delimiter">}</span> +<span id="L289" class="LineNr">289 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_ESC || key == TB_KEY_CTRL_C<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L290" class="LineNr">290 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L291" class="LineNr">291 </span> <span class="Delimiter">}</span> +<span id="L292" class="LineNr">292 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_ARROW_LEFT<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L293" class="LineNr">293 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>col > <span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L294" class="LineNr">294 </span> --col<span class="Delimiter">;</span> +<span id="L295" class="LineNr">295 </span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> +<span id="L296" class="LineNr">296 </span> <span class="Delimiter">}</span> +<span id="L297" class="LineNr">297 </span> <span class="Delimiter">}</span> +<span id="L298" class="LineNr">298 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_ARROW_RIGHT<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L299" class="LineNr">299 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>col-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span> < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L300" class="LineNr">300 </span> ++col<span class="Delimiter">;</span> +<span id="L301" class="LineNr">301 </span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</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="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_HOME || key == TB_KEY_CTRL_A<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L305" class="LineNr">305 </span> col = <span class="Comment">/*</span><span class="Comment">skip slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L306" class="LineNr">306 </span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> +<span id="L307" class="LineNr">307 </span> <span class="Delimiter">}</span> +<span id="L308" class="LineNr">308 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_END || key == TB_KEY_CTRL_E<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L309" class="LineNr">309 </span> col = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">)</span>+<span class="Comment">/*</span><span class="Comment">skip slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L310" class="LineNr">310 </span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> +<span id="L311" class="LineNr">311 </span> <span class="Delimiter">}</span> +<span id="L312" class="LineNr">312 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_BACKSPACE || key == TB_KEY_BACKSPACE2<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L313" class="LineNr">313 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>col > <span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L314" class="LineNr">314 </span> assert<span class="Delimiter">(</span>col <= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">)</span>+<span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L315" class="LineNr">315 </span> --col<span class="Delimiter">;</span> +<span id="L316" class="LineNr">316 </span> <span class="Comment">// update pattern</span> +<span id="L317" class="LineNr">317 </span> pattern<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>col-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">len</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L318" class="LineNr">318 </span> <span class="Comment">// update screen</span> +<span id="L319" class="LineNr">319 </span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> +<span id="L320" class="LineNr">320 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> x = col<span class="Delimiter">;</span> x < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">)</span>+<span class="Comment">/*</span><span class="Comment">skip slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> ++x<span class="Delimiter">)</span> +<span id="L321" class="LineNr">321 </span> tb_print<span class="Delimiter">(</span>pattern<span class="Delimiter">.</span>at<span class="Delimiter">(</span>x-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">),</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> +<span id="L322" class="LineNr">322 </span> tb_print<span class="Delimiter">(</span><span class="Constant">' '</span><span class="Delimiter">,</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> +<span id="L323" class="LineNr">323 </span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> +<span id="L324" class="LineNr">324 </span> <span class="Delimiter">}</span> +<span id="L325" class="LineNr">325 </span> <span class="Delimiter">}</span> +<span id="L326" class="LineNr">326 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_CTRL_K<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L327" class="LineNr">327 </span> <span class="Normal">int</span> old_pattern_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">);</span> +<span id="L328" class="LineNr">328 </span> pattern<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>col-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">)</span> - <span class="Delimiter">(</span>col-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">));</span> +<span id="L329" class="LineNr">329 </span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> +<span id="L330" class="LineNr">330 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> x = col<span class="Delimiter">;</span> x < old_pattern_size+<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> ++x<span class="Delimiter">)</span> +<span id="L331" class="LineNr">331 </span> tb_print<span class="Delimiter">(</span><span class="Constant">' '</span><span class="Delimiter">,</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> +<span id="L332" class="LineNr">332 </span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> +<span id="L333" class="LineNr">333 </span> <span class="Delimiter">}</span> +<span id="L334" class="LineNr">334 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key == TB_KEY_CTRL_U<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L335" class="LineNr">335 </span> <span class="Normal">int</span> old_pattern_size = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">);</span> +<span id="L336" class="LineNr">336 </span> pattern<span class="Delimiter">.</span>erase<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> col-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L337" class="LineNr">337 </span> col = <span class="Comment">/*</span><span class="Comment">skip slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L338" class="LineNr">338 </span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> +<span id="L339" class="LineNr">339 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> x = <span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> x < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">)</span>+<span class="Comment">/*</span><span class="Comment">skip slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> ++x<span class="Delimiter">)</span> +<span id="L340" class="LineNr">340 </span> tb_print<span class="Delimiter">(</span>pattern<span class="Delimiter">.</span>at<span class="Delimiter">(</span>x-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">),</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> +<span id="L341" class="LineNr">341 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> x = <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">)</span>+<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> x < old_pattern_size+<span class="Comment">/*</span><span class="Comment">skip slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> ++x<span class="Delimiter">)</span> +<span id="L342" class="LineNr">342 </span> tb_print<span class="Delimiter">(</span><span class="Constant">' '</span><span class="Delimiter">,</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> +<span id="L343" class="LineNr">343 </span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> +<span id="L344" class="LineNr">344 </span> <span class="Delimiter">}</span> +<span id="L345" class="LineNr">345 </span> <span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span>key < <span class="Constant">128</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span class="Comment">// ascii only</span> +<span id="L346" class="LineNr">346 </span> <span class="Comment">// update pattern</span> +<span id="L347" class="LineNr">347 </span> <span class="Normal">char</span> c = <span class="Normal">static_cast</span><<span class="Normal">char</span>><span class="Delimiter">(</span>key<span class="Delimiter">);</span> +<span id="L348" class="LineNr">348 </span> assert<span class="Delimiter">(</span>col-<span class="Constant">1</span> >= <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L349" class="LineNr">349 </span> assert<span class="Delimiter">(</span>col-<span class="Constant">1</span> <= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">));</span> +<span id="L350" class="LineNr">350 </span> pattern<span class="Delimiter">.</span>insert<span class="Delimiter">(</span>col-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">num</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">,</span> c<span class="Delimiter">);</span> +<span id="L351" class="LineNr">351 </span> <span class="Comment">// update screen</span> +<span id="L352" class="LineNr">352 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> x = col<span class="Delimiter">;</span> x < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>pattern<span class="Delimiter">)</span>+<span class="Comment">/*</span><span class="Comment">skip slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> ++x<span class="Delimiter">)</span> +<span id="L353" class="LineNr">353 </span> tb_print<span class="Delimiter">(</span>pattern<span class="Delimiter">.</span>at<span class="Delimiter">(</span>x-<span class="Comment">/*</span><span class="Comment">slash</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">),</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> +<span id="L354" class="LineNr">354 </span> ++col<span class="Delimiter">;</span> +<span id="L355" class="LineNr">355 </span> tb_set_cursor<span class="Delimiter">(</span>col<span class="Delimiter">,</span> bottom_screen_line<span class="Delimiter">);</span> +<span id="L356" class="LineNr">356 </span> <span class="Delimiter">}</span> <span id="L357" class="LineNr">357 </span> <span class="Delimiter">}</span> <span id="L358" class="LineNr">358 </span><span class="Delimiter">}</span> <span id="L359" class="LineNr">359 </span> @@ -429,32 +428,32 @@ if ('onhashchange' in window) { <span id="L369" class="LineNr">369 </span> <span id="L370" class="LineNr">370 </span><span class="Normal">void</span> <a href='100trace_browser.cc.html#L370'>search_next</a><span class="Delimiter">(</span><span class="Normal">const</span> string& pat<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L371" class="LineNr">371 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> trace_index = get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> Display_row<span class="Delimiter">)</span>+<span class="Constant">1</span><span class="Delimiter">;</span> trace_index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">);</span> ++trace_index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L372" class="LineNr">372 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Visible<span class="Delimiter">,</span> trace_index<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L373" class="LineNr">373 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> trace_line& line = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>trace_index<span class="Delimiter">);</span> -<span id="L374" class="LineNr">374 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>line<span class="Delimiter">.</span>label<span class="Delimiter">.</span>find<span class="Delimiter">(</span>pat<span class="Delimiter">)</span> == string::npos && line<span class="Delimiter">.</span>contents<span class="Delimiter">.</span>find<span class="Delimiter">(</span>pat<span class="Delimiter">)</span> == string::npos<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L375" class="LineNr">375 </span> <span class="Conceal">¦</span> Top_of_screen = trace_index<span class="Delimiter">;</span> -<span id="L376" class="LineNr">376 </span> <span class="Conceal">¦</span> Display_row = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L377" class="LineNr">377 </span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> -<span id="L378" class="LineNr">378 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L372" class="LineNr">372 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Visible<span class="Delimiter">,</span> trace_index<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L373" class="LineNr">373 </span> <span class="Normal">const</span> trace_line& line = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>trace_index<span class="Delimiter">);</span> +<span id="L374" class="LineNr">374 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>line<span class="Delimiter">.</span>label<span class="Delimiter">.</span>find<span class="Delimiter">(</span>pat<span class="Delimiter">)</span> == string::npos && line<span class="Delimiter">.</span>contents<span class="Delimiter">.</span>find<span class="Delimiter">(</span>pat<span class="Delimiter">)</span> == string::npos<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L375" class="LineNr">375 </span> Top_of_screen = trace_index<span class="Delimiter">;</span> +<span id="L376" class="LineNr">376 </span> Display_row = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L377" class="LineNr">377 </span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> +<span id="L378" class="LineNr">378 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L379" class="LineNr">379 </span> <span class="Delimiter">}</span> <span id="L380" class="LineNr">380 </span><span class="Delimiter">}</span> <span id="L381" class="LineNr">381 </span> <span id="L382" class="LineNr">382 </span><span class="Normal">void</span> <a href='100trace_browser.cc.html#L382'>search_previous</a><span class="Delimiter">(</span><span class="Normal">const</span> string& pat<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L383" class="LineNr">383 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> trace_index = get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> Display_row<span class="Delimiter">)</span>-<span class="Constant">1</span><span class="Delimiter">;</span> trace_index >= <span class="Constant">0</span><span class="Delimiter">;</span> --trace_index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L384" class="LineNr">384 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Visible<span class="Delimiter">,</span> trace_index<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L385" class="LineNr">385 </span> <span class="Conceal">¦</span> <span class="Normal">const</span> trace_line& line = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>trace_index<span class="Delimiter">);</span> -<span id="L386" class="LineNr">386 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>line<span class="Delimiter">.</span>label<span class="Delimiter">.</span>find<span class="Delimiter">(</span>pat<span class="Delimiter">)</span> == string::npos && line<span class="Delimiter">.</span>contents<span class="Delimiter">.</span>find<span class="Delimiter">(</span>pat<span class="Delimiter">)</span> == string::npos<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L387" class="LineNr">387 </span> <span class="Conceal">¦</span> Top_of_screen = trace_index<span class="Delimiter">;</span> -<span id="L388" class="LineNr">388 </span> <span class="Conceal">¦</span> Display_row = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L389" class="LineNr">389 </span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> -<span id="L390" class="LineNr">390 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L384" class="LineNr">384 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Visible<span class="Delimiter">,</span> trace_index<span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L385" class="LineNr">385 </span> <span class="Normal">const</span> trace_line& line = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>trace_index<span class="Delimiter">);</span> +<span id="L386" class="LineNr">386 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>line<span class="Delimiter">.</span>label<span class="Delimiter">.</span>find<span class="Delimiter">(</span>pat<span class="Delimiter">)</span> == string::npos && line<span class="Delimiter">.</span>contents<span class="Delimiter">.</span>find<span class="Delimiter">(</span>pat<span class="Delimiter">)</span> == string::npos<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L387" class="LineNr">387 </span> Top_of_screen = trace_index<span class="Delimiter">;</span> +<span id="L388" class="LineNr">388 </span> Display_row = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L389" class="LineNr">389 </span> <a href='100trace_browser.cc.html#L402'>refresh_screen_rows</a><span class="Delimiter">();</span> +<span id="L390" class="LineNr">390 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L391" class="LineNr">391 </span> <span class="Delimiter">}</span> <span id="L392" class="LineNr">392 </span><span class="Delimiter">}</span> <span id="L393" class="LineNr">393 </span> <span id="L394" class="LineNr">394 </span><span class="Normal">void</span> <a href='100trace_browser.cc.html#L394'>clear_line</a><span class="Delimiter">(</span><span class="Normal">int</span> screen_row<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L395" class="LineNr">395 </span> tb_set_cursor<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> screen_row<span class="Delimiter">);</span> <span id="L396" class="LineNr">396 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> col = <span class="Constant">0</span><span class="Delimiter">;</span> col < tb_width<span class="Delimiter">();</span> ++col<span class="Delimiter">)</span> -<span id="L397" class="LineNr">397 </span> <span class="Conceal">¦</span> tb_print<span class="Delimiter">(</span><span class="Constant">' '</span><span class="Delimiter">,</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> +<span id="L397" class="LineNr">397 </span> tb_print<span class="Delimiter">(</span><span class="Constant">' '</span><span class="Delimiter">,</span> TB_WHITE<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">);</span> <span id="L398" class="LineNr">398 </span> tb_set_cursor<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> screen_row<span class="Delimiter">);</span> <span id="L399" class="LineNr">399 </span><span class="Delimiter">}</span> <span id="L400" class="LineNr">400 </span> @@ -463,13 +462,13 @@ if ('onhashchange' in window) { <span id="L403" class="LineNr">403 </span> <span class="Normal">int</span> screen_row = <span class="Constant">0</span><span class="Delimiter">,</span> index = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L404" class="LineNr">404 </span> Trace_index<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L405" class="LineNr">405 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>screen_row = <span class="Constant">0</span><span class="Delimiter">,</span> index = Top_of_screen<span class="Delimiter">;</span> screen_row < tb_height<span class="Delimiter">()</span> && index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">);</span> ++screen_row<span class="Delimiter">,</span> ++index<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L406" class="LineNr">406 </span> <span class="Conceal">¦</span> <span class="Comment">// skip lines without depth for now</span> -<span id="L407" class="LineNr">407 </span> <span class="Conceal">¦</span> <span class="Normal">while</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Visible<span class="Delimiter">,</span> index<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L408" class="LineNr">408 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++index<span class="Delimiter">;</span> -<span id="L409" class="LineNr">409 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>index >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">))</span> <span class="Identifier">goto</span> done<span class="Delimiter">;</span> -<span id="L410" class="LineNr">410 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L411" class="LineNr">411 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">));</span> -<span id="L412" class="LineNr">412 </span> <span class="Conceal">¦</span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> screen_row<span class="Delimiter">,</span> index<span class="Delimiter">);</span> +<span id="L406" class="LineNr">406 </span> <span class="Comment">// skip lines without depth for now</span> +<span id="L407" class="LineNr">407 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Visible<span class="Delimiter">,</span> index<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L408" class="LineNr">408 </span> ++index<span class="Delimiter">;</span> +<span id="L409" class="LineNr">409 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>index >= <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">))</span> <span class="Identifier">goto</span> done<span class="Delimiter">;</span> +<span id="L410" class="LineNr">410 </span> <span class="Delimiter">}</span> +<span id="L411" class="LineNr">411 </span> assert<span class="Delimiter">(</span>index < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">));</span> +<span id="L412" class="LineNr">412 </span> <a href='001help.cc.html#L221'>put</a><span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> screen_row<span class="Delimiter">,</span> index<span class="Delimiter">);</span> <span id="L413" class="LineNr">413 </span> <span class="Delimiter">}</span> <span id="L414" class="LineNr">414 </span><span class="Normal">done</span>:<span class="Delimiter">;</span> <span id="L415" class="LineNr">415 </span><span class="Delimiter">}</span> @@ -477,25 +476,25 @@ if ('onhashchange' in window) { <span id="L417" class="LineNr">417 </span><span class="Normal">void</span> <a href='100trace_browser.cc.html#L417'>render</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L418" class="LineNr">418 </span> <span class="Normal">int</span> screen_row = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L419" class="LineNr">419 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>screen_row = <span class="Constant">0</span><span class="Delimiter">;</span> screen_row < tb_height<span class="Delimiter">();</span> ++screen_row<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L420" class="LineNr">420 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> screen_row<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L421" class="LineNr">421 </span> <span class="Conceal">¦</span> trace_line& curr_line = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> screen_row<span class="Delimiter">));</span> -<span id="L422" class="LineNr">422 </span> <span class="Conceal">¦</span> ostringstream out<span class="Delimiter">;</span> -<span id="L423" class="LineNr">423 </span> <span class="Conceal">¦</span> out << std::setw<span class="Delimiter">(</span><span class="Constant">4</span><span class="Delimiter">)</span> << curr_line<span class="Delimiter">.</span>depth << <span class="Constant">' '</span> << curr_line<span class="Delimiter">.</span>label << <span class="Constant">": "</span> << curr_line<span class="Delimiter">.</span>contents<span class="Delimiter">;</span> -<span id="L424" class="LineNr">424 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>screen_row < tb_height<span class="Delimiter">()</span>-<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L425" class="LineNr">425 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int</span> delta = <a href='100trace_browser.cc.html#L443'>lines_hidden</a><span class="Delimiter">(</span>screen_row<span class="Delimiter">);</span> -<span id="L426" class="LineNr">426 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// home-brew escape sequence for red</span> -<span id="L427" class="LineNr">427 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>delta > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L428" class="LineNr">428 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>delta > <span class="Constant">999</span><span class="Delimiter">)</span> out << <span class="Normal">static_cast</span><<span class="Normal">char</span>><span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L429" class="LineNr">429 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> out << <span class="Constant">" ("</span> << delta << <span class="Constant">")"</span><span class="Delimiter">;</span> -<span id="L430" class="LineNr">430 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>delta > <span class="Constant">999</span><span class="Delimiter">)</span> out << <span class="Normal">static_cast</span><<span class="Normal">char</span>><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> -<span id="L431" class="LineNr">431 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L432" class="LineNr">432 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L433" class="LineNr">433 </span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L451'>render_line</a><span class="Delimiter">(</span>screen_row<span class="Delimiter">,</span> out<span class="Delimiter">.</span>str<span class="Delimiter">(),</span> screen_row == Display_row<span class="Delimiter">);</span> +<span id="L420" class="LineNr">420 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> screen_row<span class="Delimiter">))</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L421" class="LineNr">421 </span> trace_line& curr_line = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> screen_row<span class="Delimiter">));</span> +<span id="L422" class="LineNr">422 </span> ostringstream out<span class="Delimiter">;</span> +<span id="L423" class="LineNr">423 </span> out << std::setw<span class="Delimiter">(</span><span class="Constant">4</span><span class="Delimiter">)</span> << curr_line<span class="Delimiter">.</span>depth << <span class="Constant">' '</span> << curr_line<span class="Delimiter">.</span>label << <span class="Constant">": "</span> << curr_line<span class="Delimiter">.</span>contents<span class="Delimiter">;</span> +<span id="L424" class="LineNr">424 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>screen_row < tb_height<span class="Delimiter">()</span>-<span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L425" class="LineNr">425 </span> <span class="Normal">int</span> delta = <a href='100trace_browser.cc.html#L443'>lines_hidden</a><span class="Delimiter">(</span>screen_row<span class="Delimiter">);</span> +<span id="L426" class="LineNr">426 </span> <span class="Comment">// home-brew escape sequence for red</span> +<span id="L427" class="LineNr">427 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>delta > <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L428" class="LineNr">428 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>delta > <span class="Constant">999</span><span class="Delimiter">)</span> out << <span class="Normal">static_cast</span><<span class="Normal">char</span>><span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L429" class="LineNr">429 </span> out << <span class="Constant">" ("</span> << delta << <span class="Constant">")"</span><span class="Delimiter">;</span> +<span id="L430" class="LineNr">430 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>delta > <span class="Constant">999</span><span class="Delimiter">)</span> out << <span class="Normal">static_cast</span><<span class="Normal">char</span>><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> +<span id="L431" class="LineNr">431 </span> <span class="Delimiter">}</span> +<span id="L432" class="LineNr">432 </span> <span class="Delimiter">}</span> +<span id="L433" class="LineNr">433 </span> <a href='100trace_browser.cc.html#L451'>render_line</a><span class="Delimiter">(</span>screen_row<span class="Delimiter">,</span> out<span class="Delimiter">.</span>str<span class="Delimiter">(),</span> screen_row == Display_row<span class="Delimiter">);</span> <span id="L434" class="LineNr">434 </span> <span class="Delimiter">}</span> <span id="L435" class="LineNr">435 </span> <span class="Comment">// clear rest of screen</span> <span id="L436" class="LineNr">436 </span> Last_printed_row = screen_row-<span class="Constant">1</span><span class="Delimiter">;</span> <span id="L437" class="LineNr">437 </span> <span class="Normal">for</span> <span class="Delimiter">(;</span> screen_row < tb_height<span class="Delimiter">();</span> ++screen_row<span class="Delimiter">)</span> -<span id="L438" class="LineNr">438 </span> <span class="Conceal">¦</span> <a href='100trace_browser.cc.html#L451'>render_line</a><span class="Delimiter">(</span>screen_row<span class="Delimiter">,</span> <span class="Constant">"~"</span><span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">cursor_line?</span><span class="Comment">*/</span><span class="Constant">false</span><span class="Delimiter">);</span> +<span id="L438" class="LineNr">438 </span> <a href='100trace_browser.cc.html#L451'>render_line</a><span class="Delimiter">(</span>screen_row<span class="Delimiter">,</span> <span class="Constant">"~"</span><span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">cursor_line?</span><span class="Comment">*/</span><span class="Constant">false</span><span class="Delimiter">);</span> <span id="L439" class="LineNr">439 </span> <span class="Comment">// move cursor back to display row at the end</span> <span id="L440" class="LineNr">440 </span> tb_set_cursor<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> Display_row<span class="Delimiter">);</span> <span id="L441" class="LineNr">441 </span><span class="Delimiter">}</span> @@ -503,9 +502,9 @@ if ('onhashchange' in window) { <span id="L443" class="LineNr">443 </span><span class="Normal">int</span> <a href='100trace_browser.cc.html#L443'>lines_hidden</a><span class="Delimiter">(</span><span class="Normal">int</span> screen_row<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L444" class="LineNr">444 </span> assert<span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> screen_row<span class="Delimiter">));</span> <span id="L445" class="LineNr">445 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!contains_key<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> screen_row+<span class="Constant">1</span><span class="Delimiter">))</span> -<span id="L446" class="LineNr">446 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">)</span> - get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> screen_row<span class="Delimiter">);</span> +<span id="L446" class="LineNr">446 </span> <span class="Identifier">return</span> <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">)</span> - get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> screen_row<span class="Delimiter">);</span> <span id="L447" class="LineNr">447 </span> <span class="Normal">else</span> -<span id="L448" class="LineNr">448 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> screen_row+<span class="Constant">1</span><span class="Delimiter">)</span> - get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> screen_row<span class="Delimiter">);</span> +<span id="L448" class="LineNr">448 </span> <span class="Identifier">return</span> get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> screen_row+<span class="Constant">1</span><span class="Delimiter">)</span> - get<span class="Delimiter">(</span>Trace_index<span class="Delimiter">,</span> screen_row<span class="Delimiter">);</span> <span id="L449" class="LineNr">449 </span><span class="Delimiter">}</span> <span id="L450" class="LineNr">450 </span> <span id="L451" class="LineNr">451 </span><span class="Normal">void</span> <a href='100trace_browser.cc.html#L451'>render_line</a><span class="Delimiter">(</span><span class="Normal">int</span> screen_row<span class="Delimiter">,</span> <span class="Normal">const</span> string& s<span class="Delimiter">,</span> <span class="Normal">bool</span> cursor_line<span class="Delimiter">)</span> <span class="Delimiter">{</span> @@ -515,18 +514,18 @@ if ('onhashchange' in window) { <span id="L455" class="LineNr">455 </span> vector<pair<<span class="Normal">size_t</span><span class="Delimiter">,</span> <span class="Normal">size_t</span>> > highlight_ranges = <a href='100trace_browser.cc.html#L472'>find_all_occurrences</a><span class="Delimiter">(</span>s<span class="Delimiter">,</span> Current_search_pattern<span class="Delimiter">);</span> <span id="L456" class="LineNr">456 </span> tb_set_cursor<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> screen_row<span class="Delimiter">);</span> <span id="L457" class="LineNr">457 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>col = <span class="Constant">0</span><span class="Delimiter">;</span> col < tb_width<span class="Delimiter">()</span> && col+Left_of_screen < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>s<span class="Delimiter">);</span> ++col<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L458" class="LineNr">458 </span> <span class="Conceal">¦</span> <span class="Normal">char</span> c = s<span class="Delimiter">.</span>at<span class="Delimiter">(</span>col+Left_of_screen<span class="Delimiter">);</span> <span class="Comment">// todo: unicode</span> -<span id="L459" class="LineNr">459 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> c = <span class="Constant">';'</span><span class="Delimiter">;</span> <span class="Comment">// replace newlines with semi-colons</span> -<span id="L460" class="LineNr">460 </span> <span class="Conceal">¦</span> <span class="Comment">// escapes. hack: can't start a line with them.</span> -<span id="L461" class="LineNr">461 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\1'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> color = <span class="Comment">/*</span><span class="Comment">red</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> c = <span class="Constant">' '</span><span class="Delimiter">;</span> <span class="Delimiter">}</span> -<span id="L462" class="LineNr">462 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\2'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> color = TB_WHITE<span class="Delimiter">;</span> c = <span class="Constant">' '</span><span class="Delimiter">;</span> <span class="Delimiter">}</span> -<span id="L463" class="LineNr">463 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='100trace_browser.cc.html#L485'>in_range</a><span class="Delimiter">(</span>highlight_ranges<span class="Delimiter">,</span> col+Left_of_screen<span class="Delimiter">))</span> -<span id="L464" class="LineNr">464 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_print<span class="Delimiter">(</span>c<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">yellow</span><span class="Comment">*/</span><span class="Constant">11</span><span class="Delimiter">);</span> -<span id="L465" class="LineNr">465 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> -<span id="L466" class="LineNr">466 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> tb_print<span class="Delimiter">(</span>c<span class="Delimiter">,</span> color<span class="Delimiter">,</span> background_color<span class="Delimiter">);</span> +<span id="L458" class="LineNr">458 </span> <span class="Normal">char</span> c = s<span class="Delimiter">.</span>at<span class="Delimiter">(</span>col+Left_of_screen<span class="Delimiter">);</span> <span class="Comment">// todo: unicode</span> +<span id="L459" class="LineNr">459 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> c = <span class="Constant">';'</span><span class="Delimiter">;</span> <span class="Comment">// replace newlines with semi-colons</span> +<span id="L460" class="LineNr">460 </span> <span class="Comment">// escapes. hack: can't start a line with them.</span> +<span id="L461" class="LineNr">461 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\1'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> color = <span class="Comment">/*</span><span class="Comment">red</span><span class="Comment">*/</span><span class="Constant">1</span><span class="Delimiter">;</span> c = <span class="Constant">' '</span><span class="Delimiter">;</span> <span class="Delimiter">}</span> +<span id="L462" class="LineNr">462 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\2'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> color = TB_WHITE<span class="Delimiter">;</span> c = <span class="Constant">' '</span><span class="Delimiter">;</span> <span class="Delimiter">}</span> +<span id="L463" class="LineNr">463 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='100trace_browser.cc.html#L485'>in_range</a><span class="Delimiter">(</span>highlight_ranges<span class="Delimiter">,</span> col+Left_of_screen<span class="Delimiter">))</span> +<span id="L464" class="LineNr">464 </span> tb_print<span class="Delimiter">(</span>c<span class="Delimiter">,</span> TB_BLACK<span class="Delimiter">,</span> <span class="Comment">/*</span><span class="Comment">yellow</span><span class="Comment">*/</span><span class="Constant">11</span><span class="Delimiter">);</span> +<span id="L465" class="LineNr">465 </span> <span class="Normal">else</span> +<span id="L466" class="LineNr">466 </span> tb_print<span class="Delimiter">(</span>c<span class="Delimiter">,</span> color<span class="Delimiter">,</span> background_color<span class="Delimiter">);</span> <span id="L467" class="LineNr">467 </span> <span class="Delimiter">}</span> <span id="L468" class="LineNr">468 </span> <span class="Normal">for</span> <span class="Delimiter">(;</span> col < tb_width<span class="Delimiter">();</span> ++col<span class="Delimiter">)</span> -<span id="L469" class="LineNr">469 </span> <span class="Conceal">¦</span> tb_print<span class="Delimiter">(</span><span class="Constant">' '</span><span class="Delimiter">,</span> TB_WHITE<span class="Delimiter">,</span> background_color<span class="Delimiter">);</span> +<span id="L469" class="LineNr">469 </span> tb_print<span class="Delimiter">(</span><span class="Constant">' '</span><span class="Delimiter">,</span> TB_WHITE<span class="Delimiter">,</span> background_color<span class="Delimiter">);</span> <span id="L470" class="LineNr">470 </span><span class="Delimiter">}</span> <span id="L471" class="LineNr">471 </span> <span id="L472" class="LineNr">472 </span>vector<pair<<span class="Normal">size_t</span><span class="Delimiter">,</span> <span class="Normal">size_t</span>> > <a href='100trace_browser.cc.html#L472'>find_all_occurrences</a><span class="Delimiter">(</span><span class="Normal">const</span> string& s<span class="Delimiter">,</span> <span class="Normal">const</span> string& pat<span class="Delimiter">)</span> <span class="Delimiter">{</span> @@ -534,19 +533,19 @@ if ('onhashchange' in window) { <span id="L474" class="LineNr">474 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>pat<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L475" class="LineNr">475 </span> <span class="Normal">size_t</span> idx = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L476" class="LineNr">476 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><span class="Constant">true</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L477" class="LineNr">477 </span> <span class="Conceal">¦</span> <span class="Normal">size_t</span> next_idx = s<span class="Delimiter">.</span>find<span class="Delimiter">(</span>pat<span class="Delimiter">,</span> idx<span class="Delimiter">);</span> -<span id="L478" class="LineNr">478 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>next_idx == string::npos<span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L479" class="LineNr">479 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<<span class="Normal">size_t</span><span class="Delimiter">,</span> <span class="Normal">size_t</span>><span class="Delimiter">(</span>next_idx<span class="Delimiter">,</span> next_idx+SIZE<span class="Delimiter">(</span>pat<span class="Delimiter">)));</span> -<span id="L480" class="LineNr">480 </span> <span class="Conceal">¦</span> idx = next_idx+SIZE<span class="Delimiter">(</span>pat<span class="Delimiter">);</span> +<span id="L477" class="LineNr">477 </span> <span class="Normal">size_t</span> next_idx = s<span class="Delimiter">.</span>find<span class="Delimiter">(</span>pat<span class="Delimiter">,</span> idx<span class="Delimiter">);</span> +<span id="L478" class="LineNr">478 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>next_idx == string::npos<span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L479" class="LineNr">479 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>pair<<span class="Normal">size_t</span><span class="Delimiter">,</span> <span class="Normal">size_t</span>><span class="Delimiter">(</span>next_idx<span class="Delimiter">,</span> next_idx+SIZE<span class="Delimiter">(</span>pat<span class="Delimiter">)));</span> +<span id="L480" class="LineNr">480 </span> idx = next_idx+SIZE<span class="Delimiter">(</span>pat<span class="Delimiter">);</span> <span id="L481" class="LineNr">481 </span> <span class="Delimiter">}</span> <span id="L482" class="LineNr">482 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L483" class="LineNr">483 </span><span class="Delimiter">}</span> <span id="L484" class="LineNr">484 </span> <span id="L485" class="LineNr">485 </span><span class="Normal">bool</span> <a href='100trace_browser.cc.html#L485'>in_range</a><span class="Delimiter">(</span><span class="Normal">const</span> vector<pair<<span class="Normal">size_t</span><span class="Delimiter">,</span> <span class="Normal">size_t</span>> >& highlight_ranges<span class="Delimiter">,</span> <span class="Normal">size_t</span> idx<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L486" class="LineNr">486 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>highlight_ranges<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L487" class="LineNr">487 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>idx >= highlight_ranges<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first && idx < highlight_ranges<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">)</span> -<span id="L488" class="LineNr">488 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L489" class="LineNr">489 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>idx < highlight_ranges<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L487" class="LineNr">487 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>idx >= highlight_ranges<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>first && idx < highlight_ranges<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">)</span> +<span id="L488" class="LineNr">488 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L489" class="LineNr">489 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>idx < highlight_ranges<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>second<span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L490" class="LineNr">490 </span> <span class="Delimiter">}</span> <span id="L491" class="LineNr">491 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L492" class="LineNr">492 </span><span class="Delimiter">}</span> @@ -554,27 +553,27 @@ if ('onhashchange' in window) { <span id="L494" class="LineNr">494 </span><span class="Normal">void</span> <a href='100trace_browser.cc.html#L494'>load_trace</a><span class="Delimiter">(</span><span class="Normal">const</span> <span class="Normal">char</span>* filename<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L495" class="LineNr">495 </span> ifstream tin<span class="Delimiter">(</span>filename<span class="Delimiter">);</span> <span id="L496" class="LineNr">496 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!tin<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L497" class="LineNr">497 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"no such file: "</span> << filename << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L498" class="LineNr">498 </span> <span class="Conceal">¦</span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L497" class="LineNr">497 </span> cerr << <span class="Constant">"no such file: "</span> << filename << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L498" class="LineNr">498 </span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L499" class="LineNr">499 </span> <span class="Delimiter">}</span> <span id="L500" class="LineNr">500 </span> Trace_stream = <span class="Normal">new</span> trace_stream<span class="Delimiter">;</span> <span id="L501" class="LineNr">501 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L239'>has_data</a><span class="Delimiter">(</span>tin<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L502" class="LineNr">502 </span> <span class="Conceal">¦</span> tin >> std::noskipws<span class="Delimiter">;</span> -<span id="L503" class="LineNr">503 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>tin<span class="Delimiter">);</span> -<span id="L504" class="LineNr">504 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!isdigit<span class="Delimiter">(</span>tin<span class="Delimiter">.</span>peek<span class="Delimiter">()))</span> <span class="Delimiter">{</span> -<span id="L505" class="LineNr">505 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> string dummy<span class="Delimiter">;</span> -<span id="L506" class="LineNr">506 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> getline<span class="Delimiter">(</span>tin<span class="Delimiter">,</span> dummy<span class="Delimiter">);</span> -<span id="L507" class="LineNr">507 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L508" class="LineNr">508 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L509" class="LineNr">509 </span> <span class="Conceal">¦</span> tin >> std::skipws<span class="Delimiter">;</span> -<span id="L510" class="LineNr">510 </span> <span class="Conceal">¦</span> <span class="Normal">int</span> depth<span class="Delimiter">;</span> -<span id="L511" class="LineNr">511 </span> <span class="Conceal">¦</span> tin >> depth<span class="Delimiter">;</span> -<span id="L512" class="LineNr">512 </span> <span class="Conceal">¦</span> string label<span class="Delimiter">;</span> -<span id="L513" class="LineNr">513 </span> <span class="Conceal">¦</span> tin >> label<span class="Delimiter">;</span> -<span id="L514" class="LineNr">514 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>*--label<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">()</span> == <span class="Constant">':'</span><span class="Delimiter">)</span> label<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>--label<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">());</span> -<span id="L515" class="LineNr">515 </span> <span class="Conceal">¦</span> string line<span class="Delimiter">;</span> -<span id="L516" class="LineNr">516 </span> <span class="Conceal">¦</span> getline<span class="Delimiter">(</span>tin<span class="Delimiter">,</span> line<span class="Delimiter">);</span> -<span id="L517" class="LineNr">517 </span> <span class="Conceal">¦</span> Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>trace_line<span class="Delimiter">(</span>depth<span class="Delimiter">,</span> label<span class="Delimiter">,</span> line<span class="Delimiter">));</span> +<span id="L502" class="LineNr">502 </span> tin >> std::noskipws<span class="Delimiter">;</span> +<span id="L503" class="LineNr">503 </span> skip_whitespace_but_not_newline<span class="Delimiter">(</span>tin<span class="Delimiter">);</span> +<span id="L504" class="LineNr">504 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!isdigit<span class="Delimiter">(</span>tin<span class="Delimiter">.</span>peek<span class="Delimiter">()))</span> <span class="Delimiter">{</span> +<span id="L505" class="LineNr">505 </span> string dummy<span class="Delimiter">;</span> +<span id="L506" class="LineNr">506 </span> getline<span class="Delimiter">(</span>tin<span class="Delimiter">,</span> dummy<span class="Delimiter">);</span> +<span id="L507" class="LineNr">507 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L508" class="LineNr">508 </span> <span class="Delimiter">}</span> +<span id="L509" class="LineNr">509 </span> tin >> std::skipws<span class="Delimiter">;</span> +<span id="L510" class="LineNr">510 </span> <span class="Normal">int</span> depth<span class="Delimiter">;</span> +<span id="L511" class="LineNr">511 </span> tin >> depth<span class="Delimiter">;</span> +<span id="L512" class="LineNr">512 </span> string label<span class="Delimiter">;</span> +<span id="L513" class="LineNr">513 </span> tin >> label<span class="Delimiter">;</span> +<span id="L514" class="LineNr">514 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>*--label<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">()</span> == <span class="Constant">':'</span><span class="Delimiter">)</span> label<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>--label<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">());</span> +<span id="L515" class="LineNr">515 </span> string line<span class="Delimiter">;</span> +<span id="L516" class="LineNr">516 </span> getline<span class="Delimiter">(</span>tin<span class="Delimiter">,</span> line<span class="Delimiter">);</span> +<span id="L517" class="LineNr">517 </span> Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>trace_line<span class="Delimiter">(</span>depth<span class="Delimiter">,</span> label<span class="Delimiter">,</span> line<span class="Delimiter">));</span> <span id="L518" class="LineNr">518 </span> <span class="Delimiter">}</span> <span id="L519" class="LineNr">519 </span> cerr << <span class="Constant">"lines read: "</span> << Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>size<span class="Delimiter">()</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L520" class="LineNr">520 </span><span class="Delimiter">}</span> @@ -582,7 +581,7 @@ if ('onhashchange' in window) { <span id="L522" class="LineNr">522 </span><span class="Normal">int</span> <a href='100trace_browser.cc.html#L522'>read_key</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L523" class="LineNr">523 </span> tb_event event<span class="Delimiter">;</span> <span id="L524" class="LineNr">524 </span> <span class="Normal">do</span> <span class="Delimiter">{</span> -<span id="L525" class="LineNr">525 </span> <span class="Conceal">¦</span> tb_poll_event<span class="Delimiter">(</span>&event<span class="Delimiter">);</span> +<span id="L525" class="LineNr">525 </span> tb_poll_event<span class="Delimiter">(</span>&event<span class="Delimiter">);</span> <span id="L526" class="LineNr">526 </span> <span class="Delimiter">}</span> <span class="Normal">while</span> <span class="Delimiter">(</span>event<span class="Delimiter">.</span>type != TB_EVENT_KEY<span class="Delimiter">);</span> <span id="L527" class="LineNr">527 </span> <span class="Identifier">return</span> event<span class="Delimiter">.</span>key ? event<span class="Delimiter">.</span>key : event<span class="Delimiter">.</span>ch<span class="Delimiter">;</span> <span id="L528" class="LineNr">528 </span><span class="Delimiter">}</span> diff --git a/html/101run_sandboxed.cc.html b/html/101run_sandboxed.cc.html index 5e56fb93..632eb48b 100644 --- a/html/101run_sandboxed.cc.html +++ b/html/101run_sandboxed.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } +.cSpecial { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } -.CommentedCode { color: #6c6c6c; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.cSpecial { color: #008000; } -.muRecipe { color: #ff8700; } +.CommentedCode { color: #6c6c6c; } +.traceContains { color: #008000; } --> </style> @@ -105,12 +104,12 @@ if ('onhashchange' in window) { <span id="L41" class="LineNr"> 41 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L42" class="LineNr"> 42 </span><span class="Normal">case</span> RUN_SANDBOXED: <span class="Delimiter">{</span> <span id="L43" class="LineNr"> 43 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'run-sandboxed' requires exactly one ingredient, but got '"</span> << inst<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L44" class="LineNr"> 44 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'run-sandboxed' requires exactly one ingredient, but got '"</span> << inst<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L46" class="LineNr"> 46 </span> <span class="Delimiter">}</span> <span id="L47" class="LineNr"> 47 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'run-sandboxed' should be a string, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L48" class="LineNr"> 48 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'run-sandboxed' should be a string, but got '"</span> << to_string<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L49" class="LineNr"> 49 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L50" class="LineNr"> 50 </span> <span class="Delimiter">}</span> <span id="L51" class="LineNr"> 51 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L52" class="LineNr"> 52 </span><span class="Delimiter">}</span> @@ -118,17 +117,17 @@ if ('onhashchange' in window) { <span id="L54" class="LineNr"> 54 </span><span class="Normal">case</span> RUN_SANDBOXED: <span class="Delimiter">{</span> <span id="L55" class="LineNr"> 55 </span> <span class="Normal">bool</span> new_code_pushed_to_stack = <a href='101run_sandboxed.cc.html#L92'>run_interactive</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L56" class="LineNr"> 56 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!new_code_pushed_to_stack<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">5</span><span class="Delimiter">);</span> -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><a href='101run_sandboxed.cc.html#L495'>trace_error_contents</a><span class="Delimiter">());</span> -<span id="L60" class="LineNr"> 60 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">3</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><a href='101run_sandboxed.cc.html#L509'>trace_app_contents</a><span class="Delimiter">());</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">4</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span class="Comment">// completed</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> <a href='101run_sandboxed.cc.html#L158'>run_code_end</a><span class="Delimiter">();</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// done with this instruction</span> +<span id="L57" class="LineNr"> 57 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">5</span><span class="Delimiter">);</span> +<span id="L58" class="LineNr"> 58 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L59" class="LineNr"> 59 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><a href='101run_sandboxed.cc.html#L495'>trace_error_contents</a><span class="Delimiter">());</span> +<span id="L60" class="LineNr"> 60 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L61" class="LineNr"> 61 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">3</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><a href='101run_sandboxed.cc.html#L509'>trace_app_contents</a><span class="Delimiter">());</span> +<span id="L62" class="LineNr"> 62 </span> products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">4</span><span class="Delimiter">).</span>push_back<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span class="Comment">// completed</span> +<span id="L63" class="LineNr"> 63 </span> <a href='101run_sandboxed.cc.html#L158'>run_code_end</a><span class="Delimiter">();</span> +<span id="L64" class="LineNr"> 64 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Comment">// done with this instruction</span> <span id="L65" class="LineNr"> 65 </span> <span class="Delimiter">}</span> <span id="L66" class="LineNr"> 66 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// not done with caller; don't increment current_step_index()</span> +<span id="L67" class="LineNr"> 67 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// not done with caller; don't increment current_step_index()</span> <span id="L68" class="LineNr"> 68 </span> <span class="Delimiter">}</span> <span id="L69" class="LineNr"> 69 </span><span class="Delimiter">}</span> <span id="L70" class="LineNr"> 70 </span> @@ -153,15 +152,15 @@ if ('onhashchange' in window) { <span id="L89" class="LineNr"> 89 </span><span class="Comment">// reads a string, tries to call it as code (treating it as a test), saving</span> <span id="L90" class="LineNr"> 90 </span><span class="Comment">// all errors.</span> <span id="L91" class="LineNr"> 91 </span><span class="Comment">// returns true if successfully called (no errors found during load and transform)</span> -<span id="L92" class="LineNr"> 92 </span><span class="Normal">bool</span> <a href='101run_sandboxed.cc.html#L92'>run_interactive</a><span class="Delimiter">(</span><span class="Normal">int</span> <a href='043space.cc.html#L82'>address</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L92" class="LineNr"> 92 </span><span class="Normal">bool</span> <a href='101run_sandboxed.cc.html#L92'>run_interactive</a><span class="Delimiter">(</span><span class="Normal">int</span> <a href='043space.cc.html#L80'>address</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L93" class="LineNr"> 93 </span> assert<span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"interactive"</span><span class="Delimiter">)</span> && get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"interactive"</span><span class="Delimiter">)</span> != <span class="Constant">0</span><span class="Delimiter">);</span> <span id="L94" class="LineNr"> 94 </span> <span class="Comment">// try to sandbox the run as best you can</span> <span id="L95" class="LineNr"> 95 </span> <span class="Comment">// todo: test this</span> <span id="L96" class="LineNr"> 96 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Current_scenario<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">1</span><span class="Delimiter">;</span> i < Reserved_for_tests<span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> Memory<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L97" class="LineNr"> 97 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">1</span><span class="Delimiter">;</span> i < Reserved_for_tests<span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> +<span id="L98" class="LineNr"> 98 </span> Memory<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>i<span class="Delimiter">);</span> <span id="L99" class="LineNr"> 99 </span> <span class="Delimiter">}</span> -<span id="L100" class="LineNr">100 </span> string command = <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span><a href='101run_sandboxed.cc.html#L474'>strip_comments</a><span class="Delimiter">(</span><a href='038new_text.cc.html#L143'>read_mu_text</a><span class="Delimiter">(</span><a href='043space.cc.html#L82'>address</a><span class="Delimiter">)));</span> +<span id="L100" class="LineNr">100 </span> string command = <a href='003trace.cc.html#L369'>trim</a><span class="Delimiter">(</span><a href='101run_sandboxed.cc.html#L474'>strip_comments</a><span class="Delimiter">(</span><a href='038new_text.cc.html#L141'>read_mu_text</a><span class="Delimiter">(</span><a href='043space.cc.html#L80'>address</a><span class="Delimiter">)));</span> <span id="L101" class="LineNr">101 </span> Name[get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"interactive"</span><span class="Delimiter">)</span>]<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L102" class="LineNr">102 </span> <a href='101run_sandboxed.cc.html#L145'>run_code_begin</a><span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">should_stash_snapshots</span><span class="Comment">*/</span><span class="Constant">true</span><span class="Delimiter">);</span> <span id="L103" class="LineNr">103 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>command<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> @@ -170,22 +169,22 @@ if ('onhashchange' in window) { <span id="L106" class="LineNr">106 </span> Current_routine = <span class="Constant">NULL</span><span class="Delimiter">;</span> <span id="L107" class="LineNr">107 </span> <span class="Comment">// call run(string) but without the scheduling</span> <span id="L108" class="LineNr">108 </span> load<span class="Delimiter">(</span>string<span class="Delimiter">(</span><span class="Constant">"recipe! interactive [</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">)</span> + -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"local-scope</span><span class="cSpecial">\n</span><span class="Constant">"</span> + -<span id="L110" class="LineNr">110 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"screen:&:screen <- next-ingredient</span><span class="cSpecial">\n</span><span class="Constant">"</span> + -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"$start-tracking-products</span><span class="cSpecial">\n</span><span class="Constant">"</span> + -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> command + <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span> + -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"$stop-tracking-products</span><span class="cSpecial">\n</span><span class="Constant">"</span> + -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">"return screen</span><span class="cSpecial">\n</span><span class="Constant">"</span> + -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L109" class="LineNr">109 </span> <span class="Constant">"local-scope</span><span class="cSpecial">\n</span><span class="Constant">"</span> + +<span id="L110" class="LineNr">110 </span> <span class="Constant">"screen:&:screen <- next-ingredient</span><span class="cSpecial">\n</span><span class="Constant">"</span> + +<span id="L111" class="LineNr">111 </span> <span class="Constant">"$start-tracking-products</span><span class="cSpecial">\n</span><span class="Constant">"</span> + +<span id="L112" class="LineNr">112 </span> command + <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span> + +<span id="L113" class="LineNr">113 </span> <span class="Constant">"$stop-tracking-products</span><span class="cSpecial">\n</span><span class="Constant">"</span> + +<span id="L114" class="LineNr">114 </span> <span class="Constant">"return screen</span><span class="cSpecial">\n</span><span class="Constant">"</span> + +<span id="L115" class="LineNr">115 </span> <span class="Constant">"]</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> <span id="L116" class="LineNr">116 </span> <a href='012transform.cc.html#L46'>transform_all</a><span class="Delimiter">();</span> <span id="L117" class="LineNr">117 </span> Current_routine = save_current_routine<span class="Delimiter">;</span> <span id="L118" class="LineNr">118 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>trace_count<span class="Delimiter">(</span><span class="Constant">"error"</span><span class="Delimiter">)</span> > <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L119" class="LineNr">119 </span> <span class="Comment">// now call 'sandbox' which will run 'interactive' in a separate routine,</span> <span id="L120" class="LineNr">120 </span> <span class="Comment">// and wait for it</span> <span id="L121" class="LineNr">121 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>Save_trace_stream<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> ++Save_trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">;</span> -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9999</span><span class="Delimiter">,</span> <span class="Constant">"trace"</span><span class="Delimiter">)</span> << <span class="Constant">"run-sandboxed: incrementing callstack depth to "</span> << Save_trace_stream<span class="Delimiter">-></span>callstack_depth << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>Save_trace_stream<span class="Delimiter">-></span>callstack_depth < <span class="Constant">9000</span><span class="Delimiter">);</span> <span class="Comment">// 9998-101 plus cushion</span> +<span id="L122" class="LineNr">122 </span> ++Save_trace_stream<span class="Delimiter">-></span>callstack_depth<span class="Delimiter">;</span> +<span id="L123" class="LineNr">123 </span> <a href='003trace.cc.html#L167'>trace</a><span class="Delimiter">(</span><span class="Constant">9999</span><span class="Delimiter">,</span> <span class="Constant">"trace"</span><span class="Delimiter">)</span> << <span class="Constant">"run-sandboxed: incrementing callstack depth to "</span> << Save_trace_stream<span class="Delimiter">-></span>callstack_depth << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L124" class="LineNr">124 </span> assert<span class="Delimiter">(</span>Save_trace_stream<span class="Delimiter">-></span>callstack_depth < <span class="Constant">9000</span><span class="Delimiter">);</span> <span class="Comment">// 9998-101 plus cushion</span> <span id="L125" class="LineNr">125 </span> <span class="Delimiter">}</span> <span id="L126" class="LineNr">126 </span> Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">.</span>push_front<span class="Delimiter">(</span>call<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"sandbox"</span><span class="Delimiter">)));</span> <span id="L127" class="LineNr">127 </span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> @@ -213,7 +212,7 @@ if ('onhashchange' in window) { <span id="L149" class="LineNr">149 </span> Run_profiler_stash = Run_profiler<span class="Delimiter">;</span> <span id="L150" class="LineNr">150 </span> Run_profiler = <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L151" class="LineNr">151 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>should_stash_snapshots<span class="Delimiter">)</span> -<span id="L152" class="LineNr">152 </span> <span class="Conceal">¦</span> <a href='101run_sandboxed.cc.html#L176'>stash_snapshots</a><span class="Delimiter">();</span> +<span id="L152" class="LineNr">152 </span> <a href='101run_sandboxed.cc.html#L176'>stash_snapshots</a><span class="Delimiter">();</span> <span id="L153" class="LineNr">153 </span> Save_trace_stream = Trace_stream<span class="Delimiter">;</span> <span id="L154" class="LineNr">154 </span> Trace_stream = <span class="Normal">new</span> trace_stream<span class="Delimiter">;</span> <span id="L155" class="LineNr">155 </span> Trace_stream<span class="Delimiter">-></span>collect_depth = App_depth<span class="Delimiter">;</span> @@ -233,7 +232,7 @@ if ('onhashchange' in window) { <span id="L169" class="LineNr">169 </span> Save_trace_file<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L170" class="LineNr">170 </span> Recipe<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"interactive"</span><span class="Delimiter">));</span> <span class="Comment">// keep past sandboxes from inserting errors</span> <span id="L171" class="LineNr">171 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Recipe_snapshot_stash<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> <a href='101run_sandboxed.cc.html#L197'>unstash_snapshots</a><span class="Delimiter">();</span> +<span id="L172" class="LineNr">172 </span> <a href='101run_sandboxed.cc.html#L197'>unstash_snapshots</a><span class="Delimiter">();</span> <span id="L173" class="LineNr">173 </span><span class="Delimiter">}</span> <span id="L174" class="LineNr">174 </span> <span id="L175" class="LineNr">175 </span><span class="Comment">// keep sync'd with save_snapshots and restore_snapshots</span> @@ -412,8 +411,8 @@ if ('onhashchange' in window) { <span id="L348" class="LineNr">348 </span><span class="muRecipe">def</span> foo [ <span id="L349" class="LineNr">349 </span> <span class="Constant">20</span>:num<span class="Special"> <- </span>copy <span class="Constant">1234</span> <span id="L350" class="LineNr">350 </span> <span class="Delimiter">{</span> -<span id="L351" class="LineNr">351 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span> -<span id="L352" class="LineNr">352 </span> <span class="Conceal">¦</span> reply <span class="Constant">5678</span> +<span id="L351" class="LineNr">351 </span> <span class="Identifier">break</span> +<span id="L352" class="LineNr">352 </span> reply <span class="Constant">5678</span> <span id="L353" class="LineNr">353 </span> <span class="Delimiter">}</span> <span id="L354" class="LineNr">354 </span>] <span id="L355" class="LineNr">355 </span><span class="Comment"># no product should have been tracked</span> @@ -422,16 +421,16 @@ if ('onhashchange' in window) { <span id="L358" class="LineNr">358 </span><span class="Delimiter">:(scenario "run_interactive_ignores_products_in_previous_instructions")</span> <span id="L359" class="LineNr">359 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L360" class="LineNr">360 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [ -<span id="L361" class="LineNr">361 </span> <span class="Conceal">¦</span> add <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">1</span> <span class="Comment"># generates a product</span> -<span id="L362" class="LineNr">362 </span> <span class="Conceal">¦</span> foo] <span class="Comment"># no products</span> +<span id="L361" class="LineNr">361 </span> add <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">1</span> <span class="Comment"># generates a product</span> +<span id="L362" class="LineNr">362 </span> foo] <span class="Comment"># no products</span> <span id="L363" class="LineNr">363 </span> <span class="Constant">2</span>:text<span class="Special"> <- </span>run-sandboxed <span class="Constant">1</span>:text <span id="L364" class="LineNr">364 </span> <span class="Constant">10</span>:@:<span class="Normal">char</span><span class="Special"> <- </span>copy *<span class="Constant">2</span>:text <span id="L365" class="LineNr">365 </span>] <span id="L366" class="LineNr">366 </span><span class="muRecipe">def</span> foo [ <span id="L367" class="LineNr">367 </span> <span class="Constant">20</span>:num<span class="Special"> <- </span>copy <span class="Constant">1234</span> <span id="L368" class="LineNr">368 </span> <span class="Delimiter">{</span> -<span id="L369" class="LineNr">369 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span> -<span id="L370" class="LineNr">370 </span> <span class="Conceal">¦</span> reply <span class="Constant">5678</span> +<span id="L369" class="LineNr">369 </span> <span class="Identifier">break</span> +<span id="L370" class="LineNr">370 </span> reply <span class="Constant">5678</span> <span id="L371" class="LineNr">371 </span> <span class="Delimiter">}</span> <span id="L372" class="LineNr">372 </span>] <span id="L373" class="LineNr">373 </span><span class="Comment"># no product should have been tracked</span> @@ -440,16 +439,16 @@ if ('onhashchange' in window) { <span id="L376" class="LineNr">376 </span><span class="Delimiter">:(scenario "run_interactive_remembers_products_before_final_label")</span> <span id="L377" class="LineNr">377 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L378" class="LineNr">378 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [ -<span id="L379" class="LineNr">379 </span> <span class="Conceal">¦</span> add <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">1</span> <span class="Comment"># generates a product</span> -<span id="L380" class="LineNr">380 </span> <span class="Conceal">¦</span> +foo] <span class="Comment"># no products</span> +<span id="L379" class="LineNr">379 </span> add <span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">1</span> <span class="Comment"># generates a product</span> +<span id="L380" class="LineNr">380 </span> +foo] <span class="Comment"># no products</span> <span id="L381" class="LineNr">381 </span> <span class="Constant">2</span>:text<span class="Special"> <- </span>run-sandboxed <span class="Constant">1</span>:text <span id="L382" class="LineNr">382 </span> <span class="Constant">10</span>:@:<span class="Normal">char</span><span class="Special"> <- </span>copy *<span class="Constant">2</span>:text <span id="L383" class="LineNr">383 </span>] <span id="L384" class="LineNr">384 </span><span class="muRecipe">def</span> foo [ <span id="L385" class="LineNr">385 </span> <span class="Constant">20</span>:num<span class="Special"> <- </span>copy <span class="Constant">1234</span> <span id="L386" class="LineNr">386 </span> <span class="Delimiter">{</span> -<span id="L387" class="LineNr">387 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span> -<span id="L388" class="LineNr">388 </span> <span class="Conceal">¦</span> reply <span class="Constant">5678</span> +<span id="L387" class="LineNr">387 </span> <span class="Identifier">break</span> +<span id="L388" class="LineNr">388 </span> reply <span class="Constant">5678</span> <span id="L389" class="LineNr">389 </span> <span class="Delimiter">}</span> <span id="L390" class="LineNr">390 </span>] <span id="L391" class="LineNr">391 </span><span class="Comment"># product tracked</span> @@ -459,9 +458,9 @@ if ('onhashchange' in window) { <span id="L395" class="LineNr">395 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L396" class="LineNr">396 </span> <span class="Comment"># try to interactively add 2 and 2</span> <span id="L397" class="LineNr">397 </span> <span class="Constant">1</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [ -<span id="L398" class="LineNr">398 </span> <span class="Conceal">¦</span> x:text<span class="Special"> <- </span><span class="Normal">new</span> [a] -<span id="L399" class="LineNr">399 </span> <span class="Conceal">¦</span> y:text<span class="Special"> <- </span><span class="Normal">new</span> [b] -<span id="L400" class="LineNr">400 </span> <span class="Conceal">¦</span> z:text<span class="Special"> <- </span>append x:text<span class="Delimiter">,</span> y:text +<span id="L398" class="LineNr">398 </span> <span class="Normal">x</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [a] +<span id="L399" class="LineNr">399 </span> <span class="Normal">y</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [b] +<span id="L400" class="LineNr">400 </span> <span class="Normal">z</span>:text<span class="Special"> <- </span>append x:text<span class="Delimiter">,</span> y:text <span id="L401" class="LineNr">401 </span> ] <span id="L402" class="LineNr">402 </span> <span class="Constant">2</span>:text<span class="Special"> <- </span>run-sandboxed <span class="Constant">1</span>:text <span id="L403" class="LineNr">403 </span> <span class="Constant">10</span>:@:<span class="Normal">char</span><span class="Special"> <- </span>copy *<span class="Constant">2</span>:text @@ -498,8 +497,8 @@ if ('onhashchange' in window) { <span id="L434" class="LineNr">434 </span> <span id="L435" class="LineNr">435 </span><span class="Delimiter">:(after "Running One Instruction")</span> <span id="L436" class="LineNr">436 </span><span class="Normal">if</span> <span class="Delimiter">(</span>Track_most_recent_products && <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>calls<span class="Delimiter">)</span> == Call_depth_to_track_most_recent_products_at -<span id="L437" class="LineNr">437 </span> <span class="Conceal">¦</span> && !current_instruction<span class="Delimiter">().</span>is_label -<span id="L438" class="LineNr">438 </span> <span class="Conceal">¦</span> && <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>name != <span class="Constant">"$stop-tracking-products"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L437" class="LineNr">437 </span> && !current_instruction<span class="Delimiter">().</span>is_label +<span id="L438" class="LineNr">438 </span> && <a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>name != <span class="Constant">"$stop-tracking-products"</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L439" class="LineNr">439 </span> Most_recent_products = <span class="Constant">""</span><span class="Delimiter">;</span> <span id="L440" class="LineNr">440 </span><span class="Delimiter">}</span> <span id="L441" class="LineNr">441 </span><span class="Delimiter">:(before "End Running One Instruction")</span> @@ -510,26 +509,26 @@ if ('onhashchange' in window) { <span id="L446" class="LineNr">446 </span>string <a href='101run_sandboxed.cc.html#L446'>track_most_recent_products</a><span class="Delimiter">(</span><span class="Normal">const</span> instruction& <a href='010vm.cc.html#L32'>instruction</a><span class="Delimiter">,</span> <span class="Normal">const</span> vector<vector<<span class="Normal">double</span>> >& products<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L447" class="LineNr">447 </span> ostringstream out<span class="Delimiter">;</span> <span id="L448" class="LineNr">448 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>products<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L449" class="LineNr">449 </span> <span class="Conceal">¦</span> <span class="Comment">// A sandbox can print a string result, but only if it is actually saved</span> -<span id="L450" class="LineNr">450 </span> <span class="Conceal">¦</span> <span class="Comment">// to a variable in the sandbox, because otherwise the results are</span> -<span id="L451" class="LineNr">451 </span> <span class="Conceal">¦</span> <span class="Comment">// reclaimed before the sandbox sees them. So you get these interactions</span> -<span id="L452" class="LineNr">452 </span> <span class="Conceal">¦</span> <span class="Comment">// in the sandbox:</span> -<span id="L453" class="LineNr">453 </span> <span class="Conceal">¦</span> <span class="Comment">//</span> -<span id="L454" class="LineNr">454 </span> <span class="Conceal">¦</span> <span class="Comment">// new [abc]</span> -<span id="L455" class="LineNr">455 </span> <span class="Conceal">¦</span> <span class="Comment">// => <address></span> -<span id="L456" class="LineNr">456 </span> <span class="Conceal">¦</span> <span class="Comment">//</span> -<span id="L457" class="LineNr">457 </span> <span class="Conceal">¦</span> <span class="Comment">// x:text <- new [abc]</span> -<span id="L458" class="LineNr">458 </span> <span class="Conceal">¦</span> <span class="Comment">// => abc</span> -<span id="L459" class="LineNr">459 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='010vm.cc.html#L32'>instruction</a><span class="Delimiter">.</span>products<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L460" class="LineNr">460 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='027call_ingredient.cc.html#L177'>is_mu_text</a><span class="Delimiter">(</span><a href='010vm.cc.html#L32'>instruction</a><span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L461" class="LineNr">461 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!scalar<span class="Delimiter">(</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// error handled elsewhere</span> -<span id="L462" class="LineNr">462 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> out << <a href='038new_text.cc.html#L143'>read_mu_text</a><span class="Delimiter">(</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L463" class="LineNr">463 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L464" class="LineNr">464 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L465" class="LineNr">465 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L466" class="LineNr">466 </span> <span class="Conceal">¦</span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> ++j<span class="Delimiter">)</span> -<span id="L467" class="LineNr">467 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> out << no_scientific<span class="Delimiter">(</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span>j<span class="Delimiter">))</span> << <span class="Constant">' '</span><span class="Delimiter">;</span> -<span id="L468" class="LineNr">468 </span> <span class="Conceal">¦</span> out << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L449" class="LineNr">449 </span> <span class="Comment">// A sandbox can print a string result, but only if it is actually saved</span> +<span id="L450" class="LineNr">450 </span> <span class="Comment">// to a variable in the sandbox, because otherwise the results are</span> +<span id="L451" class="LineNr">451 </span> <span class="Comment">// reclaimed before the sandbox sees them. So you get these interactions</span> +<span id="L452" class="LineNr">452 </span> <span class="Comment">// in the sandbox:</span> +<span id="L453" class="LineNr">453 </span> <span class="Comment">//</span> +<span id="L454" class="LineNr">454 </span> <span class="Comment">// new [abc]</span> +<span id="L455" class="LineNr">455 </span> <span class="Comment">// => <address></span> +<span id="L456" class="LineNr">456 </span> <span class="Comment">//</span> +<span id="L457" class="LineNr">457 </span> <span class="Comment">// x:text <- new [abc]</span> +<span id="L458" class="LineNr">458 </span> <span class="Comment">// => abc</span> +<span id="L459" class="LineNr">459 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='010vm.cc.html#L32'>instruction</a><span class="Delimiter">.</span>products<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L460" class="LineNr">460 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='027call_ingredient.cc.html#L177'>is_mu_text</a><span class="Delimiter">(</span><a href='010vm.cc.html#L32'>instruction</a><span class="Delimiter">.</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Delimiter">{</span> +<span id="L461" class="LineNr">461 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!scalar<span class="Delimiter">(</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> <span class="Comment">// error handled elsewhere</span> +<span id="L462" class="LineNr">462 </span> out << <a href='038new_text.cc.html#L141'>read_mu_text</a><span class="Delimiter">(</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">))</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L463" class="LineNr">463 </span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L464" class="LineNr">464 </span> <span class="Delimiter">}</span> +<span id="L465" class="LineNr">465 </span> <span class="Delimiter">}</span> +<span id="L466" class="LineNr">466 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> j = <span class="Constant">0</span><span class="Delimiter">;</span> j < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">));</span> ++j<span class="Delimiter">)</span> +<span id="L467" class="LineNr">467 </span> out << no_scientific<span class="Delimiter">(</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">).</span>at<span class="Delimiter">(</span>j<span class="Delimiter">))</span> << <span class="Constant">' '</span><span class="Delimiter">;</span> +<span id="L468" class="LineNr">468 </span> out << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L469" class="LineNr">469 </span> <span class="Delimiter">}</span> <span id="L470" class="LineNr">470 </span> <span class="Identifier">return</span> out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L471" class="LineNr">471 </span><span class="Delimiter">}</span> @@ -538,21 +537,21 @@ if ('onhashchange' in window) { <span id="L474" class="LineNr">474 </span>string <a href='101run_sandboxed.cc.html#L474'>strip_comments</a><span class="Delimiter">(</span>string in<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L475" class="LineNr">475 </span> ostringstream result<span class="Delimiter">;</span> <span id="L476" class="LineNr">476 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L477" class="LineNr">477 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> != <span class="Constant">'#'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L478" class="LineNr">478 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result << in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L479" class="LineNr">479 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L480" class="LineNr">480 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L481" class="LineNr">481 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">while</span> <span class="Delimiter">(</span>i+<span class="Constant">1</span> < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>in<span class="Delimiter">)</span> && in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i+<span class="Constant">1</span><span class="Delimiter">)</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> -<span id="L482" class="LineNr">482 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++i<span class="Delimiter">;</span> -<span id="L483" class="LineNr">483 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L477" class="LineNr">477 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">)</span> != <span class="Constant">'#'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L478" class="LineNr">478 </span> result << in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L479" class="LineNr">479 </span> <span class="Delimiter">}</span> +<span id="L480" class="LineNr">480 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L481" class="LineNr">481 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>i+<span class="Constant">1</span> < <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>in<span class="Delimiter">)</span> && in<span class="Delimiter">.</span>at<span class="Delimiter">(</span>i+<span class="Constant">1</span><span class="Delimiter">)</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> +<span id="L482" class="LineNr">482 </span> ++i<span class="Delimiter">;</span> +<span id="L483" class="LineNr">483 </span> <span class="Delimiter">}</span> <span id="L484" class="LineNr">484 </span> <span class="Delimiter">}</span> <span id="L485" class="LineNr">485 </span> <span class="Identifier">return</span> result<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L486" class="LineNr">486 </span><span class="Delimiter">}</span> <span id="L487" class="LineNr">487 </span> -<span id="L488" class="LineNr">488 </span><span class="Normal">int</span> <a href='101run_sandboxed.cc.html#L488'>stringified_value_of_location</a><span class="Delimiter">(</span><span class="Normal">int</span> <a href='043space.cc.html#L82'>address</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L488" class="LineNr">488 </span><span class="Normal">int</span> <a href='101run_sandboxed.cc.html#L488'>stringified_value_of_location</a><span class="Delimiter">(</span><span class="Normal">int</span> <a href='043space.cc.html#L80'>address</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L489" class="LineNr">489 </span> <span class="Comment">// convert to string</span> <span id="L490" class="LineNr">490 </span> ostringstream out<span class="Delimiter">;</span> -<span id="L491" class="LineNr">491 </span> out << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <a href='043space.cc.html#L82'>address</a><span class="Delimiter">));</span> +<span id="L491" class="LineNr">491 </span> out << no_scientific<span class="Delimiter">(</span><a href='001help.cc.html#L229'>get_or_insert</a><span class="Delimiter">(</span>Memory<span class="Delimiter">,</span> <a href='043space.cc.html#L80'>address</a><span class="Delimiter">));</span> <span id="L492" class="LineNr">492 </span> <span class="Identifier">return</span> <a href='038new_text.cc.html#L38'>new_mu_text</a><span class="Delimiter">(</span>out<span class="Delimiter">.</span>str<span class="Delimiter">());</span> <span id="L493" class="LineNr">493 </span><span class="Delimiter">}</span> <span id="L494" class="LineNr">494 </span> @@ -560,9 +559,9 @@ if ('onhashchange' in window) { <span id="L496" class="LineNr">496 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Trace_stream<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L497" class="LineNr">497 </span> ostringstream out<span class="Delimiter">;</span> <span id="L498" class="LineNr">498 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<trace_line>::iterator p = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L499" class="LineNr">499 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>label != <span class="Constant">"error"</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L500" class="LineNr">500 </span> <span class="Conceal">¦</span> out << p<span class="Delimiter">-></span>contents<span class="Delimiter">;</span> -<span id="L501" class="LineNr">501 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>*--p<span class="Delimiter">-></span>contents<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">()</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> out << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L499" class="LineNr">499 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>label != <span class="Constant">"error"</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L500" class="LineNr">500 </span> out << p<span class="Delimiter">-></span>contents<span class="Delimiter">;</span> +<span id="L501" class="LineNr">501 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>*--p<span class="Delimiter">-></span>contents<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">()</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> out << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L502" class="LineNr">502 </span> <span class="Delimiter">}</span> <span id="L503" class="LineNr">503 </span> string result = out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L504" class="LineNr">504 </span> <a href='101run_sandboxed.cc.html#L523'>truncate</a><span class="Delimiter">(</span>result<span class="Delimiter">);</span> @@ -574,9 +573,9 @@ if ('onhashchange' in window) { <span id="L510" class="LineNr">510 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Trace_stream<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L511" class="LineNr">511 </span> ostringstream out<span class="Delimiter">;</span> <span id="L512" class="LineNr">512 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<trace_line>::iterator p = Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != Trace_stream<span class="Delimiter">-></span>past_lines<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L513" class="LineNr">513 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>depth != App_depth<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L514" class="LineNr">514 </span> <span class="Conceal">¦</span> out << p<span class="Delimiter">-></span>contents<span class="Delimiter">;</span> -<span id="L515" class="LineNr">515 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>*--p<span class="Delimiter">-></span>contents<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">()</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> out << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L513" class="LineNr">513 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>p<span class="Delimiter">-></span>depth != App_depth<span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L514" class="LineNr">514 </span> out << p<span class="Delimiter">-></span>contents<span class="Delimiter">;</span> +<span id="L515" class="LineNr">515 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>*--p<span class="Delimiter">-></span>contents<span class="Delimiter">.</span><a href='003trace.cc.html#L203'>end</a><span class="Delimiter">()</span> != <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> out << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L516" class="LineNr">516 </span> <span class="Delimiter">}</span> <span id="L517" class="LineNr">517 </span> string result = out<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L518" class="LineNr">518 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>result<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> @@ -586,10 +585,10 @@ if ('onhashchange' in window) { <span id="L522" class="LineNr">522 </span> <span id="L523" class="LineNr">523 </span><span class="Normal">void</span> <a href='101run_sandboxed.cc.html#L523'>truncate</a><span class="Delimiter">(</span>string& x<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L524" class="LineNr">524 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>x<span class="Delimiter">)</span> > <span class="Constant">1024</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L525" class="LineNr">525 </span> <span class="Conceal">¦</span> x<span class="Delimiter">.</span>erase<span class="Delimiter">(</span><span class="Constant">1024</span><span class="Delimiter">);</span> -<span id="L526" class="LineNr">526 </span> <span class="Conceal">¦</span> *x<span class="Delimiter">.</span>rbegin<span class="Delimiter">()</span> = <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L527" class="LineNr">527 </span> <span class="Conceal">¦</span> *++x<span class="Delimiter">.</span>rbegin<span class="Delimiter">()</span> = <span class="Constant">'.'</span><span class="Delimiter">;</span> -<span id="L528" class="LineNr">528 </span> <span class="Conceal">¦</span> *++++x<span class="Delimiter">.</span>rbegin<span class="Delimiter">()</span> = <span class="Constant">'.'</span><span class="Delimiter">;</span> +<span id="L525" class="LineNr">525 </span> x<span class="Delimiter">.</span>erase<span class="Delimiter">(</span><span class="Constant">1024</span><span class="Delimiter">);</span> +<span id="L526" class="LineNr">526 </span> *x<span class="Delimiter">.</span>rbegin<span class="Delimiter">()</span> = <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L527" class="LineNr">527 </span> *++x<span class="Delimiter">.</span>rbegin<span class="Delimiter">()</span> = <span class="Constant">'.'</span><span class="Delimiter">;</span> +<span id="L528" class="LineNr">528 </span> *++++x<span class="Delimiter">.</span>rbegin<span class="Delimiter">()</span> = <span class="Constant">'.'</span><span class="Delimiter">;</span> <span id="L529" class="LineNr">529 </span> <span class="Delimiter">}</span> <span id="L530" class="LineNr">530 </span><span class="Delimiter">}</span> <span id="L531" class="LineNr">531 </span> @@ -603,19 +602,19 @@ if ('onhashchange' in window) { <span id="L539" class="LineNr">539 </span><span class="Delimiter">:(before "End Primitive Recipe Checks")</span> <span id="L540" class="LineNr">540 </span><span class="Normal">case</span> RELOAD: <span class="Delimiter">{</span> <span id="L541" class="LineNr">541 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">)</span> != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L542" class="LineNr">542 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'reload' requires exactly one ingredient, but got '"</span> << inst<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L543" class="LineNr">543 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L542" class="LineNr">542 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"'reload' requires exactly one ingredient, but got '"</span> << inst<span class="Delimiter">.</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L543" class="LineNr">543 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L544" class="LineNr">544 </span> <span class="Delimiter">}</span> <span id="L545" class="LineNr">545 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!is_mu_text<span class="Delimiter">(</span>inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">)))</span> <span class="Delimiter">{</span> -<span id="L546" class="LineNr">546 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'reload' should be a string, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> -<span id="L547" class="LineNr">547 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L546" class="LineNr">546 </span> <a href='003trace.cc.html#L174'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span>get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">).</span>name<span class="Delimiter">)</span> << <span class="Constant">"first ingredient of 'reload' should be a string, but got '"</span> << inst<span class="Delimiter">.</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L203'>end</a><span class="Delimiter">();</span> +<span id="L547" class="LineNr">547 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L548" class="LineNr">548 </span> <span class="Delimiter">}</span> <span id="L549" class="LineNr">549 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L550" class="LineNr">550 </span><span class="Delimiter">}</span> <span id="L551" class="LineNr">551 </span><span class="Delimiter">:(before "End Primitive Recipe Implementations")</span> <span id="L552" class="LineNr">552 </span><span class="Normal">case</span> RELOAD: <span class="Delimiter">{</span> <span id="L553" class="LineNr">553 </span> restore_non_recipe_snapshots<span class="Delimiter">();</span> -<span id="L554" class="LineNr">554 </span> string code = <a href='038new_text.cc.html#L143'>read_mu_text</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> +<span id="L554" class="LineNr">554 </span> string code = <a href='038new_text.cc.html#L141'>read_mu_text</a><span class="Delimiter">(</span>ingredients<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">));</span> <span id="L555" class="LineNr">555 </span> <a href='101run_sandboxed.cc.html#L145'>run_code_begin</a><span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">should_stash_snapshots</span><span class="Comment">*/</span><span class="Constant">false</span><span class="Delimiter">);</span> <span id="L556" class="LineNr">556 </span> routine* save_current_routine = Current_routine<span class="Delimiter">;</span> <span id="L557" class="LineNr">557 </span> Current_routine = <span class="Constant">NULL</span><span class="Delimiter">;</span> @@ -647,14 +646,14 @@ if ('onhashchange' in window) { <span id="L583" class="LineNr">583 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L584" class="LineNr">584 </span> local-scope <span id="L585" class="LineNr">585 </span> <span class="Normal">x</span>:text<span class="Special"> <- </span><span class="Normal">new</span> [ -<span id="L586" class="LineNr">586 </span> <span class="Conceal">¦</span> container foo [ -<span id="L587" class="LineNr">587 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> x:num -<span id="L588" class="LineNr">588 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> y:num -<span id="L589" class="LineNr">589 </span> <span class="Conceal">¦</span> ] -<span id="L590" class="LineNr">590 </span> <span class="Conceal">¦</span> <a href='010vm.cc.html#L19'>recipe</a> bar [ -<span id="L591" class="LineNr">591 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> local-scope -<span id="L592" class="LineNr">592 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> x:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">35</span> -<span id="L593" class="LineNr">593 </span> <span class="Conceal">¦</span> ] +<span id="L586" class="LineNr">586 </span> container foo [ +<span id="L587" class="LineNr">587 </span> <span class="Normal">x</span>:num +<span id="L588" class="LineNr">588 </span> <span class="Normal">y</span>:num +<span id="L589" class="LineNr">589 </span> ] +<span id="L590" class="LineNr">590 </span> <a href='010vm.cc.html#L19'>recipe</a> bar [ +<span id="L591" class="LineNr">591 </span> local-scope +<span id="L592" class="LineNr">592 </span> <span class="Normal">x</span>:foo<span class="Special"> <- </span>merge <span class="Constant">34</span><span class="Delimiter">,</span> <span class="Constant">35</span> +<span id="L593" class="LineNr">593 </span> ] <span id="L594" class="LineNr">594 </span> ] <span id="L595" class="LineNr">595 </span> <span class="Comment"># save warning addresses in locations of type 'number' to avoid spurious changes to them due to 'abandon'</span> <span id="L596" class="LineNr">596 </span> <span class="Constant">1</span>:num/<span class="Special">raw <- </span>reload x diff --git a/html/998check_type_pointers.cc.html b/html/998check_type_pointers.cc.html index b782cabf..ba56ad81 100644 --- a/html/998check_type_pointers.cc.html +++ b/html/998check_type_pointers.cc.html @@ -15,10 +15,10 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.CommentedCode { color: #6c6c6c; } .LineNr { color: #444444; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.CommentedCode { color: #6c6c6c; } --> </style> diff --git a/html/999spaces.cc.html b/html/999spaces.cc.html index 553e6321..cd8495f0 100644 --- a/html/999spaces.cc.html +++ b/html/999spaces.cc.html @@ -15,8 +15,8 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Constant { color: #00a0a0; } .LineNr { color: #444444; } +.Constant { color: #00a0a0; } .Delimiter { color: #800080; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } diff --git a/html/channel.mu.html b/html/channel.mu.html index 4aad1713..62becf72 100644 --- a/html/channel.mu.html +++ b/html/channel.mu.html @@ -15,15 +15,14 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -60,46 +59,46 @@ if ('onhashchange' in window) { <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="Comment"># example program: communicating between routines using channels</span> <span id="L2" class="LineNr"> 2 </span> -<span id="L3" class="LineNr"> 3 </span><span class="muRecipe">def</span> <a href='channel.mu.html#L3'>producer</a> <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char<span class="muRecipe"> -> </span><a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char [ +<span id="L3" class="LineNr"> 3 </span><span class="muRecipe">def</span> producer sink:&:sink:char<span class="muRecipe"> -> </span>sink:&:sink:char [ <span id="L4" class="LineNr"> 4 </span> <span class="Comment"># produce characters 1 to 5 on a channel</span> <span id="L5" class="LineNr"> 5 </span> <span class="Constant">local-scope</span> <span id="L6" class="LineNr"> 6 </span> <span class="Constant">load-inputs</span> <span id="L7" class="LineNr"> 7 </span> <span class="Comment"># n = 0</span> <span id="L8" class="LineNr"> 8 </span> n:char <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L9" class="LineNr"> 9 </span> <span class="Delimiter">{</span> -<span id="L10" class="LineNr">10 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> lesser-than n,<span class="Constant"> 5</span> -<span id="L11" class="LineNr">11 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> done? -<span id="L12" class="LineNr">12 </span> <span class="Conceal">¦</span> <span class="Comment"># other threads might get between these prints</span> -<span id="L13" class="LineNr">13 </span> <span class="Conceal">¦</span> $print <span class="Constant">[produce: ]</span>, n, <span class="Constant">[ </span> +<span id="L10" class="LineNr">10 </span> done?:bool <span class="Special"><-</span> lesser-than n,<span class="Constant"> 5</span> +<span id="L11" class="LineNr">11 </span> <span class="muControl">break-unless</span> done? +<span id="L12" class="LineNr">12 </span> <span class="Comment"># other threads might get between these prints</span> +<span id="L13" class="LineNr">13 </span> $print <span class="Constant">[produce: ]</span>, n, <span class="Constant">[ </span> <span id="L14" class="LineNr">14 </span><span class="Constant">]</span> -<span id="L15" class="LineNr">15 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, n -<span id="L16" class="LineNr">16 </span> <span class="Conceal">¦</span> n <span class="Special"><-</span> add n,<span class="Constant"> 1</span> -<span id="L17" class="LineNr">17 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L15" class="LineNr">15 </span> sink <span class="Special"><-</span> write sink, n +<span id="L16" class="LineNr">16 </span> n <span class="Special"><-</span> add n,<span class="Constant"> 1</span> +<span id="L17" class="LineNr">17 </span> <span class="muControl"> loop</span> <span id="L18" class="LineNr">18 </span> <span class="Delimiter">}</span> -<span id="L19" class="LineNr">19 </span> close <a href='075channel.mu.html#L47'>sink</a> +<span id="L19" class="LineNr">19 </span> close sink <span id="L20" class="LineNr">20 </span>] <span id="L21" class="LineNr">21 </span> -<span id="L22" class="LineNr">22 </span><span class="muRecipe">def</span> <a href='channel.mu.html#L22'>consumer</a> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char<span class="muRecipe"> -> </span><a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char [ +<span id="L22" class="LineNr">22 </span><span class="muRecipe">def</span> consumer source:&:source:char<span class="muRecipe"> -> </span>source:&:source:char [ <span id="L23" class="LineNr">23 </span> <span class="Comment"># consume and print integers from a channel</span> <span id="L24" class="LineNr">24 </span> <span class="Constant">local-scope</span> <span id="L25" class="LineNr">25 </span> <span class="Constant">load-inputs</span> <span id="L26" class="LineNr">26 </span> <span class="Delimiter">{</span> -<span id="L27" class="LineNr">27 </span> <span class="Conceal">¦</span> <span class="Comment"># read an integer from the channel</span> -<span id="L28" class="LineNr">28 </span> <span class="Conceal">¦</span> n:char, eof?:bool, <a href='075channel.mu.html#L43'>source</a> <span class="Special"><-</span> read <a href='075channel.mu.html#L43'>source</a> -<span id="L29" class="LineNr">29 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> eof? -<span id="L30" class="LineNr">30 </span> <span class="Conceal">¦</span> <span class="Comment"># other threads might get between these prints</span> -<span id="L31" class="LineNr">31 </span> <span class="Conceal">¦</span> $print <span class="Constant">[consume: ]</span>, n:char, <span class="Constant">[ </span> +<span id="L27" class="LineNr">27 </span> <span class="Comment"># read an integer from the channel</span> +<span id="L28" class="LineNr">28 </span> n:char, eof?:bool, source <span class="Special"><-</span> read source +<span id="L29" class="LineNr">29 </span> <span class="muControl">break-if</span> eof? +<span id="L30" class="LineNr">30 </span> <span class="Comment"># other threads might get between these prints</span> +<span id="L31" class="LineNr">31 </span> $print <span class="Constant">[consume: ]</span>, n:char, <span class="Constant">[ </span> <span id="L32" class="LineNr">32 </span><span class="Constant">]</span> -<span id="L33" class="LineNr">33 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L33" class="LineNr">33 </span> <span class="muControl"> loop</span> <span id="L34" class="LineNr">34 </span> <span class="Delimiter">}</span> <span id="L35" class="LineNr">35 </span>] <span id="L36" class="LineNr">36 </span> -<span id="L37" class="LineNr">37 </span><span class="muRecipe">def</span> <a href='channel.mu.html#L37'>main</a> [ +<span id="L37" class="LineNr">37 </span><span class="muRecipe">def</span> main [ <span id="L38" class="LineNr">38 </span> <span class="Constant">local-scope</span> -<span id="L39" class="LineNr">39 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">3/capacity</span> +<span id="L39" class="LineNr">39 </span> source:&:source:char, sink:&:sink:char <span class="Special"><-</span> new-channel <span class="Constant">3/capacity</span> <span id="L40" class="LineNr">40 </span> <span class="Comment"># create two background 'routines' that communicate by a channel</span> -<span id="L41" class="LineNr">41 </span> routine1:num <span class="Special"><-</span> <span class="muControl">start-running</span> <a href='channel.mu.html#L3'>producer</a>, <a href='075channel.mu.html#L47'>sink</a> -<span id="L42" class="LineNr">42 </span> routine2:num <span class="Special"><-</span> <span class="muControl">start-running</span> <a href='channel.mu.html#L22'>consumer</a>, <a href='075channel.mu.html#L43'>source</a> +<span id="L41" class="LineNr">41 </span> routine1:num <span class="Special"><-</span> <span class="muControl">start-running</span> producer, sink +<span id="L42" class="LineNr">42 </span> routine2:num <span class="Special"><-</span> <span class="muControl">start-running</span> consumer, source <span id="L43" class="LineNr">43 </span> wait-for-routine routine1 <span id="L44" class="LineNr">44 </span> wait-for-routine routine2 <span id="L45" class="LineNr">45 </span>] diff --git a/html/chessboard.mu.html b/html/chessboard.mu.html index 7bc3a098..9bad77b0 100644 --- a/html/chessboard.mu.html +++ b/html/chessboard.mu.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } -.CommentedCode { color: #6c6c6c; } .LineNr { color: #444444; } .Delimiter { color: #800080; } +.CommentedCode { color: #6c6c6c; } +.Constant { color: #00a0a0; } +.Special { color: #c00000; } .muData { color: #ffff00; } -.SalientComment { color: #00ffff; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.SalientComment { color: #00ffff; } --> </style> @@ -65,10 +64,10 @@ if ('onhashchange' in window) { <span id="L1" class="LineNr"> 1 </span><span class="Comment"># Chessboard program: you type in moves in algebraic notation, and it'll</span> <span id="L2" class="LineNr"> 2 </span><span class="Comment"># display the position after each move.</span> <span id="L3" class="LineNr"> 3 </span> -<span id="L4" class="LineNr"> 4 </span><span class="muRecipe">def</span> <a href='chessboard.mu.html#L4'>main</a> [ +<span id="L4" class="LineNr"> 4 </span><span class="muRecipe">def</span> main [ <span id="L5" class="LineNr"> 5 </span> <span class="Constant">local-scope</span> <span id="L6" class="LineNr"> 6 </span> open-console <span class="Comment"># take control of screen, keyboard and mouse</span> -<span id="L7" class="LineNr"> 7 </span> <a href='081print.mu.html#L46'>clear-screen</a> <span class="Constant">0/screen</span> <span class="Comment"># non-scrolling app</span> +<span id="L7" class="LineNr"> 7 </span> clear-screen <span class="Constant">0/screen</span> <span class="Comment"># non-scrolling app</span> <span id="L8" class="LineNr"> 8 </span> <span id="L9" class="LineNr"> 9 </span> <span class="Comment"># The chessboard function takes keyboard and screen objects as inputs.</span> <span id="L10" class="LineNr"> 10 </span> <span class="Comment">#</span> @@ -77,7 +76,7 @@ if ('onhashchange' in window) { <span id="L13" class="LineNr"> 13 </span> <span class="Comment">#</span> <span id="L14" class="LineNr"> 14 </span> <span class="Comment"># Here the console and screen are both 0, which usually indicates real</span> <span id="L15" class="LineNr"> 15 </span> <span class="Comment"># hardware rather than a fake for testing as you'll see below.</span> -<span id="L16" class="LineNr"> 16 </span> <a href='chessboard.mu.html#L69'>chessboard</a> <span class="Constant">0/screen</span>, <span class="Constant">0/console</span> +<span id="L16" class="LineNr"> 16 </span> chessboard <span class="Constant">0/screen</span>, <span class="Constant">0/console</span> <span id="L17" class="LineNr"> 17 </span> <span id="L18" class="LineNr"> 18 </span> close-console <span class="Comment"># clean up screen, keyboard and mouse</span> <span id="L19" class="LineNr"> 19 </span>] @@ -91,84 +90,84 @@ if ('onhashchange' in window) { <span id="L27" class="LineNr"> 27 </span> assume-screen <span class="Constant">120/width</span>, <span class="Constant">20/height</span> <span id="L28" class="LineNr"> 28 </span> <span class="Comment"># initialize keyboard to type in a move</span> <span id="L29" class="LineNr"> 29 </span> assume-console [ -<span id="L30" class="LineNr"> 30 </span> <span class="Conceal">¦</span> type <span class="Constant">[a2-a4</span> +<span id="L30" class="LineNr"> 30 </span> type <span class="Constant">[a2-a4</span> <span id="L31" class="LineNr"> 31 </span><span class="Constant">]</span> <span id="L32" class="LineNr"> 32 </span> ] <span id="L33" class="LineNr"> 33 </span> run [ -<span id="L34" class="LineNr"> 34 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L16'>screen</a>, <a href='084console.mu.html#L23'>console</a> <span class="Special"><-</span> <a href='chessboard.mu.html#L69'>chessboard</a> <a href='081print.mu.html#L16'>screen</a>, <a href='084console.mu.html#L23'>console</a> -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> <span class="Comment"># icon for the cursor</span> -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> cursor-icon:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='081print.mu.html#L16'>screen</a>, cursor-icon +<span id="L34" class="LineNr"> 34 </span> screen, console <span class="Special"><-</span> chessboard screen, console +<span id="L35" class="LineNr"> 35 </span> <span class="Comment"># icon for the cursor</span> +<span id="L36" class="LineNr"> 36 </span> cursor-icon:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> +<span id="L37" class="LineNr"> 37 </span> screen <span class="Special"><-</span> print screen, cursor-icon <span id="L38" class="LineNr"> 38 </span> ] <span id="L39" class="LineNr"> 39 </span> screen-should-contain [ <span id="L40" class="LineNr"> 40 </span> <span class="Comment"># 1 2 3 4 5 6 7 8 9 10 11</span> <span id="L41" class="LineNr"> 41 </span> <span class="Comment"># 012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789</span> -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span><span class="Constant"> .Stupid text-mode chessboard. White pieces in uppercase; black pieces in lowercase. No checking for legal moves. .</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span><span class="Constant"> .8 | r n b q k b n r .</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span><span class="Constant"> .7 | p p p p p p p p .</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span><span class="Constant"> .6 | .</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span><span class="Constant"> .5 | .</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span><span class="Constant"> .4 | P .</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span><span class="Constant"> .3 | .</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span><span class="Constant"> .2 | P P P P P P P .</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span><span class="Constant"> .1 | R N B Q K B N R .</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span><span class="Constant"> . +---------------- .</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span><span class="Constant"> . a b c d e f g h .</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span><span class="Constant"> .Type in your <a href='chessboard.mu.html#L239'>move</a> as <from square>-<to square>. For example: 'a2-a4'. Then press <enter>. .</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span><span class="Constant"> .Hit 'q' to exit. .</span> -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span><span class="Constant"> .move: ␣ .</span> -<span id="L60" class="LineNr"> 60 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L42" class="LineNr"> 42 </span> <span class="Constant"> .Stupid text-mode chessboard. White pieces in uppercase; black pieces in lowercase. No checking for legal moves. .</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Constant"> . .</span> +<span id="L44" class="LineNr"> 44 </span> <span class="Constant"> .8 | r n b q k b n r .</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Constant"> .7 | p p p p p p p p .</span> +<span id="L46" class="LineNr"> 46 </span> <span class="Constant"> .6 | .</span> +<span id="L47" class="LineNr"> 47 </span> <span class="Constant"> .5 | .</span> +<span id="L48" class="LineNr"> 48 </span> <span class="Constant"> .4 | P .</span> +<span id="L49" class="LineNr"> 49 </span> <span class="Constant"> .3 | .</span> +<span id="L50" class="LineNr"> 50 </span> <span class="Constant"> .2 | P P P P P P P .</span> +<span id="L51" class="LineNr"> 51 </span> <span class="Constant"> .1 | R N B Q K B N R .</span> +<span id="L52" class="LineNr"> 52 </span> <span class="Constant"> . +---------------- .</span> +<span id="L53" class="LineNr"> 53 </span> <span class="Constant"> . a b c d e f g h .</span> +<span id="L54" class="LineNr"> 54 </span> <span class="Constant"> . .</span> +<span id="L55" class="LineNr"> 55 </span> <span class="Constant"> .Type in your move as <from square>-<to square>. For example: 'a2-a4'. Then press <enter>. .</span> +<span id="L56" class="LineNr"> 56 </span> <span class="Constant"> . .</span> +<span id="L57" class="LineNr"> 57 </span> <span class="Constant"> .Hit 'q' to exit. .</span> +<span id="L58" class="LineNr"> 58 </span> <span class="Constant"> . .</span> +<span id="L59" class="LineNr"> 59 </span> <span class="Constant"> .move: ␣ .</span> +<span id="L60" class="LineNr"> 60 </span> <span class="Constant"> . .</span> +<span id="L61" class="LineNr"> 61 </span> <span class="Constant"> . .</span> <span id="L62" class="LineNr"> 62 </span> ] <span id="L63" class="LineNr"> 63 </span>] <span id="L64" class="LineNr"> 64 </span> <span id="L65" class="LineNr"> 65 </span><span class="SalientComment">## Here's how 'chessboard' is implemented.</span> <span id="L66" class="LineNr"> 66 </span> -<span id="L67" class="LineNr"> 67 </span><span class="muData">type</span> <a href='chessboard.mu.html#L67'>board</a> = &:@:&:@:char <span class="Comment"># a 2-D array of arrays of characters</span> +<span id="L67" class="LineNr"> 67 </span><span class="muData">type</span> board = &:@:&:@:char <span class="Comment"># a 2-D array of arrays of characters</span> <span id="L68" class="LineNr"> 68 </span> -<span id="L69" class="LineNr"> 69 </span><span class="muRecipe">def</span> <a href='chessboard.mu.html#L69'>chessboard</a> <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a>, <a href='084console.mu.html#L23'>console</a>:&:<a href='084console.mu.html#L23'>console</a><span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a>, <a href='084console.mu.html#L23'>console</a>:&:<a href='084console.mu.html#L23'>console</a> [ +<span id="L69" class="LineNr"> 69 </span><span class="muRecipe">def</span> chessboard screen:&:screen, console:&:console<span class="muRecipe"> -> </span>screen:&:screen, console:&:console [ <span id="L70" class="LineNr"> 70 </span> <span class="Constant">local-scope</span> <span id="L71" class="LineNr"> 71 </span> <span class="Constant">load-inputs</span> -<span id="L72" class="LineNr"> 72 </span> <a href='chessboard.mu.html#L67'>board</a>:<a href='chessboard.mu.html#L67'>board</a> <span class="Special"><-</span> <a href='chessboard.mu.html#L190'>initial-position</a> +<span id="L72" class="LineNr"> 72 </span> board:board <span class="Special"><-</span> initial-position <span id="L73" class="LineNr"> 73 </span> <span class="Comment"># hook up stdin</span> -<span id="L74" class="LineNr"> 74 </span> stdin-in:&:<a href='075channel.mu.html#L43'>source</a>:char, stdin-out:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">10/capacity</span> -<span id="L75" class="LineNr"> 75 </span> <span class="muControl">start-running</span> <a href='084console.mu.html#L73'>send-keys-to-channel</a>, <a href='084console.mu.html#L23'>console</a>, stdin-out, <a href='081print.mu.html#L16'>screen</a> +<span id="L74" class="LineNr"> 74 </span> stdin-in:&:source:char, stdin-out:&:sink:char <span class="Special"><-</span> new-channel <span class="Constant">10/capacity</span> +<span id="L75" class="LineNr"> 75 </span> <span class="muControl">start-running</span> send-keys-to-channel, console, stdin-out, screen <span id="L76" class="LineNr"> 76 </span> <span class="Comment"># buffer lines in stdin</span> -<span id="L77" class="LineNr"> 77 </span> buffered-stdin-in:&:<a href='075channel.mu.html#L43'>source</a>:char, buffered-stdin-out:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">10/capacity</span> -<span id="L78" class="LineNr"> 78 </span> <span class="muControl">start-running</span> <a href='075channel.mu.html#L408'>buffer-lines</a>, stdin-in, buffered-stdin-out +<span id="L77" class="LineNr"> 77 </span> buffered-stdin-in:&:source:char, buffered-stdin-out:&:sink:char <span class="Special"><-</span> new-channel <span class="Constant">10/capacity</span> +<span id="L78" class="LineNr"> 78 </span> <span class="muControl">start-running</span> buffer-lines, stdin-in, buffered-stdin-out <span id="L79" class="LineNr"> 79 </span> <span class="Delimiter">{</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">[Stupid text-mode chessboard. White pieces in uppercase; black pieces in lowercase. No checking for legal moves.</span> +<span id="L80" class="LineNr"> 80 </span> print screen, <span class="Constant">[Stupid text-mode chessboard. White pieces in uppercase; black pieces in lowercase. No checking for legal moves.</span> <span id="L81" class="LineNr"> 81 </span><span class="Constant">]</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L752'>cursor-to-next-line</a> <a href='081print.mu.html#L16'>screen</a> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, <a href='chessboard.mu.html#L67'>board</a> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L752'>cursor-to-next-line</a> <a href='081print.mu.html#L16'>screen</a> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">[Type in your <a href='chessboard.mu.html#L239'>move</a> as <from square>-<to square>. For example: 'a2-a4'. Then press <enter>.</span> +<span id="L82" class="LineNr"> 82 </span> cursor-to-next-line screen +<span id="L83" class="LineNr"> 83 </span> print screen, board +<span id="L84" class="LineNr"> 84 </span> cursor-to-next-line screen +<span id="L85" class="LineNr"> 85 </span> print screen, <span class="Constant">[Type in your move as <from square>-<to square>. For example: 'a2-a4'. Then press <enter>.</span> <span id="L86" class="LineNr"> 86 </span><span class="Constant">]</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L752'>cursor-to-next-line</a> <a href='081print.mu.html#L16'>screen</a> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a> <span class="Constant">[Hit 'q' to exit.</span> +<span id="L87" class="LineNr"> 87 </span> cursor-to-next-line screen +<span id="L88" class="LineNr"> 88 </span> print screen <span class="Constant">[Hit 'q' to exit.</span> <span id="L89" class="LineNr"> 89 </span><span class="Constant">]</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='081print.mu.html#L752'>cursor-to-next-line</a> <a href='081print.mu.html#L16'>screen</a> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">[move: ]</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> m:&:<a href='chessboard.mu.html#L239'>move</a>, quit:bool, error:bool <span class="Special"><-</span> <a href='chessboard.mu.html#L248'>read-move</a> buffered-stdin-in, <a href='081print.mu.html#L16'>screen</a> -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> quit, <span class="Constant">+quit</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> buffered-stdin-in <span class="Special"><-</span> <a href='075channel.mu.html#L312'>clear</a> buffered-stdin-in <span class="Comment"># cleanup after error. todo: test this?</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">loop-if</span> error -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <a href='chessboard.mu.html#L67'>board</a> <span class="Special"><-</span> <a href='chessboard.mu.html#L534'>make-move</a> <a href='chessboard.mu.html#L67'>board</a>, m -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='081print.mu.html#L46'>clear-screen</a> <a href='081print.mu.html#L16'>screen</a> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L90" class="LineNr"> 90 </span> <span class="Delimiter">{</span> +<span id="L91" class="LineNr"> 91 </span> cursor-to-next-line screen +<span id="L92" class="LineNr"> 92 </span> screen <span class="Special"><-</span> print screen, <span class="Constant">[move: ]</span> +<span id="L93" class="LineNr"> 93 </span> m:&:move, quit:bool, error:bool <span class="Special"><-</span> read-move buffered-stdin-in, screen +<span id="L94" class="LineNr"> 94 </span> <span class="muControl">break-if</span> quit, <span class="Constant">+quit</span> +<span id="L95" class="LineNr"> 95 </span> buffered-stdin-in <span class="Special"><-</span> clear buffered-stdin-in <span class="Comment"># cleanup after error. todo: test this?</span> +<span id="L96" class="LineNr"> 96 </span> <span class="muControl">loop-if</span> error +<span id="L97" class="LineNr"> 97 </span> <span class="Delimiter">}</span> +<span id="L98" class="LineNr"> 98 </span> board <span class="Special"><-</span> make-move board, m +<span id="L99" class="LineNr"> 99 </span> screen <span class="Special"><-</span> clear-screen screen +<span id="L100" class="LineNr">100 </span> <span class="muControl"> loop</span> <span id="L101" class="LineNr">101 </span> <span class="Delimiter">}</span> <span id="L102" class="LineNr">102 </span><span class="Constant"> +quit</span> <span id="L103" class="LineNr">103 </span>] <span id="L104" class="LineNr">104 </span> <span id="L105" class="LineNr">105 </span><span class="SalientComment">## a board is an array of files, a file is an array of characters (squares)</span> <span id="L106" class="LineNr">106 </span> -<span id="L107" class="LineNr">107 </span><span class="muRecipe">def</span> <a href='chessboard.mu.html#L107'>new-board</a> <a href='chessboard.mu.html#L190'>initial-position</a>:&:@:char<span class="muRecipe"> -> </span><a href='chessboard.mu.html#L67'>board</a>:<a href='chessboard.mu.html#L67'>board</a> [ +<span id="L107" class="LineNr">107 </span><span class="muRecipe">def</span> new-board initial-position:&:@:char<span class="muRecipe"> -> </span>board:board [ <span id="L108" class="LineNr">108 </span> <span class="Constant">local-scope</span> <span id="L109" class="LineNr">109 </span> <span class="Constant">load-inputs</span> <span id="L110" class="LineNr">110 </span> <span class="Comment"># assert(length(initial-position) == 64)</span> @@ -176,73 +175,73 @@ if ('onhashchange' in window) { <span id="L112" class="LineNr">112 </span> correct-length?:bool <span class="Special"><-</span> equal len,<span class="Constant"> 64</span> <span id="L113" class="LineNr">113 </span> assert correct-length?, <span class="Constant">[chessboard had incorrect size]</span> <span id="L114" class="LineNr">114 </span> <span class="Comment"># board is an array of pointers to files; file is an array of characters</span> -<span id="L115" class="LineNr">115 </span> <a href='chessboard.mu.html#L67'>board</a> <span class="Special"><-</span> new <span class="Delimiter">{</span>(address array character): type<span class="Delimiter">}</span>,<span class="Constant"> 8</span> +<span id="L115" class="LineNr">115 </span> board <span class="Special"><-</span> new <span class="Delimiter">{</span>(address array character): type<span class="Delimiter">}</span>,<span class="Constant"> 8</span> <span id="L116" class="LineNr">116 </span> col:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L117" class="LineNr">117 </span> <span class="Delimiter">{</span> -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> equal col,<span class="Constant"> 8</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> file:&:@:char <span class="Special"><-</span> <a href='chessboard.mu.html#L127'>new-file</a> <a href='chessboard.mu.html#L190'>initial-position</a>, col -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> *board <span class="Special"><-</span> put-index *board, col, file -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> col <span class="Special"><-</span> add col,<span class="Constant"> 1</span> -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L118" class="LineNr">118 </span> done?:bool <span class="Special"><-</span> equal col,<span class="Constant"> 8</span> +<span id="L119" class="LineNr">119 </span> <span class="muControl">break-if</span> done? +<span id="L120" class="LineNr">120 </span> file:&:@:char <span class="Special"><-</span> new-file initial-position, col +<span id="L121" class="LineNr">121 </span> *board <span class="Special"><-</span> put-index *board, col, file +<span id="L122" class="LineNr">122 </span> col <span class="Special"><-</span> add col,<span class="Constant"> 1</span> +<span id="L123" class="LineNr">123 </span> <span class="muControl"> loop</span> <span id="L124" class="LineNr">124 </span> <span class="Delimiter">}</span> <span id="L125" class="LineNr">125 </span>] <span id="L126" class="LineNr">126 </span> -<span id="L127" class="LineNr">127 </span><span class="muRecipe">def</span> <a href='chessboard.mu.html#L127'>new-file</a> position:&:@:char, index:num<span class="muRecipe"> -> </span>result:&:@:char [ +<span id="L127" class="LineNr">127 </span><span class="muRecipe">def</span> new-file position:&:@:char, index:num<span class="muRecipe"> -> </span>result:&:@:char [ <span id="L128" class="LineNr">128 </span> <span class="Constant">local-scope</span> <span id="L129" class="LineNr">129 </span> <span class="Constant">load-inputs</span> <span id="L130" class="LineNr">130 </span> index <span class="Special"><-</span> multiply index,<span class="Constant"> 8</span> <span id="L131" class="LineNr">131 </span> result <span class="Special"><-</span> new <span class="Constant">character:type</span>,<span class="Constant"> 8</span> <span id="L132" class="LineNr">132 </span> row:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L133" class="LineNr">133 </span> <span class="Delimiter">{</span> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> equal row,<span class="Constant"> 8</span> -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L136" class="LineNr">136 </span> <span class="Conceal">¦</span> square:char <span class="Special"><-</span> index *position, index -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> *result <span class="Special"><-</span> put-index *result, row, square -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> index <span class="Special"><-</span> add index,<span class="Constant"> 1</span> -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L134" class="LineNr">134 </span> done?:bool <span class="Special"><-</span> equal row,<span class="Constant"> 8</span> +<span id="L135" class="LineNr">135 </span> <span class="muControl">break-if</span> done? +<span id="L136" class="LineNr">136 </span> square:char <span class="Special"><-</span> index *position, index +<span id="L137" class="LineNr">137 </span> *result <span class="Special"><-</span> put-index *result, row, square +<span id="L138" class="LineNr">138 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L139" class="LineNr">139 </span> index <span class="Special"><-</span> add index,<span class="Constant"> 1</span> +<span id="L140" class="LineNr">140 </span> <span class="muControl"> loop</span> <span id="L141" class="LineNr">141 </span> <span class="Delimiter">}</span> <span id="L142" class="LineNr">142 </span>] <span id="L143" class="LineNr">143 </span> -<span id="L144" class="LineNr">144 </span><span class="muRecipe">def</span> print <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a>, <a href='chessboard.mu.html#L67'>board</a>:<a href='chessboard.mu.html#L67'>board</a><span class="muRecipe"> -> </span><a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L144" class="LineNr">144 </span><span class="muRecipe">def</span> print screen:&:screen, board:board<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L145" class="LineNr">145 </span> <span class="Constant">local-scope</span> <span id="L146" class="LineNr">146 </span> <span class="Constant">load-inputs</span> <span id="L147" class="LineNr">147 </span> row:num <span class="Special"><-</span> copy<span class="Constant"> 7</span> <span class="Comment"># start printing from the top of the board</span> <span id="L148" class="LineNr">148 </span> space:char <span class="Special"><-</span> copy <span class="Constant">32/space</span> <span id="L149" class="LineNr">149 </span> <span class="Comment"># print each row</span> <span id="L150" class="LineNr">150 </span> <span class="Delimiter">{</span> -<span id="L151" class="LineNr">151 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> lesser-than row,<span class="Constant"> 0</span> -<span id="L152" class="LineNr">152 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> <span class="Comment"># print rank number as a legend</span> -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span> rank:num <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L155" class="LineNr">155 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, rank -<span id="L156" class="LineNr">156 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">[ | ]</span> -<span id="L157" class="LineNr">157 </span> <span class="Conceal">¦</span> <span class="Comment"># print each square in the row</span> -<span id="L158" class="LineNr">158 </span> <span class="Conceal">¦</span> col:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L159" class="LineNr">159 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L160" class="LineNr">160 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> equal col:num,<span class="Constant"> 8</span> -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L162" class="LineNr">162 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> f:&:@:char <span class="Special"><-</span> index *board, col -<span id="L163" class="LineNr">163 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> index *f, row -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> bg:num <span class="Special"><-</span> <a href='chessboard.mu.html#L181'>square-color</a> row, col -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, c, <span class="Constant">7/white</span>, bg -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, space -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> col <span class="Special"><-</span> add col,<span class="Constant"> 1</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> subtract row,<span class="Constant"> 1</span> -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L752'>cursor-to-next-line</a> <a href='081print.mu.html#L16'>screen</a> -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L151" class="LineNr">151 </span> done?:bool <span class="Special"><-</span> lesser-than row,<span class="Constant"> 0</span> +<span id="L152" class="LineNr">152 </span> <span class="muControl">break-if</span> done? +<span id="L153" class="LineNr">153 </span> <span class="Comment"># print rank number as a legend</span> +<span id="L154" class="LineNr">154 </span> rank:num <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L155" class="LineNr">155 </span> print screen, rank +<span id="L156" class="LineNr">156 </span> print screen, <span class="Constant">[ | ]</span> +<span id="L157" class="LineNr">157 </span> <span class="Comment"># print each square in the row</span> +<span id="L158" class="LineNr">158 </span> col:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L159" class="LineNr">159 </span> <span class="Delimiter">{</span> +<span id="L160" class="LineNr">160 </span> done?:bool <span class="Special"><-</span> equal col:num,<span class="Constant"> 8</span> +<span id="L161" class="LineNr">161 </span> <span class="muControl">break-if</span> done? +<span id="L162" class="LineNr">162 </span> f:&:@:char <span class="Special"><-</span> index *board, col +<span id="L163" class="LineNr">163 </span> c:char <span class="Special"><-</span> index *f, row +<span id="L164" class="LineNr">164 </span> bg:num <span class="Special"><-</span> square-color row, col +<span id="L165" class="LineNr">165 </span> print screen, c, <span class="Constant">7/white</span>, bg +<span id="L166" class="LineNr">166 </span> print screen, space +<span id="L167" class="LineNr">167 </span> col <span class="Special"><-</span> add col,<span class="Constant"> 1</span> +<span id="L168" class="LineNr">168 </span> <span class="muControl"> loop</span> +<span id="L169" class="LineNr">169 </span> <span class="Delimiter">}</span> +<span id="L170" class="LineNr">170 </span> row <span class="Special"><-</span> subtract row,<span class="Constant"> 1</span> +<span id="L171" class="LineNr">171 </span> cursor-to-next-line screen +<span id="L172" class="LineNr">172 </span> <span class="muControl"> loop</span> <span id="L173" class="LineNr">173 </span> <span class="Delimiter">}</span> <span id="L174" class="LineNr">174 </span> <span class="Comment"># print file letters as legend</span> -<span id="L175" class="LineNr">175 </span> print <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">[ +----------------]</span> -<span id="L176" class="LineNr">176 </span> <a href='081print.mu.html#L752'>cursor-to-next-line</a> <a href='081print.mu.html#L16'>screen</a> -<span id="L177" class="LineNr">177 </span> print <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">[ a b c d e f g h]</span> -<span id="L178" class="LineNr">178 </span> <a href='081print.mu.html#L752'>cursor-to-next-line</a> <a href='081print.mu.html#L16'>screen</a> +<span id="L175" class="LineNr">175 </span> print screen, <span class="Constant">[ +----------------]</span> +<span id="L176" class="LineNr">176 </span> cursor-to-next-line screen +<span id="L177" class="LineNr">177 </span> print screen, <span class="Constant">[ a b c d e f g h]</span> +<span id="L178" class="LineNr">178 </span> cursor-to-next-line screen <span id="L179" class="LineNr">179 </span>] <span id="L180" class="LineNr">180 </span> -<span id="L181" class="LineNr">181 </span><span class="muRecipe">def</span> <a href='chessboard.mu.html#L181'>square-color</a> row:num, col:num<span class="muRecipe"> -> </span>result:num [ +<span id="L181" class="LineNr">181 </span><span class="muRecipe">def</span> square-color row:num, col:num<span class="muRecipe"> -> </span>result:num [ <span id="L182" class="LineNr">182 </span> <span class="Constant">local-scope</span> <span id="L183" class="LineNr">183 </span> <span class="Constant">load-inputs</span> <span id="L184" class="LineNr">184 </span> result <span class="Special"><-</span> copy <span class="Constant">0/black</span> @@ -251,7 +250,7 @@ if ('onhashchange' in window) { <span id="L187" class="LineNr">187 </span> <span class="muControl">return-if</span> rem,<span class="Constant"> 238</span> <span id="L188" class="LineNr">188 </span>] <span id="L189" class="LineNr">189 </span> -<span id="L190" class="LineNr">190 </span><span class="muRecipe">def</span> <a href='chessboard.mu.html#L190'>initial-position</a><span class="muRecipe"> -> </span><a href='chessboard.mu.html#L67'>board</a>:<a href='chessboard.mu.html#L67'>board</a> [ +<span id="L190" class="LineNr">190 </span><span class="muRecipe">def</span> initial-position<span class="muRecipe"> -> </span>board:board [ <span id="L191" class="LineNr">191 </span> <span class="Constant">local-scope</span> <span id="L192" class="LineNr">192 </span> <span class="Comment"># layout in memory (in raster order):</span> <span id="L193" class="LineNr">193 </span> <span class="Comment"># R P _ _ _ _ p r</span> @@ -262,7 +261,7 @@ if ('onhashchange' in window) { <span id="L198" class="LineNr">198 </span> <span class="Comment"># B P _ _ _ _ p B</span> <span id="L199" class="LineNr">199 </span> <span class="Comment"># N P _ _ _ _ p n</span> <span id="L200" class="LineNr">200 </span> <span class="Comment"># R P _ _ _ _ p r</span> -<span id="L201" class="LineNr">201 </span> <a href='chessboard.mu.html#L190'>initial-position</a>:&:@:char <span class="Special"><-</span> <a href='063array.mu.html#L16'>new-array</a> <span class="Constant">82/R</span>, <span class="Constant">80/P</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">112/p</span>, <span class="Constant">114/r</span>, <span class="Constant">78/N</span>, <span class="Constant">80/P</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">112/p</span>, <span class="Constant">110/n</span>, <span class="Constant">66/B</span>, <span class="Constant">80/P</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">112/p</span>, <span class="Constant">98/b</span>, <span class="Constant">81/Q</span>, <span class="Constant">80/P</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">112/p</span>, <span class="Constant">113/q</span>, <span class="Constant">75/K</span>, <span class="Constant">80/P</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">112/p</span>, <span class="Constant">107/k</span>, <span class="Constant">66/B</span>, <span class="Constant">80/P</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">112/p</span>, <span class="Constant">98/b</span>, <span class="Constant">78/N</span>, <span class="Constant">80/P</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">112/p</span>, <span class="Constant">110/n</span>, <span class="Constant">82/R</span>, <span class="Constant">80/P</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">112/p</span>, <span class="Constant">114/r</span> +<span id="L201" class="LineNr">201 </span> initial-position:&:@:char <span class="Special"><-</span> new-array <span class="Constant">82/R</span>, <span class="Constant">80/P</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">112/p</span>, <span class="Constant">114/r</span>, <span class="Constant">78/N</span>, <span class="Constant">80/P</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">112/p</span>, <span class="Constant">110/n</span>, <span class="Constant">66/B</span>, <span class="Constant">80/P</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">112/p</span>, <span class="Constant">98/b</span>, <span class="Constant">81/Q</span>, <span class="Constant">80/P</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">112/p</span>, <span class="Constant">113/q</span>, <span class="Constant">75/K</span>, <span class="Constant">80/P</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">112/p</span>, <span class="Constant">107/k</span>, <span class="Constant">66/B</span>, <span class="Constant">80/P</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">112/p</span>, <span class="Constant">98/b</span>, <span class="Constant">78/N</span>, <span class="Constant">80/P</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">112/p</span>, <span class="Constant">110/n</span>, <span class="Constant">82/R</span>, <span class="Constant">80/P</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">32/blank</span>, <span class="Constant">112/p</span>, <span class="Constant">114/r</span> <span id="L202" class="LineNr">202 </span><span class="CommentedCode">#? 82/R, 80/P, 32/blank, 32/blank, 32/blank, 32/blank, 112/p, 114/r,</span> <span id="L203" class="LineNr">203 </span><span class="CommentedCode">#? 78/N, 80/P, 32/blank, 32/blank, 32/blank, 32/blank, 112/p, 110/n,</span> <span id="L204" class="LineNr">204 </span><span class="CommentedCode">#? 66/B, 80/P, 32/blank, 32/blank, 32/blank, 32/blank, 112/p, 98/b, </span> @@ -271,36 +270,36 @@ if ('onhashchange' in window) { <span id="L207" class="LineNr">207 </span><span class="CommentedCode">#? 66/B, 80/P, 32/blank, 32/blank, 32/blank, 32/blank, 112/p, 98/b,</span> <span id="L208" class="LineNr">208 </span><span class="CommentedCode">#? 78/N, 80/P, 32/blank, 32/blank, 32/blank, 32/blank, 112/p, 110/n,</span> <span id="L209" class="LineNr">209 </span><span class="CommentedCode">#? 82/R, 80/P, 32/blank, 32/blank, 32/blank, 32/blank, 112/p, 114/r</span> -<span id="L210" class="LineNr">210 </span> <a href='chessboard.mu.html#L67'>board</a> <span class="Special"><-</span> <a href='chessboard.mu.html#L107'>new-board</a> <a href='chessboard.mu.html#L190'>initial-position</a> +<span id="L210" class="LineNr">210 </span> board <span class="Special"><-</span> new-board initial-position <span id="L211" class="LineNr">211 </span>] <span id="L212" class="LineNr">212 </span> <span id="L213" class="LineNr">213 </span><span class="muScenario">scenario</span> printing-the-board [ <span id="L214" class="LineNr">214 </span> <span class="Constant">local-scope</span> -<span id="L215" class="LineNr">215 </span> <a href='chessboard.mu.html#L67'>board</a>:<a href='chessboard.mu.html#L67'>board</a> <span class="Special"><-</span> <a href='chessboard.mu.html#L190'>initial-position</a> +<span id="L215" class="LineNr">215 </span> board:board <span class="Special"><-</span> initial-position <span id="L216" class="LineNr">216 </span> assume-screen <span class="Constant">30/width</span>, <span class="Constant">12/height</span> <span id="L217" class="LineNr">217 </span> run [ -<span id="L218" class="LineNr">218 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='081print.mu.html#L16'>screen</a>, <a href='chessboard.mu.html#L67'>board</a> +<span id="L218" class="LineNr">218 </span> screen <span class="Special"><-</span> print screen, board <span id="L219" class="LineNr">219 </span> ] <span id="L220" class="LineNr">220 </span> screen-should-contain [ <span id="L221" class="LineNr">221 </span> <span class="Comment"># 012345678901234567890123456789</span> -<span id="L222" class="LineNr">222 </span> <span class="Conceal">¦</span><span class="Constant"> .8 | r n b q k b n r .</span> -<span id="L223" class="LineNr">223 </span> <span class="Conceal">¦</span><span class="Constant"> .7 | p p p p p p p p .</span> -<span id="L224" class="LineNr">224 </span> <span class="Conceal">¦</span><span class="Constant"> .6 | .</span> -<span id="L225" class="LineNr">225 </span> <span class="Conceal">¦</span><span class="Constant"> .5 | .</span> -<span id="L226" class="LineNr">226 </span> <span class="Conceal">¦</span><span class="Constant"> .4 | .</span> -<span id="L227" class="LineNr">227 </span> <span class="Conceal">¦</span><span class="Constant"> .3 | .</span> -<span id="L228" class="LineNr">228 </span> <span class="Conceal">¦</span><span class="Constant"> .2 | P P P P P P P P .</span> -<span id="L229" class="LineNr">229 </span> <span class="Conceal">¦</span><span class="Constant"> .1 | R N B Q K B N R .</span> -<span id="L230" class="LineNr">230 </span> <span class="Conceal">¦</span><span class="Constant"> . +---------------- .</span> -<span id="L231" class="LineNr">231 </span> <span class="Conceal">¦</span><span class="Constant"> . a b c d e f g h .</span> -<span id="L232" class="LineNr">232 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L233" class="LineNr">233 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L222" class="LineNr">222 </span> <span class="Constant"> .8 | r n b q k b n r .</span> +<span id="L223" class="LineNr">223 </span> <span class="Constant"> .7 | p p p p p p p p .</span> +<span id="L224" class="LineNr">224 </span> <span class="Constant"> .6 | .</span> +<span id="L225" class="LineNr">225 </span> <span class="Constant"> .5 | .</span> +<span id="L226" class="LineNr">226 </span> <span class="Constant"> .4 | .</span> +<span id="L227" class="LineNr">227 </span> <span class="Constant"> .3 | .</span> +<span id="L228" class="LineNr">228 </span> <span class="Constant"> .2 | P P P P P P P P .</span> +<span id="L229" class="LineNr">229 </span> <span class="Constant"> .1 | R N B Q K B N R .</span> +<span id="L230" class="LineNr">230 </span> <span class="Constant"> . +---------------- .</span> +<span id="L231" class="LineNr">231 </span> <span class="Constant"> . a b c d e f g h .</span> +<span id="L232" class="LineNr">232 </span> <span class="Constant"> . .</span> +<span id="L233" class="LineNr">233 </span> <span class="Constant"> . .</span> <span id="L234" class="LineNr">234 </span> ] <span id="L235" class="LineNr">235 </span>] <span id="L236" class="LineNr">236 </span> <span id="L237" class="LineNr">237 </span><span class="SalientComment">## data structure: move</span> <span id="L238" class="LineNr">238 </span> -<span id="L239" class="LineNr">239 </span><span class="muData">container</span> <a href='chessboard.mu.html#L239'>move</a> [ +<span id="L239" class="LineNr">239 </span><span class="muData">container</span> move [ <span id="L240" class="LineNr">240 </span> <span class="Comment"># valid range: 0-7</span> <span id="L241" class="LineNr">241 </span> from-file:num <span id="L242" class="LineNr">242 </span> from-rank:num @@ -309,35 +308,35 @@ if ('onhashchange' in window) { <span id="L245" class="LineNr">245 </span>] <span id="L246" class="LineNr">246 </span> <span id="L247" class="LineNr">247 </span><span class="Comment"># prints only error messages to screen</span> -<span id="L248" class="LineNr">248 </span><span class="muRecipe">def</span> <a href='chessboard.mu.html#L248'>read-move</a> stdin:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span>result:&:<a href='chessboard.mu.html#L239'>move</a>, quit?:bool, error?:bool, stdin:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L248" class="LineNr">248 </span><span class="muRecipe">def</span> read-move stdin:&:source:char, screen:&:screen<span class="muRecipe"> -> </span>result:&:move, quit?:bool, error?:bool, stdin:&:source:char, screen:&:screen [ <span id="L249" class="LineNr">249 </span> <span class="Constant">local-scope</span> <span id="L250" class="LineNr">250 </span> <span class="Constant">load-inputs</span> -<span id="L251" class="LineNr">251 </span> from-file:num, quit?:bool, error?:bool <span class="Special"><-</span> <a href='chessboard.mu.html#L276'>read-file</a> stdin, <a href='081print.mu.html#L16'>screen</a> +<span id="L251" class="LineNr">251 </span> from-file:num, quit?:bool, error?:bool <span class="Special"><-</span> read-file stdin, screen <span id="L252" class="LineNr">252 </span> <span class="muControl">return-if</span> quit?, <span class="Constant">0/dummy</span> <span id="L253" class="LineNr">253 </span> <span class="muControl">return-if</span> error?, <span class="Constant">0/dummy</span> <span id="L254" class="LineNr">254 </span> <span class="Comment"># construct the move object</span> -<span id="L255" class="LineNr">255 </span> result:&:<a href='chessboard.mu.html#L239'>move</a> <span class="Special"><-</span> new <span class="Constant"><a href='chessboard.mu.html#L239'>move</a>:type</span> +<span id="L255" class="LineNr">255 </span> result:&:move <span class="Special"><-</span> new <span class="Constant">move:type</span> <span id="L256" class="LineNr">256 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">from-file:offset</span>, from-file -<span id="L257" class="LineNr">257 </span> from-rank:num, quit?, error? <span class="Special"><-</span> <a href='chessboard.mu.html#L314'>read-rank</a> stdin, <a href='081print.mu.html#L16'>screen</a> +<span id="L257" class="LineNr">257 </span> from-rank:num, quit?, error? <span class="Special"><-</span> read-rank stdin, screen <span id="L258" class="LineNr">258 </span> <span class="muControl">return-if</span> quit?, <span class="Constant">0/dummy</span> <span id="L259" class="LineNr">259 </span> <span class="muControl">return-if</span> error?, <span class="Constant">0/dummy</span> <span id="L260" class="LineNr">260 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">from-rank:offset</span>, from-rank -<span id="L261" class="LineNr">261 </span> error? <span class="Special"><-</span> <a href='chessboard.mu.html#L352'>expect-from-channel</a> stdin, <span class="Constant">45/dash</span>, <a href='081print.mu.html#L16'>screen</a> +<span id="L261" class="LineNr">261 </span> error? <span class="Special"><-</span> expect-from-channel stdin, <span class="Constant">45/dash</span>, screen <span id="L262" class="LineNr">262 </span> <span class="muControl">return-if</span> error?, <span class="Constant">0/dummy</span>, <span class="Constant">0/quit</span> -<span id="L263" class="LineNr">263 </span> to-file:num, quit?, error? <span class="Special"><-</span> <a href='chessboard.mu.html#L276'>read-file</a> stdin, <a href='081print.mu.html#L16'>screen</a> +<span id="L263" class="LineNr">263 </span> to-file:num, quit?, error? <span class="Special"><-</span> read-file stdin, screen <span id="L264" class="LineNr">264 </span> <span class="muControl">return-if</span> quit?, <span class="Constant">0/dummy</span> <span id="L265" class="LineNr">265 </span> <span class="muControl">return-if</span> error?, <span class="Constant">0/dummy</span> <span id="L266" class="LineNr">266 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">to-file:offset</span>, to-file -<span id="L267" class="LineNr">267 </span> to-rank:num, quit?, error? <span class="Special"><-</span> <a href='chessboard.mu.html#L314'>read-rank</a> stdin, <a href='081print.mu.html#L16'>screen</a> +<span id="L267" class="LineNr">267 </span> to-rank:num, quit?, error? <span class="Special"><-</span> read-rank stdin, screen <span id="L268" class="LineNr">268 </span> <span class="muControl">return-if</span> quit?, <span class="Constant">0/dummy</span> <span id="L269" class="LineNr">269 </span> <span class="muControl">return-if</span> error?, <span class="Constant">0/dummy</span> <span id="L270" class="LineNr">270 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">to-rank:offset</span>, to-rank -<span id="L271" class="LineNr">271 </span> error? <span class="Special"><-</span> <a href='chessboard.mu.html#L352'>expect-from-channel</a> stdin, <span class="Constant">10/newline</span>, <a href='081print.mu.html#L16'>screen</a> +<span id="L271" class="LineNr">271 </span> error? <span class="Special"><-</span> expect-from-channel stdin, <span class="Constant">10/newline</span>, screen <span id="L272" class="LineNr">272 </span> <span class="muControl">return-if</span> error?, <span class="Constant">0/dummy</span>, <span class="Constant">0/quit</span> <span id="L273" class="LineNr">273 </span>] <span id="L274" class="LineNr">274 </span> <span id="L275" class="LineNr">275 </span><span class="Comment"># valid values for file: 0-7</span> -<span id="L276" class="LineNr">276 </span><span class="muRecipe">def</span> <a href='chessboard.mu.html#L276'>read-file</a> stdin:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span>file:num, quit:bool, error:bool, stdin:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L276" class="LineNr">276 </span><span class="muRecipe">def</span> read-file stdin:&:source:char, screen:&:screen<span class="muRecipe"> -> </span>file:num, quit:bool, error:bool, stdin:&:source:char, screen:&:screen [ <span id="L277" class="LineNr">277 </span> <span class="Constant">local-scope</span> <span id="L278" class="LineNr">278 </span> <span class="Constant">load-inputs</span> <span id="L279" class="LineNr">279 </span> c:char, eof?:bool, stdin <span class="Special"><-</span> read stdin @@ -349,33 +348,33 @@ if ('onhashchange' in window) { <span id="L285" class="LineNr">285 </span> empty-fake-keyboard?:bool <span class="Special"><-</span> equal c, <span class="Constant">0/eof</span> <span id="L286" class="LineNr">286 </span> <span class="muControl">return-if</span> empty-fake-keyboard?, <span class="Constant">0/dummy</span>, <span class="Constant">1/quit</span>, <span class="Constant">0/error</span> <span id="L287" class="LineNr">287 </span> <span class="Delimiter">{</span> -<span id="L288" class="LineNr">288 </span> <span class="Conceal">¦</span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L289" class="LineNr">289 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> newline? -<span id="L290" class="LineNr">290 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">[that's not enough]</span> -<span id="L291" class="LineNr">291 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/dummy</span>, <span class="Constant">0/quit</span>, <span class="Constant">1/error</span> +<span id="L288" class="LineNr">288 </span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L289" class="LineNr">289 </span> <span class="muControl">break-unless</span> newline? +<span id="L290" class="LineNr">290 </span> print screen, <span class="Constant">[that's not enough]</span> +<span id="L291" class="LineNr">291 </span> <span class="muControl"> return</span> <span class="Constant">0/dummy</span>, <span class="Constant">0/quit</span>, <span class="Constant">1/error</span> <span id="L292" class="LineNr">292 </span> <span class="Delimiter">}</span> <span id="L293" class="LineNr">293 </span> file:num <span class="Special"><-</span> subtract c, <span class="Constant">97/a</span> <span id="L294" class="LineNr">294 </span> <span class="Comment"># 'a' <= file <= 'h'</span> <span id="L295" class="LineNr">295 </span> <span class="Delimiter">{</span> -<span id="L296" class="LineNr">296 </span> <span class="Conceal">¦</span> above-min:bool <span class="Special"><-</span> greater-or-equal file,<span class="Constant"> 0</span> -<span id="L297" class="LineNr">297 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> above-min -<span id="L298" class="LineNr">298 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">[file too low: ]</span> -<span id="L299" class="LineNr">299 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, c -<span id="L300" class="LineNr">300 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L752'>cursor-to-next-line</a> <a href='081print.mu.html#L16'>screen</a> -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/dummy</span>, <span class="Constant">0/quit</span>, <span class="Constant">1/error</span> +<span id="L296" class="LineNr">296 </span> above-min:bool <span class="Special"><-</span> greater-or-equal file,<span class="Constant"> 0</span> +<span id="L297" class="LineNr">297 </span> <span class="muControl">break-if</span> above-min +<span id="L298" class="LineNr">298 </span> print screen, <span class="Constant">[file too low: ]</span> +<span id="L299" class="LineNr">299 </span> print screen, c +<span id="L300" class="LineNr">300 </span> cursor-to-next-line screen +<span id="L301" class="LineNr">301 </span> <span class="muControl"> return</span> <span class="Constant">0/dummy</span>, <span class="Constant">0/quit</span>, <span class="Constant">1/error</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="Conceal">¦</span> below-max:bool <span class="Special"><-</span> lesser-than file,<span class="Constant"> 8</span> -<span id="L305" class="LineNr">305 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> below-max -<span id="L306" class="LineNr">306 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">[file too high: ]</span> -<span id="L307" class="LineNr">307 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, c -<span id="L308" class="LineNr">308 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/dummy</span>, <span class="Constant">0/quit</span>, <span class="Constant">1/error</span> +<span id="L304" class="LineNr">304 </span> below-max:bool <span class="Special"><-</span> lesser-than file,<span class="Constant"> 8</span> +<span id="L305" class="LineNr">305 </span> <span class="muControl">break-if</span> below-max +<span id="L306" class="LineNr">306 </span> print screen, <span class="Constant">[file too high: ]</span> +<span id="L307" class="LineNr">307 </span> print screen, c +<span id="L308" class="LineNr">308 </span> <span class="muControl"> return</span> <span class="Constant">0/dummy</span>, <span class="Constant">0/quit</span>, <span class="Constant">1/error</span> <span id="L309" class="LineNr">309 </span> <span class="Delimiter">}</span> <span id="L310" class="LineNr">310 </span> <span class="muControl"> return</span> file, <span class="Constant">0/quit</span>, <span class="Constant">0/error</span> <span id="L311" class="LineNr">311 </span>] <span id="L312" class="LineNr">312 </span> <span id="L313" class="LineNr">313 </span><span class="Comment"># valid values for rank: 0-7</span> -<span id="L314" class="LineNr">314 </span><span class="muRecipe">def</span> <a href='chessboard.mu.html#L314'>read-rank</a> stdin:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span>rank:num, quit?:bool, error?:bool, stdin:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L314" class="LineNr">314 </span><span class="muRecipe">def</span> read-rank stdin:&:source:char, screen:&:screen<span class="muRecipe"> -> </span>rank:num, quit?:bool, error?:bool, stdin:&:source:char, screen:&:screen [ <span id="L315" class="LineNr">315 </span> <span class="Constant">local-scope</span> <span id="L316" class="LineNr">316 </span> <span class="Constant">load-inputs</span> <span id="L317" class="LineNr">317 </span> c:char, eof?:bool, stdin <span class="Special"><-</span> read stdin @@ -387,41 +386,41 @@ if ('onhashchange' in window) { <span id="L323" class="LineNr">323 </span> empty-fake-keyboard?:bool <span class="Special"><-</span> equal c, <span class="Constant">0/eof</span> <span id="L324" class="LineNr">324 </span> <span class="muControl">return-if</span> empty-fake-keyboard?, <span class="Constant">0/dummy</span>, <span class="Constant">1/quit</span>, <span class="Constant">0/error</span> <span id="L325" class="LineNr">325 </span> <span class="Delimiter">{</span> -<span id="L326" class="LineNr">326 </span> <span class="Conceal">¦</span> newline?:bool <span class="Special"><-</span> equal c,<span class="Constant"> 10</span> <span class="Comment"># newline</span> -<span id="L327" class="LineNr">327 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> newline? -<span id="L328" class="LineNr">328 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">[that's not enough]</span> -<span id="L329" class="LineNr">329 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/dummy</span>, <span class="Constant">0/quit</span>, <span class="Constant">1/error</span> +<span id="L326" class="LineNr">326 </span> newline?:bool <span class="Special"><-</span> equal c,<span class="Constant"> 10</span> <span class="Comment"># newline</span> +<span id="L327" class="LineNr">327 </span> <span class="muControl">break-unless</span> newline? +<span id="L328" class="LineNr">328 </span> print screen, <span class="Constant">[that's not enough]</span> +<span id="L329" class="LineNr">329 </span> <span class="muControl"> return</span> <span class="Constant">0/dummy</span>, <span class="Constant">0/quit</span>, <span class="Constant">1/error</span> <span id="L330" class="LineNr">330 </span> <span class="Delimiter">}</span> <span id="L331" class="LineNr">331 </span> rank:num <span class="Special"><-</span> subtract c, <span class="Constant">49/'1'</span> <span id="L332" class="LineNr">332 </span> <span class="Comment"># assert'1' <= rank <= '8'</span> <span id="L333" class="LineNr">333 </span> <span class="Delimiter">{</span> -<span id="L334" class="LineNr">334 </span> <span class="Conceal">¦</span> above-min:bool <span class="Special"><-</span> greater-or-equal rank,<span class="Constant"> 0</span> -<span id="L335" class="LineNr">335 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> above-min -<span id="L336" class="LineNr">336 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">[rank too low: ]</span> -<span id="L337" class="LineNr">337 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, c -<span id="L338" class="LineNr">338 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/dummy</span>, <span class="Constant">0/quit</span>, <span class="Constant">1/error</span> +<span id="L334" class="LineNr">334 </span> above-min:bool <span class="Special"><-</span> greater-or-equal rank,<span class="Constant"> 0</span> +<span id="L335" class="LineNr">335 </span> <span class="muControl">break-if</span> above-min +<span id="L336" class="LineNr">336 </span> print screen, <span class="Constant">[rank too low: ]</span> +<span id="L337" class="LineNr">337 </span> print screen, c +<span id="L338" class="LineNr">338 </span> <span class="muControl"> return</span> <span class="Constant">0/dummy</span>, <span class="Constant">0/quit</span>, <span class="Constant">1/error</span> <span id="L339" class="LineNr">339 </span> <span class="Delimiter">}</span> <span id="L340" class="LineNr">340 </span> <span class="Delimiter">{</span> -<span id="L341" class="LineNr">341 </span> <span class="Conceal">¦</span> below-max:bool <span class="Special"><-</span> lesser-or-equal rank,<span class="Constant"> 7</span> -<span id="L342" class="LineNr">342 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> below-max -<span id="L343" class="LineNr">343 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">[rank too high: ]</span> -<span id="L344" class="LineNr">344 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, c -<span id="L345" class="LineNr">345 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/dummy</span>, <span class="Constant">0/quit</span>, <span class="Constant">1/error</span> +<span id="L341" class="LineNr">341 </span> below-max:bool <span class="Special"><-</span> lesser-or-equal rank,<span class="Constant"> 7</span> +<span id="L342" class="LineNr">342 </span> <span class="muControl">break-if</span> below-max +<span id="L343" class="LineNr">343 </span> print screen, <span class="Constant">[rank too high: ]</span> +<span id="L344" class="LineNr">344 </span> print screen, c +<span id="L345" class="LineNr">345 </span> <span class="muControl"> return</span> <span class="Constant">0/dummy</span>, <span class="Constant">0/quit</span>, <span class="Constant">1/error</span> <span id="L346" class="LineNr">346 </span> <span class="Delimiter">}</span> <span id="L347" class="LineNr">347 </span> <span class="muControl"> return</span> rank, <span class="Constant">0/quit</span>, <span class="Constant">0/error</span> <span id="L348" class="LineNr">348 </span>] <span id="L349" class="LineNr">349 </span> <span id="L350" class="LineNr">350 </span><span class="Comment"># read a character from the given channel and check that it's what we expect</span> <span id="L351" class="LineNr">351 </span><span class="Comment"># return true on error</span> -<span id="L352" class="LineNr">352 </span><span class="muRecipe">def</span> <a href='chessboard.mu.html#L352'>expect-from-channel</a> stdin:&:<a href='075channel.mu.html#L43'>source</a>:char, expected:char, <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span>result:bool, stdin:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='081print.mu.html#L16'>screen</a>:&:<a href='081print.mu.html#L16'>screen</a> [ +<span id="L352" class="LineNr">352 </span><span class="muRecipe">def</span> expect-from-channel stdin:&:source:char, expected:char, screen:&:screen<span class="muRecipe"> -> </span>result:bool, stdin:&:source:char, screen:&:screen [ <span id="L353" class="LineNr">353 </span> <span class="Constant">local-scope</span> <span id="L354" class="LineNr">354 </span> <span class="Constant">load-inputs</span> <span id="L355" class="LineNr">355 </span> c:char, eof?:bool, stdin <span class="Special"><-</span> read stdin <span id="L356" class="LineNr">356 </span> <span class="muControl">return-if</span> eof? <span class="Constant">1/true</span> <span id="L357" class="LineNr">357 </span> <span class="Delimiter">{</span> -<span id="L358" class="LineNr">358 </span> <span class="Conceal">¦</span> match?:bool <span class="Special"><-</span> equal c, expected -<span id="L359" class="LineNr">359 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> match? -<span id="L360" class="LineNr">360 </span> <span class="Conceal">¦</span> print <a href='081print.mu.html#L16'>screen</a>, <span class="Constant">[expected character not found]</span> +<span id="L358" class="LineNr">358 </span> match?:bool <span class="Special"><-</span> equal c, expected +<span id="L359" class="LineNr">359 </span> <span class="muControl">break-if</span> match? +<span id="L360" class="LineNr">360 </span> print screen, <span class="Constant">[expected character not found]</span> <span id="L361" class="LineNr">361 </span> <span class="Delimiter">}</span> <span id="L362" class="LineNr">362 </span> result <span class="Special"><-</span> not match? <span id="L363" class="LineNr">363 </span>] @@ -429,173 +428,173 @@ if ('onhashchange' in window) { <span id="L365" class="LineNr">365 </span><span class="muScenario">scenario</span> read-move-blocking [ <span id="L366" class="LineNr">366 </span> <span class="Constant">local-scope</span> <span id="L367" class="LineNr">367 </span> assume-screen <span class="Constant">20/width</span>, <span class="Constant">2/height</span> -<span id="L368" class="LineNr">368 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">2/capacity</span> -<span id="L369" class="LineNr">369 </span> read-move-routine:num/routine <span class="Special"><-</span> <span class="muControl">start-running</span> <a href='chessboard.mu.html#L248'>read-move</a>, <a href='075channel.mu.html#L43'>source</a>, <a href='081print.mu.html#L16'>screen</a> +<span id="L368" class="LineNr">368 </span> source:&:source:char, sink:&:sink:char <span class="Special"><-</span> new-channel <span class="Constant">2/capacity</span> +<span id="L369" class="LineNr">369 </span> read-move-routine:num/routine <span class="Special"><-</span> <span class="muControl">start-running</span> read-move, source, screen <span id="L370" class="LineNr">370 </span> run [ -<span id="L371" class="LineNr">371 </span> <span class="Conceal">¦</span> <span class="Comment"># 'read-move' is waiting for keypress</span> -<span id="L372" class="LineNr">372 </span> <span class="Conceal">¦</span> wait-for-routine-to-block read-move-routine -<span id="L373" class="LineNr">373 </span> <span class="Conceal">¦</span> read-move-state:num <span class="Special"><-</span> routine-state read-move-routine -<span id="L374" class="LineNr">374 </span> <span class="Conceal">¦</span> waiting?:bool <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> -<span id="L375" class="LineNr">375 </span> <span class="Conceal">¦</span> assert waiting?, <span class="Constant">[ </span> +<span id="L371" class="LineNr">371 </span> <span class="Comment"># 'read-move' is waiting for keypress</span> +<span id="L372" class="LineNr">372 </span> wait-for-routine-to-block read-move-routine +<span id="L373" class="LineNr">373 </span> read-move-state:num <span class="Special"><-</span> routine-state read-move-routine +<span id="L374" class="LineNr">374 </span> waiting?:bool <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> +<span id="L375" class="LineNr">375 </span> assert waiting?, <span class="Constant">[ </span> <span id="L376" class="LineNr">376 </span><span class="Constant">F read-move-blocking: routine failed to pause after coming up (before any keys were pressed)]</span> -<span id="L377" class="LineNr">377 </span> <span class="Conceal">¦</span> <span class="Comment"># press 'a'</span> -<span id="L378" class="LineNr">378 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">97/a</span> -<span id="L379" class="LineNr">379 </span> <span class="Conceal">¦</span> restart read-move-routine -<span id="L380" class="LineNr">380 </span> <span class="Conceal">¦</span> <span class="Comment"># 'read-move' still waiting for keypress</span> -<span id="L381" class="LineNr">381 </span> <span class="Conceal">¦</span> wait-for-routine-to-block read-move-routine -<span id="L382" class="LineNr">382 </span> <span class="Conceal">¦</span> read-move-state <span class="Special"><-</span> routine-state read-move-routine -<span id="L383" class="LineNr">383 </span> <span class="Conceal">¦</span> waiting? <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> -<span id="L384" class="LineNr">384 </span> <span class="Conceal">¦</span> assert waiting?, <span class="Constant">[ </span> +<span id="L377" class="LineNr">377 </span> <span class="Comment"># press 'a'</span> +<span id="L378" class="LineNr">378 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">97/a</span> +<span id="L379" class="LineNr">379 </span> restart read-move-routine +<span id="L380" class="LineNr">380 </span> <span class="Comment"># 'read-move' still waiting for keypress</span> +<span id="L381" class="LineNr">381 </span> wait-for-routine-to-block read-move-routine +<span id="L382" class="LineNr">382 </span> read-move-state <span class="Special"><-</span> routine-state read-move-routine +<span id="L383" class="LineNr">383 </span> waiting? <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> +<span id="L384" class="LineNr">384 </span> assert waiting?, <span class="Constant">[ </span> <span id="L385" class="LineNr">385 </span><span class="Constant">F read-move-blocking: routine failed to pause after rank 'a']</span> -<span id="L386" class="LineNr">386 </span> <span class="Conceal">¦</span> <span class="Comment"># press '2'</span> -<span id="L387" class="LineNr">387 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">50/'2'</span> -<span id="L388" class="LineNr">388 </span> <span class="Conceal">¦</span> restart read-move-routine -<span id="L389" class="LineNr">389 </span> <span class="Conceal">¦</span> <span class="Comment"># 'read-move' still waiting for keypress</span> -<span id="L390" class="LineNr">390 </span> <span class="Conceal">¦</span> wait-for-routine-to-block read-move-routine -<span id="L391" class="LineNr">391 </span> <span class="Conceal">¦</span> read-move-state <span class="Special"><-</span> routine-state read-move-routine -<span id="L392" class="LineNr">392 </span> <span class="Conceal">¦</span> waiting? <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> -<span id="L393" class="LineNr">393 </span> <span class="Conceal">¦</span> assert waiting?, <span class="Constant">[ </span> +<span id="L386" class="LineNr">386 </span> <span class="Comment"># press '2'</span> +<span id="L387" class="LineNr">387 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">50/'2'</span> +<span id="L388" class="LineNr">388 </span> restart read-move-routine +<span id="L389" class="LineNr">389 </span> <span class="Comment"># 'read-move' still waiting for keypress</span> +<span id="L390" class="LineNr">390 </span> wait-for-routine-to-block read-move-routine +<span id="L391" class="LineNr">391 </span> read-move-state <span class="Special"><-</span> routine-state read-move-routine +<span id="L392" class="LineNr">392 </span> waiting? <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> +<span id="L393" class="LineNr">393 </span> assert waiting?, <span class="Constant">[ </span> <span id="L394" class="LineNr">394 </span><span class="Constant">F read-move-blocking: routine failed to pause after file 'a2']</span> -<span id="L395" class="LineNr">395 </span> <span class="Conceal">¦</span> <span class="Comment"># press '-'</span> -<span id="L396" class="LineNr">396 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">45/'-'</span> -<span id="L397" class="LineNr">397 </span> <span class="Conceal">¦</span> restart read-move-routine -<span id="L398" class="LineNr">398 </span> <span class="Conceal">¦</span> <span class="Comment"># 'read-move' still waiting for keypress</span> -<span id="L399" class="LineNr">399 </span> <span class="Conceal">¦</span> wait-for-routine-to-block read-move-routine -<span id="L400" class="LineNr">400 </span> <span class="Conceal">¦</span> read-move-state <span class="Special"><-</span> routine-state read-move-routine -<span id="L401" class="LineNr">401 </span> <span class="Conceal">¦</span> waiting? <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> -<span id="L402" class="LineNr">402 </span> <span class="Conceal">¦</span> assert waiting?, <span class="Constant">[ </span> +<span id="L395" class="LineNr">395 </span> <span class="Comment"># press '-'</span> +<span id="L396" class="LineNr">396 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">45/'-'</span> +<span id="L397" class="LineNr">397 </span> restart read-move-routine +<span id="L398" class="LineNr">398 </span> <span class="Comment"># 'read-move' still waiting for keypress</span> +<span id="L399" class="LineNr">399 </span> wait-for-routine-to-block read-move-routine +<span id="L400" class="LineNr">400 </span> read-move-state <span class="Special"><-</span> routine-state read-move-routine +<span id="L401" class="LineNr">401 </span> waiting? <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> +<span id="L402" class="LineNr">402 </span> assert waiting?, <span class="Constant">[ </span> <span id="L403" class="LineNr">403 </span><span class="Constant">F read-move-blocking: routine failed to pause after hyphen 'a2-']</span> -<span id="L404" class="LineNr">404 </span> <span class="Conceal">¦</span> <span class="Comment"># press 'a'</span> -<span id="L405" class="LineNr">405 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">97/a</span> -<span id="L406" class="LineNr">406 </span> <span class="Conceal">¦</span> restart read-move-routine -<span id="L407" class="LineNr">407 </span> <span class="Conceal">¦</span> <span class="Comment"># 'read-move' still waiting for keypress</span> -<span id="L408" class="LineNr">408 </span> <span class="Conceal">¦</span> wait-for-routine-to-block read-move-routine -<span id="L409" class="LineNr">409 </span> <span class="Conceal">¦</span> read-move-state <span class="Special"><-</span> routine-state read-move-routine -<span id="L410" class="LineNr">410 </span> <span class="Conceal">¦</span> waiting? <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> -<span id="L411" class="LineNr">411 </span> <span class="Conceal">¦</span> assert waiting?, <span class="Constant">[ </span> +<span id="L404" class="LineNr">404 </span> <span class="Comment"># press 'a'</span> +<span id="L405" class="LineNr">405 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">97/a</span> +<span id="L406" class="LineNr">406 </span> restart read-move-routine +<span id="L407" class="LineNr">407 </span> <span class="Comment"># 'read-move' still waiting for keypress</span> +<span id="L408" class="LineNr">408 </span> wait-for-routine-to-block read-move-routine +<span id="L409" class="LineNr">409 </span> read-move-state <span class="Special"><-</span> routine-state read-move-routine +<span id="L410" class="LineNr">410 </span> waiting? <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> +<span id="L411" class="LineNr">411 </span> assert waiting?, <span class="Constant">[ </span> <span id="L412" class="LineNr">412 </span><span class="Constant">F read-move-blocking: routine failed to pause after rank 'a2-a']</span> -<span id="L413" class="LineNr">413 </span> <span class="Conceal">¦</span> <span class="Comment"># press '4'</span> -<span id="L414" class="LineNr">414 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">52/'4'</span> -<span id="L415" class="LineNr">415 </span> <span class="Conceal">¦</span> restart read-move-routine -<span id="L416" class="LineNr">416 </span> <span class="Conceal">¦</span> <span class="Comment"># 'read-move' still waiting for keypress</span> -<span id="L417" class="LineNr">417 </span> <span class="Conceal">¦</span> wait-for-routine-to-block read-move-routine -<span id="L418" class="LineNr">418 </span> <span class="Conceal">¦</span> read-move-state <span class="Special"><-</span> routine-state read-move-routine -<span id="L419" class="LineNr">419 </span> <span class="Conceal">¦</span> waiting? <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> -<span id="L420" class="LineNr">420 </span> <span class="Conceal">¦</span> assert waiting?, <span class="Constant">[ </span> +<span id="L413" class="LineNr">413 </span> <span class="Comment"># press '4'</span> +<span id="L414" class="LineNr">414 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">52/'4'</span> +<span id="L415" class="LineNr">415 </span> restart read-move-routine +<span id="L416" class="LineNr">416 </span> <span class="Comment"># 'read-move' still waiting for keypress</span> +<span id="L417" class="LineNr">417 </span> wait-for-routine-to-block read-move-routine +<span id="L418" class="LineNr">418 </span> read-move-state <span class="Special"><-</span> routine-state read-move-routine +<span id="L419" class="LineNr">419 </span> waiting? <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> +<span id="L420" class="LineNr">420 </span> assert waiting?, <span class="Constant">[ </span> <span id="L421" class="LineNr">421 </span><span class="Constant">F read-move-blocking: routine failed to pause after file 'a2-a4']</span> -<span id="L422" class="LineNr">422 </span> <span class="Conceal">¦</span> <span class="Comment"># press 'newline'</span> -<span id="L423" class="LineNr">423 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>,<span class="Constant"> 10</span> <span class="Comment"># newline</span> -<span id="L424" class="LineNr">424 </span> <span class="Conceal">¦</span> restart read-move-routine -<span id="L425" class="LineNr">425 </span> <span class="Conceal">¦</span> <span class="Comment"># 'read-move' now completes</span> -<span id="L426" class="LineNr">426 </span> <span class="Conceal">¦</span> wait-for-routine-to-block read-move-routine -<span id="L427" class="LineNr">427 </span> <span class="Conceal">¦</span> read-move-state <span class="Special"><-</span> routine-state read-move-routine -<span id="L428" class="LineNr">428 </span> <span class="Conceal">¦</span> completed?:bool <span class="Special"><-</span> equal read-move-state, <span class="Constant">1/completed</span> -<span id="L429" class="LineNr">429 </span> <span class="Conceal">¦</span> assert completed?, <span class="Constant">[ </span> +<span id="L422" class="LineNr">422 </span> <span class="Comment"># press 'newline'</span> +<span id="L423" class="LineNr">423 </span> sink <span class="Special"><-</span> write sink,<span class="Constant"> 10</span> <span class="Comment"># newline</span> +<span id="L424" class="LineNr">424 </span> restart read-move-routine +<span id="L425" class="LineNr">425 </span> <span class="Comment"># 'read-move' now completes</span> +<span id="L426" class="LineNr">426 </span> wait-for-routine-to-block read-move-routine +<span id="L427" class="LineNr">427 </span> read-move-state <span class="Special"><-</span> routine-state read-move-routine +<span id="L428" class="LineNr">428 </span> completed?:bool <span class="Special"><-</span> equal read-move-state, <span class="Constant">1/completed</span> +<span id="L429" class="LineNr">429 </span> assert completed?, <span class="Constant">[ </span> <span id="L430" class="LineNr">430 </span><span class="Constant">F read-move-blocking: routine failed to terminate on newline]</span> -<span id="L431" class="LineNr">431 </span> <span class="Conceal">¦</span> trace<span class="Constant"> 1</span>, <span class="Constant">[test]</span>, <span class="Constant">[reached end]</span> +<span id="L431" class="LineNr">431 </span> trace<span class="Constant"> 1</span>, <span class="Constant">[test]</span>, <span class="Constant">[reached end]</span> <span id="L432" class="LineNr">432 </span> ] <span id="L433" class="LineNr">433 </span> trace-should-contain [ -<span id="L434" class="LineNr">434 </span> <span class="Conceal">¦</span> test: reached end +<span id="L434" class="LineNr">434 </span> test: reached end <span id="L435" class="LineNr">435 </span> ] <span id="L436" class="LineNr">436 </span>] <span id="L437" class="LineNr">437 </span> <span id="L438" class="LineNr">438 </span><span class="muScenario">scenario</span> read-move-quit [ <span id="L439" class="LineNr">439 </span> <span class="Constant">local-scope</span> <span id="L440" class="LineNr">440 </span> assume-screen <span class="Constant">20/width</span>, <span class="Constant">2/height</span> -<span id="L441" class="LineNr">441 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">2/capacity</span> -<span id="L442" class="LineNr">442 </span> read-move-routine:num <span class="Special"><-</span> <span class="muControl">start-running</span> <a href='chessboard.mu.html#L248'>read-move</a>, <a href='075channel.mu.html#L43'>source</a>, <a href='081print.mu.html#L16'>screen</a> +<span id="L441" class="LineNr">441 </span> source:&:source:char, sink:&:sink:char <span class="Special"><-</span> new-channel <span class="Constant">2/capacity</span> +<span id="L442" class="LineNr">442 </span> read-move-routine:num <span class="Special"><-</span> <span class="muControl">start-running</span> read-move, source, screen <span id="L443" class="LineNr">443 </span> run [ -<span id="L444" class="LineNr">444 </span> <span class="Conceal">¦</span> <span class="Comment"># 'read-move' is waiting for keypress</span> -<span id="L445" class="LineNr">445 </span> <span class="Conceal">¦</span> wait-for-routine-to-block read-move-routine -<span id="L446" class="LineNr">446 </span> <span class="Conceal">¦</span> read-move-state:num <span class="Special"><-</span> routine-state read-move-routine -<span id="L447" class="LineNr">447 </span> <span class="Conceal">¦</span> waiting?:bool <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> -<span id="L448" class="LineNr">448 </span> <span class="Conceal">¦</span> assert waiting?, <span class="Constant">[ </span> +<span id="L444" class="LineNr">444 </span> <span class="Comment"># 'read-move' is waiting for keypress</span> +<span id="L445" class="LineNr">445 </span> wait-for-routine-to-block read-move-routine +<span id="L446" class="LineNr">446 </span> read-move-state:num <span class="Special"><-</span> routine-state read-move-routine +<span id="L447" class="LineNr">447 </span> waiting?:bool <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> +<span id="L448" class="LineNr">448 </span> assert waiting?, <span class="Constant">[ </span> <span id="L449" class="LineNr">449 </span><span class="Constant">F read-move-quit: routine failed to pause after coming up (before any keys were pressed)]</span> -<span id="L450" class="LineNr">450 </span> <span class="Conceal">¦</span> <span class="Comment"># press 'q'</span> -<span id="L451" class="LineNr">451 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">113/q</span> -<span id="L452" class="LineNr">452 </span> <span class="Conceal">¦</span> restart read-move-routine -<span id="L453" class="LineNr">453 </span> <span class="Conceal">¦</span> <span class="Comment"># 'read-move' completes</span> -<span id="L454" class="LineNr">454 </span> <span class="Conceal">¦</span> wait-for-routine-to-block read-move-routine -<span id="L455" class="LineNr">455 </span> <span class="Conceal">¦</span> read-move-state <span class="Special"><-</span> routine-state read-move-routine -<span id="L456" class="LineNr">456 </span> <span class="Conceal">¦</span> completed?:bool <span class="Special"><-</span> equal read-move-state, <span class="Constant">1/completed</span> -<span id="L457" class="LineNr">457 </span> <span class="Conceal">¦</span> assert completed?, <span class="Constant">[ </span> +<span id="L450" class="LineNr">450 </span> <span class="Comment"># press 'q'</span> +<span id="L451" class="LineNr">451 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">113/q</span> +<span id="L452" class="LineNr">452 </span> restart read-move-routine +<span id="L453" class="LineNr">453 </span> <span class="Comment"># 'read-move' completes</span> +<span id="L454" class="LineNr">454 </span> wait-for-routine-to-block read-move-routine +<span id="L455" class="LineNr">455 </span> read-move-state <span class="Special"><-</span> routine-state read-move-routine +<span id="L456" class="LineNr">456 </span> completed?:bool <span class="Special"><-</span> equal read-move-state, <span class="Constant">1/completed</span> +<span id="L457" class="LineNr">457 </span> assert completed?, <span class="Constant">[ </span> <span id="L458" class="LineNr">458 </span><span class="Constant">F read-move-quit: routine failed to terminate on 'q']</span> -<span id="L459" class="LineNr">459 </span> <span class="Conceal">¦</span> trace<span class="Constant"> 1</span>, <span class="Constant">[test]</span>, <span class="Constant">[reached end]</span> +<span id="L459" class="LineNr">459 </span> trace<span class="Constant"> 1</span>, <span class="Constant">[test]</span>, <span class="Constant">[reached end]</span> <span id="L460" class="LineNr">460 </span> ] <span id="L461" class="LineNr">461 </span> trace-should-contain [ -<span id="L462" class="LineNr">462 </span> <span class="Conceal">¦</span> test: reached end +<span id="L462" class="LineNr">462 </span> test: reached end <span id="L463" class="LineNr">463 </span> ] <span id="L464" class="LineNr">464 </span>] <span id="L465" class="LineNr">465 </span> <span id="L466" class="LineNr">466 </span><span class="muScenario">scenario</span> read-move-illegal-file [ <span id="L467" class="LineNr">467 </span> <span class="Constant">local-scope</span> <span id="L468" class="LineNr">468 </span> assume-screen <span class="Constant">20/width</span>, <span class="Constant">2/height</span> -<span id="L469" class="LineNr">469 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">2/capacity</span> -<span id="L470" class="LineNr">470 </span> read-move-routine:num <span class="Special"><-</span> <span class="muControl">start-running</span> <a href='chessboard.mu.html#L248'>read-move</a>, <a href='075channel.mu.html#L43'>source</a>, <a href='081print.mu.html#L16'>screen</a> +<span id="L469" class="LineNr">469 </span> source:&:source:char, sink:&:sink:char <span class="Special"><-</span> new-channel <span class="Constant">2/capacity</span> +<span id="L470" class="LineNr">470 </span> read-move-routine:num <span class="Special"><-</span> <span class="muControl">start-running</span> read-move, source, screen <span id="L471" class="LineNr">471 </span> run [ -<span id="L472" class="LineNr">472 </span> <span class="Conceal">¦</span> <span class="Comment"># 'read-move' is waiting for keypress</span> -<span id="L473" class="LineNr">473 </span> <span class="Conceal">¦</span> wait-for-routine-to-block read-move-routine -<span id="L474" class="LineNr">474 </span> <span class="Conceal">¦</span> read-move-state:num <span class="Special"><-</span> routine-state read-move-routine -<span id="L475" class="LineNr">475 </span> <span class="Conceal">¦</span> waiting?:bool <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> -<span id="L476" class="LineNr">476 </span> <span class="Conceal">¦</span> assert waiting?, <span class="Constant">[ </span> +<span id="L472" class="LineNr">472 </span> <span class="Comment"># 'read-move' is waiting for keypress</span> +<span id="L473" class="LineNr">473 </span> wait-for-routine-to-block read-move-routine +<span id="L474" class="LineNr">474 </span> read-move-state:num <span class="Special"><-</span> routine-state read-move-routine +<span id="L475" class="LineNr">475 </span> waiting?:bool <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> +<span id="L476" class="LineNr">476 </span> assert waiting?, <span class="Constant">[ </span> <span id="L477" class="LineNr">477 </span><span class="Constant">F read-move-illegal-file: routine failed to pause after coming up (before any keys were pressed)]</span> -<span id="L478" class="LineNr">478 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">50/'2'</span> -<span id="L479" class="LineNr">479 </span> <span class="Conceal">¦</span> restart read-move-routine -<span id="L480" class="LineNr">480 </span> <span class="Conceal">¦</span> wait-for-routine-to-block read-move-routine +<span id="L478" class="LineNr">478 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">50/'2'</span> +<span id="L479" class="LineNr">479 </span> restart read-move-routine +<span id="L480" class="LineNr">480 </span> wait-for-routine-to-block read-move-routine <span id="L481" class="LineNr">481 </span> ] <span id="L482" class="LineNr">482 </span> screen-should-contain [ -<span id="L483" class="LineNr">483 </span> <span class="Conceal">¦</span><span class="Constant"> .file too low: 2 .</span> -<span id="L484" class="LineNr">484 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L483" class="LineNr">483 </span> <span class="Constant"> .file too low: 2 .</span> +<span id="L484" class="LineNr">484 </span> <span class="Constant"> . .</span> <span id="L485" class="LineNr">485 </span> ] <span id="L486" class="LineNr">486 </span>] <span id="L487" class="LineNr">487 </span> <span id="L488" class="LineNr">488 </span><span class="muScenario">scenario</span> read-move-illegal-rank [ <span id="L489" class="LineNr">489 </span> <span class="Constant">local-scope</span> <span id="L490" class="LineNr">490 </span> assume-screen <span class="Constant">20/width</span>, <span class="Constant">2/height</span> -<span id="L491" class="LineNr">491 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">2/capacity</span> -<span id="L492" class="LineNr">492 </span> read-move-routine:num <span class="Special"><-</span> <span class="muControl">start-running</span> <a href='chessboard.mu.html#L248'>read-move</a>, <a href='075channel.mu.html#L43'>source</a>, <a href='081print.mu.html#L16'>screen</a> +<span id="L491" class="LineNr">491 </span> source:&:source:char, sink:&:sink:char <span class="Special"><-</span> new-channel <span class="Constant">2/capacity</span> +<span id="L492" class="LineNr">492 </span> read-move-routine:num <span class="Special"><-</span> <span class="muControl">start-running</span> read-move, source, screen <span id="L493" class="LineNr">493 </span> run [ -<span id="L494" class="LineNr">494 </span> <span class="Conceal">¦</span> <span class="Comment"># 'read-move' is waiting for keypress</span> -<span id="L495" class="LineNr">495 </span> <span class="Conceal">¦</span> wait-for-routine-to-block read-move-routine -<span id="L496" class="LineNr">496 </span> <span class="Conceal">¦</span> read-move-state:num <span class="Special"><-</span> routine-state read-move-routine -<span id="L497" class="LineNr">497 </span> <span class="Conceal">¦</span> waiting?:bool <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> -<span id="L498" class="LineNr">498 </span> <span class="Conceal">¦</span> assert waiting?, <span class="Constant">[ </span> +<span id="L494" class="LineNr">494 </span> <span class="Comment"># 'read-move' is waiting for keypress</span> +<span id="L495" class="LineNr">495 </span> wait-for-routine-to-block read-move-routine +<span id="L496" class="LineNr">496 </span> read-move-state:num <span class="Special"><-</span> routine-state read-move-routine +<span id="L497" class="LineNr">497 </span> waiting?:bool <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> +<span id="L498" class="LineNr">498 </span> assert waiting?, <span class="Constant">[ </span> <span id="L499" class="LineNr">499 </span><span class="Constant">F read-move-illegal-rank: routine failed to pause after coming up (before any keys were pressed)]</span> -<span id="L500" class="LineNr">500 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">97/a</span> -<span id="L501" class="LineNr">501 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">97/a</span> -<span id="L502" class="LineNr">502 </span> <span class="Conceal">¦</span> restart read-move-routine -<span id="L503" class="LineNr">503 </span> <span class="Conceal">¦</span> wait-for-routine-to-block read-move-routine +<span id="L500" class="LineNr">500 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">97/a</span> +<span id="L501" class="LineNr">501 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">97/a</span> +<span id="L502" class="LineNr">502 </span> restart read-move-routine +<span id="L503" class="LineNr">503 </span> wait-for-routine-to-block read-move-routine <span id="L504" class="LineNr">504 </span> ] <span id="L505" class="LineNr">505 </span> screen-should-contain [ -<span id="L506" class="LineNr">506 </span> <span class="Conceal">¦</span><span class="Constant"> .rank too high: a .</span> -<span id="L507" class="LineNr">507 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L506" class="LineNr">506 </span> <span class="Constant"> .rank too high: a .</span> +<span id="L507" class="LineNr">507 </span> <span class="Constant"> . .</span> <span id="L508" class="LineNr">508 </span> ] <span id="L509" class="LineNr">509 </span>] <span id="L510" class="LineNr">510 </span> <span id="L511" class="LineNr">511 </span><span class="muScenario">scenario</span> read-move-empty [ <span id="L512" class="LineNr">512 </span> <span class="Constant">local-scope</span> <span id="L513" class="LineNr">513 </span> assume-screen <span class="Constant">20/width</span>, <span class="Constant">2/height</span> -<span id="L514" class="LineNr">514 </span> <a href='075channel.mu.html#L43'>source</a>:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a> <span class="Constant">2/capacity</span> -<span id="L515" class="LineNr">515 </span> read-move-routine:num <span class="Special"><-</span> <span class="muControl">start-running</span> <a href='chessboard.mu.html#L248'>read-move</a>, <a href='075channel.mu.html#L43'>source</a>, <a href='081print.mu.html#L16'>screen</a> +<span id="L514" class="LineNr">514 </span> source:&:source:char, sink:&:sink:char <span class="Special"><-</span> new-channel <span class="Constant">2/capacity</span> +<span id="L515" class="LineNr">515 </span> read-move-routine:num <span class="Special"><-</span> <span class="muControl">start-running</span> read-move, source, screen <span id="L516" class="LineNr">516 </span> run [ -<span id="L517" class="LineNr">517 </span> <span class="Conceal">¦</span> <span class="Comment"># 'read-move' is waiting for keypress</span> -<span id="L518" class="LineNr">518 </span> <span class="Conceal">¦</span> wait-for-routine-to-block read-move-routine -<span id="L519" class="LineNr">519 </span> <span class="Conceal">¦</span> read-move-state:num <span class="Special"><-</span> routine-state read-move-routine -<span id="L520" class="LineNr">520 </span> <span class="Conceal">¦</span> waiting?:bool <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> -<span id="L521" class="LineNr">521 </span> <span class="Conceal">¦</span> assert waiting?, <span class="Constant">[ </span> +<span id="L517" class="LineNr">517 </span> <span class="Comment"># 'read-move' is waiting for keypress</span> +<span id="L518" class="LineNr">518 </span> wait-for-routine-to-block read-move-routine +<span id="L519" class="LineNr">519 </span> read-move-state:num <span class="Special"><-</span> routine-state read-move-routine +<span id="L520" class="LineNr">520 </span> waiting?:bool <span class="Special"><-</span> not-equal read-move-state, <span class="Constant">2/discontinued</span> +<span id="L521" class="LineNr">521 </span> assert waiting?, <span class="Constant">[ </span> <span id="L522" class="LineNr">522 </span><span class="Constant">F read-move-empty: routine failed to pause after coming up (before any keys were pressed)]</span> -<span id="L523" class="LineNr">523 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">10/newline</span> -<span id="L524" class="LineNr">524 </span> <span class="Conceal">¦</span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> <a href='075channel.mu.html#L47'>sink</a>, <span class="Constant">97/a</span> -<span id="L525" class="LineNr">525 </span> <span class="Conceal">¦</span> restart read-move-routine -<span id="L526" class="LineNr">526 </span> <span class="Conceal">¦</span> wait-for-routine-to-block read-move-routine +<span id="L523" class="LineNr">523 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">10/newline</span> +<span id="L524" class="LineNr">524 </span> sink <span class="Special"><-</span> write sink, <span class="Constant">97/a</span> +<span id="L525" class="LineNr">525 </span> restart read-move-routine +<span id="L526" class="LineNr">526 </span> wait-for-routine-to-block read-move-routine <span id="L527" class="LineNr">527 </span> ] <span id="L528" class="LineNr">528 </span> screen-should-contain [ -<span id="L529" class="LineNr">529 </span> <span class="Conceal">¦</span><span class="Constant"> .that's not enough .</span> -<span id="L530" class="LineNr">530 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L529" class="LineNr">529 </span> <span class="Constant"> .that's not enough .</span> +<span id="L530" class="LineNr">530 </span> <span class="Constant"> . .</span> <span id="L531" class="LineNr">531 </span> ] <span id="L532" class="LineNr">532 </span>] <span id="L533" class="LineNr">533 </span> -<span id="L534" class="LineNr">534 </span><span class="muRecipe">def</span> <a href='chessboard.mu.html#L534'>make-move</a> <a href='chessboard.mu.html#L67'>board</a>:<a href='chessboard.mu.html#L67'>board</a>, m:&:<a href='chessboard.mu.html#L239'>move</a><span class="muRecipe"> -> </span><a href='chessboard.mu.html#L67'>board</a>:<a href='chessboard.mu.html#L67'>board</a> [ +<span id="L534" class="LineNr">534 </span><span class="muRecipe">def</span> make-move board:board, m:&:move<span class="muRecipe"> -> </span>board:board [ <span id="L535" class="LineNr">535 </span> <span class="Constant">local-scope</span> <span id="L536" class="LineNr">536 </span> <span class="Constant">load-inputs</span> <span id="L537" class="LineNr">537 </span> from-file:num <span class="Special"><-</span> get *m, <span class="Constant">from-file:offset</span> @@ -612,26 +611,26 @@ if ('onhashchange' in window) { <span id="L548" class="LineNr">548 </span><span class="muScenario">scenario</span> making-a-move [ <span id="L549" class="LineNr">549 </span> <span class="Constant">local-scope</span> <span id="L550" class="LineNr">550 </span> assume-screen <span class="Constant">30/width</span>, <span class="Constant">12/height</span> -<span id="L551" class="LineNr">551 </span> <a href='chessboard.mu.html#L67'>board</a>:<a href='chessboard.mu.html#L67'>board</a> <span class="Special"><-</span> <a href='chessboard.mu.html#L190'>initial-position</a> -<span id="L552" class="LineNr">552 </span> <a href='chessboard.mu.html#L239'>move</a>:&:<a href='chessboard.mu.html#L239'>move</a> <span class="Special"><-</span> new <span class="Constant"><a href='chessboard.mu.html#L239'>move</a>:type</span> +<span id="L551" class="LineNr">551 </span> board:board <span class="Special"><-</span> initial-position +<span id="L552" class="LineNr">552 </span> move:&:move <span class="Special"><-</span> new <span class="Constant">move:type</span> <span id="L553" class="LineNr">553 </span> *move <span class="Special"><-</span> merge <span class="Constant">6/g</span>, <span class="Constant">1/'2'</span>, <span class="Constant">6/g</span>, <span class="Constant">3/'4'</span> <span id="L554" class="LineNr">554 </span> run [ -<span id="L555" class="LineNr">555 </span> <span class="Conceal">¦</span> <a href='chessboard.mu.html#L67'>board</a> <span class="Special"><-</span> <a href='chessboard.mu.html#L534'>make-move</a> <a href='chessboard.mu.html#L67'>board</a>, <a href='chessboard.mu.html#L239'>move</a> -<span id="L556" class="LineNr">556 </span> <span class="Conceal">¦</span> <a href='081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='081print.mu.html#L16'>screen</a>, <a href='chessboard.mu.html#L67'>board</a> +<span id="L555" class="LineNr">555 </span> board <span class="Special"><-</span> make-move board, move +<span id="L556" class="LineNr">556 </span> screen <span class="Special"><-</span> print screen, board <span id="L557" class="LineNr">557 </span> ] <span id="L558" class="LineNr">558 </span> screen-should-contain [ <span id="L559" class="LineNr">559 </span> <span class="Comment"># 012345678901234567890123456789</span> -<span id="L560" class="LineNr">560 </span> <span class="Conceal">¦</span><span class="Constant"> .8 | r n b q k b n r .</span> -<span id="L561" class="LineNr">561 </span> <span class="Conceal">¦</span><span class="Constant"> .7 | p p p p p p p p .</span> -<span id="L562" class="LineNr">562 </span> <span class="Conceal">¦</span><span class="Constant"> .6 | .</span> -<span id="L563" class="LineNr">563 </span> <span class="Conceal">¦</span><span class="Constant"> .5 | .</span> -<span id="L564" class="LineNr">564 </span> <span class="Conceal">¦</span><span class="Constant"> .4 | P .</span> -<span id="L565" class="LineNr">565 </span> <span class="Conceal">¦</span><span class="Constant"> .3 | .</span> -<span id="L566" class="LineNr">566 </span> <span class="Conceal">¦</span><span class="Constant"> .2 | P P P P P P P .</span> -<span id="L567" class="LineNr">567 </span> <span class="Conceal">¦</span><span class="Constant"> .1 | R N B Q K B N R .</span> -<span id="L568" class="LineNr">568 </span> <span class="Conceal">¦</span><span class="Constant"> . +---------------- .</span> -<span id="L569" class="LineNr">569 </span> <span class="Conceal">¦</span><span class="Constant"> . a b c d e f g h .</span> -<span id="L570" class="LineNr">570 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L560" class="LineNr">560 </span> <span class="Constant"> .8 | r n b q k b n r .</span> +<span id="L561" class="LineNr">561 </span> <span class="Constant"> .7 | p p p p p p p p .</span> +<span id="L562" class="LineNr">562 </span> <span class="Constant"> .6 | .</span> +<span id="L563" class="LineNr">563 </span> <span class="Constant"> .5 | .</span> +<span id="L564" class="LineNr">564 </span> <span class="Constant"> .4 | P .</span> +<span id="L565" class="LineNr">565 </span> <span class="Constant"> .3 | .</span> +<span id="L566" class="LineNr">566 </span> <span class="Constant"> .2 | P P P P P P P .</span> +<span id="L567" class="LineNr">567 </span> <span class="Constant"> .1 | R N B Q K B N R .</span> +<span id="L568" class="LineNr">568 </span> <span class="Constant"> . +---------------- .</span> +<span id="L569" class="LineNr">569 </span> <span class="Constant"> . a b c d e f g h .</span> +<span id="L570" class="LineNr">570 </span> <span class="Constant"> . .</span> <span id="L571" class="LineNr">571 </span> ] <span id="L572" class="LineNr">572 </span>] </pre> diff --git a/html/console.mu.html b/html/console.mu.html index 97304cc9..79341c15 100644 --- a/html/console.mu.html +++ b/html/console.mu.html @@ -15,15 +15,14 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -62,14 +61,14 @@ if ('onhashchange' in window) { <span id="L2" class="LineNr"> 2 </span><span class="Comment">#</span> <span id="L3" class="LineNr"> 3 </span><span class="Comment"># Keeps printing 'a' until you press a key or click on the mouse.</span> <span id="L4" class="LineNr"> 4 </span> -<span id="L5" class="LineNr"> 5 </span><span class="muRecipe">def</span> <a href='console.mu.html#L5'>main</a> [ +<span id="L5" class="LineNr"> 5 </span><span class="muRecipe">def</span> main [ <span id="L6" class="LineNr"> 6 </span> <span class="Constant">local-scope</span> <span id="L7" class="LineNr"> 7 </span> open-console <span id="L8" class="LineNr"> 8 </span> <span class="Delimiter">{</span> -<span id="L9" class="LineNr"> 9 </span> <span class="Conceal">¦</span> e:<a href='084console.mu.html#L4'>event</a>, found?:bool <span class="Special"><-</span> check-for-interaction -<span id="L10" class="LineNr">10 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> found? -<span id="L11" class="LineNr">11 </span> <span class="Conceal">¦</span> print-character-to-display<span class="Constant"> 97</span>, <span class="Constant">7/white</span> -<span id="L12" class="LineNr">12 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L9" class="LineNr"> 9 </span> e:event, found?:bool <span class="Special"><-</span> check-for-interaction +<span id="L10" class="LineNr">10 </span> <span class="muControl">break-if</span> found? +<span id="L11" class="LineNr">11 </span> print-character-to-display<span class="Constant"> 97</span>, <span class="Constant">7/white</span> +<span id="L12" class="LineNr">12 </span> <span class="muControl"> loop</span> <span id="L13" class="LineNr">13 </span> <span class="Delimiter">}</span> <span id="L14" class="LineNr">14 </span> close-console <span id="L15" class="LineNr">15 </span> $print e, <span class="Constant">10/newline</span> diff --git a/html/continuation1.mu.html b/html/continuation1.mu.html index 7eeca335..639dd51f 100644 --- a/html/continuation1.mu.html +++ b/html/continuation1.mu.html @@ -15,13 +15,13 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -68,14 +68,14 @@ if ('onhashchange' in window) { <span id="L10" class="LineNr">10 </span><span class="Comment"># Expected output:</span> <span id="L11" class="LineNr">11 </span><span class="Comment"># 1</span> <span id="L12" class="LineNr">12 </span> -<span id="L13" class="LineNr">13 </span><span class="muRecipe">def</span> <a href='continuation1.mu.html#L13'>main</a> [ +<span id="L13" class="LineNr">13 </span><span class="muRecipe">def</span> main [ <span id="L14" class="LineNr">14 </span> <span class="Constant">local-scope</span> -<span id="L15" class="LineNr">15 </span> k:continuation <span class="Special"><-</span> <span class="muControl">call-with-continuation-mark</span> <span class="Constant">100/mark</span>, <a href='continuation1.mu.html#L20'>create-yielder</a> +<span id="L15" class="LineNr">15 </span> k:continuation <span class="Special"><-</span> <span class="muControl">call-with-continuation-mark</span> <span class="Constant">100/mark</span>, create-yielder <span id="L16" class="LineNr">16 </span> x:num <span class="Special"><-</span> call k <span class="Comment"># should return 1</span> <span id="L17" class="LineNr">17 </span> $print x <span class="Constant">10/newline</span> <span id="L18" class="LineNr">18 </span>] <span id="L19" class="LineNr">19 </span> -<span id="L20" class="LineNr">20 </span><span class="muRecipe">def</span> <a href='continuation1.mu.html#L20'>create-yielder</a><span class="muRecipe"> -> </span>n:num [ +<span id="L20" class="LineNr">20 </span><span class="muRecipe">def</span> create-yielder<span class="muRecipe"> -> </span>n:num [ <span id="L21" class="LineNr">21 </span> <span class="Constant">local-scope</span> <span id="L22" class="LineNr">22 </span> <span class="Constant">load-inputs</span> <span id="L23" class="LineNr">23 </span> <span class="muControl">return-continuation-until-mark</span> <span class="Constant">100/mark</span> diff --git a/html/continuation2.mu.html b/html/continuation2.mu.html index 997c54bc..bfeb5cbc 100644 --- a/html/continuation2.mu.html +++ b/html/continuation2.mu.html @@ -15,15 +15,14 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -71,29 +70,29 @@ if ('onhashchange' in window) { <span id="L11" class="LineNr">11 </span><span class="Comment"># 2</span> <span id="L12" class="LineNr">12 </span><span class="Comment"># 3</span> <span id="L13" class="LineNr">13 </span> -<span id="L14" class="LineNr">14 </span><span class="muRecipe">def</span> <a href='continuation2.mu.html#L14'>main</a> [ +<span id="L14" class="LineNr">14 </span><span class="muRecipe">def</span> main [ <span id="L15" class="LineNr">15 </span> <span class="Constant">local-scope</span> -<span id="L16" class="LineNr">16 </span> l:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L16" class="LineNr">16 </span> l:&:list:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L17" class="LineNr">17 </span> l <span class="Special"><-</span> push<span class="Constant"> 3</span>, l <span id="L18" class="LineNr">18 </span> l <span class="Special"><-</span> push<span class="Constant"> 2</span>, l <span id="L19" class="LineNr">19 </span> l <span class="Special"><-</span> push<span class="Constant"> 1</span>, l -<span id="L20" class="LineNr">20 </span> k:continuation <span class="Special"><-</span> <span class="muControl">call-with-continuation-mark</span> <span class="Constant">100/mark</span>, <a href='continuation2.mu.html#L29'>create-yielder</a>, l +<span id="L20" class="LineNr">20 </span> k:continuation <span class="Special"><-</span> <span class="muControl">call-with-continuation-mark</span> <span class="Constant">100/mark</span>, create-yielder, l <span id="L21" class="LineNr">21 </span> <span class="Delimiter">{</span> -<span id="L22" class="LineNr">22 </span> <span class="Conceal">¦</span> x:num, done?:bool <span class="Special"><-</span> call k -<span id="L23" class="LineNr">23 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L24" class="LineNr">24 </span> <span class="Conceal">¦</span> $print x <span class="Constant">10/newline</span> -<span id="L25" class="LineNr">25 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L22" class="LineNr">22 </span> x:num, done?:bool <span class="Special"><-</span> call k +<span id="L23" class="LineNr">23 </span> <span class="muControl">break-if</span> done? +<span id="L24" class="LineNr">24 </span> $print x <span class="Constant">10/newline</span> +<span id="L25" class="LineNr">25 </span> <span class="muControl"> loop</span> <span id="L26" class="LineNr">26 </span> <span class="Delimiter">}</span> <span id="L27" class="LineNr">27 </span>] <span id="L28" class="LineNr">28 </span> -<span id="L29" class="LineNr">29 </span><span class="muRecipe">def</span> <a href='continuation2.mu.html#L29'>create-yielder</a> l:&:<a href='064list.mu.html#L6'>list</a>:num<span class="muRecipe"> -> </span>n:num, done?:bool [ +<span id="L29" class="LineNr">29 </span><span class="muRecipe">def</span> create-yielder l:&:list:num<span class="muRecipe"> -> </span>n:num, done?:bool [ <span id="L30" class="LineNr">30 </span> <span class="Constant">local-scope</span> <span id="L31" class="LineNr">31 </span> <span class="Constant">load-inputs</span> <span id="L32" class="LineNr">32 </span> <span class="muControl">return-continuation-until-mark</span> <span class="Constant">100/mark</span> <span id="L33" class="LineNr">33 </span> done? <span class="Special"><-</span> equal l, <span class="Constant">0/nil</span> <span id="L34" class="LineNr">34 </span> <span class="muControl">return-if</span> done?, <span class="Constant">0/false</span> <span id="L35" class="LineNr">35 </span> n <span class="Special"><-</span> first l -<span id="L36" class="LineNr">36 </span> l <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> l +<span id="L36" class="LineNr">36 </span> l <span class="Special"><-</span> rest l <span id="L37" class="LineNr">37 </span>] </pre> </body> diff --git a/html/continuation3.mu.html b/html/continuation3.mu.html index 86ff18d6..e857d754 100644 --- a/html/continuation3.mu.html +++ b/html/continuation3.mu.html @@ -15,13 +15,13 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -72,17 +72,17 @@ if ('onhashchange' in window) { <span id="L14" class="LineNr">14 </span><span class="Comment"># caller 2</span> <span id="L15" class="LineNr">15 </span><span class="Comment"># callee 2</span> <span id="L16" class="LineNr">16 </span> -<span id="L17" class="LineNr">17 </span><span class="muRecipe">def</span> <a href='continuation3.mu.html#L17'>main</a> [ +<span id="L17" class="LineNr">17 </span><span class="muRecipe">def</span> main [ <span id="L18" class="LineNr">18 </span> <span class="Constant">local-scope</span> <span id="L19" class="LineNr">19 </span> $print <span class="Constant">[caller 0]</span> <span class="Constant">10/newline</span> -<span id="L20" class="LineNr">20 </span> k:continuation <span class="Special"><-</span> <span class="muControl">call-with-continuation-mark</span> <span class="Constant">100/mark</span>, <a href='continuation3.mu.html#L27'>f</a> +<span id="L20" class="LineNr">20 </span> k:continuation <span class="Special"><-</span> <span class="muControl">call-with-continuation-mark</span> <span class="Constant">100/mark</span>, f <span id="L21" class="LineNr">21 </span> $print <span class="Constant">[caller 1]</span> <span class="Constant">10/newline</span> <span id="L22" class="LineNr">22 </span> k <span class="Special"><-</span> call k <span id="L23" class="LineNr">23 </span> $print <span class="Constant">[caller 2]</span> <span class="Constant">10/newline</span> <span id="L24" class="LineNr">24 </span> call k <span id="L25" class="LineNr">25 </span>] <span id="L26" class="LineNr">26 </span> -<span id="L27" class="LineNr">27 </span><span class="muRecipe">def</span> <a href='continuation3.mu.html#L27'>f</a> [ +<span id="L27" class="LineNr">27 </span><span class="muRecipe">def</span> f [ <span id="L28" class="LineNr">28 </span> <span class="Constant">local-scope</span> <span id="L29" class="LineNr">29 </span> $print <span class="Constant">[callee 0]</span> <span class="Constant">10/newline</span> <span id="L30" class="LineNr">30 </span> <span class="muControl">return-continuation-until-mark</span> <span class="Constant">100/mark</span> diff --git a/html/continuation4.mu.html b/html/continuation4.mu.html index ecb81b8a..553d3d74 100644 --- a/html/continuation4.mu.html +++ b/html/continuation4.mu.html @@ -15,15 +15,14 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -73,31 +72,31 @@ if ('onhashchange' in window) { <span id="L13" class="LineNr">13 </span><span class="Comment"># 2</span> <span id="L14" class="LineNr">14 </span><span class="Comment"># 3</span> <span id="L15" class="LineNr">15 </span> -<span id="L16" class="LineNr">16 </span><span class="muRecipe">def</span> <a href='continuation4.mu.html#L16'>main</a> [ +<span id="L16" class="LineNr">16 </span><span class="muRecipe">def</span> main [ <span id="L17" class="LineNr">17 </span> <span class="Constant">local-scope</span> -<span id="L18" class="LineNr">18 </span> l:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L18" class="LineNr">18 </span> l:&:list:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L19" class="LineNr">19 </span> l <span class="Special"><-</span> push<span class="Constant"> 3</span>, l <span id="L20" class="LineNr">20 </span> l <span class="Special"><-</span> push<span class="Constant"> 2</span>, l <span id="L21" class="LineNr">21 </span> l <span class="Special"><-</span> push<span class="Constant"> 1</span>, l -<span id="L22" class="LineNr">22 </span> k:continuation, x:num, done?:bool <span class="Special"><-</span> <span class="muControl">call-with-continuation-mark</span> <span class="Constant">100/mark</span>, <a href='continuation4.mu.html#L31'>create-yielder</a>, l +<span id="L22" class="LineNr">22 </span> k:continuation, x:num, done?:bool <span class="Special"><-</span> <span class="muControl">call-with-continuation-mark</span> <span class="Constant">100/mark</span>, create-yielder, l <span id="L23" class="LineNr">23 </span> <span class="Delimiter">{</span> -<span id="L24" class="LineNr">24 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L25" class="LineNr">25 </span> <span class="Conceal">¦</span> $print x <span class="Constant">10/newline</span> -<span id="L26" class="LineNr">26 </span> <span class="Conceal">¦</span> k, x:num, done?:bool <span class="Special"><-</span> call k -<span id="L27" class="LineNr">27 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L24" class="LineNr">24 </span> <span class="muControl">break-if</span> done? +<span id="L25" class="LineNr">25 </span> $print x <span class="Constant">10/newline</span> +<span id="L26" class="LineNr">26 </span> k, x:num, done?:bool <span class="Special"><-</span> call k +<span id="L27" class="LineNr">27 </span> <span class="muControl"> loop</span> <span id="L28" class="LineNr">28 </span> <span class="Delimiter">}</span> <span id="L29" class="LineNr">29 </span>] <span id="L30" class="LineNr">30 </span> -<span id="L31" class="LineNr">31 </span><span class="muRecipe">def</span> <a href='continuation4.mu.html#L31'>create-yielder</a> l:&:<a href='064list.mu.html#L6'>list</a>:num<span class="muRecipe"> -> </span>n:num, done?:bool [ +<span id="L31" class="LineNr">31 </span><span class="muRecipe">def</span> create-yielder l:&:list:num<span class="muRecipe"> -> </span>n:num, done?:bool [ <span id="L32" class="LineNr">32 </span> <span class="Constant">local-scope</span> <span id="L33" class="LineNr">33 </span> <span class="Constant">load-inputs</span> <span id="L34" class="LineNr">34 </span> <span class="Delimiter">{</span> -<span id="L35" class="LineNr">35 </span> <span class="Conceal">¦</span> done? <span class="Special"><-</span> equal l,<span class="Constant"> 0</span> -<span id="L36" class="LineNr">36 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L37" class="LineNr">37 </span> <span class="Conceal">¦</span> n <span class="Special"><-</span> first l -<span id="L38" class="LineNr">38 </span> <span class="Conceal">¦</span> l <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> l -<span id="L39" class="LineNr">39 </span> <span class="Conceal">¦</span> <span class="muControl">return-continuation-until-mark</span> <span class="Constant">100/mark</span>, n, done? -<span id="L40" class="LineNr">40 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L35" class="LineNr">35 </span> done? <span class="Special"><-</span> equal l,<span class="Constant"> 0</span> +<span id="L36" class="LineNr">36 </span> <span class="muControl">break-if</span> done? +<span id="L37" class="LineNr">37 </span> n <span class="Special"><-</span> first l +<span id="L38" class="LineNr">38 </span> l <span class="Special"><-</span> rest l +<span id="L39" class="LineNr">39 </span> <span class="muControl">return-continuation-until-mark</span> <span class="Constant">100/mark</span>, n, done? +<span id="L40" class="LineNr">40 </span> <span class="muControl"> loop</span> <span id="L41" class="LineNr">41 </span> <span class="Delimiter">}</span> <span id="L42" class="LineNr">42 </span> <span class="Comment"># A function that returns continuations shouldn't get the opportunity to</span> <span id="L43" class="LineNr">43 </span> <span class="Comment"># return. Calling functions should stop calling its continuation after this</span> diff --git a/html/continuation5.mu.html b/html/continuation5.mu.html index 27da4fff..e113a95b 100644 --- a/html/continuation5.mu.html +++ b/html/continuation5.mu.html @@ -15,15 +15,14 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -74,35 +73,35 @@ if ('onhashchange' in window) { <span id="L14" class="LineNr">14 </span><span class="Comment"># 3</span> <span id="L15" class="LineNr">15 </span><span class="Comment"># 5</span> <span id="L16" class="LineNr">16 </span> -<span id="L17" class="LineNr">17 </span><span class="muRecipe">def</span> <a href='continuation5.mu.html#L17'>main</a> [ +<span id="L17" class="LineNr">17 </span><span class="muRecipe">def</span> main [ <span id="L18" class="LineNr">18 </span> <span class="Constant">local-scope</span> -<span id="L19" class="LineNr">19 </span> l:&:<a href='064list.mu.html#L6'>list</a>:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L19" class="LineNr">19 </span> l:&:list:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L20" class="LineNr">20 </span> l <span class="Special"><-</span> push<span class="Constant"> 3</span>, l <span id="L21" class="LineNr">21 </span> l <span class="Special"><-</span> push<span class="Constant"> 2</span>, l <span id="L22" class="LineNr">22 </span> l <span class="Special"><-</span> push<span class="Constant"> 1</span>, l -<span id="L23" class="LineNr">23 </span> k:continuation, x:num, done?:bool <span class="Special"><-</span> <span class="muControl">call-with-continuation-mark</span> <span class="Constant">100/mark</span>, <a href='continuation5.mu.html#L34'>create-yielder</a>, l +<span id="L23" class="LineNr">23 </span> k:continuation, x:num, done?:bool <span class="Special"><-</span> <span class="muControl">call-with-continuation-mark</span> <span class="Constant">100/mark</span>, create-yielder, l <span id="L24" class="LineNr">24 </span> a:num <span class="Special"><-</span> copy<span class="Constant"> 1</span> <span id="L25" class="LineNr">25 </span> <span class="Delimiter">{</span> -<span id="L26" class="LineNr">26 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L27" class="LineNr">27 </span> <span class="Conceal">¦</span> $print x <span class="Constant">10/newline</span> -<span id="L28" class="LineNr">28 </span> <span class="Conceal">¦</span> k, x:num, done?:bool <span class="Special"><-</span> call k, a <span class="Comment"># resume; x = a + next l value</span> -<span id="L29" class="LineNr">29 </span> <span class="Conceal">¦</span> a <span class="Special"><-</span> add a,<span class="Constant"> 1</span> -<span id="L30" class="LineNr">30 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L26" class="LineNr">26 </span> <span class="muControl">break-if</span> done? +<span id="L27" class="LineNr">27 </span> $print x <span class="Constant">10/newline</span> +<span id="L28" class="LineNr">28 </span> k, x:num, done?:bool <span class="Special"><-</span> call k, a <span class="Comment"># resume; x = a + next l value</span> +<span id="L29" class="LineNr">29 </span> a <span class="Special"><-</span> add a,<span class="Constant"> 1</span> +<span id="L30" class="LineNr">30 </span> <span class="muControl"> loop</span> <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 id="L34" class="LineNr">34 </span><span class="muRecipe">def</span> <a href='continuation5.mu.html#L34'>create-yielder</a> l:&:<a href='064list.mu.html#L6'>list</a>:num<span class="muRecipe"> -> </span>n:num, done?:bool [ +<span id="L34" class="LineNr">34 </span><span class="muRecipe">def</span> create-yielder l:&:list:num<span class="muRecipe"> -> </span>n:num, done?:bool [ <span id="L35" class="LineNr">35 </span> <span class="Constant">local-scope</span> <span id="L36" class="LineNr">36 </span> <span class="Constant">load-inputs</span> <span id="L37" class="LineNr">37 </span> a:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L38" class="LineNr">38 </span> <span class="Delimiter">{</span> -<span id="L39" class="LineNr">39 </span> <span class="Conceal">¦</span> done? <span class="Special"><-</span> equal l,<span class="Constant"> 0</span> -<span id="L40" class="LineNr">40 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L41" class="LineNr">41 </span> <span class="Conceal">¦</span> n <span class="Special"><-</span> first l -<span id="L42" class="LineNr">42 </span> <span class="Conceal">¦</span> l <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> l -<span id="L43" class="LineNr">43 </span> <span class="Conceal">¦</span> n <span class="Special"><-</span> add n, a -<span id="L44" class="LineNr">44 </span> <span class="Conceal">¦</span> a <span class="Special"><-</span> <span class="muControl">return-continuation-until-mark</span> <span class="Constant">100/mark</span>, n, done? <span class="Comment"># pause/resume</span> -<span id="L45" class="LineNr">45 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L39" class="LineNr">39 </span> done? <span class="Special"><-</span> equal l,<span class="Constant"> 0</span> +<span id="L40" class="LineNr">40 </span> <span class="muControl">break-if</span> done? +<span id="L41" class="LineNr">41 </span> n <span class="Special"><-</span> first l +<span id="L42" class="LineNr">42 </span> l <span class="Special"><-</span> rest l +<span id="L43" class="LineNr">43 </span> n <span class="Special"><-</span> add n, a +<span id="L44" class="LineNr">44 </span> a <span class="Special"><-</span> <span class="muControl">return-continuation-until-mark</span> <span class="Constant">100/mark</span>, n, done? <span class="Comment"># pause/resume</span> +<span id="L45" class="LineNr">45 </span> <span class="muControl"> loop</span> <span id="L46" class="LineNr">46 </span> <span class="Delimiter">}</span> <span id="L47" class="LineNr">47 </span> <span class="muControl">return-continuation-until-mark</span> <span class="Constant">100/mark</span>,<span class="Constant"> -1</span>, done? <span id="L48" class="LineNr">48 </span> assert <span class="Constant">0/false</span>, <span class="Constant">[called too many times, ran out of continuations to return]</span> diff --git a/html/counters.mu.html b/html/counters.mu.html index 9af69f56..d43290fe 100644 --- a/html/counters.mu.html +++ b/html/counters.mu.html @@ -15,12 +15,12 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -58,28 +58,28 @@ if ('onhashchange' in window) { <span id="L1" class="LineNr"> 1 </span><span class="Comment"># example program: maintain multiple counters with isolated lexical scopes</span> <span id="L2" class="LineNr"> 2 </span><span class="Comment"># (spaces)</span> <span id="L3" class="LineNr"> 3 </span> -<span id="L4" class="LineNr"> 4 </span><span class="muRecipe">def</span> <a href='counters.mu.html#L4'>new-counter</a> n:num<span class="muRecipe"> -> </span><span class="Constant">default-space</span>:space [ +<span id="L4" class="LineNr"> 4 </span><span class="muRecipe">def</span> new-counter n:num<span class="muRecipe"> -> </span><span class="Constant">default-space</span>:space [ <span id="L5" class="LineNr"> 5 </span> <span class="Constant">default-space</span> <span class="Special"><-</span> new <span class="Constant">location:type</span>,<span class="Constant"> 30</span> <span id="L6" class="LineNr"> 6 </span> <span class="Constant">load-inputs</span> <span class="Comment"># initialize n</span> <span id="L7" class="LineNr"> 7 </span>] <span id="L8" class="LineNr"> 8 </span> -<span id="L9" class="LineNr"> 9 </span><span class="muRecipe">def</span> <a href='counters.mu.html#L9'>increment-counter</a> outer:space/names:<a href='counters.mu.html#L4'>new-counter</a>, x:num<span class="muRecipe"> -> </span>n:num/space:1 [ +<span id="L9" class="LineNr"> 9 </span><span class="muRecipe">def</span> increment-counter outer:space/names:new-counter, x:num<span class="muRecipe"> -> </span>n:num/space:1 [ <span id="L10" class="LineNr">10 </span> <span class="Constant">local-scope</span> <span id="L11" class="LineNr">11 </span> <span class="Constant">load-inputs</span> -<span id="L12" class="LineNr">12 </span> 0:space/names:<a href='counters.mu.html#L4'>new-counter</a> <span class="Special"><-</span> copy outer <span class="Comment"># setup outer space; it *must* come from 'new-counter'</span> +<span id="L12" class="LineNr">12 </span> 0:space/names:new-counter <span class="Special"><-</span> copy outer <span class="Comment"># setup outer space; it *must* come from 'new-counter'</span> <span id="L13" class="LineNr">13 </span> n/space:1 <span class="Special"><-</span> add n/space:1, x <span id="L14" class="LineNr">14 </span>] <span id="L15" class="LineNr">15 </span> -<span id="L16" class="LineNr">16 </span><span class="muRecipe">def</span> <a href='counters.mu.html#L16'>main</a> [ +<span id="L16" class="LineNr">16 </span><span class="muRecipe">def</span> main [ <span id="L17" class="LineNr">17 </span> <span class="Constant">local-scope</span> <span id="L18" class="LineNr">18 </span> <span class="Comment"># counter A</span> -<span id="L19" class="LineNr">19 </span> a:space/names:<a href='counters.mu.html#L4'>new-counter</a> <span class="Special"><-</span> <a href='counters.mu.html#L4'>new-counter</a><span class="Constant"> 34</span> +<span id="L19" class="LineNr">19 </span> a:space/names:new-counter <span class="Special"><-</span> new-counter<span class="Constant"> 34</span> <span id="L20" class="LineNr">20 </span> <span class="Comment"># counter B</span> -<span id="L21" class="LineNr">21 </span> b:space/names:<a href='counters.mu.html#L4'>new-counter</a> <span class="Special"><-</span> <a href='counters.mu.html#L4'>new-counter</a><span class="Constant"> 23</span> +<span id="L21" class="LineNr">21 </span> b:space/names:new-counter <span class="Special"><-</span> new-counter<span class="Constant"> 23</span> <span id="L22" class="LineNr">22 </span> <span class="Comment"># increment both by 2 but in different ways</span> -<span id="L23" class="LineNr">23 </span> <a href='counters.mu.html#L9'>increment-counter</a> a,<span class="Constant"> 1</span> -<span id="L24" class="LineNr">24 </span> b-value:num <span class="Special"><-</span> <a href='counters.mu.html#L9'>increment-counter</a> b,<span class="Constant"> 2</span> -<span id="L25" class="LineNr">25 </span> a-value:num <span class="Special"><-</span> <a href='counters.mu.html#L9'>increment-counter</a> a,<span class="Constant"> 1</span> +<span id="L23" class="LineNr">23 </span> increment-counter a,<span class="Constant"> 1</span> +<span id="L24" class="LineNr">24 </span> b-value:num <span class="Special"><-</span> increment-counter b,<span class="Constant"> 2</span> +<span id="L25" class="LineNr">25 </span> a-value:num <span class="Special"><-</span> increment-counter a,<span class="Constant"> 1</span> <span id="L26" class="LineNr">26 </span> <span class="Comment"># check results</span> <span id="L27" class="LineNr">27 </span> $print <span class="Constant">[Contents of counters]</span>, <span class="Constant">10/newline</span> <span id="L28" class="LineNr">28 </span> $print <span class="Constant">[a: ]</span>, a-value, <span class="Constant">[ b: ]</span>, b-value, <span class="Constant">10/newline</span> diff --git a/html/display.mu.html b/html/display.mu.html index 1c44402f..faaf751f 100644 --- a/html/display.mu.html +++ b/html/display.mu.html @@ -15,12 +15,12 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -57,7 +57,7 @@ if ('onhashchange' in window) { <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="Comment"># example program: managing the display</span> <span id="L2" class="LineNr"> 2 </span> -<span id="L3" class="LineNr"> 3 </span><span class="muRecipe">def</span> <a href='display.mu.html#L3'>main</a> [ +<span id="L3" class="LineNr"> 3 </span><span class="muRecipe">def</span> main [ <span id="L4" class="LineNr"> 4 </span> open-console <span id="L5" class="LineNr"> 5 </span> clear-display <span id="L6" class="LineNr"> 6 </span> print-character-to-display<span class="Constant"> 97</span>, <span class="Constant">1/red</span>, <span class="Constant">2/green</span> diff --git a/html/edit/001-editor.mu.html b/html/edit/001-editor.mu.html index ae537bc5..490a59b4 100644 --- a/html/edit/001-editor.mu.html +++ b/html/edit/001-editor.mu.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } -.CommentedCode { color: #6c6c6c; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.muData { color: #ffff00; } +.CommentedCode { color: #6c6c6c; } .Constant { color: #00a0a0; } +.Special { color: #c00000; } +.muData { color: #ffff00; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> </style> @@ -70,35 +69,35 @@ if ('onhashchange' in window) { <span id="L6" class="LineNr"> 6 </span> <span class="Constant">local-scope</span> <span id="L7" class="LineNr"> 7 </span> <span class="Constant">load-inputs</span> <span id="L8" class="LineNr"> 8 </span> open-console -<span id="L9" class="LineNr"> 9 </span> <a href='../081print.mu.html#L46'>clear-screen</a> <span class="Constant">0/screen</span> <span class="Comment"># non-scrolling app</span> -<span id="L10" class="LineNr"> 10 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> text, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L11" class="LineNr"> 11 </span> <a href='001-editor.mu.html#L107'>render</a> <span class="Constant">0/screen</span>, e -<span id="L12" class="LineNr"> 12 </span> <a href='../084console.mu.html#L88'>wait-for-event</a> <span class="Constant">0/console</span> +<span id="L9" class="LineNr"> 9 </span> clear-screen <span class="Constant">0/screen</span> <span class="Comment"># non-scrolling app</span> +<span id="L10" class="LineNr"> 10 </span> e:&:editor <span class="Special"><-</span> new-editor text, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L11" class="LineNr"> 11 </span> render <span class="Constant">0/screen</span>, e +<span id="L12" class="LineNr"> 12 </span> wait-for-event <span class="Constant">0/console</span> <span id="L13" class="LineNr"> 13 </span> close-console <span id="L14" class="LineNr"> 14 </span>] <span id="L15" class="LineNr"> 15 </span> <span id="L16" class="LineNr"> 16 </span><span class="muScenario">scenario</span> editor-renders-text-to-screen [ <span id="L17" class="LineNr"> 17 </span> <span class="Constant">local-scope</span> <span id="L18" class="LineNr"> 18 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L19" class="LineNr"> 19 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L19" class="LineNr"> 19 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> <span id="L20" class="LineNr"> 20 </span> run [ -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span> <a href='001-editor.mu.html#L107'>render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L21" class="LineNr"> 21 </span> render screen, e <span id="L22" class="LineNr"> 22 </span> ] <span id="L23" class="LineNr"> 23 </span> screen-should-contain [ -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span> <span class="Comment"># top line of screen reserved for menu</span> -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Comment"># top line of screen reserved for menu</span> +<span id="L25" class="LineNr"> 25 </span> <span class="Constant"> . .</span> +<span id="L26" class="LineNr"> 26 </span> <span class="Constant"> .abc .</span> +<span id="L27" class="LineNr"> 27 </span> <span class="Constant"> . .</span> <span id="L28" class="LineNr"> 28 </span> ] <span id="L29" class="LineNr"> 29 </span>] <span id="L30" class="LineNr"> 30 </span> <span id="L31" class="LineNr"> 31 </span><span class="muData">container</span> editor [ <span id="L32" class="LineNr"> 32 </span> <span class="Comment"># editable text: doubly linked list of characters (head contains a special sentinel)</span> -<span id="L33" class="LineNr"> 33 </span> data:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char -<span id="L34" class="LineNr"> 34 </span> top-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char -<span id="L35" class="LineNr"> 35 </span> bottom-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char +<span id="L33" class="LineNr"> 33 </span> data:&:duplex-list:char +<span id="L34" class="LineNr"> 34 </span> top-of-screen:&:duplex-list:char +<span id="L35" class="LineNr"> 35 </span> bottom-of-screen:&:duplex-list:char <span id="L36" class="LineNr"> 36 </span> <span class="Comment"># location before cursor inside data</span> -<span id="L37" class="LineNr"> 37 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char +<span id="L37" class="LineNr"> 37 </span> before-cursor:&:duplex-list:char <span id="L38" class="LineNr"> 38 </span> <span id="L39" class="LineNr"> 39 </span> <span class="Comment"># raw bounds of display area on screen</span> <span id="L40" class="LineNr"> 40 </span> <span class="Comment"># always displays from row 1 (leaving row 0 for a menu) and at most until bottom of screen</span> @@ -112,7 +111,7 @@ if ('onhashchange' in window) { <span id="L48" class="LineNr"> 48 </span> <span id="L49" class="LineNr"> 49 </span><span class="Comment"># creates a new editor widget</span> <span id="L50" class="LineNr"> 50 </span><span class="Comment"># right is exclusive</span> -<span id="L51" class="LineNr"> 51 </span><span class="muRecipe">def</span> <a href='001-editor.mu.html#L51'>new-editor</a> s:text, left:num, right:num<span class="muRecipe"> -> </span>result:&:editor [ +<span id="L51" class="LineNr"> 51 </span><span class="muRecipe">def</span> new-editor s:text, left:num, right:num<span class="muRecipe"> -> </span>result:&:editor [ <span id="L52" class="LineNr"> 52 </span> <span class="Constant">local-scope</span> <span id="L53" class="LineNr"> 53 </span> <span class="Constant">load-inputs</span> <span id="L54" class="LineNr"> 54 </span> <span class="Comment"># no clipping of bounds</span> @@ -125,18 +124,18 @@ if ('onhashchange' in window) { <span id="L61" class="LineNr"> 61 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">cursor-row:offset</span>, <span class="Constant">1/top</span> <span id="L62" class="LineNr"> 62 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">cursor-column:offset</span>, left <span id="L63" class="LineNr"> 63 </span> <span class="Comment"># initialize empty contents</span> -<span id="L64" class="LineNr"> 64 </span> init:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> push <span class="Constant">167/§</span>, <span class="Constant">0/tail</span> +<span id="L64" class="LineNr"> 64 </span> init:&:duplex-list:char <span class="Special"><-</span> push <span class="Constant">167/§</span>, <span class="Constant">0/tail</span> <span id="L65" class="LineNr"> 65 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">data:offset</span>, init <span id="L66" class="LineNr"> 66 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">top-of-screen:offset</span>, init <span id="L67" class="LineNr"> 67 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">before-cursor:offset</span>, init -<span id="L68" class="LineNr"> 68 </span> result <span class="Special"><-</span> <a href='001-editor.mu.html#L72'>insert-text</a> result, s -<span id="L69" class="LineNr"> 69 </span><span class="Constant"> <a href='001-editor.mu.html#L69'><editor-initialization></a></span> +<span id="L68" class="LineNr"> 68 </span> result <span class="Special"><-</span> insert-text result, s +<span id="L69" class="LineNr"> 69 </span><span class="Constant"> <editor-initialization></span> <span id="L70" class="LineNr"> 70 </span>] <span id="L71" class="LineNr"> 71 </span> -<span id="L72" class="LineNr"> 72 </span><span class="muRecipe">def</span> <a href='001-editor.mu.html#L72'>insert-text</a> editor:&:editor, text:text<span class="muRecipe"> -> </span>editor:&:editor [ +<span id="L72" class="LineNr"> 72 </span><span class="muRecipe">def</span> insert-text editor:&:editor, text:text<span class="muRecipe"> -> </span>editor:&:editor [ <span id="L73" class="LineNr"> 73 </span> <span class="Constant">local-scope</span> <span id="L74" class="LineNr"> 74 </span> <span class="Constant">load-inputs</span> -<span id="L75" class="LineNr"> 75 </span> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> +<span id="L75" class="LineNr"> 75 </span> curr:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> <span id="L76" class="LineNr"> 76 </span> insert curr, text <span id="L77" class="LineNr"> 77 </span>] <span id="L78" class="LineNr"> 78 </span> @@ -144,122 +143,122 @@ if ('onhashchange' in window) { <span id="L80" class="LineNr"> 80 </span> <span class="Constant">local-scope</span> <span id="L81" class="LineNr"> 81 </span> assume-screen <span class="Constant">5/width</span>, <span class="Constant">3/height</span> <span id="L82" class="LineNr"> 82 </span> run [ -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">0/data</span>, <span class="Constant">2/left</span>, <span class="Constant">5/right</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> 2:editor/<span class="Special">raw</span> <span class="Special"><-</span> copy *e +<span id="L83" class="LineNr"> 83 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">0/data</span>, <span class="Constant">2/left</span>, <span class="Constant">5/right</span> +<span id="L84" class="LineNr"> 84 </span> 2:editor/<span class="Special">raw</span> <span class="Special"><-</span> copy *e <span id="L85" class="LineNr"> 85 </span> ] <span id="L86" class="LineNr"> 86 </span> memory-should-contain [ -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <span class="Comment"># 2 (data) <- just the § sentinel</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> <span class="Comment"># 3 (top of screen) <- the § sentinel</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># bottom-of-screen; null since text fits on screen</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <span class="Comment"># 5 (before cursor) <- the § sentinel</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span><span class="Constant"> 6</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># left</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span><span class="Constant"> 7</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># right (inclusive)</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span><span class="Constant"> 8</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># bottom (not set until render)</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span><span class="Constant"> 9</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># cursor column</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Comment"># 2 (data) <- just the § sentinel</span> +<span id="L88" class="LineNr"> 88 </span> <span class="Comment"># 3 (top of screen) <- the § sentinel</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># bottom-of-screen; null since text fits on screen</span> +<span id="L90" class="LineNr"> 90 </span> <span class="Comment"># 5 (before cursor) <- the § sentinel</span> +<span id="L91" class="LineNr"> 91 </span> <span class="Constant"> 6</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># left</span> +<span id="L92" class="LineNr"> 92 </span> <span class="Constant"> 7</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># right (inclusive)</span> +<span id="L93" class="LineNr"> 93 </span> <span class="Constant"> 8</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># bottom (not set until render)</span> +<span id="L94" class="LineNr"> 94 </span> <span class="Constant"> 9</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> +<span id="L95" class="LineNr"> 95 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># cursor column</span> <span id="L96" class="LineNr"> 96 </span> ] <span id="L97" class="LineNr"> 97 </span> screen-should-contain [ -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Constant"> . .</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Constant"> . .</span> +<span id="L100" class="LineNr">100 </span> <span class="Constant"> . .</span> <span id="L101" class="LineNr">101 </span> ] <span id="L102" class="LineNr">102 </span>] <span id="L103" class="LineNr">103 </span> <span id="L104" class="LineNr">104 </span><span class="Comment"># Assumes cursor should be at coordinates (cursor-row, cursor-column) and</span> <span id="L105" class="LineNr">105 </span><span class="Comment"># updates before-cursor to match. Might also move coordinates if they're</span> <span id="L106" class="LineNr">106 </span><span class="Comment"># outside text.</span> -<span id="L107" class="LineNr">107 </span><span class="muRecipe">def</span> <a href='001-editor.mu.html#L107'>render</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, editor:&:editor<span class="muRecipe"> -> </span>last-row:num, last-column:num, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, editor:&:editor [ +<span id="L107" class="LineNr">107 </span><span class="muRecipe">def</span> render screen:&:screen, editor:&:editor<span class="muRecipe"> -> </span>last-row:num, last-column:num, screen:&:screen, editor:&:editor [ <span id="L108" class="LineNr">108 </span> <span class="Constant">local-scope</span> <span id="L109" class="LineNr">109 </span> <span class="Constant">load-inputs</span> <span id="L110" class="LineNr">110 </span> <span class="muControl">return-unless</span> editor, <span class="Constant">1/top</span>, <span class="Constant">0/left</span> <span id="L111" class="LineNr">111 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> -<span id="L112" class="LineNr">112 </span> <a href='../081print.mu.html#L782'>screen-height</a>:num <span class="Special"><-</span> <a href='../081print.mu.html#L782'>screen-height</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L112" class="LineNr">112 </span> screen-height:num <span class="Special"><-</span> screen-height screen <span id="L113" class="LineNr">113 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> <span id="L114" class="LineNr">114 </span> <span class="Comment"># traversing editor</span> -<span id="L115" class="LineNr">115 </span> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L116" class="LineNr">116 </span> <a href='../065duplex_list.mu.html#L32'>prev</a>:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> copy curr <span class="Comment"># just in case curr becomes null and we can't compute prev</span> -<span id="L117" class="LineNr">117 </span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr +<span id="L115" class="LineNr">115 </span> curr:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L116" class="LineNr">116 </span> prev:&:duplex-list:char <span class="Special"><-</span> copy curr <span class="Comment"># just in case curr becomes null and we can't compute prev</span> +<span id="L117" class="LineNr">117 </span> curr <span class="Special"><-</span> next curr <span id="L118" class="LineNr">118 </span> <span class="Comment"># traversing screen</span> <span id="L119" class="LineNr">119 </span> color:num <span class="Special"><-</span> copy <span class="Constant">7/white</span> <span id="L120" class="LineNr">120 </span> row:num <span class="Special"><-</span> copy <span class="Constant">1/top</span> <span id="L121" class="LineNr">121 </span> column:num <span class="Special"><-</span> copy left <span id="L122" class="LineNr">122 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> <span id="L123" class="LineNr">123 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> -<span id="L124" class="LineNr">124 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> -<span id="L125" class="LineNr">125 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, column +<span id="L124" class="LineNr">124 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L125" class="LineNr">125 </span> screen <span class="Special"><-</span> move-cursor screen, row, column <span id="L126" class="LineNr">126 </span> <span class="Delimiter">{</span> -<span id="L127" class="LineNr">127 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> +next-character</span> -<span id="L128" class="LineNr">128 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> curr -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> off-screen?:bool <span class="Special"><-</span> greater-or-equal row, <a href='../081print.mu.html#L782'>screen-height</a> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> off-screen? -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> <span class="Comment"># update editor.before-cursor</span> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> <span class="Comment"># Doing so at the start of each iteration ensures it stays one step behind</span> -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> <span class="Comment"># the current character.</span> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-cursor-row?:bool <span class="Special"><-</span> equal row, cursor-row -<span id="L136" class="LineNr">136 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-cursor-row? -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-cursor?:bool <span class="Special"><-</span> equal column, cursor-column -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-cursor? -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> copy <a href='../065duplex_list.mu.html#L32'>prev</a> -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> -<span id="L142" class="LineNr">142 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <character-c-received></span> -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L144" class="LineNr">144 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># newline? move to left rather than 0</span> -<span id="L145" class="LineNr">145 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L146" class="LineNr">146 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> newline? -<span id="L147" class="LineNr">147 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># adjust cursor if necessary</span> -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L149" class="LineNr">149 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-cursor-row?:bool <span class="Special"><-</span> equal row, cursor-row -<span id="L150" class="LineNr">150 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-cursor-row? -<span id="L151" class="LineNr">151 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> left-of-cursor?:bool <span class="Special"><-</span> lesser-than column, cursor-column -<span id="L152" class="LineNr">152 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> left-of-cursor? -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> copy column -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L32'>prev</a> curr -<span id="L155" class="LineNr">155 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L156" class="LineNr">156 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># clear rest of line in this window</span> -<span id="L157" class="LineNr">157 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, right -<span id="L158" class="LineNr">158 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># skip to next line</span> -<span id="L159" class="LineNr">159 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L160" class="LineNr">160 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special"><-</span> copy left -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, column -<span id="L162" class="LineNr">162 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr -<span id="L163" class="LineNr">163 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L32'>prev</a> <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> <a href='../065duplex_list.mu.html#L32'>prev</a> -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-character</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># at right? wrap. even if there's only one more letter left; we need</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># room for clicking on the cursor after it.</span> -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-right?:bool <span class="Special"><-</span> equal column, right -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-right? -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># print wrap icon</span> -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> wrap-icon:char <span class="Special"><-</span> copy <span class="Constant">8617/loop-back-to-left</span> -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, wrap-icon, <span class="Constant">245/grey</span> -<span id="L174" class="LineNr">174 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special"><-</span> copy left -<span id="L175" class="LineNr">175 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L176" class="LineNr">176 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, column -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># don't increment curr</span> -<span id="L178" class="LineNr">178 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-character</span> -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, c, color -<span id="L181" class="LineNr">181 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr -<span id="L182" class="LineNr">182 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L32'>prev</a> <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> <a href='../065duplex_list.mu.html#L32'>prev</a> -<span id="L183" class="LineNr">183 </span> <span class="Conceal">¦</span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L127" class="LineNr">127 </span><span class="Constant"> +next-character</span> +<span id="L128" class="LineNr">128 </span> <span class="muControl">break-unless</span> curr +<span id="L129" class="LineNr">129 </span> off-screen?:bool <span class="Special"><-</span> greater-or-equal row, screen-height +<span id="L130" class="LineNr">130 </span> <span class="muControl">break-if</span> off-screen? +<span id="L131" class="LineNr">131 </span> <span class="Comment"># update editor.before-cursor</span> +<span id="L132" class="LineNr">132 </span> <span class="Comment"># Doing so at the start of each iteration ensures it stays one step behind</span> +<span id="L133" class="LineNr">133 </span> <span class="Comment"># the current character.</span> +<span id="L134" class="LineNr">134 </span> <span class="Delimiter">{</span> +<span id="L135" class="LineNr">135 </span> at-cursor-row?:bool <span class="Special"><-</span> equal row, cursor-row +<span id="L136" class="LineNr">136 </span> <span class="muControl">break-unless</span> at-cursor-row? +<span id="L137" class="LineNr">137 </span> at-cursor?:bool <span class="Special"><-</span> equal column, cursor-column +<span id="L138" class="LineNr">138 </span> <span class="muControl">break-unless</span> at-cursor? +<span id="L139" class="LineNr">139 </span> before-cursor <span class="Special"><-</span> copy prev +<span id="L140" class="LineNr">140 </span> <span class="Delimiter">}</span> +<span id="L141" class="LineNr">141 </span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> +<span id="L142" class="LineNr">142 </span><span class="Constant"> <character-c-received></span> +<span id="L143" class="LineNr">143 </span> <span class="Delimiter">{</span> +<span id="L144" class="LineNr">144 </span> <span class="Comment"># newline? move to left rather than 0</span> +<span id="L145" class="LineNr">145 </span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L146" class="LineNr">146 </span> <span class="muControl">break-unless</span> newline? +<span id="L147" class="LineNr">147 </span> <span class="Comment"># adjust cursor if necessary</span> +<span id="L148" class="LineNr">148 </span> <span class="Delimiter">{</span> +<span id="L149" class="LineNr">149 </span> at-cursor-row?:bool <span class="Special"><-</span> equal row, cursor-row +<span id="L150" class="LineNr">150 </span> <span class="muControl">break-unless</span> at-cursor-row? +<span id="L151" class="LineNr">151 </span> left-of-cursor?:bool <span class="Special"><-</span> lesser-than column, cursor-column +<span id="L152" class="LineNr">152 </span> <span class="muControl">break-unless</span> left-of-cursor? +<span id="L153" class="LineNr">153 </span> cursor-column <span class="Special"><-</span> copy column +<span id="L154" class="LineNr">154 </span> before-cursor <span class="Special"><-</span> prev curr +<span id="L155" class="LineNr">155 </span> <span class="Delimiter">}</span> +<span id="L156" class="LineNr">156 </span> <span class="Comment"># clear rest of line in this window</span> +<span id="L157" class="LineNr">157 </span> clear-line-until screen, right +<span id="L158" class="LineNr">158 </span> <span class="Comment"># skip to next line</span> +<span id="L159" class="LineNr">159 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L160" class="LineNr">160 </span> column <span class="Special"><-</span> copy left +<span id="L161" class="LineNr">161 </span> screen <span class="Special"><-</span> move-cursor screen, row, column +<span id="L162" class="LineNr">162 </span> curr <span class="Special"><-</span> next curr +<span id="L163" class="LineNr">163 </span> prev <span class="Special"><-</span> next prev +<span id="L164" class="LineNr">164 </span> <span class="muControl"> loop</span> <span class="Constant">+next-character</span> +<span id="L165" class="LineNr">165 </span> <span class="Delimiter">}</span> +<span id="L166" class="LineNr">166 </span> <span class="Delimiter">{</span> +<span id="L167" class="LineNr">167 </span> <span class="Comment"># at right? wrap. even if there's only one more letter left; we need</span> +<span id="L168" class="LineNr">168 </span> <span class="Comment"># room for clicking on the cursor after it.</span> +<span id="L169" class="LineNr">169 </span> at-right?:bool <span class="Special"><-</span> equal column, right +<span id="L170" class="LineNr">170 </span> <span class="muControl">break-unless</span> at-right? +<span id="L171" class="LineNr">171 </span> <span class="Comment"># print wrap icon</span> +<span id="L172" class="LineNr">172 </span> wrap-icon:char <span class="Special"><-</span> copy <span class="Constant">8617/loop-back-to-left</span> +<span id="L173" class="LineNr">173 </span> print screen, wrap-icon, <span class="Constant">245/grey</span> +<span id="L174" class="LineNr">174 </span> column <span class="Special"><-</span> copy left +<span id="L175" class="LineNr">175 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L176" class="LineNr">176 </span> screen <span class="Special"><-</span> move-cursor screen, row, column +<span id="L177" class="LineNr">177 </span> <span class="Comment"># don't increment curr</span> +<span id="L178" class="LineNr">178 </span> <span class="muControl"> loop</span> <span class="Constant">+next-character</span> +<span id="L179" class="LineNr">179 </span> <span class="Delimiter">}</span> +<span id="L180" class="LineNr">180 </span> print screen, c, color +<span id="L181" class="LineNr">181 </span> curr <span class="Special"><-</span> next curr +<span id="L182" class="LineNr">182 </span> prev <span class="Special"><-</span> next prev +<span id="L183" class="LineNr">183 </span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> +<span id="L184" class="LineNr">184 </span> <span class="muControl"> loop</span> <span id="L185" class="LineNr">185 </span> <span class="Delimiter">}</span> <span id="L186" class="LineNr">186 </span> <span class="Comment"># save first character off-screen</span> <span id="L187" class="LineNr">187 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">bottom-of-screen:offset</span>, curr <span id="L188" class="LineNr">188 </span> <span class="Comment"># is cursor to the right of the last line? move to end</span> <span id="L189" class="LineNr">189 </span> <span class="Delimiter">{</span> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> at-cursor-row?:bool <span class="Special"><-</span> equal row, cursor-row -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> cursor-outside-line?:bool <span class="Special"><-</span> lesser-or-equal column, cursor-column -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> before-cursor-on-same-line?:bool <span class="Special"><-</span> and at-cursor-row?, cursor-outside-line? -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> above-cursor-row?:bool <span class="Special"><-</span> lesser-than row, cursor-row -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> before-cursor?:bool <span class="Special"><-</span> or before-cursor-on-same-line?, above-cursor-row? -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> before-cursor? -<span id="L196" class="LineNr">196 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> copy row -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> copy column -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> copy <a href='../065duplex_list.mu.html#L32'>prev</a> +<span id="L190" class="LineNr">190 </span> at-cursor-row?:bool <span class="Special"><-</span> equal row, cursor-row +<span id="L191" class="LineNr">191 </span> cursor-outside-line?:bool <span class="Special"><-</span> lesser-or-equal column, cursor-column +<span id="L192" class="LineNr">192 </span> before-cursor-on-same-line?:bool <span class="Special"><-</span> and at-cursor-row?, cursor-outside-line? +<span id="L193" class="LineNr">193 </span> above-cursor-row?:bool <span class="Special"><-</span> lesser-than row, cursor-row +<span id="L194" class="LineNr">194 </span> before-cursor?:bool <span class="Special"><-</span> or before-cursor-on-same-line?, above-cursor-row? +<span id="L195" class="LineNr">195 </span> <span class="muControl">break-unless</span> before-cursor? +<span id="L196" class="LineNr">196 </span> cursor-row <span class="Special"><-</span> copy row +<span id="L197" class="LineNr">197 </span> cursor-column <span class="Special"><-</span> copy column +<span id="L198" class="LineNr">198 </span> before-cursor <span class="Special"><-</span> copy prev <span id="L199" class="LineNr">199 </span> <span class="Delimiter">}</span> <span id="L200" class="LineNr">200 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">bottom:offset</span>, row <span id="L201" class="LineNr">201 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row @@ -268,41 +267,41 @@ if ('onhashchange' in window) { <span id="L204" class="LineNr">204 </span> <span class="muControl"> return</span> row, column <span id="L205" class="LineNr">205 </span>] <span id="L206" class="LineNr">206 </span> -<span id="L207" class="LineNr">207 </span><span class="muRecipe">def</span> <a href='001-editor.mu.html#L207'>clear-screen-from</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, row:num, column:num, left:num, right:num<span class="muRecipe"> -> </span><a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L207" class="LineNr">207 </span><span class="muRecipe">def</span> clear-screen-from screen:&:screen, row:num, column:num, left:num, right:num<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L208" class="LineNr">208 </span> <span class="Constant">local-scope</span> <span id="L209" class="LineNr">209 </span> <span class="Constant">load-inputs</span> <span id="L210" class="LineNr">210 </span><span class="CommentedCode">#? stash [clear-screen-from] row column [between] left [and] right</span> <span id="L211" class="LineNr">211 </span> <span class="Comment"># if it's the real screen, use the optimized primitive</span> <span id="L212" class="LineNr">212 </span> <span class="Delimiter">{</span> -<span id="L213" class="LineNr">213 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> <a href='../081print.mu.html#L16'>screen</a> -<span id="L214" class="LineNr">214 </span> <span class="Conceal">¦</span> clear-display-from row, column, left, right -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L213" class="LineNr">213 </span> <span class="muControl">break-if</span> screen +<span id="L214" class="LineNr">214 </span> clear-display-from row, column, left, right +<span id="L215" class="LineNr">215 </span> <span class="muControl"> return</span> <span id="L216" class="LineNr">216 </span> <span class="Delimiter">}</span> <span id="L217" class="LineNr">217 </span> <span class="Comment"># if not, go the slower route</span> -<span id="L218" class="LineNr">218 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, column -<span id="L219" class="LineNr">219 </span> <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, right -<span id="L220" class="LineNr">220 </span> <a href='001-editor.mu.html#L223'>clear-rest-of-screen</a> <a href='../081print.mu.html#L16'>screen</a>, row, left, right +<span id="L218" class="LineNr">218 </span> screen <span class="Special"><-</span> move-cursor screen, row, column +<span id="L219" class="LineNr">219 </span> clear-line-until screen, right +<span id="L220" class="LineNr">220 </span> clear-rest-of-screen screen, row, left, right <span id="L221" class="LineNr">221 </span>] <span id="L222" class="LineNr">222 </span> -<span id="L223" class="LineNr">223 </span><span class="muRecipe">def</span> <a href='001-editor.mu.html#L223'>clear-rest-of-screen</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, row:num, left:num, right:num<span class="muRecipe"> -> </span><a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L223" class="LineNr">223 </span><span class="muRecipe">def</span> clear-rest-of-screen screen:&:screen, row:num, left:num, right:num<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L224" class="LineNr">224 </span> <span class="Constant">local-scope</span> <span id="L225" class="LineNr">225 </span> <span class="Constant">load-inputs</span> <span id="L226" class="LineNr">226 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> <span id="L227" class="LineNr">227 </span> <span class="Comment"># if it's the real screen, use the optimized primitive</span> <span id="L228" class="LineNr">228 </span> <span class="Delimiter">{</span> -<span id="L229" class="LineNr">229 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> <a href='../081print.mu.html#L16'>screen</a> -<span id="L230" class="LineNr">230 </span> <span class="Conceal">¦</span> clear-display-from row, left, left, right -<span id="L231" class="LineNr">231 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L229" class="LineNr">229 </span> <span class="muControl">break-if</span> screen +<span id="L230" class="LineNr">230 </span> clear-display-from row, left, left, right +<span id="L231" class="LineNr">231 </span> <span class="muControl"> return</span> <span id="L232" class="LineNr">232 </span> <span class="Delimiter">}</span> -<span id="L233" class="LineNr">233 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, left -<span id="L234" class="LineNr">234 </span> <a href='../081print.mu.html#L782'>screen-height</a>:num <span class="Special"><-</span> <a href='../081print.mu.html#L782'>screen-height</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L233" class="LineNr">233 </span> screen <span class="Special"><-</span> move-cursor screen, row, left +<span id="L234" class="LineNr">234 </span> screen-height:num <span class="Special"><-</span> screen-height screen <span id="L235" class="LineNr">235 </span> <span class="Delimiter">{</span> -<span id="L236" class="LineNr">236 </span> <span class="Conceal">¦</span> at-bottom-of-screen?:bool <span class="Special"><-</span> greater-or-equal row, <a href='../081print.mu.html#L782'>screen-height</a> -<span id="L237" class="LineNr">237 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-bottom-of-screen? -<span id="L238" class="LineNr">238 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, left -<span id="L239" class="LineNr">239 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, right -<span id="L240" class="LineNr">240 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L241" class="LineNr">241 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L236" class="LineNr">236 </span> at-bottom-of-screen?:bool <span class="Special"><-</span> greater-or-equal row, screen-height +<span id="L237" class="LineNr">237 </span> <span class="muControl">break-if</span> at-bottom-of-screen? +<span id="L238" class="LineNr">238 </span> screen <span class="Special"><-</span> move-cursor screen, row, left +<span id="L239" class="LineNr">239 </span> clear-line-until screen, right +<span id="L240" class="LineNr">240 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L241" class="LineNr">241 </span> <span class="muControl"> loop</span> <span id="L242" class="LineNr">242 </span> <span class="Delimiter">}</span> <span id="L243" class="LineNr">243 </span>] <span id="L244" class="LineNr">244 </span> @@ -311,29 +310,29 @@ if ('onhashchange' in window) { <span id="L247" class="LineNr">247 </span> assume-screen <span class="Constant">5/width</span>, <span class="Constant">5/height</span> <span id="L248" class="LineNr">248 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L249" class="LineNr">249 </span><span class="Constant">def]</span> -<span id="L250" class="LineNr">250 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L250" class="LineNr">250 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> <span id="L251" class="LineNr">251 </span> run [ -<span id="L252" class="LineNr">252 </span> <span class="Conceal">¦</span> <a href='001-editor.mu.html#L107'>render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L252" class="LineNr">252 </span> render screen, e <span id="L253" class="LineNr">253 </span> ] <span id="L254" class="LineNr">254 </span> screen-should-contain [ -<span id="L255" class="LineNr">255 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L256" class="LineNr">256 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L257" class="LineNr">257 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L258" class="LineNr">258 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L255" class="LineNr">255 </span> <span class="Constant"> . .</span> +<span id="L256" class="LineNr">256 </span> <span class="Constant"> .abc .</span> +<span id="L257" class="LineNr">257 </span> <span class="Constant"> .def .</span> +<span id="L258" class="LineNr">258 </span> <span class="Constant"> . .</span> <span id="L259" class="LineNr">259 </span> ] <span id="L260" class="LineNr">260 </span>] <span id="L261" class="LineNr">261 </span> <span id="L262" class="LineNr">262 </span><span class="muScenario">scenario</span> editor-handles-offsets [ <span id="L263" class="LineNr">263 </span> <span class="Constant">local-scope</span> <span id="L264" class="LineNr">264 </span> assume-screen <span class="Constant">5/width</span>, <span class="Constant">5/height</span> -<span id="L265" class="LineNr">265 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">1/left</span>, <span class="Constant">5/right</span> +<span id="L265" class="LineNr">265 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">1/left</span>, <span class="Constant">5/right</span> <span id="L266" class="LineNr">266 </span> run [ -<span id="L267" class="LineNr">267 </span> <span class="Conceal">¦</span> <a href='001-editor.mu.html#L107'>render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L267" class="LineNr">267 </span> render screen, e <span id="L268" class="LineNr">268 </span> ] <span id="L269" class="LineNr">269 </span> screen-should-contain [ -<span id="L270" class="LineNr">270 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L271" class="LineNr">271 </span> <span class="Conceal">¦</span><span class="Constant"> . abc .</span> -<span id="L272" class="LineNr">272 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L270" class="LineNr">270 </span> <span class="Constant"> . .</span> +<span id="L271" class="LineNr">271 </span> <span class="Constant"> . abc .</span> +<span id="L272" class="LineNr">272 </span> <span class="Constant"> . .</span> <span id="L273" class="LineNr">273 </span> ] <span id="L274" class="LineNr">274 </span>] <span id="L275" class="LineNr">275 </span> @@ -342,79 +341,79 @@ if ('onhashchange' in window) { <span id="L278" class="LineNr">278 </span> assume-screen <span class="Constant">5/width</span>, <span class="Constant">5/height</span> <span id="L279" class="LineNr">279 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L280" class="LineNr">280 </span><span class="Constant">def]</span> -<span id="L281" class="LineNr">281 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">1/left</span>, <span class="Constant">5/right</span> +<span id="L281" class="LineNr">281 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">1/left</span>, <span class="Constant">5/right</span> <span id="L282" class="LineNr">282 </span> run [ -<span id="L283" class="LineNr">283 </span> <span class="Conceal">¦</span> <a href='001-editor.mu.html#L107'>render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L283" class="LineNr">283 </span> render screen, e <span id="L284" class="LineNr">284 </span> ] <span id="L285" class="LineNr">285 </span> screen-should-contain [ -<span id="L286" class="LineNr">286 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L287" class="LineNr">287 </span> <span class="Conceal">¦</span><span class="Constant"> . abc .</span> -<span id="L288" class="LineNr">288 </span> <span class="Conceal">¦</span><span class="Constant"> . def .</span> -<span id="L289" class="LineNr">289 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L286" class="LineNr">286 </span> <span class="Constant"> . .</span> +<span id="L287" class="LineNr">287 </span> <span class="Constant"> . abc .</span> +<span id="L288" class="LineNr">288 </span> <span class="Constant"> . def .</span> +<span id="L289" class="LineNr">289 </span> <span class="Constant"> . .</span> <span id="L290" class="LineNr">290 </span> ] <span id="L291" class="LineNr">291 </span>] <span id="L292" class="LineNr">292 </span> <span id="L293" class="LineNr">293 </span><span class="muScenario">scenario</span> editor-wraps-long-lines [ <span id="L294" class="LineNr">294 </span> <span class="Constant">local-scope</span> <span id="L295" class="LineNr">295 </span> assume-screen <span class="Constant">5/width</span>, <span class="Constant">5/height</span> -<span id="L296" class="LineNr">296 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc def]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L296" class="LineNr">296 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc def]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> <span id="L297" class="LineNr">297 </span> run [ -<span id="L298" class="LineNr">298 </span> <span class="Conceal">¦</span> <a href='001-editor.mu.html#L107'>render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L298" class="LineNr">298 </span> render screen, e <span id="L299" class="LineNr">299 </span> ] <span id="L300" class="LineNr">300 </span> screen-should-contain [ -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L302" class="LineNr">302 </span> <span class="Conceal">¦</span><span class="Constant"> .abc ↩.</span> -<span id="L303" class="LineNr">303 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L304" class="LineNr">304 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L301" class="LineNr">301 </span> <span class="Constant"> . .</span> +<span id="L302" class="LineNr">302 </span> <span class="Constant"> .abc ↩.</span> +<span id="L303" class="LineNr">303 </span> <span class="Constant"> .def .</span> +<span id="L304" class="LineNr">304 </span> <span class="Constant"> . .</span> <span id="L305" class="LineNr">305 </span> ] <span id="L306" class="LineNr">306 </span> screen-should-contain-in-color <span class="Constant">245/grey</span> [ -<span id="L307" class="LineNr">307 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L308" class="LineNr">308 </span> <span class="Conceal">¦</span><span class="Constant"> . ↩.</span> -<span id="L309" class="LineNr">309 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L310" class="LineNr">310 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L307" class="LineNr">307 </span> <span class="Constant"> . .</span> +<span id="L308" class="LineNr">308 </span> <span class="Constant"> . ↩.</span> +<span id="L309" class="LineNr">309 </span> <span class="Constant"> . .</span> +<span id="L310" class="LineNr">310 </span> <span class="Constant"> . .</span> <span id="L311" class="LineNr">311 </span> ] <span id="L312" class="LineNr">312 </span>] <span id="L313" class="LineNr">313 </span> <span id="L314" class="LineNr">314 </span><span class="muScenario">scenario</span> editor-wraps-barely-long-lines [ <span id="L315" class="LineNr">315 </span> <span class="Constant">local-scope</span> <span id="L316" class="LineNr">316 </span> assume-screen <span class="Constant">5/width</span>, <span class="Constant">5/height</span> -<span id="L317" class="LineNr">317 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abcde]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L317" class="LineNr">317 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abcde]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> <span id="L318" class="LineNr">318 </span> run [ -<span id="L319" class="LineNr">319 </span> <span class="Conceal">¦</span> <a href='001-editor.mu.html#L107'>render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L319" class="LineNr">319 </span> render screen, e <span id="L320" class="LineNr">320 </span> ] <span id="L321" class="LineNr">321 </span> <span class="Comment"># still wrap, even though the line would fit. We need room to click on the</span> <span id="L322" class="LineNr">322 </span> <span class="Comment"># end of the line</span> <span id="L323" class="LineNr">323 </span> screen-should-contain [ -<span id="L324" class="LineNr">324 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L325" class="LineNr">325 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .abcd↩.</span> -<span id="L326" class="LineNr">326 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L327" class="LineNr">327 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L324" class="LineNr">324 </span> <span class="Constant"> . .</span> +<span id="L325" class="LineNr">325 </span><span class="Constant"> .abcd↩.</span> +<span id="L326" class="LineNr">326 </span> <span class="Constant"> .e .</span> +<span id="L327" class="LineNr">327 </span> <span class="Constant"> . .</span> <span id="L328" class="LineNr">328 </span> ] <span id="L329" class="LineNr">329 </span> screen-should-contain-in-color <span class="Constant">245/grey</span> [ -<span id="L330" class="LineNr">330 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L331" class="LineNr">331 </span> <span class="Conceal">¦</span><span class="Constant"> . ↩.</span> -<span id="L332" class="LineNr">332 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L333" class="LineNr">333 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L330" class="LineNr">330 </span> <span class="Constant"> . .</span> +<span id="L331" class="LineNr">331 </span> <span class="Constant"> . ↩.</span> +<span id="L332" class="LineNr">332 </span> <span class="Constant"> . .</span> +<span id="L333" class="LineNr">333 </span> <span class="Constant"> . .</span> <span id="L334" class="LineNr">334 </span> ] <span id="L335" class="LineNr">335 </span>] <span id="L336" class="LineNr">336 </span> <span id="L337" class="LineNr">337 </span><span class="muScenario">scenario</span> editor-with-empty-text [ <span id="L338" class="LineNr">338 </span> <span class="Constant">local-scope</span> <span id="L339" class="LineNr">339 </span> assume-screen <span class="Constant">5/width</span>, <span class="Constant">5/height</span> -<span id="L340" class="LineNr">340 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L340" class="LineNr">340 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> <span id="L341" class="LineNr">341 </span> run [ -<span id="L342" class="LineNr">342 </span> <span class="Conceal">¦</span> <a href='001-editor.mu.html#L107'>render</a> <a href='../081print.mu.html#L16'>screen</a>, e -<span id="L343" class="LineNr">343 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L344" class="LineNr">344 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L342" class="LineNr">342 </span> render screen, e +<span id="L343" class="LineNr">343 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L344" class="LineNr">344 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L345" class="LineNr">345 </span> ] <span id="L346" class="LineNr">346 </span> screen-should-contain [ -<span id="L347" class="LineNr">347 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L348" class="LineNr">348 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L349" class="LineNr">349 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L347" class="LineNr">347 </span> <span class="Constant"> . .</span> +<span id="L348" class="LineNr">348 </span> <span class="Constant"> . .</span> +<span id="L349" class="LineNr">349 </span> <span class="Constant"> . .</span> <span id="L350" class="LineNr">350 </span> ] <span id="L351" class="LineNr">351 </span> memory-should-contain [ -<span id="L352" class="LineNr">352 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> -<span id="L353" class="LineNr">353 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor column</span> +<span id="L352" class="LineNr">352 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> +<span id="L353" class="LineNr">353 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor column</span> <span id="L354" class="LineNr">354 </span> ] <span id="L355" class="LineNr">355 </span>] <span id="L356" class="LineNr">356 </span> @@ -426,73 +425,73 @@ if ('onhashchange' in window) { <span id="L362" class="LineNr">362 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L363" class="LineNr">363 </span><span class="Constant"># de</span> <span id="L364" class="LineNr">364 </span><span class="Constant">f]</span> -<span id="L365" class="LineNr">365 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L365" class="LineNr">365 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> <span id="L366" class="LineNr">366 </span> run [ -<span id="L367" class="LineNr">367 </span> <span class="Conceal">¦</span> <a href='001-editor.mu.html#L107'>render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L367" class="LineNr">367 </span> render screen, e <span id="L368" class="LineNr">368 </span> ] <span id="L369" class="LineNr">369 </span> screen-should-contain [ -<span id="L370" class="LineNr">370 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L371" class="LineNr">371 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L372" class="LineNr">372 </span> <span class="Conceal">¦</span><span class="Constant"> .# de .</span> -<span id="L373" class="LineNr">373 </span> <span class="Conceal">¦</span><span class="Constant"> .f .</span> -<span id="L374" class="LineNr">374 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L370" class="LineNr">370 </span> <span class="Constant"> . .</span> +<span id="L371" class="LineNr">371 </span> <span class="Constant"> .abc .</span> +<span id="L372" class="LineNr">372 </span> <span class="Constant"> .# de .</span> +<span id="L373" class="LineNr">373 </span> <span class="Constant"> .f .</span> +<span id="L374" class="LineNr">374 </span> <span class="Constant"> . .</span> <span id="L375" class="LineNr">375 </span> ] <span id="L376" class="LineNr">376 </span> screen-should-contain-in-color <span class="Constant">12/lightblue</span>, [ -<span id="L377" class="LineNr">377 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L378" class="LineNr">378 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L379" class="LineNr">379 </span> <span class="Conceal">¦</span><span class="Constant"> .# de .</span> -<span id="L380" class="LineNr">380 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L381" class="LineNr">381 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L377" class="LineNr">377 </span> <span class="Constant"> . .</span> +<span id="L378" class="LineNr">378 </span> <span class="Constant"> . .</span> +<span id="L379" class="LineNr">379 </span> <span class="Constant"> .# de .</span> +<span id="L380" class="LineNr">380 </span> <span class="Constant"> . .</span> +<span id="L381" class="LineNr">381 </span> <span class="Constant"> . .</span> <span id="L382" class="LineNr">382 </span> ] <span id="L383" class="LineNr">383 </span> screen-should-contain-in-color <span class="Constant">7/white</span>, [ -<span id="L384" class="LineNr">384 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L385" class="LineNr">385 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L386" class="LineNr">386 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L387" class="LineNr">387 </span> <span class="Conceal">¦</span><span class="Constant"> .f .</span> -<span id="L388" class="LineNr">388 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L384" class="LineNr">384 </span> <span class="Constant"> . .</span> +<span id="L385" class="LineNr">385 </span> <span class="Constant"> .abc .</span> +<span id="L386" class="LineNr">386 </span> <span class="Constant"> . .</span> +<span id="L387" class="LineNr">387 </span> <span class="Constant"> .f .</span> +<span id="L388" class="LineNr">388 </span> <span class="Constant"> . .</span> <span id="L389" class="LineNr">389 </span> ] <span id="L390" class="LineNr">390 </span>] <span id="L391" class="LineNr">391 </span> <span id="L392" class="LineNr">392 </span><span class="muRecipe">after</span> <span class="Constant"><character-c-received></span> [ -<span id="L393" class="LineNr">393 </span> color <span class="Special"><-</span> <a href='001-editor.mu.html#L397'>get-color</a> color, c +<span id="L393" class="LineNr">393 </span> color <span class="Special"><-</span> get-color color, c <span id="L394" class="LineNr">394 </span>] <span id="L395" class="LineNr">395 </span> <span id="L396" class="LineNr">396 </span><span class="Comment"># so far the previous color is all the information we need; that may change</span> -<span id="L397" class="LineNr">397 </span><span class="muRecipe">def</span> <a href='001-editor.mu.html#L397'>get-color</a> color:num, c:char<span class="muRecipe"> -> </span>color:num [ +<span id="L397" class="LineNr">397 </span><span class="muRecipe">def</span> get-color color:num, c:char<span class="muRecipe"> -> </span>color:num [ <span id="L398" class="LineNr">398 </span> <span class="Constant">local-scope</span> <span id="L399" class="LineNr">399 </span> <span class="Constant">load-inputs</span> <span id="L400" class="LineNr">400 </span> color-is-white?:bool <span class="Special"><-</span> equal color, <span class="Constant">7/white</span> <span id="L401" class="LineNr">401 </span> <span class="Comment"># if color is white and next character is '#', switch color to blue</span> <span id="L402" class="LineNr">402 </span> <span class="Delimiter">{</span> -<span id="L403" class="LineNr">403 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> color-is-white? -<span id="L404" class="LineNr">404 </span> <span class="Conceal">¦</span> starting-comment?:bool <span class="Special"><-</span> equal c, <span class="Constant">35/#</span> -<span id="L405" class="LineNr">405 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> starting-comment? -<span id="L406" class="LineNr">406 </span> <span class="Conceal">¦</span> trace<span class="Constant"> 90</span>, <span class="Constant">[app]</span>, <span class="Constant">[switch color back to blue]</span> -<span id="L407" class="LineNr">407 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">12/lightblue</span> +<span id="L403" class="LineNr">403 </span> <span class="muControl">break-unless</span> color-is-white? +<span id="L404" class="LineNr">404 </span> starting-comment?:bool <span class="Special"><-</span> equal c, <span class="Constant">35/#</span> +<span id="L405" class="LineNr">405 </span> <span class="muControl">break-unless</span> starting-comment? +<span id="L406" class="LineNr">406 </span> trace<span class="Constant"> 90</span>, <span class="Constant">[app]</span>, <span class="Constant">[switch color back to blue]</span> +<span id="L407" class="LineNr">407 </span> <span class="muControl"> return</span> <span class="Constant">12/lightblue</span> <span id="L408" class="LineNr">408 </span> <span class="Delimiter">}</span> <span id="L409" class="LineNr">409 </span> <span class="Comment"># if color is blue and next character is newline, switch color to white</span> <span id="L410" class="LineNr">410 </span> <span class="Delimiter">{</span> -<span id="L411" class="LineNr">411 </span> <span class="Conceal">¦</span> color-is-blue?:bool <span class="Special"><-</span> equal color, <span class="Constant">12/lightblue</span> -<span id="L412" class="LineNr">412 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> color-is-blue? -<span id="L413" class="LineNr">413 </span> <span class="Conceal">¦</span> ending-comment?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L414" class="LineNr">414 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> ending-comment? -<span id="L415" class="LineNr">415 </span> <span class="Conceal">¦</span> trace<span class="Constant"> 90</span>, <span class="Constant">[app]</span>, <span class="Constant">[switch color back to white]</span> -<span id="L416" class="LineNr">416 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">7/white</span> +<span id="L411" class="LineNr">411 </span> color-is-blue?:bool <span class="Special"><-</span> equal color, <span class="Constant">12/lightblue</span> +<span id="L412" class="LineNr">412 </span> <span class="muControl">break-unless</span> color-is-blue? +<span id="L413" class="LineNr">413 </span> ending-comment?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L414" class="LineNr">414 </span> <span class="muControl">break-unless</span> ending-comment? +<span id="L415" class="LineNr">415 </span> trace<span class="Constant"> 90</span>, <span class="Constant">[app]</span>, <span class="Constant">[switch color back to white]</span> +<span id="L416" class="LineNr">416 </span> <span class="muControl"> return</span> <span class="Constant">7/white</span> <span id="L417" class="LineNr">417 </span> <span class="Delimiter">}</span> <span id="L418" class="LineNr">418 </span> <span class="Comment"># if color is white (no comments) and next character is '<', switch color to red</span> <span id="L419" class="LineNr">419 </span> <span class="Delimiter">{</span> -<span id="L420" class="LineNr">420 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> color-is-white? -<span id="L421" class="LineNr">421 </span> <span class="Conceal">¦</span> starting-assignment?:bool <span class="Special"><-</span> equal c, <span class="Constant">60/<</span> -<span id="L422" class="LineNr">422 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> starting-assignment? -<span id="L423" class="LineNr">423 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">1/red</span> +<span id="L420" class="LineNr">420 </span> <span class="muControl">break-unless</span> color-is-white? +<span id="L421" class="LineNr">421 </span> starting-assignment?:bool <span class="Special"><-</span> equal c, <span class="Constant">60/<</span> +<span id="L422" class="LineNr">422 </span> <span class="muControl">break-unless</span> starting-assignment? +<span id="L423" class="LineNr">423 </span> <span class="muControl"> return</span> <span class="Constant">1/red</span> <span id="L424" class="LineNr">424 </span> <span class="Delimiter">}</span> <span id="L425" class="LineNr">425 </span> <span class="Comment"># if color is red and next character is space, switch color to white</span> <span id="L426" class="LineNr">426 </span> <span class="Delimiter">{</span> -<span id="L427" class="LineNr">427 </span> <span class="Conceal">¦</span> color-is-red?:bool <span class="Special"><-</span> equal color, <span class="Constant">1/red</span> -<span id="L428" class="LineNr">428 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> color-is-red? -<span id="L429" class="LineNr">429 </span> <span class="Conceal">¦</span> ending-assignment?:bool <span class="Special"><-</span> equal c, <span class="Constant">32/space</span> -<span id="L430" class="LineNr">430 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> ending-assignment? -<span id="L431" class="LineNr">431 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">7/white</span> +<span id="L427" class="LineNr">427 </span> color-is-red?:bool <span class="Special"><-</span> equal color, <span class="Constant">1/red</span> +<span id="L428" class="LineNr">428 </span> <span class="muControl">break-unless</span> color-is-red? +<span id="L429" class="LineNr">429 </span> ending-assignment?:bool <span class="Special"><-</span> equal c, <span class="Constant">32/space</span> +<span id="L430" class="LineNr">430 </span> <span class="muControl">break-unless</span> ending-assignment? +<span id="L431" class="LineNr">431 </span> <span class="muControl"> return</span> <span class="Constant">7/white</span> <span id="L432" class="LineNr">432 </span> <span class="Delimiter">}</span> <span id="L433" class="LineNr">433 </span> <span class="Comment"># otherwise no change</span> <span id="L434" class="LineNr">434 </span> <span class="muControl"> return</span> color @@ -504,23 +503,23 @@ if ('onhashchange' in window) { <span id="L440" class="LineNr">440 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L441" class="LineNr">441 </span><span class="Constant">d <- e</span> <span id="L442" class="LineNr">442 </span><span class="Constant">f]</span> -<span id="L443" class="LineNr">443 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">8/right</span> +<span id="L443" class="LineNr">443 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">8/right</span> <span id="L444" class="LineNr">444 </span> run [ -<span id="L445" class="LineNr">445 </span> <span class="Conceal">¦</span> <a href='001-editor.mu.html#L107'>render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L445" class="LineNr">445 </span> render screen, e <span id="L446" class="LineNr">446 </span> ] <span id="L447" class="LineNr">447 </span> screen-should-contain [ -<span id="L448" class="LineNr">448 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L449" class="LineNr">449 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L450" class="LineNr">450 </span> <span class="Conceal">¦</span><span class="Constant"> .d <- e .</span> -<span id="L451" class="LineNr">451 </span> <span class="Conceal">¦</span><span class="Constant"> .f .</span> -<span id="L452" class="LineNr">452 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L448" class="LineNr">448 </span> <span class="Constant"> . .</span> +<span id="L449" class="LineNr">449 </span> <span class="Constant"> .abc .</span> +<span id="L450" class="LineNr">450 </span> <span class="Constant"> .d <- e .</span> +<span id="L451" class="LineNr">451 </span> <span class="Constant"> .f .</span> +<span id="L452" class="LineNr">452 </span> <span class="Constant"> . .</span> <span id="L453" class="LineNr">453 </span> ] <span id="L454" class="LineNr">454 </span> screen-should-contain-in-color <span class="Constant">1/red</span>, [ -<span id="L455" class="LineNr">455 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L456" class="LineNr">456 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L457" class="LineNr">457 </span> <span class="Conceal">¦</span><span class="Constant"> . <- .</span> -<span id="L458" class="LineNr">458 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L459" class="LineNr">459 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L455" class="LineNr">455 </span> <span class="Constant"> . .</span> +<span id="L456" class="LineNr">456 </span> <span class="Constant"> . .</span> +<span id="L457" class="LineNr">457 </span> <span class="Constant"> . <- .</span> +<span id="L458" class="LineNr">458 </span> <span class="Constant"> . .</span> +<span id="L459" class="LineNr">459 </span> <span class="Constant"> . .</span> <span id="L460" class="LineNr">460 </span> ] <span id="L461" class="LineNr">461 </span>] </pre> diff --git a/html/edit/002-typing.mu.html b/html/edit/002-typing.mu.html index 477bee1d..91fea2a7 100644 --- a/html/edit/002-typing.mu.html +++ b/html/edit/002-typing.mu.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.muData { color: #ffff00; } .Constant { color: #00a0a0; } +.Special { color: #c00000; } +.muData { color: #ffff00; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> </style> @@ -69,48 +68,48 @@ if ('onhashchange' in window) { <span id="L6" class="LineNr"> 6 </span> <span class="Constant">local-scope</span> <span id="L7" class="LineNr"> 7 </span> <span class="Constant">load-inputs</span> <span id="L8" class="LineNr"> 8 </span> open-console -<span id="L9" class="LineNr"> 9 </span> <a href='../081print.mu.html#L46'>clear-screen</a> <span class="Constant">0/screen</span> <span class="Comment"># non-scrolling app</span> -<span id="L10" class="LineNr"> 10 </span> editor:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> text, <span class="Constant">5/left</span>, <span class="Constant">45/right</span> -<span id="L11" class="LineNr"> 11 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <span class="Constant">0/screen</span>, editor -<span id="L12" class="LineNr"> 12 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <span class="Constant">0/screen</span>, <span class="Constant">0/console</span>, editor +<span id="L9" class="LineNr"> 9 </span> clear-screen <span class="Constant">0/screen</span> <span class="Comment"># non-scrolling app</span> +<span id="L10" class="LineNr"> 10 </span> editor:&:editor <span class="Special"><-</span> new-editor text, <span class="Constant">5/left</span>, <span class="Constant">45/right</span> +<span id="L11" class="LineNr"> 11 </span> editor-render <span class="Constant">0/screen</span>, editor +<span id="L12" class="LineNr"> 12 </span> editor-event-loop <span class="Constant">0/screen</span>, <span class="Constant">0/console</span>, editor <span id="L13" class="LineNr"> 13 </span> close-console <span id="L14" class="LineNr"> 14 </span>] <span id="L15" class="LineNr"> 15 </span> -<span id="L16" class="LineNr"> 16 </span><span class="muRecipe">def</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>:&:<a href='../084console.mu.html#L23'>console</a>, editor:&:editor<span class="muRecipe"> -> </span><a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>:&:<a href='../084console.mu.html#L23'>console</a>, editor:&:editor [ +<span id="L16" class="LineNr"> 16 </span><span class="muRecipe">def</span> editor-event-loop screen:&:screen, console:&:console, editor:&:editor<span class="muRecipe"> -> </span>screen:&:screen, console:&:console, editor:&:editor [ <span id="L17" class="LineNr"> 17 </span> <span class="Constant">local-scope</span> <span id="L18" class="LineNr"> 18 </span> <span class="Constant">load-inputs</span> <span id="L19" class="LineNr"> 19 </span> <span class="Delimiter">{</span> -<span id="L20" class="LineNr"> 20 </span> <span class="Conceal">¦</span> <span class="Comment"># looping over each (keyboard or touch) event as it occurs</span> -<span id="L21" class="LineNr"> 21 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> +next-event</span> -<span id="L22" class="LineNr"> 22 </span> <span class="Conceal">¦</span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, cursor-row, cursor-column -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span> e:<a href='../084console.mu.html#L4'>event</a>, found?:bool, quit?:bool, <a href='../084console.mu.html#L23'>console</a> <span class="Special"><-</span> <a href='../084console.mu.html#L35'>read-event</a> <a href='../084console.mu.html#L23'>console</a> -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span> <span class="muControl">loop-unless</span> found? -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> quit? <span class="Comment"># only in tests</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Conceal">¦</span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[next-event]</span> -<span id="L29" class="LineNr"> 29 </span> <span class="Conceal">¦</span> <span class="Comment"># 'touch' event</span> -<span id="L30" class="LineNr"> 30 </span> <span class="Conceal">¦</span> t:<a href='../084console.mu.html#L12'>touch-event</a>, is-touch?:bool <span class="Special"><-</span> maybe-convert e, <span class="Constant">touch:variant</span> -<span id="L31" class="LineNr"> 31 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L32" class="LineNr"> 32 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-touch? -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> move-cursor editor, <a href='../081print.mu.html#L16'>screen</a>, t -<span id="L34" class="LineNr"> 34 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-event</span> -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> <span class="Comment"># keyboard events</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> is-touch? -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> go-render?:bool <span class="Special"><-</span> <a href='002-typing.mu.html#L166'>handle-keyboard-event</a> <a href='../081print.mu.html#L16'>screen</a>, editor, e -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> go-render? -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, editor -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L20" class="LineNr"> 20 </span> <span class="Comment"># looping over each (keyboard or touch) event as it occurs</span> +<span id="L21" class="LineNr"> 21 </span><span class="Constant"> +next-event</span> +<span id="L22" class="LineNr"> 22 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> +<span id="L23" class="LineNr"> 23 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> +<span id="L24" class="LineNr"> 24 </span> screen <span class="Special"><-</span> move-cursor screen, cursor-row, cursor-column +<span id="L25" class="LineNr"> 25 </span> e:event, found?:bool, quit?:bool, console <span class="Special"><-</span> read-event console +<span id="L26" class="LineNr"> 26 </span> <span class="muControl">loop-unless</span> found? +<span id="L27" class="LineNr"> 27 </span> <span class="muControl">break-if</span> quit? <span class="Comment"># only in tests</span> +<span id="L28" class="LineNr"> 28 </span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[next-event]</span> +<span id="L29" class="LineNr"> 29 </span> <span class="Comment"># 'touch' event</span> +<span id="L30" class="LineNr"> 30 </span> t:touch-event, is-touch?:bool <span class="Special"><-</span> maybe-convert e, <span class="Constant">touch:variant</span> +<span id="L31" class="LineNr"> 31 </span> <span class="Delimiter">{</span> +<span id="L32" class="LineNr"> 32 </span> <span class="muControl">break-unless</span> is-touch? +<span id="L33" class="LineNr"> 33 </span> move-cursor editor, screen, t +<span id="L34" class="LineNr"> 34 </span> <span class="muControl"> loop</span> <span class="Constant">+next-event</span> +<span id="L35" class="LineNr"> 35 </span> <span class="Delimiter">}</span> +<span id="L36" class="LineNr"> 36 </span> <span class="Comment"># keyboard events</span> +<span id="L37" class="LineNr"> 37 </span> <span class="Delimiter">{</span> +<span id="L38" class="LineNr"> 38 </span> <span class="muControl">break-if</span> is-touch? +<span id="L39" class="LineNr"> 39 </span> go-render?:bool <span class="Special"><-</span> handle-keyboard-event screen, editor, e +<span id="L40" class="LineNr"> 40 </span> <span class="Delimiter">{</span> +<span id="L41" class="LineNr"> 41 </span> <span class="muControl">break-unless</span> go-render? +<span id="L42" class="LineNr"> 42 </span> screen <span class="Special"><-</span> editor-render screen, editor +<span id="L43" class="LineNr"> 43 </span> <span class="Delimiter">}</span> +<span id="L44" class="LineNr"> 44 </span> <span class="Delimiter">}</span> +<span id="L45" class="LineNr"> 45 </span> <span class="muControl"> loop</span> <span id="L46" class="LineNr"> 46 </span> <span class="Delimiter">}</span> <span id="L47" class="LineNr"> 47 </span>] <span id="L48" class="LineNr"> 48 </span> <span id="L49" class="LineNr"> 49 </span><span class="Comment"># process click, return if it was on current editor</span> -<span id="L50" class="LineNr"> 50 </span><span class="muRecipe">def</span> move-cursor editor:&:editor, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, t:<a href='../084console.mu.html#L12'>touch-event</a><span class="muRecipe"> -> </span>in-focus?:bool, editor:&:editor [ +<span id="L50" class="LineNr"> 50 </span><span class="muRecipe">def</span> move-cursor editor:&:editor, screen:&:screen, t:touch-event<span class="muRecipe"> -> </span>in-focus?:bool, editor:&:editor [ <span id="L51" class="LineNr"> 51 </span> <span class="Constant">local-scope</span> <span id="L52" class="LineNr"> 52 </span> <span class="Constant">load-inputs</span> <span id="L53" class="LineNr"> 53 </span> <span class="muControl">return-unless</span> editor, <span class="Constant">0/false</span> @@ -125,7 +124,7 @@ if ('onhashchange' in window) { <span id="L62" class="LineNr"> 62 </span> <span class="muControl">return-if</span> too-far-right?, <span class="Constant">0/false</span> <span id="L63" class="LineNr"> 63 </span> <span class="Comment"># position cursor</span> <span id="L64" class="LineNr"> 64 </span><span class="Constant"> <begin-move-cursor></span> -<span id="L65" class="LineNr"> 65 </span> editor <span class="Special"><-</span> <a href='002-typing.mu.html#L75'>snap-cursor</a> editor, <a href='../081print.mu.html#L16'>screen</a>, click-row, click-column +<span id="L65" class="LineNr"> 65 </span> editor <span class="Special"><-</span> snap-cursor editor, screen, click-row, click-column <span id="L66" class="LineNr"> 66 </span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> <span id="L67" class="LineNr"> 67 </span><span class="Constant"> <end-move-cursor></span> <span id="L68" class="LineNr"> 68 </span> <span class="Comment"># gain focus</span> @@ -135,140 +134,140 @@ if ('onhashchange' in window) { <span id="L72" class="LineNr"> 72 </span><span class="Comment"># Variant of 'render' that only moves the cursor (coordinates and</span> <span id="L73" class="LineNr"> 73 </span><span class="Comment"># before-cursor). If it's past the end of a line, it 'slides' it left. If it's</span> <span id="L74" class="LineNr"> 74 </span><span class="Comment"># past the last line it positions at end of last line.</span> -<span id="L75" class="LineNr"> 75 </span><span class="muRecipe">def</span> <a href='002-typing.mu.html#L75'>snap-cursor</a> editor:&:editor, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, target-row:num, target-column:num<span class="muRecipe"> -> </span>editor:&:editor [ +<span id="L75" class="LineNr"> 75 </span><span class="muRecipe">def</span> snap-cursor editor:&:editor, screen:&:screen, target-row:num, target-column:num<span class="muRecipe"> -> </span>editor:&:editor [ <span id="L76" class="LineNr"> 76 </span> <span class="Constant">local-scope</span> <span id="L77" class="LineNr"> 77 </span> <span class="Constant">load-inputs</span> <span id="L78" class="LineNr"> 78 </span> <span class="muControl">return-unless</span> editor <span id="L79" class="LineNr"> 79 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> <span id="L80" class="LineNr"> 80 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> -<span id="L81" class="LineNr"> 81 </span> <a href='../081print.mu.html#L782'>screen-height</a>:num <span class="Special"><-</span> <a href='../081print.mu.html#L782'>screen-height</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L81" class="LineNr"> 81 </span> screen-height:num <span class="Special"><-</span> screen-height screen <span id="L82" class="LineNr"> 82 </span> <span class="Comment"># count newlines until screen row</span> -<span id="L83" class="LineNr"> 83 </span> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L84" class="LineNr"> 84 </span> <a href='../065duplex_list.mu.html#L32'>prev</a>:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> copy curr <span class="Comment"># just in case curr becomes null and we can't compute prev</span> -<span id="L85" class="LineNr"> 85 </span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr +<span id="L83" class="LineNr"> 83 </span> curr:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L84" class="LineNr"> 84 </span> prev:&:duplex-list:char <span class="Special"><-</span> copy curr <span class="Comment"># just in case curr becomes null and we can't compute prev</span> +<span id="L85" class="LineNr"> 85 </span> curr <span class="Special"><-</span> next curr <span id="L86" class="LineNr"> 86 </span> row:num <span class="Special"><-</span> copy <span class="Constant">1/top</span> <span id="L87" class="LineNr"> 87 </span> column:num <span class="Special"><-</span> copy left <span id="L88" class="LineNr"> 88 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, target-row <span id="L89" class="LineNr"> 89 </span> cursor-row:num <span class="Special"><-</span> copy target-row <span id="L90" class="LineNr"> 90 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, target-column <span id="L91" class="LineNr"> 91 </span> cursor-column:num <span class="Special"><-</span> copy target-column -<span id="L92" class="LineNr"> 92 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L92" class="LineNr"> 92 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> <span id="L93" class="LineNr"> 93 </span> <span class="Delimiter">{</span> -<span id="L94" class="LineNr"> 94 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> +next-character</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> curr -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> off-screen?:bool <span class="Special"><-</span> greater-or-equal row, <a href='../081print.mu.html#L782'>screen-height</a> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> off-screen? -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <span class="Comment"># update editor.before-cursor</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <span class="Comment"># Doing so at the start of each iteration ensures it stays one step behind</span> -<span id="L100" class="LineNr"> 100 </span> <span class="Conceal">¦</span> <span class="Comment"># the current character.</span> -<span id="L101" class="LineNr"> 101 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L102" class="LineNr"> 102 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-cursor-row?:bool <span class="Special"><-</span> equal row, cursor-row -<span id="L103" class="LineNr"> 103 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-cursor-row? -<span id="L104" class="LineNr"> 104 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-cursor?:bool <span class="Special"><-</span> equal column, cursor-column -<span id="L105" class="LineNr"> 105 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-cursor? -<span id="L106" class="LineNr"> 106 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> copy <a href='../065duplex_list.mu.html#L32'>prev</a> -<span id="L107" class="LineNr"> 107 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor -<span id="L108" class="LineNr"> 108 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L109" class="LineNr"> 109 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> -<span id="L110" class="LineNr"> 110 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L111" class="LineNr"> 111 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># newline? move to left rather than 0</span> -<span id="L112" class="LineNr"> 112 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L113" class="LineNr"> 113 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> newline? -<span id="L114" class="LineNr"> 114 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># adjust cursor if necessary</span> -<span id="L115" class="LineNr"> 115 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L116" class="LineNr"> 116 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-cursor-row?:bool <span class="Special"><-</span> equal row, cursor-row -<span id="L117" class="LineNr"> 117 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-cursor-row? -<span id="L118" class="LineNr"> 118 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> left-of-cursor?:bool <span class="Special"><-</span> lesser-than column, cursor-column -<span id="L119" class="LineNr"> 119 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> left-of-cursor? -<span id="L120" class="LineNr"> 120 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> copy column -<span id="L121" class="LineNr"> 121 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L122" class="LineNr"> 122 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> copy <a href='../065duplex_list.mu.html#L32'>prev</a> -<span id="L123" class="LineNr"> 123 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor -<span id="L124" class="LineNr"> 124 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L125" class="LineNr"> 125 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># skip to next line</span> -<span id="L126" class="LineNr"> 126 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L127" class="LineNr"> 127 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special"><-</span> copy left -<span id="L128" class="LineNr"> 128 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr -<span id="L129" class="LineNr"> 129 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L32'>prev</a> <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> <a href='../065duplex_list.mu.html#L32'>prev</a> -<span id="L130" class="LineNr"> 130 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-character</span> -<span id="L131" class="LineNr"> 131 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L132" class="LineNr"> 132 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L133" class="LineNr"> 133 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># at right? wrap. even if there's only one more letter left; we need</span> -<span id="L134" class="LineNr"> 134 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># room for clicking on the cursor after it.</span> -<span id="L135" class="LineNr"> 135 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-right?:bool <span class="Special"><-</span> equal column, right -<span id="L136" class="LineNr"> 136 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-right? -<span id="L137" class="LineNr"> 137 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special"><-</span> copy left -<span id="L138" class="LineNr"> 138 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L139" class="LineNr"> 139 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># don't increment curr/prev</span> -<span id="L140" class="LineNr"> 140 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-character</span> -<span id="L141" class="LineNr"> 141 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L142" class="LineNr"> 142 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr -<span id="L143" class="LineNr"> 143 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L32'>prev</a> <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> <a href='../065duplex_list.mu.html#L32'>prev</a> -<span id="L144" class="LineNr"> 144 </span> <span class="Conceal">¦</span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> -<span id="L145" class="LineNr"> 145 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L94" class="LineNr"> 94 </span><span class="Constant"> +next-character</span> +<span id="L95" class="LineNr"> 95 </span> <span class="muControl">break-unless</span> curr +<span id="L96" class="LineNr"> 96 </span> off-screen?:bool <span class="Special"><-</span> greater-or-equal row, screen-height +<span id="L97" class="LineNr"> 97 </span> <span class="muControl">break-if</span> off-screen? +<span id="L98" class="LineNr"> 98 </span> <span class="Comment"># update editor.before-cursor</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Comment"># Doing so at the start of each iteration ensures it stays one step behind</span> +<span id="L100" class="LineNr"> 100 </span> <span class="Comment"># the current character.</span> +<span id="L101" class="LineNr"> 101 </span> <span class="Delimiter">{</span> +<span id="L102" class="LineNr"> 102 </span> at-cursor-row?:bool <span class="Special"><-</span> equal row, cursor-row +<span id="L103" class="LineNr"> 103 </span> <span class="muControl">break-unless</span> at-cursor-row? +<span id="L104" class="LineNr"> 104 </span> at-cursor?:bool <span class="Special"><-</span> equal column, cursor-column +<span id="L105" class="LineNr"> 105 </span> <span class="muControl">break-unless</span> at-cursor? +<span id="L106" class="LineNr"> 106 </span> before-cursor <span class="Special"><-</span> copy prev +<span id="L107" class="LineNr"> 107 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor +<span id="L108" class="LineNr"> 108 </span> <span class="Delimiter">}</span> +<span id="L109" class="LineNr"> 109 </span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> +<span id="L110" class="LineNr"> 110 </span> <span class="Delimiter">{</span> +<span id="L111" class="LineNr"> 111 </span> <span class="Comment"># newline? move to left rather than 0</span> +<span id="L112" class="LineNr"> 112 </span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L113" class="LineNr"> 113 </span> <span class="muControl">break-unless</span> newline? +<span id="L114" class="LineNr"> 114 </span> <span class="Comment"># adjust cursor if necessary</span> +<span id="L115" class="LineNr"> 115 </span> <span class="Delimiter">{</span> +<span id="L116" class="LineNr"> 116 </span> at-cursor-row?:bool <span class="Special"><-</span> equal row, cursor-row +<span id="L117" class="LineNr"> 117 </span> <span class="muControl">break-unless</span> at-cursor-row? +<span id="L118" class="LineNr"> 118 </span> left-of-cursor?:bool <span class="Special"><-</span> lesser-than column, cursor-column +<span id="L119" class="LineNr"> 119 </span> <span class="muControl">break-unless</span> left-of-cursor? +<span id="L120" class="LineNr"> 120 </span> cursor-column <span class="Special"><-</span> copy column +<span id="L121" class="LineNr"> 121 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L122" class="LineNr"> 122 </span> before-cursor <span class="Special"><-</span> copy prev +<span id="L123" class="LineNr"> 123 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor +<span id="L124" class="LineNr"> 124 </span> <span class="Delimiter">}</span> +<span id="L125" class="LineNr"> 125 </span> <span class="Comment"># skip to next line</span> +<span id="L126" class="LineNr"> 126 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L127" class="LineNr"> 127 </span> column <span class="Special"><-</span> copy left +<span id="L128" class="LineNr"> 128 </span> curr <span class="Special"><-</span> next curr +<span id="L129" class="LineNr"> 129 </span> prev <span class="Special"><-</span> next prev +<span id="L130" class="LineNr"> 130 </span> <span class="muControl"> loop</span> <span class="Constant">+next-character</span> +<span id="L131" class="LineNr"> 131 </span> <span class="Delimiter">}</span> +<span id="L132" class="LineNr"> 132 </span> <span class="Delimiter">{</span> +<span id="L133" class="LineNr"> 133 </span> <span class="Comment"># at right? wrap. even if there's only one more letter left; we need</span> +<span id="L134" class="LineNr"> 134 </span> <span class="Comment"># room for clicking on the cursor after it.</span> +<span id="L135" class="LineNr"> 135 </span> at-right?:bool <span class="Special"><-</span> equal column, right +<span id="L136" class="LineNr"> 136 </span> <span class="muControl">break-unless</span> at-right? +<span id="L137" class="LineNr"> 137 </span> column <span class="Special"><-</span> copy left +<span id="L138" class="LineNr"> 138 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L139" class="LineNr"> 139 </span> <span class="Comment"># don't increment curr/prev</span> +<span id="L140" class="LineNr"> 140 </span> <span class="muControl"> loop</span> <span class="Constant">+next-character</span> +<span id="L141" class="LineNr"> 141 </span> <span class="Delimiter">}</span> +<span id="L142" class="LineNr"> 142 </span> curr <span class="Special"><-</span> next curr +<span id="L143" class="LineNr"> 143 </span> prev <span class="Special"><-</span> next prev +<span id="L144" class="LineNr"> 144 </span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> +<span id="L145" class="LineNr"> 145 </span> <span class="muControl"> loop</span> <span id="L146" class="LineNr"> 146 </span> <span class="Delimiter">}</span> <span id="L147" class="LineNr"> 147 </span> <span class="Comment"># is cursor to the right of the last line? move to end</span> <span id="L148" class="LineNr"> 148 </span> <span class="Delimiter">{</span> -<span id="L149" class="LineNr"> 149 </span> <span class="Conceal">¦</span> at-cursor-row?:bool <span class="Special"><-</span> equal row, cursor-row -<span id="L150" class="LineNr"> 150 </span> <span class="Conceal">¦</span> cursor-outside-line?:bool <span class="Special"><-</span> lesser-or-equal column, cursor-column -<span id="L151" class="LineNr"> 151 </span> <span class="Conceal">¦</span> before-cursor-on-same-line?:bool <span class="Special"><-</span> and at-cursor-row?, cursor-outside-line? -<span id="L152" class="LineNr"> 152 </span> <span class="Conceal">¦</span> above-cursor-row?:bool <span class="Special"><-</span> lesser-than row, cursor-row -<span id="L153" class="LineNr"> 153 </span> <span class="Conceal">¦</span> before-cursor?:bool <span class="Special"><-</span> or before-cursor-on-same-line?, above-cursor-row? -<span id="L154" class="LineNr"> 154 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> before-cursor? -<span id="L155" class="LineNr"> 155 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> copy row -<span id="L156" class="LineNr"> 156 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row -<span id="L157" class="LineNr"> 157 </span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> copy column -<span id="L158" class="LineNr"> 158 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L159" class="LineNr"> 159 </span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> copy <a href='../065duplex_list.mu.html#L32'>prev</a> -<span id="L160" class="LineNr"> 160 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor +<span id="L149" class="LineNr"> 149 </span> at-cursor-row?:bool <span class="Special"><-</span> equal row, cursor-row +<span id="L150" class="LineNr"> 150 </span> cursor-outside-line?:bool <span class="Special"><-</span> lesser-or-equal column, cursor-column +<span id="L151" class="LineNr"> 151 </span> before-cursor-on-same-line?:bool <span class="Special"><-</span> and at-cursor-row?, cursor-outside-line? +<span id="L152" class="LineNr"> 152 </span> above-cursor-row?:bool <span class="Special"><-</span> lesser-than row, cursor-row +<span id="L153" class="LineNr"> 153 </span> before-cursor?:bool <span class="Special"><-</span> or before-cursor-on-same-line?, above-cursor-row? +<span id="L154" class="LineNr"> 154 </span> <span class="muControl">break-unless</span> before-cursor? +<span id="L155" class="LineNr"> 155 </span> cursor-row <span class="Special"><-</span> copy row +<span id="L156" class="LineNr"> 156 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L157" class="LineNr"> 157 </span> cursor-column <span class="Special"><-</span> copy column +<span id="L158" class="LineNr"> 158 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L159" class="LineNr"> 159 </span> before-cursor <span class="Special"><-</span> copy prev +<span id="L160" class="LineNr"> 160 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor <span id="L161" class="LineNr"> 161 </span> <span class="Delimiter">}</span> <span id="L162" class="LineNr"> 162 </span>] <span id="L163" class="LineNr"> 163 </span> <span id="L164" class="LineNr"> 164 </span><span class="Comment"># Process an event 'e' and try to minimally update the screen.</span> <span id="L165" class="LineNr"> 165 </span><span class="Comment"># Set 'go-render?' to true to indicate the caller must perform a non-minimal update.</span> -<span id="L166" class="LineNr"> 166 </span><span class="muRecipe">def</span> <a href='002-typing.mu.html#L166'>handle-keyboard-event</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, editor:&:editor, e:<a href='../084console.mu.html#L4'>event</a><span class="muRecipe"> -> </span>go-render?:bool, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, editor:&:editor [ +<span id="L166" class="LineNr"> 166 </span><span class="muRecipe">def</span> handle-keyboard-event screen:&:screen, editor:&:editor, e:event<span class="muRecipe"> -> </span>go-render?:bool, screen:&:screen, editor:&:editor [ <span id="L167" class="LineNr"> 167 </span> <span class="Constant">local-scope</span> <span id="L168" class="LineNr"> 168 </span> <span class="Constant">load-inputs</span> <span id="L169" class="LineNr"> 169 </span> <span class="muControl">return-unless</span> editor, <span class="Constant">0/don't-render</span> -<span id="L170" class="LineNr"> 170 </span> <a href='../081print.mu.html#L768'>screen-width</a>:num <span class="Special"><-</span> <a href='../081print.mu.html#L768'>screen-width</a> <a href='../081print.mu.html#L16'>screen</a> -<span id="L171" class="LineNr"> 171 </span> <a href='../081print.mu.html#L782'>screen-height</a>:num <span class="Special"><-</span> <a href='../081print.mu.html#L782'>screen-height</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L170" class="LineNr"> 170 </span> screen-width:num <span class="Special"><-</span> screen-width screen +<span id="L171" class="LineNr"> 171 </span> screen-height:num <span class="Special"><-</span> screen-height screen <span id="L172" class="LineNr"> 172 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> <span id="L173" class="LineNr"> 173 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> -<span id="L174" class="LineNr"> 174 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L174" class="LineNr"> 174 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> <span id="L175" class="LineNr"> 175 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> <span id="L176" class="LineNr"> 176 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> <span id="L177" class="LineNr"> 177 </span> save-row:num <span class="Special"><-</span> copy cursor-row <span id="L178" class="LineNr"> 178 </span> save-column:num <span class="Special"><-</span> copy cursor-column <span id="L179" class="LineNr"> 179 </span> <span class="Comment"># character</span> <span id="L180" class="LineNr"> 180 </span> <span class="Delimiter">{</span> -<span id="L181" class="LineNr"> 181 </span> <span class="Conceal">¦</span> c:char, is-unicode?:bool <span class="Special"><-</span> maybe-convert e, <span class="Constant">text:variant</span> -<span id="L182" class="LineNr"> 182 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-unicode? -<span id="L183" class="LineNr"> 183 </span> <span class="Conceal">¦</span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[handle-keyboard-event: special character]</span> -<span id="L184" class="LineNr"> 184 </span> <span class="Conceal">¦</span> <span class="Comment"># exceptions for special characters go here</span> -<span id="L185" class="LineNr"> 185 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='002-typing.mu.html#L185'><handle-special-character></a></span> -<span id="L186" class="LineNr"> 186 </span> <span class="Conceal">¦</span> <span class="Comment"># ignore any other special characters</span> -<span id="L187" class="LineNr"> 187 </span> <span class="Conceal">¦</span> regular-character?:bool <span class="Special"><-</span> greater-or-equal c, <span class="Constant">32/space</span> -<span id="L188" class="LineNr"> 188 </span> <span class="Conceal">¦</span> <span class="muControl">return-unless</span> regular-character?, <span class="Constant">0/don't-render</span> -<span id="L189" class="LineNr"> 189 </span> <span class="Conceal">¦</span> <span class="Comment"># otherwise type it in</span> -<span id="L190" class="LineNr"> 190 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-insert-character></span> -<span id="L191" class="LineNr"> 191 </span> <span class="Conceal">¦</span> go-render? <span class="Special"><-</span> <a href='002-typing.mu.html#L203'>insert-at-cursor</a> editor, c, <a href='../081print.mu.html#L16'>screen</a> -<span id="L192" class="LineNr"> 192 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-insert-character></span> -<span id="L193" class="LineNr"> 193 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L181" class="LineNr"> 181 </span> c:char, is-unicode?:bool <span class="Special"><-</span> maybe-convert e, <span class="Constant">text:variant</span> +<span id="L182" class="LineNr"> 182 </span> <span class="muControl">break-unless</span> is-unicode? +<span id="L183" class="LineNr"> 183 </span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[handle-keyboard-event: special character]</span> +<span id="L184" class="LineNr"> 184 </span> <span class="Comment"># exceptions for special characters go here</span> +<span id="L185" class="LineNr"> 185 </span><span class="Constant"> <handle-special-character></span> +<span id="L186" class="LineNr"> 186 </span> <span class="Comment"># ignore any other special characters</span> +<span id="L187" class="LineNr"> 187 </span> regular-character?:bool <span class="Special"><-</span> greater-or-equal c, <span class="Constant">32/space</span> +<span id="L188" class="LineNr"> 188 </span> <span class="muControl">return-unless</span> regular-character?, <span class="Constant">0/don't-render</span> +<span id="L189" class="LineNr"> 189 </span> <span class="Comment"># otherwise type it in</span> +<span id="L190" class="LineNr"> 190 </span><span class="Constant"> <begin-insert-character></span> +<span id="L191" class="LineNr"> 191 </span> go-render? <span class="Special"><-</span> insert-at-cursor editor, c, screen +<span id="L192" class="LineNr"> 192 </span><span class="Constant"> <end-insert-character></span> +<span id="L193" class="LineNr"> 193 </span> <span class="muControl"> return</span> <span id="L194" class="LineNr"> 194 </span> <span class="Delimiter">}</span> <span id="L195" class="LineNr"> 195 </span> <span class="Comment"># special key to modify the text or move the cursor</span> -<span id="L196" class="LineNr"> 196 </span> k:num, is-keycode?:bool <span class="Special"><-</span> maybe-convert e:<a href='../084console.mu.html#L4'>event</a>, <span class="Constant">keycode:variant</span> +<span id="L196" class="LineNr"> 196 </span> k:num, is-keycode?:bool <span class="Special"><-</span> maybe-convert e:event, <span class="Constant">keycode:variant</span> <span id="L197" class="LineNr"> 197 </span> assert is-keycode?, <span class="Constant">[event was of unknown type; neither keyboard nor mouse]</span> <span id="L198" class="LineNr"> 198 </span> <span class="Comment"># handlers for each special key will go here</span> -<span id="L199" class="LineNr"> 199 </span><span class="Constant"> <a href='002-typing.mu.html#L199'><handle-special-key></a></span> +<span id="L199" class="LineNr"> 199 </span><span class="Constant"> <handle-special-key></span> <span id="L200" class="LineNr"> 200 </span> <span class="muControl"> return</span> <span class="Constant">1/go-render</span> <span id="L201" class="LineNr"> 201 </span>] <span id="L202" class="LineNr"> 202 </span> -<span id="L203" class="LineNr"> 203 </span><span class="muRecipe">def</span> <a href='002-typing.mu.html#L203'>insert-at-cursor</a> editor:&:editor, c:char, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span>go-render?:bool, editor:&:editor, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L203" class="LineNr"> 203 </span><span class="muRecipe">def</span> insert-at-cursor editor:&:editor, c:char, screen:&:screen<span class="muRecipe"> -> </span>go-render?:bool, editor:&:editor, screen:&:screen [ <span id="L204" class="LineNr"> 204 </span> <span class="Constant">local-scope</span> <span id="L205" class="LineNr"> 205 </span> <span class="Constant">load-inputs</span> -<span id="L206" class="LineNr"> 206 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L206" class="LineNr"> 206 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> <span id="L207" class="LineNr"> 207 </span> insert c, before-cursor -<span id="L208" class="LineNr"> 208 </span> before-cursor <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor +<span id="L208" class="LineNr"> 208 </span> before-cursor <span class="Special"><-</span> next before-cursor <span id="L209" class="LineNr"> 209 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor <span id="L210" class="LineNr"> 210 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> <span id="L211" class="LineNr"> 211 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> @@ -276,110 +275,110 @@ if ('onhashchange' in window) { <span id="L213" class="LineNr"> 213 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> <span id="L214" class="LineNr"> 214 </span> save-row:num <span class="Special"><-</span> copy cursor-row <span id="L215" class="LineNr"> 215 </span> save-column:num <span class="Special"><-</span> copy cursor-column -<span id="L216" class="LineNr"> 216 </span> <a href='../081print.mu.html#L768'>screen-width</a>:num <span class="Special"><-</span> <a href='../081print.mu.html#L768'>screen-width</a> <a href='../081print.mu.html#L16'>screen</a> -<span id="L217" class="LineNr"> 217 </span> <a href='../081print.mu.html#L782'>screen-height</a>:num <span class="Special"><-</span> <a href='../081print.mu.html#L782'>screen-height</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L216" class="LineNr"> 216 </span> screen-width:num <span class="Special"><-</span> screen-width screen +<span id="L217" class="LineNr"> 217 </span> screen-height:num <span class="Special"><-</span> screen-height screen <span id="L218" class="LineNr"> 218 </span> <span class="Comment"># occasionally we'll need to mess with the cursor</span> -<span id="L219" class="LineNr"> 219 </span><span class="Constant"> <a href='002-typing.mu.html#L219'><insert-character-special-case></a></span> +<span id="L219" class="LineNr"> 219 </span><span class="Constant"> <insert-character-special-case></span> <span id="L220" class="LineNr"> 220 </span> <span class="Comment"># but mostly we'll just move the cursor right</span> <span id="L221" class="LineNr"> 221 </span> cursor-column <span class="Special"><-</span> add cursor-column,<span class="Constant"> 1</span> <span id="L222" class="LineNr"> 222 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L223" class="LineNr"> 223 </span> <a href='../065duplex_list.mu.html#L25'>next</a>:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor +<span id="L223" class="LineNr"> 223 </span> next:&:duplex-list:char <span class="Special"><-</span> next before-cursor <span id="L224" class="LineNr"> 224 </span> <span class="Delimiter">{</span> -<span id="L225" class="LineNr"> 225 </span> <span class="Conceal">¦</span> <span class="Comment"># at end of all text? no need to scroll? just print the character and leave</span> -<span id="L226" class="LineNr"> 226 </span> <span class="Conceal">¦</span> at-end?:bool <span class="Special"><-</span> equal <a href='../065duplex_list.mu.html#L25'>next</a>, <span class="Constant">0/null</span> -<span id="L227" class="LineNr"> 227 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-end? -<span id="L228" class="LineNr"> 228 </span> <span class="Conceal">¦</span> bottom:num <span class="Special"><-</span> subtract <a href='../081print.mu.html#L782'>screen-height</a>,<span class="Constant"> 1</span> -<span id="L229" class="LineNr"> 229 </span> <span class="Conceal">¦</span> at-bottom?:bool <span class="Special"><-</span> equal save-row, bottom -<span id="L230" class="LineNr"> 230 </span> <span class="Conceal">¦</span> at-right?:bool <span class="Special"><-</span> equal save-column, right -<span id="L231" class="LineNr"> 231 </span> <span class="Conceal">¦</span> overflow?:bool <span class="Special"><-</span> and at-bottom?, at-right? -<span id="L232" class="LineNr"> 232 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> overflow? -<span id="L233" class="LineNr"> 233 </span> <span class="Conceal">¦</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, save-row, save-column -<span id="L234" class="LineNr"> 234 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, c -<span id="L235" class="LineNr"> 235 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/don't-render</span> +<span id="L225" class="LineNr"> 225 </span> <span class="Comment"># at end of all text? no need to scroll? just print the character and leave</span> +<span id="L226" class="LineNr"> 226 </span> at-end?:bool <span class="Special"><-</span> equal next, <span class="Constant">0/null</span> +<span id="L227" class="LineNr"> 227 </span> <span class="muControl">break-unless</span> at-end? +<span id="L228" class="LineNr"> 228 </span> bottom:num <span class="Special"><-</span> subtract screen-height,<span class="Constant"> 1</span> +<span id="L229" class="LineNr"> 229 </span> at-bottom?:bool <span class="Special"><-</span> equal save-row, bottom +<span id="L230" class="LineNr"> 230 </span> at-right?:bool <span class="Special"><-</span> equal save-column, right +<span id="L231" class="LineNr"> 231 </span> overflow?:bool <span class="Special"><-</span> and at-bottom?, at-right? +<span id="L232" class="LineNr"> 232 </span> <span class="muControl">break-if</span> overflow? +<span id="L233" class="LineNr"> 233 </span> move-cursor screen, save-row, save-column +<span id="L234" class="LineNr"> 234 </span> print screen, c +<span id="L235" class="LineNr"> 235 </span> <span class="muControl"> return</span> <span class="Constant">0/don't-render</span> <span id="L236" class="LineNr"> 236 </span> <span class="Delimiter">}</span> <span id="L237" class="LineNr"> 237 </span> <span class="Delimiter">{</span> -<span id="L238" class="LineNr"> 238 </span> <span class="Conceal">¦</span> <span class="Comment"># not at right margin? print the character and rest of line</span> -<span id="L239" class="LineNr"> 239 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='../065duplex_list.mu.html#L25'>next</a> -<span id="L240" class="LineNr"> 240 </span> <span class="Conceal">¦</span> at-right?:bool <span class="Special"><-</span> greater-or-equal cursor-column, <a href='../081print.mu.html#L768'>screen-width</a> -<span id="L241" class="LineNr"> 241 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-right? -<span id="L242" class="LineNr"> 242 </span> <span class="Conceal">¦</span> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> copy before-cursor -<span id="L243" class="LineNr"> 243 </span> <span class="Conceal">¦</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, save-row, save-column -<span id="L244" class="LineNr"> 244 </span> <span class="Conceal">¦</span> curr-column:num <span class="Special"><-</span> copy save-column -<span id="L245" class="LineNr"> 245 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L246" class="LineNr"> 246 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># hit right margin? give up and let caller render</span> -<span id="L247" class="LineNr"> 247 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-right?:bool <span class="Special"><-</span> greater-than curr-column, right -<span id="L248" class="LineNr"> 248 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">return-if</span> at-right?, <span class="Constant">1/go-render</span> -<span id="L249" class="LineNr"> 249 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> curr -<span id="L250" class="LineNr"> 250 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># newline? done.</span> -<span id="L251" class="LineNr"> 251 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> currc:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> -<span id="L252" class="LineNr"> 252 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-newline?:bool <span class="Special"><-</span> equal currc, <span class="Constant">10/newline</span> -<span id="L253" class="LineNr"> 253 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-newline? -<span id="L254" class="LineNr"> 254 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, currc -<span id="L255" class="LineNr"> 255 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr-column <span class="Special"><-</span> add curr-column,<span class="Constant"> 1</span> -<span id="L256" class="LineNr"> 256 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr -<span id="L257" class="LineNr"> 257 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> -<span id="L258" class="LineNr"> 258 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L259" class="LineNr"> 259 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/don't-render</span> +<span id="L238" class="LineNr"> 238 </span> <span class="Comment"># not at right margin? print the character and rest of line</span> +<span id="L239" class="LineNr"> 239 </span> <span class="muControl">break-unless</span> next +<span id="L240" class="LineNr"> 240 </span> at-right?:bool <span class="Special"><-</span> greater-or-equal cursor-column, screen-width +<span id="L241" class="LineNr"> 241 </span> <span class="muControl">break-if</span> at-right? +<span id="L242" class="LineNr"> 242 </span> curr:&:duplex-list:char <span class="Special"><-</span> copy before-cursor +<span id="L243" class="LineNr"> 243 </span> move-cursor screen, save-row, save-column +<span id="L244" class="LineNr"> 244 </span> curr-column:num <span class="Special"><-</span> copy save-column +<span id="L245" class="LineNr"> 245 </span> <span class="Delimiter">{</span> +<span id="L246" class="LineNr"> 246 </span> <span class="Comment"># hit right margin? give up and let caller render</span> +<span id="L247" class="LineNr"> 247 </span> at-right?:bool <span class="Special"><-</span> greater-than curr-column, right +<span id="L248" class="LineNr"> 248 </span> <span class="muControl">return-if</span> at-right?, <span class="Constant">1/go-render</span> +<span id="L249" class="LineNr"> 249 </span> <span class="muControl">break-unless</span> curr +<span id="L250" class="LineNr"> 250 </span> <span class="Comment"># newline? done.</span> +<span id="L251" class="LineNr"> 251 </span> currc:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> +<span id="L252" class="LineNr"> 252 </span> at-newline?:bool <span class="Special"><-</span> equal currc, <span class="Constant">10/newline</span> +<span id="L253" class="LineNr"> 253 </span> <span class="muControl">break-if</span> at-newline? +<span id="L254" class="LineNr"> 254 </span> print screen, currc +<span id="L255" class="LineNr"> 255 </span> curr-column <span class="Special"><-</span> add curr-column,<span class="Constant"> 1</span> +<span id="L256" class="LineNr"> 256 </span> curr <span class="Special"><-</span> next curr +<span id="L257" class="LineNr"> 257 </span> <span class="muControl"> loop</span> +<span id="L258" class="LineNr"> 258 </span> <span class="Delimiter">}</span> +<span id="L259" class="LineNr"> 259 </span> <span class="muControl"> return</span> <span class="Constant">0/don't-render</span> <span id="L260" class="LineNr"> 260 </span> <span class="Delimiter">}</span> <span id="L261" class="LineNr"> 261 </span> <span class="muControl"> return</span> <span class="Constant">1/go-render</span> <span id="L262" class="LineNr"> 262 </span>] <span id="L263" class="LineNr"> 263 </span> <span id="L264" class="LineNr"> 264 </span><span class="Comment"># helper for tests</span> -<span id="L265" class="LineNr"> 265 </span><span class="muRecipe">def</span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, editor:&:editor<span class="muRecipe"> -> </span><a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, editor:&:editor [ +<span id="L265" class="LineNr"> 265 </span><span class="muRecipe">def</span> editor-render screen:&:screen, editor:&:editor<span class="muRecipe"> -> </span>screen:&:screen, editor:&:editor [ <span id="L266" class="LineNr"> 266 </span> <span class="Constant">local-scope</span> <span id="L267" class="LineNr"> 267 </span> <span class="Constant">load-inputs</span> -<span id="L268" class="LineNr"> 268 </span> old-top-idx:num <span class="Special"><-</span> <a href='../081print.mu.html#L509'>save-top-idx</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L268" class="LineNr"> 268 </span> old-top-idx:num <span class="Special"><-</span> save-top-idx screen <span id="L269" class="LineNr"> 269 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> <span id="L270" class="LineNr"> 270 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> -<span id="L271" class="LineNr"> 271 </span> row:num, column:num <span class="Special"><-</span> <a href='001-editor.mu.html#L107'>render</a> <a href='../081print.mu.html#L16'>screen</a>, editor -<span id="L272" class="LineNr"> 272 </span> <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, right +<span id="L271" class="LineNr"> 271 </span> row:num, column:num <span class="Special"><-</span> render screen, editor +<span id="L272" class="LineNr"> 272 </span> clear-line-until screen, right <span id="L273" class="LineNr"> 273 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L274" class="LineNr"> 274 </span> <a href='002-typing.mu.html#L1116'>draw-horizontal</a> <a href='../081print.mu.html#L16'>screen</a>, row, left, right, <span class="Constant">9480/horizontal-dotted</span> +<span id="L274" class="LineNr"> 274 </span> draw-horizontal screen, row, left, right, <span class="Constant">9480/horizontal-dotted</span> <span id="L275" class="LineNr"> 275 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L276" class="LineNr"> 276 </span> <a href='001-editor.mu.html#L207'>clear-screen-from</a> <a href='../081print.mu.html#L16'>screen</a>, row, left, left, right -<span id="L277" class="LineNr"> 277 </span> <a href='../081print.mu.html#L515'>assert-no-scroll</a> <a href='../081print.mu.html#L16'>screen</a>, old-top-idx +<span id="L276" class="LineNr"> 276 </span> clear-screen-from screen, row, left, left, right +<span id="L277" class="LineNr"> 277 </span> assert-no-scroll screen, old-top-idx <span id="L278" class="LineNr"> 278 </span>] <span id="L279" class="LineNr"> 279 </span> <span id="L280" class="LineNr"> 280 </span><span class="muScenario">scenario</span> editor-handles-empty-event-queue [ <span id="L281" class="LineNr"> 281 </span> <span class="Constant">local-scope</span> <span id="L282" class="LineNr"> 282 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L283" class="LineNr"> 283 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L284" class="LineNr"> 284 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L283" class="LineNr"> 283 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L284" class="LineNr"> 284 </span> editor-render screen, e <span id="L285" class="LineNr"> 285 </span> assume-console <span class="Constant">[]</span> <span id="L286" class="LineNr"> 286 </span> run [ -<span id="L287" class="LineNr"> 287 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L287" class="LineNr"> 287 </span> editor-event-loop screen, console, e <span id="L288" class="LineNr"> 288 </span> ] <span id="L289" class="LineNr"> 289 </span> screen-should-contain [ -<span id="L290" class="LineNr"> 290 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L291" class="LineNr"> 291 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L292" class="LineNr"> 292 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L293" class="LineNr"> 293 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L290" class="LineNr"> 290 </span> <span class="Constant"> . .</span> +<span id="L291" class="LineNr"> 291 </span> <span class="Constant"> .abc .</span> +<span id="L292" class="LineNr"> 292 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L293" class="LineNr"> 293 </span> <span class="Constant"> . .</span> <span id="L294" class="LineNr"> 294 </span> ] <span id="L295" class="LineNr"> 295 </span>] <span id="L296" class="LineNr"> 296 </span> <span id="L297" class="LineNr"> 297 </span><span class="muScenario">scenario</span> editor-handles-mouse-clicks [ <span id="L298" class="LineNr"> 298 </span> <span class="Constant">local-scope</span> <span id="L299" class="LineNr"> 299 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L300" class="LineNr"> 300 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L301" class="LineNr"> 301 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L300" class="LineNr"> 300 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L301" class="LineNr"> 301 </span> editor-render screen, e <span id="L302" class="LineNr"> 302 </span> $clear-trace <span id="L303" class="LineNr"> 303 </span> assume-console [ -<span id="L304" class="LineNr"> 304 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> <span class="Comment"># on the 'b'</span> +<span id="L304" class="LineNr"> 304 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> <span class="Comment"># on the 'b'</span> <span id="L305" class="LineNr"> 305 </span> ] <span id="L306" class="LineNr"> 306 </span> run [ -<span id="L307" class="LineNr"> 307 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L308" class="LineNr"> 308 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L309" class="LineNr"> 309 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L307" class="LineNr"> 307 </span> editor-event-loop screen, console, e +<span id="L308" class="LineNr"> 308 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L309" class="LineNr"> 309 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L310" class="LineNr"> 310 </span> ] <span id="L311" class="LineNr"> 311 </span> screen-should-contain [ -<span id="L312" class="LineNr"> 312 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L313" class="LineNr"> 313 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L314" class="LineNr"> 314 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L315" class="LineNr"> 315 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L312" class="LineNr"> 312 </span> <span class="Constant"> . .</span> +<span id="L313" class="LineNr"> 313 </span> <span class="Constant"> .abc .</span> +<span id="L314" class="LineNr"> 314 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L315" class="LineNr"> 315 </span> <span class="Constant"> . .</span> <span id="L316" class="LineNr"> 316 </span> ] <span id="L317" class="LineNr"> 317 </span> memory-should-contain [ -<span id="L318" class="LineNr"> 318 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor is at row 0..</span> -<span id="L319" class="LineNr"> 319 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># ..and column 1</span> +<span id="L318" class="LineNr"> 318 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor is at row 0..</span> +<span id="L319" class="LineNr"> 319 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># ..and column 1</span> <span id="L320" class="LineNr"> 320 </span> ] <span id="L321" class="LineNr"> 321 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L322" class="LineNr"> 322 </span>] @@ -387,19 +386,19 @@ if ('onhashchange' in window) { <span id="L324" class="LineNr"> 324 </span><span class="muScenario">scenario</span> editor-handles-mouse-clicks-outside-text [ <span id="L325" class="LineNr"> 325 </span> <span class="Constant">local-scope</span> <span id="L326" class="LineNr"> 326 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L327" class="LineNr"> 327 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L327" class="LineNr"> 327 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> <span id="L328" class="LineNr"> 328 </span> $clear-trace <span id="L329" class="LineNr"> 329 </span> assume-console [ -<span id="L330" class="LineNr"> 330 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 7</span> <span class="Comment"># last line, to the right of text</span> +<span id="L330" class="LineNr"> 330 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 7</span> <span class="Comment"># last line, to the right of text</span> <span id="L331" class="LineNr"> 331 </span> ] <span id="L332" class="LineNr"> 332 </span> run [ -<span id="L333" class="LineNr"> 333 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L334" class="LineNr"> 334 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L335" class="LineNr"> 335 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L333" class="LineNr"> 333 </span> editor-event-loop screen, console, e +<span id="L334" class="LineNr"> 334 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L335" class="LineNr"> 335 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L336" class="LineNr"> 336 </span> ] <span id="L337" class="LineNr"> 337 </span> memory-should-contain [ -<span id="L338" class="LineNr"> 338 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> -<span id="L339" class="LineNr"> 339 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># cursor column</span> +<span id="L338" class="LineNr"> 338 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> +<span id="L339" class="LineNr"> 339 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># cursor column</span> <span id="L340" class="LineNr"> 340 </span> ] <span id="L341" class="LineNr"> 341 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L342" class="LineNr"> 342 </span>] @@ -409,19 +408,19 @@ if ('onhashchange' in window) { <span id="L346" class="LineNr"> 346 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L347" class="LineNr"> 347 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L348" class="LineNr"> 348 </span><span class="Constant">def]</span> -<span id="L349" class="LineNr"> 349 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L349" class="LineNr"> 349 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> <span id="L350" class="LineNr"> 350 </span> $clear-trace <span id="L351" class="LineNr"> 351 </span> assume-console [ -<span id="L352" class="LineNr"> 352 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 7</span> <span class="Comment"># interior line, to the right of text</span> +<span id="L352" class="LineNr"> 352 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 7</span> <span class="Comment"># interior line, to the right of text</span> <span id="L353" class="LineNr"> 353 </span> ] <span id="L354" class="LineNr"> 354 </span> run [ -<span id="L355" class="LineNr"> 355 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L356" class="LineNr"> 356 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L357" class="LineNr"> 357 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L355" class="LineNr"> 355 </span> editor-event-loop screen, console, e +<span id="L356" class="LineNr"> 356 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L357" class="LineNr"> 357 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L358" class="LineNr"> 358 </span> ] <span id="L359" class="LineNr"> 359 </span> memory-should-contain [ -<span id="L360" class="LineNr"> 360 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> -<span id="L361" class="LineNr"> 361 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># cursor column</span> +<span id="L360" class="LineNr"> 360 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor row</span> +<span id="L361" class="LineNr"> 361 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># cursor column</span> <span id="L362" class="LineNr"> 362 </span> ] <span id="L363" class="LineNr"> 363 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L364" class="LineNr"> 364 </span>] @@ -431,19 +430,19 @@ if ('onhashchange' in window) { <span id="L368" class="LineNr"> 368 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L369" class="LineNr"> 369 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L370" class="LineNr"> 370 </span><span class="Constant">def]</span> -<span id="L371" class="LineNr"> 371 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L371" class="LineNr"> 371 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> <span id="L372" class="LineNr"> 372 </span> $clear-trace <span id="L373" class="LineNr"> 373 </span> assume-console [ -<span id="L374" class="LineNr"> 374 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 7</span> <span class="Comment"># below text</span> +<span id="L374" class="LineNr"> 374 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 7</span> <span class="Comment"># below text</span> <span id="L375" class="LineNr"> 375 </span> ] <span id="L376" class="LineNr"> 376 </span> run [ -<span id="L377" class="LineNr"> 377 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L378" class="LineNr"> 378 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L379" class="LineNr"> 379 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L377" class="LineNr"> 377 </span> editor-event-loop screen, console, e +<span id="L378" class="LineNr"> 378 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L379" class="LineNr"> 379 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L380" class="LineNr"> 380 </span> ] <span id="L381" class="LineNr"> 381 </span> memory-should-contain [ -<span id="L382" class="LineNr"> 382 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># cursor row</span> -<span id="L383" class="LineNr"> 383 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># cursor column</span> +<span id="L382" class="LineNr"> 382 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># cursor row</span> +<span id="L383" class="LineNr"> 383 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># cursor column</span> <span id="L384" class="LineNr"> 384 </span> ] <span id="L385" class="LineNr"> 385 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L386" class="LineNr"> 386 </span>] @@ -452,27 +451,27 @@ if ('onhashchange' in window) { <span id="L389" class="LineNr"> 389 </span> <span class="Constant">local-scope</span> <span id="L390" class="LineNr"> 390 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L391" class="LineNr"> 391 </span> <span class="Comment"># editor occupies only left half of screen</span> -<span id="L392" class="LineNr"> 392 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L393" class="LineNr"> 393 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L392" class="LineNr"> 392 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L393" class="LineNr"> 393 </span> editor-render screen, e <span id="L394" class="LineNr"> 394 </span> $clear-trace <span id="L395" class="LineNr"> 395 </span> assume-console [ -<span id="L396" class="LineNr"> 396 </span> <span class="Conceal">¦</span> <span class="Comment"># click on right half of screen</span> -<span id="L397" class="LineNr"> 397 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 8</span> +<span id="L396" class="LineNr"> 396 </span> <span class="Comment"># click on right half of screen</span> +<span id="L397" class="LineNr"> 397 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 8</span> <span id="L398" class="LineNr"> 398 </span> ] <span id="L399" class="LineNr"> 399 </span> run [ -<span id="L400" class="LineNr"> 400 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L401" class="LineNr"> 401 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L402" class="LineNr"> 402 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L400" class="LineNr"> 400 </span> editor-event-loop screen, console, e +<span id="L401" class="LineNr"> 401 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L402" class="LineNr"> 402 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L403" class="LineNr"> 403 </span> ] <span id="L404" class="LineNr"> 404 </span> screen-should-contain [ -<span id="L405" class="LineNr"> 405 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L406" class="LineNr"> 406 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L407" class="LineNr"> 407 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L408" class="LineNr"> 408 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L405" class="LineNr"> 405 </span> <span class="Constant"> . .</span> +<span id="L406" class="LineNr"> 406 </span> <span class="Constant"> .abc .</span> +<span id="L407" class="LineNr"> 407 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L408" class="LineNr"> 408 </span> <span class="Constant"> . .</span> <span id="L409" class="LineNr"> 409 </span> ] <span id="L410" class="LineNr"> 410 </span> memory-should-contain [ -<span id="L411" class="LineNr"> 411 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># no change to cursor row</span> -<span id="L412" class="LineNr"> 412 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># ..or column</span> +<span id="L411" class="LineNr"> 411 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># no change to cursor row</span> +<span id="L412" class="LineNr"> 412 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># ..or column</span> <span id="L413" class="LineNr"> 413 </span> ] <span id="L414" class="LineNr"> 414 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L415" class="LineNr"> 415 </span>] @@ -480,42 +479,42 @@ if ('onhashchange' in window) { <span id="L417" class="LineNr"> 417 </span><span class="muScenario">scenario</span> editor-handles-mouse-clicks-in-menu-area [ <span id="L418" class="LineNr"> 418 </span> <span class="Constant">local-scope</span> <span id="L419" class="LineNr"> 419 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L420" class="LineNr"> 420 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L421" class="LineNr"> 421 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L420" class="LineNr"> 420 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L421" class="LineNr"> 421 </span> editor-render screen, e <span id="L422" class="LineNr"> 422 </span> $clear-trace <span id="L423" class="LineNr"> 423 </span> assume-console [ -<span id="L424" class="LineNr"> 424 </span> <span class="Conceal">¦</span> <span class="Comment"># click on first, 'menu' row</span> -<span id="L425" class="LineNr"> 425 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 0</span>,<span class="Constant"> 3</span> +<span id="L424" class="LineNr"> 424 </span> <span class="Comment"># click on first, 'menu' row</span> +<span id="L425" class="LineNr"> 425 </span> left-click<span class="Constant"> 0</span>,<span class="Constant"> 3</span> <span id="L426" class="LineNr"> 426 </span> ] <span id="L427" class="LineNr"> 427 </span> run [ -<span id="L428" class="LineNr"> 428 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L429" class="LineNr"> 429 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L430" class="LineNr"> 430 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L428" class="LineNr"> 428 </span> editor-event-loop screen, console, e +<span id="L429" class="LineNr"> 429 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L430" class="LineNr"> 430 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L431" class="LineNr"> 431 </span> ] <span id="L432" class="LineNr"> 432 </span> <span class="Comment"># no change to cursor</span> <span id="L433" class="LineNr"> 433 </span> memory-should-contain [ -<span id="L434" class="LineNr"> 434 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L435" class="LineNr"> 435 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L434" class="LineNr"> 434 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L435" class="LineNr"> 435 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L436" class="LineNr"> 436 </span> ] <span id="L437" class="LineNr"> 437 </span>] <span id="L438" class="LineNr"> 438 </span> <span id="L439" class="LineNr"> 439 </span><span class="muScenario">scenario</span> editor-inserts-characters-into-empty-editor [ <span id="L440" class="LineNr"> 440 </span> <span class="Constant">local-scope</span> <span id="L441" class="LineNr"> 441 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L442" class="LineNr"> 442 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L443" class="LineNr"> 443 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L442" class="LineNr"> 442 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L443" class="LineNr"> 443 </span> editor-render screen, e <span id="L444" class="LineNr"> 444 </span> $clear-trace <span id="L445" class="LineNr"> 445 </span> assume-console [ -<span id="L446" class="LineNr"> 446 </span> <span class="Conceal">¦</span> type <span class="Constant">[abc]</span> +<span id="L446" class="LineNr"> 446 </span> type <span class="Constant">[abc]</span> <span id="L447" class="LineNr"> 447 </span> ] <span id="L448" class="LineNr"> 448 </span> run [ -<span id="L449" class="LineNr"> 449 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L449" class="LineNr"> 449 </span> editor-event-loop screen, console, e <span id="L450" class="LineNr"> 450 </span> ] <span id="L451" class="LineNr"> 451 </span> screen-should-contain [ -<span id="L452" class="LineNr"> 452 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L453" class="LineNr"> 453 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L454" class="LineNr"> 454 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L455" class="LineNr"> 455 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L452" class="LineNr"> 452 </span> <span class="Constant"> . .</span> +<span id="L453" class="LineNr"> 453 </span> <span class="Constant"> .abc .</span> +<span id="L454" class="LineNr"> 454 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L455" class="LineNr"> 455 </span> <span class="Constant"> . .</span> <span id="L456" class="LineNr"> 456 </span> ] <span id="L457" class="LineNr"> 457 </span> check-trace-count-for-label<span class="Constant"> 3</span>, <span class="Constant">[print-character]</span> <span id="L458" class="LineNr"> 458 </span>] @@ -523,23 +522,23 @@ if ('onhashchange' in window) { <span id="L460" class="LineNr"> 460 </span><span class="muScenario">scenario</span> editor-inserts-characters-at-cursor [ <span id="L461" class="LineNr"> 461 </span> <span class="Constant">local-scope</span> <span id="L462" class="LineNr"> 462 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L463" class="LineNr"> 463 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L464" class="LineNr"> 464 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L463" class="LineNr"> 463 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L464" class="LineNr"> 464 </span> editor-render screen, e <span id="L465" class="LineNr"> 465 </span> $clear-trace <span id="L466" class="LineNr"> 466 </span> <span class="Comment"># type two letters at different places</span> <span id="L467" class="LineNr"> 467 </span> assume-console [ -<span id="L468" class="LineNr"> 468 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> -<span id="L469" class="LineNr"> 469 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 2</span> -<span id="L470" class="LineNr"> 470 </span> <span class="Conceal">¦</span> type <span class="Constant">[d]</span> +<span id="L468" class="LineNr"> 468 </span> type <span class="Constant">[0]</span> +<span id="L469" class="LineNr"> 469 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 2</span> +<span id="L470" class="LineNr"> 470 </span> type <span class="Constant">[d]</span> <span id="L471" class="LineNr"> 471 </span> ] <span id="L472" class="LineNr"> 472 </span> run [ -<span id="L473" class="LineNr"> 473 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L473" class="LineNr"> 473 </span> editor-event-loop screen, console, e <span id="L474" class="LineNr"> 474 </span> ] <span id="L475" class="LineNr"> 475 </span> screen-should-contain [ -<span id="L476" class="LineNr"> 476 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L477" class="LineNr"> 477 </span> <span class="Conceal">¦</span><span class="Constant"> .0adbc .</span> -<span id="L478" class="LineNr"> 478 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L479" class="LineNr"> 479 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L476" class="LineNr"> 476 </span> <span class="Constant"> . .</span> +<span id="L477" class="LineNr"> 477 </span> <span class="Constant"> .0adbc .</span> +<span id="L478" class="LineNr"> 478 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L479" class="LineNr"> 479 </span> <span class="Constant"> . .</span> <span id="L480" class="LineNr"> 480 </span> ] <span id="L481" class="LineNr"> 481 </span> check-trace-count-for-label<span class="Constant"> 7</span>, <span class="Constant">[print-character]</span> <span class="Comment"># 4 for first letter, 3 for second</span> <span id="L482" class="LineNr"> 482 </span>] @@ -547,21 +546,21 @@ if ('onhashchange' in window) { <span id="L484" class="LineNr"> 484 </span><span class="muScenario">scenario</span> editor-inserts-characters-at-cursor-2 [ <span id="L485" class="LineNr"> 485 </span> <span class="Constant">local-scope</span> <span id="L486" class="LineNr"> 486 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L487" class="LineNr"> 487 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L488" class="LineNr"> 488 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L487" class="LineNr"> 487 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L488" class="LineNr"> 488 </span> editor-render screen, e <span id="L489" class="LineNr"> 489 </span> $clear-trace <span id="L490" class="LineNr"> 490 </span> assume-console [ -<span id="L491" class="LineNr"> 491 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 5</span> <span class="Comment"># right of last line</span> -<span id="L492" class="LineNr"> 492 </span> <span class="Conceal">¦</span> type <span class="Constant">[d]</span> +<span id="L491" class="LineNr"> 491 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 5</span> <span class="Comment"># right of last line</span> +<span id="L492" class="LineNr"> 492 </span> type <span class="Constant">[d]</span> <span id="L493" class="LineNr"> 493 </span> ] <span id="L494" class="LineNr"> 494 </span> run [ -<span id="L495" class="LineNr"> 495 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L495" class="LineNr"> 495 </span> editor-event-loop screen, console, e <span id="L496" class="LineNr"> 496 </span> ] <span id="L497" class="LineNr"> 497 </span> screen-should-contain [ -<span id="L498" class="LineNr"> 498 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L499" class="LineNr"> 499 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd .</span> -<span id="L500" class="LineNr"> 500 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L501" class="LineNr"> 501 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L498" class="LineNr"> 498 </span> <span class="Constant"> . .</span> +<span id="L499" class="LineNr"> 499 </span> <span class="Constant"> .abcd .</span> +<span id="L500" class="LineNr"> 500 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L501" class="LineNr"> 501 </span> <span class="Constant"> . .</span> <span id="L502" class="LineNr"> 502 </span> ] <span id="L503" class="LineNr"> 503 </span> check-trace-count-for-label<span class="Constant"> 1</span>, <span class="Constant">[print-character]</span> <span id="L504" class="LineNr"> 504 </span>] @@ -571,22 +570,22 @@ if ('onhashchange' in window) { <span id="L508" class="LineNr"> 508 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L509" class="LineNr"> 509 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L510" class="LineNr"> 510 </span><span class="Constant">d]</span> -<span id="L511" class="LineNr"> 511 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L512" class="LineNr"> 512 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L511" class="LineNr"> 511 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L512" class="LineNr"> 512 </span> editor-render screen, e <span id="L513" class="LineNr"> 513 </span> $clear-trace <span id="L514" class="LineNr"> 514 </span> assume-console [ -<span id="L515" class="LineNr"> 515 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 5</span> <span class="Comment"># right of non-last line</span> -<span id="L516" class="LineNr"> 516 </span> <span class="Conceal">¦</span> type <span class="Constant">[e]</span> +<span id="L515" class="LineNr"> 515 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 5</span> <span class="Comment"># right of non-last line</span> +<span id="L516" class="LineNr"> 516 </span> type <span class="Constant">[e]</span> <span id="L517" class="LineNr"> 517 </span> ] <span id="L518" class="LineNr"> 518 </span> run [ -<span id="L519" class="LineNr"> 519 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L519" class="LineNr"> 519 </span> editor-event-loop screen, console, e <span id="L520" class="LineNr"> 520 </span> ] <span id="L521" class="LineNr"> 521 </span> screen-should-contain [ -<span id="L522" class="LineNr"> 522 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L523" class="LineNr"> 523 </span> <span class="Conceal">¦</span><span class="Constant"> .abce .</span> -<span id="L524" class="LineNr"> 524 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> -<span id="L525" class="LineNr"> 525 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L526" class="LineNr"> 526 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L522" class="LineNr"> 522 </span> <span class="Constant"> . .</span> +<span id="L523" class="LineNr"> 523 </span> <span class="Constant"> .abce .</span> +<span id="L524" class="LineNr"> 524 </span> <span class="Constant"> .d .</span> +<span id="L525" class="LineNr"> 525 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L526" class="LineNr"> 526 </span> <span class="Constant"> . .</span> <span id="L527" class="LineNr"> 527 </span> ] <span id="L528" class="LineNr"> 528 </span> check-trace-count-for-label<span class="Constant"> 1</span>, <span class="Constant">[print-character]</span> <span id="L529" class="LineNr"> 529 </span>] @@ -594,21 +593,21 @@ if ('onhashchange' in window) { <span id="L531" class="LineNr"> 531 </span><span class="muScenario">scenario</span> editor-inserts-characters-at-cursor-3 [ <span id="L532" class="LineNr"> 532 </span> <span class="Constant">local-scope</span> <span id="L533" class="LineNr"> 533 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L534" class="LineNr"> 534 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L535" class="LineNr"> 535 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L534" class="LineNr"> 534 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L535" class="LineNr"> 535 </span> editor-render screen, e <span id="L536" class="LineNr"> 536 </span> $clear-trace <span id="L537" class="LineNr"> 537 </span> assume-console [ -<span id="L538" class="LineNr"> 538 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 5</span> <span class="Comment"># below all text</span> -<span id="L539" class="LineNr"> 539 </span> <span class="Conceal">¦</span> type <span class="Constant">[d]</span> +<span id="L538" class="LineNr"> 538 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 5</span> <span class="Comment"># below all text</span> +<span id="L539" class="LineNr"> 539 </span> type <span class="Constant">[d]</span> <span id="L540" class="LineNr"> 540 </span> ] <span id="L541" class="LineNr"> 541 </span> run [ -<span id="L542" class="LineNr"> 542 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L542" class="LineNr"> 542 </span> editor-event-loop screen, console, e <span id="L543" class="LineNr"> 543 </span> ] <span id="L544" class="LineNr"> 544 </span> screen-should-contain [ -<span id="L545" class="LineNr"> 545 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L546" class="LineNr"> 546 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd .</span> -<span id="L547" class="LineNr"> 547 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L548" class="LineNr"> 548 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L545" class="LineNr"> 545 </span> <span class="Constant"> . .</span> +<span id="L546" class="LineNr"> 546 </span> <span class="Constant"> .abcd .</span> +<span id="L547" class="LineNr"> 547 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L548" class="LineNr"> 548 </span> <span class="Constant"> . .</span> <span id="L549" class="LineNr"> 549 </span> ] <span id="L550" class="LineNr"> 550 </span> check-trace-count-for-label<span class="Constant"> 1</span>, <span class="Constant">[print-character]</span> <span id="L551" class="LineNr"> 551 </span>] @@ -618,22 +617,22 @@ if ('onhashchange' in window) { <span id="L555" class="LineNr"> 555 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L556" class="LineNr"> 556 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L557" class="LineNr"> 557 </span><span class="Constant">d]</span> -<span id="L558" class="LineNr"> 558 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L559" class="LineNr"> 559 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L558" class="LineNr"> 558 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L559" class="LineNr"> 559 </span> editor-render screen, e <span id="L560" class="LineNr"> 560 </span> $clear-trace <span id="L561" class="LineNr"> 561 </span> assume-console [ -<span id="L562" class="LineNr"> 562 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 5</span> <span class="Comment"># below all text</span> -<span id="L563" class="LineNr"> 563 </span> <span class="Conceal">¦</span> type <span class="Constant">[e]</span> +<span id="L562" class="LineNr"> 562 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 5</span> <span class="Comment"># below all text</span> +<span id="L563" class="LineNr"> 563 </span> type <span class="Constant">[e]</span> <span id="L564" class="LineNr"> 564 </span> ] <span id="L565" class="LineNr"> 565 </span> run [ -<span id="L566" class="LineNr"> 566 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L566" class="LineNr"> 566 </span> editor-event-loop screen, console, e <span id="L567" class="LineNr"> 567 </span> ] <span id="L568" class="LineNr"> 568 </span> screen-should-contain [ -<span id="L569" class="LineNr"> 569 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L570" class="LineNr"> 570 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L571" class="LineNr"> 571 </span> <span class="Conceal">¦</span><span class="Constant"> .de .</span> -<span id="L572" class="LineNr"> 572 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L573" class="LineNr"> 573 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L569" class="LineNr"> 569 </span> <span class="Constant"> . .</span> +<span id="L570" class="LineNr"> 570 </span> <span class="Constant"> .abc .</span> +<span id="L571" class="LineNr"> 571 </span> <span class="Constant"> .de .</span> +<span id="L572" class="LineNr"> 572 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L573" class="LineNr"> 573 </span> <span class="Constant"> . .</span> <span id="L574" class="LineNr"> 574 </span> ] <span id="L575" class="LineNr"> 575 </span> check-trace-count-for-label<span class="Constant"> 1</span>, <span class="Constant">[print-character]</span> <span id="L576" class="LineNr"> 576 </span>] @@ -643,22 +642,22 @@ if ('onhashchange' in window) { <span id="L580" class="LineNr"> 580 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L581" class="LineNr"> 581 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L582" class="LineNr"> 582 </span><span class="Constant">d]</span> -<span id="L583" class="LineNr"> 583 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L584" class="LineNr"> 584 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L583" class="LineNr"> 583 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L584" class="LineNr"> 584 </span> editor-render screen, e <span id="L585" class="LineNr"> 585 </span> $clear-trace <span id="L586" class="LineNr"> 586 </span> assume-console [ -<span id="L587" class="LineNr"> 587 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 5</span> <span class="Comment"># below all text</span> -<span id="L588" class="LineNr"> 588 </span> <span class="Conceal">¦</span> type <span class="Constant">[ef]</span> +<span id="L587" class="LineNr"> 587 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 5</span> <span class="Comment"># below all text</span> +<span id="L588" class="LineNr"> 588 </span> type <span class="Constant">[ef]</span> <span id="L589" class="LineNr"> 589 </span> ] <span id="L590" class="LineNr"> 590 </span> run [ -<span id="L591" class="LineNr"> 591 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L591" class="LineNr"> 591 </span> editor-event-loop screen, console, e <span id="L592" class="LineNr"> 592 </span> ] <span id="L593" class="LineNr"> 593 </span> screen-should-contain [ -<span id="L594" class="LineNr"> 594 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L595" class="LineNr"> 595 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L596" class="LineNr"> 596 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L597" class="LineNr"> 597 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L598" class="LineNr"> 598 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L594" class="LineNr"> 594 </span> <span class="Constant"> . .</span> +<span id="L595" class="LineNr"> 595 </span> <span class="Constant"> .abc .</span> +<span id="L596" class="LineNr"> 596 </span> <span class="Constant"> .def .</span> +<span id="L597" class="LineNr"> 597 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L598" class="LineNr"> 598 </span> <span class="Constant"> . .</span> <span id="L599" class="LineNr"> 599 </span> ] <span id="L600" class="LineNr"> 600 </span> check-trace-count-for-label<span class="Constant"> 2</span>, <span class="Constant">[print-character]</span> <span id="L601" class="LineNr"> 601 </span>] @@ -666,19 +665,19 @@ if ('onhashchange' in window) { <span id="L603" class="LineNr"> 603 </span><span class="muScenario">scenario</span> editor-moves-cursor-after-inserting-characters [ <span id="L604" class="LineNr"> 604 </span> <span class="Constant">local-scope</span> <span id="L605" class="LineNr"> 605 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L606" class="LineNr"> 606 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[ab]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L607" class="LineNr"> 607 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L606" class="LineNr"> 606 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[ab]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L607" class="LineNr"> 607 </span> editor-render screen, e <span id="L608" class="LineNr"> 608 </span> assume-console [ -<span id="L609" class="LineNr"> 609 </span> <span class="Conceal">¦</span> type <span class="Constant">[01]</span> +<span id="L609" class="LineNr"> 609 </span> type <span class="Constant">[01]</span> <span id="L610" class="LineNr"> 610 </span> ] <span id="L611" class="LineNr"> 611 </span> run [ -<span id="L612" class="LineNr"> 612 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L612" class="LineNr"> 612 </span> editor-event-loop screen, console, e <span id="L613" class="LineNr"> 613 </span> ] <span id="L614" class="LineNr"> 614 </span> screen-should-contain [ -<span id="L615" class="LineNr"> 615 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L616" class="LineNr"> 616 </span> <span class="Conceal">¦</span><span class="Constant"> .01ab .</span> -<span id="L617" class="LineNr"> 617 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L618" class="LineNr"> 618 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L615" class="LineNr"> 615 </span> <span class="Constant"> . .</span> +<span id="L616" class="LineNr"> 616 </span> <span class="Constant"> .01ab .</span> +<span id="L617" class="LineNr"> 617 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L618" class="LineNr"> 618 </span> <span class="Constant"> . .</span> <span id="L619" class="LineNr"> 619 </span> ] <span id="L620" class="LineNr"> 620 </span>] <span id="L621" class="LineNr"> 621 </span> @@ -687,37 +686,37 @@ if ('onhashchange' in window) { <span id="L624" class="LineNr"> 624 </span><span class="muScenario">scenario</span> editor-wraps-line-on-insert [ <span id="L625" class="LineNr"> 625 </span> <span class="Constant">local-scope</span> <span id="L626" class="LineNr"> 626 </span> assume-screen <span class="Constant">5/width</span>, <span class="Constant">5/height</span> -<span id="L627" class="LineNr"> 627 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L628" class="LineNr"> 628 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L627" class="LineNr"> 627 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L628" class="LineNr"> 628 </span> editor-render screen, e <span id="L629" class="LineNr"> 629 </span> <span class="Comment"># type a letter</span> <span id="L630" class="LineNr"> 630 </span> assume-console [ -<span id="L631" class="LineNr"> 631 </span> <span class="Conceal">¦</span> type <span class="Constant">[e]</span> +<span id="L631" class="LineNr"> 631 </span> type <span class="Constant">[e]</span> <span id="L632" class="LineNr"> 632 </span> ] <span id="L633" class="LineNr"> 633 </span> run [ -<span id="L634" class="LineNr"> 634 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L634" class="LineNr"> 634 </span> editor-event-loop screen, console, e <span id="L635" class="LineNr"> 635 </span> ] <span id="L636" class="LineNr"> 636 </span> <span class="Comment"># no wrap yet</span> <span id="L637" class="LineNr"> 637 </span> screen-should-contain [ -<span id="L638" class="LineNr"> 638 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L639" class="LineNr"> 639 </span> <span class="Conceal">¦</span><span class="Constant"> .eabc .</span> -<span id="L640" class="LineNr"> 640 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌.</span> -<span id="L641" class="LineNr"> 641 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L642" class="LineNr"> 642 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L638" class="LineNr"> 638 </span> <span class="Constant"> . .</span> +<span id="L639" class="LineNr"> 639 </span> <span class="Constant"> .eabc .</span> +<span id="L640" class="LineNr"> 640 </span><span class="Constant"> .╌╌╌╌╌.</span> +<span id="L641" class="LineNr"> 641 </span> <span class="Constant"> . .</span> +<span id="L642" class="LineNr"> 642 </span> <span class="Constant"> . .</span> <span id="L643" class="LineNr"> 643 </span> ] <span id="L644" class="LineNr"> 644 </span> <span class="Comment"># type a second letter</span> <span id="L645" class="LineNr"> 645 </span> assume-console [ -<span id="L646" class="LineNr"> 646 </span> <span class="Conceal">¦</span> type <span class="Constant">[f]</span> +<span id="L646" class="LineNr"> 646 </span> type <span class="Constant">[f]</span> <span id="L647" class="LineNr"> 647 </span> ] <span id="L648" class="LineNr"> 648 </span> run [ -<span id="L649" class="LineNr"> 649 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L649" class="LineNr"> 649 </span> editor-event-loop screen, console, e <span id="L650" class="LineNr"> 650 </span> ] <span id="L651" class="LineNr"> 651 </span> <span class="Comment"># now wrap</span> <span id="L652" class="LineNr"> 652 </span> screen-should-contain [ -<span id="L653" class="LineNr"> 653 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L654" class="LineNr"> 654 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .efab↩.</span> -<span id="L655" class="LineNr"> 655 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L656" class="LineNr"> 656 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌.</span> -<span id="L657" class="LineNr"> 657 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L653" class="LineNr"> 653 </span> <span class="Constant"> . .</span> +<span id="L654" class="LineNr"> 654 </span><span class="Constant"> .efab↩.</span> +<span id="L655" class="LineNr"> 655 </span> <span class="Constant"> .c .</span> +<span id="L656" class="LineNr"> 656 </span><span class="Constant"> .╌╌╌╌╌.</span> +<span id="L657" class="LineNr"> 657 </span> <span class="Constant"> . .</span> <span id="L658" class="LineNr"> 658 </span> ] <span id="L659" class="LineNr"> 659 </span>] <span id="L660" class="LineNr"> 660 </span> @@ -727,106 +726,106 @@ if ('onhashchange' in window) { <span id="L664" class="LineNr"> 664 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L665" class="LineNr"> 665 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abcdefg</span> <span id="L666" class="LineNr"> 666 </span><span class="Constant">defg]</span> -<span id="L667" class="LineNr"> 667 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L668" class="LineNr"> 668 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L667" class="LineNr"> 667 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L668" class="LineNr"> 668 </span> editor-render screen, e <span id="L669" class="LineNr"> 669 </span> <span class="Comment"># type more text at the start</span> <span id="L670" class="LineNr"> 670 </span> assume-console [ -<span id="L671" class="LineNr"> 671 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L672" class="LineNr"> 672 </span> <span class="Conceal">¦</span> type <span class="Constant">[abc]</span> +<span id="L671" class="LineNr"> 671 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L672" class="LineNr"> 672 </span> type <span class="Constant">[abc]</span> <span id="L673" class="LineNr"> 673 </span> ] <span id="L674" class="LineNr"> 674 </span> run [ -<span id="L675" class="LineNr"> 675 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L676" class="LineNr"> 676 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L677" class="LineNr"> 677 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L675" class="LineNr"> 675 </span> editor-event-loop screen, console, e +<span id="L676" class="LineNr"> 676 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L677" class="LineNr"> 677 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L678" class="LineNr"> 678 </span> ] <span id="L679" class="LineNr"> 679 </span> <span class="Comment"># cursor is not wrapped</span> <span id="L680" class="LineNr"> 680 </span> memory-should-contain [ -<span id="L681" class="LineNr"> 681 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L682" class="LineNr"> 682 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L681" class="LineNr"> 681 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L682" class="LineNr"> 682 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L683" class="LineNr"> 683 </span> ] <span id="L684" class="LineNr"> 684 </span> <span class="Comment"># but line is wrapped</span> <span id="L685" class="LineNr"> 685 </span> screen-should-contain [ -<span id="L686" class="LineNr"> 686 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L687" class="LineNr"> 687 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd↩ .</span> -<span id="L688" class="LineNr"> 688 </span> <span class="Conceal">¦</span><span class="Constant"> .efg .</span> -<span id="L689" class="LineNr"> 689 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd↩ .</span> -<span id="L690" class="LineNr"> 690 </span> <span class="Conceal">¦</span><span class="Constant"> .efg .</span> +<span id="L686" class="LineNr"> 686 </span> <span class="Constant"> . .</span> +<span id="L687" class="LineNr"> 687 </span> <span class="Constant"> .abcd↩ .</span> +<span id="L688" class="LineNr"> 688 </span> <span class="Constant"> .efg .</span> +<span id="L689" class="LineNr"> 689 </span> <span class="Constant"> .abcd↩ .</span> +<span id="L690" class="LineNr"> 690 </span> <span class="Constant"> .efg .</span> <span id="L691" class="LineNr"> 691 </span> ] <span id="L692" class="LineNr"> 692 </span>] <span id="L693" class="LineNr"> 693 </span> -<span id="L694" class="LineNr"> 694 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L219'><insert-character-special-case></a></span> [ +<span id="L694" class="LineNr"> 694 </span><span class="muRecipe">after</span> <span class="Constant"><insert-character-special-case></span> [ <span id="L695" class="LineNr"> 695 </span> <span class="Comment"># if the line wraps at the cursor, move cursor to start of next row</span> <span id="L696" class="LineNr"> 696 </span> <span class="Delimiter">{</span> -<span id="L697" class="LineNr"> 697 </span> <span class="Conceal">¦</span> <span class="Comment"># if either:</span> -<span id="L698" class="LineNr"> 698 </span> <span class="Conceal">¦</span> <span class="Comment"># a) we're at the end of the line and at the column of the wrap indicator, or</span> -<span id="L699" class="LineNr"> 699 </span> <span class="Conceal">¦</span> <span class="Comment"># b) we're not at end of line and just before the column of the wrap indicator</span> -<span id="L700" class="LineNr"> 700 </span> <span class="Conceal">¦</span> wrap-column:num <span class="Special"><-</span> copy right -<span id="L701" class="LineNr"> 701 </span> <span class="Conceal">¦</span> before-wrap-column:num <span class="Special"><-</span> subtract wrap-column,<span class="Constant"> 1</span> -<span id="L702" class="LineNr"> 702 </span> <span class="Conceal">¦</span> at-wrap?:bool <span class="Special"><-</span> greater-or-equal cursor-column, wrap-column -<span id="L703" class="LineNr"> 703 </span> <span class="Conceal">¦</span> just-before-wrap?:bool <span class="Special"><-</span> greater-or-equal cursor-column, before-wrap-column -<span id="L704" class="LineNr"> 704 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L25'>next</a>:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor -<span id="L705" class="LineNr"> 705 </span> <span class="Conceal">¦</span> <span class="Comment"># at end of line? next == 0 || next.value == 10/newline</span> -<span id="L706" class="LineNr"> 706 </span> <span class="Conceal">¦</span> at-end-of-line?:bool <span class="Special"><-</span> equal <a href='../065duplex_list.mu.html#L25'>next</a>,<span class="Constant"> 0</span> -<span id="L707" class="LineNr"> 707 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L708" class="LineNr"> 708 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-end-of-line? -<span id="L709" class="LineNr"> 709 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> next-character:char <span class="Special"><-</span> get *next, <span class="Constant">value:offset</span> -<span id="L710" class="LineNr"> 710 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-end-of-line? <span class="Special"><-</span> equal next-character, <span class="Constant">10/newline</span> -<span id="L711" class="LineNr"> 711 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L712" class="LineNr"> 712 </span> <span class="Conceal">¦</span> <span class="Comment"># break unless ((eol? and at-wrap?) or (~eol? and just-before-wrap?))</span> -<span id="L713" class="LineNr"> 713 </span> <span class="Conceal">¦</span> move-cursor-to-next-line?:bool <span class="Special"><-</span> copy <span class="Constant">0/false</span> -<span id="L714" class="LineNr"> 714 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L715" class="LineNr"> 715 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-end-of-line? -<span id="L716" class="LineNr"> 716 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> move-cursor-to-next-line? <span class="Special"><-</span> copy just-before-wrap? -<span id="L717" class="LineNr"> 717 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># if we're moving the cursor because it's in the middle of a wrapping</span> -<span id="L718" class="LineNr"> 718 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># line, adjust it to left-most column</span> -<span id="L719" class="LineNr"> 719 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> potential-new-cursor-column:num <span class="Special"><-</span> copy left -<span id="L720" class="LineNr"> 720 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L721" class="LineNr"> 721 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L722" class="LineNr"> 722 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-end-of-line? -<span id="L723" class="LineNr"> 723 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> move-cursor-to-next-line? <span class="Special"><-</span> copy at-wrap? -<span id="L724" class="LineNr"> 724 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># if we're moving the cursor because it's at the end of a wrapping line,</span> -<span id="L725" class="LineNr"> 725 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># adjust it to one past the left-most column to make room for the</span> -<span id="L726" class="LineNr"> 726 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># newly-inserted wrap-indicator</span> -<span id="L727" class="LineNr"> 727 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> potential-new-cursor-column:num <span class="Special"><-</span> add left, <span class="Constant">1/make-room-for-wrap-indicator</span> -<span id="L728" class="LineNr"> 728 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L729" class="LineNr"> 729 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> move-cursor-to-next-line? -<span id="L730" class="LineNr"> 730 </span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> copy potential-new-cursor-column -<span id="L731" class="LineNr"> 731 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L732" class="LineNr"> 732 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> add cursor-row,<span class="Constant"> 1</span> -<span id="L733" class="LineNr"> 733 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row -<span id="L734" class="LineNr"> 734 </span> <span class="Conceal">¦</span> <span class="Comment"># if we're out of the screen, scroll down</span> -<span id="L735" class="LineNr"> 735 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L736" class="LineNr"> 736 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> below-screen?:bool <span class="Special"><-</span> greater-or-equal cursor-row, <a href='../081print.mu.html#L782'>screen-height</a> -<span id="L737" class="LineNr"> 737 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> below-screen? -<span id="L738" class="LineNr"> 738 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <scroll-down></span> -<span id="L739" class="LineNr"> 739 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L740" class="LineNr"> 740 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">1/go-render</span> +<span id="L697" class="LineNr"> 697 </span> <span class="Comment"># if either:</span> +<span id="L698" class="LineNr"> 698 </span> <span class="Comment"># a) we're at the end of the line and at the column of the wrap indicator, or</span> +<span id="L699" class="LineNr"> 699 </span> <span class="Comment"># b) we're not at end of line and just before the column of the wrap indicator</span> +<span id="L700" class="LineNr"> 700 </span> wrap-column:num <span class="Special"><-</span> copy right +<span id="L701" class="LineNr"> 701 </span> before-wrap-column:num <span class="Special"><-</span> subtract wrap-column,<span class="Constant"> 1</span> +<span id="L702" class="LineNr"> 702 </span> at-wrap?:bool <span class="Special"><-</span> greater-or-equal cursor-column, wrap-column +<span id="L703" class="LineNr"> 703 </span> just-before-wrap?:bool <span class="Special"><-</span> greater-or-equal cursor-column, before-wrap-column +<span id="L704" class="LineNr"> 704 </span> next:&:duplex-list:char <span class="Special"><-</span> next before-cursor +<span id="L705" class="LineNr"> 705 </span> <span class="Comment"># at end of line? next == 0 || next.value == 10/newline</span> +<span id="L706" class="LineNr"> 706 </span> at-end-of-line?:bool <span class="Special"><-</span> equal next,<span class="Constant"> 0</span> +<span id="L707" class="LineNr"> 707 </span> <span class="Delimiter">{</span> +<span id="L708" class="LineNr"> 708 </span> <span class="muControl">break-if</span> at-end-of-line? +<span id="L709" class="LineNr"> 709 </span> next-character:char <span class="Special"><-</span> get *next, <span class="Constant">value:offset</span> +<span id="L710" class="LineNr"> 710 </span> at-end-of-line? <span class="Special"><-</span> equal next-character, <span class="Constant">10/newline</span> +<span id="L711" class="LineNr"> 711 </span> <span class="Delimiter">}</span> +<span id="L712" class="LineNr"> 712 </span> <span class="Comment"># break unless ((eol? and at-wrap?) or (~eol? and just-before-wrap?))</span> +<span id="L713" class="LineNr"> 713 </span> move-cursor-to-next-line?:bool <span class="Special"><-</span> copy <span class="Constant">0/false</span> +<span id="L714" class="LineNr"> 714 </span> <span class="Delimiter">{</span> +<span id="L715" class="LineNr"> 715 </span> <span class="muControl">break-if</span> at-end-of-line? +<span id="L716" class="LineNr"> 716 </span> move-cursor-to-next-line? <span class="Special"><-</span> copy just-before-wrap? +<span id="L717" class="LineNr"> 717 </span> <span class="Comment"># if we're moving the cursor because it's in the middle of a wrapping</span> +<span id="L718" class="LineNr"> 718 </span> <span class="Comment"># line, adjust it to left-most column</span> +<span id="L719" class="LineNr"> 719 </span> potential-new-cursor-column:num <span class="Special"><-</span> copy left +<span id="L720" class="LineNr"> 720 </span> <span class="Delimiter">}</span> +<span id="L721" class="LineNr"> 721 </span> <span class="Delimiter">{</span> +<span id="L722" class="LineNr"> 722 </span> <span class="muControl">break-unless</span> at-end-of-line? +<span id="L723" class="LineNr"> 723 </span> move-cursor-to-next-line? <span class="Special"><-</span> copy at-wrap? +<span id="L724" class="LineNr"> 724 </span> <span class="Comment"># if we're moving the cursor because it's at the end of a wrapping line,</span> +<span id="L725" class="LineNr"> 725 </span> <span class="Comment"># adjust it to one past the left-most column to make room for the</span> +<span id="L726" class="LineNr"> 726 </span> <span class="Comment"># newly-inserted wrap-indicator</span> +<span id="L727" class="LineNr"> 727 </span> potential-new-cursor-column:num <span class="Special"><-</span> add left, <span class="Constant">1/make-room-for-wrap-indicator</span> +<span id="L728" class="LineNr"> 728 </span> <span class="Delimiter">}</span> +<span id="L729" class="LineNr"> 729 </span> <span class="muControl">break-unless</span> move-cursor-to-next-line? +<span id="L730" class="LineNr"> 730 </span> cursor-column <span class="Special"><-</span> copy potential-new-cursor-column +<span id="L731" class="LineNr"> 731 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L732" class="LineNr"> 732 </span> cursor-row <span class="Special"><-</span> add cursor-row,<span class="Constant"> 1</span> +<span id="L733" class="LineNr"> 733 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L734" class="LineNr"> 734 </span> <span class="Comment"># if we're out of the screen, scroll down</span> +<span id="L735" class="LineNr"> 735 </span> <span class="Delimiter">{</span> +<span id="L736" class="LineNr"> 736 </span> below-screen?:bool <span class="Special"><-</span> greater-or-equal cursor-row, screen-height +<span id="L737" class="LineNr"> 737 </span> <span class="muControl">break-unless</span> below-screen? +<span id="L738" class="LineNr"> 738 </span><span class="Constant"> <scroll-down></span> +<span id="L739" class="LineNr"> 739 </span> <span class="Delimiter">}</span> +<span id="L740" class="LineNr"> 740 </span> <span class="muControl"> return</span> <span class="Constant">1/go-render</span> <span id="L741" class="LineNr"> 741 </span> <span class="Delimiter">}</span> <span id="L742" class="LineNr"> 742 </span>] <span id="L743" class="LineNr"> 743 </span> <span id="L744" class="LineNr"> 744 </span><span class="muScenario">scenario</span> editor-wraps-cursor-after-inserting-characters-in-middle-of-line [ <span id="L745" class="LineNr"> 745 </span> <span class="Constant">local-scope</span> <span id="L746" class="LineNr"> 746 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L747" class="LineNr"> 747 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abcde]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L747" class="LineNr"> 747 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abcde]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> <span id="L748" class="LineNr"> 748 </span> assume-console [ -<span id="L749" class="LineNr"> 749 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> <span class="Comment"># right before the wrap icon</span> -<span id="L750" class="LineNr"> 750 </span> <span class="Conceal">¦</span> type <span class="Constant">[f]</span> +<span id="L749" class="LineNr"> 749 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> <span class="Comment"># right before the wrap icon</span> +<span id="L750" class="LineNr"> 750 </span> type <span class="Constant">[f]</span> <span id="L751" class="LineNr"> 751 </span> ] <span id="L752" class="LineNr"> 752 </span> run [ -<span id="L753" class="LineNr"> 753 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L754" class="LineNr"> 754 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L755" class="LineNr"> 755 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L753" class="LineNr"> 753 </span> editor-event-loop screen, console, e +<span id="L754" class="LineNr"> 754 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L755" class="LineNr"> 755 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L756" class="LineNr"> 756 </span> ] <span id="L757" class="LineNr"> 757 </span> screen-should-contain [ -<span id="L758" class="LineNr"> 758 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L759" class="LineNr"> 759 </span> <span class="Conceal">¦</span><span class="Constant"> .abcf↩ .</span> -<span id="L760" class="LineNr"> 760 </span> <span class="Conceal">¦</span><span class="Constant"> .de .</span> -<span id="L761" class="LineNr"> 761 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L762" class="LineNr"> 762 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L758" class="LineNr"> 758 </span> <span class="Constant"> . .</span> +<span id="L759" class="LineNr"> 759 </span> <span class="Constant"> .abcf↩ .</span> +<span id="L760" class="LineNr"> 760 </span> <span class="Constant"> .de .</span> +<span id="L761" class="LineNr"> 761 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L762" class="LineNr"> 762 </span> <span class="Constant"> . .</span> <span id="L763" class="LineNr"> 763 </span> ] <span id="L764" class="LineNr"> 764 </span> memory-should-contain [ -<span id="L765" class="LineNr"> 765 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># cursor row</span> -<span id="L766" class="LineNr"> 766 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor column</span> +<span id="L765" class="LineNr"> 765 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># cursor row</span> +<span id="L766" class="LineNr"> 766 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor column</span> <span id="L767" class="LineNr"> 767 </span> ] <span id="L768" class="LineNr"> 768 </span>] <span id="L769" class="LineNr"> 769 </span> @@ -836,54 +835,54 @@ if ('onhashchange' in window) { <span id="L773" class="LineNr"> 773 </span> <span class="Comment"># create an editor containing two lines</span> <span id="L774" class="LineNr"> 774 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L775" class="LineNr"> 775 </span><span class="Constant">xyz]</span> -<span id="L776" class="LineNr"> 776 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L777" class="LineNr"> 777 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L776" class="LineNr"> 776 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L777" class="LineNr"> 777 </span> editor-render screen, e <span id="L778" class="LineNr"> 778 </span> screen-should-contain [ -<span id="L779" class="LineNr"> 779 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L780" class="LineNr"> 780 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L781" class="LineNr"> 781 </span> <span class="Conceal">¦</span><span class="Constant"> .xyz .</span> -<span id="L782" class="LineNr"> 782 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L783" class="LineNr"> 783 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L779" class="LineNr"> 779 </span> <span class="Constant"> . .</span> +<span id="L780" class="LineNr"> 780 </span> <span class="Constant"> .abc .</span> +<span id="L781" class="LineNr"> 781 </span> <span class="Constant"> .xyz .</span> +<span id="L782" class="LineNr"> 782 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L783" class="LineNr"> 783 </span> <span class="Constant"> . .</span> <span id="L784" class="LineNr"> 784 </span> ] <span id="L785" class="LineNr"> 785 </span> assume-console [ -<span id="L786" class="LineNr"> 786 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 4</span> <span class="Comment"># at end of first line</span> -<span id="L787" class="LineNr"> 787 </span> <span class="Conceal">¦</span> type <span class="Constant">[de]</span> <span class="Comment"># trigger wrap</span> +<span id="L786" class="LineNr"> 786 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 4</span> <span class="Comment"># at end of first line</span> +<span id="L787" class="LineNr"> 787 </span> type <span class="Constant">[de]</span> <span class="Comment"># trigger wrap</span> <span id="L788" class="LineNr"> 788 </span> ] <span id="L789" class="LineNr"> 789 </span> run [ -<span id="L790" class="LineNr"> 790 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L790" class="LineNr"> 790 </span> editor-event-loop screen, console, e <span id="L791" class="LineNr"> 791 </span> ] <span id="L792" class="LineNr"> 792 </span> screen-should-contain [ -<span id="L793" class="LineNr"> 793 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L794" class="LineNr"> 794 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd↩ .</span> -<span id="L795" class="LineNr"> 795 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L796" class="LineNr"> 796 </span> <span class="Conceal">¦</span><span class="Constant"> .xyz .</span> -<span id="L797" class="LineNr"> 797 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L793" class="LineNr"> 793 </span> <span class="Constant"> . .</span> +<span id="L794" class="LineNr"> 794 </span> <span class="Constant"> .abcd↩ .</span> +<span id="L795" class="LineNr"> 795 </span> <span class="Constant"> .e .</span> +<span id="L796" class="LineNr"> 796 </span> <span class="Constant"> .xyz .</span> +<span id="L797" class="LineNr"> 797 </span> <span class="Constant"> .╌╌╌╌╌ .</span> <span id="L798" class="LineNr"> 798 </span> ] <span id="L799" class="LineNr"> 799 </span>] <span id="L800" class="LineNr"> 800 </span> <span id="L801" class="LineNr"> 801 </span><span class="muScenario">scenario</span> editor-wraps-cursor-to-left-margin [ <span id="L802" class="LineNr"> 802 </span> <span class="Constant">local-scope</span> <span id="L803" class="LineNr"> 803 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L804" class="LineNr"> 804 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abcde]</span>, <span class="Constant">2/left</span>, <span class="Constant">7/right</span> +<span id="L804" class="LineNr"> 804 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abcde]</span>, <span class="Constant">2/left</span>, <span class="Constant">7/right</span> <span id="L805" class="LineNr"> 805 </span> assume-console [ -<span id="L806" class="LineNr"> 806 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 5</span> <span class="Comment"># line is full; no wrap icon yet</span> -<span id="L807" class="LineNr"> 807 </span> <span class="Conceal">¦</span> type <span class="Constant">[01]</span> +<span id="L806" class="LineNr"> 806 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 5</span> <span class="Comment"># line is full; no wrap icon yet</span> +<span id="L807" class="LineNr"> 807 </span> type <span class="Constant">[01]</span> <span id="L808" class="LineNr"> 808 </span> ] <span id="L809" class="LineNr"> 809 </span> run [ -<span id="L810" class="LineNr"> 810 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L811" class="LineNr"> 811 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L812" class="LineNr"> 812 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L810" class="LineNr"> 810 </span> editor-event-loop screen, console, e +<span id="L811" class="LineNr"> 811 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L812" class="LineNr"> 812 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L813" class="LineNr"> 813 </span> ] <span id="L814" class="LineNr"> 814 </span> screen-should-contain [ -<span id="L815" class="LineNr"> 815 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L816" class="LineNr"> 816 </span> <span class="Conceal">¦</span><span class="Constant"> . abc0↩ .</span> -<span id="L817" class="LineNr"> 817 </span> <span class="Conceal">¦</span><span class="Constant"> . 1de .</span> -<span id="L818" class="LineNr"> 818 </span> <span class="Conceal">¦</span><span class="Constant"> . ╌╌╌╌╌ .</span> -<span id="L819" class="LineNr"> 819 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L815" class="LineNr"> 815 </span> <span class="Constant"> . .</span> +<span id="L816" class="LineNr"> 816 </span> <span class="Constant"> . abc0↩ .</span> +<span id="L817" class="LineNr"> 817 </span> <span class="Constant"> . 1de .</span> +<span id="L818" class="LineNr"> 818 </span> <span class="Constant"> . ╌╌╌╌╌ .</span> +<span id="L819" class="LineNr"> 819 </span> <span class="Constant"> . .</span> <span id="L820" class="LineNr"> 820 </span> ] <span id="L821" class="LineNr"> 821 </span> memory-should-contain [ -<span id="L822" class="LineNr"> 822 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># cursor row</span> -<span id="L823" class="LineNr"> 823 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># cursor column</span> +<span id="L822" class="LineNr"> 822 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># cursor row</span> +<span id="L823" class="LineNr"> 823 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># cursor column</span> <span id="L824" class="LineNr"> 824 </span> ] <span id="L825" class="LineNr"> 825 </span>] <span id="L826" class="LineNr"> 826 </span> @@ -893,96 +892,96 @@ if ('onhashchange' in window) { <span id="L830" class="LineNr"> 830 </span> indent?:bool <span id="L831" class="LineNr"> 831 </span>] <span id="L832" class="LineNr"> 832 </span> -<span id="L833" class="LineNr"> 833 </span><span class="muRecipe">after</span> <span class="Constant"><a href='001-editor.mu.html#L69'><editor-initialization></a></span> [ +<span id="L833" class="LineNr"> 833 </span><span class="muRecipe">after</span> <span class="Constant"><editor-initialization></span> [ <span id="L834" class="LineNr"> 834 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">indent?:offset</span>, <span class="Constant">1/true</span> <span id="L835" class="LineNr"> 835 </span>] <span id="L836" class="LineNr"> 836 </span> <span id="L837" class="LineNr"> 837 </span><span class="muScenario">scenario</span> editor-moves-cursor-down-after-inserting-newline [ <span id="L838" class="LineNr"> 838 </span> <span class="Constant">local-scope</span> <span id="L839" class="LineNr"> 839 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L840" class="LineNr"> 840 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L840" class="LineNr"> 840 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> <span id="L841" class="LineNr"> 841 </span> assume-console [ -<span id="L842" class="LineNr"> 842 </span> <span class="Conceal">¦</span> type <span class="Constant">[0</span> +<span id="L842" class="LineNr"> 842 </span> type <span class="Constant">[0</span> <span id="L843" class="LineNr"> 843 </span><span class="Constant">1]</span> <span id="L844" class="LineNr"> 844 </span> ] <span id="L845" class="LineNr"> 845 </span> run [ -<span id="L846" class="LineNr"> 846 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L846" class="LineNr"> 846 </span> editor-event-loop screen, console, e <span id="L847" class="LineNr"> 847 </span> ] <span id="L848" class="LineNr"> 848 </span> screen-should-contain [ -<span id="L849" class="LineNr"> 849 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L850" class="LineNr"> 850 </span> <span class="Conceal">¦</span><span class="Constant"> .0 .</span> -<span id="L851" class="LineNr"> 851 </span> <span class="Conceal">¦</span><span class="Constant"> .1abc .</span> -<span id="L852" class="LineNr"> 852 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L853" class="LineNr"> 853 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L849" class="LineNr"> 849 </span> <span class="Constant"> . .</span> +<span id="L850" class="LineNr"> 850 </span> <span class="Constant"> .0 .</span> +<span id="L851" class="LineNr"> 851 </span> <span class="Constant"> .1abc .</span> +<span id="L852" class="LineNr"> 852 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L853" class="LineNr"> 853 </span> <span class="Constant"> . .</span> <span id="L854" class="LineNr"> 854 </span> ] <span id="L855" class="LineNr"> 855 </span>] <span id="L856" class="LineNr"> 856 </span> -<span id="L857" class="LineNr"> 857 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L185'><handle-special-character></a></span> [ +<span id="L857" class="LineNr"> 857 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-character></span> [ <span id="L858" class="LineNr"> 858 </span> <span class="Delimiter">{</span> -<span id="L859" class="LineNr"> 859 </span> <span class="Conceal">¦</span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L860" class="LineNr"> 860 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> newline? -<span id="L861" class="LineNr"> 861 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='002-typing.mu.html#L861'><begin-insert-enter></a></span> -<span id="L862" class="LineNr"> 862 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L868'>insert-new-line-and-indent</a> editor, <a href='../081print.mu.html#L16'>screen</a> -<span id="L863" class="LineNr"> 863 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='002-typing.mu.html#L863'><end-insert-enter></a></span> -<span id="L864" class="LineNr"> 864 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">1/go-render</span> +<span id="L859" class="LineNr"> 859 </span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L860" class="LineNr"> 860 </span> <span class="muControl">break-unless</span> newline? +<span id="L861" class="LineNr"> 861 </span><span class="Constant"> <begin-insert-enter></span> +<span id="L862" class="LineNr"> 862 </span> insert-new-line-and-indent editor, screen +<span id="L863" class="LineNr"> 863 </span><span class="Constant"> <end-insert-enter></span> +<span id="L864" class="LineNr"> 864 </span> <span class="muControl"> return</span> <span class="Constant">1/go-render</span> <span id="L865" class="LineNr"> 865 </span> <span class="Delimiter">}</span> <span id="L866" class="LineNr"> 866 </span>] <span id="L867" class="LineNr"> 867 </span> -<span id="L868" class="LineNr"> 868 </span><span class="muRecipe">def</span> <a href='002-typing.mu.html#L868'>insert-new-line-and-indent</a> editor:&:editor, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span>editor:&:editor, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L868" class="LineNr"> 868 </span><span class="muRecipe">def</span> insert-new-line-and-indent editor:&:editor, screen:&:screen<span class="muRecipe"> -> </span>editor:&:editor, screen:&:screen [ <span id="L869" class="LineNr"> 869 </span> <span class="Constant">local-scope</span> <span id="L870" class="LineNr"> 870 </span> <span class="Constant">load-inputs</span> <span id="L871" class="LineNr"> 871 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> <span id="L872" class="LineNr"> 872 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> -<span id="L873" class="LineNr"> 873 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L873" class="LineNr"> 873 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> <span id="L874" class="LineNr"> 874 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> <span id="L875" class="LineNr"> 875 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> -<span id="L876" class="LineNr"> 876 </span> <a href='../081print.mu.html#L782'>screen-height</a>:num <span class="Special"><-</span> <a href='../081print.mu.html#L782'>screen-height</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L876" class="LineNr"> 876 </span> screen-height:num <span class="Special"><-</span> screen-height screen <span id="L877" class="LineNr"> 877 </span> <span class="Comment"># update cursor coordinates</span> -<span id="L878" class="LineNr"> 878 </span> <a href='002-typing.mu.html#L914'>at-start-of-wrapped-line?</a>:bool <span class="Special"><-</span> <a href='002-typing.mu.html#L914'>at-start-of-wrapped-line?</a> editor +<span id="L878" class="LineNr"> 878 </span> at-start-of-wrapped-line?:bool <span class="Special"><-</span> at-start-of-wrapped-line? editor <span id="L879" class="LineNr"> 879 </span> <span class="Delimiter">{</span> -<span id="L880" class="LineNr"> 880 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> <a href='002-typing.mu.html#L914'>at-start-of-wrapped-line?</a> -<span id="L881" class="LineNr"> 881 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> add cursor-row,<span class="Constant"> 1</span> -<span id="L882" class="LineNr"> 882 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L880" class="LineNr"> 880 </span> <span class="muControl">break-if</span> at-start-of-wrapped-line? +<span id="L881" class="LineNr"> 881 </span> cursor-row <span class="Special"><-</span> add cursor-row,<span class="Constant"> 1</span> +<span id="L882" class="LineNr"> 882 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row <span id="L883" class="LineNr"> 883 </span> <span class="Delimiter">}</span> <span id="L884" class="LineNr"> 884 </span> cursor-column <span class="Special"><-</span> copy left <span id="L885" class="LineNr"> 885 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column <span id="L886" class="LineNr"> 886 </span> <span class="Comment"># maybe scroll</span> <span id="L887" class="LineNr"> 887 </span> <span class="Delimiter">{</span> -<span id="L888" class="LineNr"> 888 </span> <span class="Conceal">¦</span> below-screen?:bool <span class="Special"><-</span> greater-or-equal cursor-row, <a href='../081print.mu.html#L782'>screen-height</a> <span class="Comment"># must be equal, never greater</span> -<span id="L889" class="LineNr"> 889 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> below-screen? -<span id="L890" class="LineNr"> 890 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <scroll-down></span> -<span id="L891" class="LineNr"> 891 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> subtract cursor-row,<span class="Constant"> 1</span> <span class="Comment"># bring back into screen range</span> -<span id="L892" class="LineNr"> 892 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L888" class="LineNr"> 888 </span> below-screen?:bool <span class="Special"><-</span> greater-or-equal cursor-row, screen-height <span class="Comment"># must be equal, never greater</span> +<span id="L889" class="LineNr"> 889 </span> <span class="muControl">break-unless</span> below-screen? +<span id="L890" class="LineNr"> 890 </span><span class="Constant"> <scroll-down></span> +<span id="L891" class="LineNr"> 891 </span> cursor-row <span class="Special"><-</span> subtract cursor-row,<span class="Constant"> 1</span> <span class="Comment"># bring back into screen range</span> +<span id="L892" class="LineNr"> 892 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row <span id="L893" class="LineNr"> 893 </span> <span class="Delimiter">}</span> <span id="L894" class="LineNr"> 894 </span> <span class="Comment"># insert newline</span> <span id="L895" class="LineNr"> 895 </span> insert <span class="Constant">10/newline</span>, before-cursor -<span id="L896" class="LineNr"> 896 </span> before-cursor <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor +<span id="L896" class="LineNr"> 896 </span> before-cursor <span class="Special"><-</span> next before-cursor <span id="L897" class="LineNr"> 897 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor <span id="L898" class="LineNr"> 898 </span> <span class="Comment"># indent if necessary</span> <span id="L899" class="LineNr"> 899 </span> indent?:bool <span class="Special"><-</span> get *editor, <span class="Constant">indent?:offset</span> <span id="L900" class="LineNr"> 900 </span> <span class="muControl">return-unless</span> indent? -<span id="L901" class="LineNr"> 901 </span> d:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> -<span id="L902" class="LineNr"> 902 </span> end-of-previous-line:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L32'>prev</a> before-cursor -<span id="L903" class="LineNr"> 903 </span> indent:num <span class="Special"><-</span> <a href='002-typing.mu.html#L934'>line-indent</a> end-of-previous-line, d +<span id="L901" class="LineNr"> 901 </span> d:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> +<span id="L902" class="LineNr"> 902 </span> end-of-previous-line:&:duplex-list:char <span class="Special"><-</span> prev before-cursor +<span id="L903" class="LineNr"> 903 </span> indent:num <span class="Special"><-</span> line-indent end-of-previous-line, d <span id="L904" class="LineNr"> 904 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L905" class="LineNr"> 905 </span> <span class="Delimiter">{</span> -<span id="L906" class="LineNr"> 906 </span> <span class="Conceal">¦</span> indent-done?:bool <span class="Special"><-</span> greater-or-equal i, indent -<span id="L907" class="LineNr"> 907 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> indent-done? -<span id="L908" class="LineNr"> 908 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L203'>insert-at-cursor</a> editor, <span class="Constant">32/space</span>, <a href='../081print.mu.html#L16'>screen</a> -<span id="L909" class="LineNr"> 909 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L910" class="LineNr"> 910 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L906" class="LineNr"> 906 </span> indent-done?:bool <span class="Special"><-</span> greater-or-equal i, indent +<span id="L907" class="LineNr"> 907 </span> <span class="muControl">break-if</span> indent-done? +<span id="L908" class="LineNr"> 908 </span> insert-at-cursor editor, <span class="Constant">32/space</span>, screen +<span id="L909" class="LineNr"> 909 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L910" class="LineNr"> 910 </span> <span class="muControl"> loop</span> <span id="L911" class="LineNr"> 911 </span> <span class="Delimiter">}</span> <span id="L912" class="LineNr"> 912 </span>] <span id="L913" class="LineNr"> 913 </span> -<span id="L914" class="LineNr"> 914 </span><span class="muRecipe">def</span> <a href='002-typing.mu.html#L914'>at-start-of-wrapped-line?</a> editor:&:editor<span class="muRecipe"> -> </span>result:bool [ +<span id="L914" class="LineNr"> 914 </span><span class="muRecipe">def</span> at-start-of-wrapped-line? editor:&:editor<span class="muRecipe"> -> </span>result:bool [ <span id="L915" class="LineNr"> 915 </span> <span class="Constant">local-scope</span> <span id="L916" class="LineNr"> 916 </span> <span class="Constant">load-inputs</span> <span id="L917" class="LineNr"> 917 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> <span id="L918" class="LineNr"> 918 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> <span id="L919" class="LineNr"> 919 </span> cursor-at-left?:bool <span class="Special"><-</span> equal cursor-column, left <span id="L920" class="LineNr"> 920 </span> <span class="muControl">return-unless</span> cursor-at-left?, <span class="Constant">0/false</span> -<span id="L921" class="LineNr"> 921 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> -<span id="L922" class="LineNr"> 922 </span> before-before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L32'>prev</a> before-cursor +<span id="L921" class="LineNr"> 921 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L922" class="LineNr"> 922 </span> before-before-cursor:&:duplex-list:char <span class="Special"><-</span> prev before-cursor <span id="L923" class="LineNr"> 923 </span> <span class="muControl">return-unless</span> before-before-cursor, <span class="Constant">0/false</span> <span class="Comment"># cursor is at start of editor</span> <span id="L924" class="LineNr"> 924 </span> char-before-cursor:char <span class="Special"><-</span> get *before-cursor, <span class="Constant">value:offset</span> <span id="L925" class="LineNr"> 925 </span> cursor-after-newline?:bool <span class="Special"><-</span> equal char-before-cursor, <span class="Constant">10/newline</span> @@ -994,7 +993,7 @@ if ('onhashchange' in window) { <span id="L931" class="LineNr"> 931 </span> <span id="L932" class="LineNr"> 932 </span><span class="Comment"># takes a pointer 'curr' into the doubly-linked list and its sentinel, counts</span> <span id="L933" class="LineNr"> 933 </span><span class="Comment"># the number of spaces at the start of the line containing 'curr'.</span> -<span id="L934" class="LineNr"> 934 </span><span class="muRecipe">def</span> <a href='002-typing.mu.html#L934'>line-indent</a> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char, start:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char<span class="muRecipe"> -> </span>result:num [ +<span id="L934" class="LineNr"> 934 </span><span class="muRecipe">def</span> line-indent curr:&:duplex-list:char, start:&:duplex-list:char<span class="muRecipe"> -> </span>result:num [ <span id="L935" class="LineNr"> 935 </span> <span class="Constant">local-scope</span> <span id="L936" class="LineNr"> 936 </span> <span class="Constant">load-inputs</span> <span id="L937" class="LineNr"> 937 </span> result:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> @@ -1002,106 +1001,106 @@ if ('onhashchange' in window) { <span id="L939" class="LineNr"> 939 </span> at-start?:bool <span class="Special"><-</span> equal curr, start <span id="L940" class="LineNr"> 940 </span> <span class="muControl">return-if</span> at-start? <span id="L941" class="LineNr"> 941 </span> <span class="Delimiter">{</span> -<span id="L942" class="LineNr"> 942 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L32'>prev</a> curr -<span id="L943" class="LineNr"> 943 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> curr -<span id="L944" class="LineNr"> 944 </span> <span class="Conceal">¦</span> at-start?:bool <span class="Special"><-</span> equal curr, start -<span id="L945" class="LineNr"> 945 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-start? -<span id="L946" class="LineNr"> 946 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> -<span id="L947" class="LineNr"> 947 </span> <span class="Conceal">¦</span> at-newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L948" class="LineNr"> 948 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-newline? -<span id="L949" class="LineNr"> 949 </span> <span class="Conceal">¦</span> <span class="Comment"># if c is a space, increment result</span> -<span id="L950" class="LineNr"> 950 </span> <span class="Conceal">¦</span> is-space?:bool <span class="Special"><-</span> equal c, <span class="Constant">32/space</span> -<span id="L951" class="LineNr"> 951 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L952" class="LineNr"> 952 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-space? -<span id="L953" class="LineNr"> 953 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result <span class="Special"><-</span> add result,<span class="Constant"> 1</span> -<span id="L954" class="LineNr"> 954 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L955" class="LineNr"> 955 </span> <span class="Conceal">¦</span> <span class="Comment"># if c is not a space, reset result</span> -<span id="L956" class="LineNr"> 956 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L957" class="LineNr"> 957 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> is-space? -<span id="L958" class="LineNr"> 958 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L959" class="LineNr"> 959 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L960" class="LineNr"> 960 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L942" class="LineNr"> 942 </span> curr <span class="Special"><-</span> prev curr +<span id="L943" class="LineNr"> 943 </span> <span class="muControl">break-unless</span> curr +<span id="L944" class="LineNr"> 944 </span> at-start?:bool <span class="Special"><-</span> equal curr, start +<span id="L945" class="LineNr"> 945 </span> <span class="muControl">break-if</span> at-start? +<span id="L946" class="LineNr"> 946 </span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> +<span id="L947" class="LineNr"> 947 </span> at-newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L948" class="LineNr"> 948 </span> <span class="muControl">break-if</span> at-newline? +<span id="L949" class="LineNr"> 949 </span> <span class="Comment"># if c is a space, increment result</span> +<span id="L950" class="LineNr"> 950 </span> is-space?:bool <span class="Special"><-</span> equal c, <span class="Constant">32/space</span> +<span id="L951" class="LineNr"> 951 </span> <span class="Delimiter">{</span> +<span id="L952" class="LineNr"> 952 </span> <span class="muControl">break-unless</span> is-space? +<span id="L953" class="LineNr"> 953 </span> result <span class="Special"><-</span> add result,<span class="Constant"> 1</span> +<span id="L954" class="LineNr"> 954 </span> <span class="Delimiter">}</span> +<span id="L955" class="LineNr"> 955 </span> <span class="Comment"># if c is not a space, reset result</span> +<span id="L956" class="LineNr"> 956 </span> <span class="Delimiter">{</span> +<span id="L957" class="LineNr"> 957 </span> <span class="muControl">break-if</span> is-space? +<span id="L958" class="LineNr"> 958 </span> result <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L959" class="LineNr"> 959 </span> <span class="Delimiter">}</span> +<span id="L960" class="LineNr"> 960 </span> <span class="muControl"> loop</span> <span id="L961" class="LineNr"> 961 </span> <span class="Delimiter">}</span> <span id="L962" class="LineNr"> 962 </span>] <span id="L963" class="LineNr"> 963 </span> <span id="L964" class="LineNr"> 964 </span><span class="muScenario">scenario</span> editor-moves-cursor-down-after-inserting-newline-2 [ <span id="L965" class="LineNr"> 965 </span> <span class="Constant">local-scope</span> <span id="L966" class="LineNr"> 966 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L967" class="LineNr"> 967 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">1/left</span>, <span class="Constant">10/right</span> +<span id="L967" class="LineNr"> 967 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">1/left</span>, <span class="Constant">10/right</span> <span id="L968" class="LineNr"> 968 </span> assume-console [ -<span id="L969" class="LineNr"> 969 </span> <span class="Conceal">¦</span> type <span class="Constant">[0</span> +<span id="L969" class="LineNr"> 969 </span> type <span class="Constant">[0</span> <span id="L970" class="LineNr"> 970 </span><span class="Constant">1]</span> <span id="L971" class="LineNr"> 971 </span> ] <span id="L972" class="LineNr"> 972 </span> run [ -<span id="L973" class="LineNr"> 973 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L973" class="LineNr"> 973 </span> editor-event-loop screen, console, e <span id="L974" class="LineNr"> 974 </span> ] <span id="L975" class="LineNr"> 975 </span> screen-should-contain [ -<span id="L976" class="LineNr"> 976 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L977" class="LineNr"> 977 </span> <span class="Conceal">¦</span><span class="Constant"> . 0 .</span> -<span id="L978" class="LineNr"> 978 </span> <span class="Conceal">¦</span><span class="Constant"> . 1abc .</span> -<span id="L979" class="LineNr"> 979 </span> <span class="Conceal">¦</span><span class="Constant"> . ╌╌╌╌╌╌╌╌╌.</span> -<span id="L980" class="LineNr"> 980 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L976" class="LineNr"> 976 </span> <span class="Constant"> . .</span> +<span id="L977" class="LineNr"> 977 </span> <span class="Constant"> . 0 .</span> +<span id="L978" class="LineNr"> 978 </span> <span class="Constant"> . 1abc .</span> +<span id="L979" class="LineNr"> 979 </span> <span class="Constant"> . ╌╌╌╌╌╌╌╌╌.</span> +<span id="L980" class="LineNr"> 980 </span> <span class="Constant"> . .</span> <span id="L981" class="LineNr"> 981 </span> ] <span id="L982" class="LineNr"> 982 </span>] <span id="L983" class="LineNr"> 983 </span> <span id="L984" class="LineNr"> 984 </span><span class="muScenario">scenario</span> editor-clears-previous-line-completely-after-inserting-newline [ <span id="L985" class="LineNr"> 985 </span> <span class="Constant">local-scope</span> <span id="L986" class="LineNr"> 986 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L987" class="LineNr"> 987 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abcde]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L988" class="LineNr"> 988 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L987" class="LineNr"> 987 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abcde]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L988" class="LineNr"> 988 </span> editor-render screen, e <span id="L989" class="LineNr"> 989 </span> screen-should-contain [ -<span id="L990" class="LineNr"> 990 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L991" class="LineNr"> 991 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd↩ .</span> -<span id="L992" class="LineNr"> 992 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L993" class="LineNr"> 993 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L994" class="LineNr"> 994 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L990" class="LineNr"> 990 </span> <span class="Constant"> . .</span> +<span id="L991" class="LineNr"> 991 </span> <span class="Constant"> .abcd↩ .</span> +<span id="L992" class="LineNr"> 992 </span> <span class="Constant"> .e .</span> +<span id="L993" class="LineNr"> 993 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L994" class="LineNr"> 994 </span> <span class="Constant"> . .</span> <span id="L995" class="LineNr"> 995 </span> ] <span id="L996" class="LineNr"> 996 </span> assume-console [ -<span id="L997" class="LineNr"> 997 </span> <span class="Conceal">¦</span> press enter +<span id="L997" class="LineNr"> 997 </span> press enter <span id="L998" class="LineNr"> 998 </span> ] <span id="L999" class="LineNr"> 999 </span> run [ -<span id="L1000" class="LineNr">1000 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1000" class="LineNr">1000 </span> editor-event-loop screen, console, e <span id="L1001" class="LineNr">1001 </span> ] <span id="L1002" class="LineNr">1002 </span> <span class="Comment"># line should be fully cleared</span> <span id="L1003" class="LineNr">1003 </span> screen-should-contain [ -<span id="L1004" class="LineNr">1004 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1005" class="LineNr">1005 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1006" class="LineNr">1006 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd↩ .</span> -<span id="L1007" class="LineNr">1007 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L1008" class="LineNr">1008 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L1004" class="LineNr">1004 </span> <span class="Constant"> . .</span> +<span id="L1005" class="LineNr">1005 </span> <span class="Constant"> . .</span> +<span id="L1006" class="LineNr">1006 </span> <span class="Constant"> .abcd↩ .</span> +<span id="L1007" class="LineNr">1007 </span> <span class="Constant"> .e .</span> +<span id="L1008" class="LineNr">1008 </span> <span class="Constant"> .╌╌╌╌╌ .</span> <span id="L1009" class="LineNr">1009 </span> ] <span id="L1010" class="LineNr">1010 </span>] <span id="L1011" class="LineNr">1011 </span> <span id="L1012" class="LineNr">1012 </span><span class="muScenario">scenario</span> editor-splits-wrapped-line-after-inserting-newline [ <span id="L1013" class="LineNr">1013 </span> <span class="Constant">local-scope</span> <span id="L1014" class="LineNr">1014 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L1015" class="LineNr">1015 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abcdef]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L1016" class="LineNr">1016 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1015" class="LineNr">1015 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abcdef]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L1016" class="LineNr">1016 </span> editor-render screen, e <span id="L1017" class="LineNr">1017 </span> screen-should-contain [ -<span id="L1018" class="LineNr">1018 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1019" class="LineNr">1019 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd↩ .</span> -<span id="L1020" class="LineNr">1020 </span> <span class="Conceal">¦</span><span class="Constant"> .ef .</span> -<span id="L1021" class="LineNr">1021 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L1022" class="LineNr">1022 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1018" class="LineNr">1018 </span> <span class="Constant"> . .</span> +<span id="L1019" class="LineNr">1019 </span> <span class="Constant"> .abcd↩ .</span> +<span id="L1020" class="LineNr">1020 </span> <span class="Constant"> .ef .</span> +<span id="L1021" class="LineNr">1021 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L1022" class="LineNr">1022 </span> <span class="Constant"> . .</span> <span id="L1023" class="LineNr">1023 </span> ] <span id="L1024" class="LineNr">1024 </span> assume-console [ -<span id="L1025" class="LineNr">1025 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 0</span> -<span id="L1026" class="LineNr">1026 </span> <span class="Conceal">¦</span> press enter +<span id="L1025" class="LineNr">1025 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 0</span> +<span id="L1026" class="LineNr">1026 </span> press enter <span id="L1027" class="LineNr">1027 </span> ] <span id="L1028" class="LineNr">1028 </span> run [ -<span id="L1029" class="LineNr">1029 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1030" class="LineNr">1030 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1031" class="LineNr">1031 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1029" class="LineNr">1029 </span> editor-event-loop screen, console, e +<span id="L1030" class="LineNr">1030 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1031" class="LineNr">1031 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1032" class="LineNr">1032 </span> ] <span id="L1033" class="LineNr">1033 </span> screen-should-contain [ -<span id="L1034" class="LineNr">1034 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1035" class="LineNr">1035 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd .</span> -<span id="L1036" class="LineNr">1036 </span> <span class="Conceal">¦</span><span class="Constant"> .ef .</span> -<span id="L1037" class="LineNr">1037 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L1034" class="LineNr">1034 </span> <span class="Constant"> . .</span> +<span id="L1035" class="LineNr">1035 </span> <span class="Constant"> .abcd .</span> +<span id="L1036" class="LineNr">1036 </span> <span class="Constant"> .ef .</span> +<span id="L1037" class="LineNr">1037 </span> <span class="Constant"> .╌╌╌╌╌ .</span> <span id="L1038" class="LineNr">1038 </span> ] <span id="L1039" class="LineNr">1039 </span> memory-should-contain [ -<span id="L1040" class="LineNr">1040 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># cursor-row</span> -<span id="L1041" class="LineNr">1041 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor-column</span> +<span id="L1040" class="LineNr">1040 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># cursor-row</span> +<span id="L1041" class="LineNr">1041 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor-column</span> <span id="L1042" class="LineNr">1042 </span> ] <span id="L1043" class="LineNr">1043 </span>] <span id="L1044" class="LineNr">1044 </span> @@ -1111,22 +1110,22 @@ if ('onhashchange' in window) { <span id="L1048" class="LineNr">1048 </span> s:text <span class="Special"><-</span> new <span class="Constant">[ab</span> <span id="L1049" class="LineNr">1049 </span><span class="Constant"> cd</span> <span id="L1050" class="LineNr">1050 </span><span class="Constant">ef]</span> -<span id="L1051" class="LineNr">1051 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1051" class="LineNr">1051 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> <span id="L1052" class="LineNr">1052 </span> <span class="Comment"># position cursor after 'cd' and hit 'newline'</span> <span id="L1053" class="LineNr">1053 </span> assume-console [ -<span id="L1054" class="LineNr">1054 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 8</span> -<span id="L1055" class="LineNr">1055 </span> <span class="Conceal">¦</span> type [ +<span id="L1054" class="LineNr">1054 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 8</span> +<span id="L1055" class="LineNr">1055 </span> type [ <span id="L1056" class="LineNr">1056 </span>] <span id="L1057" class="LineNr">1057 </span> ] <span id="L1058" class="LineNr">1058 </span> run [ -<span id="L1059" class="LineNr">1059 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1060" class="LineNr">1060 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1061" class="LineNr">1061 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1059" class="LineNr">1059 </span> editor-event-loop screen, console, e +<span id="L1060" class="LineNr">1060 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1061" class="LineNr">1061 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1062" class="LineNr">1062 </span> ] <span id="L1063" class="LineNr">1063 </span> <span class="Comment"># cursor should be below start of previous line</span> <span id="L1064" class="LineNr">1064 </span> memory-should-contain [ -<span id="L1065" class="LineNr">1065 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># cursor row</span> -<span id="L1066" class="LineNr">1066 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># cursor column (indented)</span> +<span id="L1065" class="LineNr">1065 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># cursor row</span> +<span id="L1066" class="LineNr">1066 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># cursor column (indented)</span> <span id="L1067" class="LineNr">1067 </span> ] <span id="L1068" class="LineNr">1068 </span>] <span id="L1069" class="LineNr">1069 </span> @@ -1136,75 +1135,75 @@ if ('onhashchange' in window) { <span id="L1073" class="LineNr">1073 </span> s:text <span class="Special"><-</span> new <span class="Constant">[ab</span> <span id="L1074" class="LineNr">1074 </span><span class="Constant"> cd</span> <span id="L1075" class="LineNr">1075 </span><span class="Constant">ef]</span> -<span id="L1076" class="LineNr">1076 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1076" class="LineNr">1076 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> <span id="L1077" class="LineNr">1077 </span> <span class="Comment"># position cursor after 'cd' and hit 'newline' surrounded by paste markers</span> <span id="L1078" class="LineNr">1078 </span> assume-console [ -<span id="L1079" class="LineNr">1079 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 8</span> -<span id="L1080" class="LineNr">1080 </span> <span class="Conceal">¦</span> press<span class="Constant"> 65507</span> <span class="Comment"># start paste</span> -<span id="L1081" class="LineNr">1081 </span> <span class="Conceal">¦</span> press enter -<span id="L1082" class="LineNr">1082 </span> <span class="Conceal">¦</span> press<span class="Constant"> 65506</span> <span class="Comment"># end paste</span> +<span id="L1079" class="LineNr">1079 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 8</span> +<span id="L1080" class="LineNr">1080 </span> press<span class="Constant"> 65507</span> <span class="Comment"># start paste</span> +<span id="L1081" class="LineNr">1081 </span> press enter +<span id="L1082" class="LineNr">1082 </span> press<span class="Constant"> 65506</span> <span class="Comment"># end paste</span> <span id="L1083" class="LineNr">1083 </span> ] <span id="L1084" class="LineNr">1084 </span> run [ -<span id="L1085" class="LineNr">1085 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1086" class="LineNr">1086 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1087" class="LineNr">1087 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1085" class="LineNr">1085 </span> editor-event-loop screen, console, e +<span id="L1086" class="LineNr">1086 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1087" class="LineNr">1087 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1088" class="LineNr">1088 </span> ] <span id="L1089" class="LineNr">1089 </span> <span class="Comment"># cursor should be below start of previous line</span> <span id="L1090" class="LineNr">1090 </span> memory-should-contain [ -<span id="L1091" class="LineNr">1091 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># cursor row</span> -<span id="L1092" class="LineNr">1092 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor column (not indented)</span> +<span id="L1091" class="LineNr">1091 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># cursor row</span> +<span id="L1092" class="LineNr">1092 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor column (not indented)</span> <span id="L1093" class="LineNr">1093 </span> ] <span id="L1094" class="LineNr">1094 </span>] <span id="L1095" class="LineNr">1095 </span> -<span id="L1096" class="LineNr">1096 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L199'><handle-special-key></a></span> [ +<span id="L1096" class="LineNr">1096 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-key></span> [ <span id="L1097" class="LineNr">1097 </span> <span class="Delimiter">{</span> -<span id="L1098" class="LineNr">1098 </span> <span class="Conceal">¦</span> paste-start?:bool <span class="Special"><-</span> equal k, <span class="Constant">65507/paste-start</span> -<span id="L1099" class="LineNr">1099 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> paste-start? -<span id="L1100" class="LineNr">1100 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">indent?:offset</span>, <span class="Constant">0/false</span> -<span id="L1101" class="LineNr">1101 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">1/go-render</span> +<span id="L1098" class="LineNr">1098 </span> paste-start?:bool <span class="Special"><-</span> equal k, <span class="Constant">65507/paste-start</span> +<span id="L1099" class="LineNr">1099 </span> <span class="muControl">break-unless</span> paste-start? +<span id="L1100" class="LineNr">1100 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">indent?:offset</span>, <span class="Constant">0/false</span> +<span id="L1101" class="LineNr">1101 </span> <span class="muControl"> return</span> <span class="Constant">1/go-render</span> <span id="L1102" class="LineNr">1102 </span> <span class="Delimiter">}</span> <span id="L1103" class="LineNr">1103 </span>] <span id="L1104" class="LineNr">1104 </span> -<span id="L1105" class="LineNr">1105 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L199'><handle-special-key></a></span> [ +<span id="L1105" class="LineNr">1105 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-key></span> [ <span id="L1106" class="LineNr">1106 </span> <span class="Delimiter">{</span> -<span id="L1107" class="LineNr">1107 </span> <span class="Conceal">¦</span> paste-end?:bool <span class="Special"><-</span> equal k, <span class="Constant">65506/paste-end</span> -<span id="L1108" class="LineNr">1108 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> paste-end? -<span id="L1109" class="LineNr">1109 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">indent?:offset</span>, <span class="Constant">1/true</span> -<span id="L1110" class="LineNr">1110 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">1/go-render</span> +<span id="L1107" class="LineNr">1107 </span> paste-end?:bool <span class="Special"><-</span> equal k, <span class="Constant">65506/paste-end</span> +<span id="L1108" class="LineNr">1108 </span> <span class="muControl">break-unless</span> paste-end? +<span id="L1109" class="LineNr">1109 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">indent?:offset</span>, <span class="Constant">1/true</span> +<span id="L1110" class="LineNr">1110 </span> <span class="muControl"> return</span> <span class="Constant">1/go-render</span> <span id="L1111" class="LineNr">1111 </span> <span class="Delimiter">}</span> <span id="L1112" class="LineNr">1112 </span>] <span id="L1113" class="LineNr">1113 </span> <span id="L1114" class="LineNr">1114 </span><span class="SalientComment">## helpers</span> <span id="L1115" class="LineNr">1115 </span> -<span id="L1116" class="LineNr">1116 </span><span class="muRecipe">def</span> <a href='002-typing.mu.html#L1116'>draw-horizontal</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, row:num, x:num, right:num<span class="muRecipe"> -> </span><a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L1116" class="LineNr">1116 </span><span class="muRecipe">def</span> draw-horizontal screen:&:screen, row:num, x:num, right:num<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L1117" class="LineNr">1117 </span> <span class="Constant">local-scope</span> <span id="L1118" class="LineNr">1118 </span> <span class="Constant">load-inputs</span> -<span id="L1119" class="LineNr">1119 </span> height:num <span class="Special"><-</span> <a href='../081print.mu.html#L782'>screen-height</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L1119" class="LineNr">1119 </span> height:num <span class="Special"><-</span> screen-height screen <span id="L1120" class="LineNr">1120 </span> past-bottom?:bool <span class="Special"><-</span> greater-or-equal row, height <span id="L1121" class="LineNr">1121 </span> <span class="muControl">return-if</span> past-bottom? <span id="L1122" class="LineNr">1122 </span> style:char, style-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L1123" class="LineNr">1123 </span> <span class="Delimiter">{</span> -<span id="L1124" class="LineNr">1124 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> style-found? -<span id="L1125" class="LineNr">1125 </span> <span class="Conceal">¦</span> style <span class="Special"><-</span> copy <span class="Constant">9472/horizontal</span> +<span id="L1124" class="LineNr">1124 </span> <span class="muControl">break-if</span> style-found? +<span id="L1125" class="LineNr">1125 </span> style <span class="Special"><-</span> copy <span class="Constant">9472/horizontal</span> <span id="L1126" class="LineNr">1126 </span> <span class="Delimiter">}</span> <span id="L1127" class="LineNr">1127 </span> color:num, color-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L1128" class="LineNr">1128 </span> <span class="Delimiter">{</span> -<span id="L1129" class="LineNr">1129 </span> <span class="Conceal">¦</span> <span class="Comment"># default color to white</span> -<span id="L1130" class="LineNr">1130 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> color-found? -<span id="L1131" class="LineNr">1131 </span> <span class="Conceal">¦</span> color <span class="Special"><-</span> copy <span class="Constant">245/grey</span> +<span id="L1129" class="LineNr">1129 </span> <span class="Comment"># default color to white</span> +<span id="L1130" class="LineNr">1130 </span> <span class="muControl">break-if</span> color-found? +<span id="L1131" class="LineNr">1131 </span> color <span class="Special"><-</span> copy <span class="Constant">245/grey</span> <span id="L1132" class="LineNr">1132 </span> <span class="Delimiter">}</span> <span id="L1133" class="LineNr">1133 </span> bg-color:num, bg-color-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L1134" class="LineNr">1134 </span> <span class="Delimiter">{</span> -<span id="L1135" class="LineNr">1135 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> bg-color-found? -<span id="L1136" class="LineNr">1136 </span> <span class="Conceal">¦</span> bg-color <span class="Special"><-</span> copy <span class="Constant">0/black</span> +<span id="L1135" class="LineNr">1135 </span> <span class="muControl">break-if</span> bg-color-found? +<span id="L1136" class="LineNr">1136 </span> bg-color <span class="Special"><-</span> copy <span class="Constant">0/black</span> <span id="L1137" class="LineNr">1137 </span> <span class="Delimiter">}</span> -<span id="L1138" class="LineNr">1138 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, x +<span id="L1138" class="LineNr">1138 </span> screen <span class="Special"><-</span> move-cursor screen, row, x <span id="L1139" class="LineNr">1139 </span> <span class="Delimiter">{</span> -<span id="L1140" class="LineNr">1140 </span> <span class="Conceal">¦</span> continue?:bool <span class="Special"><-</span> lesser-or-equal x, right <span class="Comment"># right is inclusive, to match editor semantics</span> -<span id="L1141" class="LineNr">1141 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> continue? -<span id="L1142" class="LineNr">1142 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, style, color, bg-color -<span id="L1143" class="LineNr">1143 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> add x,<span class="Constant"> 1</span> -<span id="L1144" class="LineNr">1144 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L1140" class="LineNr">1140 </span> continue?:bool <span class="Special"><-</span> lesser-or-equal x, right <span class="Comment"># right is inclusive, to match editor semantics</span> +<span id="L1141" class="LineNr">1141 </span> <span class="muControl">break-unless</span> continue? +<span id="L1142" class="LineNr">1142 </span> print screen, style, color, bg-color +<span id="L1143" class="LineNr">1143 </span> x <span class="Special"><-</span> add x,<span class="Constant"> 1</span> +<span id="L1144" class="LineNr">1144 </span> <span class="muControl"> loop</span> <span id="L1145" class="LineNr">1145 </span> <span class="Delimiter">}</span> <span id="L1146" class="LineNr">1146 </span>] </pre> diff --git a/html/edit/003-shortcuts.mu.html b/html/edit/003-shortcuts.mu.html index ce5f7289..4e2c3c8c 100644 --- a/html/edit/003-shortcuts.mu.html +++ b/html/edit/003-shortcuts.mu.html @@ -15,17 +15,16 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } .Delimiter { color: #800080; } .Constant { color: #00a0a0; } +.Special { color: #c00000; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> </style> @@ -71,19 +70,19 @@ if ('onhashchange' in window) { <span id="L9" class="LineNr"> 9 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L10" class="LineNr"> 10 </span> s:text <span class="Special"><-</span> new <span class="Constant">[ab</span> <span id="L11" class="LineNr"> 11 </span><span class="Constant">cd]</span> -<span id="L12" class="LineNr"> 12 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L13" class="LineNr"> 13 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L12" class="LineNr"> 12 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L13" class="LineNr"> 13 </span> editor-render screen, e <span id="L14" class="LineNr"> 14 </span> $clear-trace <span id="L15" class="LineNr"> 15 </span> assume-console [ -<span id="L16" class="LineNr"> 16 </span> <span class="Conceal">¦</span> press tab +<span id="L16" class="LineNr"> 16 </span> press tab <span id="L17" class="LineNr"> 17 </span> ] <span id="L18" class="LineNr"> 18 </span> run [ -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L19" class="LineNr"> 19 </span> editor-event-loop screen, console, e <span id="L20" class="LineNr"> 20 </span> ] <span id="L21" class="LineNr"> 21 </span> screen-should-contain [ -<span id="L22" class="LineNr"> 22 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span><span class="Constant"> . ab .</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span><span class="Constant"> .cd .</span> +<span id="L22" class="LineNr"> 22 </span> <span class="Constant"> . .</span> +<span id="L23" class="LineNr"> 23 </span> <span class="Constant"> . ab .</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Constant"> .cd .</span> <span id="L25" class="LineNr"> 25 </span> ] <span id="L26" class="LineNr"> 26 </span> <span class="Comment"># we render at most two editor rows worth (one row for each space)</span> <span id="L27" class="LineNr"> 27 </span> check-trace-count-for-label-lesser-than<span class="Constant"> 10</span>, <span class="Constant">[print-character]</span> @@ -92,35 +91,35 @@ if ('onhashchange' in window) { <span id="L30" class="LineNr"> 30 </span><span class="muScenario">scenario</span> editor-inserts-two-spaces-and-wraps-line-on-tab [ <span id="L31" class="LineNr"> 31 </span> <span class="Constant">local-scope</span> <span id="L32" class="LineNr"> 32 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L33" class="LineNr"> 33 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abcd]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L34" class="LineNr"> 34 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L33" class="LineNr"> 33 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abcd]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L34" class="LineNr"> 34 </span> editor-render screen, e <span id="L35" class="LineNr"> 35 </span> $clear-trace <span id="L36" class="LineNr"> 36 </span> assume-console [ -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> press tab +<span id="L37" class="LineNr"> 37 </span> press tab <span id="L38" class="LineNr"> 38 </span> ] <span id="L39" class="LineNr"> 39 </span> run [ -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L40" class="LineNr"> 40 </span> editor-event-loop screen, console, e <span id="L41" class="LineNr"> 41 </span> ] <span id="L42" class="LineNr"> 42 </span> screen-should-contain [ -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span><span class="Constant"> . ab↩ .</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span><span class="Constant"> .cd .</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Constant"> . .</span> +<span id="L44" class="LineNr"> 44 </span> <span class="Constant"> . ab↩ .</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Constant"> .cd .</span> <span id="L46" class="LineNr"> 46 </span> ] <span id="L47" class="LineNr"> 47 </span> <span class="Comment"># we re-render the whole editor</span> <span id="L48" class="LineNr"> 48 </span> check-trace-count-for-label-greater-than<span class="Constant"> 10</span>, <span class="Constant">[print-character]</span> <span id="L49" class="LineNr"> 49 </span>] <span id="L50" class="LineNr"> 50 </span> -<span id="L51" class="LineNr"> 51 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L185'><handle-special-character></a></span> [ +<span id="L51" class="LineNr"> 51 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-character></span> [ <span id="L52" class="LineNr"> 52 </span> <span class="Delimiter">{</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> tab?:bool <span class="Special"><-</span> equal c, <span class="Constant">9/tab</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> tab? -<span id="L55" class="LineNr"> 55 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-insert-character></span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> <span class="Comment"># todo: decompose insert-at-cursor into editor update and screen update,</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span> <span class="Comment"># so that 'tab' doesn't render the current line multiple times</span> -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L203'>insert-at-cursor</a> editor, <span class="Constant">32/space</span>, <a href='../081print.mu.html#L16'>screen</a> -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span> go-render? <span class="Special"><-</span> <a href='002-typing.mu.html#L203'>insert-at-cursor</a> editor, <span class="Constant">32/space</span>, <a href='../081print.mu.html#L16'>screen</a> -<span id="L60" class="LineNr"> 60 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-insert-character></span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L53" class="LineNr"> 53 </span> tab?:bool <span class="Special"><-</span> equal c, <span class="Constant">9/tab</span> +<span id="L54" class="LineNr"> 54 </span> <span class="muControl">break-unless</span> tab? +<span id="L55" class="LineNr"> 55 </span><span class="Constant"> <begin-insert-character></span> +<span id="L56" class="LineNr"> 56 </span> <span class="Comment"># todo: decompose insert-at-cursor into editor update and screen update,</span> +<span id="L57" class="LineNr"> 57 </span> <span class="Comment"># so that 'tab' doesn't render the current line multiple times</span> +<span id="L58" class="LineNr"> 58 </span> insert-at-cursor editor, <span class="Constant">32/space</span>, screen +<span id="L59" class="LineNr"> 59 </span> go-render? <span class="Special"><-</span> insert-at-cursor editor, <span class="Constant">32/space</span>, screen +<span id="L60" class="LineNr"> 60 </span><span class="Constant"> <end-insert-character></span> +<span id="L61" class="LineNr"> 61 </span> <span class="muControl"> return</span> <span id="L62" class="LineNr"> 62 </span> <span class="Delimiter">}</span> <span id="L63" class="LineNr"> 63 </span>] <span id="L64" class="LineNr"> 64 </span> @@ -129,62 +128,62 @@ if ('onhashchange' in window) { <span id="L67" class="LineNr"> 67 </span><span class="muScenario">scenario</span> editor-handles-backspace-key [ <span id="L68" class="LineNr"> 68 </span> <span class="Constant">local-scope</span> <span id="L69" class="LineNr"> 69 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L70" class="LineNr"> 70 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L71" class="LineNr"> 71 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L70" class="LineNr"> 70 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L71" class="LineNr"> 71 </span> editor-render screen, e <span id="L72" class="LineNr"> 72 </span> $clear-trace <span id="L73" class="LineNr"> 73 </span> assume-console [ -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> press backspace +<span id="L74" class="LineNr"> 74 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> +<span id="L75" class="LineNr"> 75 </span> press backspace <span id="L76" class="LineNr"> 76 </span> ] <span id="L77" class="LineNr"> 77 </span> run [ -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L78" class="LineNr"> 78 </span> editor-event-loop screen, console, e +<span id="L79" class="LineNr"> 79 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L80" class="LineNr"> 80 </span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L81" class="LineNr"> 81 </span> ] <span id="L82" class="LineNr"> 82 </span> screen-should-contain [ -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span><span class="Constant"> .bc .</span> -<span id="L85" class="LineNr"> 85 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Constant"> . .</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Constant"> .bc .</span> +<span id="L85" class="LineNr"> 85 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L86" class="LineNr"> 86 </span> <span class="Constant"> . .</span> <span id="L87" class="LineNr"> 87 </span> ] <span id="L88" class="LineNr"> 88 </span> memory-should-contain [ -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L90" class="LineNr"> 90 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L91" class="LineNr"> 91 </span> ] <span id="L92" class="LineNr"> 92 </span> check-trace-count-for-label<span class="Constant"> 3</span>, <span class="Constant">[print-character]</span> <span class="Comment"># length of original line to overwrite</span> <span id="L93" class="LineNr"> 93 </span>] <span id="L94" class="LineNr"> 94 </span> -<span id="L95" class="LineNr"> 95 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L185'><handle-special-character></a></span> [ +<span id="L95" class="LineNr"> 95 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-character></span> [ <span id="L96" class="LineNr"> 96 </span> <span class="Delimiter">{</span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> delete-previous-character?:bool <span class="Special"><-</span> equal c, <span class="Constant">8/backspace</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> delete-previous-character? -<span id="L99" class="LineNr"> 99 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='003-shortcuts.mu.html#L99'><begin-backspace-character></a></span> -<span id="L100" class="LineNr"> 100 </span> <span class="Conceal">¦</span> go-render?:bool, backspaced-cell:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L109'>delete-before-cursor</a> editor, <a href='../081print.mu.html#L16'>screen</a> -<span id="L101" class="LineNr"> 101 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='003-shortcuts.mu.html#L101'><end-backspace-character></a></span> -<span id="L102" class="LineNr"> 102 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L97" class="LineNr"> 97 </span> delete-previous-character?:bool <span class="Special"><-</span> equal c, <span class="Constant">8/backspace</span> +<span id="L98" class="LineNr"> 98 </span> <span class="muControl">break-unless</span> delete-previous-character? +<span id="L99" class="LineNr"> 99 </span><span class="Constant"> <begin-backspace-character></span> +<span id="L100" class="LineNr"> 100 </span> go-render?:bool, backspaced-cell:&:duplex-list:char <span class="Special"><-</span> delete-before-cursor editor, screen +<span id="L101" class="LineNr"> 101 </span><span class="Constant"> <end-backspace-character></span> +<span id="L102" class="LineNr"> 102 </span> <span class="muControl"> return</span> <span id="L103" class="LineNr"> 103 </span> <span class="Delimiter">}</span> <span id="L104" class="LineNr"> 104 </span>] <span id="L105" class="LineNr"> 105 </span> <span id="L106" class="LineNr"> 106 </span><span class="Comment"># return values:</span> <span id="L107" class="LineNr"> 107 </span><span class="Comment"># go-render? - whether caller needs to update the screen</span> <span id="L108" class="LineNr"> 108 </span><span class="Comment"># backspaced-cell - value deleted (or 0 if nothing was deleted) so we can save it for undo, etc.</span> -<span id="L109" class="LineNr"> 109 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L109'>delete-before-cursor</a> editor:&:editor, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span>go-render?:bool, backspaced-cell:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char, editor:&:editor, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L109" class="LineNr"> 109 </span><span class="muRecipe">def</span> delete-before-cursor editor:&:editor, screen:&:screen<span class="muRecipe"> -> </span>go-render?:bool, backspaced-cell:&:duplex-list:char, editor:&:editor, screen:&:screen [ <span id="L110" class="LineNr"> 110 </span> <span class="Constant">local-scope</span> <span id="L111" class="LineNr"> 111 </span> <span class="Constant">load-inputs</span> -<span id="L112" class="LineNr"> 112 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> -<span id="L113" class="LineNr"> 113 </span> data:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> +<span id="L112" class="LineNr"> 112 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L113" class="LineNr"> 113 </span> data:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> <span id="L114" class="LineNr"> 114 </span> <span class="Comment"># if at start of text (before-cursor at § sentinel), return</span> -<span id="L115" class="LineNr"> 115 </span> <a href='../065duplex_list.mu.html#L32'>prev</a>:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L32'>prev</a> before-cursor -<span id="L116" class="LineNr"> 116 </span> <span class="muControl">return-unless</span> <a href='../065duplex_list.mu.html#L32'>prev</a>, <span class="Constant">0/no-more-render</span>, <span class="Constant">0/nothing-deleted</span> +<span id="L115" class="LineNr"> 115 </span> prev:&:duplex-list:char <span class="Special"><-</span> prev before-cursor +<span id="L116" class="LineNr"> 116 </span> <span class="muControl">return-unless</span> prev, <span class="Constant">0/no-more-render</span>, <span class="Constant">0/nothing-deleted</span> <span id="L117" class="LineNr"> 117 </span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[delete-before-cursor]</span> <span id="L118" class="LineNr"> 118 </span> original-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> -<span id="L119" class="LineNr"> 119 </span> scroll?:bool <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L156'>move-cursor-coordinates-left</a> editor -<span id="L120" class="LineNr"> 120 </span> backspaced-cell:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> copy before-cursor +<span id="L119" class="LineNr"> 119 </span> scroll?:bool <span class="Special"><-</span> move-cursor-coordinates-left editor +<span id="L120" class="LineNr"> 120 </span> backspaced-cell:&:duplex-list:char <span class="Special"><-</span> copy before-cursor <span id="L121" class="LineNr"> 121 </span> data <span class="Special"><-</span> remove before-cursor, data <span class="Comment"># will also neatly trim next/prev pointers in backspaced-cell/before-cursor</span> -<span id="L122" class="LineNr"> 122 </span> before-cursor <span class="Special"><-</span> copy <a href='../065duplex_list.mu.html#L32'>prev</a> +<span id="L122" class="LineNr"> 122 </span> before-cursor <span class="Special"><-</span> copy prev <span id="L123" class="LineNr"> 123 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor <span id="L124" class="LineNr"> 124 </span> <span class="muControl">return-if</span> scroll?, <span class="Constant">1/go-render</span> -<span id="L125" class="LineNr"> 125 </span> <a href='../081print.mu.html#L768'>screen-width</a>:num <span class="Special"><-</span> <a href='../081print.mu.html#L768'>screen-width</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L125" class="LineNr"> 125 </span> screen-width:num <span class="Special"><-</span> screen-width screen <span id="L126" class="LineNr"> 126 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> <span id="L127" class="LineNr"> 127 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> <span id="L128" class="LineNr"> 128 </span> <span class="Comment"># did we just backspace over a newline?</span> @@ -192,82 +191,82 @@ if ('onhashchange' in window) { <span id="L130" class="LineNr"> 130 </span> <span class="muControl">return-unless</span> same-row?, <span class="Constant">1/go-render</span> <span id="L131" class="LineNr"> 131 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> <span id="L132" class="LineNr"> 132 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> -<span id="L133" class="LineNr"> 133 </span> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor -<span id="L134" class="LineNr"> 134 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, cursor-row, cursor-column +<span id="L133" class="LineNr"> 133 </span> curr:&:duplex-list:char <span class="Special"><-</span> next before-cursor +<span id="L134" class="LineNr"> 134 </span> screen <span class="Special"><-</span> move-cursor screen, cursor-row, cursor-column <span id="L135" class="LineNr"> 135 </span> curr-column:num <span class="Special"><-</span> copy cursor-column <span id="L136" class="LineNr"> 136 </span> <span class="Delimiter">{</span> -<span id="L137" class="LineNr"> 137 </span> <span class="Conceal">¦</span> <span class="Comment"># hit right margin? give up and let caller render</span> -<span id="L138" class="LineNr"> 138 </span> <span class="Conceal">¦</span> at-right?:bool <span class="Special"><-</span> greater-or-equal curr-column, right -<span id="L139" class="LineNr"> 139 </span> <span class="Conceal">¦</span> <span class="muControl">return-if</span> at-right?, <span class="Constant">1/go-render</span> -<span id="L140" class="LineNr"> 140 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> curr -<span id="L141" class="LineNr"> 141 </span> <span class="Conceal">¦</span> <span class="Comment"># newline? done.</span> -<span id="L142" class="LineNr"> 142 </span> <span class="Conceal">¦</span> currc:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> -<span id="L143" class="LineNr"> 143 </span> <span class="Conceal">¦</span> at-newline?:bool <span class="Special"><-</span> equal currc, <span class="Constant">10/newline</span> -<span id="L144" class="LineNr"> 144 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-newline? -<span id="L145" class="LineNr"> 145 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='../081print.mu.html#L16'>screen</a>, currc -<span id="L146" class="LineNr"> 146 </span> <span class="Conceal">¦</span> curr-column <span class="Special"><-</span> add curr-column,<span class="Constant"> 1</span> -<span id="L147" class="LineNr"> 147 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr -<span id="L148" class="LineNr"> 148 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L137" class="LineNr"> 137 </span> <span class="Comment"># hit right margin? give up and let caller render</span> +<span id="L138" class="LineNr"> 138 </span> at-right?:bool <span class="Special"><-</span> greater-or-equal curr-column, right +<span id="L139" class="LineNr"> 139 </span> <span class="muControl">return-if</span> at-right?, <span class="Constant">1/go-render</span> +<span id="L140" class="LineNr"> 140 </span> <span class="muControl">break-unless</span> curr +<span id="L141" class="LineNr"> 141 </span> <span class="Comment"># newline? done.</span> +<span id="L142" class="LineNr"> 142 </span> currc:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> +<span id="L143" class="LineNr"> 143 </span> at-newline?:bool <span class="Special"><-</span> equal currc, <span class="Constant">10/newline</span> +<span id="L144" class="LineNr"> 144 </span> <span class="muControl">break-if</span> at-newline? +<span id="L145" class="LineNr"> 145 </span> screen <span class="Special"><-</span> print screen, currc +<span id="L146" class="LineNr"> 146 </span> curr-column <span class="Special"><-</span> add curr-column,<span class="Constant"> 1</span> +<span id="L147" class="LineNr"> 147 </span> curr <span class="Special"><-</span> next curr +<span id="L148" class="LineNr"> 148 </span> <span class="muControl"> loop</span> <span id="L149" class="LineNr"> 149 </span> <span class="Delimiter">}</span> <span id="L150" class="LineNr"> 150 </span> <span class="Comment"># we're guaranteed not to be at the right margin</span> <span id="L151" class="LineNr"> 151 </span> space:char <span class="Special"><-</span> copy <span class="Constant">32/space</span> -<span id="L152" class="LineNr"> 152 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='../081print.mu.html#L16'>screen</a>, space +<span id="L152" class="LineNr"> 152 </span> screen <span class="Special"><-</span> print screen, space <span id="L153" class="LineNr"> 153 </span> go-render? <span class="Special"><-</span> copy <span class="Constant">0/false</span> <span id="L154" class="LineNr"> 154 </span>] <span id="L155" class="LineNr"> 155 </span> -<span id="L156" class="LineNr"> 156 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L156'>move-cursor-coordinates-left</a> editor:&:editor<span class="muRecipe"> -> </span>go-render?:bool, editor:&:editor [ +<span id="L156" class="LineNr"> 156 </span><span class="muRecipe">def</span> move-cursor-coordinates-left editor:&:editor<span class="muRecipe"> -> </span>go-render?:bool, editor:&:editor [ <span id="L157" class="LineNr"> 157 </span> <span class="Constant">local-scope</span> <span id="L158" class="LineNr"> 158 </span> <span class="Constant">load-inputs</span> <span id="L159" class="LineNr"> 159 </span> go-render?:bool <span class="Special"><-</span> copy <span class="Constant">0/false</span> -<span id="L160" class="LineNr"> 160 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L160" class="LineNr"> 160 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> <span id="L161" class="LineNr"> 161 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> <span id="L162" class="LineNr"> 162 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> <span id="L163" class="LineNr"> 163 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> <span id="L164" class="LineNr"> 164 </span> <span class="Comment"># if not at left margin, move one character left</span> <span id="L165" class="LineNr"> 165 </span> <span class="Delimiter">{</span> -<span id="L166" class="LineNr"> 166 </span> <span class="Conceal">¦</span> at-left-margin?:bool <span class="Special"><-</span> equal cursor-column, left -<span id="L167" class="LineNr"> 167 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-left-margin? -<span id="L168" class="LineNr"> 168 </span> <span class="Conceal">¦</span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[decrementing cursor column]</span> -<span id="L169" class="LineNr"> 169 </span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> subtract cursor-column,<span class="Constant"> 1</span> -<span id="L170" class="LineNr"> 170 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L171" class="LineNr"> 171 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L166" class="LineNr"> 166 </span> at-left-margin?:bool <span class="Special"><-</span> equal cursor-column, left +<span id="L167" class="LineNr"> 167 </span> <span class="muControl">break-if</span> at-left-margin? +<span id="L168" class="LineNr"> 168 </span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[decrementing cursor column]</span> +<span id="L169" class="LineNr"> 169 </span> cursor-column <span class="Special"><-</span> subtract cursor-column,<span class="Constant"> 1</span> +<span id="L170" class="LineNr"> 170 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L171" class="LineNr"> 171 </span> <span class="muControl"> return</span> <span id="L172" class="LineNr"> 172 </span> <span class="Delimiter">}</span> <span id="L173" class="LineNr"> 173 </span> <span class="Comment"># if at left margin, we must move to previous row:</span> <span id="L174" class="LineNr"> 174 </span> top-of-screen?:bool <span class="Special"><-</span> equal cursor-row,<span class="Constant"> 1</span> <span class="Comment"># exclude menu bar</span> <span id="L175" class="LineNr"> 175 </span> <span class="Delimiter">{</span> -<span id="L176" class="LineNr"> 176 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> top-of-screen? -<span id="L177" class="LineNr"> 177 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> subtract cursor-row,<span class="Constant"> 1</span> -<span id="L178" class="LineNr"> 178 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L176" class="LineNr"> 176 </span> <span class="muControl">break-if</span> top-of-screen? +<span id="L177" class="LineNr"> 177 </span> cursor-row <span class="Special"><-</span> subtract cursor-row,<span class="Constant"> 1</span> +<span id="L178" class="LineNr"> 178 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row <span id="L179" class="LineNr"> 179 </span> <span class="Delimiter">}</span> <span id="L180" class="LineNr"> 180 </span> <span class="Delimiter">{</span> -<span id="L181" class="LineNr"> 181 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> top-of-screen? -<span id="L182" class="LineNr"> 182 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <scroll-up></span> -<span id="L183" class="LineNr"> 183 </span> <span class="Conceal">¦</span> go-render? <span class="Special"><-</span> copy <span class="Constant">1/true</span> +<span id="L181" class="LineNr"> 181 </span> <span class="muControl">break-unless</span> top-of-screen? +<span id="L182" class="LineNr"> 182 </span><span class="Constant"> <scroll-up></span> +<span id="L183" class="LineNr"> 183 </span> go-render? <span class="Special"><-</span> copy <span class="Constant">1/true</span> <span id="L184" class="LineNr"> 184 </span> <span class="Delimiter">}</span> <span id="L185" class="LineNr"> 185 </span> <span class="Delimiter">{</span> -<span id="L186" class="LineNr"> 186 </span> <span class="Conceal">¦</span> <span class="Comment"># case 1: if previous character was newline, figure out how long the previous line is</span> -<span id="L187" class="LineNr"> 187 </span> <span class="Conceal">¦</span> previous-character:char <span class="Special"><-</span> get *before-cursor, <span class="Constant">value:offset</span> -<span id="L188" class="LineNr"> 188 </span> <span class="Conceal">¦</span> previous-character-is-newline?:bool <span class="Special"><-</span> equal previous-character, <span class="Constant">10/newline</span> -<span id="L189" class="LineNr"> 189 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> previous-character-is-newline? -<span id="L190" class="LineNr"> 190 </span> <span class="Conceal">¦</span> <span class="Comment"># compute length of previous line</span> -<span id="L191" class="LineNr"> 191 </span> <span class="Conceal">¦</span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[switching to previous line]</span> -<span id="L192" class="LineNr"> 192 </span> <span class="Conceal">¦</span> d:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> -<span id="L193" class="LineNr"> 193 </span> <span class="Conceal">¦</span> end-of-line:num <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L219'>previous-line-length</a> before-cursor, d -<span id="L194" class="LineNr"> 194 </span> <span class="Conceal">¦</span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> -<span id="L195" class="LineNr"> 195 </span> <span class="Conceal">¦</span> width:num <span class="Special"><-</span> subtract right, left -<span id="L196" class="LineNr"> 196 </span> <span class="Conceal">¦</span> wrap?:bool <span class="Special"><-</span> greater-than end-of-line, width -<span id="L197" class="LineNr"> 197 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L198" class="LineNr"> 198 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> wrap? -<span id="L199" class="LineNr"> 199 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> _, column-offset:num <span class="Special"><-</span> divide-with-remainder end-of-line, width -<span id="L200" class="LineNr"> 200 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> add left, column-offset -<span id="L201" class="LineNr"> 201 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L202" class="LineNr"> 202 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L203" class="LineNr"> 203 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L204" class="LineNr"> 204 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> wrap? -<span id="L205" class="LineNr"> 205 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> add left, end-of-line -<span id="L206" class="LineNr"> 206 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L207" class="LineNr"> 207 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L208" class="LineNr"> 208 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L186" class="LineNr"> 186 </span> <span class="Comment"># case 1: if previous character was newline, figure out how long the previous line is</span> +<span id="L187" class="LineNr"> 187 </span> previous-character:char <span class="Special"><-</span> get *before-cursor, <span class="Constant">value:offset</span> +<span id="L188" class="LineNr"> 188 </span> previous-character-is-newline?:bool <span class="Special"><-</span> equal previous-character, <span class="Constant">10/newline</span> +<span id="L189" class="LineNr"> 189 </span> <span class="muControl">break-unless</span> previous-character-is-newline? +<span id="L190" class="LineNr"> 190 </span> <span class="Comment"># compute length of previous line</span> +<span id="L191" class="LineNr"> 191 </span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[switching to previous line]</span> +<span id="L192" class="LineNr"> 192 </span> d:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> +<span id="L193" class="LineNr"> 193 </span> end-of-line:num <span class="Special"><-</span> previous-line-length before-cursor, d +<span id="L194" class="LineNr"> 194 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> +<span id="L195" class="LineNr"> 195 </span> width:num <span class="Special"><-</span> subtract right, left +<span id="L196" class="LineNr"> 196 </span> wrap?:bool <span class="Special"><-</span> greater-than end-of-line, width +<span id="L197" class="LineNr"> 197 </span> <span class="Delimiter">{</span> +<span id="L198" class="LineNr"> 198 </span> <span class="muControl">break-unless</span> wrap? +<span id="L199" class="LineNr"> 199 </span> _, column-offset:num <span class="Special"><-</span> divide-with-remainder end-of-line, width +<span id="L200" class="LineNr"> 200 </span> cursor-column <span class="Special"><-</span> add left, column-offset +<span id="L201" class="LineNr"> 201 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L202" class="LineNr"> 202 </span> <span class="Delimiter">}</span> +<span id="L203" class="LineNr"> 203 </span> <span class="Delimiter">{</span> +<span id="L204" class="LineNr"> 204 </span> <span class="muControl">break-if</span> wrap? +<span id="L205" class="LineNr"> 205 </span> cursor-column <span class="Special"><-</span> add left, end-of-line +<span id="L206" class="LineNr"> 206 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L207" class="LineNr"> 207 </span> <span class="Delimiter">}</span> +<span id="L208" class="LineNr"> 208 </span> <span class="muControl"> return</span> <span id="L209" class="LineNr"> 209 </span> <span class="Delimiter">}</span> <span id="L210" class="LineNr"> 210 </span> <span class="Comment"># case 2: if previous-character was not newline, we're just at a wrapped line</span> <span id="L211" class="LineNr"> 211 </span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[wrapping to previous line]</span> @@ -278,7 +277,7 @@ if ('onhashchange' in window) { <span id="L216" class="LineNr"> 216 </span> <span id="L217" class="LineNr"> 217 </span><span class="Comment"># takes a pointer 'curr' into the doubly-linked list and its sentinel, counts</span> <span id="L218" class="LineNr"> 218 </span><span class="Comment"># the length of the previous line before the 'curr' pointer.</span> -<span id="L219" class="LineNr"> 219 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L219'>previous-line-length</a> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char, start:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char<span class="muRecipe"> -> </span>result:num [ +<span id="L219" class="LineNr"> 219 </span><span class="muRecipe">def</span> previous-line-length curr:&:duplex-list:char, start:&:duplex-list:char<span class="muRecipe"> -> </span>result:num [ <span id="L220" class="LineNr"> 220 </span> <span class="Constant">local-scope</span> <span id="L221" class="LineNr"> 221 </span> <span class="Constant">load-inputs</span> <span id="L222" class="LineNr"> 222 </span> result:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> @@ -286,15 +285,15 @@ if ('onhashchange' in window) { <span id="L224" class="LineNr"> 224 </span> at-start?:bool <span class="Special"><-</span> equal curr, start <span id="L225" class="LineNr"> 225 </span> <span class="muControl">return-if</span> at-start? <span id="L226" class="LineNr"> 226 </span> <span class="Delimiter">{</span> -<span id="L227" class="LineNr"> 227 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L32'>prev</a> curr -<span id="L228" class="LineNr"> 228 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> curr -<span id="L229" class="LineNr"> 229 </span> <span class="Conceal">¦</span> at-start?:bool <span class="Special"><-</span> equal curr, start -<span id="L230" class="LineNr"> 230 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-start? -<span id="L231" class="LineNr"> 231 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> -<span id="L232" class="LineNr"> 232 </span> <span class="Conceal">¦</span> at-newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L233" class="LineNr"> 233 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-newline? -<span id="L234" class="LineNr"> 234 </span> <span class="Conceal">¦</span> result <span class="Special"><-</span> add result,<span class="Constant"> 1</span> -<span id="L235" class="LineNr"> 235 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L227" class="LineNr"> 227 </span> curr <span class="Special"><-</span> prev curr +<span id="L228" class="LineNr"> 228 </span> <span class="muControl">break-unless</span> curr +<span id="L229" class="LineNr"> 229 </span> at-start?:bool <span class="Special"><-</span> equal curr, start +<span id="L230" class="LineNr"> 230 </span> <span class="muControl">break-if</span> at-start? +<span id="L231" class="LineNr"> 231 </span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> +<span id="L232" class="LineNr"> 232 </span> at-newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L233" class="LineNr"> 233 </span> <span class="muControl">break-if</span> at-newline? +<span id="L234" class="LineNr"> 234 </span> result <span class="Special"><-</span> add result,<span class="Constant"> 1</span> +<span id="L235" class="LineNr"> 235 </span> <span class="muControl"> loop</span> <span id="L236" class="LineNr"> 236 </span> <span class="Delimiter">}</span> <span id="L237" class="LineNr"> 237 </span>] <span id="L238" class="LineNr"> 238 </span> @@ -303,25 +302,25 @@ if ('onhashchange' in window) { <span id="L241" class="LineNr"> 241 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L242" class="LineNr"> 242 </span> s:text <span class="Special"><-</span> new <span class="Constant">[ab</span> <span id="L243" class="LineNr"> 243 </span><span class="Constant">cd]</span> -<span id="L244" class="LineNr"> 244 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L244" class="LineNr"> 244 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> <span id="L245" class="LineNr"> 245 </span> assume-console [ -<span id="L246" class="LineNr"> 246 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 0</span> -<span id="L247" class="LineNr"> 247 </span> <span class="Conceal">¦</span> press backspace +<span id="L246" class="LineNr"> 246 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 0</span> +<span id="L247" class="LineNr"> 247 </span> press backspace <span id="L248" class="LineNr"> 248 </span> ] <span id="L249" class="LineNr"> 249 </span> run [ -<span id="L250" class="LineNr"> 250 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L251" class="LineNr"> 251 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L252" class="LineNr"> 252 </span> <span class="Conceal">¦</span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L250" class="LineNr"> 250 </span> editor-event-loop screen, console, e +<span id="L251" class="LineNr"> 251 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L252" class="LineNr"> 252 </span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L253" class="LineNr"> 253 </span> ] <span id="L254" class="LineNr"> 254 </span> screen-should-contain [ -<span id="L255" class="LineNr"> 255 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L256" class="LineNr"> 256 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd .</span> -<span id="L257" class="LineNr"> 257 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L258" class="LineNr"> 258 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L255" class="LineNr"> 255 </span> <span class="Constant"> . .</span> +<span id="L256" class="LineNr"> 256 </span> <span class="Constant"> .abcd .</span> +<span id="L257" class="LineNr"> 257 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L258" class="LineNr"> 258 </span> <span class="Constant"> . .</span> <span id="L259" class="LineNr"> 259 </span> ] <span id="L260" class="LineNr"> 260 </span> memory-should-contain [ -<span id="L261" class="LineNr"> 261 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L262" class="LineNr"> 262 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L261" class="LineNr"> 261 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L262" class="LineNr"> 262 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span id="L263" class="LineNr"> 263 </span> ] <span id="L264" class="LineNr"> 264 </span>] <span id="L265" class="LineNr"> 265 </span> @@ -331,24 +330,24 @@ if ('onhashchange' in window) { <span id="L269" class="LineNr"> 269 </span> <span class="Comment"># initialize editor with two long-ish but non-wrapping lines</span> <span id="L270" class="LineNr"> 270 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc def</span> <span id="L271" class="LineNr"> 271 </span><span class="Constant">ghi jkl]</span> -<span id="L272" class="LineNr"> 272 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L273" class="LineNr"> 273 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L272" class="LineNr"> 272 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L273" class="LineNr"> 273 </span> editor-render screen, e <span id="L274" class="LineNr"> 274 </span> $clear-trace <span id="L275" class="LineNr"> 275 </span> <span class="Comment"># position the cursor at the start of the second and hit backspace</span> <span id="L276" class="LineNr"> 276 </span> assume-console [ -<span id="L277" class="LineNr"> 277 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 0</span> -<span id="L278" class="LineNr"> 278 </span> <span class="Conceal">¦</span> press backspace +<span id="L277" class="LineNr"> 277 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 0</span> +<span id="L278" class="LineNr"> 278 </span> press backspace <span id="L279" class="LineNr"> 279 </span> ] <span id="L280" class="LineNr"> 280 </span> run [ -<span id="L281" class="LineNr"> 281 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L281" class="LineNr"> 281 </span> editor-event-loop screen, console, e <span id="L282" class="LineNr"> 282 </span> ] <span id="L283" class="LineNr"> 283 </span> <span class="Comment"># resulting single line should wrap correctly</span> <span id="L284" class="LineNr"> 284 </span> screen-should-contain [ -<span id="L285" class="LineNr"> 285 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L286" class="LineNr"> 286 </span> <span class="Conceal">¦</span><span class="Constant"> .abc defgh↩.</span> -<span id="L287" class="LineNr"> 287 </span> <span class="Conceal">¦</span><span class="Constant"> .i jkl .</span> -<span id="L288" class="LineNr"> 288 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L289" class="LineNr"> 289 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L285" class="LineNr"> 285 </span> <span class="Constant"> . .</span> +<span id="L286" class="LineNr"> 286 </span> <span class="Constant"> .abc defgh↩.</span> +<span id="L287" class="LineNr"> 287 </span> <span class="Constant"> .i jkl .</span> +<span id="L288" class="LineNr"> 288 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L289" class="LineNr"> 289 </span> <span class="Constant"> . .</span> <span id="L290" class="LineNr"> 290 </span> ] <span id="L291" class="LineNr"> 291 </span>] <span id="L292" class="LineNr"> 292 </span> @@ -356,31 +355,31 @@ if ('onhashchange' in window) { <span id="L294" class="LineNr"> 294 </span> <span class="Constant">local-scope</span> <span id="L295" class="LineNr"> 295 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L296" class="LineNr"> 296 </span> <span class="Comment"># initialize editor in part of the screen with a long line</span> -<span id="L297" class="LineNr"> 297 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc def ghij]</span>, <span class="Constant">0/left</span>, <span class="Constant">8/right</span> -<span id="L298" class="LineNr"> 298 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L297" class="LineNr"> 297 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc def ghij]</span>, <span class="Constant">0/left</span>, <span class="Constant">8/right</span> +<span id="L298" class="LineNr"> 298 </span> editor-render screen, e <span id="L299" class="LineNr"> 299 </span> <span class="Comment"># confirm that it wraps</span> <span id="L300" class="LineNr"> 300 </span> screen-should-contain [ -<span id="L301" class="LineNr"> 301 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L302" class="LineNr"> 302 </span> <span class="Conceal">¦</span><span class="Constant"> .abc def↩ .</span> -<span id="L303" class="LineNr"> 303 </span> <span class="Conceal">¦</span><span class="Constant"> . ghij .</span> -<span id="L304" class="LineNr"> 304 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌ .</span> +<span id="L301" class="LineNr"> 301 </span> <span class="Constant"> . .</span> +<span id="L302" class="LineNr"> 302 </span> <span class="Constant"> .abc def↩ .</span> +<span id="L303" class="LineNr"> 303 </span> <span class="Constant"> . ghij .</span> +<span id="L304" class="LineNr"> 304 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌ .</span> <span id="L305" class="LineNr"> 305 </span> ] <span id="L306" class="LineNr"> 306 </span> $clear-trace <span id="L307" class="LineNr"> 307 </span> <span class="Comment"># position the cursor somewhere in the middle of the top screen line and hit backspace</span> <span id="L308" class="LineNr"> 308 </span> assume-console [ -<span id="L309" class="LineNr"> 309 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 4</span> -<span id="L310" class="LineNr"> 310 </span> <span class="Conceal">¦</span> press backspace +<span id="L309" class="LineNr"> 309 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 4</span> +<span id="L310" class="LineNr"> 310 </span> press backspace <span id="L311" class="LineNr"> 311 </span> ] <span id="L312" class="LineNr"> 312 </span> run [ -<span id="L313" class="LineNr"> 313 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L313" class="LineNr"> 313 </span> editor-event-loop screen, console, e <span id="L314" class="LineNr"> 314 </span> ] <span id="L315" class="LineNr"> 315 </span> <span class="Comment"># resulting single line should wrap correctly and not overflow its bounds</span> <span id="L316" class="LineNr"> 316 </span> screen-should-contain [ -<span id="L317" class="LineNr"> 317 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L318" class="LineNr"> 318 </span> <span class="Conceal">¦</span><span class="Constant"> .abcdef ↩ .</span> -<span id="L319" class="LineNr"> 319 </span> <span class="Conceal">¦</span><span class="Constant"> .ghij .</span> -<span id="L320" class="LineNr"> 320 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌ .</span> -<span id="L321" class="LineNr"> 321 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L317" class="LineNr"> 317 </span> <span class="Constant"> . .</span> +<span id="L318" class="LineNr"> 318 </span> <span class="Constant"> .abcdef ↩ .</span> +<span id="L319" class="LineNr"> 319 </span> <span class="Constant"> .ghij .</span> +<span id="L320" class="LineNr"> 320 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌ .</span> +<span id="L321" class="LineNr"> 321 </span> <span class="Constant"> . .</span> <span id="L322" class="LineNr"> 322 </span> ] <span id="L323" class="LineNr"> 323 </span>] <span id="L324" class="LineNr"> 324 </span> @@ -389,83 +388,83 @@ if ('onhashchange' in window) { <span id="L327" class="LineNr"> 327 </span><span class="muScenario">scenario</span> editor-handles-delete-key [ <span id="L328" class="LineNr"> 328 </span> <span class="Constant">local-scope</span> <span id="L329" class="LineNr"> 329 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L330" class="LineNr"> 330 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L331" class="LineNr"> 331 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L330" class="LineNr"> 330 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L331" class="LineNr"> 331 </span> editor-render screen, e <span id="L332" class="LineNr"> 332 </span> $clear-trace <span id="L333" class="LineNr"> 333 </span> assume-console [ -<span id="L334" class="LineNr"> 334 </span> <span class="Conceal">¦</span> press delete +<span id="L334" class="LineNr"> 334 </span> press delete <span id="L335" class="LineNr"> 335 </span> ] <span id="L336" class="LineNr"> 336 </span> run [ -<span id="L337" class="LineNr"> 337 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L337" class="LineNr"> 337 </span> editor-event-loop screen, console, e <span id="L338" class="LineNr"> 338 </span> ] <span id="L339" class="LineNr"> 339 </span> screen-should-contain [ -<span id="L340" class="LineNr"> 340 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L341" class="LineNr"> 341 </span> <span class="Conceal">¦</span><span class="Constant"> .bc .</span> -<span id="L342" class="LineNr"> 342 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L343" class="LineNr"> 343 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L340" class="LineNr"> 340 </span> <span class="Constant"> . .</span> +<span id="L341" class="LineNr"> 341 </span> <span class="Constant"> .bc .</span> +<span id="L342" class="LineNr"> 342 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L343" class="LineNr"> 343 </span> <span class="Constant"> . .</span> <span id="L344" class="LineNr"> 344 </span> ] <span id="L345" class="LineNr"> 345 </span> check-trace-count-for-label<span class="Constant"> 3</span>, <span class="Constant">[print-character]</span> <span class="Comment"># length of original line to overwrite</span> <span id="L346" class="LineNr"> 346 </span> $clear-trace <span id="L347" class="LineNr"> 347 </span> assume-console [ -<span id="L348" class="LineNr"> 348 </span> <span class="Conceal">¦</span> press delete +<span id="L348" class="LineNr"> 348 </span> press delete <span id="L349" class="LineNr"> 349 </span> ] <span id="L350" class="LineNr"> 350 </span> run [ -<span id="L351" class="LineNr"> 351 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L351" class="LineNr"> 351 </span> editor-event-loop screen, console, e <span id="L352" class="LineNr"> 352 </span> ] <span id="L353" class="LineNr"> 353 </span> screen-should-contain [ -<span id="L354" class="LineNr"> 354 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L355" class="LineNr"> 355 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L356" class="LineNr"> 356 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L357" class="LineNr"> 357 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L354" class="LineNr"> 354 </span> <span class="Constant"> . .</span> +<span id="L355" class="LineNr"> 355 </span> <span class="Constant"> .c .</span> +<span id="L356" class="LineNr"> 356 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L357" class="LineNr"> 357 </span> <span class="Constant"> . .</span> <span id="L358" class="LineNr"> 358 </span> ] <span id="L359" class="LineNr"> 359 </span> check-trace-count-for-label<span class="Constant"> 2</span>, <span class="Constant">[print-character]</span> <span class="Comment"># new length to overwrite</span> <span id="L360" class="LineNr"> 360 </span>] <span id="L361" class="LineNr"> 361 </span> -<span id="L362" class="LineNr"> 362 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L199'><handle-special-key></a></span> [ +<span id="L362" class="LineNr"> 362 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-key></span> [ <span id="L363" class="LineNr"> 363 </span> <span class="Delimiter">{</span> -<span id="L364" class="LineNr"> 364 </span> <span class="Conceal">¦</span> delete-next-character?:bool <span class="Special"><-</span> equal k, <span class="Constant">65522/delete</span> -<span id="L365" class="LineNr"> 365 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> delete-next-character? -<span id="L366" class="LineNr"> 366 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='003-shortcuts.mu.html#L366'><begin-delete-character></a></span> -<span id="L367" class="LineNr"> 367 </span> <span class="Conceal">¦</span> go-render?:bool, deleted-cell:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L373'>delete-at-cursor</a> editor, <a href='../081print.mu.html#L16'>screen</a> -<span id="L368" class="LineNr"> 368 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='003-shortcuts.mu.html#L368'><end-delete-character></a></span> -<span id="L369" class="LineNr"> 369 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L364" class="LineNr"> 364 </span> delete-next-character?:bool <span class="Special"><-</span> equal k, <span class="Constant">65522/delete</span> +<span id="L365" class="LineNr"> 365 </span> <span class="muControl">break-unless</span> delete-next-character? +<span id="L366" class="LineNr"> 366 </span><span class="Constant"> <begin-delete-character></span> +<span id="L367" class="LineNr"> 367 </span> go-render?:bool, deleted-cell:&:duplex-list:char <span class="Special"><-</span> delete-at-cursor editor, screen +<span id="L368" class="LineNr"> 368 </span><span class="Constant"> <end-delete-character></span> +<span id="L369" class="LineNr"> 369 </span> <span class="muControl"> return</span> <span id="L370" class="LineNr"> 370 </span> <span class="Delimiter">}</span> <span id="L371" class="LineNr"> 371 </span>] <span id="L372" class="LineNr"> 372 </span> -<span id="L373" class="LineNr"> 373 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L373'>delete-at-cursor</a> editor:&:editor, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span>go-render?:bool, deleted-cell:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char, editor:&:editor, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L373" class="LineNr"> 373 </span><span class="muRecipe">def</span> delete-at-cursor editor:&:editor, screen:&:screen<span class="muRecipe"> -> </span>go-render?:bool, deleted-cell:&:duplex-list:char, editor:&:editor, screen:&:screen [ <span id="L374" class="LineNr"> 374 </span> <span class="Constant">local-scope</span> <span id="L375" class="LineNr"> 375 </span> <span class="Constant">load-inputs</span> -<span id="L376" class="LineNr"> 376 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> -<span id="L377" class="LineNr"> 377 </span> data:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> -<span id="L378" class="LineNr"> 378 </span> deleted-cell:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor +<span id="L376" class="LineNr"> 376 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L377" class="LineNr"> 377 </span> data:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> +<span id="L378" class="LineNr"> 378 </span> deleted-cell:&:duplex-list:char <span class="Special"><-</span> next before-cursor <span id="L379" class="LineNr"> 379 </span> <span class="muControl">return-unless</span> deleted-cell, <span class="Constant">0/don't-render</span> <span id="L380" class="LineNr"> 380 </span> currc:char <span class="Special"><-</span> get *deleted-cell, <span class="Constant">value:offset</span> <span id="L381" class="LineNr"> 381 </span> data <span class="Special"><-</span> remove deleted-cell, data <span id="L382" class="LineNr"> 382 </span> deleted-newline?:bool <span class="Special"><-</span> equal currc, <span class="Constant">10/newline</span> <span id="L383" class="LineNr"> 383 </span> <span class="muControl">return-if</span> deleted-newline?, <span class="Constant">1/go-render</span> <span id="L384" class="LineNr"> 384 </span> <span class="Comment"># wasn't a newline? render rest of line</span> -<span id="L385" class="LineNr"> 385 </span> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor <span class="Comment"># refresh after remove above</span> +<span id="L385" class="LineNr"> 385 </span> curr:&:duplex-list:char <span class="Special"><-</span> next before-cursor <span class="Comment"># refresh after remove above</span> <span id="L386" class="LineNr"> 386 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> <span id="L387" class="LineNr"> 387 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> -<span id="L388" class="LineNr"> 388 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, cursor-row, cursor-column +<span id="L388" class="LineNr"> 388 </span> screen <span class="Special"><-</span> move-cursor screen, cursor-row, cursor-column <span id="L389" class="LineNr"> 389 </span> curr-column:num <span class="Special"><-</span> copy cursor-column -<span id="L390" class="LineNr"> 390 </span> <a href='../081print.mu.html#L768'>screen-width</a>:num <span class="Special"><-</span> <a href='../081print.mu.html#L768'>screen-width</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L390" class="LineNr"> 390 </span> screen-width:num <span class="Special"><-</span> screen-width screen <span id="L391" class="LineNr"> 391 </span> <span class="Delimiter">{</span> -<span id="L392" class="LineNr"> 392 </span> <span class="Conceal">¦</span> <span class="Comment"># hit right margin? give up and let caller render</span> -<span id="L393" class="LineNr"> 393 </span> <span class="Conceal">¦</span> at-right?:bool <span class="Special"><-</span> greater-or-equal curr-column, <a href='../081print.mu.html#L768'>screen-width</a> -<span id="L394" class="LineNr"> 394 </span> <span class="Conceal">¦</span> <span class="muControl">return-if</span> at-right?, <span class="Constant">1/go-render</span> -<span id="L395" class="LineNr"> 395 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> curr -<span id="L396" class="LineNr"> 396 </span> <span class="Conceal">¦</span> currc:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> -<span id="L397" class="LineNr"> 397 </span> <span class="Conceal">¦</span> at-newline?:bool <span class="Special"><-</span> equal currc, <span class="Constant">10/newline</span> -<span id="L398" class="LineNr"> 398 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-newline? -<span id="L399" class="LineNr"> 399 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='../081print.mu.html#L16'>screen</a>, currc -<span id="L400" class="LineNr"> 400 </span> <span class="Conceal">¦</span> curr-column <span class="Special"><-</span> add curr-column,<span class="Constant"> 1</span> -<span id="L401" class="LineNr"> 401 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr -<span id="L402" class="LineNr"> 402 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L392" class="LineNr"> 392 </span> <span class="Comment"># hit right margin? give up and let caller render</span> +<span id="L393" class="LineNr"> 393 </span> at-right?:bool <span class="Special"><-</span> greater-or-equal curr-column, screen-width +<span id="L394" class="LineNr"> 394 </span> <span class="muControl">return-if</span> at-right?, <span class="Constant">1/go-render</span> +<span id="L395" class="LineNr"> 395 </span> <span class="muControl">break-unless</span> curr +<span id="L396" class="LineNr"> 396 </span> currc:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> +<span id="L397" class="LineNr"> 397 </span> at-newline?:bool <span class="Special"><-</span> equal currc, <span class="Constant">10/newline</span> +<span id="L398" class="LineNr"> 398 </span> <span class="muControl">break-if</span> at-newline? +<span id="L399" class="LineNr"> 399 </span> screen <span class="Special"><-</span> print screen, currc +<span id="L400" class="LineNr"> 400 </span> curr-column <span class="Special"><-</span> add curr-column,<span class="Constant"> 1</span> +<span id="L401" class="LineNr"> 401 </span> curr <span class="Special"><-</span> next curr +<span id="L402" class="LineNr"> 402 </span> <span class="muControl"> loop</span> <span id="L403" class="LineNr"> 403 </span> <span class="Delimiter">}</span> <span id="L404" class="LineNr"> 404 </span> <span class="Comment"># we're guaranteed not to be at the right margin</span> <span id="L405" class="LineNr"> 405 </span> space:char <span class="Special"><-</span> copy <span class="Constant">32/space</span> -<span id="L406" class="LineNr"> 406 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='../081print.mu.html#L16'>screen</a>, space +<span id="L406" class="LineNr"> 406 </span> screen <span class="Special"><-</span> print screen, space <span id="L407" class="LineNr"> 407 </span> go-render? <span class="Special"><-</span> copy <span class="Constant">0/false</span> <span id="L408" class="LineNr"> 408 </span>] <span id="L409" class="LineNr"> 409 </span> @@ -474,90 +473,90 @@ if ('onhashchange' in window) { <span id="L412" class="LineNr"> 412 </span><span class="muScenario">scenario</span> editor-moves-cursor-right-with-key [ <span id="L413" class="LineNr"> 413 </span> <span class="Constant">local-scope</span> <span id="L414" class="LineNr"> 414 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L415" class="LineNr"> 415 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L416" class="LineNr"> 416 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L415" class="LineNr"> 415 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L416" class="LineNr"> 416 </span> editor-render screen, e <span id="L417" class="LineNr"> 417 </span> $clear-trace <span id="L418" class="LineNr"> 418 </span> assume-console [ -<span id="L419" class="LineNr"> 419 </span> <span class="Conceal">¦</span> press right-arrow -<span id="L420" class="LineNr"> 420 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L419" class="LineNr"> 419 </span> press right-arrow +<span id="L420" class="LineNr"> 420 </span> type <span class="Constant">[0]</span> <span id="L421" class="LineNr"> 421 </span> ] <span id="L422" class="LineNr"> 422 </span> run [ -<span id="L423" class="LineNr"> 423 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L423" class="LineNr"> 423 </span> editor-event-loop screen, console, e <span id="L424" class="LineNr"> 424 </span> ] <span id="L425" class="LineNr"> 425 </span> screen-should-contain [ -<span id="L426" class="LineNr"> 426 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L427" class="LineNr"> 427 </span> <span class="Conceal">¦</span><span class="Constant"> .a0bc .</span> -<span id="L428" class="LineNr"> 428 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L429" class="LineNr"> 429 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L426" class="LineNr"> 426 </span> <span class="Constant"> . .</span> +<span id="L427" class="LineNr"> 427 </span> <span class="Constant"> .a0bc .</span> +<span id="L428" class="LineNr"> 428 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L429" class="LineNr"> 429 </span> <span class="Constant"> . .</span> <span id="L430" class="LineNr"> 430 </span> ] <span id="L431" class="LineNr"> 431 </span> check-trace-count-for-label<span class="Constant"> 3</span>, <span class="Constant">[print-character]</span> <span class="Comment"># 0 and following characters</span> <span id="L432" class="LineNr"> 432 </span>] <span id="L433" class="LineNr"> 433 </span> -<span id="L434" class="LineNr"> 434 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L199'><handle-special-key></a></span> [ +<span id="L434" class="LineNr"> 434 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-key></span> [ <span id="L435" class="LineNr"> 435 </span> <span class="Delimiter">{</span> -<span id="L436" class="LineNr"> 436 </span> <span class="Conceal">¦</span> move-to-next-character?:bool <span class="Special"><-</span> equal k, <span class="Constant">65514/right-arrow</span> -<span id="L437" class="LineNr"> 437 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> move-to-next-character? -<span id="L438" class="LineNr"> 438 </span> <span class="Conceal">¦</span> <span class="Comment"># if not at end of text</span> -<span id="L439" class="LineNr"> 439 </span> <span class="Conceal">¦</span> next-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor -<span id="L440" class="LineNr"> 440 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> next-cursor -<span id="L441" class="LineNr"> 441 </span> <span class="Conceal">¦</span> <span class="Comment"># scan to next character</span> -<span id="L442" class="LineNr"> 442 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-move-cursor></span> -<span id="L443" class="LineNr"> 443 </span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> copy next-cursor -<span id="L444" class="LineNr"> 444 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor -<span id="L445" class="LineNr"> 445 </span> <span class="Conceal">¦</span> go-render?:bool <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L453'>move-cursor-coordinates-right</a> editor, <a href='../081print.mu.html#L782'>screen-height</a> -<span id="L446" class="LineNr"> 446 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, cursor-row, cursor-column -<span id="L447" class="LineNr"> 447 </span> <span class="Conceal">¦</span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">2/right-arrow</span> -<span id="L448" class="LineNr"> 448 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-move-cursor></span> -<span id="L449" class="LineNr"> 449 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L436" class="LineNr"> 436 </span> move-to-next-character?:bool <span class="Special"><-</span> equal k, <span class="Constant">65514/right-arrow</span> +<span id="L437" class="LineNr"> 437 </span> <span class="muControl">break-unless</span> move-to-next-character? +<span id="L438" class="LineNr"> 438 </span> <span class="Comment"># if not at end of text</span> +<span id="L439" class="LineNr"> 439 </span> next-cursor:&:duplex-list:char <span class="Special"><-</span> next before-cursor +<span id="L440" class="LineNr"> 440 </span> <span class="muControl">break-unless</span> next-cursor +<span id="L441" class="LineNr"> 441 </span> <span class="Comment"># scan to next character</span> +<span id="L442" class="LineNr"> 442 </span><span class="Constant"> <begin-move-cursor></span> +<span id="L443" class="LineNr"> 443 </span> before-cursor <span class="Special"><-</span> copy next-cursor +<span id="L444" class="LineNr"> 444 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor +<span id="L445" class="LineNr"> 445 </span> go-render?:bool <span class="Special"><-</span> move-cursor-coordinates-right editor, screen-height +<span id="L446" class="LineNr"> 446 </span> screen <span class="Special"><-</span> move-cursor screen, cursor-row, cursor-column +<span id="L447" class="LineNr"> 447 </span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">2/right-arrow</span> +<span id="L448" class="LineNr"> 448 </span><span class="Constant"> <end-move-cursor></span> +<span id="L449" class="LineNr"> 449 </span> <span class="muControl"> return</span> <span id="L450" class="LineNr"> 450 </span> <span class="Delimiter">}</span> <span id="L451" class="LineNr"> 451 </span>] <span id="L452" class="LineNr"> 452 </span> -<span id="L453" class="LineNr"> 453 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L453'>move-cursor-coordinates-right</a> editor:&:editor, <a href='../081print.mu.html#L782'>screen-height</a>:num<span class="muRecipe"> -> </span>go-render?:bool, editor:&:editor [ +<span id="L453" class="LineNr"> 453 </span><span class="muRecipe">def</span> move-cursor-coordinates-right editor:&:editor, screen-height:num<span class="muRecipe"> -> </span>go-render?:bool, editor:&:editor [ <span id="L454" class="LineNr"> 454 </span> <span class="Constant">local-scope</span> <span id="L455" class="LineNr"> 455 </span> <span class="Constant">load-inputs</span> -<span id="L456" class="LineNr"> 456 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor <span class="Constant">before-cursor:offset</span> +<span id="L456" class="LineNr"> 456 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor <span class="Constant">before-cursor:offset</span> <span id="L457" class="LineNr"> 457 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> <span id="L458" class="LineNr"> 458 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> <span id="L459" class="LineNr"> 459 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> <span id="L460" class="LineNr"> 460 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> <span id="L461" class="LineNr"> 461 </span> <span class="Comment"># if crossed a newline, move cursor to start of next row</span> <span id="L462" class="LineNr"> 462 </span> <span class="Delimiter">{</span> -<span id="L463" class="LineNr"> 463 </span> <span class="Conceal">¦</span> old-cursor-character:char <span class="Special"><-</span> get *before-cursor, <span class="Constant">value:offset</span> -<span id="L464" class="LineNr"> 464 </span> <span class="Conceal">¦</span> was-at-newline?:bool <span class="Special"><-</span> equal old-cursor-character, <span class="Constant">10/newline</span> -<span id="L465" class="LineNr"> 465 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> was-at-newline? -<span id="L466" class="LineNr"> 466 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> add cursor-row,<span class="Constant"> 1</span> -<span id="L467" class="LineNr"> 467 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row -<span id="L468" class="LineNr"> 468 </span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> copy left -<span id="L469" class="LineNr"> 469 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L470" class="LineNr"> 470 </span> <span class="Conceal">¦</span> below-screen?:bool <span class="Special"><-</span> greater-or-equal cursor-row, <a href='../081print.mu.html#L782'>screen-height</a> <span class="Comment"># must be equal</span> -<span id="L471" class="LineNr"> 471 </span> <span class="Conceal">¦</span> <span class="muControl">return-unless</span> below-screen?, <span class="Constant">0/don't-render</span> -<span id="L472" class="LineNr"> 472 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <scroll-down></span> -<span id="L473" class="LineNr"> 473 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> subtract cursor-row,<span class="Constant"> 1</span> <span class="Comment"># bring back into screen range</span> -<span id="L474" class="LineNr"> 474 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row -<span id="L475" class="LineNr"> 475 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">1/go-render</span> +<span id="L463" class="LineNr"> 463 </span> old-cursor-character:char <span class="Special"><-</span> get *before-cursor, <span class="Constant">value:offset</span> +<span id="L464" class="LineNr"> 464 </span> was-at-newline?:bool <span class="Special"><-</span> equal old-cursor-character, <span class="Constant">10/newline</span> +<span id="L465" class="LineNr"> 465 </span> <span class="muControl">break-unless</span> was-at-newline? +<span id="L466" class="LineNr"> 466 </span> cursor-row <span class="Special"><-</span> add cursor-row,<span class="Constant"> 1</span> +<span id="L467" class="LineNr"> 467 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L468" class="LineNr"> 468 </span> cursor-column <span class="Special"><-</span> copy left +<span id="L469" class="LineNr"> 469 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L470" class="LineNr"> 470 </span> below-screen?:bool <span class="Special"><-</span> greater-or-equal cursor-row, screen-height <span class="Comment"># must be equal</span> +<span id="L471" class="LineNr"> 471 </span> <span class="muControl">return-unless</span> below-screen?, <span class="Constant">0/don't-render</span> +<span id="L472" class="LineNr"> 472 </span><span class="Constant"> <scroll-down></span> +<span id="L473" class="LineNr"> 473 </span> cursor-row <span class="Special"><-</span> subtract cursor-row,<span class="Constant"> 1</span> <span class="Comment"># bring back into screen range</span> +<span id="L474" class="LineNr"> 474 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L475" class="LineNr"> 475 </span> <span class="muControl"> return</span> <span class="Constant">1/go-render</span> <span id="L476" class="LineNr"> 476 </span> <span class="Delimiter">}</span> <span id="L477" class="LineNr"> 477 </span> <span class="Comment"># if the line wraps, move cursor to start of next row</span> <span id="L478" class="LineNr"> 478 </span> <span class="Delimiter">{</span> -<span id="L479" class="LineNr"> 479 </span> <span class="Conceal">¦</span> <span class="Comment"># if we're at the column just before the wrap indicator</span> -<span id="L480" class="LineNr"> 480 </span> <span class="Conceal">¦</span> wrap-column:num <span class="Special"><-</span> subtract right,<span class="Constant"> 1</span> -<span id="L481" class="LineNr"> 481 </span> <span class="Conceal">¦</span> at-wrap?:bool <span class="Special"><-</span> equal cursor-column, wrap-column -<span id="L482" class="LineNr"> 482 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-wrap? -<span id="L483" class="LineNr"> 483 </span> <span class="Conceal">¦</span> <span class="Comment"># and if next character isn't newline</span> -<span id="L484" class="LineNr"> 484 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L25'>next</a>:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor -<span id="L485" class="LineNr"> 485 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='../065duplex_list.mu.html#L25'>next</a> -<span id="L486" class="LineNr"> 486 </span> <span class="Conceal">¦</span> next-character:char <span class="Special"><-</span> get *next, <span class="Constant">value:offset</span> -<span id="L487" class="LineNr"> 487 </span> <span class="Conceal">¦</span> newline?:bool <span class="Special"><-</span> equal next-character, <span class="Constant">10/newline</span> -<span id="L488" class="LineNr"> 488 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> newline? -<span id="L489" class="LineNr"> 489 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> add cursor-row,<span class="Constant"> 1</span> -<span id="L490" class="LineNr"> 490 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row -<span id="L491" class="LineNr"> 491 </span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> copy left -<span id="L492" class="LineNr"> 492 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L493" class="LineNr"> 493 </span> <span class="Conceal">¦</span> below-screen?:bool <span class="Special"><-</span> greater-or-equal cursor-row, <a href='../081print.mu.html#L782'>screen-height</a> <span class="Comment"># must be equal</span> -<span id="L494" class="LineNr"> 494 </span> <span class="Conceal">¦</span> <span class="muControl">return-unless</span> below-screen?, <span class="Constant">0/no-more-render</span> -<span id="L495" class="LineNr"> 495 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <scroll-down></span> -<span id="L496" class="LineNr"> 496 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> subtract cursor-row,<span class="Constant"> 1</span> <span class="Comment"># bring back into screen range</span> -<span id="L497" class="LineNr"> 497 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row -<span id="L498" class="LineNr"> 498 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">1/go-render</span> +<span id="L479" class="LineNr"> 479 </span> <span class="Comment"># if we're at the column just before the wrap indicator</span> +<span id="L480" class="LineNr"> 480 </span> wrap-column:num <span class="Special"><-</span> subtract right,<span class="Constant"> 1</span> +<span id="L481" class="LineNr"> 481 </span> at-wrap?:bool <span class="Special"><-</span> equal cursor-column, wrap-column +<span id="L482" class="LineNr"> 482 </span> <span class="muControl">break-unless</span> at-wrap? +<span id="L483" class="LineNr"> 483 </span> <span class="Comment"># and if next character isn't newline</span> +<span id="L484" class="LineNr"> 484 </span> next:&:duplex-list:char <span class="Special"><-</span> next before-cursor +<span id="L485" class="LineNr"> 485 </span> <span class="muControl">break-unless</span> next +<span id="L486" class="LineNr"> 486 </span> next-character:char <span class="Special"><-</span> get *next, <span class="Constant">value:offset</span> +<span id="L487" class="LineNr"> 487 </span> newline?:bool <span class="Special"><-</span> equal next-character, <span class="Constant">10/newline</span> +<span id="L488" class="LineNr"> 488 </span> <span class="muControl">break-if</span> newline? +<span id="L489" class="LineNr"> 489 </span> cursor-row <span class="Special"><-</span> add cursor-row,<span class="Constant"> 1</span> +<span id="L490" class="LineNr"> 490 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L491" class="LineNr"> 491 </span> cursor-column <span class="Special"><-</span> copy left +<span id="L492" class="LineNr"> 492 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L493" class="LineNr"> 493 </span> below-screen?:bool <span class="Special"><-</span> greater-or-equal cursor-row, screen-height <span class="Comment"># must be equal</span> +<span id="L494" class="LineNr"> 494 </span> <span class="muControl">return-unless</span> below-screen?, <span class="Constant">0/no-more-render</span> +<span id="L495" class="LineNr"> 495 </span><span class="Constant"> <scroll-down></span> +<span id="L496" class="LineNr"> 496 </span> cursor-row <span class="Special"><-</span> subtract cursor-row,<span class="Constant"> 1</span> <span class="Comment"># bring back into screen range</span> +<span id="L497" class="LineNr"> 497 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L498" class="LineNr"> 498 </span> <span class="muControl"> return</span> <span class="Constant">1/go-render</span> <span id="L499" class="LineNr"> 499 </span> <span class="Delimiter">}</span> <span id="L500" class="LineNr"> 500 </span> <span class="Comment"># otherwise move cursor one character right</span> <span id="L501" class="LineNr"> 501 </span> cursor-column <span class="Special"><-</span> add cursor-column,<span class="Constant"> 1</span> @@ -570,33 +569,33 @@ if ('onhashchange' in window) { <span id="L508" class="LineNr"> 508 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L509" class="LineNr"> 509 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L510" class="LineNr"> 510 </span><span class="Constant">d]</span> -<span id="L511" class="LineNr"> 511 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L512" class="LineNr"> 512 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L511" class="LineNr"> 511 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L512" class="LineNr"> 512 </span> editor-render screen, e <span id="L513" class="LineNr"> 513 </span> $clear-trace <span id="L514" class="LineNr"> 514 </span> <span class="Comment"># type right-arrow a few times to get to start of second line</span> <span id="L515" class="LineNr"> 515 </span> assume-console [ -<span id="L516" class="LineNr"> 516 </span> <span class="Conceal">¦</span> press right-arrow -<span id="L517" class="LineNr"> 517 </span> <span class="Conceal">¦</span> press right-arrow -<span id="L518" class="LineNr"> 518 </span> <span class="Conceal">¦</span> press right-arrow -<span id="L519" class="LineNr"> 519 </span> <span class="Conceal">¦</span> press right-arrow <span class="Comment"># next line</span> +<span id="L516" class="LineNr"> 516 </span> press right-arrow +<span id="L517" class="LineNr"> 517 </span> press right-arrow +<span id="L518" class="LineNr"> 518 </span> press right-arrow +<span id="L519" class="LineNr"> 519 </span> press right-arrow <span class="Comment"># next line</span> <span id="L520" class="LineNr"> 520 </span> ] <span id="L521" class="LineNr"> 521 </span> run [ -<span id="L522" class="LineNr"> 522 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L522" class="LineNr"> 522 </span> editor-event-loop screen, console, e <span id="L523" class="LineNr"> 523 </span> ] <span id="L524" class="LineNr"> 524 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L525" class="LineNr"> 525 </span> <span class="Comment"># type something and ensure it goes where it should</span> <span id="L526" class="LineNr"> 526 </span> assume-console [ -<span id="L527" class="LineNr"> 527 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L527" class="LineNr"> 527 </span> type <span class="Constant">[0]</span> <span id="L528" class="LineNr"> 528 </span> ] <span id="L529" class="LineNr"> 529 </span> run [ -<span id="L530" class="LineNr"> 530 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L530" class="LineNr"> 530 </span> editor-event-loop screen, console, e <span id="L531" class="LineNr"> 531 </span> ] <span id="L532" class="LineNr"> 532 </span> screen-should-contain [ -<span id="L533" class="LineNr"> 533 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L534" class="LineNr"> 534 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L535" class="LineNr"> 535 </span> <span class="Conceal">¦</span><span class="Constant"> .0d .</span> -<span id="L536" class="LineNr"> 536 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L537" class="LineNr"> 537 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L533" class="LineNr"> 533 </span> <span class="Constant"> . .</span> +<span id="L534" class="LineNr"> 534 </span> <span class="Constant"> .abc .</span> +<span id="L535" class="LineNr"> 535 </span> <span class="Constant"> .0d .</span> +<span id="L536" class="LineNr"> 536 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L537" class="LineNr"> 537 </span> <span class="Constant"> . .</span> <span id="L538" class="LineNr"> 538 </span> ] <span id="L539" class="LineNr"> 539 </span> check-trace-count-for-label<span class="Constant"> 2</span>, <span class="Constant">[print-character]</span> <span class="Comment"># new length of second line</span> <span id="L540" class="LineNr"> 540 </span>] @@ -606,52 +605,52 @@ if ('onhashchange' in window) { <span id="L544" class="LineNr"> 544 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L545" class="LineNr"> 545 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L546" class="LineNr"> 546 </span><span class="Constant">d]</span> -<span id="L547" class="LineNr"> 547 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">1/left</span>, <span class="Constant">10/right</span> -<span id="L548" class="LineNr"> 548 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L547" class="LineNr"> 547 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">1/left</span>, <span class="Constant">10/right</span> +<span id="L548" class="LineNr"> 548 </span> editor-render screen, e <span id="L549" class="LineNr"> 549 </span> assume-console [ -<span id="L550" class="LineNr"> 550 </span> <span class="Conceal">¦</span> press right-arrow -<span id="L551" class="LineNr"> 551 </span> <span class="Conceal">¦</span> press right-arrow -<span id="L552" class="LineNr"> 552 </span> <span class="Conceal">¦</span> press right-arrow -<span id="L553" class="LineNr"> 553 </span> <span class="Conceal">¦</span> press right-arrow <span class="Comment"># next line</span> -<span id="L554" class="LineNr"> 554 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L550" class="LineNr"> 550 </span> press right-arrow +<span id="L551" class="LineNr"> 551 </span> press right-arrow +<span id="L552" class="LineNr"> 552 </span> press right-arrow +<span id="L553" class="LineNr"> 553 </span> press right-arrow <span class="Comment"># next line</span> +<span id="L554" class="LineNr"> 554 </span> type <span class="Constant">[0]</span> <span id="L555" class="LineNr"> 555 </span> ] <span id="L556" class="LineNr"> 556 </span> run [ -<span id="L557" class="LineNr"> 557 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L557" class="LineNr"> 557 </span> editor-event-loop screen, console, e <span id="L558" class="LineNr"> 558 </span> ] <span id="L559" class="LineNr"> 559 </span> screen-should-contain [ -<span id="L560" class="LineNr"> 560 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L561" class="LineNr"> 561 </span> <span class="Conceal">¦</span><span class="Constant"> . abc .</span> -<span id="L562" class="LineNr"> 562 </span> <span class="Conceal">¦</span><span class="Constant"> . 0d .</span> -<span id="L563" class="LineNr"> 563 </span> <span class="Conceal">¦</span><span class="Constant"> . ╌╌╌╌╌╌╌╌╌.</span> -<span id="L564" class="LineNr"> 564 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L560" class="LineNr"> 560 </span> <span class="Constant"> . .</span> +<span id="L561" class="LineNr"> 561 </span> <span class="Constant"> . abc .</span> +<span id="L562" class="LineNr"> 562 </span> <span class="Constant"> . 0d .</span> +<span id="L563" class="LineNr"> 563 </span> <span class="Constant"> . ╌╌╌╌╌╌╌╌╌.</span> +<span id="L564" class="LineNr"> 564 </span> <span class="Constant"> . .</span> <span id="L565" class="LineNr"> 565 </span> ] <span id="L566" class="LineNr"> 566 </span>] <span id="L567" class="LineNr"> 567 </span> <span id="L568" class="LineNr"> 568 </span><span class="muScenario">scenario</span> editor-moves-cursor-to-next-wrapped-line-with-right-arrow [ <span id="L569" class="LineNr"> 569 </span> <span class="Constant">local-scope</span> <span id="L570" class="LineNr"> 570 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L571" class="LineNr"> 571 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abcdef]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L572" class="LineNr"> 572 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L571" class="LineNr"> 571 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abcdef]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L572" class="LineNr"> 572 </span> editor-render screen, e <span id="L573" class="LineNr"> 573 </span> $clear-trace <span id="L574" class="LineNr"> 574 </span> assume-console [ -<span id="L575" class="LineNr"> 575 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> -<span id="L576" class="LineNr"> 576 </span> <span class="Conceal">¦</span> press right-arrow +<span id="L575" class="LineNr"> 575 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> +<span id="L576" class="LineNr"> 576 </span> press right-arrow <span id="L577" class="LineNr"> 577 </span> ] <span id="L578" class="LineNr"> 578 </span> run [ -<span id="L579" class="LineNr"> 579 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L580" class="LineNr"> 580 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L581" class="LineNr"> 581 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L579" class="LineNr"> 579 </span> editor-event-loop screen, console, e +<span id="L580" class="LineNr"> 580 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L581" class="LineNr"> 581 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L582" class="LineNr"> 582 </span> ] <span id="L583" class="LineNr"> 583 </span> screen-should-contain [ -<span id="L584" class="LineNr"> 584 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L585" class="LineNr"> 585 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd↩ .</span> -<span id="L586" class="LineNr"> 586 </span> <span class="Conceal">¦</span><span class="Constant"> .ef .</span> -<span id="L587" class="LineNr"> 587 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L588" class="LineNr"> 588 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L584" class="LineNr"> 584 </span> <span class="Constant"> . .</span> +<span id="L585" class="LineNr"> 585 </span> <span class="Constant"> .abcd↩ .</span> +<span id="L586" class="LineNr"> 586 </span> <span class="Constant"> .ef .</span> +<span id="L587" class="LineNr"> 587 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L588" class="LineNr"> 588 </span> <span class="Constant"> . .</span> <span id="L589" class="LineNr"> 589 </span> ] <span id="L590" class="LineNr"> 590 </span> memory-should-contain [ -<span id="L591" class="LineNr"> 591 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L592" class="LineNr"> 592 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L591" class="LineNr"> 591 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L592" class="LineNr"> 592 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L593" class="LineNr"> 593 </span> ] <span id="L594" class="LineNr"> 594 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L595" class="LineNr"> 595 </span>] @@ -660,35 +659,35 @@ if ('onhashchange' in window) { <span id="L598" class="LineNr"> 598 </span> <span class="Constant">local-scope</span> <span id="L599" class="LineNr"> 599 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L600" class="LineNr"> 600 </span> <span class="Comment"># line just barely wrapping</span> -<span id="L601" class="LineNr"> 601 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abcde]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L602" class="LineNr"> 602 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L601" class="LineNr"> 601 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abcde]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L602" class="LineNr"> 602 </span> editor-render screen, e <span id="L603" class="LineNr"> 603 </span> $clear-trace <span id="L604" class="LineNr"> 604 </span> <span class="Comment"># position cursor at last character before wrap and hit right-arrow</span> <span id="L605" class="LineNr"> 605 </span> assume-console [ -<span id="L606" class="LineNr"> 606 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> -<span id="L607" class="LineNr"> 607 </span> <span class="Conceal">¦</span> press right-arrow +<span id="L606" class="LineNr"> 606 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> +<span id="L607" class="LineNr"> 607 </span> press right-arrow <span id="L608" class="LineNr"> 608 </span> ] <span id="L609" class="LineNr"> 609 </span> run [ -<span id="L610" class="LineNr"> 610 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L611" class="LineNr"> 611 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L612" class="LineNr"> 612 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L610" class="LineNr"> 610 </span> editor-event-loop screen, console, e +<span id="L611" class="LineNr"> 611 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L612" class="LineNr"> 612 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L613" class="LineNr"> 613 </span> ] <span id="L614" class="LineNr"> 614 </span> memory-should-contain [ -<span id="L615" class="LineNr"> 615 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L616" class="LineNr"> 616 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L615" class="LineNr"> 615 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L616" class="LineNr"> 616 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L617" class="LineNr"> 617 </span> ] <span id="L618" class="LineNr"> 618 </span> <span class="Comment"># now hit right arrow again</span> <span id="L619" class="LineNr"> 619 </span> assume-console [ -<span id="L620" class="LineNr"> 620 </span> <span class="Conceal">¦</span> press right-arrow +<span id="L620" class="LineNr"> 620 </span> press right-arrow <span id="L621" class="LineNr"> 621 </span> ] <span id="L622" class="LineNr"> 622 </span> run [ -<span id="L623" class="LineNr"> 623 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L624" class="LineNr"> 624 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L625" class="LineNr"> 625 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L623" class="LineNr"> 623 </span> editor-event-loop screen, console, e +<span id="L624" class="LineNr"> 624 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L625" class="LineNr"> 625 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L626" class="LineNr"> 626 </span> ] <span id="L627" class="LineNr"> 627 </span> memory-should-contain [ -<span id="L628" class="LineNr"> 628 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L629" class="LineNr"> 629 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L628" class="LineNr"> 628 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L629" class="LineNr"> 629 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L630" class="LineNr"> 630 </span> ] <span id="L631" class="LineNr"> 631 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L632" class="LineNr"> 632 </span>] @@ -696,28 +695,28 @@ if ('onhashchange' in window) { <span id="L634" class="LineNr"> 634 </span><span class="muScenario">scenario</span> editor-moves-cursor-to-next-wrapped-line-with-right-arrow-3 [ <span id="L635" class="LineNr"> 635 </span> <span class="Constant">local-scope</span> <span id="L636" class="LineNr"> 636 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L637" class="LineNr"> 637 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abcdef]</span>, <span class="Constant">1/left</span>, <span class="Constant">6/right</span> -<span id="L638" class="LineNr"> 638 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L637" class="LineNr"> 637 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abcdef]</span>, <span class="Constant">1/left</span>, <span class="Constant">6/right</span> +<span id="L638" class="LineNr"> 638 </span> editor-render screen, e <span id="L639" class="LineNr"> 639 </span> $clear-trace <span id="L640" class="LineNr"> 640 </span> assume-console [ -<span id="L641" class="LineNr"> 641 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 4</span> -<span id="L642" class="LineNr"> 642 </span> <span class="Conceal">¦</span> press right-arrow +<span id="L641" class="LineNr"> 641 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 4</span> +<span id="L642" class="LineNr"> 642 </span> press right-arrow <span id="L643" class="LineNr"> 643 </span> ] <span id="L644" class="LineNr"> 644 </span> run [ -<span id="L645" class="LineNr"> 645 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L646" class="LineNr"> 646 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L647" class="LineNr"> 647 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L645" class="LineNr"> 645 </span> editor-event-loop screen, console, e +<span id="L646" class="LineNr"> 646 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L647" class="LineNr"> 647 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L648" class="LineNr"> 648 </span> ] <span id="L649" class="LineNr"> 649 </span> screen-should-contain [ -<span id="L650" class="LineNr"> 650 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L651" class="LineNr"> 651 </span> <span class="Conceal">¦</span><span class="Constant"> . abcd↩ .</span> -<span id="L652" class="LineNr"> 652 </span> <span class="Conceal">¦</span><span class="Constant"> . ef .</span> -<span id="L653" class="LineNr"> 653 </span> <span class="Conceal">¦</span><span class="Constant"> . ╌╌╌╌╌ .</span> -<span id="L654" class="LineNr"> 654 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L650" class="LineNr"> 650 </span> <span class="Constant"> . .</span> +<span id="L651" class="LineNr"> 651 </span> <span class="Constant"> . abcd↩ .</span> +<span id="L652" class="LineNr"> 652 </span> <span class="Constant"> . ef .</span> +<span id="L653" class="LineNr"> 653 </span> <span class="Constant"> . ╌╌╌╌╌ .</span> +<span id="L654" class="LineNr"> 654 </span> <span class="Constant"> . .</span> <span id="L655" class="LineNr"> 655 </span> ] <span id="L656" class="LineNr"> 656 </span> memory-should-contain [ -<span id="L657" class="LineNr"> 657 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L658" class="LineNr"> 658 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L657" class="LineNr"> 657 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L658" class="LineNr"> 658 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L659" class="LineNr"> 659 </span> ] <span id="L660" class="LineNr"> 660 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L661" class="LineNr"> 661 </span>] @@ -727,25 +726,25 @@ if ('onhashchange' in window) { <span id="L665" class="LineNr"> 665 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L666" class="LineNr"> 666 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L667" class="LineNr"> 667 </span><span class="Constant">d]</span> -<span id="L668" class="LineNr"> 668 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L669" class="LineNr"> 669 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L668" class="LineNr"> 668 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L669" class="LineNr"> 669 </span> editor-render screen, e <span id="L670" class="LineNr"> 670 </span> $clear-trace <span id="L671" class="LineNr"> 671 </span> <span class="Comment"># move to end of line, press right-arrow, type a character</span> <span id="L672" class="LineNr"> 672 </span> assume-console [ -<span id="L673" class="LineNr"> 673 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> -<span id="L674" class="LineNr"> 674 </span> <span class="Conceal">¦</span> press right-arrow -<span id="L675" class="LineNr"> 675 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L673" class="LineNr"> 673 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> +<span id="L674" class="LineNr"> 674 </span> press right-arrow +<span id="L675" class="LineNr"> 675 </span> type <span class="Constant">[0]</span> <span id="L676" class="LineNr"> 676 </span> ] <span id="L677" class="LineNr"> 677 </span> run [ -<span id="L678" class="LineNr"> 678 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L678" class="LineNr"> 678 </span> editor-event-loop screen, console, e <span id="L679" class="LineNr"> 679 </span> ] <span id="L680" class="LineNr"> 680 </span> <span class="Comment"># new character should be in next line</span> <span id="L681" class="LineNr"> 681 </span> screen-should-contain [ -<span id="L682" class="LineNr"> 682 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L683" class="LineNr"> 683 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L684" class="LineNr"> 684 </span> <span class="Conceal">¦</span><span class="Constant"> .0d .</span> -<span id="L685" class="LineNr"> 685 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L686" class="LineNr"> 686 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L682" class="LineNr"> 682 </span> <span class="Constant"> . .</span> +<span id="L683" class="LineNr"> 683 </span> <span class="Constant"> .abc .</span> +<span id="L684" class="LineNr"> 684 </span> <span class="Constant"> .0d .</span> +<span id="L685" class="LineNr"> 685 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L686" class="LineNr"> 686 </span> <span class="Constant"> . .</span> <span id="L687" class="LineNr"> 687 </span> ] <span id="L688" class="LineNr"> 688 </span> check-trace-count-for-label<span class="Constant"> 2</span>, <span class="Constant">[print-character]</span> <span id="L689" class="LineNr"> 689 </span>] @@ -757,41 +756,41 @@ if ('onhashchange' in window) { <span id="L695" class="LineNr"> 695 </span><span class="muScenario">scenario</span> editor-moves-cursor-left-with-key [ <span id="L696" class="LineNr"> 696 </span> <span class="Constant">local-scope</span> <span id="L697" class="LineNr"> 697 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L698" class="LineNr"> 698 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L699" class="LineNr"> 699 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L698" class="LineNr"> 698 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L699" class="LineNr"> 699 </span> editor-render screen, e <span id="L700" class="LineNr"> 700 </span> $clear-trace <span id="L701" class="LineNr"> 701 </span> assume-console [ -<span id="L702" class="LineNr"> 702 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 2</span> -<span id="L703" class="LineNr"> 703 </span> <span class="Conceal">¦</span> press left-arrow -<span id="L704" class="LineNr"> 704 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L702" class="LineNr"> 702 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 2</span> +<span id="L703" class="LineNr"> 703 </span> press left-arrow +<span id="L704" class="LineNr"> 704 </span> type <span class="Constant">[0]</span> <span id="L705" class="LineNr"> 705 </span> ] <span id="L706" class="LineNr"> 706 </span> run [ -<span id="L707" class="LineNr"> 707 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L707" class="LineNr"> 707 </span> editor-event-loop screen, console, e <span id="L708" class="LineNr"> 708 </span> ] <span id="L709" class="LineNr"> 709 </span> screen-should-contain [ -<span id="L710" class="LineNr"> 710 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L711" class="LineNr"> 711 </span> <span class="Conceal">¦</span><span class="Constant"> .a0bc .</span> -<span id="L712" class="LineNr"> 712 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L713" class="LineNr"> 713 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L710" class="LineNr"> 710 </span> <span class="Constant"> . .</span> +<span id="L711" class="LineNr"> 711 </span> <span class="Constant"> .a0bc .</span> +<span id="L712" class="LineNr"> 712 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L713" class="LineNr"> 713 </span> <span class="Constant"> . .</span> <span id="L714" class="LineNr"> 714 </span> ] <span id="L715" class="LineNr"> 715 </span> check-trace-count-for-label<span class="Constant"> 3</span>, <span class="Constant">[print-character]</span> <span id="L716" class="LineNr"> 716 </span>] <span id="L717" class="LineNr"> 717 </span> -<span id="L718" class="LineNr"> 718 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L199'><handle-special-key></a></span> [ +<span id="L718" class="LineNr"> 718 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-key></span> [ <span id="L719" class="LineNr"> 719 </span> <span class="Delimiter">{</span> -<span id="L720" class="LineNr"> 720 </span> <span class="Conceal">¦</span> move-to-previous-character?:bool <span class="Special"><-</span> equal k, <span class="Constant">65515/left-arrow</span> -<span id="L721" class="LineNr"> 721 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> move-to-previous-character? -<span id="L722" class="LineNr"> 722 </span> <span class="Conceal">¦</span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[left arrow]</span> -<span id="L723" class="LineNr"> 723 </span> <span class="Conceal">¦</span> <span class="Comment"># if not at start of text (before-cursor at § sentinel)</span> -<span id="L724" class="LineNr"> 724 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L32'>prev</a>:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L32'>prev</a> before-cursor -<span id="L725" class="LineNr"> 725 </span> <span class="Conceal">¦</span> <span class="muControl">return-unless</span> <a href='../065duplex_list.mu.html#L32'>prev</a>, <span class="Constant">0/don't-render</span> -<span id="L726" class="LineNr"> 726 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-move-cursor></span> -<span id="L727" class="LineNr"> 727 </span> <span class="Conceal">¦</span> go-render? <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L156'>move-cursor-coordinates-left</a> editor -<span id="L728" class="LineNr"> 728 </span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> copy <a href='../065duplex_list.mu.html#L32'>prev</a> -<span id="L729" class="LineNr"> 729 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor -<span id="L730" class="LineNr"> 730 </span> <span class="Conceal">¦</span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">1/left-arrow</span> -<span id="L731" class="LineNr"> 731 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-move-cursor></span> -<span id="L732" class="LineNr"> 732 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L720" class="LineNr"> 720 </span> move-to-previous-character?:bool <span class="Special"><-</span> equal k, <span class="Constant">65515/left-arrow</span> +<span id="L721" class="LineNr"> 721 </span> <span class="muControl">break-unless</span> move-to-previous-character? +<span id="L722" class="LineNr"> 722 </span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[left arrow]</span> +<span id="L723" class="LineNr"> 723 </span> <span class="Comment"># if not at start of text (before-cursor at § sentinel)</span> +<span id="L724" class="LineNr"> 724 </span> prev:&:duplex-list:char <span class="Special"><-</span> prev before-cursor +<span id="L725" class="LineNr"> 725 </span> <span class="muControl">return-unless</span> prev, <span class="Constant">0/don't-render</span> +<span id="L726" class="LineNr"> 726 </span><span class="Constant"> <begin-move-cursor></span> +<span id="L727" class="LineNr"> 727 </span> go-render? <span class="Special"><-</span> move-cursor-coordinates-left editor +<span id="L728" class="LineNr"> 728 </span> before-cursor <span class="Special"><-</span> copy prev +<span id="L729" class="LineNr"> 729 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor +<span id="L730" class="LineNr"> 730 </span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">1/left-arrow</span> +<span id="L731" class="LineNr"> 731 </span><span class="Constant"> <end-move-cursor></span> +<span id="L732" class="LineNr"> 732 </span> <span class="muControl"> return</span> <span id="L733" class="LineNr"> 733 </span> <span class="Delimiter">}</span> <span id="L734" class="LineNr"> 734 </span>] <span id="L735" class="LineNr"> 735 </span> @@ -801,22 +800,22 @@ if ('onhashchange' in window) { <span id="L739" class="LineNr"> 739 </span> <span class="Comment"># initialize editor with two lines</span> <span id="L740" class="LineNr"> 740 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L741" class="LineNr"> 741 </span><span class="Constant">d]</span> -<span id="L742" class="LineNr"> 742 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L743" class="LineNr"> 743 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L742" class="LineNr"> 742 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L743" class="LineNr"> 743 </span> editor-render screen, e <span id="L744" class="LineNr"> 744 </span> $clear-trace <span id="L745" class="LineNr"> 745 </span> <span class="Comment"># position cursor at start of second line (so there's no previous newline)</span> <span id="L746" class="LineNr"> 746 </span> assume-console [ -<span id="L747" class="LineNr"> 747 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 0</span> -<span id="L748" class="LineNr"> 748 </span> <span class="Conceal">¦</span> press left-arrow +<span id="L747" class="LineNr"> 747 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 0</span> +<span id="L748" class="LineNr"> 748 </span> press left-arrow <span id="L749" class="LineNr"> 749 </span> ] <span id="L750" class="LineNr"> 750 </span> run [ -<span id="L751" class="LineNr"> 751 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L752" class="LineNr"> 752 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L753" class="LineNr"> 753 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L751" class="LineNr"> 751 </span> editor-event-loop screen, console, e +<span id="L752" class="LineNr"> 752 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L753" class="LineNr"> 753 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L754" class="LineNr"> 754 </span> ] <span id="L755" class="LineNr"> 755 </span> memory-should-contain [ -<span id="L756" class="LineNr"> 756 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L757" class="LineNr"> 757 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L756" class="LineNr"> 756 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L757" class="LineNr"> 757 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L758" class="LineNr"> 758 </span> ] <span id="L759" class="LineNr"> 759 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L760" class="LineNr"> 760 </span>] @@ -828,25 +827,25 @@ if ('onhashchange' in window) { <span id="L766" class="LineNr"> 766 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L767" class="LineNr"> 767 </span><span class="Constant">def</span> <span id="L768" class="LineNr"> 768 </span><span class="Constant">g]</span> -<span id="L769" class="LineNr"> 769 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s:text, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L770" class="LineNr"> 770 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L769" class="LineNr"> 769 </span> e:&:editor <span class="Special"><-</span> new-editor s:text, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L770" class="LineNr"> 770 </span> editor-render screen, e <span id="L771" class="LineNr"> 771 </span> $clear-trace <span id="L772" class="LineNr"> 772 </span> <span class="Comment"># position cursor further down (so there's a newline before the character at</span> <span id="L773" class="LineNr"> 773 </span> <span class="Comment"># the cursor)</span> <span id="L774" class="LineNr"> 774 </span> assume-console [ -<span id="L775" class="LineNr"> 775 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L776" class="LineNr"> 776 </span> <span class="Conceal">¦</span> press left-arrow -<span id="L777" class="LineNr"> 777 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L775" class="LineNr"> 775 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L776" class="LineNr"> 776 </span> press left-arrow +<span id="L777" class="LineNr"> 777 </span> type <span class="Constant">[0]</span> <span id="L778" class="LineNr"> 778 </span> ] <span id="L779" class="LineNr"> 779 </span> run [ -<span id="L780" class="LineNr"> 780 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L780" class="LineNr"> 780 </span> editor-event-loop screen, console, e <span id="L781" class="LineNr"> 781 </span> ] <span id="L782" class="LineNr"> 782 </span> screen-should-contain [ -<span id="L783" class="LineNr"> 783 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L784" class="LineNr"> 784 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L785" class="LineNr"> 785 </span> <span class="Conceal">¦</span><span class="Constant"> .def0 .</span> -<span id="L786" class="LineNr"> 786 </span> <span class="Conceal">¦</span><span class="Constant"> .g .</span> -<span id="L787" class="LineNr"> 787 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L783" class="LineNr"> 783 </span> <span class="Constant"> . .</span> +<span id="L784" class="LineNr"> 784 </span> <span class="Constant"> .abc .</span> +<span id="L785" class="LineNr"> 785 </span> <span class="Constant"> .def0 .</span> +<span id="L786" class="LineNr"> 786 </span> <span class="Constant"> .g .</span> +<span id="L787" class="LineNr"> 787 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L788" class="LineNr"> 788 </span> ] <span id="L789" class="LineNr"> 789 </span> check-trace-count-for-label<span class="Constant"> 1</span>, <span class="Constant">[print-character]</span> <span class="Comment"># just the '0'</span> <span id="L790" class="LineNr"> 790 </span>] @@ -857,25 +856,25 @@ if ('onhashchange' in window) { <span id="L795" class="LineNr"> 795 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L796" class="LineNr"> 796 </span><span class="Constant">def</span> <span id="L797" class="LineNr"> 797 </span><span class="Constant">g]</span> -<span id="L798" class="LineNr"> 798 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L799" class="LineNr"> 799 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L798" class="LineNr"> 798 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L799" class="LineNr"> 799 </span> editor-render screen, e <span id="L800" class="LineNr"> 800 </span> $clear-trace <span id="L801" class="LineNr"> 801 </span> <span class="Comment"># position cursor at start of text, press left-arrow, then type a character</span> <span id="L802" class="LineNr"> 802 </span> assume-console [ -<span id="L803" class="LineNr"> 803 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 0</span> -<span id="L804" class="LineNr"> 804 </span> <span class="Conceal">¦</span> press left-arrow -<span id="L805" class="LineNr"> 805 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L803" class="LineNr"> 803 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 0</span> +<span id="L804" class="LineNr"> 804 </span> press left-arrow +<span id="L805" class="LineNr"> 805 </span> type <span class="Constant">[0]</span> <span id="L806" class="LineNr"> 806 </span> ] <span id="L807" class="LineNr"> 807 </span> run [ -<span id="L808" class="LineNr"> 808 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L808" class="LineNr"> 808 </span> editor-event-loop screen, console, e <span id="L809" class="LineNr"> 809 </span> ] <span id="L810" class="LineNr"> 810 </span> <span class="Comment"># left-arrow should have had no effect</span> <span id="L811" class="LineNr"> 811 </span> screen-should-contain [ -<span id="L812" class="LineNr"> 812 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L813" class="LineNr"> 813 </span> <span class="Conceal">¦</span><span class="Constant"> .0abc .</span> -<span id="L814" class="LineNr"> 814 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L815" class="LineNr"> 815 </span> <span class="Conceal">¦</span><span class="Constant"> .g .</span> -<span id="L816" class="LineNr"> 816 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L812" class="LineNr"> 812 </span> <span class="Constant"> . .</span> +<span id="L813" class="LineNr"> 813 </span> <span class="Constant"> .0abc .</span> +<span id="L814" class="LineNr"> 814 </span> <span class="Constant"> .def .</span> +<span id="L815" class="LineNr"> 815 </span> <span class="Constant"> .g .</span> +<span id="L816" class="LineNr"> 816 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L817" class="LineNr"> 817 </span> ] <span id="L818" class="LineNr"> 818 </span> check-trace-count-for-label<span class="Constant"> 4</span>, <span class="Constant">[print-character]</span> <span class="Comment"># length of first line</span> <span id="L819" class="LineNr"> 819 </span>] @@ -887,24 +886,24 @@ if ('onhashchange' in window) { <span id="L825" class="LineNr"> 825 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L826" class="LineNr"> 826 </span> <span id="L827" class="LineNr"> 827 </span>d] -<span id="L828" class="LineNr"> 828 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L829" class="LineNr"> 829 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e:&:editor +<span id="L828" class="LineNr"> 828 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L829" class="LineNr"> 829 </span> editor-render screen, e:&:editor <span id="L830" class="LineNr"> 830 </span> $clear-trace <span id="L831" class="LineNr"> 831 </span> <span class="Comment"># position cursor right after empty line</span> <span id="L832" class="LineNr"> 832 </span> assume-console [ -<span id="L833" class="LineNr"> 833 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L834" class="LineNr"> 834 </span> <span class="Conceal">¦</span> press left-arrow -<span id="L835" class="LineNr"> 835 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L833" class="LineNr"> 833 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L834" class="LineNr"> 834 </span> press left-arrow +<span id="L835" class="LineNr"> 835 </span> type <span class="Constant">[0]</span> <span id="L836" class="LineNr"> 836 </span> ] <span id="L837" class="LineNr"> 837 </span> run [ -<span id="L838" class="LineNr"> 838 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L838" class="LineNr"> 838 </span> editor-event-loop screen, console, e <span id="L839" class="LineNr"> 839 </span> ] <span id="L840" class="LineNr"> 840 </span> screen-should-contain [ -<span id="L841" class="LineNr"> 841 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L842" class="LineNr"> 842 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L843" class="LineNr"> 843 </span> <span class="Conceal">¦</span><span class="Constant"> .0 .</span> -<span id="L844" class="LineNr"> 844 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> -<span id="L845" class="LineNr"> 845 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L841" class="LineNr"> 841 </span> <span class="Constant"> . .</span> +<span id="L842" class="LineNr"> 842 </span> <span class="Constant"> .abc .</span> +<span id="L843" class="LineNr"> 843 </span> <span class="Constant"> .0 .</span> +<span id="L844" class="LineNr"> 844 </span> <span class="Constant"> .d .</span> +<span id="L845" class="LineNr"> 845 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L846" class="LineNr"> 846 </span> ] <span id="L847" class="LineNr"> 847 </span> check-trace-count-for-label<span class="Constant"> 1</span>, <span class="Constant">[print-character]</span> <span class="Comment"># just the '0'</span> <span id="L848" class="LineNr"> 848 </span>] @@ -913,29 +912,29 @@ if ('onhashchange' in window) { <span id="L851" class="LineNr"> 851 </span> <span class="Constant">local-scope</span> <span id="L852" class="LineNr"> 852 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L853" class="LineNr"> 853 </span> <span class="Comment"># initialize editor with a wrapping line</span> -<span id="L854" class="LineNr"> 854 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abcdef]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L855" class="LineNr"> 855 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L854" class="LineNr"> 854 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abcdef]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L855" class="LineNr"> 855 </span> editor-render screen, e <span id="L856" class="LineNr"> 856 </span> $clear-trace <span id="L857" class="LineNr"> 857 </span> screen-should-contain [ -<span id="L858" class="LineNr"> 858 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L859" class="LineNr"> 859 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd↩ .</span> -<span id="L860" class="LineNr"> 860 </span> <span class="Conceal">¦</span><span class="Constant"> .ef .</span> -<span id="L861" class="LineNr"> 861 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L862" class="LineNr"> 862 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L858" class="LineNr"> 858 </span> <span class="Constant"> . .</span> +<span id="L859" class="LineNr"> 859 </span> <span class="Constant"> .abcd↩ .</span> +<span id="L860" class="LineNr"> 860 </span> <span class="Constant"> .ef .</span> +<span id="L861" class="LineNr"> 861 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L862" class="LineNr"> 862 </span> <span class="Constant"> . .</span> <span id="L863" class="LineNr"> 863 </span> ] <span id="L864" class="LineNr"> 864 </span> <span class="Comment"># position cursor right after empty line</span> <span id="L865" class="LineNr"> 865 </span> assume-console [ -<span id="L866" class="LineNr"> 866 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 0</span> -<span id="L867" class="LineNr"> 867 </span> <span class="Conceal">¦</span> press left-arrow +<span id="L866" class="LineNr"> 866 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 0</span> +<span id="L867" class="LineNr"> 867 </span> press left-arrow <span id="L868" class="LineNr"> 868 </span> ] <span id="L869" class="LineNr"> 869 </span> run [ -<span id="L870" class="LineNr"> 870 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L871" class="LineNr"> 871 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L872" class="LineNr"> 872 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L870" class="LineNr"> 870 </span> editor-event-loop screen, console, e +<span id="L871" class="LineNr"> 871 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L872" class="LineNr"> 872 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L873" class="LineNr"> 873 </span> ] <span id="L874" class="LineNr"> 874 </span> memory-should-contain [ -<span id="L875" class="LineNr"> 875 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># previous row</span> -<span id="L876" class="LineNr"> 876 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># right margin except wrap icon</span> +<span id="L875" class="LineNr"> 875 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># previous row</span> +<span id="L876" class="LineNr"> 876 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># right margin except wrap icon</span> <span id="L877" class="LineNr"> 877 </span> ] <span id="L878" class="LineNr"> 878 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L879" class="LineNr"> 879 </span>] @@ -946,29 +945,29 @@ if ('onhashchange' in window) { <span id="L884" class="LineNr"> 884 </span> <span class="Comment"># initialize editor with a wrapping line followed by a second line</span> <span id="L885" class="LineNr"> 885 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abcdef</span> <span id="L886" class="LineNr"> 886 </span><span class="Constant">g]</span> -<span id="L887" class="LineNr"> 887 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L888" class="LineNr"> 888 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L887" class="LineNr"> 887 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L888" class="LineNr"> 888 </span> editor-render screen, e <span id="L889" class="LineNr"> 889 </span> $clear-trace <span id="L890" class="LineNr"> 890 </span> screen-should-contain [ -<span id="L891" class="LineNr"> 891 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L892" class="LineNr"> 892 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd↩ .</span> -<span id="L893" class="LineNr"> 893 </span> <span class="Conceal">¦</span><span class="Constant"> .ef .</span> -<span id="L894" class="LineNr"> 894 </span> <span class="Conceal">¦</span><span class="Constant"> .g .</span> -<span id="L895" class="LineNr"> 895 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L891" class="LineNr"> 891 </span> <span class="Constant"> . .</span> +<span id="L892" class="LineNr"> 892 </span> <span class="Constant"> .abcd↩ .</span> +<span id="L893" class="LineNr"> 893 </span> <span class="Constant"> .ef .</span> +<span id="L894" class="LineNr"> 894 </span> <span class="Constant"> .g .</span> +<span id="L895" class="LineNr"> 895 </span> <span class="Constant"> .╌╌╌╌╌ .</span> <span id="L896" class="LineNr"> 896 </span> ] <span id="L897" class="LineNr"> 897 </span> <span class="Comment"># position cursor right after empty line</span> <span id="L898" class="LineNr"> 898 </span> assume-console [ -<span id="L899" class="LineNr"> 899 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L900" class="LineNr"> 900 </span> <span class="Conceal">¦</span> press left-arrow +<span id="L899" class="LineNr"> 899 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L900" class="LineNr"> 900 </span> press left-arrow <span id="L901" class="LineNr"> 901 </span> ] <span id="L902" class="LineNr"> 902 </span> run [ -<span id="L903" class="LineNr"> 903 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L904" class="LineNr"> 904 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L905" class="LineNr"> 905 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L903" class="LineNr"> 903 </span> editor-event-loop screen, console, e +<span id="L904" class="LineNr"> 904 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L905" class="LineNr"> 905 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L906" class="LineNr"> 906 </span> ] <span id="L907" class="LineNr"> 907 </span> memory-should-contain [ -<span id="L908" class="LineNr"> 908 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># previous row</span> -<span id="L909" class="LineNr"> 909 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># end of wrapped line</span> +<span id="L908" class="LineNr"> 908 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># previous row</span> +<span id="L909" class="LineNr"> 909 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># end of wrapped line</span> <span id="L910" class="LineNr"> 910 </span> ] <span id="L911" class="LineNr"> 911 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L912" class="LineNr"> 912 </span>] @@ -979,29 +978,29 @@ if ('onhashchange' in window) { <span id="L917" class="LineNr"> 917 </span> <span class="Comment"># initialize editor with a line on the verge of wrapping, followed by a second line</span> <span id="L918" class="LineNr"> 918 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abcd</span> <span id="L919" class="LineNr"> 919 </span><span class="Constant">e]</span> -<span id="L920" class="LineNr"> 920 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L921" class="LineNr"> 921 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L920" class="LineNr"> 920 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L921" class="LineNr"> 921 </span> editor-render screen, e <span id="L922" class="LineNr"> 922 </span> $clear-trace <span id="L923" class="LineNr"> 923 </span> screen-should-contain [ -<span id="L924" class="LineNr"> 924 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L925" class="LineNr"> 925 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd .</span> -<span id="L926" class="LineNr"> 926 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L927" class="LineNr"> 927 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L928" class="LineNr"> 928 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L924" class="LineNr"> 924 </span> <span class="Constant"> . .</span> +<span id="L925" class="LineNr"> 925 </span> <span class="Constant"> .abcd .</span> +<span id="L926" class="LineNr"> 926 </span> <span class="Constant"> .e .</span> +<span id="L927" class="LineNr"> 927 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L928" class="LineNr"> 928 </span> <span class="Constant"> . .</span> <span id="L929" class="LineNr"> 929 </span> ] <span id="L930" class="LineNr"> 930 </span> <span class="Comment"># position cursor right after empty line</span> <span id="L931" class="LineNr"> 931 </span> assume-console [ -<span id="L932" class="LineNr"> 932 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 0</span> -<span id="L933" class="LineNr"> 933 </span> <span class="Conceal">¦</span> press left-arrow +<span id="L932" class="LineNr"> 932 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 0</span> +<span id="L933" class="LineNr"> 933 </span> press left-arrow <span id="L934" class="LineNr"> 934 </span> ] <span id="L935" class="LineNr"> 935 </span> run [ -<span id="L936" class="LineNr"> 936 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L937" class="LineNr"> 937 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L938" class="LineNr"> 938 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L936" class="LineNr"> 936 </span> editor-event-loop screen, console, e +<span id="L937" class="LineNr"> 937 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L938" class="LineNr"> 938 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L939" class="LineNr"> 939 </span> ] <span id="L940" class="LineNr"> 940 </span> memory-should-contain [ -<span id="L941" class="LineNr"> 941 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># previous row</span> -<span id="L942" class="LineNr"> 942 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># end of wrapped line</span> +<span id="L941" class="LineNr"> 941 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># previous row</span> +<span id="L942" class="LineNr"> 942 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span class="Comment"># end of wrapped line</span> <span id="L943" class="LineNr"> 943 </span> ] <span id="L944" class="LineNr"> 944 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L945" class="LineNr"> 945 </span>] @@ -1015,110 +1014,110 @@ if ('onhashchange' in window) { <span id="L953" class="LineNr"> 953 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L954" class="LineNr"> 954 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L955" class="LineNr"> 955 </span><span class="Constant">def]</span> -<span id="L956" class="LineNr"> 956 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L957" class="LineNr"> 957 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L956" class="LineNr"> 956 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L957" class="LineNr"> 957 </span> editor-render screen, e <span id="L958" class="LineNr"> 958 </span> $clear-trace <span id="L959" class="LineNr"> 959 </span> assume-console [ -<span id="L960" class="LineNr"> 960 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> -<span id="L961" class="LineNr"> 961 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L960" class="LineNr"> 960 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> +<span id="L961" class="LineNr"> 961 </span> press up-arrow <span id="L962" class="LineNr"> 962 </span> ] <span id="L963" class="LineNr"> 963 </span> run [ -<span id="L964" class="LineNr"> 964 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L965" class="LineNr"> 965 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L966" class="LineNr"> 966 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L964" class="LineNr"> 964 </span> editor-event-loop screen, console, e +<span id="L965" class="LineNr"> 965 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L966" class="LineNr"> 966 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L967" class="LineNr"> 967 </span> ] <span id="L968" class="LineNr"> 968 </span> memory-should-contain [ -<span id="L969" class="LineNr"> 969 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L970" class="LineNr"> 970 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L969" class="LineNr"> 969 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L970" class="LineNr"> 970 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L971" class="LineNr"> 971 </span> ] <span id="L972" class="LineNr"> 972 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L973" class="LineNr"> 973 </span> assume-console [ -<span id="L974" class="LineNr"> 974 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L974" class="LineNr"> 974 </span> type <span class="Constant">[0]</span> <span id="L975" class="LineNr"> 975 </span> ] <span id="L976" class="LineNr"> 976 </span> run [ -<span id="L977" class="LineNr"> 977 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L977" class="LineNr"> 977 </span> editor-event-loop screen, console, e <span id="L978" class="LineNr"> 978 </span> ] <span id="L979" class="LineNr"> 979 </span> screen-should-contain [ -<span id="L980" class="LineNr"> 980 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L981" class="LineNr"> 981 </span> <span class="Conceal">¦</span><span class="Constant"> .a0bc .</span> -<span id="L982" class="LineNr"> 982 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L983" class="LineNr"> 983 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L984" class="LineNr"> 984 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L980" class="LineNr"> 980 </span> <span class="Constant"> . .</span> +<span id="L981" class="LineNr"> 981 </span> <span class="Constant"> .a0bc .</span> +<span id="L982" class="LineNr"> 982 </span> <span class="Constant"> .def .</span> +<span id="L983" class="LineNr"> 983 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L984" class="LineNr"> 984 </span> <span class="Constant"> . .</span> <span id="L985" class="LineNr"> 985 </span> ] <span id="L986" class="LineNr"> 986 </span>] <span id="L987" class="LineNr"> 987 </span> -<span id="L988" class="LineNr"> 988 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L199'><handle-special-key></a></span> [ +<span id="L988" class="LineNr"> 988 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-key></span> [ <span id="L989" class="LineNr"> 989 </span> <span class="Delimiter">{</span> -<span id="L990" class="LineNr"> 990 </span> <span class="Conceal">¦</span> move-to-previous-line?:bool <span class="Special"><-</span> equal k, <span class="Constant">65517/up-arrow</span> -<span id="L991" class="LineNr"> 991 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> move-to-previous-line? -<span id="L992" class="LineNr"> 992 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-move-cursor></span> -<span id="L993" class="LineNr"> 993 </span> <span class="Conceal">¦</span> go-render? <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L1000'>move-to-previous-line</a> editor -<span id="L994" class="LineNr"> 994 </span> <span class="Conceal">¦</span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">3/up-arrow</span> -<span id="L995" class="LineNr"> 995 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-move-cursor></span> -<span id="L996" class="LineNr"> 996 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L990" class="LineNr"> 990 </span> move-to-previous-line?:bool <span class="Special"><-</span> equal k, <span class="Constant">65517/up-arrow</span> +<span id="L991" class="LineNr"> 991 </span> <span class="muControl">break-unless</span> move-to-previous-line? +<span id="L992" class="LineNr"> 992 </span><span class="Constant"> <begin-move-cursor></span> +<span id="L993" class="LineNr"> 993 </span> go-render? <span class="Special"><-</span> move-to-previous-line editor +<span id="L994" class="LineNr"> 994 </span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">3/up-arrow</span> +<span id="L995" class="LineNr"> 995 </span><span class="Constant"> <end-move-cursor></span> +<span id="L996" class="LineNr"> 996 </span> <span class="muControl"> return</span> <span id="L997" class="LineNr"> 997 </span> <span class="Delimiter">}</span> <span id="L998" class="LineNr"> 998 </span>] <span id="L999" class="LineNr"> 999 </span> -<span id="L1000" class="LineNr">1000 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L1000'>move-to-previous-line</a> editor:&:editor<span class="muRecipe"> -> </span>go-render?:bool, editor:&:editor [ +<span id="L1000" class="LineNr">1000 </span><span class="muRecipe">def</span> move-to-previous-line editor:&:editor<span class="muRecipe"> -> </span>go-render?:bool, editor:&:editor [ <span id="L1001" class="LineNr">1001 </span> <span class="Constant">local-scope</span> <span id="L1002" class="LineNr">1002 </span> <span class="Constant">load-inputs</span> <span id="L1003" class="LineNr">1003 </span> go-render?:bool <span class="Special"><-</span> copy <span class="Constant">0/false</span> <span id="L1004" class="LineNr">1004 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> <span id="L1005" class="LineNr">1005 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> -<span id="L1006" class="LineNr">1006 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L1006" class="LineNr">1006 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> <span id="L1007" class="LineNr">1007 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> <span id="L1008" class="LineNr">1008 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> <span id="L1009" class="LineNr">1009 </span> already-at-top?:bool <span class="Special"><-</span> lesser-or-equal cursor-row, <span class="Constant">1/top</span> <span id="L1010" class="LineNr">1010 </span> <span class="Delimiter">{</span> -<span id="L1011" class="LineNr">1011 </span> <span class="Conceal">¦</span> <span class="Comment"># if cursor not at top, move it</span> -<span id="L1012" class="LineNr">1012 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> already-at-top? -<span id="L1013" class="LineNr">1013 </span> <span class="Conceal">¦</span> <span class="Comment"># if not at start of screen line, move to start of screen line (previous newline)</span> -<span id="L1014" class="LineNr">1014 </span> <span class="Conceal">¦</span> <span class="Comment"># then scan back another line</span> -<span id="L1015" class="LineNr">1015 </span> <span class="Conceal">¦</span> <span class="Comment"># if either step fails, give up without modifying cursor or coordinates</span> -<span id="L1016" class="LineNr">1016 </span> <span class="Conceal">¦</span> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> copy before-cursor -<span id="L1017" class="LineNr">1017 </span> <span class="Conceal">¦</span> old:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> copy curr -<span id="L1018" class="LineNr">1018 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L1019" class="LineNr">1019 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-left?:bool <span class="Special"><-</span> equal cursor-column, left -<span id="L1020" class="LineNr">1020 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-left? -<span id="L1021" class="LineNr">1021 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L3175'>before-previous-screen-line</a> curr, editor -<span id="L1022" class="LineNr">1022 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> no-motion?:bool <span class="Special"><-</span> equal curr, old -<span id="L1023" class="LineNr">1023 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">return-if</span> no-motion? -<span id="L1024" class="LineNr">1024 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L1025" class="LineNr">1025 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L1026" class="LineNr">1026 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L3175'>before-previous-screen-line</a> curr, editor -<span id="L1027" class="LineNr">1027 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> no-motion?:bool <span class="Special"><-</span> equal curr, old -<span id="L1028" class="LineNr">1028 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">return-if</span> no-motion? -<span id="L1029" class="LineNr">1029 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L1030" class="LineNr">1030 </span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> copy curr -<span id="L1031" class="LineNr">1031 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor -<span id="L1032" class="LineNr">1032 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> subtract cursor-row,<span class="Constant"> 1</span> -<span id="L1033" class="LineNr">1033 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row -<span id="L1034" class="LineNr">1034 </span> <span class="Conceal">¦</span> <span class="Comment"># scan ahead to right column or until end of line</span> -<span id="L1035" class="LineNr">1035 </span> <span class="Conceal">¦</span> target-column:num <span class="Special"><-</span> copy cursor-column -<span id="L1036" class="LineNr">1036 </span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> copy left -<span id="L1037" class="LineNr">1037 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L1038" class="LineNr">1038 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L1039" class="LineNr">1039 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal cursor-column, target-column -<span id="L1040" class="LineNr">1040 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L1041" class="LineNr">1041 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor -<span id="L1042" class="LineNr">1042 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> curr -<span id="L1043" class="LineNr">1043 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> currc:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> -<span id="L1044" class="LineNr">1044 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-newline?:bool <span class="Special"><-</span> equal currc, <span class="Constant">10/newline</span> -<span id="L1045" class="LineNr">1045 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-newline? -<span id="L1046" class="LineNr">1046 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">#</span> -<span id="L1047" class="LineNr">1047 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> copy curr -<span id="L1048" class="LineNr">1048 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor -<span id="L1049" class="LineNr">1049 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> add cursor-column,<span class="Constant"> 1</span> -<span id="L1050" class="LineNr">1050 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L1051" class="LineNr">1051 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> -<span id="L1052" class="LineNr">1052 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L1053" class="LineNr">1053 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L1011" class="LineNr">1011 </span> <span class="Comment"># if cursor not at top, move it</span> +<span id="L1012" class="LineNr">1012 </span> <span class="muControl">break-if</span> already-at-top? +<span id="L1013" class="LineNr">1013 </span> <span class="Comment"># if not at start of screen line, move to start of screen line (previous newline)</span> +<span id="L1014" class="LineNr">1014 </span> <span class="Comment"># then scan back another line</span> +<span id="L1015" class="LineNr">1015 </span> <span class="Comment"># if either step fails, give up without modifying cursor or coordinates</span> +<span id="L1016" class="LineNr">1016 </span> curr:&:duplex-list:char <span class="Special"><-</span> copy before-cursor +<span id="L1017" class="LineNr">1017 </span> old:&:duplex-list:char <span class="Special"><-</span> copy curr +<span id="L1018" class="LineNr">1018 </span> <span class="Delimiter">{</span> +<span id="L1019" class="LineNr">1019 </span> at-left?:bool <span class="Special"><-</span> equal cursor-column, left +<span id="L1020" class="LineNr">1020 </span> <span class="muControl">break-if</span> at-left? +<span id="L1021" class="LineNr">1021 </span> curr <span class="Special"><-</span> before-previous-screen-line curr, editor +<span id="L1022" class="LineNr">1022 </span> no-motion?:bool <span class="Special"><-</span> equal curr, old +<span id="L1023" class="LineNr">1023 </span> <span class="muControl">return-if</span> no-motion? +<span id="L1024" class="LineNr">1024 </span> <span class="Delimiter">}</span> +<span id="L1025" class="LineNr">1025 </span> <span class="Delimiter">{</span> +<span id="L1026" class="LineNr">1026 </span> curr <span class="Special"><-</span> before-previous-screen-line curr, editor +<span id="L1027" class="LineNr">1027 </span> no-motion?:bool <span class="Special"><-</span> equal curr, old +<span id="L1028" class="LineNr">1028 </span> <span class="muControl">return-if</span> no-motion? +<span id="L1029" class="LineNr">1029 </span> <span class="Delimiter">}</span> +<span id="L1030" class="LineNr">1030 </span> before-cursor <span class="Special"><-</span> copy curr +<span id="L1031" class="LineNr">1031 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor +<span id="L1032" class="LineNr">1032 </span> cursor-row <span class="Special"><-</span> subtract cursor-row,<span class="Constant"> 1</span> +<span id="L1033" class="LineNr">1033 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L1034" class="LineNr">1034 </span> <span class="Comment"># scan ahead to right column or until end of line</span> +<span id="L1035" class="LineNr">1035 </span> target-column:num <span class="Special"><-</span> copy cursor-column +<span id="L1036" class="LineNr">1036 </span> cursor-column <span class="Special"><-</span> copy left +<span id="L1037" class="LineNr">1037 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L1038" class="LineNr">1038 </span> <span class="Delimiter">{</span> +<span id="L1039" class="LineNr">1039 </span> done?:bool <span class="Special"><-</span> greater-or-equal cursor-column, target-column +<span id="L1040" class="LineNr">1040 </span> <span class="muControl">break-if</span> done? +<span id="L1041" class="LineNr">1041 </span> curr:&:duplex-list:char <span class="Special"><-</span> next before-cursor +<span id="L1042" class="LineNr">1042 </span> <span class="muControl">break-unless</span> curr +<span id="L1043" class="LineNr">1043 </span> currc:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> +<span id="L1044" class="LineNr">1044 </span> at-newline?:bool <span class="Special"><-</span> equal currc, <span class="Constant">10/newline</span> +<span id="L1045" class="LineNr">1045 </span> <span class="muControl">break-if</span> at-newline? +<span id="L1046" class="LineNr">1046 </span> <span class="Comment">#</span> +<span id="L1047" class="LineNr">1047 </span> before-cursor <span class="Special"><-</span> copy curr +<span id="L1048" class="LineNr">1048 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor +<span id="L1049" class="LineNr">1049 </span> cursor-column <span class="Special"><-</span> add cursor-column,<span class="Constant"> 1</span> +<span id="L1050" class="LineNr">1050 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L1051" class="LineNr">1051 </span> <span class="muControl"> loop</span> +<span id="L1052" class="LineNr">1052 </span> <span class="Delimiter">}</span> +<span id="L1053" class="LineNr">1053 </span> <span class="muControl"> return</span> <span id="L1054" class="LineNr">1054 </span> <span class="Delimiter">}</span> <span id="L1055" class="LineNr">1055 </span> <span class="Delimiter">{</span> -<span id="L1056" class="LineNr">1056 </span> <span class="Conceal">¦</span> <span class="Comment"># if cursor already at top, scroll up</span> -<span id="L1057" class="LineNr">1057 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> already-at-top? -<span id="L1058" class="LineNr">1058 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <scroll-up></span> -<span id="L1059" class="LineNr">1059 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">1/go-render</span> +<span id="L1056" class="LineNr">1056 </span> <span class="Comment"># if cursor already at top, scroll up</span> +<span id="L1057" class="LineNr">1057 </span> <span class="muControl">break-unless</span> already-at-top? +<span id="L1058" class="LineNr">1058 </span><span class="Constant"> <scroll-up></span> +<span id="L1059" class="LineNr">1059 </span> <span class="muControl"> return</span> <span class="Constant">1/go-render</span> <span id="L1060" class="LineNr">1060 </span> <span class="Delimiter">}</span> <span id="L1061" class="LineNr">1061 </span>] <span id="L1062" class="LineNr">1062 </span> @@ -1127,35 +1126,35 @@ if ('onhashchange' in window) { <span id="L1065" class="LineNr">1065 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L1066" class="LineNr">1066 </span> s:text <span class="Special"><-</span> new <span class="Constant">[ab</span> <span id="L1067" class="LineNr">1067 </span><span class="Constant">def]</span> -<span id="L1068" class="LineNr">1068 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1069" class="LineNr">1069 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1068" class="LineNr">1068 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1069" class="LineNr">1069 </span> editor-render screen, e <span id="L1070" class="LineNr">1070 </span> $clear-trace <span id="L1071" class="LineNr">1071 </span> assume-console [ -<span id="L1072" class="LineNr">1072 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 3</span> -<span id="L1073" class="LineNr">1073 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L1072" class="LineNr">1072 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 3</span> +<span id="L1073" class="LineNr">1073 </span> press up-arrow <span id="L1074" class="LineNr">1074 </span> ] <span id="L1075" class="LineNr">1075 </span> run [ -<span id="L1076" class="LineNr">1076 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1077" class="LineNr">1077 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1078" class="LineNr">1078 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1076" class="LineNr">1076 </span> editor-event-loop screen, console, e +<span id="L1077" class="LineNr">1077 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1078" class="LineNr">1078 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1079" class="LineNr">1079 </span> ] <span id="L1080" class="LineNr">1080 </span> memory-should-contain [ -<span id="L1081" class="LineNr">1081 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1082" class="LineNr">1082 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1081" class="LineNr">1081 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1082" class="LineNr">1082 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span id="L1083" class="LineNr">1083 </span> ] <span id="L1084" class="LineNr">1084 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1085" class="LineNr">1085 </span> assume-console [ -<span id="L1086" class="LineNr">1086 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L1086" class="LineNr">1086 </span> type <span class="Constant">[0]</span> <span id="L1087" class="LineNr">1087 </span> ] <span id="L1088" class="LineNr">1088 </span> run [ -<span id="L1089" class="LineNr">1089 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1089" class="LineNr">1089 </span> editor-event-loop screen, console, e <span id="L1090" class="LineNr">1090 </span> ] <span id="L1091" class="LineNr">1091 </span> screen-should-contain [ -<span id="L1092" class="LineNr">1092 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1093" class="LineNr">1093 </span> <span class="Conceal">¦</span><span class="Constant"> .ab0 .</span> -<span id="L1094" class="LineNr">1094 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L1095" class="LineNr">1095 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1096" class="LineNr">1096 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1092" class="LineNr">1092 </span> <span class="Constant"> . .</span> +<span id="L1093" class="LineNr">1093 </span> <span class="Constant"> .ab0 .</span> +<span id="L1094" class="LineNr">1094 </span> <span class="Constant"> .def .</span> +<span id="L1095" class="LineNr">1095 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1096" class="LineNr">1096 </span> <span class="Constant"> . .</span> <span id="L1097" class="LineNr">1097 </span> ] <span id="L1098" class="LineNr">1098 </span>] <span id="L1099" class="LineNr">1099 </span> @@ -1164,35 +1163,35 @@ if ('onhashchange' in window) { <span id="L1102" class="LineNr">1102 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L1103" class="LineNr">1103 </span> s:text <span class="Special"><-</span> new [ <span id="L1104" class="LineNr">1104 </span><span class="muRecipe">def</span>] -<span id="L1105" class="LineNr">1105 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1106" class="LineNr">1106 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1105" class="LineNr">1105 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1106" class="LineNr">1106 </span> editor-render screen, e <span id="L1107" class="LineNr">1107 </span> $clear-trace <span id="L1108" class="LineNr">1108 </span> assume-console [ -<span id="L1109" class="LineNr">1109 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 3</span> -<span id="L1110" class="LineNr">1110 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L1109" class="LineNr">1109 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 3</span> +<span id="L1110" class="LineNr">1110 </span> press up-arrow <span id="L1111" class="LineNr">1111 </span> ] <span id="L1112" class="LineNr">1112 </span> run [ -<span id="L1113" class="LineNr">1113 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1114" class="LineNr">1114 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1115" class="LineNr">1115 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1113" class="LineNr">1113 </span> editor-event-loop screen, console, e +<span id="L1114" class="LineNr">1114 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1115" class="LineNr">1115 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1116" class="LineNr">1116 </span> ] <span id="L1117" class="LineNr">1117 </span> memory-should-contain [ -<span id="L1118" class="LineNr">1118 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1119" class="LineNr">1119 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L1118" class="LineNr">1118 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1119" class="LineNr">1119 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L1120" class="LineNr">1120 </span> ] <span id="L1121" class="LineNr">1121 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1122" class="LineNr">1122 </span> assume-console [ -<span id="L1123" class="LineNr">1123 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L1123" class="LineNr">1123 </span> type <span class="Constant">[0]</span> <span id="L1124" class="LineNr">1124 </span> ] <span id="L1125" class="LineNr">1125 </span> run [ -<span id="L1126" class="LineNr">1126 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1126" class="LineNr">1126 </span> editor-event-loop screen, console, e <span id="L1127" class="LineNr">1127 </span> ] <span id="L1128" class="LineNr">1128 </span> screen-should-contain [ -<span id="L1129" class="LineNr">1129 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1130" class="LineNr">1130 </span> <span class="Conceal">¦</span><span class="Constant"> .0 .</span> -<span id="L1131" class="LineNr">1131 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L1132" class="LineNr">1132 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1133" class="LineNr">1133 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1129" class="LineNr">1129 </span> <span class="Constant"> . .</span> +<span id="L1130" class="LineNr">1130 </span> <span class="Constant"> .0 .</span> +<span id="L1131" class="LineNr">1131 </span> <span class="Constant"> .def .</span> +<span id="L1132" class="LineNr">1132 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1133" class="LineNr">1133 </span> <span class="Constant"> . .</span> <span id="L1134" class="LineNr">1134 </span> ] <span id="L1135" class="LineNr">1135 </span>] <span id="L1136" class="LineNr">1136 </span> @@ -1203,36 +1202,36 @@ if ('onhashchange' in window) { <span id="L1141" class="LineNr">1141 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L1142" class="LineNr">1142 </span><span class="Constant">def</span> <span id="L1143" class="LineNr">1143 </span><span class="Constant">ghi]</span> -<span id="L1144" class="LineNr">1144 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1145" class="LineNr">1145 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1144" class="LineNr">1144 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1145" class="LineNr">1145 </span> editor-render screen, e <span id="L1146" class="LineNr">1146 </span> $clear-trace <span id="L1147" class="LineNr">1147 </span> <span class="Comment"># click on the third line and hit up-arrow, so you end up just after a newline</span> <span id="L1148" class="LineNr">1148 </span> assume-console [ -<span id="L1149" class="LineNr">1149 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L1150" class="LineNr">1150 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L1149" class="LineNr">1149 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L1150" class="LineNr">1150 </span> press up-arrow <span id="L1151" class="LineNr">1151 </span> ] <span id="L1152" class="LineNr">1152 </span> run [ -<span id="L1153" class="LineNr">1153 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1154" class="LineNr">1154 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1155" class="LineNr">1155 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1153" class="LineNr">1153 </span> editor-event-loop screen, console, e +<span id="L1154" class="LineNr">1154 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1155" class="LineNr">1155 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1156" class="LineNr">1156 </span> ] <span id="L1157" class="LineNr">1157 </span> memory-should-contain [ -<span id="L1158" class="LineNr">1158 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L1159" class="LineNr">1159 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L1158" class="LineNr">1158 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1159" class="LineNr">1159 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L1160" class="LineNr">1160 </span> ] <span id="L1161" class="LineNr">1161 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1162" class="LineNr">1162 </span> assume-console [ -<span id="L1163" class="LineNr">1163 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L1163" class="LineNr">1163 </span> type <span class="Constant">[0]</span> <span id="L1164" class="LineNr">1164 </span> ] <span id="L1165" class="LineNr">1165 </span> run [ -<span id="L1166" class="LineNr">1166 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1166" class="LineNr">1166 </span> editor-event-loop screen, console, e <span id="L1167" class="LineNr">1167 </span> ] <span id="L1168" class="LineNr">1168 </span> screen-should-contain [ -<span id="L1169" class="LineNr">1169 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1170" class="LineNr">1170 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L1171" class="LineNr">1171 </span> <span class="Conceal">¦</span><span class="Constant"> .0def .</span> -<span id="L1172" class="LineNr">1172 </span> <span class="Conceal">¦</span><span class="Constant"> .ghi .</span> -<span id="L1173" class="LineNr">1173 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1169" class="LineNr">1169 </span> <span class="Constant"> . .</span> +<span id="L1170" class="LineNr">1170 </span> <span class="Constant"> .abc .</span> +<span id="L1171" class="LineNr">1171 </span> <span class="Constant"> .0def .</span> +<span id="L1172" class="LineNr">1172 </span> <span class="Constant"> .ghi .</span> +<span id="L1173" class="LineNr">1173 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L1174" class="LineNr">1174 </span> ] <span id="L1175" class="LineNr">1175 </span>] <span id="L1176" class="LineNr">1176 </span> @@ -1243,76 +1242,76 @@ if ('onhashchange' in window) { <span id="L1181" class="LineNr">1181 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L1182" class="LineNr">1182 </span><span class="Constant">def</span> <span id="L1183" class="LineNr">1183 </span><span class="Constant">ghi]</span> -<span id="L1184" class="LineNr">1184 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">1/left</span>, <span class="Constant">10/right</span> -<span id="L1185" class="LineNr">1185 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1184" class="LineNr">1184 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">1/left</span>, <span class="Constant">10/right</span> +<span id="L1185" class="LineNr">1185 </span> editor-render screen, e <span id="L1186" class="LineNr">1186 </span> $clear-trace <span id="L1187" class="LineNr">1187 </span> <span class="Comment"># click on the third line and hit up-arrow, so you end up just after a newline</span> <span id="L1188" class="LineNr">1188 </span> assume-console [ -<span id="L1189" class="LineNr">1189 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 1</span> -<span id="L1190" class="LineNr">1190 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L1189" class="LineNr">1189 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 1</span> +<span id="L1190" class="LineNr">1190 </span> press up-arrow <span id="L1191" class="LineNr">1191 </span> ] <span id="L1192" class="LineNr">1192 </span> run [ -<span id="L1193" class="LineNr">1193 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1194" class="LineNr">1194 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1195" class="LineNr">1195 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1193" class="LineNr">1193 </span> editor-event-loop screen, console, e +<span id="L1194" class="LineNr">1194 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1195" class="LineNr">1195 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1196" class="LineNr">1196 </span> ] <span id="L1197" class="LineNr">1197 </span> memory-should-contain [ -<span id="L1198" class="LineNr">1198 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L1199" class="LineNr">1199 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1198" class="LineNr">1198 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1199" class="LineNr">1199 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1200" class="LineNr">1200 </span> ] <span id="L1201" class="LineNr">1201 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1202" class="LineNr">1202 </span> assume-console [ -<span id="L1203" class="LineNr">1203 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L1203" class="LineNr">1203 </span> type <span class="Constant">[0]</span> <span id="L1204" class="LineNr">1204 </span> ] <span id="L1205" class="LineNr">1205 </span> run [ -<span id="L1206" class="LineNr">1206 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1206" class="LineNr">1206 </span> editor-event-loop screen, console, e <span id="L1207" class="LineNr">1207 </span> ] <span id="L1208" class="LineNr">1208 </span> screen-should-contain [ -<span id="L1209" class="LineNr">1209 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1210" class="LineNr">1210 </span> <span class="Conceal">¦</span><span class="Constant"> . abc .</span> -<span id="L1211" class="LineNr">1211 </span> <span class="Conceal">¦</span><span class="Constant"> . 0def .</span> -<span id="L1212" class="LineNr">1212 </span> <span class="Conceal">¦</span><span class="Constant"> . ghi .</span> -<span id="L1213" class="LineNr">1213 </span> <span class="Conceal">¦</span><span class="Constant"> . ╌╌╌╌╌╌╌╌╌.</span> +<span id="L1209" class="LineNr">1209 </span> <span class="Constant"> . .</span> +<span id="L1210" class="LineNr">1210 </span> <span class="Constant"> . abc .</span> +<span id="L1211" class="LineNr">1211 </span> <span class="Constant"> . 0def .</span> +<span id="L1212" class="LineNr">1212 </span> <span class="Constant"> . ghi .</span> +<span id="L1213" class="LineNr">1213 </span> <span class="Constant"> . ╌╌╌╌╌╌╌╌╌.</span> <span id="L1214" class="LineNr">1214 </span> ] <span id="L1215" class="LineNr">1215 </span>] <span id="L1216" class="LineNr">1216 </span> <span id="L1217" class="LineNr">1217 </span><span class="muScenario">scenario</span> editor-moves-to-top-line-in-presence-of-wrapped-line [ <span id="L1218" class="LineNr">1218 </span> <span class="Constant">local-scope</span> <span id="L1219" class="LineNr">1219 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L1220" class="LineNr">1220 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abcde]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L1221" class="LineNr">1221 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1220" class="LineNr">1220 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abcde]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L1221" class="LineNr">1221 </span> editor-render screen, e <span id="L1222" class="LineNr">1222 </span> screen-should-contain [ -<span id="L1223" class="LineNr">1223 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1224" class="LineNr">1224 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd↩ .</span> -<span id="L1225" class="LineNr">1225 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L1226" class="LineNr">1226 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L1223" class="LineNr">1223 </span> <span class="Constant"> . .</span> +<span id="L1224" class="LineNr">1224 </span> <span class="Constant"> .abcd↩ .</span> +<span id="L1225" class="LineNr">1225 </span> <span class="Constant"> .e .</span> +<span id="L1226" class="LineNr">1226 </span> <span class="Constant"> .╌╌╌╌╌ .</span> <span id="L1227" class="LineNr">1227 </span> ] <span id="L1228" class="LineNr">1228 </span> $clear-trace <span id="L1229" class="LineNr">1229 </span> assume-console [ -<span id="L1230" class="LineNr">1230 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 0</span> -<span id="L1231" class="LineNr">1231 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L1230" class="LineNr">1230 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 0</span> +<span id="L1231" class="LineNr">1231 </span> press up-arrow <span id="L1232" class="LineNr">1232 </span> ] <span id="L1233" class="LineNr">1233 </span> run [ -<span id="L1234" class="LineNr">1234 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1235" class="LineNr">1235 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1236" class="LineNr">1236 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1234" class="LineNr">1234 </span> editor-event-loop screen, console, e +<span id="L1235" class="LineNr">1235 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1236" class="LineNr">1236 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1237" class="LineNr">1237 </span> ] <span id="L1238" class="LineNr">1238 </span> memory-should-contain [ -<span id="L1239" class="LineNr">1239 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1240" class="LineNr">1240 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L1239" class="LineNr">1239 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1240" class="LineNr">1240 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L1241" class="LineNr">1241 </span> ] <span id="L1242" class="LineNr">1242 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1243" class="LineNr">1243 </span> assume-console [ -<span id="L1244" class="LineNr">1244 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L1244" class="LineNr">1244 </span> type <span class="Constant">[0]</span> <span id="L1245" class="LineNr">1245 </span> ] <span id="L1246" class="LineNr">1246 </span> run [ -<span id="L1247" class="LineNr">1247 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1247" class="LineNr">1247 </span> editor-event-loop screen, console, e <span id="L1248" class="LineNr">1248 </span> ] <span id="L1249" class="LineNr">1249 </span> screen-should-contain [ -<span id="L1250" class="LineNr">1250 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1251" class="LineNr">1251 </span> <span class="Conceal">¦</span><span class="Constant"> .0abc↩ .</span> -<span id="L1252" class="LineNr">1252 </span> <span class="Conceal">¦</span><span class="Constant"> .de .</span> -<span id="L1253" class="LineNr">1253 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L1250" class="LineNr">1250 </span> <span class="Constant"> . .</span> +<span id="L1251" class="LineNr">1251 </span> <span class="Constant"> .0abc↩ .</span> +<span id="L1252" class="LineNr">1252 </span> <span class="Constant"> .de .</span> +<span id="L1253" class="LineNr">1253 </span> <span class="Constant"> .╌╌╌╌╌ .</span> <span id="L1254" class="LineNr">1254 </span> ] <span id="L1255" class="LineNr">1255 </span>] <span id="L1256" class="LineNr">1256 </span> @@ -1321,43 +1320,43 @@ if ('onhashchange' in window) { <span id="L1259" class="LineNr">1259 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L1260" class="LineNr">1260 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L1261" class="LineNr">1261 </span><span class="Constant">defgh]</span> -<span id="L1262" class="LineNr">1262 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L1263" class="LineNr">1263 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1262" class="LineNr">1262 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L1263" class="LineNr">1263 </span> editor-render screen, e <span id="L1264" class="LineNr">1264 </span> screen-should-contain [ -<span id="L1265" class="LineNr">1265 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1266" class="LineNr">1266 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L1267" class="LineNr">1267 </span> <span class="Conceal">¦</span><span class="Constant"> .defg↩ .</span> -<span id="L1268" class="LineNr">1268 </span> <span class="Conceal">¦</span><span class="Constant"> .h .</span> -<span id="L1269" class="LineNr">1269 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L1265" class="LineNr">1265 </span> <span class="Constant"> . .</span> +<span id="L1266" class="LineNr">1266 </span> <span class="Constant"> .abc .</span> +<span id="L1267" class="LineNr">1267 </span> <span class="Constant"> .defg↩ .</span> +<span id="L1268" class="LineNr">1268 </span> <span class="Constant"> .h .</span> +<span id="L1269" class="LineNr">1269 </span> <span class="Constant"> .╌╌╌╌╌ .</span> <span id="L1270" class="LineNr">1270 </span> ] <span id="L1271" class="LineNr">1271 </span> $clear-trace <span id="L1272" class="LineNr">1272 </span> assume-console [ -<span id="L1273" class="LineNr">1273 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L1274" class="LineNr">1274 </span> <span class="Conceal">¦</span> press up-arrow -<span id="L1275" class="LineNr">1275 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L1273" class="LineNr">1273 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L1274" class="LineNr">1274 </span> press up-arrow +<span id="L1275" class="LineNr">1275 </span> press up-arrow <span id="L1276" class="LineNr">1276 </span> ] <span id="L1277" class="LineNr">1277 </span> run [ -<span id="L1278" class="LineNr">1278 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1279" class="LineNr">1279 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1280" class="LineNr">1280 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1278" class="LineNr">1278 </span> editor-event-loop screen, console, e +<span id="L1279" class="LineNr">1279 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1280" class="LineNr">1280 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1281" class="LineNr">1281 </span> ] <span id="L1282" class="LineNr">1282 </span> memory-should-contain [ -<span id="L1283" class="LineNr">1283 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1284" class="LineNr">1284 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L1283" class="LineNr">1283 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1284" class="LineNr">1284 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L1285" class="LineNr">1285 </span> ] <span id="L1286" class="LineNr">1286 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1287" class="LineNr">1287 </span> assume-console [ -<span id="L1288" class="LineNr">1288 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L1288" class="LineNr">1288 </span> type <span class="Constant">[0]</span> <span id="L1289" class="LineNr">1289 </span> ] <span id="L1290" class="LineNr">1290 </span> run [ -<span id="L1291" class="LineNr">1291 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1291" class="LineNr">1291 </span> editor-event-loop screen, console, e <span id="L1292" class="LineNr">1292 </span> ] <span id="L1293" class="LineNr">1293 </span> screen-should-contain [ -<span id="L1294" class="LineNr">1294 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1295" class="LineNr">1295 </span> <span class="Conceal">¦</span><span class="Constant"> .0abc .</span> -<span id="L1296" class="LineNr">1296 </span> <span class="Conceal">¦</span><span class="Constant"> .defg↩ .</span> -<span id="L1297" class="LineNr">1297 </span> <span class="Conceal">¦</span><span class="Constant"> .h .</span> -<span id="L1298" class="LineNr">1298 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L1294" class="LineNr">1294 </span> <span class="Constant"> . .</span> +<span id="L1295" class="LineNr">1295 </span> <span class="Constant"> .0abc .</span> +<span id="L1296" class="LineNr">1296 </span> <span class="Constant"> .defg↩ .</span> +<span id="L1297" class="LineNr">1297 </span> <span class="Constant"> .h .</span> +<span id="L1298" class="LineNr">1298 </span> <span class="Constant"> .╌╌╌╌╌ .</span> <span id="L1299" class="LineNr">1299 </span> ] <span id="L1300" class="LineNr">1300 </span>] <span id="L1301" class="LineNr">1301 </span> @@ -1368,132 +1367,132 @@ if ('onhashchange' in window) { <span id="L1306" class="LineNr">1306 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L1307" class="LineNr">1307 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L1308" class="LineNr">1308 </span><span class="Constant">def]</span> -<span id="L1309" class="LineNr">1309 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1310" class="LineNr">1310 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1309" class="LineNr">1309 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1310" class="LineNr">1310 </span> editor-render screen, e <span id="L1311" class="LineNr">1311 </span> $clear-trace <span id="L1312" class="LineNr">1312 </span> <span class="Comment"># cursor starts out at (1, 0)</span> <span id="L1313" class="LineNr">1313 </span> assume-console [ -<span id="L1314" class="LineNr">1314 </span> <span class="Conceal">¦</span> press down-arrow +<span id="L1314" class="LineNr">1314 </span> press down-arrow <span id="L1315" class="LineNr">1315 </span> ] <span id="L1316" class="LineNr">1316 </span> run [ -<span id="L1317" class="LineNr">1317 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1318" class="LineNr">1318 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1319" class="LineNr">1319 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1317" class="LineNr">1317 </span> editor-event-loop screen, console, e +<span id="L1318" class="LineNr">1318 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1319" class="LineNr">1319 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1320" class="LineNr">1320 </span> ] <span id="L1321" class="LineNr">1321 </span> <span class="Comment"># ..and ends at (2, 0)</span> <span id="L1322" class="LineNr">1322 </span> memory-should-contain [ -<span id="L1323" class="LineNr">1323 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L1324" class="LineNr">1324 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L1323" class="LineNr">1323 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1324" class="LineNr">1324 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L1325" class="LineNr">1325 </span> ] <span id="L1326" class="LineNr">1326 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1327" class="LineNr">1327 </span> assume-console [ -<span id="L1328" class="LineNr">1328 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L1328" class="LineNr">1328 </span> type <span class="Constant">[0]</span> <span id="L1329" class="LineNr">1329 </span> ] <span id="L1330" class="LineNr">1330 </span> run [ -<span id="L1331" class="LineNr">1331 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1331" class="LineNr">1331 </span> editor-event-loop screen, console, e <span id="L1332" class="LineNr">1332 </span> ] <span id="L1333" class="LineNr">1333 </span> screen-should-contain [ -<span id="L1334" class="LineNr">1334 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1335" class="LineNr">1335 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L1336" class="LineNr">1336 </span> <span class="Conceal">¦</span><span class="Constant"> .0def .</span> -<span id="L1337" class="LineNr">1337 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1338" class="LineNr">1338 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1334" class="LineNr">1334 </span> <span class="Constant"> . .</span> +<span id="L1335" class="LineNr">1335 </span> <span class="Constant"> .abc .</span> +<span id="L1336" class="LineNr">1336 </span> <span class="Constant"> .0def .</span> +<span id="L1337" class="LineNr">1337 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1338" class="LineNr">1338 </span> <span class="Constant"> . .</span> <span id="L1339" class="LineNr">1339 </span> ] <span id="L1340" class="LineNr">1340 </span>] <span id="L1341" class="LineNr">1341 </span> -<span id="L1342" class="LineNr">1342 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L199'><handle-special-key></a></span> [ +<span id="L1342" class="LineNr">1342 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-key></span> [ <span id="L1343" class="LineNr">1343 </span> <span class="Delimiter">{</span> -<span id="L1344" class="LineNr">1344 </span> <span class="Conceal">¦</span> move-to-next-line?:bool <span class="Special"><-</span> equal k, <span class="Constant">65516/down-arrow</span> -<span id="L1345" class="LineNr">1345 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> move-to-next-line? -<span id="L1346" class="LineNr">1346 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-move-cursor></span> -<span id="L1347" class="LineNr">1347 </span> <span class="Conceal">¦</span> go-render? <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L1354'>move-to-next-line</a> editor, <a href='../081print.mu.html#L782'>screen-height</a> -<span id="L1348" class="LineNr">1348 </span> <span class="Conceal">¦</span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">4/down-arrow</span> -<span id="L1349" class="LineNr">1349 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-move-cursor></span> -<span id="L1350" class="LineNr">1350 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L1344" class="LineNr">1344 </span> move-to-next-line?:bool <span class="Special"><-</span> equal k, <span class="Constant">65516/down-arrow</span> +<span id="L1345" class="LineNr">1345 </span> <span class="muControl">break-unless</span> move-to-next-line? +<span id="L1346" class="LineNr">1346 </span><span class="Constant"> <begin-move-cursor></span> +<span id="L1347" class="LineNr">1347 </span> go-render? <span class="Special"><-</span> move-to-next-line editor, screen-height +<span id="L1348" class="LineNr">1348 </span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">4/down-arrow</span> +<span id="L1349" class="LineNr">1349 </span><span class="Constant"> <end-move-cursor></span> +<span id="L1350" class="LineNr">1350 </span> <span class="muControl"> return</span> <span id="L1351" class="LineNr">1351 </span> <span class="Delimiter">}</span> <span id="L1352" class="LineNr">1352 </span>] <span id="L1353" class="LineNr">1353 </span> -<span id="L1354" class="LineNr">1354 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L1354'>move-to-next-line</a> editor:&:editor, <a href='../081print.mu.html#L782'>screen-height</a>:num<span class="muRecipe"> -> </span>go-render?:bool, editor:&:editor [ +<span id="L1354" class="LineNr">1354 </span><span class="muRecipe">def</span> move-to-next-line editor:&:editor, screen-height:num<span class="muRecipe"> -> </span>go-render?:bool, editor:&:editor [ <span id="L1355" class="LineNr">1355 </span> <span class="Constant">local-scope</span> <span id="L1356" class="LineNr">1356 </span> <span class="Constant">load-inputs</span> <span id="L1357" class="LineNr">1357 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> <span id="L1358" class="LineNr">1358 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> -<span id="L1359" class="LineNr">1359 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L1359" class="LineNr">1359 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> <span id="L1360" class="LineNr">1360 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> <span id="L1361" class="LineNr">1361 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> -<span id="L1362" class="LineNr">1362 </span> last-line:num <span class="Special"><-</span> subtract <a href='../081print.mu.html#L782'>screen-height</a>,<span class="Constant"> 1</span> +<span id="L1362" class="LineNr">1362 </span> last-line:num <span class="Special"><-</span> subtract screen-height,<span class="Constant"> 1</span> <span id="L1363" class="LineNr">1363 </span> bottom:num <span class="Special"><-</span> get *editor, <span class="Constant">bottom:offset</span> <span id="L1364" class="LineNr">1364 </span> at-bottom-of-screen?:bool <span class="Special"><-</span> greater-or-equal bottom, last-line <span id="L1365" class="LineNr">1365 </span> <span class="Delimiter">{</span> -<span id="L1366" class="LineNr">1366 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> before-cursor -<span id="L1367" class="LineNr">1367 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L1368" class="LineNr">1368 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-bottom-of-screen? -<span id="L1369" class="LineNr">1369 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/don't-render</span> -<span id="L1370" class="LineNr">1370 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L1371" class="LineNr">1371 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L1372" class="LineNr">1372 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-bottom-of-screen? -<span id="L1373" class="LineNr">1373 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> jump</span> <span class="Constant">+try-to-scroll</span> -<span id="L1374" class="LineNr">1374 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L1366" class="LineNr">1366 </span> <span class="muControl">break-if</span> before-cursor +<span id="L1367" class="LineNr">1367 </span> <span class="Delimiter">{</span> +<span id="L1368" class="LineNr">1368 </span> <span class="muControl">break-if</span> at-bottom-of-screen? +<span id="L1369" class="LineNr">1369 </span> <span class="muControl"> return</span> <span class="Constant">0/don't-render</span> +<span id="L1370" class="LineNr">1370 </span> <span class="Delimiter">}</span> +<span id="L1371" class="LineNr">1371 </span> <span class="Delimiter">{</span> +<span id="L1372" class="LineNr">1372 </span> <span class="muControl">break-unless</span> at-bottom-of-screen? +<span id="L1373" class="LineNr">1373 </span> <span class="muControl"> jump</span> <span class="Constant">+try-to-scroll</span> +<span id="L1374" class="LineNr">1374 </span> <span class="Delimiter">}</span> <span id="L1375" class="LineNr">1375 </span> <span class="Delimiter">}</span> -<span id="L1376" class="LineNr">1376 </span> <a href='../065duplex_list.mu.html#L25'>next</a>:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor +<span id="L1376" class="LineNr">1376 </span> next:&:duplex-list:char <span class="Special"><-</span> next before-cursor <span id="L1377" class="LineNr">1377 </span> <span class="Delimiter">{</span> -<span id="L1378" class="LineNr">1378 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> <a href='../065duplex_list.mu.html#L25'>next</a> -<span id="L1379" class="LineNr">1379 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L1380" class="LineNr">1380 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-bottom-of-screen? -<span id="L1381" class="LineNr">1381 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/don't-render</span> -<span id="L1382" class="LineNr">1382 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L1383" class="LineNr">1383 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L1384" class="LineNr">1384 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-bottom-of-screen? -<span id="L1385" class="LineNr">1385 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> jump</span> <span class="Constant">+try-to-scroll</span> -<span id="L1386" class="LineNr">1386 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L1378" class="LineNr">1378 </span> <span class="muControl">break-if</span> next +<span id="L1379" class="LineNr">1379 </span> <span class="Delimiter">{</span> +<span id="L1380" class="LineNr">1380 </span> <span class="muControl">break-if</span> at-bottom-of-screen? +<span id="L1381" class="LineNr">1381 </span> <span class="muControl"> return</span> <span class="Constant">0/don't-render</span> +<span id="L1382" class="LineNr">1382 </span> <span class="Delimiter">}</span> +<span id="L1383" class="LineNr">1383 </span> <span class="Delimiter">{</span> +<span id="L1384" class="LineNr">1384 </span> <span class="muControl">break-unless</span> at-bottom-of-screen? +<span id="L1385" class="LineNr">1385 </span> <span class="muControl"> jump</span> <span class="Constant">+try-to-scroll</span> +<span id="L1386" class="LineNr">1386 </span> <span class="Delimiter">}</span> <span id="L1387" class="LineNr">1387 </span> <span class="Delimiter">}</span> <span id="L1388" class="LineNr">1388 </span> already-at-bottom?:bool <span class="Special"><-</span> greater-or-equal cursor-row, last-line <span id="L1389" class="LineNr">1389 </span> <span class="Delimiter">{</span> -<span id="L1390" class="LineNr">1390 </span> <span class="Conceal">¦</span> <span class="Comment"># if cursor not at bottom, move it</span> -<span id="L1391" class="LineNr">1391 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> already-at-bottom? -<span id="L1392" class="LineNr">1392 </span> <span class="Conceal">¦</span> target-column:num <span class="Special"><-</span> copy cursor-column -<span id="L1393" class="LineNr">1393 </span> <span class="Conceal">¦</span> <span class="Comment"># scan to start of next line</span> -<span id="L1394" class="LineNr">1394 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L1395" class="LineNr">1395 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L25'>next</a>:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor -<span id="L1396" class="LineNr">1396 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='../065duplex_list.mu.html#L25'>next</a> -<span id="L1397" class="LineNr">1397 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal cursor-column, right -<span id="L1398" class="LineNr">1398 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L1399" class="LineNr">1399 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> add cursor-column,<span class="Constant"> 1</span> -<span id="L1400" class="LineNr">1400 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> copy <a href='../065duplex_list.mu.html#L25'>next</a> -<span id="L1401" class="LineNr">1401 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> get *next, <span class="Constant">value:offset</span> -<span id="L1402" class="LineNr">1402 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L1403" class="LineNr">1403 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-newline? -<span id="L1404" class="LineNr">1404 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> -<span id="L1405" class="LineNr">1405 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L1406" class="LineNr">1406 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L1407" class="LineNr">1407 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> <a href='../065duplex_list.mu.html#L25'>next</a> -<span id="L1408" class="LineNr">1408 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L1409" class="LineNr">1409 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-bottom-of-screen? -<span id="L1410" class="LineNr">1410 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/don't-render</span> -<span id="L1411" class="LineNr">1411 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L1412" class="LineNr">1412 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L1413" class="LineNr">1413 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-bottom-of-screen? -<span id="L1414" class="LineNr">1414 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> jump</span> <span class="Constant">+try-to-scroll</span> -<span id="L1415" class="LineNr">1415 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L1416" class="LineNr">1416 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L1417" class="LineNr">1417 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> add cursor-row,<span class="Constant"> 1</span> -<span id="L1418" class="LineNr">1418 </span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> copy left -<span id="L1419" class="LineNr">1419 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L1420" class="LineNr">1420 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L25'>next</a>:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor -<span id="L1421" class="LineNr">1421 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='../065duplex_list.mu.html#L25'>next</a> -<span id="L1422" class="LineNr">1422 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> get *next, <span class="Constant">value:offset</span> -<span id="L1423" class="LineNr">1423 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L1424" class="LineNr">1424 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-newline? -<span id="L1425" class="LineNr">1425 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal cursor-column, target-column -<span id="L1426" class="LineNr">1426 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L1427" class="LineNr">1427 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> add cursor-column,<span class="Constant"> 1</span> -<span id="L1428" class="LineNr">1428 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> copy <a href='../065duplex_list.mu.html#L25'>next</a> -<span id="L1429" class="LineNr">1429 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> -<span id="L1430" class="LineNr">1430 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L1431" class="LineNr">1431 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor -<span id="L1432" class="LineNr">1432 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L1433" class="LineNr">1433 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row -<span id="L1434" class="LineNr">1434 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/don't-render</span> +<span id="L1390" class="LineNr">1390 </span> <span class="Comment"># if cursor not at bottom, move it</span> +<span id="L1391" class="LineNr">1391 </span> <span class="muControl">break-if</span> already-at-bottom? +<span id="L1392" class="LineNr">1392 </span> target-column:num <span class="Special"><-</span> copy cursor-column +<span id="L1393" class="LineNr">1393 </span> <span class="Comment"># scan to start of next line</span> +<span id="L1394" class="LineNr">1394 </span> <span class="Delimiter">{</span> +<span id="L1395" class="LineNr">1395 </span> next:&:duplex-list:char <span class="Special"><-</span> next before-cursor +<span id="L1396" class="LineNr">1396 </span> <span class="muControl">break-unless</span> next +<span id="L1397" class="LineNr">1397 </span> done?:bool <span class="Special"><-</span> greater-or-equal cursor-column, right +<span id="L1398" class="LineNr">1398 </span> <span class="muControl">break-if</span> done? +<span id="L1399" class="LineNr">1399 </span> cursor-column <span class="Special"><-</span> add cursor-column,<span class="Constant"> 1</span> +<span id="L1400" class="LineNr">1400 </span> before-cursor <span class="Special"><-</span> copy next +<span id="L1401" class="LineNr">1401 </span> c:char <span class="Special"><-</span> get *next, <span class="Constant">value:offset</span> +<span id="L1402" class="LineNr">1402 </span> at-newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L1403" class="LineNr">1403 </span> <span class="muControl">break-if</span> at-newline? +<span id="L1404" class="LineNr">1404 </span> <span class="muControl"> loop</span> +<span id="L1405" class="LineNr">1405 </span> <span class="Delimiter">}</span> +<span id="L1406" class="LineNr">1406 </span> <span class="Delimiter">{</span> +<span id="L1407" class="LineNr">1407 </span> <span class="muControl">break-if</span> next +<span id="L1408" class="LineNr">1408 </span> <span class="Delimiter">{</span> +<span id="L1409" class="LineNr">1409 </span> <span class="muControl">break-if</span> at-bottom-of-screen? +<span id="L1410" class="LineNr">1410 </span> <span class="muControl"> return</span> <span class="Constant">0/don't-render</span> +<span id="L1411" class="LineNr">1411 </span> <span class="Delimiter">}</span> +<span id="L1412" class="LineNr">1412 </span> <span class="Delimiter">{</span> +<span id="L1413" class="LineNr">1413 </span> <span class="muControl">break-unless</span> at-bottom-of-screen? +<span id="L1414" class="LineNr">1414 </span> <span class="muControl"> jump</span> <span class="Constant">+try-to-scroll</span> +<span id="L1415" class="LineNr">1415 </span> <span class="Delimiter">}</span> +<span id="L1416" class="LineNr">1416 </span> <span class="Delimiter">}</span> +<span id="L1417" class="LineNr">1417 </span> cursor-row <span class="Special"><-</span> add cursor-row,<span class="Constant"> 1</span> +<span id="L1418" class="LineNr">1418 </span> cursor-column <span class="Special"><-</span> copy left +<span id="L1419" class="LineNr">1419 </span> <span class="Delimiter">{</span> +<span id="L1420" class="LineNr">1420 </span> next:&:duplex-list:char <span class="Special"><-</span> next before-cursor +<span id="L1421" class="LineNr">1421 </span> <span class="muControl">break-unless</span> next +<span id="L1422" class="LineNr">1422 </span> c:char <span class="Special"><-</span> get *next, <span class="Constant">value:offset</span> +<span id="L1423" class="LineNr">1423 </span> at-newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L1424" class="LineNr">1424 </span> <span class="muControl">break-if</span> at-newline? +<span id="L1425" class="LineNr">1425 </span> done?:bool <span class="Special"><-</span> greater-or-equal cursor-column, target-column +<span id="L1426" class="LineNr">1426 </span> <span class="muControl">break-if</span> done? +<span id="L1427" class="LineNr">1427 </span> cursor-column <span class="Special"><-</span> add cursor-column,<span class="Constant"> 1</span> +<span id="L1428" class="LineNr">1428 </span> before-cursor <span class="Special"><-</span> copy next +<span id="L1429" class="LineNr">1429 </span> <span class="muControl"> loop</span> +<span id="L1430" class="LineNr">1430 </span> <span class="Delimiter">}</span> +<span id="L1431" class="LineNr">1431 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor +<span id="L1432" class="LineNr">1432 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L1433" class="LineNr">1433 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L1434" class="LineNr">1434 </span> <span class="muControl"> return</span> <span class="Constant">0/don't-render</span> <span id="L1435" class="LineNr">1435 </span> <span class="Delimiter">}</span> <span id="L1436" class="LineNr">1436 </span><span class="Constant"> +try-to-scroll</span> <span id="L1437" class="LineNr">1437 </span><span class="Constant"> <scroll-down></span> @@ -1507,66 +1506,66 @@ if ('onhashchange' in window) { <span id="L1445" class="LineNr">1445 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abcde</span> <span id="L1446" class="LineNr">1446 </span><span class="Constant">fg</span> <span id="L1447" class="LineNr">1447 </span><span class="Constant">hi]</span> -<span id="L1448" class="LineNr">1448 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1449" class="LineNr">1449 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1448" class="LineNr">1448 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1449" class="LineNr">1449 </span> editor-render screen, e <span id="L1450" class="LineNr">1450 </span> $clear-trace <span id="L1451" class="LineNr">1451 </span> <span class="Comment"># move to end of first line, then press down</span> <span id="L1452" class="LineNr">1452 </span> assume-console [ -<span id="L1453" class="LineNr">1453 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 8</span> -<span id="L1454" class="LineNr">1454 </span> <span class="Conceal">¦</span> press down-arrow +<span id="L1453" class="LineNr">1453 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 8</span> +<span id="L1454" class="LineNr">1454 </span> press down-arrow <span id="L1455" class="LineNr">1455 </span> ] <span id="L1456" class="LineNr">1456 </span> run [ -<span id="L1457" class="LineNr">1457 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1458" class="LineNr">1458 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1459" class="LineNr">1459 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1457" class="LineNr">1457 </span> editor-event-loop screen, console, e +<span id="L1458" class="LineNr">1458 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1459" class="LineNr">1459 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1460" class="LineNr">1460 </span> ] <span id="L1461" class="LineNr">1461 </span> <span class="Comment"># cursor doesn't go vertically down, it goes to end of shorter line</span> <span id="L1462" class="LineNr">1462 </span> memory-should-contain [ -<span id="L1463" class="LineNr">1463 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L1464" class="LineNr">1464 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1463" class="LineNr">1463 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1464" class="LineNr">1464 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span id="L1465" class="LineNr">1465 </span> ] <span id="L1466" class="LineNr">1466 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1467" class="LineNr">1467 </span> assume-console [ -<span id="L1468" class="LineNr">1468 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L1468" class="LineNr">1468 </span> type <span class="Constant">[0]</span> <span id="L1469" class="LineNr">1469 </span> ] <span id="L1470" class="LineNr">1470 </span> run [ -<span id="L1471" class="LineNr">1471 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1471" class="LineNr">1471 </span> editor-event-loop screen, console, e <span id="L1472" class="LineNr">1472 </span> ] <span id="L1473" class="LineNr">1473 </span> screen-should-contain [ -<span id="L1474" class="LineNr">1474 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1475" class="LineNr">1475 </span> <span class="Conceal">¦</span><span class="Constant"> .abcde .</span> -<span id="L1476" class="LineNr">1476 </span> <span class="Conceal">¦</span><span class="Constant"> .fg0 .</span> -<span id="L1477" class="LineNr">1477 </span> <span class="Conceal">¦</span><span class="Constant"> .hi .</span> -<span id="L1478" class="LineNr">1478 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1474" class="LineNr">1474 </span> <span class="Constant"> . .</span> +<span id="L1475" class="LineNr">1475 </span> <span class="Constant"> .abcde .</span> +<span id="L1476" class="LineNr">1476 </span> <span class="Constant"> .fg0 .</span> +<span id="L1477" class="LineNr">1477 </span> <span class="Constant"> .hi .</span> +<span id="L1478" class="LineNr">1478 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L1479" class="LineNr">1479 </span> ] <span id="L1480" class="LineNr">1480 </span>] <span id="L1481" class="LineNr">1481 </span> <span id="L1482" class="LineNr">1482 </span><span class="muScenario">scenario</span> editor-moves-down-within-wrapped-line [ <span id="L1483" class="LineNr">1483 </span> <span class="Constant">local-scope</span> <span id="L1484" class="LineNr">1484 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L1485" class="LineNr">1485 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abcdefghijklmno]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1486" class="LineNr">1486 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1485" class="LineNr">1485 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abcdefghijklmno]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1486" class="LineNr">1486 </span> editor-render screen, e <span id="L1487" class="LineNr">1487 </span> screen-should-contain [ -<span id="L1488" class="LineNr">1488 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1489" class="LineNr">1489 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .abcdefghi↩.</span> -<span id="L1490" class="LineNr">1490 </span> <span class="Conceal">¦</span><span class="Constant"> .jklmno .</span> -<span id="L1491" class="LineNr">1491 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1492" class="LineNr">1492 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1488" class="LineNr">1488 </span> <span class="Constant"> . .</span> +<span id="L1489" class="LineNr">1489 </span><span class="Constant"> .abcdefghi↩.</span> +<span id="L1490" class="LineNr">1490 </span> <span class="Constant"> .jklmno .</span> +<span id="L1491" class="LineNr">1491 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1492" class="LineNr">1492 </span> <span class="Constant"> . .</span> <span id="L1493" class="LineNr">1493 </span> ] <span id="L1494" class="LineNr">1494 </span> <span class="Comment"># position cursor on first screen line, but past end of second screen line</span> <span id="L1495" class="LineNr">1495 </span> assume-console [ -<span id="L1496" class="LineNr">1496 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 8</span> -<span id="L1497" class="LineNr">1497 </span> <span class="Conceal">¦</span> press down-arrow +<span id="L1496" class="LineNr">1496 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 8</span> +<span id="L1497" class="LineNr">1497 </span> press down-arrow <span id="L1498" class="LineNr">1498 </span> ] <span id="L1499" class="LineNr">1499 </span> run [ -<span id="L1500" class="LineNr">1500 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1501" class="LineNr">1501 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1502" class="LineNr">1502 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1500" class="LineNr">1500 </span> editor-event-loop screen, console, e +<span id="L1501" class="LineNr">1501 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1502" class="LineNr">1502 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1503" class="LineNr">1503 </span> ] <span id="L1504" class="LineNr">1504 </span> <span class="Comment"># cursor should be at end of second screen line</span> <span id="L1505" class="LineNr">1505 </span> memory-should-contain [ -<span id="L1506" class="LineNr">1506 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L1507" class="LineNr">1507 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 6</span> +<span id="L1506" class="LineNr">1506 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1507" class="LineNr">1507 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 6</span> <span id="L1508" class="LineNr">1508 </span> ] <span id="L1509" class="LineNr">1509 </span>] <span id="L1510" class="LineNr">1510 </span> @@ -1577,69 +1576,69 @@ if ('onhashchange' in window) { <span id="L1515" class="LineNr">1515 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L1516" class="LineNr">1516 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L1517" class="LineNr">1517 </span><span class="Constant">456]</span> -<span id="L1518" class="LineNr">1518 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1519" class="LineNr">1519 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1518" class="LineNr">1518 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1519" class="LineNr">1519 </span> editor-render screen, e <span id="L1520" class="LineNr">1520 </span> $clear-trace <span id="L1521" class="LineNr">1521 </span> <span class="Comment"># start on second line, press ctrl-a</span> <span id="L1522" class="LineNr">1522 </span> assume-console [ -<span id="L1523" class="LineNr">1523 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 3</span> -<span id="L1524" class="LineNr">1524 </span> <span class="Conceal">¦</span> press ctrl-a +<span id="L1523" class="LineNr">1523 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 3</span> +<span id="L1524" class="LineNr">1524 </span> press ctrl-a <span id="L1525" class="LineNr">1525 </span> ] <span id="L1526" class="LineNr">1526 </span> run [ -<span id="L1527" class="LineNr">1527 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1528" class="LineNr">1528 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1529" class="LineNr">1529 </span> <span class="Conceal">¦</span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1527" class="LineNr">1527 </span> editor-event-loop screen, console, e +<span id="L1528" class="LineNr">1528 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1529" class="LineNr">1529 </span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1530" class="LineNr">1530 </span> ] <span id="L1531" class="LineNr">1531 </span> <span class="Comment"># cursor moves to start of line</span> <span id="L1532" class="LineNr">1532 </span> memory-should-contain [ -<span id="L1533" class="LineNr">1533 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L1534" class="LineNr">1534 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L1533" class="LineNr">1533 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1534" class="LineNr">1534 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L1535" class="LineNr">1535 </span> ] <span id="L1536" class="LineNr">1536 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1537" class="LineNr">1537 </span>] <span id="L1538" class="LineNr">1538 </span> -<span id="L1539" class="LineNr">1539 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L185'><handle-special-character></a></span> [ +<span id="L1539" class="LineNr">1539 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-character></span> [ <span id="L1540" class="LineNr">1540 </span> <span class="Delimiter">{</span> -<span id="L1541" class="LineNr">1541 </span> <span class="Conceal">¦</span> move-to-start-of-line?:bool <span class="Special"><-</span> equal c, <span class="Constant">1/ctrl-a</span> -<span id="L1542" class="LineNr">1542 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> move-to-start-of-line? -<span id="L1543" class="LineNr">1543 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-move-cursor></span> -<span id="L1544" class="LineNr">1544 </span> <span class="Conceal">¦</span> <a href='003-shortcuts.mu.html#L1565'>move-to-start-of-screen-line</a> editor -<span id="L1545" class="LineNr">1545 </span> <span class="Conceal">¦</span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> -<span id="L1546" class="LineNr">1546 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-move-cursor></span> -<span id="L1547" class="LineNr">1547 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/don't-render</span> +<span id="L1541" class="LineNr">1541 </span> move-to-start-of-line?:bool <span class="Special"><-</span> equal c, <span class="Constant">1/ctrl-a</span> +<span id="L1542" class="LineNr">1542 </span> <span class="muControl">break-unless</span> move-to-start-of-line? +<span id="L1543" class="LineNr">1543 </span><span class="Constant"> <begin-move-cursor></span> +<span id="L1544" class="LineNr">1544 </span> move-to-start-of-screen-line editor +<span id="L1545" class="LineNr">1545 </span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> +<span id="L1546" class="LineNr">1546 </span><span class="Constant"> <end-move-cursor></span> +<span id="L1547" class="LineNr">1547 </span> <span class="muControl"> return</span> <span class="Constant">0/don't-render</span> <span id="L1548" class="LineNr">1548 </span> <span class="Delimiter">}</span> <span id="L1549" class="LineNr">1549 </span>] <span id="L1550" class="LineNr">1550 </span> -<span id="L1551" class="LineNr">1551 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L199'><handle-special-key></a></span> [ +<span id="L1551" class="LineNr">1551 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-key></span> [ <span id="L1552" class="LineNr">1552 </span> <span class="Delimiter">{</span> -<span id="L1553" class="LineNr">1553 </span> <span class="Conceal">¦</span> move-to-start-of-line?:bool <span class="Special"><-</span> equal k, <span class="Constant">65521/home</span> -<span id="L1554" class="LineNr">1554 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> move-to-start-of-line? -<span id="L1555" class="LineNr">1555 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-move-cursor></span> -<span id="L1556" class="LineNr">1556 </span> <span class="Conceal">¦</span> <a href='003-shortcuts.mu.html#L1565'>move-to-start-of-screen-line</a> editor -<span id="L1557" class="LineNr">1557 </span> <span class="Conceal">¦</span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> -<span id="L1558" class="LineNr">1558 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-move-cursor></span> -<span id="L1559" class="LineNr">1559 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/don't-render</span> +<span id="L1553" class="LineNr">1553 </span> move-to-start-of-line?:bool <span class="Special"><-</span> equal k, <span class="Constant">65521/home</span> +<span id="L1554" class="LineNr">1554 </span> <span class="muControl">break-unless</span> move-to-start-of-line? +<span id="L1555" class="LineNr">1555 </span><span class="Constant"> <begin-move-cursor></span> +<span id="L1556" class="LineNr">1556 </span> move-to-start-of-screen-line editor +<span id="L1557" class="LineNr">1557 </span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> +<span id="L1558" class="LineNr">1558 </span><span class="Constant"> <end-move-cursor></span> +<span id="L1559" class="LineNr">1559 </span> <span class="muControl"> return</span> <span class="Constant">0/don't-render</span> <span id="L1560" class="LineNr">1560 </span> <span class="Delimiter">}</span> <span id="L1561" class="LineNr">1561 </span>] <span id="L1562" class="LineNr">1562 </span> <span id="L1563" class="LineNr">1563 </span><span class="Comment"># handles wrapped lines</span> <span id="L1564" class="LineNr">1564 </span><span class="Comment"># precondition: cursor-column should be in a consistent state</span> -<span id="L1565" class="LineNr">1565 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L1565'>move-to-start-of-screen-line</a> editor:&:editor<span class="muRecipe"> -> </span>editor:&:editor [ +<span id="L1565" class="LineNr">1565 </span><span class="muRecipe">def</span> move-to-start-of-screen-line editor:&:editor<span class="muRecipe"> -> </span>editor:&:editor [ <span id="L1566" class="LineNr">1566 </span> <span class="Constant">local-scope</span> <span id="L1567" class="LineNr">1567 </span> <span class="Constant">load-inputs</span> <span id="L1568" class="LineNr">1568 </span> <span class="Comment"># update cursor column</span> <span id="L1569" class="LineNr">1569 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> <span id="L1570" class="LineNr">1570 </span> col:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> <span id="L1571" class="LineNr">1571 </span> <span class="Comment"># update before-cursor</span> -<span id="L1572" class="LineNr">1572 </span> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L1572" class="LineNr">1572 </span> curr:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> <span id="L1573" class="LineNr">1573 </span> <span class="Comment"># while not at start of line, move</span> <span id="L1574" class="LineNr">1574 </span> <span class="Delimiter">{</span> -<span id="L1575" class="LineNr">1575 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> equal col, left -<span id="L1576" class="LineNr">1576 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L1577" class="LineNr">1577 </span> <span class="Conceal">¦</span> assert curr, <span class="Constant">[move-to-start-of-line tried to move before start of text]</span> -<span id="L1578" class="LineNr">1578 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L32'>prev</a> curr -<span id="L1579" class="LineNr">1579 </span> <span class="Conceal">¦</span> col <span class="Special"><-</span> subtract col,<span class="Constant"> 1</span> -<span id="L1580" class="LineNr">1580 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L1575" class="LineNr">1575 </span> done?:bool <span class="Special"><-</span> equal col, left +<span id="L1576" class="LineNr">1576 </span> <span class="muControl">break-if</span> done? +<span id="L1577" class="LineNr">1577 </span> assert curr, <span class="Constant">[move-to-start-of-line tried to move before start of text]</span> +<span id="L1578" class="LineNr">1578 </span> curr <span class="Special"><-</span> prev curr +<span id="L1579" class="LineNr">1579 </span> col <span class="Special"><-</span> subtract col,<span class="Constant"> 1</span> +<span id="L1580" class="LineNr">1580 </span> <span class="muControl"> loop</span> <span id="L1581" class="LineNr">1581 </span> <span class="Delimiter">}</span> <span id="L1582" class="LineNr">1582 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, col <span id="L1583" class="LineNr">1583 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, curr @@ -1650,23 +1649,23 @@ if ('onhashchange' in window) { <span id="L1588" class="LineNr">1588 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L1589" class="LineNr">1589 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L1590" class="LineNr">1590 </span><span class="Constant">456]</span> -<span id="L1591" class="LineNr">1591 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1592" class="LineNr">1592 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1591" class="LineNr">1591 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1592" class="LineNr">1592 </span> editor-render screen, e <span id="L1593" class="LineNr">1593 </span> $clear-trace <span id="L1594" class="LineNr">1594 </span> <span class="Comment"># start on first line (no newline before), press ctrl-a</span> <span id="L1595" class="LineNr">1595 </span> assume-console [ -<span id="L1596" class="LineNr">1596 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> -<span id="L1597" class="LineNr">1597 </span> <span class="Conceal">¦</span> press ctrl-a +<span id="L1596" class="LineNr">1596 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> +<span id="L1597" class="LineNr">1597 </span> press ctrl-a <span id="L1598" class="LineNr">1598 </span> ] <span id="L1599" class="LineNr">1599 </span> run [ -<span id="L1600" class="LineNr">1600 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1601" class="LineNr">1601 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1602" class="LineNr">1602 </span> <span class="Conceal">¦</span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1600" class="LineNr">1600 </span> editor-event-loop screen, console, e +<span id="L1601" class="LineNr">1601 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1602" class="LineNr">1602 </span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1603" class="LineNr">1603 </span> ] <span id="L1604" class="LineNr">1604 </span> <span class="Comment"># cursor moves to start of line</span> <span id="L1605" class="LineNr">1605 </span> memory-should-contain [ -<span id="L1606" class="LineNr">1606 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1607" class="LineNr">1607 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L1606" class="LineNr">1606 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1607" class="LineNr">1607 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L1608" class="LineNr">1608 </span> ] <span id="L1609" class="LineNr">1609 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1610" class="LineNr">1610 </span>] @@ -1676,22 +1675,22 @@ if ('onhashchange' in window) { <span id="L1614" class="LineNr">1614 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L1615" class="LineNr">1615 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L1616" class="LineNr">1616 </span><span class="Constant">456]</span> -<span id="L1617" class="LineNr">1617 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1617" class="LineNr">1617 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> <span id="L1618" class="LineNr">1618 </span> $clear-trace <span id="L1619" class="LineNr">1619 </span> <span class="Comment"># start on second line, press 'home'</span> <span id="L1620" class="LineNr">1620 </span> assume-console [ -<span id="L1621" class="LineNr">1621 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 3</span> -<span id="L1622" class="LineNr">1622 </span> <span class="Conceal">¦</span> press home +<span id="L1621" class="LineNr">1621 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 3</span> +<span id="L1622" class="LineNr">1622 </span> press home <span id="L1623" class="LineNr">1623 </span> ] <span id="L1624" class="LineNr">1624 </span> run [ -<span id="L1625" class="LineNr">1625 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1626" class="LineNr">1626 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1627" class="LineNr">1627 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1625" class="LineNr">1625 </span> editor-event-loop screen, console, e +<span id="L1626" class="LineNr">1626 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1627" class="LineNr">1627 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1628" class="LineNr">1628 </span> ] <span id="L1629" class="LineNr">1629 </span> <span class="Comment"># cursor moves to start of line</span> <span id="L1630" class="LineNr">1630 </span> memory-should-contain [ -<span id="L1631" class="LineNr">1631 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L1632" class="LineNr">1632 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L1631" class="LineNr">1631 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1632" class="LineNr">1632 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L1633" class="LineNr">1633 </span> ] <span id="L1634" class="LineNr">1634 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1635" class="LineNr">1635 </span>] @@ -1701,23 +1700,23 @@ if ('onhashchange' in window) { <span id="L1639" class="LineNr">1639 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L1640" class="LineNr">1640 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L1641" class="LineNr">1641 </span><span class="Constant">456]</span> -<span id="L1642" class="LineNr">1642 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1643" class="LineNr">1643 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1642" class="LineNr">1642 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1643" class="LineNr">1643 </span> editor-render screen, e <span id="L1644" class="LineNr">1644 </span> $clear-trace <span id="L1645" class="LineNr">1645 </span> <span class="Comment"># start on first line (no newline before), press 'home'</span> <span id="L1646" class="LineNr">1646 </span> assume-console [ -<span id="L1647" class="LineNr">1647 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> -<span id="L1648" class="LineNr">1648 </span> <span class="Conceal">¦</span> press home +<span id="L1647" class="LineNr">1647 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> +<span id="L1648" class="LineNr">1648 </span> press home <span id="L1649" class="LineNr">1649 </span> ] <span id="L1650" class="LineNr">1650 </span> run [ -<span id="L1651" class="LineNr">1651 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1652" class="LineNr">1652 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1653" class="LineNr">1653 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1651" class="LineNr">1651 </span> editor-event-loop screen, console, e +<span id="L1652" class="LineNr">1652 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1653" class="LineNr">1653 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1654" class="LineNr">1654 </span> ] <span id="L1655" class="LineNr">1655 </span> <span class="Comment"># cursor moves to start of line</span> <span id="L1656" class="LineNr">1656 </span> memory-should-contain [ -<span id="L1657" class="LineNr">1657 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1658" class="LineNr">1658 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L1657" class="LineNr">1657 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1658" class="LineNr">1658 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L1659" class="LineNr">1659 </span> ] <span id="L1660" class="LineNr">1660 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1661" class="LineNr">1661 </span>] @@ -1725,52 +1724,52 @@ if ('onhashchange' in window) { <span id="L1663" class="LineNr">1663 </span><span class="muScenario">scenario</span> editor-moves-to-start-of-screen-line-with-ctrl-a [ <span id="L1664" class="LineNr">1664 </span> <span class="Constant">local-scope</span> <span id="L1665" class="LineNr">1665 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L1666" class="LineNr">1666 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[123456]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L1667" class="LineNr">1667 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1666" class="LineNr">1666 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[123456]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L1667" class="LineNr">1667 </span> editor-render screen, e <span id="L1668" class="LineNr">1668 </span> screen-should-contain [ -<span id="L1669" class="LineNr">1669 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1670" class="LineNr">1670 </span> <span class="Conceal">¦</span><span class="Constant"> .1234↩ .</span> -<span id="L1671" class="LineNr">1671 </span> <span class="Conceal">¦</span><span class="Constant"> .56 .</span> -<span id="L1672" class="LineNr">1672 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L1673" class="LineNr">1673 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1669" class="LineNr">1669 </span> <span class="Constant"> . .</span> +<span id="L1670" class="LineNr">1670 </span> <span class="Constant"> .1234↩ .</span> +<span id="L1671" class="LineNr">1671 </span> <span class="Constant"> .56 .</span> +<span id="L1672" class="LineNr">1672 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L1673" class="LineNr">1673 </span> <span class="Constant"> . .</span> <span id="L1674" class="LineNr">1674 </span> ] <span id="L1675" class="LineNr">1675 </span> $clear-trace <span id="L1676" class="LineNr">1676 </span> <span class="Comment"># start on second line, press ctrl-a then up</span> <span id="L1677" class="LineNr">1677 </span> assume-console [ -<span id="L1678" class="LineNr">1678 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> -<span id="L1679" class="LineNr">1679 </span> <span class="Conceal">¦</span> press ctrl-a -<span id="L1680" class="LineNr">1680 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L1678" class="LineNr">1678 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> +<span id="L1679" class="LineNr">1679 </span> press ctrl-a +<span id="L1680" class="LineNr">1680 </span> press up-arrow <span id="L1681" class="LineNr">1681 </span> ] <span id="L1682" class="LineNr">1682 </span> run [ -<span id="L1683" class="LineNr">1683 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1684" class="LineNr">1684 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1685" class="LineNr">1685 </span> <span class="Conceal">¦</span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1683" class="LineNr">1683 </span> editor-event-loop screen, console, e +<span id="L1684" class="LineNr">1684 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1685" class="LineNr">1685 </span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1686" class="LineNr">1686 </span> ] <span id="L1687" class="LineNr">1687 </span> <span class="Comment"># cursor moves to start of first line</span> <span id="L1688" class="LineNr">1688 </span> memory-should-contain [ -<span id="L1689" class="LineNr">1689 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor-row</span> -<span id="L1690" class="LineNr">1690 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor-column</span> +<span id="L1689" class="LineNr">1689 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor-row</span> +<span id="L1690" class="LineNr">1690 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor-column</span> <span id="L1691" class="LineNr">1691 </span> ] <span id="L1692" class="LineNr">1692 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1693" class="LineNr">1693 </span> <span class="Comment"># make sure before-cursor is in sync</span> <span id="L1694" class="LineNr">1694 </span> assume-console [ -<span id="L1695" class="LineNr">1695 </span> <span class="Conceal">¦</span> type <span class="Constant">[a]</span> +<span id="L1695" class="LineNr">1695 </span> type <span class="Constant">[a]</span> <span id="L1696" class="LineNr">1696 </span> ] <span id="L1697" class="LineNr">1697 </span> run [ -<span id="L1698" class="LineNr">1698 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1699" class="LineNr">1699 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1700" class="LineNr">1700 </span> <span class="Conceal">¦</span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1698" class="LineNr">1698 </span> editor-event-loop screen, console, e +<span id="L1699" class="LineNr">1699 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1700" class="LineNr">1700 </span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1701" class="LineNr">1701 </span> ] <span id="L1702" class="LineNr">1702 </span> screen-should-contain [ -<span id="L1703" class="LineNr">1703 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1704" class="LineNr">1704 </span> <span class="Conceal">¦</span><span class="Constant"> .a123↩ .</span> -<span id="L1705" class="LineNr">1705 </span> <span class="Conceal">¦</span><span class="Constant"> .456 .</span> -<span id="L1706" class="LineNr">1706 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L1707" class="LineNr">1707 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1703" class="LineNr">1703 </span> <span class="Constant"> . .</span> +<span id="L1704" class="LineNr">1704 </span> <span class="Constant"> .a123↩ .</span> +<span id="L1705" class="LineNr">1705 </span> <span class="Constant"> .456 .</span> +<span id="L1706" class="LineNr">1706 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L1707" class="LineNr">1707 </span> <span class="Constant"> . .</span> <span id="L1708" class="LineNr">1708 </span> ] <span id="L1709" class="LineNr">1709 </span> memory-should-contain [ -<span id="L1710" class="LineNr">1710 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor-row</span> -<span id="L1711" class="LineNr">1711 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor-column</span> +<span id="L1710" class="LineNr">1710 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor-row</span> +<span id="L1711" class="LineNr">1711 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor-column</span> <span id="L1712" class="LineNr">1712 </span> ] <span id="L1713" class="LineNr">1713 </span>] <span id="L1714" class="LineNr">1714 </span> @@ -1781,92 +1780,92 @@ if ('onhashchange' in window) { <span id="L1719" class="LineNr">1719 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L1720" class="LineNr">1720 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L1721" class="LineNr">1721 </span><span class="Constant">456]</span> -<span id="L1722" class="LineNr">1722 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1723" class="LineNr">1723 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1722" class="LineNr">1722 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1723" class="LineNr">1723 </span> editor-render screen, e <span id="L1724" class="LineNr">1724 </span> $clear-trace <span id="L1725" class="LineNr">1725 </span> <span class="Comment"># start on first line, press ctrl-e</span> <span id="L1726" class="LineNr">1726 </span> assume-console [ -<span id="L1727" class="LineNr">1727 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> -<span id="L1728" class="LineNr">1728 </span> <span class="Conceal">¦</span> press ctrl-e +<span id="L1727" class="LineNr">1727 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> +<span id="L1728" class="LineNr">1728 </span> press ctrl-e <span id="L1729" class="LineNr">1729 </span> ] <span id="L1730" class="LineNr">1730 </span> run [ -<span id="L1731" class="LineNr">1731 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1732" class="LineNr">1732 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1733" class="LineNr">1733 </span> <span class="Conceal">¦</span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1731" class="LineNr">1731 </span> editor-event-loop screen, console, e +<span id="L1732" class="LineNr">1732 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1733" class="LineNr">1733 </span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1734" class="LineNr">1734 </span> ] <span id="L1735" class="LineNr">1735 </span> <span class="Comment"># cursor moves to end of line</span> <span id="L1736" class="LineNr">1736 </span> memory-should-contain [ -<span id="L1737" class="LineNr">1737 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1738" class="LineNr">1738 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L1737" class="LineNr">1737 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1738" class="LineNr">1738 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L1739" class="LineNr">1739 </span> ] <span id="L1740" class="LineNr">1740 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1741" class="LineNr">1741 </span> <span class="Comment"># editor inserts future characters at cursor</span> <span id="L1742" class="LineNr">1742 </span> assume-console [ -<span id="L1743" class="LineNr">1743 </span> <span class="Conceal">¦</span> type <span class="Constant">[z]</span> +<span id="L1743" class="LineNr">1743 </span> type <span class="Constant">[z]</span> <span id="L1744" class="LineNr">1744 </span> ] <span id="L1745" class="LineNr">1745 </span> run [ -<span id="L1746" class="LineNr">1746 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1747" class="LineNr">1747 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1748" class="LineNr">1748 </span> <span class="Conceal">¦</span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1746" class="LineNr">1746 </span> editor-event-loop screen, console, e +<span id="L1747" class="LineNr">1747 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1748" class="LineNr">1748 </span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1749" class="LineNr">1749 </span> ] <span id="L1750" class="LineNr">1750 </span> memory-should-contain [ -<span id="L1751" class="LineNr">1751 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1752" class="LineNr">1752 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 4</span> +<span id="L1751" class="LineNr">1751 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1752" class="LineNr">1752 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 4</span> <span id="L1753" class="LineNr">1753 </span> ] <span id="L1754" class="LineNr">1754 </span> screen-should-contain [ -<span id="L1755" class="LineNr">1755 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1756" class="LineNr">1756 </span> <span class="Conceal">¦</span><span class="Constant"> .123z .</span> -<span id="L1757" class="LineNr">1757 </span> <span class="Conceal">¦</span><span class="Constant"> .456 .</span> -<span id="L1758" class="LineNr">1758 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1759" class="LineNr">1759 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1755" class="LineNr">1755 </span> <span class="Constant"> . .</span> +<span id="L1756" class="LineNr">1756 </span> <span class="Constant"> .123z .</span> +<span id="L1757" class="LineNr">1757 </span> <span class="Constant"> .456 .</span> +<span id="L1758" class="LineNr">1758 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1759" class="LineNr">1759 </span> <span class="Constant"> . .</span> <span id="L1760" class="LineNr">1760 </span> ] <span id="L1761" class="LineNr">1761 </span> check-trace-count-for-label<span class="Constant"> 1</span>, <span class="Constant">[print-character]</span> <span id="L1762" class="LineNr">1762 </span>] <span id="L1763" class="LineNr">1763 </span> -<span id="L1764" class="LineNr">1764 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L185'><handle-special-character></a></span> [ +<span id="L1764" class="LineNr">1764 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-character></span> [ <span id="L1765" class="LineNr">1765 </span> <span class="Delimiter">{</span> -<span id="L1766" class="LineNr">1766 </span> <span class="Conceal">¦</span> move-to-end-of-line?:bool <span class="Special"><-</span> equal c, <span class="Constant">5/ctrl-e</span> -<span id="L1767" class="LineNr">1767 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> move-to-end-of-line? -<span id="L1768" class="LineNr">1768 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-move-cursor></span> -<span id="L1769" class="LineNr">1769 </span> <span class="Conceal">¦</span> <a href='003-shortcuts.mu.html#L1788'>move-to-end-of-line</a> editor -<span id="L1770" class="LineNr">1770 </span> <span class="Conceal">¦</span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> -<span id="L1771" class="LineNr">1771 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-move-cursor></span> -<span id="L1772" class="LineNr">1772 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/don't-render</span> +<span id="L1766" class="LineNr">1766 </span> move-to-end-of-line?:bool <span class="Special"><-</span> equal c, <span class="Constant">5/ctrl-e</span> +<span id="L1767" class="LineNr">1767 </span> <span class="muControl">break-unless</span> move-to-end-of-line? +<span id="L1768" class="LineNr">1768 </span><span class="Constant"> <begin-move-cursor></span> +<span id="L1769" class="LineNr">1769 </span> move-to-end-of-line editor +<span id="L1770" class="LineNr">1770 </span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> +<span id="L1771" class="LineNr">1771 </span><span class="Constant"> <end-move-cursor></span> +<span id="L1772" class="LineNr">1772 </span> <span class="muControl"> return</span> <span class="Constant">0/don't-render</span> <span id="L1773" class="LineNr">1773 </span> <span class="Delimiter">}</span> <span id="L1774" class="LineNr">1774 </span>] <span id="L1775" class="LineNr">1775 </span> -<span id="L1776" class="LineNr">1776 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L199'><handle-special-key></a></span> [ +<span id="L1776" class="LineNr">1776 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-key></span> [ <span id="L1777" class="LineNr">1777 </span> <span class="Delimiter">{</span> -<span id="L1778" class="LineNr">1778 </span> <span class="Conceal">¦</span> move-to-end-of-line?:bool <span class="Special"><-</span> equal k, <span class="Constant">65520/end</span> -<span id="L1779" class="LineNr">1779 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> move-to-end-of-line? -<span id="L1780" class="LineNr">1780 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-move-cursor></span> -<span id="L1781" class="LineNr">1781 </span> <span class="Conceal">¦</span> <a href='003-shortcuts.mu.html#L1788'>move-to-end-of-line</a> editor -<span id="L1782" class="LineNr">1782 </span> <span class="Conceal">¦</span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> -<span id="L1783" class="LineNr">1783 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-move-cursor></span> -<span id="L1784" class="LineNr">1784 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/don't-render</span> +<span id="L1778" class="LineNr">1778 </span> move-to-end-of-line?:bool <span class="Special"><-</span> equal k, <span class="Constant">65520/end</span> +<span id="L1779" class="LineNr">1779 </span> <span class="muControl">break-unless</span> move-to-end-of-line? +<span id="L1780" class="LineNr">1780 </span><span class="Constant"> <begin-move-cursor></span> +<span id="L1781" class="LineNr">1781 </span> move-to-end-of-line editor +<span id="L1782" class="LineNr">1782 </span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> +<span id="L1783" class="LineNr">1783 </span><span class="Constant"> <end-move-cursor></span> +<span id="L1784" class="LineNr">1784 </span> <span class="muControl"> return</span> <span class="Constant">0/don't-render</span> <span id="L1785" class="LineNr">1785 </span> <span class="Delimiter">}</span> <span id="L1786" class="LineNr">1786 </span>] <span id="L1787" class="LineNr">1787 </span> -<span id="L1788" class="LineNr">1788 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L1788'>move-to-end-of-line</a> editor:&:editor<span class="muRecipe"> -> </span>editor:&:editor [ +<span id="L1788" class="LineNr">1788 </span><span class="muRecipe">def</span> move-to-end-of-line editor:&:editor<span class="muRecipe"> -> </span>editor:&:editor [ <span id="L1789" class="LineNr">1789 </span> <span class="Constant">local-scope</span> <span id="L1790" class="LineNr">1790 </span> <span class="Constant">load-inputs</span> -<span id="L1791" class="LineNr">1791 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L1791" class="LineNr">1791 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> <span id="L1792" class="LineNr">1792 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> <span id="L1793" class="LineNr">1793 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> <span id="L1794" class="LineNr">1794 </span> <span class="Comment"># while not at end of line, move</span> <span id="L1795" class="LineNr">1795 </span> <span class="Delimiter">{</span> -<span id="L1796" class="LineNr">1796 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L25'>next</a>:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor -<span id="L1797" class="LineNr">1797 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='../065duplex_list.mu.html#L25'>next</a> <span class="Comment"># end of text</span> -<span id="L1798" class="LineNr">1798 </span> <span class="Conceal">¦</span> nextc:char <span class="Special"><-</span> get *next, <span class="Constant">value:offset</span> -<span id="L1799" class="LineNr">1799 </span> <span class="Conceal">¦</span> at-end-of-line?:bool <span class="Special"><-</span> equal nextc, <span class="Constant">10/newline</span> -<span id="L1800" class="LineNr">1800 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-end-of-line? -<span id="L1801" class="LineNr">1801 </span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> add cursor-column,<span class="Constant"> 1</span> -<span id="L1802" class="LineNr">1802 </span> <span class="Conceal">¦</span> at-right?:bool <span class="Special"><-</span> equal cursor-column, right -<span id="L1803" class="LineNr">1803 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-right? -<span id="L1804" class="LineNr">1804 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L1805" class="LineNr">1805 </span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> copy <a href='../065duplex_list.mu.html#L25'>next</a> -<span id="L1806" class="LineNr">1806 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor -<span id="L1807" class="LineNr">1807 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L1796" class="LineNr">1796 </span> next:&:duplex-list:char <span class="Special"><-</span> next before-cursor +<span id="L1797" class="LineNr">1797 </span> <span class="muControl">break-unless</span> next <span class="Comment"># end of text</span> +<span id="L1798" class="LineNr">1798 </span> nextc:char <span class="Special"><-</span> get *next, <span class="Constant">value:offset</span> +<span id="L1799" class="LineNr">1799 </span> at-end-of-line?:bool <span class="Special"><-</span> equal nextc, <span class="Constant">10/newline</span> +<span id="L1800" class="LineNr">1800 </span> <span class="muControl">break-if</span> at-end-of-line? +<span id="L1801" class="LineNr">1801 </span> cursor-column <span class="Special"><-</span> add cursor-column,<span class="Constant"> 1</span> +<span id="L1802" class="LineNr">1802 </span> at-right?:bool <span class="Special"><-</span> equal cursor-column, right +<span id="L1803" class="LineNr">1803 </span> <span class="muControl">break-if</span> at-right? +<span id="L1804" class="LineNr">1804 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L1805" class="LineNr">1805 </span> before-cursor <span class="Special"><-</span> copy next +<span id="L1806" class="LineNr">1806 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor +<span id="L1807" class="LineNr">1807 </span> <span class="muControl"> loop</span> <span id="L1808" class="LineNr">1808 </span> <span class="Delimiter">}</span> <span id="L1809" class="LineNr">1809 </span>] <span id="L1810" class="LineNr">1810 </span> @@ -1875,23 +1874,23 @@ if ('onhashchange' in window) { <span id="L1813" class="LineNr">1813 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L1814" class="LineNr">1814 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L1815" class="LineNr">1815 </span><span class="Constant">456]</span> -<span id="L1816" class="LineNr">1816 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1817" class="LineNr">1817 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1816" class="LineNr">1816 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1817" class="LineNr">1817 </span> editor-render screen, e <span id="L1818" class="LineNr">1818 </span> $clear-trace <span id="L1819" class="LineNr">1819 </span> <span class="Comment"># start on second line (no newline after), press ctrl-e</span> <span id="L1820" class="LineNr">1820 </span> assume-console [ -<span id="L1821" class="LineNr">1821 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> -<span id="L1822" class="LineNr">1822 </span> <span class="Conceal">¦</span> press ctrl-e +<span id="L1821" class="LineNr">1821 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> +<span id="L1822" class="LineNr">1822 </span> press ctrl-e <span id="L1823" class="LineNr">1823 </span> ] <span id="L1824" class="LineNr">1824 </span> run [ -<span id="L1825" class="LineNr">1825 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1826" class="LineNr">1826 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1827" class="LineNr">1827 </span> <span class="Conceal">¦</span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1825" class="LineNr">1825 </span> editor-event-loop screen, console, e +<span id="L1826" class="LineNr">1826 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1827" class="LineNr">1827 </span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1828" class="LineNr">1828 </span> ] <span id="L1829" class="LineNr">1829 </span> <span class="Comment"># cursor moves to end of line</span> <span id="L1830" class="LineNr">1830 </span> memory-should-contain [ -<span id="L1831" class="LineNr">1831 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L1832" class="LineNr">1832 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L1831" class="LineNr">1831 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1832" class="LineNr">1832 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L1833" class="LineNr">1833 </span> ] <span id="L1834" class="LineNr">1834 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1835" class="LineNr">1835 </span>] @@ -1901,23 +1900,23 @@ if ('onhashchange' in window) { <span id="L1839" class="LineNr">1839 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L1840" class="LineNr">1840 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L1841" class="LineNr">1841 </span><span class="Constant">456]</span> -<span id="L1842" class="LineNr">1842 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1843" class="LineNr">1843 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1842" class="LineNr">1842 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1843" class="LineNr">1843 </span> editor-render screen, e <span id="L1844" class="LineNr">1844 </span> $clear-trace <span id="L1845" class="LineNr">1845 </span> <span class="Comment"># start on first line, press 'end'</span> <span id="L1846" class="LineNr">1846 </span> assume-console [ -<span id="L1847" class="LineNr">1847 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> -<span id="L1848" class="LineNr">1848 </span> <span class="Conceal">¦</span> press end +<span id="L1847" class="LineNr">1847 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> +<span id="L1848" class="LineNr">1848 </span> press end <span id="L1849" class="LineNr">1849 </span> ] <span id="L1850" class="LineNr">1850 </span> run [ -<span id="L1851" class="LineNr">1851 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1852" class="LineNr">1852 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1853" class="LineNr">1853 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1851" class="LineNr">1851 </span> editor-event-loop screen, console, e +<span id="L1852" class="LineNr">1852 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1853" class="LineNr">1853 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1854" class="LineNr">1854 </span> ] <span id="L1855" class="LineNr">1855 </span> <span class="Comment"># cursor moves to end of line</span> <span id="L1856" class="LineNr">1856 </span> memory-should-contain [ -<span id="L1857" class="LineNr">1857 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1858" class="LineNr">1858 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L1857" class="LineNr">1857 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1858" class="LineNr">1858 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L1859" class="LineNr">1859 </span> ] <span id="L1860" class="LineNr">1860 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1861" class="LineNr">1861 </span>] @@ -1927,23 +1926,23 @@ if ('onhashchange' in window) { <span id="L1865" class="LineNr">1865 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L1866" class="LineNr">1866 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L1867" class="LineNr">1867 </span><span class="Constant">456]</span> -<span id="L1868" class="LineNr">1868 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1869" class="LineNr">1869 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1868" class="LineNr">1868 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1869" class="LineNr">1869 </span> editor-render screen, e <span id="L1870" class="LineNr">1870 </span> $clear-trace <span id="L1871" class="LineNr">1871 </span> <span class="Comment"># start on second line (no newline after), press 'end'</span> <span id="L1872" class="LineNr">1872 </span> assume-console [ -<span id="L1873" class="LineNr">1873 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> -<span id="L1874" class="LineNr">1874 </span> <span class="Conceal">¦</span> press end +<span id="L1873" class="LineNr">1873 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> +<span id="L1874" class="LineNr">1874 </span> press end <span id="L1875" class="LineNr">1875 </span> ] <span id="L1876" class="LineNr">1876 </span> run [ -<span id="L1877" class="LineNr">1877 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1878" class="LineNr">1878 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1879" class="LineNr">1879 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1877" class="LineNr">1877 </span> editor-event-loop screen, console, e +<span id="L1878" class="LineNr">1878 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1879" class="LineNr">1879 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1880" class="LineNr">1880 </span> ] <span id="L1881" class="LineNr">1881 </span> <span class="Comment"># cursor moves to end of line</span> <span id="L1882" class="LineNr">1882 </span> memory-should-contain [ -<span id="L1883" class="LineNr">1883 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L1884" class="LineNr">1884 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L1883" class="LineNr">1883 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1884" class="LineNr">1884 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L1885" class="LineNr">1885 </span> ] <span id="L1886" class="LineNr">1886 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1887" class="LineNr">1887 </span>] @@ -1953,39 +1952,39 @@ if ('onhashchange' in window) { <span id="L1891" class="LineNr">1891 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L1892" class="LineNr">1892 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123456</span> <span id="L1893" class="LineNr">1893 </span><span class="Constant">789]</span> -<span id="L1894" class="LineNr">1894 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L1895" class="LineNr">1895 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1894" class="LineNr">1894 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L1895" class="LineNr">1895 </span> editor-render screen, e <span id="L1896" class="LineNr">1896 </span> $clear-trace <span id="L1897" class="LineNr">1897 </span> <span class="Comment"># start on first line, press 'end'</span> <span id="L1898" class="LineNr">1898 </span> assume-console [ -<span id="L1899" class="LineNr">1899 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> -<span id="L1900" class="LineNr">1900 </span> <span class="Conceal">¦</span> press end +<span id="L1899" class="LineNr">1899 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> +<span id="L1900" class="LineNr">1900 </span> press end <span id="L1901" class="LineNr">1901 </span> ] <span id="L1902" class="LineNr">1902 </span> run [ -<span id="L1903" class="LineNr">1903 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1904" class="LineNr">1904 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1905" class="LineNr">1905 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1903" class="LineNr">1903 </span> editor-event-loop screen, console, e +<span id="L1904" class="LineNr">1904 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1905" class="LineNr">1905 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1906" class="LineNr">1906 </span> ] <span id="L1907" class="LineNr">1907 </span> <span class="Comment"># cursor moves to end of line</span> <span id="L1908" class="LineNr">1908 </span> memory-should-contain [ -<span id="L1909" class="LineNr">1909 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1910" class="LineNr">1910 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L1909" class="LineNr">1909 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1910" class="LineNr">1910 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L1911" class="LineNr">1911 </span> ] <span id="L1912" class="LineNr">1912 </span> <span class="Comment"># no prints</span> <span id="L1913" class="LineNr">1913 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> <span id="L1914" class="LineNr">1914 </span> <span class="Comment"># before-cursor is also consistent</span> <span id="L1915" class="LineNr">1915 </span> assume-console [ -<span id="L1916" class="LineNr">1916 </span> <span class="Conceal">¦</span> type <span class="Constant">[a]</span> +<span id="L1916" class="LineNr">1916 </span> type <span class="Constant">[a]</span> <span id="L1917" class="LineNr">1917 </span> ] <span id="L1918" class="LineNr">1918 </span> run [ -<span id="L1919" class="LineNr">1919 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1919" class="LineNr">1919 </span> editor-event-loop screen, console, e <span id="L1920" class="LineNr">1920 </span> ] <span id="L1921" class="LineNr">1921 </span> screen-should-contain [ -<span id="L1922" class="LineNr">1922 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1923" class="LineNr">1923 </span> <span class="Conceal">¦</span><span class="Constant"> .123a↩ .</span> -<span id="L1924" class="LineNr">1924 </span> <span class="Conceal">¦</span><span class="Constant"> .456 .</span> -<span id="L1925" class="LineNr">1925 </span> <span class="Conceal">¦</span><span class="Constant"> .789 .</span> -<span id="L1926" class="LineNr">1926 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L1922" class="LineNr">1922 </span> <span class="Constant"> . .</span> +<span id="L1923" class="LineNr">1923 </span> <span class="Constant"> .123a↩ .</span> +<span id="L1924" class="LineNr">1924 </span> <span class="Constant"> .456 .</span> +<span id="L1925" class="LineNr">1925 </span> <span class="Constant"> .789 .</span> +<span id="L1926" class="LineNr">1926 </span> <span class="Constant"> .╌╌╌╌╌ .</span> <span id="L1927" class="LineNr">1927 </span> ] <span id="L1928" class="LineNr">1928 </span>] <span id="L1929" class="LineNr">1929 </span> @@ -1996,61 +1995,61 @@ if ('onhashchange' in window) { <span id="L1934" class="LineNr">1934 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L1935" class="LineNr">1935 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L1936" class="LineNr">1936 </span><span class="Constant">456]</span> -<span id="L1937" class="LineNr">1937 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1938" class="LineNr">1938 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1937" class="LineNr">1937 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1938" class="LineNr">1938 </span> editor-render screen, e <span id="L1939" class="LineNr">1939 </span> $clear-trace <span id="L1940" class="LineNr">1940 </span> <span class="Comment"># start on second line, press ctrl-u</span> <span id="L1941" class="LineNr">1941 </span> assume-console [ -<span id="L1942" class="LineNr">1942 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 2</span> -<span id="L1943" class="LineNr">1943 </span> <span class="Conceal">¦</span> press ctrl-u +<span id="L1942" class="LineNr">1942 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 2</span> +<span id="L1943" class="LineNr">1943 </span> press ctrl-u <span id="L1944" class="LineNr">1944 </span> ] <span id="L1945" class="LineNr">1945 </span> run [ -<span id="L1946" class="LineNr">1946 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1946" class="LineNr">1946 </span> editor-event-loop screen, console, e <span id="L1947" class="LineNr">1947 </span> ] <span id="L1948" class="LineNr">1948 </span> <span class="Comment"># cursor deletes to start of line</span> <span id="L1949" class="LineNr">1949 </span> screen-should-contain [ -<span id="L1950" class="LineNr">1950 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1951" class="LineNr">1951 </span> <span class="Conceal">¦</span><span class="Constant"> .123 .</span> -<span id="L1952" class="LineNr">1952 </span> <span class="Conceal">¦</span><span class="Constant"> .6 .</span> -<span id="L1953" class="LineNr">1953 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1954" class="LineNr">1954 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1950" class="LineNr">1950 </span> <span class="Constant"> . .</span> +<span id="L1951" class="LineNr">1951 </span> <span class="Constant"> .123 .</span> +<span id="L1952" class="LineNr">1952 </span> <span class="Constant"> .6 .</span> +<span id="L1953" class="LineNr">1953 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1954" class="LineNr">1954 </span> <span class="Constant"> . .</span> <span id="L1955" class="LineNr">1955 </span> ] <span id="L1956" class="LineNr">1956 </span> check-trace-count-for-label<span class="Constant"> 10</span>, <span class="Constant">[print-character]</span> <span id="L1957" class="LineNr">1957 </span>] <span id="L1958" class="LineNr">1958 </span> -<span id="L1959" class="LineNr">1959 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L185'><handle-special-character></a></span> [ +<span id="L1959" class="LineNr">1959 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-character></span> [ <span id="L1960" class="LineNr">1960 </span> <span class="Delimiter">{</span> -<span id="L1961" class="LineNr">1961 </span> <span class="Conceal">¦</span> delete-to-start-of-line?:bool <span class="Special"><-</span> equal c, <span class="Constant">21/ctrl-u</span> -<span id="L1962" class="LineNr">1962 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> delete-to-start-of-line? -<span id="L1963" class="LineNr">1963 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='003-shortcuts.mu.html#L1963'><begin-delete-to-start-of-line></a></span> -<span id="L1964" class="LineNr">1964 </span> <span class="Conceal">¦</span> deleted-cells:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L2006'>delete-to-start-of-line</a> editor -<span id="L1965" class="LineNr">1965 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='003-shortcuts.mu.html#L1965'><end-delete-to-start-of-line></a></span> -<span id="L1966" class="LineNr">1966 </span> <span class="Conceal">¦</span> go-render?:bool <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L1971'>minimal-render-for-ctrl-u</a> <a href='../081print.mu.html#L16'>screen</a>, editor, deleted-cells -<span id="L1967" class="LineNr">1967 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L1961" class="LineNr">1961 </span> delete-to-start-of-line?:bool <span class="Special"><-</span> equal c, <span class="Constant">21/ctrl-u</span> +<span id="L1962" class="LineNr">1962 </span> <span class="muControl">break-unless</span> delete-to-start-of-line? +<span id="L1963" class="LineNr">1963 </span><span class="Constant"> <begin-delete-to-start-of-line></span> +<span id="L1964" class="LineNr">1964 </span> deleted-cells:&:duplex-list:char <span class="Special"><-</span> delete-to-start-of-line editor +<span id="L1965" class="LineNr">1965 </span><span class="Constant"> <end-delete-to-start-of-line></span> +<span id="L1966" class="LineNr">1966 </span> go-render?:bool <span class="Special"><-</span> minimal-render-for-ctrl-u screen, editor, deleted-cells +<span id="L1967" class="LineNr">1967 </span> <span class="muControl"> return</span> <span id="L1968" class="LineNr">1968 </span> <span class="Delimiter">}</span> <span id="L1969" class="LineNr">1969 </span>] <span id="L1970" class="LineNr">1970 </span> -<span id="L1971" class="LineNr">1971 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L1971'>minimal-render-for-ctrl-u</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, editor:&:editor, deleted-cells:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char<span class="muRecipe"> -> </span>go-render?:bool, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L1971" class="LineNr">1971 </span><span class="muRecipe">def</span> minimal-render-for-ctrl-u screen:&:screen, editor:&:editor, deleted-cells:&:duplex-list:char<span class="muRecipe"> -> </span>go-render?:bool, screen:&:screen [ <span id="L1972" class="LineNr">1972 </span> <span class="Constant">local-scope</span> <span id="L1973" class="LineNr">1973 </span> <span class="Constant">load-inputs</span> <span id="L1974" class="LineNr">1974 </span> curr-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> <span id="L1975" class="LineNr">1975 </span> <span class="Comment"># accumulate the current line as text and render it</span> -<span id="L1976" class="LineNr">1976 </span> buf:&:<a href='../061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='../061text.mu.html#L125'>new-buffer</a><span class="Constant"> 30</span> <span class="Comment"># accumulator for the text we need to render</span> -<span id="L1977" class="LineNr">1977 </span> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L1976" class="LineNr">1976 </span> buf:&:buffer:char <span class="Special"><-</span> new-buffer<span class="Constant"> 30</span> <span class="Comment"># accumulator for the text we need to render</span> +<span id="L1977" class="LineNr">1977 </span> curr:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> <span id="L1978" class="LineNr">1978 </span> i:num <span class="Special"><-</span> copy curr-column <span id="L1979" class="LineNr">1979 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> <span id="L1980" class="LineNr">1980 </span> <span class="Delimiter">{</span> -<span id="L1981" class="LineNr">1981 </span> <span class="Conceal">¦</span> <span class="Comment"># if we have a wrapped line, give up and render the whole screen</span> -<span id="L1982" class="LineNr">1982 </span> <span class="Conceal">¦</span> wrap?:bool <span class="Special"><-</span> greater-or-equal i, right -<span id="L1983" class="LineNr">1983 </span> <span class="Conceal">¦</span> <span class="muControl">return-if</span> wrap?, <span class="Constant">1/go-render</span> -<span id="L1984" class="LineNr">1984 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr -<span id="L1985" class="LineNr">1985 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> curr -<span id="L1986" class="LineNr">1986 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> -<span id="L1987" class="LineNr">1987 </span> <span class="Conceal">¦</span> b:bool <span class="Special"><-</span> equal c,<span class="Constant"> 10</span> -<span id="L1988" class="LineNr">1988 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> b -<span id="L1989" class="LineNr">1989 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> append buf, c -<span id="L1990" class="LineNr">1990 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L1991" class="LineNr">1991 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L1981" class="LineNr">1981 </span> <span class="Comment"># if we have a wrapped line, give up and render the whole screen</span> +<span id="L1982" class="LineNr">1982 </span> wrap?:bool <span class="Special"><-</span> greater-or-equal i, right +<span id="L1983" class="LineNr">1983 </span> <span class="muControl">return-if</span> wrap?, <span class="Constant">1/go-render</span> +<span id="L1984" class="LineNr">1984 </span> curr <span class="Special"><-</span> next curr +<span id="L1985" class="LineNr">1985 </span> <span class="muControl">break-unless</span> curr +<span id="L1986" class="LineNr">1986 </span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> +<span id="L1987" class="LineNr">1987 </span> b:bool <span class="Special"><-</span> equal c,<span class="Constant"> 10</span> +<span id="L1988" class="LineNr">1988 </span> <span class="muControl">break-if</span> b +<span id="L1989" class="LineNr">1989 </span> buf <span class="Special"><-</span> append buf, c +<span id="L1990" class="LineNr">1990 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L1991" class="LineNr">1991 </span> <span class="muControl"> loop</span> <span id="L1992" class="LineNr">1992 </span> <span class="Delimiter">}</span> <span id="L1993" class="LineNr">1993 </span> <span class="Comment"># if the line used to be wrapped, give up and render the whole screen</span> <span id="L1994" class="LineNr">1994 </span> num-deleted-cells:num <span class="Special"><-</span> length deleted-cells @@ -2059,42 +2058,42 @@ if ('onhashchange' in window) { <span id="L1997" class="LineNr">1997 </span> end:num <span class="Special"><-</span> subtract right, left <span id="L1998" class="LineNr">1998 </span> wrap?:bool <span class="Special"><-</span> greater-or-equal old-row-len, end <span id="L1999" class="LineNr">1999 </span> <span class="muControl">return-if</span> wrap?, <span class="Constant">1/go-render</span> -<span id="L2000" class="LineNr">2000 </span> curr-line:text <span class="Special"><-</span> <a href='../061text.mu.html#L338'>buffer-to-array</a> buf +<span id="L2000" class="LineNr">2000 </span> curr-line:text <span class="Special"><-</span> buffer-to-array buf <span id="L2001" class="LineNr">2001 </span> curr-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> -<span id="L2002" class="LineNr">2002 </span> <a href='003-shortcuts.mu.html#L2062'>render-code</a> <a href='../081print.mu.html#L16'>screen</a>, curr-line, curr-column, right, curr-row +<span id="L2002" class="LineNr">2002 </span> render-code screen, curr-line, curr-column, right, curr-row <span id="L2003" class="LineNr">2003 </span> <span class="muControl"> return</span> <span class="Constant">0/dont-render</span> <span id="L2004" class="LineNr">2004 </span>] <span id="L2005" class="LineNr">2005 </span> -<span id="L2006" class="LineNr">2006 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L2006'>delete-to-start-of-line</a> editor:&:editor<span class="muRecipe"> -> </span>result:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char, editor:&:editor [ +<span id="L2006" class="LineNr">2006 </span><span class="muRecipe">def</span> delete-to-start-of-line editor:&:editor<span class="muRecipe"> -> </span>result:&:duplex-list:char, editor:&:editor [ <span id="L2007" class="LineNr">2007 </span> <span class="Constant">local-scope</span> <span id="L2008" class="LineNr">2008 </span> <span class="Constant">load-inputs</span> <span id="L2009" class="LineNr">2009 </span> <span class="Comment"># compute range to delete</span> -<span id="L2010" class="LineNr">2010 </span> init:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> -<span id="L2011" class="LineNr">2011 </span> top-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L2010" class="LineNr">2010 </span> init:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> +<span id="L2011" class="LineNr">2011 </span> top-of-screen:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> <span id="L2012" class="LineNr">2012 </span> update-top-of-screen?:bool <span class="Special"><-</span> copy <span class="Constant">0/false</span> -<span id="L2013" class="LineNr">2013 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> -<span id="L2014" class="LineNr">2014 </span> start:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> copy before-cursor -<span id="L2015" class="LineNr">2015 </span> end:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor +<span id="L2013" class="LineNr">2013 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L2014" class="LineNr">2014 </span> start:&:duplex-list:char <span class="Special"><-</span> copy before-cursor +<span id="L2015" class="LineNr">2015 </span> end:&:duplex-list:char <span class="Special"><-</span> next before-cursor <span id="L2016" class="LineNr">2016 </span> <span class="Delimiter">{</span> -<span id="L2017" class="LineNr">2017 </span> <span class="Conceal">¦</span> at-start-of-text?:bool <span class="Special"><-</span> equal start, init -<span id="L2018" class="LineNr">2018 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-start-of-text? -<span id="L2019" class="LineNr">2019 </span> <span class="Conceal">¦</span> curr:char <span class="Special"><-</span> get *start, <span class="Constant">value:offset</span> -<span id="L2020" class="LineNr">2020 </span> <span class="Conceal">¦</span> at-start-of-line?:bool <span class="Special"><-</span> equal curr, <span class="Constant">10/newline</span> -<span id="L2021" class="LineNr">2021 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-start-of-line? -<span id="L2022" class="LineNr">2022 </span> <span class="Conceal">¦</span> <span class="Comment"># if we went past top-of-screen, make a note to update it as well</span> -<span id="L2023" class="LineNr">2023 </span> <span class="Conceal">¦</span> at-top-of-screen?:bool <span class="Special"><-</span> equal start, top-of-screen -<span id="L2024" class="LineNr">2024 </span> <span class="Conceal">¦</span> update-top-of-screen?:bool <span class="Special"><-</span> or update-top-of-screen?, at-top-of-screen? -<span id="L2025" class="LineNr">2025 </span> <span class="Conceal">¦</span> start <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L32'>prev</a> start -<span id="L2026" class="LineNr">2026 </span> <span class="Conceal">¦</span> assert start, <span class="Constant">[delete-to-start-of-line tried to move before start of text]</span> -<span id="L2027" class="LineNr">2027 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L2017" class="LineNr">2017 </span> at-start-of-text?:bool <span class="Special"><-</span> equal start, init +<span id="L2018" class="LineNr">2018 </span> <span class="muControl">break-if</span> at-start-of-text? +<span id="L2019" class="LineNr">2019 </span> curr:char <span class="Special"><-</span> get *start, <span class="Constant">value:offset</span> +<span id="L2020" class="LineNr">2020 </span> at-start-of-line?:bool <span class="Special"><-</span> equal curr, <span class="Constant">10/newline</span> +<span id="L2021" class="LineNr">2021 </span> <span class="muControl">break-if</span> at-start-of-line? +<span id="L2022" class="LineNr">2022 </span> <span class="Comment"># if we went past top-of-screen, make a note to update it as well</span> +<span id="L2023" class="LineNr">2023 </span> at-top-of-screen?:bool <span class="Special"><-</span> equal start, top-of-screen +<span id="L2024" class="LineNr">2024 </span> update-top-of-screen?:bool <span class="Special"><-</span> or update-top-of-screen?, at-top-of-screen? +<span id="L2025" class="LineNr">2025 </span> start <span class="Special"><-</span> prev start +<span id="L2026" class="LineNr">2026 </span> assert start, <span class="Constant">[delete-to-start-of-line tried to move before start of text]</span> +<span id="L2027" class="LineNr">2027 </span> <span class="muControl"> loop</span> <span id="L2028" class="LineNr">2028 </span> <span class="Delimiter">}</span> <span id="L2029" class="LineNr">2029 </span> <span class="Comment"># snip it out</span> -<span id="L2030" class="LineNr">2030 </span> result:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> start -<span id="L2031" class="LineNr">2031 </span> <a href='../065duplex_list.mu.html#L385'>remove-between</a> start, end +<span id="L2030" class="LineNr">2030 </span> result:&:duplex-list:char <span class="Special"><-</span> next start +<span id="L2031" class="LineNr">2031 </span> remove-between start, end <span id="L2032" class="LineNr">2032 </span> <span class="Comment"># update top-of-screen if it's just been invalidated</span> <span id="L2033" class="LineNr">2033 </span> <span class="Delimiter">{</span> -<span id="L2034" class="LineNr">2034 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> update-top-of-screen? -<span id="L2035" class="LineNr">2035 </span> <span class="Conceal">¦</span> put *editor, <span class="Constant">top-of-screen:offset</span>, start +<span id="L2034" class="LineNr">2034 </span> <span class="muControl">break-unless</span> update-top-of-screen? +<span id="L2035" class="LineNr">2035 </span> put *editor, <span class="Constant">top-of-screen:offset</span>, start <span id="L2036" class="LineNr">2036 </span> <span class="Delimiter">}</span> <span id="L2037" class="LineNr">2037 </span> <span class="Comment"># adjust cursor</span> <span id="L2038" class="LineNr">2038 </span> before-cursor <span class="Special"><-</span> copy start @@ -2111,78 +2110,78 @@ if ('onhashchange' in window) { <span id="L2049" class="LineNr">2049 </span> cursor-row-in-editor:num <span class="Special"><-</span> subtract cursor-row,<span class="Constant"> 1</span> <span class="Comment"># ignore menubar</span> <span id="L2050" class="LineNr">2050 </span> at-top?:bool <span class="Special"><-</span> lesser-or-equal cursor-row-in-editor, cursor-row-adjustment <span id="L2051" class="LineNr">2051 </span> <span class="Delimiter">{</span> -<span id="L2052" class="LineNr">2052 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-top? -<span id="L2053" class="LineNr">2053 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> copy<span class="Constant"> 1</span> <span class="Comment"># top of editor, below menubar</span> +<span id="L2052" class="LineNr">2052 </span> <span class="muControl">break-unless</span> at-top? +<span id="L2053" class="LineNr">2053 </span> cursor-row <span class="Special"><-</span> copy<span class="Constant"> 1</span> <span class="Comment"># top of editor, below menubar</span> <span id="L2054" class="LineNr">2054 </span> <span class="Delimiter">}</span> <span id="L2055" class="LineNr">2055 </span> <span class="Delimiter">{</span> -<span id="L2056" class="LineNr">2056 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-top? -<span id="L2057" class="LineNr">2057 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> subtract cursor-row, cursor-row-adjustment +<span id="L2056" class="LineNr">2056 </span> <span class="muControl">break-if</span> at-top? +<span id="L2057" class="LineNr">2057 </span> cursor-row <span class="Special"><-</span> subtract cursor-row, cursor-row-adjustment <span id="L2058" class="LineNr">2058 </span> <span class="Delimiter">}</span> <span id="L2059" class="LineNr">2059 </span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row <span id="L2060" class="LineNr">2060 </span>] <span id="L2061" class="LineNr">2061 </span> -<span id="L2062" class="LineNr">2062 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L2062'>render-code</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, s:text, left:num, right:num, row:num<span class="muRecipe"> -> </span>row:num, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L2062" class="LineNr">2062 </span><span class="muRecipe">def</span> render-code screen:&:screen, s:text, left:num, right:num, row:num<span class="muRecipe"> -> </span>row:num, screen:&:screen [ <span id="L2063" class="LineNr">2063 </span> <span class="Constant">local-scope</span> <span id="L2064" class="LineNr">2064 </span> <span class="Constant">load-inputs</span> <span id="L2065" class="LineNr">2065 </span> <span class="muControl">return-unless</span> s <span id="L2066" class="LineNr">2066 </span> color:num <span class="Special"><-</span> copy <span class="Constant">7/white</span> <span id="L2067" class="LineNr">2067 </span> column:num <span class="Special"><-</span> copy left -<span id="L2068" class="LineNr">2068 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, column -<span id="L2069" class="LineNr">2069 </span> <a href='../081print.mu.html#L782'>screen-height</a>:num <span class="Special"><-</span> <a href='../081print.mu.html#L782'>screen-height</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L2068" class="LineNr">2068 </span> screen <span class="Special"><-</span> move-cursor screen, row, column +<span id="L2069" class="LineNr">2069 </span> screen-height:num <span class="Special"><-</span> screen-height screen <span id="L2070" class="LineNr">2070 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L2071" class="LineNr">2071 </span> len:num <span class="Special"><-</span> length *s <span id="L2072" class="LineNr">2072 </span> <span class="Delimiter">{</span> -<span id="L2073" class="LineNr">2073 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> +next-character</span> -<span id="L2074" class="LineNr">2074 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, len -<span id="L2075" class="LineNr">2075 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L2076" class="LineNr">2076 </span> <span class="Conceal">¦</span> done? <span class="Special"><-</span> greater-or-equal row, <a href='../081print.mu.html#L782'>screen-height</a> -<span id="L2077" class="LineNr">2077 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L2078" class="LineNr">2078 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> index *s, i -<span id="L2079" class="LineNr">2079 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <character-c-received></span> -<span id="L2080" class="LineNr">2080 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L2081" class="LineNr">2081 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># newline? move to left rather than 0</span> -<span id="L2082" class="LineNr">2082 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L2083" class="LineNr">2083 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> newline? -<span id="L2084" class="LineNr">2084 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># clear rest of line in this window</span> -<span id="L2085" class="LineNr">2085 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L2086" class="LineNr">2086 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-than column, right -<span id="L2087" class="LineNr">2087 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L2088" class="LineNr">2088 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> space:char <span class="Special"><-</span> copy <span class="Constant">32/space</span> -<span id="L2089" class="LineNr">2089 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, space -<span id="L2090" class="LineNr">2090 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> -<span id="L2091" class="LineNr">2091 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> -<span id="L2092" class="LineNr">2092 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L2093" class="LineNr">2093 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L2094" class="LineNr">2094 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special"><-</span> copy left -<span id="L2095" class="LineNr">2095 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, column -<span id="L2096" class="LineNr">2096 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L2097" class="LineNr">2097 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-character</span> -<span id="L2098" class="LineNr">2098 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L2099" class="LineNr">2099 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L2100" class="LineNr">2100 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># at right? wrap.</span> -<span id="L2101" class="LineNr">2101 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-right?:bool <span class="Special"><-</span> equal column, right -<span id="L2102" class="LineNr">2102 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-right? -<span id="L2103" class="LineNr">2103 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># print wrap icon</span> -<span id="L2104" class="LineNr">2104 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> wrap-icon:char <span class="Special"><-</span> copy <span class="Constant">8617/loop-back-to-left</span> -<span id="L2105" class="LineNr">2105 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, wrap-icon, <span class="Constant">245/grey</span> -<span id="L2106" class="LineNr">2106 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special"><-</span> copy left -<span id="L2107" class="LineNr">2107 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L2108" class="LineNr">2108 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, column -<span id="L2109" class="LineNr">2109 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># don't increment i</span> -<span id="L2110" class="LineNr">2110 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-character</span> -<span id="L2111" class="LineNr">2111 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L2112" class="LineNr">2112 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L2113" class="LineNr">2113 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, c, color -<span id="L2114" class="LineNr">2114 </span> <span class="Conceal">¦</span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> -<span id="L2115" class="LineNr">2115 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L2073" class="LineNr">2073 </span><span class="Constant"> +next-character</span> +<span id="L2074" class="LineNr">2074 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, len +<span id="L2075" class="LineNr">2075 </span> <span class="muControl">break-if</span> done? +<span id="L2076" class="LineNr">2076 </span> done? <span class="Special"><-</span> greater-or-equal row, screen-height +<span id="L2077" class="LineNr">2077 </span> <span class="muControl">break-if</span> done? +<span id="L2078" class="LineNr">2078 </span> c:char <span class="Special"><-</span> index *s, i +<span id="L2079" class="LineNr">2079 </span><span class="Constant"> <character-c-received></span> +<span id="L2080" class="LineNr">2080 </span> <span class="Delimiter">{</span> +<span id="L2081" class="LineNr">2081 </span> <span class="Comment"># newline? move to left rather than 0</span> +<span id="L2082" class="LineNr">2082 </span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L2083" class="LineNr">2083 </span> <span class="muControl">break-unless</span> newline? +<span id="L2084" class="LineNr">2084 </span> <span class="Comment"># clear rest of line in this window</span> +<span id="L2085" class="LineNr">2085 </span> <span class="Delimiter">{</span> +<span id="L2086" class="LineNr">2086 </span> done?:bool <span class="Special"><-</span> greater-than column, right +<span id="L2087" class="LineNr">2087 </span> <span class="muControl">break-if</span> done? +<span id="L2088" class="LineNr">2088 </span> space:char <span class="Special"><-</span> copy <span class="Constant">32/space</span> +<span id="L2089" class="LineNr">2089 </span> print screen, space +<span id="L2090" class="LineNr">2090 </span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> +<span id="L2091" class="LineNr">2091 </span> <span class="muControl"> loop</span> +<span id="L2092" class="LineNr">2092 </span> <span class="Delimiter">}</span> +<span id="L2093" class="LineNr">2093 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L2094" class="LineNr">2094 </span> column <span class="Special"><-</span> copy left +<span id="L2095" class="LineNr">2095 </span> screen <span class="Special"><-</span> move-cursor screen, row, column +<span id="L2096" class="LineNr">2096 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L2097" class="LineNr">2097 </span> <span class="muControl"> loop</span> <span class="Constant">+next-character</span> +<span id="L2098" class="LineNr">2098 </span> <span class="Delimiter">}</span> +<span id="L2099" class="LineNr">2099 </span> <span class="Delimiter">{</span> +<span id="L2100" class="LineNr">2100 </span> <span class="Comment"># at right? wrap.</span> +<span id="L2101" class="LineNr">2101 </span> at-right?:bool <span class="Special"><-</span> equal column, right +<span id="L2102" class="LineNr">2102 </span> <span class="muControl">break-unless</span> at-right? +<span id="L2103" class="LineNr">2103 </span> <span class="Comment"># print wrap icon</span> +<span id="L2104" class="LineNr">2104 </span> wrap-icon:char <span class="Special"><-</span> copy <span class="Constant">8617/loop-back-to-left</span> +<span id="L2105" class="LineNr">2105 </span> print screen, wrap-icon, <span class="Constant">245/grey</span> +<span id="L2106" class="LineNr">2106 </span> column <span class="Special"><-</span> copy left +<span id="L2107" class="LineNr">2107 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L2108" class="LineNr">2108 </span> screen <span class="Special"><-</span> move-cursor screen, row, column +<span id="L2109" class="LineNr">2109 </span> <span class="Comment"># don't increment i</span> +<span id="L2110" class="LineNr">2110 </span> <span class="muControl"> loop</span> <span class="Constant">+next-character</span> +<span id="L2111" class="LineNr">2111 </span> <span class="Delimiter">}</span> +<span id="L2112" class="LineNr">2112 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L2113" class="LineNr">2113 </span> print screen, c, color +<span id="L2114" class="LineNr">2114 </span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> +<span id="L2115" class="LineNr">2115 </span> <span class="muControl"> loop</span> <span id="L2116" class="LineNr">2116 </span> <span class="Delimiter">}</span> <span id="L2117" class="LineNr">2117 </span> was-at-left?:bool <span class="Special"><-</span> equal column, left -<span id="L2118" class="LineNr">2118 </span> <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, right +<span id="L2118" class="LineNr">2118 </span> clear-line-until screen, right <span id="L2119" class="LineNr">2119 </span> <span class="Delimiter">{</span> -<span id="L2120" class="LineNr">2120 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> was-at-left? -<span id="L2121" class="LineNr">2121 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L2120" class="LineNr">2120 </span> <span class="muControl">break-if</span> was-at-left? +<span id="L2121" class="LineNr">2121 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> <span id="L2122" class="LineNr">2122 </span> <span class="Delimiter">}</span> -<span id="L2123" class="LineNr">2123 </span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, left +<span id="L2123" class="LineNr">2123 </span> move-cursor screen, row, left <span id="L2124" class="LineNr">2124 </span>] <span id="L2125" class="LineNr">2125 </span> <span id="L2126" class="LineNr">2126 </span><span class="muScenario">scenario</span> editor-deletes-to-start-of-line-with-ctrl-u-2 [ @@ -2190,24 +2189,24 @@ if ('onhashchange' in window) { <span id="L2128" class="LineNr">2128 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L2129" class="LineNr">2129 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L2130" class="LineNr">2130 </span><span class="Constant">456]</span> -<span id="L2131" class="LineNr">2131 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L2132" class="LineNr">2132 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2131" class="LineNr">2131 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L2132" class="LineNr">2132 </span> editor-render screen, e <span id="L2133" class="LineNr">2133 </span> $clear-trace <span id="L2134" class="LineNr">2134 </span> <span class="Comment"># start on first line (no newline before), press ctrl-u</span> <span id="L2135" class="LineNr">2135 </span> assume-console [ -<span id="L2136" class="LineNr">2136 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 2</span> -<span id="L2137" class="LineNr">2137 </span> <span class="Conceal">¦</span> press ctrl-u +<span id="L2136" class="LineNr">2136 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 2</span> +<span id="L2137" class="LineNr">2137 </span> press ctrl-u <span id="L2138" class="LineNr">2138 </span> ] <span id="L2139" class="LineNr">2139 </span> run [ -<span id="L2140" class="LineNr">2140 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2140" class="LineNr">2140 </span> editor-event-loop screen, console, e <span id="L2141" class="LineNr">2141 </span> ] <span id="L2142" class="LineNr">2142 </span> <span class="Comment"># cursor deletes to start of line</span> <span id="L2143" class="LineNr">2143 </span> screen-should-contain [ -<span id="L2144" class="LineNr">2144 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2145" class="LineNr">2145 </span> <span class="Conceal">¦</span><span class="Constant"> .3 .</span> -<span id="L2146" class="LineNr">2146 </span> <span class="Conceal">¦</span><span class="Constant"> .456 .</span> -<span id="L2147" class="LineNr">2147 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L2148" class="LineNr">2148 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2144" class="LineNr">2144 </span> <span class="Constant"> . .</span> +<span id="L2145" class="LineNr">2145 </span> <span class="Constant"> .3 .</span> +<span id="L2146" class="LineNr">2146 </span> <span class="Constant"> .456 .</span> +<span id="L2147" class="LineNr">2147 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L2148" class="LineNr">2148 </span> <span class="Constant"> . .</span> <span id="L2149" class="LineNr">2149 </span> ] <span id="L2150" class="LineNr">2150 </span> check-trace-count-for-label<span class="Constant"> 10</span>, <span class="Constant">[print-character]</span> <span id="L2151" class="LineNr">2151 </span>] @@ -2217,24 +2216,24 @@ if ('onhashchange' in window) { <span id="L2155" class="LineNr">2155 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L2156" class="LineNr">2156 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L2157" class="LineNr">2157 </span><span class="Constant">456]</span> -<span id="L2158" class="LineNr">2158 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L2159" class="LineNr">2159 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2158" class="LineNr">2158 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L2159" class="LineNr">2159 </span> editor-render screen, e <span id="L2160" class="LineNr">2160 </span> $clear-trace <span id="L2161" class="LineNr">2161 </span> <span class="Comment"># start past end of line, press ctrl-u</span> <span id="L2162" class="LineNr">2162 </span> assume-console [ -<span id="L2163" class="LineNr">2163 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> -<span id="L2164" class="LineNr">2164 </span> <span class="Conceal">¦</span> press ctrl-u +<span id="L2163" class="LineNr">2163 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> +<span id="L2164" class="LineNr">2164 </span> press ctrl-u <span id="L2165" class="LineNr">2165 </span> ] <span id="L2166" class="LineNr">2166 </span> run [ -<span id="L2167" class="LineNr">2167 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2167" class="LineNr">2167 </span> editor-event-loop screen, console, e <span id="L2168" class="LineNr">2168 </span> ] <span id="L2169" class="LineNr">2169 </span> <span class="Comment"># cursor deletes to start of line</span> <span id="L2170" class="LineNr">2170 </span> screen-should-contain [ -<span id="L2171" class="LineNr">2171 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2172" class="LineNr">2172 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2173" class="LineNr">2173 </span> <span class="Conceal">¦</span><span class="Constant"> .456 .</span> -<span id="L2174" class="LineNr">2174 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L2175" class="LineNr">2175 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2171" class="LineNr">2171 </span> <span class="Constant"> . .</span> +<span id="L2172" class="LineNr">2172 </span> <span class="Constant"> . .</span> +<span id="L2173" class="LineNr">2173 </span> <span class="Constant"> .456 .</span> +<span id="L2174" class="LineNr">2174 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L2175" class="LineNr">2175 </span> <span class="Constant"> . .</span> <span id="L2176" class="LineNr">2176 </span> ] <span id="L2177" class="LineNr">2177 </span> check-trace-count-for-label<span class="Constant"> 10</span>, <span class="Constant">[print-character]</span> <span id="L2178" class="LineNr">2178 </span>] @@ -2244,24 +2243,24 @@ if ('onhashchange' in window) { <span id="L2182" class="LineNr">2182 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L2183" class="LineNr">2183 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L2184" class="LineNr">2184 </span><span class="Constant">456]</span> -<span id="L2185" class="LineNr">2185 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L2186" class="LineNr">2186 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2185" class="LineNr">2185 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L2186" class="LineNr">2186 </span> editor-render screen, e <span id="L2187" class="LineNr">2187 </span> $clear-trace <span id="L2188" class="LineNr">2188 </span> <span class="Comment"># start past end of final line, press ctrl-u</span> <span id="L2189" class="LineNr">2189 </span> assume-console [ -<span id="L2190" class="LineNr">2190 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 3</span> -<span id="L2191" class="LineNr">2191 </span> <span class="Conceal">¦</span> press ctrl-u +<span id="L2190" class="LineNr">2190 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 3</span> +<span id="L2191" class="LineNr">2191 </span> press ctrl-u <span id="L2192" class="LineNr">2192 </span> ] <span id="L2193" class="LineNr">2193 </span> run [ -<span id="L2194" class="LineNr">2194 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2194" class="LineNr">2194 </span> editor-event-loop screen, console, e <span id="L2195" class="LineNr">2195 </span> ] <span id="L2196" class="LineNr">2196 </span> <span class="Comment"># cursor deletes to start of line</span> <span id="L2197" class="LineNr">2197 </span> screen-should-contain [ -<span id="L2198" class="LineNr">2198 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2199" class="LineNr">2199 </span> <span class="Conceal">¦</span><span class="Constant"> .123 .</span> -<span id="L2200" class="LineNr">2200 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2201" class="LineNr">2201 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L2202" class="LineNr">2202 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2198" class="LineNr">2198 </span> <span class="Constant"> . .</span> +<span id="L2199" class="LineNr">2199 </span> <span class="Constant"> .123 .</span> +<span id="L2200" class="LineNr">2200 </span> <span class="Constant"> . .</span> +<span id="L2201" class="LineNr">2201 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L2202" class="LineNr">2202 </span> <span class="Constant"> . .</span> <span id="L2203" class="LineNr">2203 </span> ] <span id="L2204" class="LineNr">2204 </span> check-trace-count-for-label<span class="Constant"> 10</span>, <span class="Constant">[print-character]</span> <span id="L2205" class="LineNr">2205 </span>] @@ -2272,32 +2271,32 @@ if ('onhashchange' in window) { <span id="L2210" class="LineNr">2210 </span> <span class="Comment"># first line starts out wrapping</span> <span id="L2211" class="LineNr">2211 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123456</span> <span id="L2212" class="LineNr">2212 </span><span class="Constant">789]</span> -<span id="L2213" class="LineNr">2213 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L2214" class="LineNr">2214 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2213" class="LineNr">2213 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L2214" class="LineNr">2214 </span> editor-render screen, e <span id="L2215" class="LineNr">2215 </span> screen-should-contain [ -<span id="L2216" class="LineNr">2216 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2217" class="LineNr">2217 </span> <span class="Conceal">¦</span><span class="Constant"> .1234↩ .</span> -<span id="L2218" class="LineNr">2218 </span> <span class="Conceal">¦</span><span class="Constant"> .56 .</span> -<span id="L2219" class="LineNr">2219 </span> <span class="Conceal">¦</span><span class="Constant"> .789 .</span> -<span id="L2220" class="LineNr">2220 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L2221" class="LineNr">2221 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2216" class="LineNr">2216 </span> <span class="Constant"> . .</span> +<span id="L2217" class="LineNr">2217 </span> <span class="Constant"> .1234↩ .</span> +<span id="L2218" class="LineNr">2218 </span> <span class="Constant"> .56 .</span> +<span id="L2219" class="LineNr">2219 </span> <span class="Constant"> .789 .</span> +<span id="L2220" class="LineNr">2220 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L2221" class="LineNr">2221 </span> <span class="Constant"> . .</span> <span id="L2222" class="LineNr">2222 </span> ] <span id="L2223" class="LineNr">2223 </span> $clear-trace <span id="L2224" class="LineNr">2224 </span> <span class="Comment"># ctrl-u enough of the first line that it's no longer wrapping</span> <span id="L2225" class="LineNr">2225 </span> assume-console [ -<span id="L2226" class="LineNr">2226 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> -<span id="L2227" class="LineNr">2227 </span> <span class="Conceal">¦</span> press ctrl-u +<span id="L2226" class="LineNr">2226 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> +<span id="L2227" class="LineNr">2227 </span> press ctrl-u <span id="L2228" class="LineNr">2228 </span> ] <span id="L2229" class="LineNr">2229 </span> run [ -<span id="L2230" class="LineNr">2230 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2230" class="LineNr">2230 </span> editor-event-loop screen, console, e <span id="L2231" class="LineNr">2231 </span> ] <span id="L2232" class="LineNr">2232 </span> <span class="Comment"># entire screen needs to be refreshed</span> <span id="L2233" class="LineNr">2233 </span> screen-should-contain [ -<span id="L2234" class="LineNr">2234 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2235" class="LineNr">2235 </span> <span class="Conceal">¦</span><span class="Constant"> .456 .</span> -<span id="L2236" class="LineNr">2236 </span> <span class="Conceal">¦</span><span class="Constant"> .789 .</span> -<span id="L2237" class="LineNr">2237 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L2238" class="LineNr">2238 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2234" class="LineNr">2234 </span> <span class="Constant"> . .</span> +<span id="L2235" class="LineNr">2235 </span> <span class="Constant"> .456 .</span> +<span id="L2236" class="LineNr">2236 </span> <span class="Constant"> .789 .</span> +<span id="L2237" class="LineNr">2237 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L2238" class="LineNr">2238 </span> <span class="Constant"> . .</span> <span id="L2239" class="LineNr">2239 </span> ] <span id="L2240" class="LineNr">2240 </span> check-trace-count-for-label<span class="Constant"> 45</span>, <span class="Constant">[print-character]</span> <span id="L2241" class="LineNr">2241 </span>] @@ -2311,41 +2310,41 @@ if ('onhashchange' in window) { <span id="L2249" class="LineNr">2249 </span><span class="Constant">2</span> <span id="L2250" class="LineNr">2250 </span><span class="Constant">345678</span> <span id="L2251" class="LineNr">2251 </span><span class="Constant">9]</span> -<span id="L2252" class="LineNr">2252 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L2253" class="LineNr">2253 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2252" class="LineNr">2252 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L2253" class="LineNr">2253 </span> editor-render screen, e <span id="L2254" class="LineNr">2254 </span> screen-should-contain [ -<span id="L2255" class="LineNr">2255 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2256" class="LineNr">2256 </span> <span class="Conceal">¦</span><span class="Constant"> .1 .</span> -<span id="L2257" class="LineNr">2257 </span> <span class="Conceal">¦</span><span class="Constant"> .2 .</span> -<span id="L2258" class="LineNr">2258 </span> <span class="Conceal">¦</span><span class="Constant"> .3456↩ .</span> -<span id="L2259" class="LineNr">2259 </span> <span class="Conceal">¦</span><span class="Constant"> .78 .</span> -<span id="L2260" class="LineNr">2260 </span> <span class="Conceal">¦</span><span class="Constant"> .9 .</span> -<span id="L2261" class="LineNr">2261 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L2262" class="LineNr">2262 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2255" class="LineNr">2255 </span> <span class="Constant"> . .</span> +<span id="L2256" class="LineNr">2256 </span> <span class="Constant"> .1 .</span> +<span id="L2257" class="LineNr">2257 </span> <span class="Constant"> .2 .</span> +<span id="L2258" class="LineNr">2258 </span> <span class="Constant"> .3456↩ .</span> +<span id="L2259" class="LineNr">2259 </span> <span class="Constant"> .78 .</span> +<span id="L2260" class="LineNr">2260 </span> <span class="Constant"> .9 .</span> +<span id="L2261" class="LineNr">2261 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L2262" class="LineNr">2262 </span> <span class="Constant"> . .</span> <span id="L2263" class="LineNr">2263 </span> ] <span id="L2264" class="LineNr">2264 </span> <span class="Comment"># position cursor on screen line after the wrap and hit ctrl-u</span> <span id="L2265" class="LineNr">2265 </span> assume-console [ -<span id="L2266" class="LineNr">2266 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 1</span> <span class="Comment"># on '8'</span> -<span id="L2267" class="LineNr">2267 </span> <span class="Conceal">¦</span> press ctrl-u +<span id="L2266" class="LineNr">2266 </span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 1</span> <span class="Comment"># on '8'</span> +<span id="L2267" class="LineNr">2267 </span> press ctrl-u <span id="L2268" class="LineNr">2268 </span> ] <span id="L2269" class="LineNr">2269 </span> run [ -<span id="L2270" class="LineNr">2270 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L2271" class="LineNr">2271 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L2272" class="LineNr">2272 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L2270" class="LineNr">2270 </span> editor-event-loop screen, console, e +<span id="L2271" class="LineNr">2271 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L2272" class="LineNr">2272 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L2273" class="LineNr">2273 </span> ] <span id="L2274" class="LineNr">2274 </span> screen-should-contain [ -<span id="L2275" class="LineNr">2275 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2276" class="LineNr">2276 </span> <span class="Conceal">¦</span><span class="Constant"> .1 .</span> -<span id="L2277" class="LineNr">2277 </span> <span class="Conceal">¦</span><span class="Constant"> .2 .</span> -<span id="L2278" class="LineNr">2278 </span> <span class="Conceal">¦</span><span class="Constant"> .8 .</span> -<span id="L2279" class="LineNr">2279 </span> <span class="Conceal">¦</span><span class="Constant"> .9 .</span> -<span id="L2280" class="LineNr">2280 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L2281" class="LineNr">2281 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2275" class="LineNr">2275 </span> <span class="Constant"> . .</span> +<span id="L2276" class="LineNr">2276 </span> <span class="Constant"> .1 .</span> +<span id="L2277" class="LineNr">2277 </span> <span class="Constant"> .2 .</span> +<span id="L2278" class="LineNr">2278 </span> <span class="Constant"> .8 .</span> +<span id="L2279" class="LineNr">2279 </span> <span class="Constant"> .9 .</span> +<span id="L2280" class="LineNr">2280 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L2281" class="LineNr">2281 </span> <span class="Constant"> . .</span> <span id="L2282" class="LineNr">2282 </span> ] <span id="L2283" class="LineNr">2283 </span> <span class="Comment"># cursor moves up one screen line</span> <span id="L2284" class="LineNr">2284 </span> memory-should-contain [ -<span id="L2285" class="LineNr">2285 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># cursor-row</span> -<span id="L2286" class="LineNr">2286 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor-column</span> +<span id="L2285" class="LineNr">2285 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># cursor-row</span> +<span id="L2286" class="LineNr">2286 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor-column</span> <span id="L2287" class="LineNr">2287 </span> ] <span id="L2288" class="LineNr">2288 </span>] <span id="L2289" class="LineNr">2289 </span> @@ -2358,45 +2357,45 @@ if ('onhashchange' in window) { <span id="L2296" class="LineNr">2296 </span><span class="Constant">2</span> <span id="L2297" class="LineNr">2297 </span><span class="Constant">3456789abcd</span> <span id="L2298" class="LineNr">2298 </span><span class="Constant">e]</span> -<span id="L2299" class="LineNr">2299 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L2300" class="LineNr">2300 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2299" class="LineNr">2299 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L2300" class="LineNr">2300 </span> editor-render screen, e <span id="L2301" class="LineNr">2301 </span> assume-console [ -<span id="L2302" class="LineNr">2302 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 1</span> <span class="Comment"># on '8'</span> +<span id="L2302" class="LineNr">2302 </span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 1</span> <span class="Comment"># on '8'</span> <span id="L2303" class="LineNr">2303 </span> ] -<span id="L2304" class="LineNr">2304 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2304" class="LineNr">2304 </span> editor-event-loop screen, console, e <span id="L2305" class="LineNr">2305 </span> screen-should-contain [ -<span id="L2306" class="LineNr">2306 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2307" class="LineNr">2307 </span> <span class="Conceal">¦</span><span class="Constant"> .1 .</span> -<span id="L2308" class="LineNr">2308 </span> <span class="Conceal">¦</span><span class="Constant"> .2 .</span> -<span id="L2309" class="LineNr">2309 </span> <span class="Conceal">¦</span><span class="Constant"> .3456↩ .</span> -<span id="L2310" class="LineNr">2310 </span> <span class="Conceal">¦</span><span class="Constant"> .789a↩ .</span> -<span id="L2311" class="LineNr">2311 </span> <span class="Conceal">¦</span><span class="Constant"> .bcd .</span> -<span id="L2312" class="LineNr">2312 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L2313" class="LineNr">2313 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L2314" class="LineNr">2314 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2306" class="LineNr">2306 </span> <span class="Constant"> . .</span> +<span id="L2307" class="LineNr">2307 </span> <span class="Constant"> .1 .</span> +<span id="L2308" class="LineNr">2308 </span> <span class="Constant"> .2 .</span> +<span id="L2309" class="LineNr">2309 </span> <span class="Constant"> .3456↩ .</span> +<span id="L2310" class="LineNr">2310 </span> <span class="Constant"> .789a↩ .</span> +<span id="L2311" class="LineNr">2311 </span> <span class="Constant"> .bcd .</span> +<span id="L2312" class="LineNr">2312 </span> <span class="Constant"> .e .</span> +<span id="L2313" class="LineNr">2313 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L2314" class="LineNr">2314 </span> <span class="Constant"> . .</span> <span id="L2315" class="LineNr">2315 </span> ] <span id="L2316" class="LineNr">2316 </span> assume-console [ -<span id="L2317" class="LineNr">2317 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 5</span>,<span class="Constant"> 1</span> -<span id="L2318" class="LineNr">2318 </span> <span class="Conceal">¦</span> press ctrl-u +<span id="L2317" class="LineNr">2317 </span> left-click<span class="Constant"> 5</span>,<span class="Constant"> 1</span> +<span id="L2318" class="LineNr">2318 </span> press ctrl-u <span id="L2319" class="LineNr">2319 </span> ] <span id="L2320" class="LineNr">2320 </span> run [ -<span id="L2321" class="LineNr">2321 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L2322" class="LineNr">2322 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L2323" class="LineNr">2323 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L2321" class="LineNr">2321 </span> editor-event-loop screen, console, e +<span id="L2322" class="LineNr">2322 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L2323" class="LineNr">2323 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L2324" class="LineNr">2324 </span> ] <span id="L2325" class="LineNr">2325 </span> screen-should-contain [ -<span id="L2326" class="LineNr">2326 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2327" class="LineNr">2327 </span> <span class="Conceal">¦</span><span class="Constant"> .1 .</span> -<span id="L2328" class="LineNr">2328 </span> <span class="Conceal">¦</span><span class="Constant"> .2 .</span> -<span id="L2329" class="LineNr">2329 </span> <span class="Conceal">¦</span><span class="Constant"> .cd .</span> -<span id="L2330" class="LineNr">2330 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L2331" class="LineNr">2331 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L2332" class="LineNr">2332 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2326" class="LineNr">2326 </span> <span class="Constant"> . .</span> +<span id="L2327" class="LineNr">2327 </span> <span class="Constant"> .1 .</span> +<span id="L2328" class="LineNr">2328 </span> <span class="Constant"> .2 .</span> +<span id="L2329" class="LineNr">2329 </span> <span class="Constant"> .cd .</span> +<span id="L2330" class="LineNr">2330 </span> <span class="Constant"> .e .</span> +<span id="L2331" class="LineNr">2331 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L2332" class="LineNr">2332 </span> <span class="Constant"> . .</span> <span id="L2333" class="LineNr">2333 </span> ] <span id="L2334" class="LineNr">2334 </span> <span class="Comment"># make sure we adjusted cursor-row</span> <span id="L2335" class="LineNr">2335 </span> memory-should-contain [ -<span id="L2336" class="LineNr">2336 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># cursor-row</span> -<span id="L2337" class="LineNr">2337 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor-column</span> +<span id="L2336" class="LineNr">2336 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span class="Comment"># cursor-row</span> +<span id="L2337" class="LineNr">2337 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor-column</span> <span id="L2338" class="LineNr">2338 </span> ] <span id="L2339" class="LineNr">2339 </span>] <span id="L2340" class="LineNr">2340 </span> @@ -2407,37 +2406,37 @@ if ('onhashchange' in window) { <span id="L2345" class="LineNr">2345 </span> <span class="Comment"># first line starts out wrapping</span> <span id="L2346" class="LineNr">2346 </span> s:text <span class="Special"><-</span> new <span class="Constant">[1234567</span> <span id="L2347" class="LineNr">2347 </span><span class="Constant">89]</span> -<span id="L2348" class="LineNr">2348 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L2349" class="LineNr">2349 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2348" class="LineNr">2348 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L2349" class="LineNr">2349 </span> editor-render screen, e <span id="L2350" class="LineNr">2350 </span> screen-should-contain [ -<span id="L2351" class="LineNr">2351 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2352" class="LineNr">2352 </span> <span class="Conceal">¦</span><span class="Constant"> .1234↩ .</span> -<span id="L2353" class="LineNr">2353 </span> <span class="Conceal">¦</span><span class="Constant"> .567 .</span> -<span id="L2354" class="LineNr">2354 </span> <span class="Conceal">¦</span><span class="Constant"> .89 .</span> -<span id="L2355" class="LineNr">2355 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L2356" class="LineNr">2356 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2351" class="LineNr">2351 </span> <span class="Constant"> . .</span> +<span id="L2352" class="LineNr">2352 </span> <span class="Constant"> .1234↩ .</span> +<span id="L2353" class="LineNr">2353 </span> <span class="Constant"> .567 .</span> +<span id="L2354" class="LineNr">2354 </span> <span class="Constant"> .89 .</span> +<span id="L2355" class="LineNr">2355 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L2356" class="LineNr">2356 </span> <span class="Constant"> . .</span> <span id="L2357" class="LineNr">2357 </span> ] <span id="L2358" class="LineNr">2358 </span> <span class="Comment"># position cursor on second screen line (after the wrap) and hit ctrl-u</span> <span id="L2359" class="LineNr">2359 </span> assume-console [ -<span id="L2360" class="LineNr">2360 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> -<span id="L2361" class="LineNr">2361 </span> <span class="Conceal">¦</span> press ctrl-u +<span id="L2360" class="LineNr">2360 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> +<span id="L2361" class="LineNr">2361 </span> press ctrl-u <span id="L2362" class="LineNr">2362 </span> ] <span id="L2363" class="LineNr">2363 </span> run [ -<span id="L2364" class="LineNr">2364 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L2365" class="LineNr">2365 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L2366" class="LineNr">2366 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L2364" class="LineNr">2364 </span> editor-event-loop screen, console, e +<span id="L2365" class="LineNr">2365 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L2366" class="LineNr">2366 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L2367" class="LineNr">2367 </span> ] <span id="L2368" class="LineNr">2368 </span> screen-should-contain [ -<span id="L2369" class="LineNr">2369 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2370" class="LineNr">2370 </span> <span class="Conceal">¦</span><span class="Constant"> .67 .</span> -<span id="L2371" class="LineNr">2371 </span> <span class="Conceal">¦</span><span class="Constant"> .89 .</span> -<span id="L2372" class="LineNr">2372 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L2373" class="LineNr">2373 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2369" class="LineNr">2369 </span> <span class="Constant"> . .</span> +<span id="L2370" class="LineNr">2370 </span> <span class="Constant"> .67 .</span> +<span id="L2371" class="LineNr">2371 </span> <span class="Constant"> .89 .</span> +<span id="L2372" class="LineNr">2372 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L2373" class="LineNr">2373 </span> <span class="Constant"> . .</span> <span id="L2374" class="LineNr">2374 </span> ] <span id="L2375" class="LineNr">2375 </span> <span class="Comment"># cursor moves up to screen line 1</span> <span id="L2376" class="LineNr">2376 </span> memory-should-contain [ -<span id="L2377" class="LineNr">2377 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor-row</span> -<span id="L2378" class="LineNr">2378 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor-column</span> +<span id="L2377" class="LineNr">2377 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor-row</span> +<span id="L2378" class="LineNr">2378 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor-column</span> <span id="L2379" class="LineNr">2379 </span> ] <span id="L2380" class="LineNr">2380 </span>] <span id="L2381" class="LineNr">2381 </span> @@ -2450,56 +2449,56 @@ if ('onhashchange' in window) { <span id="L2388" class="LineNr">2388 </span><span class="Constant">2</span> <span id="L2389" class="LineNr">2389 </span><span class="Constant">345678</span> <span id="L2390" class="LineNr">2390 </span><span class="Constant">9]</span> -<span id="L2391" class="LineNr">2391 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L2392" class="LineNr">2392 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2391" class="LineNr">2391 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L2392" class="LineNr">2392 </span> editor-render screen, e <span id="L2393" class="LineNr">2393 </span> <span class="Comment"># position the '78' line at the top of the screen</span> <span id="L2394" class="LineNr">2394 </span> assume-console [ -<span id="L2395" class="LineNr">2395 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 1</span> <span class="Comment"># on '8'</span> -<span id="L2396" class="LineNr">2396 </span> <span class="Conceal">¦</span> press ctrl-t +<span id="L2395" class="LineNr">2395 </span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 1</span> <span class="Comment"># on '8'</span> +<span id="L2396" class="LineNr">2396 </span> press ctrl-t <span id="L2397" class="LineNr">2397 </span> ] -<span id="L2398" class="LineNr">2398 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2398" class="LineNr">2398 </span> editor-event-loop screen, console, e <span id="L2399" class="LineNr">2399 </span> screen-should-contain [ -<span id="L2400" class="LineNr">2400 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2401" class="LineNr">2401 </span> <span class="Conceal">¦</span><span class="Constant"> .78 .</span> -<span id="L2402" class="LineNr">2402 </span> <span class="Conceal">¦</span><span class="Constant"> .9 .</span> -<span id="L2403" class="LineNr">2403 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L2404" class="LineNr">2404 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2400" class="LineNr">2400 </span> <span class="Constant"> . .</span> +<span id="L2401" class="LineNr">2401 </span> <span class="Constant"> .78 .</span> +<span id="L2402" class="LineNr">2402 </span> <span class="Constant"> .9 .</span> +<span id="L2403" class="LineNr">2403 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L2404" class="LineNr">2404 </span> <span class="Constant"> . .</span> <span id="L2405" class="LineNr">2405 </span> ] <span id="L2406" class="LineNr">2406 </span> assume-console [ -<span id="L2407" class="LineNr">2407 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> -<span id="L2408" class="LineNr">2408 </span> <span class="Conceal">¦</span> press ctrl-u +<span id="L2407" class="LineNr">2407 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> +<span id="L2408" class="LineNr">2408 </span> press ctrl-u <span id="L2409" class="LineNr">2409 </span> ] <span id="L2410" class="LineNr">2410 </span> run [ -<span id="L2411" class="LineNr">2411 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L2412" class="LineNr">2412 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L2413" class="LineNr">2413 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L2411" class="LineNr">2411 </span> editor-event-loop screen, console, e +<span id="L2412" class="LineNr">2412 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L2413" class="LineNr">2413 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L2414" class="LineNr">2414 </span> ] <span id="L2415" class="LineNr">2415 </span> <span class="Comment"># make sure we updated top-of-screen correctly</span> <span id="L2416" class="LineNr">2416 </span> screen-should-contain [ -<span id="L2417" class="LineNr">2417 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2418" class="LineNr">2418 </span> <span class="Conceal">¦</span><span class="Constant"> .8 .</span> -<span id="L2419" class="LineNr">2419 </span> <span class="Conceal">¦</span><span class="Constant"> .9 .</span> -<span id="L2420" class="LineNr">2420 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L2421" class="LineNr">2421 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2417" class="LineNr">2417 </span> <span class="Constant"> . .</span> +<span id="L2418" class="LineNr">2418 </span> <span class="Constant"> .8 .</span> +<span id="L2419" class="LineNr">2419 </span> <span class="Constant"> .9 .</span> +<span id="L2420" class="LineNr">2420 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L2421" class="LineNr">2421 </span> <span class="Constant"> . .</span> <span id="L2422" class="LineNr">2422 </span> ] <span id="L2423" class="LineNr">2423 </span> memory-should-contain [ -<span id="L2424" class="LineNr">2424 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor-row</span> -<span id="L2425" class="LineNr">2425 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor-column</span> +<span id="L2424" class="LineNr">2424 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor-row</span> +<span id="L2425" class="LineNr">2425 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor-column</span> <span id="L2426" class="LineNr">2426 </span> ] <span id="L2427" class="LineNr">2427 </span> <span class="Comment"># the entire line is deleted, even the part not shown on screen</span> <span id="L2428" class="LineNr">2428 </span> assume-console [ -<span id="L2429" class="LineNr">2429 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L2429" class="LineNr">2429 </span> press up-arrow <span id="L2430" class="LineNr">2430 </span> ] <span id="L2431" class="LineNr">2431 </span> run [ -<span id="L2432" class="LineNr">2432 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2432" class="LineNr">2432 </span> editor-event-loop screen, console, e <span id="L2433" class="LineNr">2433 </span> ] <span id="L2434" class="LineNr">2434 </span> screen-should-contain [ -<span id="L2435" class="LineNr">2435 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2436" class="LineNr">2436 </span> <span class="Conceal">¦</span><span class="Constant"> .2 .</span> -<span id="L2437" class="LineNr">2437 </span> <span class="Conceal">¦</span><span class="Constant"> .8 .</span> -<span id="L2438" class="LineNr">2438 </span> <span class="Conceal">¦</span><span class="Constant"> .9 .</span> -<span id="L2439" class="LineNr">2439 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L2440" class="LineNr">2440 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2435" class="LineNr">2435 </span> <span class="Constant"> . .</span> +<span id="L2436" class="LineNr">2436 </span> <span class="Constant"> .2 .</span> +<span id="L2437" class="LineNr">2437 </span> <span class="Constant"> .8 .</span> +<span id="L2438" class="LineNr">2438 </span> <span class="Constant"> .9 .</span> +<span id="L2439" class="LineNr">2439 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L2440" class="LineNr">2440 </span> <span class="Constant"> . .</span> <span id="L2441" class="LineNr">2441 </span> ] <span id="L2442" class="LineNr">2442 </span>] <span id="L2443" class="LineNr">2443 </span> @@ -2512,57 +2511,57 @@ if ('onhashchange' in window) { <span id="L2450" class="LineNr">2450 </span><span class="Constant">2</span> <span id="L2451" class="LineNr">2451 </span><span class="Constant">3456789abcd</span> <span id="L2452" class="LineNr">2452 </span><span class="Constant">e]</span> -<span id="L2453" class="LineNr">2453 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L2454" class="LineNr">2454 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2453" class="LineNr">2453 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L2454" class="LineNr">2454 </span> editor-render screen, e <span id="L2455" class="LineNr">2455 </span> <span class="Comment"># position the 'bcd' line at the top of the screen</span> <span id="L2456" class="LineNr">2456 </span> assume-console [ -<span id="L2457" class="LineNr">2457 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 1</span> <span class="Comment"># on '8'</span> -<span id="L2458" class="LineNr">2458 </span> <span class="Conceal">¦</span> press ctrl-t -<span id="L2459" class="LineNr">2459 </span> <span class="Conceal">¦</span> press ctrl-s <span class="Comment"># now on 'c'</span> +<span id="L2457" class="LineNr">2457 </span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 1</span> <span class="Comment"># on '8'</span> +<span id="L2458" class="LineNr">2458 </span> press ctrl-t +<span id="L2459" class="LineNr">2459 </span> press ctrl-s <span class="Comment"># now on 'c'</span> <span id="L2460" class="LineNr">2460 </span> ] -<span id="L2461" class="LineNr">2461 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2461" class="LineNr">2461 </span> editor-event-loop screen, console, e <span id="L2462" class="LineNr">2462 </span> screen-should-contain [ -<span id="L2463" class="LineNr">2463 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2464" class="LineNr">2464 </span> <span class="Conceal">¦</span><span class="Constant"> .bcd .</span> -<span id="L2465" class="LineNr">2465 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L2466" class="LineNr">2466 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L2467" class="LineNr">2467 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2463" class="LineNr">2463 </span> <span class="Constant"> . .</span> +<span id="L2464" class="LineNr">2464 </span> <span class="Constant"> .bcd .</span> +<span id="L2465" class="LineNr">2465 </span> <span class="Constant"> .e .</span> +<span id="L2466" class="LineNr">2466 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L2467" class="LineNr">2467 </span> <span class="Constant"> . .</span> <span id="L2468" class="LineNr">2468 </span> ] <span id="L2469" class="LineNr">2469 </span> assume-console [ -<span id="L2470" class="LineNr">2470 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> -<span id="L2471" class="LineNr">2471 </span> <span class="Conceal">¦</span> press ctrl-u +<span id="L2470" class="LineNr">2470 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> +<span id="L2471" class="LineNr">2471 </span> press ctrl-u <span id="L2472" class="LineNr">2472 </span> ] <span id="L2473" class="LineNr">2473 </span> run [ -<span id="L2474" class="LineNr">2474 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L2475" class="LineNr">2475 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L2476" class="LineNr">2476 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L2474" class="LineNr">2474 </span> editor-event-loop screen, console, e +<span id="L2475" class="LineNr">2475 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L2476" class="LineNr">2476 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L2477" class="LineNr">2477 </span> ] <span id="L2478" class="LineNr">2478 </span> <span class="Comment"># make sure we updated top-of-screen correctly</span> <span id="L2479" class="LineNr">2479 </span> screen-should-contain [ -<span id="L2480" class="LineNr">2480 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2481" class="LineNr">2481 </span> <span class="Conceal">¦</span><span class="Constant"> .cd .</span> -<span id="L2482" class="LineNr">2482 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L2483" class="LineNr">2483 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L2484" class="LineNr">2484 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2480" class="LineNr">2480 </span> <span class="Constant"> . .</span> +<span id="L2481" class="LineNr">2481 </span> <span class="Constant"> .cd .</span> +<span id="L2482" class="LineNr">2482 </span> <span class="Constant"> .e .</span> +<span id="L2483" class="LineNr">2483 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L2484" class="LineNr">2484 </span> <span class="Constant"> . .</span> <span id="L2485" class="LineNr">2485 </span> ] <span id="L2486" class="LineNr">2486 </span> memory-should-contain [ -<span id="L2487" class="LineNr">2487 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor-row</span> -<span id="L2488" class="LineNr">2488 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor-column</span> +<span id="L2487" class="LineNr">2487 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># cursor-row</span> +<span id="L2488" class="LineNr">2488 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># cursor-column</span> <span id="L2489" class="LineNr">2489 </span> ] <span id="L2490" class="LineNr">2490 </span> <span class="Comment"># the entire line is deleted, even the part not shown on screen</span> <span id="L2491" class="LineNr">2491 </span> assume-console [ -<span id="L2492" class="LineNr">2492 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L2492" class="LineNr">2492 </span> press up-arrow <span id="L2493" class="LineNr">2493 </span> ] <span id="L2494" class="LineNr">2494 </span> run [ -<span id="L2495" class="LineNr">2495 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2495" class="LineNr">2495 </span> editor-event-loop screen, console, e <span id="L2496" class="LineNr">2496 </span> ] <span id="L2497" class="LineNr">2497 </span> screen-should-contain [ -<span id="L2498" class="LineNr">2498 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2499" class="LineNr">2499 </span> <span class="Conceal">¦</span><span class="Constant"> .2 .</span> -<span id="L2500" class="LineNr">2500 </span> <span class="Conceal">¦</span><span class="Constant"> .cd .</span> -<span id="L2501" class="LineNr">2501 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L2502" class="LineNr">2502 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L2503" class="LineNr">2503 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2498" class="LineNr">2498 </span> <span class="Constant"> . .</span> +<span id="L2499" class="LineNr">2499 </span> <span class="Constant"> .2 .</span> +<span id="L2500" class="LineNr">2500 </span> <span class="Constant"> .cd .</span> +<span id="L2501" class="LineNr">2501 </span> <span class="Constant"> .e .</span> +<span id="L2502" class="LineNr">2502 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L2503" class="LineNr">2503 </span> <span class="Constant"> . .</span> <span id="L2504" class="LineNr">2504 </span> ] <span id="L2505" class="LineNr">2505 </span>] <span id="L2506" class="LineNr">2506 </span> @@ -2573,42 +2572,42 @@ if ('onhashchange' in window) { <span id="L2511" class="LineNr">2511 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L2512" class="LineNr">2512 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L2513" class="LineNr">2513 </span><span class="Constant">456]</span> -<span id="L2514" class="LineNr">2514 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L2515" class="LineNr">2515 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2514" class="LineNr">2514 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L2515" class="LineNr">2515 </span> editor-render screen, e <span id="L2516" class="LineNr">2516 </span> $clear-trace <span id="L2517" class="LineNr">2517 </span> <span class="Comment"># start on first line, press ctrl-k</span> <span id="L2518" class="LineNr">2518 </span> assume-console [ -<span id="L2519" class="LineNr">2519 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> -<span id="L2520" class="LineNr">2520 </span> <span class="Conceal">¦</span> press ctrl-k +<span id="L2519" class="LineNr">2519 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> +<span id="L2520" class="LineNr">2520 </span> press ctrl-k <span id="L2521" class="LineNr">2521 </span> ] <span id="L2522" class="LineNr">2522 </span> run [ -<span id="L2523" class="LineNr">2523 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2523" class="LineNr">2523 </span> editor-event-loop screen, console, e <span id="L2524" class="LineNr">2524 </span> ] <span id="L2525" class="LineNr">2525 </span> <span class="Comment"># cursor deletes to end of line</span> <span id="L2526" class="LineNr">2526 </span> screen-should-contain [ -<span id="L2527" class="LineNr">2527 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2528" class="LineNr">2528 </span> <span class="Conceal">¦</span><span class="Constant"> .1 .</span> -<span id="L2529" class="LineNr">2529 </span> <span class="Conceal">¦</span><span class="Constant"> .456 .</span> -<span id="L2530" class="LineNr">2530 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L2531" class="LineNr">2531 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2527" class="LineNr">2527 </span> <span class="Constant"> . .</span> +<span id="L2528" class="LineNr">2528 </span> <span class="Constant"> .1 .</span> +<span id="L2529" class="LineNr">2529 </span> <span class="Constant"> .456 .</span> +<span id="L2530" class="LineNr">2530 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L2531" class="LineNr">2531 </span> <span class="Constant"> . .</span> <span id="L2532" class="LineNr">2532 </span> ] <span id="L2533" class="LineNr">2533 </span> check-trace-count-for-label<span class="Constant"> 9</span>, <span class="Constant">[print-character]</span> <span id="L2534" class="LineNr">2534 </span>] <span id="L2535" class="LineNr">2535 </span> -<span id="L2536" class="LineNr">2536 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L185'><handle-special-character></a></span> [ +<span id="L2536" class="LineNr">2536 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-character></span> [ <span id="L2537" class="LineNr">2537 </span> <span class="Delimiter">{</span> -<span id="L2538" class="LineNr">2538 </span> <span class="Conceal">¦</span> delete-to-end-of-line?:bool <span class="Special"><-</span> equal c, <span class="Constant">11/ctrl-k</span> -<span id="L2539" class="LineNr">2539 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> delete-to-end-of-line? -<span id="L2540" class="LineNr">2540 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='003-shortcuts.mu.html#L2540'><begin-delete-to-end-of-line></a></span> -<span id="L2541" class="LineNr">2541 </span> <span class="Conceal">¦</span> deleted-cells:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L2567'>delete-to-end-of-line</a> editor -<span id="L2542" class="LineNr">2542 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='003-shortcuts.mu.html#L2542'><end-delete-to-end-of-line></a></span> -<span id="L2543" class="LineNr">2543 </span> <span class="Conceal">¦</span> <span class="Comment"># checks if we can do a minimal render and if we can it will do a minimal render</span> -<span id="L2544" class="LineNr">2544 </span> <span class="Conceal">¦</span> go-render?:bool <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L2549'>minimal-render-for-ctrl-k</a> <a href='../081print.mu.html#L16'>screen</a>, editor, deleted-cells -<span id="L2545" class="LineNr">2545 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L2538" class="LineNr">2538 </span> delete-to-end-of-line?:bool <span class="Special"><-</span> equal c, <span class="Constant">11/ctrl-k</span> +<span id="L2539" class="LineNr">2539 </span> <span class="muControl">break-unless</span> delete-to-end-of-line? +<span id="L2540" class="LineNr">2540 </span><span class="Constant"> <begin-delete-to-end-of-line></span> +<span id="L2541" class="LineNr">2541 </span> deleted-cells:&:duplex-list:char <span class="Special"><-</span> delete-to-end-of-line editor +<span id="L2542" class="LineNr">2542 </span><span class="Constant"> <end-delete-to-end-of-line></span> +<span id="L2543" class="LineNr">2543 </span> <span class="Comment"># checks if we can do a minimal render and if we can it will do a minimal render</span> +<span id="L2544" class="LineNr">2544 </span> go-render?:bool <span class="Special"><-</span> minimal-render-for-ctrl-k screen, editor, deleted-cells +<span id="L2545" class="LineNr">2545 </span> <span class="muControl"> return</span> <span id="L2546" class="LineNr">2546 </span> <span class="Delimiter">}</span> <span id="L2547" class="LineNr">2547 </span>] <span id="L2548" class="LineNr">2548 </span> -<span id="L2549" class="LineNr">2549 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L2549'>minimal-render-for-ctrl-k</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, editor:&:editor, deleted-cells:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char<span class="muRecipe"> -> </span>go-render?:bool, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L2549" class="LineNr">2549 </span><span class="muRecipe">def</span> minimal-render-for-ctrl-k screen:&:screen, editor:&:editor, deleted-cells:&:duplex-list:char<span class="muRecipe"> -> </span>go-render?:bool, screen:&:screen [ <span id="L2550" class="LineNr">2550 </span> <span class="Constant">local-scope</span> <span id="L2551" class="LineNr">2551 </span> <span class="Constant">load-inputs</span> <span id="L2552" class="LineNr">2552 </span> <span class="Comment"># if we deleted nothing, there's nothing to render</span> @@ -2622,28 +2621,28 @@ if ('onhashchange' in window) { <span id="L2560" class="LineNr">2560 </span> end:num <span class="Special"><-</span> subtract right, left <span id="L2561" class="LineNr">2561 </span> wrap?:bool <span class="Special"><-</span> greater-or-equal old-row-len, end <span id="L2562" class="LineNr">2562 </span> <span class="muControl">return-if</span> wrap?, <span class="Constant">1/go-render</span> -<span id="L2563" class="LineNr">2563 </span> <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, right +<span id="L2563" class="LineNr">2563 </span> clear-line-until screen, right <span id="L2564" class="LineNr">2564 </span> <span class="muControl"> return</span> <span class="Constant">0/dont-render</span> <span id="L2565" class="LineNr">2565 </span>] <span id="L2566" class="LineNr">2566 </span> -<span id="L2567" class="LineNr">2567 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L2567'>delete-to-end-of-line</a> editor:&:editor<span class="muRecipe"> -> </span>result:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char, editor:&:editor [ +<span id="L2567" class="LineNr">2567 </span><span class="muRecipe">def</span> delete-to-end-of-line editor:&:editor<span class="muRecipe"> -> </span>result:&:duplex-list:char, editor:&:editor [ <span id="L2568" class="LineNr">2568 </span> <span class="Constant">local-scope</span> <span id="L2569" class="LineNr">2569 </span> <span class="Constant">load-inputs</span> <span id="L2570" class="LineNr">2570 </span> <span class="Comment"># compute range to delete</span> -<span id="L2571" class="LineNr">2571 </span> start:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> -<span id="L2572" class="LineNr">2572 </span> end:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> start +<span id="L2571" class="LineNr">2571 </span> start:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L2572" class="LineNr">2572 </span> end:&:duplex-list:char <span class="Special"><-</span> next start <span id="L2573" class="LineNr">2573 </span> <span class="Delimiter">{</span> -<span id="L2574" class="LineNr">2574 </span> <span class="Conceal">¦</span> at-end-of-text?:bool <span class="Special"><-</span> equal end, <span class="Constant">0/null</span> -<span id="L2575" class="LineNr">2575 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-end-of-text? -<span id="L2576" class="LineNr">2576 </span> <span class="Conceal">¦</span> curr:char <span class="Special"><-</span> get *end, <span class="Constant">value:offset</span> -<span id="L2577" class="LineNr">2577 </span> <span class="Conceal">¦</span> at-end-of-line?:bool <span class="Special"><-</span> equal curr, <span class="Constant">10/newline</span> -<span id="L2578" class="LineNr">2578 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-end-of-line? -<span id="L2579" class="LineNr">2579 </span> <span class="Conceal">¦</span> end <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> end -<span id="L2580" class="LineNr">2580 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L2574" class="LineNr">2574 </span> at-end-of-text?:bool <span class="Special"><-</span> equal end, <span class="Constant">0/null</span> +<span id="L2575" class="LineNr">2575 </span> <span class="muControl">break-if</span> at-end-of-text? +<span id="L2576" class="LineNr">2576 </span> curr:char <span class="Special"><-</span> get *end, <span class="Constant">value:offset</span> +<span id="L2577" class="LineNr">2577 </span> at-end-of-line?:bool <span class="Special"><-</span> equal curr, <span class="Constant">10/newline</span> +<span id="L2578" class="LineNr">2578 </span> <span class="muControl">break-if</span> at-end-of-line? +<span id="L2579" class="LineNr">2579 </span> end <span class="Special"><-</span> next end +<span id="L2580" class="LineNr">2580 </span> <span class="muControl"> loop</span> <span id="L2581" class="LineNr">2581 </span> <span class="Delimiter">}</span> <span id="L2582" class="LineNr">2582 </span> <span class="Comment"># snip it out</span> -<span id="L2583" class="LineNr">2583 </span> result <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> start -<span id="L2584" class="LineNr">2584 </span> <a href='../065duplex_list.mu.html#L385'>remove-between</a> start, end +<span id="L2583" class="LineNr">2583 </span> result <span class="Special"><-</span> next start +<span id="L2584" class="LineNr">2584 </span> remove-between start, end <span id="L2585" class="LineNr">2585 </span>] <span id="L2586" class="LineNr">2586 </span> <span id="L2587" class="LineNr">2587 </span><span class="muScenario">scenario</span> editor-deletes-to-end-of-line-with-ctrl-k-2 [ @@ -2651,24 +2650,24 @@ if ('onhashchange' in window) { <span id="L2589" class="LineNr">2589 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L2590" class="LineNr">2590 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L2591" class="LineNr">2591 </span><span class="Constant">456]</span> -<span id="L2592" class="LineNr">2592 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L2593" class="LineNr">2593 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2592" class="LineNr">2592 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L2593" class="LineNr">2593 </span> editor-render screen, e <span id="L2594" class="LineNr">2594 </span> $clear-trace <span id="L2595" class="LineNr">2595 </span> <span class="Comment"># start on second line (no newline after), press ctrl-k</span> <span id="L2596" class="LineNr">2596 </span> assume-console [ -<span id="L2597" class="LineNr">2597 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> -<span id="L2598" class="LineNr">2598 </span> <span class="Conceal">¦</span> press ctrl-k +<span id="L2597" class="LineNr">2597 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> +<span id="L2598" class="LineNr">2598 </span> press ctrl-k <span id="L2599" class="LineNr">2599 </span> ] <span id="L2600" class="LineNr">2600 </span> run [ -<span id="L2601" class="LineNr">2601 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2601" class="LineNr">2601 </span> editor-event-loop screen, console, e <span id="L2602" class="LineNr">2602 </span> ] <span id="L2603" class="LineNr">2603 </span> <span class="Comment"># cursor deletes to end of line</span> <span id="L2604" class="LineNr">2604 </span> screen-should-contain [ -<span id="L2605" class="LineNr">2605 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2606" class="LineNr">2606 </span> <span class="Conceal">¦</span><span class="Constant"> .123 .</span> -<span id="L2607" class="LineNr">2607 </span> <span class="Conceal">¦</span><span class="Constant"> .4 .</span> -<span id="L2608" class="LineNr">2608 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L2609" class="LineNr">2609 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2605" class="LineNr">2605 </span> <span class="Constant"> . .</span> +<span id="L2606" class="LineNr">2606 </span> <span class="Constant"> .123 .</span> +<span id="L2607" class="LineNr">2607 </span> <span class="Constant"> .4 .</span> +<span id="L2608" class="LineNr">2608 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L2609" class="LineNr">2609 </span> <span class="Constant"> . .</span> <span id="L2610" class="LineNr">2610 </span> ] <span id="L2611" class="LineNr">2611 </span> check-trace-count-for-label<span class="Constant"> 9</span>, <span class="Constant">[print-character]</span> <span id="L2612" class="LineNr">2612 </span>] @@ -2678,24 +2677,24 @@ if ('onhashchange' in window) { <span id="L2616" class="LineNr">2616 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L2617" class="LineNr">2617 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L2618" class="LineNr">2618 </span><span class="Constant">456]</span> -<span id="L2619" class="LineNr">2619 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L2620" class="LineNr">2620 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2619" class="LineNr">2619 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L2620" class="LineNr">2620 </span> editor-render screen, e <span id="L2621" class="LineNr">2621 </span> $clear-trace <span id="L2622" class="LineNr">2622 </span> <span class="Comment"># start at end of line</span> <span id="L2623" class="LineNr">2623 </span> assume-console [ -<span id="L2624" class="LineNr">2624 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 2</span> -<span id="L2625" class="LineNr">2625 </span> <span class="Conceal">¦</span> press ctrl-k +<span id="L2624" class="LineNr">2624 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 2</span> +<span id="L2625" class="LineNr">2625 </span> press ctrl-k <span id="L2626" class="LineNr">2626 </span> ] <span id="L2627" class="LineNr">2627 </span> run [ -<span id="L2628" class="LineNr">2628 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2628" class="LineNr">2628 </span> editor-event-loop screen, console, e <span id="L2629" class="LineNr">2629 </span> ] <span id="L2630" class="LineNr">2630 </span> <span class="Comment"># cursor deletes just last character</span> <span id="L2631" class="LineNr">2631 </span> screen-should-contain [ -<span id="L2632" class="LineNr">2632 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2633" class="LineNr">2633 </span> <span class="Conceal">¦</span><span class="Constant"> .12 .</span> -<span id="L2634" class="LineNr">2634 </span> <span class="Conceal">¦</span><span class="Constant"> .456 .</span> -<span id="L2635" class="LineNr">2635 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L2636" class="LineNr">2636 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2632" class="LineNr">2632 </span> <span class="Constant"> . .</span> +<span id="L2633" class="LineNr">2633 </span> <span class="Constant"> .12 .</span> +<span id="L2634" class="LineNr">2634 </span> <span class="Constant"> .456 .</span> +<span id="L2635" class="LineNr">2635 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L2636" class="LineNr">2636 </span> <span class="Constant"> . .</span> <span id="L2637" class="LineNr">2637 </span> ] <span id="L2638" class="LineNr">2638 </span> check-trace-count-for-label<span class="Constant"> 8</span>, <span class="Constant">[print-character]</span> <span id="L2639" class="LineNr">2639 </span>] @@ -2705,24 +2704,24 @@ if ('onhashchange' in window) { <span id="L2643" class="LineNr">2643 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L2644" class="LineNr">2644 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L2645" class="LineNr">2645 </span><span class="Constant">456]</span> -<span id="L2646" class="LineNr">2646 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L2647" class="LineNr">2647 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2646" class="LineNr">2646 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L2647" class="LineNr">2647 </span> editor-render screen, e <span id="L2648" class="LineNr">2648 </span> $clear-trace <span id="L2649" class="LineNr">2649 </span> <span class="Comment"># start past end of line</span> <span id="L2650" class="LineNr">2650 </span> assume-console [ -<span id="L2651" class="LineNr">2651 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> -<span id="L2652" class="LineNr">2652 </span> <span class="Conceal">¦</span> press ctrl-k +<span id="L2651" class="LineNr">2651 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 3</span> +<span id="L2652" class="LineNr">2652 </span> press ctrl-k <span id="L2653" class="LineNr">2653 </span> ] <span id="L2654" class="LineNr">2654 </span> run [ -<span id="L2655" class="LineNr">2655 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2655" class="LineNr">2655 </span> editor-event-loop screen, console, e <span id="L2656" class="LineNr">2656 </span> ] <span id="L2657" class="LineNr">2657 </span> <span class="Comment"># cursor deletes nothing</span> <span id="L2658" class="LineNr">2658 </span> screen-should-contain [ -<span id="L2659" class="LineNr">2659 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2660" class="LineNr">2660 </span> <span class="Conceal">¦</span><span class="Constant"> .123 .</span> -<span id="L2661" class="LineNr">2661 </span> <span class="Conceal">¦</span><span class="Constant"> .456 .</span> -<span id="L2662" class="LineNr">2662 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L2663" class="LineNr">2663 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2659" class="LineNr">2659 </span> <span class="Constant"> . .</span> +<span id="L2660" class="LineNr">2660 </span> <span class="Constant"> .123 .</span> +<span id="L2661" class="LineNr">2661 </span> <span class="Constant"> .456 .</span> +<span id="L2662" class="LineNr">2662 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L2663" class="LineNr">2663 </span> <span class="Constant"> . .</span> <span id="L2664" class="LineNr">2664 </span> ] <span id="L2665" class="LineNr">2665 </span> check-trace-count-for-label<span class="Constant"> 7</span>, <span class="Constant">[print-character]</span> <span id="L2666" class="LineNr">2666 </span>] @@ -2732,24 +2731,24 @@ if ('onhashchange' in window) { <span id="L2670" class="LineNr">2670 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L2671" class="LineNr">2671 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L2672" class="LineNr">2672 </span><span class="Constant">456]</span> -<span id="L2673" class="LineNr">2673 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L2674" class="LineNr">2674 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2673" class="LineNr">2673 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L2674" class="LineNr">2674 </span> editor-render screen, e <span id="L2675" class="LineNr">2675 </span> $clear-trace <span id="L2676" class="LineNr">2676 </span> <span class="Comment"># start at end of text</span> <span id="L2677" class="LineNr">2677 </span> assume-console [ -<span id="L2678" class="LineNr">2678 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 2</span> -<span id="L2679" class="LineNr">2679 </span> <span class="Conceal">¦</span> press ctrl-k +<span id="L2678" class="LineNr">2678 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 2</span> +<span id="L2679" class="LineNr">2679 </span> press ctrl-k <span id="L2680" class="LineNr">2680 </span> ] <span id="L2681" class="LineNr">2681 </span> run [ -<span id="L2682" class="LineNr">2682 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2682" class="LineNr">2682 </span> editor-event-loop screen, console, e <span id="L2683" class="LineNr">2683 </span> ] <span id="L2684" class="LineNr">2684 </span> <span class="Comment"># cursor deletes just the final character</span> <span id="L2685" class="LineNr">2685 </span> screen-should-contain [ -<span id="L2686" class="LineNr">2686 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2687" class="LineNr">2687 </span> <span class="Conceal">¦</span><span class="Constant"> .123 .</span> -<span id="L2688" class="LineNr">2688 </span> <span class="Conceal">¦</span><span class="Constant"> .45 .</span> -<span id="L2689" class="LineNr">2689 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L2690" class="LineNr">2690 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2686" class="LineNr">2686 </span> <span class="Constant"> . .</span> +<span id="L2687" class="LineNr">2687 </span> <span class="Constant"> .123 .</span> +<span id="L2688" class="LineNr">2688 </span> <span class="Constant"> .45 .</span> +<span id="L2689" class="LineNr">2689 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L2690" class="LineNr">2690 </span> <span class="Constant"> . .</span> <span id="L2691" class="LineNr">2691 </span> ] <span id="L2692" class="LineNr">2692 </span> check-trace-count-for-label<span class="Constant"> 8</span>, <span class="Constant">[print-character]</span> <span id="L2693" class="LineNr">2693 </span>] @@ -2759,24 +2758,24 @@ if ('onhashchange' in window) { <span id="L2697" class="LineNr">2697 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L2698" class="LineNr">2698 </span> s:text <span class="Special"><-</span> new <span class="Constant">[123</span> <span id="L2699" class="LineNr">2699 </span><span class="Constant">456]</span> -<span id="L2700" class="LineNr">2700 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L2701" class="LineNr">2701 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2700" class="LineNr">2700 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L2701" class="LineNr">2701 </span> editor-render screen, e <span id="L2702" class="LineNr">2702 </span> $clear-trace <span id="L2703" class="LineNr">2703 </span> <span class="Comment"># start past end of text</span> <span id="L2704" class="LineNr">2704 </span> assume-console [ -<span id="L2705" class="LineNr">2705 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 3</span> -<span id="L2706" class="LineNr">2706 </span> <span class="Conceal">¦</span> press ctrl-k +<span id="L2705" class="LineNr">2705 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 3</span> +<span id="L2706" class="LineNr">2706 </span> press ctrl-k <span id="L2707" class="LineNr">2707 </span> ] <span id="L2708" class="LineNr">2708 </span> run [ -<span id="L2709" class="LineNr">2709 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2709" class="LineNr">2709 </span> editor-event-loop screen, console, e <span id="L2710" class="LineNr">2710 </span> ] <span id="L2711" class="LineNr">2711 </span> <span class="Comment"># cursor deletes nothing</span> <span id="L2712" class="LineNr">2712 </span> screen-should-contain [ -<span id="L2713" class="LineNr">2713 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2714" class="LineNr">2714 </span> <span class="Conceal">¦</span><span class="Constant"> .123 .</span> -<span id="L2715" class="LineNr">2715 </span> <span class="Conceal">¦</span><span class="Constant"> .456 .</span> -<span id="L2716" class="LineNr">2716 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L2717" class="LineNr">2717 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2713" class="LineNr">2713 </span> <span class="Constant"> . .</span> +<span id="L2714" class="LineNr">2714 </span> <span class="Constant"> .123 .</span> +<span id="L2715" class="LineNr">2715 </span> <span class="Constant"> .456 .</span> +<span id="L2716" class="LineNr">2716 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L2717" class="LineNr">2717 </span> <span class="Constant"> . .</span> <span id="L2718" class="LineNr">2718 </span> ] <span id="L2719" class="LineNr">2719 </span> <span class="Comment"># no prints necessary</span> <span id="L2720" class="LineNr">2720 </span> check-trace-count-for-label<span class="Constant"> 0</span>, <span class="Constant">[print-character]</span> @@ -2788,23 +2787,23 @@ if ('onhashchange' in window) { <span id="L2726" class="LineNr">2726 </span> <span class="Comment"># create an editor with the first line wrapping to a second screen row</span> <span id="L2727" class="LineNr">2727 </span> s:text <span class="Special"><-</span> new <span class="Constant">[1234</span> <span id="L2728" class="LineNr">2728 </span><span class="Constant">567]</span> -<span id="L2729" class="LineNr">2729 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">4/right</span> -<span id="L2730" class="LineNr">2730 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2729" class="LineNr">2729 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">4/right</span> +<span id="L2730" class="LineNr">2730 </span> editor-render screen, e <span id="L2731" class="LineNr">2731 </span> $clear-trace <span id="L2732" class="LineNr">2732 </span> <span class="Comment"># delete all of the first wrapped line</span> <span id="L2733" class="LineNr">2733 </span> assume-console [ -<span id="L2734" class="LineNr">2734 </span> <span class="Conceal">¦</span> press ctrl-k +<span id="L2734" class="LineNr">2734 </span> press ctrl-k <span id="L2735" class="LineNr">2735 </span> ] <span id="L2736" class="LineNr">2736 </span> run [ -<span id="L2737" class="LineNr">2737 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2737" class="LineNr">2737 </span> editor-event-loop screen, console, e <span id="L2738" class="LineNr">2738 </span> ] <span id="L2739" class="LineNr">2739 </span> <span class="Comment"># screen shows an empty unwrapped first line</span> <span id="L2740" class="LineNr">2740 </span> screen-should-contain [ -<span id="L2741" class="LineNr">2741 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2742" class="LineNr">2742 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2743" class="LineNr">2743 </span> <span class="Conceal">¦</span><span class="Constant"> .567 .</span> -<span id="L2744" class="LineNr">2744 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌ .</span> -<span id="L2745" class="LineNr">2745 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2741" class="LineNr">2741 </span> <span class="Constant"> . .</span> +<span id="L2742" class="LineNr">2742 </span> <span class="Constant"> . .</span> +<span id="L2743" class="LineNr">2743 </span> <span class="Constant"> .567 .</span> +<span id="L2744" class="LineNr">2744 </span> <span class="Constant"> .╌╌╌╌ .</span> +<span id="L2745" class="LineNr">2745 </span> <span class="Constant"> . .</span> <span id="L2746" class="LineNr">2746 </span> ] <span id="L2747" class="LineNr">2747 </span> <span class="Comment"># entire screen is refreshed</span> <span id="L2748" class="LineNr">2748 </span> check-trace-count-for-label<span class="Constant"> 16</span>, <span class="Constant">[print-character]</span> @@ -2821,39 +2820,39 @@ if ('onhashchange' in window) { <span id="L2759" class="LineNr">2759 </span><span class="Constant">b</span> <span id="L2760" class="LineNr">2760 </span><span class="Constant">c</span> <span id="L2761" class="LineNr">2761 </span><span class="Constant">d]</span> -<span id="L2762" class="LineNr">2762 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L2763" class="LineNr">2763 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2762" class="LineNr">2762 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L2763" class="LineNr">2763 </span> editor-render screen, e <span id="L2764" class="LineNr">2764 </span> screen-should-contain [ -<span id="L2765" class="LineNr">2765 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2766" class="LineNr">2766 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L2767" class="LineNr">2767 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L2768" class="LineNr">2768 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> +<span id="L2765" class="LineNr">2765 </span> <span class="Constant"> . .</span> +<span id="L2766" class="LineNr">2766 </span> <span class="Constant"> .a .</span> +<span id="L2767" class="LineNr">2767 </span> <span class="Constant"> .b .</span> +<span id="L2768" class="LineNr">2768 </span> <span class="Constant"> .c .</span> <span id="L2769" class="LineNr">2769 </span> ] <span id="L2770" class="LineNr">2770 </span> <span class="Comment"># position cursor at last line, then try to move further down</span> <span id="L2771" class="LineNr">2771 </span> assume-console [ -<span id="L2772" class="LineNr">2772 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L2773" class="LineNr">2773 </span> <span class="Conceal">¦</span> press down-arrow +<span id="L2772" class="LineNr">2772 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L2773" class="LineNr">2773 </span> press down-arrow <span id="L2774" class="LineNr">2774 </span> ] <span id="L2775" class="LineNr">2775 </span> run [ -<span id="L2776" class="LineNr">2776 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2776" class="LineNr">2776 </span> editor-event-loop screen, console, e <span id="L2777" class="LineNr">2777 </span> ] <span id="L2778" class="LineNr">2778 </span> <span class="Comment"># screen slides by one line</span> <span id="L2779" class="LineNr">2779 </span> screen-should-contain [ -<span id="L2780" class="LineNr">2780 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2781" class="LineNr">2781 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L2782" class="LineNr">2782 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L2783" class="LineNr">2783 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> +<span id="L2780" class="LineNr">2780 </span> <span class="Constant"> . .</span> +<span id="L2781" class="LineNr">2781 </span> <span class="Constant"> .b .</span> +<span id="L2782" class="LineNr">2782 </span> <span class="Constant"> .c .</span> +<span id="L2783" class="LineNr">2783 </span> <span class="Constant"> .d .</span> <span id="L2784" class="LineNr">2784 </span> ] <span id="L2785" class="LineNr">2785 </span>] <span id="L2786" class="LineNr">2786 </span> <span id="L2787" class="LineNr">2787 </span><span class="muRecipe">after</span> <span class="Constant"><scroll-down></span> [ <span id="L2788" class="LineNr">2788 </span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[scroll down]</span> -<span id="L2789" class="LineNr">2789 </span> top-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L2789" class="LineNr">2789 </span> top-of-screen:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> <span id="L2790" class="LineNr">2790 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> <span id="L2791" class="LineNr">2791 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> <span id="L2792" class="LineNr">2792 </span> max:num <span class="Special"><-</span> subtract right, left -<span id="L2793" class="LineNr">2793 </span> old-top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> copy top-of-screen -<span id="L2794" class="LineNr">2794 </span> top-of-screen <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L2804'>before-start-of-next-line</a> top-of-screen, max +<span id="L2793" class="LineNr">2793 </span> old-top:&:duplex-list:char <span class="Special"><-</span> copy top-of-screen +<span id="L2794" class="LineNr">2794 </span> top-of-screen <span class="Special"><-</span> before-start-of-next-line top-of-screen, max <span id="L2795" class="LineNr">2795 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, top-of-screen <span id="L2796" class="LineNr">2796 </span> no-movement?:bool <span class="Special"><-</span> equal old-top, top-of-screen <span id="L2797" class="LineNr">2797 </span> <span class="muControl">return-if</span> no-movement?, <span class="Constant">0/don't-render</span> @@ -2863,29 +2862,29 @@ if ('onhashchange' in window) { <span id="L2801" class="LineNr">2801 </span><span class="Comment"># positions until the next newline.</span> <span id="L2802" class="LineNr">2802 </span><span class="Comment"># Returns original if no next newline.</span> <span id="L2803" class="LineNr">2803 </span><span class="Comment"># Beware: never return null pointer.</span> -<span id="L2804" class="LineNr">2804 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L2804'>before-start-of-next-line</a> original:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char, max:num<span class="muRecipe"> -> </span>curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char [ +<span id="L2804" class="LineNr">2804 </span><span class="muRecipe">def</span> before-start-of-next-line original:&:duplex-list:char, max:num<span class="muRecipe"> -> </span>curr:&:duplex-list:char [ <span id="L2805" class="LineNr">2805 </span> <span class="Constant">local-scope</span> <span id="L2806" class="LineNr">2806 </span> <span class="Constant">load-inputs</span> <span id="L2807" class="LineNr">2807 </span> count:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L2808" class="LineNr">2808 </span> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> copy original +<span id="L2808" class="LineNr">2808 </span> curr:&:duplex-list:char <span class="Special"><-</span> copy original <span id="L2809" class="LineNr">2809 </span> <span class="Comment"># skip the initial newline if it exists</span> <span id="L2810" class="LineNr">2810 </span> <span class="Delimiter">{</span> -<span id="L2811" class="LineNr">2811 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> -<span id="L2812" class="LineNr">2812 </span> <span class="Conceal">¦</span> at-newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L2813" class="LineNr">2813 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-newline? -<span id="L2814" class="LineNr">2814 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr -<span id="L2815" class="LineNr">2815 </span> <span class="Conceal">¦</span> count <span class="Special"><-</span> add count,<span class="Constant"> 1</span> +<span id="L2811" class="LineNr">2811 </span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> +<span id="L2812" class="LineNr">2812 </span> at-newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L2813" class="LineNr">2813 </span> <span class="muControl">break-unless</span> at-newline? +<span id="L2814" class="LineNr">2814 </span> curr <span class="Special"><-</span> next curr +<span id="L2815" class="LineNr">2815 </span> count <span class="Special"><-</span> add count,<span class="Constant"> 1</span> <span id="L2816" class="LineNr">2816 </span> <span class="Delimiter">}</span> <span id="L2817" class="LineNr">2817 </span> <span class="Delimiter">{</span> -<span id="L2818" class="LineNr">2818 </span> <span class="Conceal">¦</span> <span class="muControl">return-unless</span> curr, original -<span id="L2819" class="LineNr">2819 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal count, max -<span id="L2820" class="LineNr">2820 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L2821" class="LineNr">2821 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> -<span id="L2822" class="LineNr">2822 </span> <span class="Conceal">¦</span> at-newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L2823" class="LineNr">2823 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-newline? -<span id="L2824" class="LineNr">2824 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr -<span id="L2825" class="LineNr">2825 </span> <span class="Conceal">¦</span> count <span class="Special"><-</span> add count,<span class="Constant"> 1</span> -<span id="L2826" class="LineNr">2826 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L2818" class="LineNr">2818 </span> <span class="muControl">return-unless</span> curr, original +<span id="L2819" class="LineNr">2819 </span> done?:bool <span class="Special"><-</span> greater-or-equal count, max +<span id="L2820" class="LineNr">2820 </span> <span class="muControl">break-if</span> done? +<span id="L2821" class="LineNr">2821 </span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> +<span id="L2822" class="LineNr">2822 </span> at-newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L2823" class="LineNr">2823 </span> <span class="muControl">break-if</span> at-newline? +<span id="L2824" class="LineNr">2824 </span> curr <span class="Special"><-</span> next curr +<span id="L2825" class="LineNr">2825 </span> count <span class="Special"><-</span> add count,<span class="Constant"> 1</span> +<span id="L2826" class="LineNr">2826 </span> <span class="muControl"> loop</span> <span id="L2827" class="LineNr">2827 </span> <span class="Delimiter">}</span> <span id="L2828" class="LineNr">2828 </span> <span class="muControl">return-unless</span> curr, original <span id="L2829" class="LineNr">2829 </span> <span class="muControl"> return</span> curr @@ -2901,28 +2900,28 @@ if ('onhashchange' in window) { <span id="L2839" class="LineNr">2839 </span><span class="Constant">g</span> <span id="L2840" class="LineNr">2840 </span><span class="Constant">h</span> <span id="L2841" class="LineNr">2841 </span><span class="Constant">i]</span> -<span id="L2842" class="LineNr">2842 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L2843" class="LineNr">2843 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2842" class="LineNr">2842 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L2843" class="LineNr">2843 </span> editor-render screen, e <span id="L2844" class="LineNr">2844 </span> screen-should-contain [ -<span id="L2845" class="LineNr">2845 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2846" class="LineNr">2846 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd↩ .</span> -<span id="L2847" class="LineNr">2847 </span> <span class="Conceal">¦</span><span class="Constant"> .ef .</span> -<span id="L2848" class="LineNr">2848 </span> <span class="Conceal">¦</span><span class="Constant"> .g .</span> +<span id="L2845" class="LineNr">2845 </span> <span class="Constant"> . .</span> +<span id="L2846" class="LineNr">2846 </span> <span class="Constant"> .abcd↩ .</span> +<span id="L2847" class="LineNr">2847 </span> <span class="Constant"> .ef .</span> +<span id="L2848" class="LineNr">2848 </span> <span class="Constant"> .g .</span> <span id="L2849" class="LineNr">2849 </span> ] <span id="L2850" class="LineNr">2850 </span> <span class="Comment"># position cursor at last line, then try to move further down</span> <span id="L2851" class="LineNr">2851 </span> assume-console [ -<span id="L2852" class="LineNr">2852 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L2853" class="LineNr">2853 </span> <span class="Conceal">¦</span> press down-arrow +<span id="L2852" class="LineNr">2852 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L2853" class="LineNr">2853 </span> press down-arrow <span id="L2854" class="LineNr">2854 </span> ] <span id="L2855" class="LineNr">2855 </span> run [ -<span id="L2856" class="LineNr">2856 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2856" class="LineNr">2856 </span> editor-event-loop screen, console, e <span id="L2857" class="LineNr">2857 </span> ] <span id="L2858" class="LineNr">2858 </span> <span class="Comment"># screen shows partial wrapped line</span> <span id="L2859" class="LineNr">2859 </span> screen-should-contain [ -<span id="L2860" class="LineNr">2860 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2861" class="LineNr">2861 </span> <span class="Conceal">¦</span><span class="Constant"> .ef .</span> -<span id="L2862" class="LineNr">2862 </span> <span class="Conceal">¦</span><span class="Constant"> .g .</span> -<span id="L2863" class="LineNr">2863 </span> <span class="Conceal">¦</span><span class="Constant"> .h .</span> +<span id="L2860" class="LineNr">2860 </span> <span class="Constant"> . .</span> +<span id="L2861" class="LineNr">2861 </span> <span class="Constant"> .ef .</span> +<span id="L2862" class="LineNr">2862 </span> <span class="Constant"> .g .</span> +<span id="L2863" class="LineNr">2863 </span> <span class="Constant"> .h .</span> <span id="L2864" class="LineNr">2864 </span> ] <span id="L2865" class="LineNr">2865 </span>] <span id="L2866" class="LineNr">2866 </span> @@ -2935,35 +2934,35 @@ if ('onhashchange' in window) { <span id="L2873" class="LineNr">2873 </span><span class="Constant">k</span> <span id="L2874" class="LineNr">2874 </span><span class="Constant">l</span> <span id="L2875" class="LineNr">2875 </span><span class="Constant">m]</span> -<span id="L2876" class="LineNr">2876 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L2876" class="LineNr">2876 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> <span id="L2877" class="LineNr">2877 </span> <span class="Comment"># position cursor at last line, then try to move further down</span> <span id="L2878" class="LineNr">2878 </span> assume-console [ -<span id="L2879" class="LineNr">2879 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L2880" class="LineNr">2880 </span> <span class="Conceal">¦</span> press down-arrow +<span id="L2879" class="LineNr">2879 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L2880" class="LineNr">2880 </span> press down-arrow <span id="L2881" class="LineNr">2881 </span> ] <span id="L2882" class="LineNr">2882 </span> run [ -<span id="L2883" class="LineNr">2883 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2883" class="LineNr">2883 </span> editor-event-loop screen, console, e <span id="L2884" class="LineNr">2884 </span> ] <span id="L2885" class="LineNr">2885 </span> <span class="Comment"># screen shows partial wrapped line containing a wrap icon</span> <span id="L2886" class="LineNr">2886 </span> screen-should-contain [ -<span id="L2887" class="LineNr">2887 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2888" class="LineNr">2888 </span> <span class="Conceal">¦</span><span class="Constant"> .efgh↩ .</span> -<span id="L2889" class="LineNr">2889 </span> <span class="Conceal">¦</span><span class="Constant"> .ij .</span> -<span id="L2890" class="LineNr">2890 </span> <span class="Conceal">¦</span><span class="Constant"> .k .</span> +<span id="L2887" class="LineNr">2887 </span> <span class="Constant"> . .</span> +<span id="L2888" class="LineNr">2888 </span> <span class="Constant"> .efgh↩ .</span> +<span id="L2889" class="LineNr">2889 </span> <span class="Constant"> .ij .</span> +<span id="L2890" class="LineNr">2890 </span> <span class="Constant"> .k .</span> <span id="L2891" class="LineNr">2891 </span> ] <span id="L2892" class="LineNr">2892 </span> <span class="Comment"># scroll down again</span> <span id="L2893" class="LineNr">2893 </span> assume-console [ -<span id="L2894" class="LineNr">2894 </span> <span class="Conceal">¦</span> press down-arrow +<span id="L2894" class="LineNr">2894 </span> press down-arrow <span id="L2895" class="LineNr">2895 </span> ] <span id="L2896" class="LineNr">2896 </span> run [ -<span id="L2897" class="LineNr">2897 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2897" class="LineNr">2897 </span> editor-event-loop screen, console, e <span id="L2898" class="LineNr">2898 </span> ] <span id="L2899" class="LineNr">2899 </span> <span class="Comment"># screen shows partial wrapped line</span> <span id="L2900" class="LineNr">2900 </span> screen-should-contain [ -<span id="L2901" class="LineNr">2901 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2902" class="LineNr">2902 </span> <span class="Conceal">¦</span><span class="Constant"> .ij .</span> -<span id="L2903" class="LineNr">2903 </span> <span class="Conceal">¦</span><span class="Constant"> .k .</span> -<span id="L2904" class="LineNr">2904 </span> <span class="Conceal">¦</span><span class="Constant"> .l .</span> +<span id="L2901" class="LineNr">2901 </span> <span class="Constant"> . .</span> +<span id="L2902" class="LineNr">2902 </span> <span class="Constant"> .ij .</span> +<span id="L2903" class="LineNr">2903 </span> <span class="Constant"> .k .</span> +<span id="L2904" class="LineNr">2904 </span> <span class="Constant"> .l .</span> <span id="L2905" class="LineNr">2905 </span> ] <span id="L2906" class="LineNr">2906 </span>] <span id="L2907" class="LineNr">2907 </span> @@ -2975,27 +2974,27 @@ if ('onhashchange' in window) { <span id="L2913" class="LineNr">2913 </span> s:text <span class="Special"><-</span> new <span class="Constant">[a</span> <span id="L2914" class="LineNr">2914 </span><span class="Constant">b</span> <span id="L2915" class="LineNr">2915 </span><span class="Constant">cdef]</span> -<span id="L2916" class="LineNr">2916 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L2916" class="LineNr">2916 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> <span id="L2917" class="LineNr">2917 </span> <span class="Comment"># position cursor at end, type a character</span> <span id="L2918" class="LineNr">2918 </span> assume-console [ -<span id="L2919" class="LineNr">2919 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 4</span> -<span id="L2920" class="LineNr">2920 </span> <span class="Conceal">¦</span> type <span class="Constant">[g]</span> +<span id="L2919" class="LineNr">2919 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 4</span> +<span id="L2920" class="LineNr">2920 </span> type <span class="Constant">[g]</span> <span id="L2921" class="LineNr">2921 </span> ] <span id="L2922" class="LineNr">2922 </span> run [ -<span id="L2923" class="LineNr">2923 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L2924" class="LineNr">2924 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L2925" class="LineNr">2925 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L2923" class="LineNr">2923 </span> editor-event-loop screen, console, e +<span id="L2924" class="LineNr">2924 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L2925" class="LineNr">2925 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L2926" class="LineNr">2926 </span> ] <span id="L2927" class="LineNr">2927 </span> <span class="Comment"># screen scrolls</span> <span id="L2928" class="LineNr">2928 </span> screen-should-contain [ -<span id="L2929" class="LineNr">2929 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2930" class="LineNr">2930 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L2931" class="LineNr">2931 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .cdef↩.</span> -<span id="L2932" class="LineNr">2932 </span> <span class="Conceal">¦</span><span class="Constant"> .g .</span> +<span id="L2929" class="LineNr">2929 </span> <span class="Constant"> . .</span> +<span id="L2930" class="LineNr">2930 </span> <span class="Constant"> .b .</span> +<span id="L2931" class="LineNr">2931 </span><span class="Constant"> .cdef↩.</span> +<span id="L2932" class="LineNr">2932 </span> <span class="Constant"> .g .</span> <span id="L2933" class="LineNr">2933 </span> ] <span id="L2934" class="LineNr">2934 </span> memory-should-contain [ -<span id="L2935" class="LineNr">2935 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L2936" class="LineNr">2936 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L2935" class="LineNr">2935 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L2936" class="LineNr">2936 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L2937" class="LineNr">2937 </span> ] <span id="L2938" class="LineNr">2938 </span>] <span id="L2939" class="LineNr">2939 </span> @@ -3006,28 +3005,28 @@ if ('onhashchange' in window) { <span id="L2944" class="LineNr">2944 </span> <span class="Comment"># initialize editor with 2 lines</span> <span id="L2945" class="LineNr">2945 </span> s:text <span class="Special"><-</span> new <span class="Constant">[a</span> <span id="L2946" class="LineNr">2946 </span><span class="Constant">b]</span> -<span id="L2947" class="LineNr">2947 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L2948" class="LineNr">2948 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2947" class="LineNr">2947 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L2948" class="LineNr">2948 </span> editor-render screen, e <span id="L2949" class="LineNr">2949 </span> screen-should-contain [ -<span id="L2950" class="LineNr">2950 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2951" class="LineNr">2951 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L2952" class="LineNr">2952 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L2953" class="LineNr">2953 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L2950" class="LineNr">2950 </span> <span class="Constant"> . .</span> +<span id="L2951" class="LineNr">2951 </span> <span class="Constant"> .a .</span> +<span id="L2952" class="LineNr">2952 </span> <span class="Constant"> .b .</span> +<span id="L2953" class="LineNr">2953 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L2954" class="LineNr">2954 </span> ] <span id="L2955" class="LineNr">2955 </span> <span class="Comment"># position cursor at last line, then try to move further down</span> <span id="L2956" class="LineNr">2956 </span> assume-console [ -<span id="L2957" class="LineNr">2957 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L2958" class="LineNr">2958 </span> <span class="Conceal">¦</span> press down-arrow +<span id="L2957" class="LineNr">2957 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L2958" class="LineNr">2958 </span> press down-arrow <span id="L2959" class="LineNr">2959 </span> ] <span id="L2960" class="LineNr">2960 </span> run [ -<span id="L2961" class="LineNr">2961 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2961" class="LineNr">2961 </span> editor-event-loop screen, console, e <span id="L2962" class="LineNr">2962 </span> ] <span id="L2963" class="LineNr">2963 </span> <span class="Comment"># no change since the bottom border was already visible</span> <span id="L2964" class="LineNr">2964 </span> screen-should-contain [ -<span id="L2965" class="LineNr">2965 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2966" class="LineNr">2966 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L2967" class="LineNr">2967 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L2968" class="LineNr">2968 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L2965" class="LineNr">2965 </span> <span class="Constant"> . .</span> +<span id="L2966" class="LineNr">2966 </span> <span class="Constant"> .a .</span> +<span id="L2967" class="LineNr">2967 </span> <span class="Constant"> .b .</span> +<span id="L2968" class="LineNr">2968 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L2969" class="LineNr">2969 </span> ] <span id="L2970" class="LineNr">2970 </span>] <span id="L2971" class="LineNr">2971 </span> @@ -3038,27 +3037,27 @@ if ('onhashchange' in window) { <span id="L2976" class="LineNr">2976 </span> s:text <span class="Special"><-</span> new <span class="Constant">[a</span> <span id="L2977" class="LineNr">2977 </span><span class="Constant">b</span> <span id="L2978" class="LineNr">2978 </span><span class="Constant">c]</span> -<span id="L2979" class="LineNr">2979 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L2979" class="LineNr">2979 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> <span id="L2980" class="LineNr">2980 </span> assume-console [ -<span id="L2981" class="LineNr">2981 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 4</span> -<span id="L2982" class="LineNr">2982 </span> <span class="Conceal">¦</span> type [ +<span id="L2981" class="LineNr">2981 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 4</span> +<span id="L2982" class="LineNr">2982 </span> type [ <span id="L2983" class="LineNr">2983 </span>] <span id="L2984" class="LineNr">2984 </span> ] <span id="L2985" class="LineNr">2985 </span> run [ -<span id="L2986" class="LineNr">2986 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L2987" class="LineNr">2987 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L2988" class="LineNr">2988 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L2986" class="LineNr">2986 </span> editor-event-loop screen, console, e +<span id="L2987" class="LineNr">2987 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L2988" class="LineNr">2988 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L2989" class="LineNr">2989 </span> ] <span id="L2990" class="LineNr">2990 </span> <span class="Comment"># screen scrolls</span> <span id="L2991" class="LineNr">2991 </span> screen-should-contain [ -<span id="L2992" class="LineNr">2992 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2993" class="LineNr">2993 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L2994" class="LineNr">2994 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L2995" class="LineNr">2995 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2992" class="LineNr">2992 </span> <span class="Constant"> . .</span> +<span id="L2993" class="LineNr">2993 </span> <span class="Constant"> .b .</span> +<span id="L2994" class="LineNr">2994 </span> <span class="Constant"> .c .</span> +<span id="L2995" class="LineNr">2995 </span> <span class="Constant"> . .</span> <span id="L2996" class="LineNr">2996 </span> ] <span id="L2997" class="LineNr">2997 </span> memory-should-contain [ -<span id="L2998" class="LineNr">2998 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L2999" class="LineNr">2999 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L2998" class="LineNr">2998 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L2999" class="LineNr">2999 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L3000" class="LineNr">3000 </span> ] <span id="L3001" class="LineNr">3001 </span>] <span id="L3002" class="LineNr">3002 </span> @@ -3070,27 +3069,27 @@ if ('onhashchange' in window) { <span id="L3008" class="LineNr">3008 </span> s:text <span class="Special"><-</span> new <span class="Constant">[a</span> <span id="L3009" class="LineNr">3009 </span><span class="Constant">b</span> <span id="L3010" class="LineNr">3010 </span><span class="Constant">cdefgh]</span> -<span id="L3011" class="LineNr">3011 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L3011" class="LineNr">3011 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> <span id="L3012" class="LineNr">3012 </span> <span class="Comment"># position cursor at end of screen and try to move right</span> <span id="L3013" class="LineNr">3013 </span> assume-console [ -<span id="L3014" class="LineNr">3014 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 3</span> -<span id="L3015" class="LineNr">3015 </span> <span class="Conceal">¦</span> press right-arrow +<span id="L3014" class="LineNr">3014 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 3</span> +<span id="L3015" class="LineNr">3015 </span> press right-arrow <span id="L3016" class="LineNr">3016 </span> ] <span id="L3017" class="LineNr">3017 </span> run [ -<span id="L3018" class="LineNr">3018 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L3019" class="LineNr">3019 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L3020" class="LineNr">3020 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L3018" class="LineNr">3018 </span> editor-event-loop screen, console, e +<span id="L3019" class="LineNr">3019 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L3020" class="LineNr">3020 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L3021" class="LineNr">3021 </span> ] <span id="L3022" class="LineNr">3022 </span> <span class="Comment"># screen scrolls</span> <span id="L3023" class="LineNr">3023 </span> screen-should-contain [ -<span id="L3024" class="LineNr">3024 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3025" class="LineNr">3025 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3026" class="LineNr">3026 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .cdef↩.</span> -<span id="L3027" class="LineNr">3027 </span> <span class="Conceal">¦</span><span class="Constant"> .gh .</span> +<span id="L3024" class="LineNr">3024 </span> <span class="Constant"> . .</span> +<span id="L3025" class="LineNr">3025 </span> <span class="Constant"> .b .</span> +<span id="L3026" class="LineNr">3026 </span><span class="Constant"> .cdef↩.</span> +<span id="L3027" class="LineNr">3027 </span> <span class="Constant"> .gh .</span> <span id="L3028" class="LineNr">3028 </span> ] <span id="L3029" class="LineNr">3029 </span> memory-should-contain [ -<span id="L3030" class="LineNr">3030 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L3031" class="LineNr">3031 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L3030" class="LineNr">3030 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L3031" class="LineNr">3031 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L3032" class="LineNr">3032 </span> ] <span id="L3033" class="LineNr">3033 </span>] <span id="L3034" class="LineNr">3034 </span> @@ -3103,27 +3102,27 @@ if ('onhashchange' in window) { <span id="L3041" class="LineNr">3041 </span><span class="Constant">b</span> <span id="L3042" class="LineNr">3042 </span><span class="Constant">c</span> <span id="L3043" class="LineNr">3043 </span><span class="Constant">d]</span> -<span id="L3044" class="LineNr">3044 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L3044" class="LineNr">3044 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> <span id="L3045" class="LineNr">3045 </span> <span class="Comment"># position cursor at end of screen and try to move right</span> <span id="L3046" class="LineNr">3046 </span> assume-console [ -<span id="L3047" class="LineNr">3047 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 3</span> -<span id="L3048" class="LineNr">3048 </span> <span class="Conceal">¦</span> press right-arrow +<span id="L3047" class="LineNr">3047 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 3</span> +<span id="L3048" class="LineNr">3048 </span> press right-arrow <span id="L3049" class="LineNr">3049 </span> ] <span id="L3050" class="LineNr">3050 </span> run [ -<span id="L3051" class="LineNr">3051 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L3052" class="LineNr">3052 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L3053" class="LineNr">3053 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L3051" class="LineNr">3051 </span> editor-event-loop screen, console, e +<span id="L3052" class="LineNr">3052 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L3053" class="LineNr">3053 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L3054" class="LineNr">3054 </span> ] <span id="L3055" class="LineNr">3055 </span> <span class="Comment"># screen scrolls</span> <span id="L3056" class="LineNr">3056 </span> screen-should-contain [ -<span id="L3057" class="LineNr">3057 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3058" class="LineNr">3058 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3059" class="LineNr">3059 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L3060" class="LineNr">3060 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> +<span id="L3057" class="LineNr">3057 </span> <span class="Constant"> . .</span> +<span id="L3058" class="LineNr">3058 </span> <span class="Constant"> .b .</span> +<span id="L3059" class="LineNr">3059 </span> <span class="Constant"> .c .</span> +<span id="L3060" class="LineNr">3060 </span> <span class="Constant"> .d .</span> <span id="L3061" class="LineNr">3061 </span> ] <span id="L3062" class="LineNr">3062 </span> memory-should-contain [ -<span id="L3063" class="LineNr">3063 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L3064" class="LineNr">3064 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L3063" class="LineNr">3063 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L3064" class="LineNr">3064 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L3065" class="LineNr">3065 </span> ] <span id="L3066" class="LineNr">3066 </span>] <span id="L3067" class="LineNr">3067 </span> @@ -3132,23 +3131,23 @@ if ('onhashchange' in window) { <span id="L3070" class="LineNr">3070 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L3071" class="LineNr">3071 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L3072" class="LineNr">3072 </span><span class="Constant">de]</span> -<span id="L3073" class="LineNr">3073 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L3074" class="LineNr">3074 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3073" class="LineNr">3073 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L3074" class="LineNr">3074 </span> editor-render screen, e <span id="L3075" class="LineNr">3075 </span> $clear-trace <span id="L3076" class="LineNr">3076 </span> <span class="Comment"># try to move down past end of text</span> <span id="L3077" class="LineNr">3077 </span> assume-console [ -<span id="L3078" class="LineNr">3078 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 0</span> -<span id="L3079" class="LineNr">3079 </span> <span class="Conceal">¦</span> press down-arrow +<span id="L3078" class="LineNr">3078 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 0</span> +<span id="L3079" class="LineNr">3079 </span> press down-arrow <span id="L3080" class="LineNr">3080 </span> ] <span id="L3081" class="LineNr">3081 </span> run [ -<span id="L3082" class="LineNr">3082 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L3083" class="LineNr">3083 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L3084" class="LineNr">3084 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L3082" class="LineNr">3082 </span> editor-event-loop screen, console, e +<span id="L3083" class="LineNr">3083 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L3084" class="LineNr">3084 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L3085" class="LineNr">3085 </span> ] <span id="L3086" class="LineNr">3086 </span> <span class="Comment"># no change</span> <span id="L3087" class="LineNr">3087 </span> memory-should-contain [ -<span id="L3088" class="LineNr">3088 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L3089" class="LineNr">3089 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L3088" class="LineNr">3088 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L3089" class="LineNr">3089 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L3090" class="LineNr">3090 </span> ] <span id="L3091" class="LineNr">3091 </span>] <span id="L3092" class="LineNr">3092 </span> @@ -3164,23 +3163,23 @@ if ('onhashchange' in window) { <span id="L3102" class="LineNr">3102 </span><span class="Constant">e</span> <span id="L3103" class="LineNr">3103 </span><span class="Constant">f</span> <span id="L3104" class="LineNr">3104 </span><span class="Constant">g]</span> -<span id="L3105" class="LineNr">3105 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L3106" class="LineNr">3106 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3105" class="LineNr">3105 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L3106" class="LineNr">3106 </span> editor-render screen, e <span id="L3107" class="LineNr">3107 </span> <span class="Comment"># scroll down one page and one line</span> <span id="L3108" class="LineNr">3108 </span> assume-console [ -<span id="L3109" class="LineNr">3109 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> -<span id="L3110" class="LineNr">3110 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> -<span id="L3111" class="LineNr">3111 </span> <span class="Conceal">¦</span> press down-arrow +<span id="L3109" class="LineNr">3109 </span> press page-down +<span id="L3110" class="LineNr">3110 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 0</span> +<span id="L3111" class="LineNr">3111 </span> press down-arrow <span id="L3112" class="LineNr">3112 </span> ] <span id="L3113" class="LineNr">3113 </span> run [ -<span id="L3114" class="LineNr">3114 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3114" class="LineNr">3114 </span> editor-event-loop screen, console, e <span id="L3115" class="LineNr">3115 </span> ] <span id="L3116" class="LineNr">3116 </span> <span class="Comment"># screen scrolls down 3 lines</span> <span id="L3117" class="LineNr">3117 </span> screen-should-contain [ -<span id="L3118" class="LineNr">3118 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3119" class="LineNr">3119 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> -<span id="L3120" class="LineNr">3120 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L3121" class="LineNr">3121 </span> <span class="Conceal">¦</span><span class="Constant"> .f .</span> +<span id="L3118" class="LineNr">3118 </span> <span class="Constant"> . .</span> +<span id="L3119" class="LineNr">3119 </span> <span class="Constant"> .d .</span> +<span id="L3120" class="LineNr">3120 </span> <span class="Constant"> .e .</span> +<span id="L3121" class="LineNr">3121 </span> <span class="Constant"> .f .</span> <span id="L3122" class="LineNr">3122 </span> ] <span id="L3123" class="LineNr">3123 </span>] <span id="L3124" class="LineNr">3124 </span> @@ -3195,36 +3194,36 @@ if ('onhashchange' in window) { <span id="L3133" class="LineNr">3133 </span><span class="Constant">b</span> <span id="L3134" class="LineNr">3134 </span><span class="Constant">c</span> <span id="L3135" class="LineNr">3135 </span><span class="Constant">d]</span> -<span id="L3136" class="LineNr">3136 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L3137" class="LineNr">3137 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3136" class="LineNr">3136 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L3137" class="LineNr">3137 </span> editor-render screen, e <span id="L3138" class="LineNr">3138 </span> screen-should-contain [ -<span id="L3139" class="LineNr">3139 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3140" class="LineNr">3140 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L3141" class="LineNr">3141 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3142" class="LineNr">3142 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> +<span id="L3139" class="LineNr">3139 </span> <span class="Constant"> . .</span> +<span id="L3140" class="LineNr">3140 </span> <span class="Constant"> .a .</span> +<span id="L3141" class="LineNr">3141 </span> <span class="Constant"> .b .</span> +<span id="L3142" class="LineNr">3142 </span> <span class="Constant"> .c .</span> <span id="L3143" class="LineNr">3143 </span> ] <span id="L3144" class="LineNr">3144 </span> <span class="Comment"># position cursor at top of second page, then try to move up</span> <span id="L3145" class="LineNr">3145 </span> assume-console [ -<span id="L3146" class="LineNr">3146 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> -<span id="L3147" class="LineNr">3147 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L3146" class="LineNr">3146 </span> press page-down +<span id="L3147" class="LineNr">3147 </span> press up-arrow <span id="L3148" class="LineNr">3148 </span> ] <span id="L3149" class="LineNr">3149 </span> run [ -<span id="L3150" class="LineNr">3150 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3150" class="LineNr">3150 </span> editor-event-loop screen, console, e <span id="L3151" class="LineNr">3151 </span> ] <span id="L3152" class="LineNr">3152 </span> <span class="Comment"># screen slides by one line</span> <span id="L3153" class="LineNr">3153 </span> screen-should-contain [ -<span id="L3154" class="LineNr">3154 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3155" class="LineNr">3155 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3156" class="LineNr">3156 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L3157" class="LineNr">3157 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> +<span id="L3154" class="LineNr">3154 </span> <span class="Constant"> . .</span> +<span id="L3155" class="LineNr">3155 </span> <span class="Constant"> .b .</span> +<span id="L3156" class="LineNr">3156 </span> <span class="Constant"> .c .</span> +<span id="L3157" class="LineNr">3157 </span> <span class="Constant"> .d .</span> <span id="L3158" class="LineNr">3158 </span> ] <span id="L3159" class="LineNr">3159 </span>] <span id="L3160" class="LineNr">3160 </span> <span id="L3161" class="LineNr">3161 </span><span class="muRecipe">after</span> <span class="Constant"><scroll-up></span> [ <span id="L3162" class="LineNr">3162 </span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[scroll up]</span> -<span id="L3163" class="LineNr">3163 </span> top-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L3164" class="LineNr">3164 </span> old-top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> copy top-of-screen -<span id="L3165" class="LineNr">3165 </span> top-of-screen <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L3175'>before-previous-screen-line</a> top-of-screen, editor +<span id="L3163" class="LineNr">3163 </span> top-of-screen:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L3164" class="LineNr">3164 </span> old-top:&:duplex-list:char <span class="Special"><-</span> copy top-of-screen +<span id="L3165" class="LineNr">3165 </span> top-of-screen <span class="Special"><-</span> before-previous-screen-line top-of-screen, editor <span id="L3166" class="LineNr">3166 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, top-of-screen <span id="L3167" class="LineNr">3167 </span> no-movement?:bool <span class="Special"><-</span> equal old-top, top-of-screen <span id="L3168" class="LineNr">3168 </span> <span class="muControl">return-if</span> no-movement?, <span class="Constant">0/don't-render</span> @@ -3234,10 +3233,10 @@ if ('onhashchange' in window) { <span id="L3172" class="LineNr">3172 </span><span class="Comment"># previous *wrapped* line.</span> <span id="L3173" class="LineNr">3173 </span><span class="Comment"># Returns original if no next newline.</span> <span id="L3174" class="LineNr">3174 </span><span class="Comment"># Beware: never return null pointer.</span> -<span id="L3175" class="LineNr">3175 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L3175'>before-previous-screen-line</a> in:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char, editor:&:editor<span class="muRecipe"> -> </span>out:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char [ +<span id="L3175" class="LineNr">3175 </span><span class="muRecipe">def</span> before-previous-screen-line in:&:duplex-list:char, editor:&:editor<span class="muRecipe"> -> </span>out:&:duplex-list:char [ <span id="L3176" class="LineNr">3176 </span> <span class="Constant">local-scope</span> <span id="L3177" class="LineNr">3177 </span> <span class="Constant">load-inputs</span> -<span id="L3178" class="LineNr">3178 </span> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> copy in +<span id="L3178" class="LineNr">3178 </span> curr:&:duplex-list:char <span class="Special"><-</span> copy in <span id="L3179" class="LineNr">3179 </span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> <span id="L3180" class="LineNr">3180 </span> <span class="Comment"># compute max, number of characters to skip</span> <span id="L3181" class="LineNr">3181 </span> <span class="Comment"># 1 + len%(width-1)</span> @@ -3245,32 +3244,32 @@ if ('onhashchange' in window) { <span id="L3183" class="LineNr">3183 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> <span id="L3184" class="LineNr">3184 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> <span id="L3185" class="LineNr">3185 </span> max-line-length:num <span class="Special"><-</span> subtract right, left, <span class="Constant">-1/exclusive-right</span>, <span class="Constant">1/wrap-icon</span> -<span id="L3186" class="LineNr">3186 </span> sentinel:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> -<span id="L3187" class="LineNr">3187 </span> len:num <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L219'>previous-line-length</a> curr, sentinel +<span id="L3186" class="LineNr">3186 </span> sentinel:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> +<span id="L3187" class="LineNr">3187 </span> len:num <span class="Special"><-</span> previous-line-length curr, sentinel <span id="L3188" class="LineNr">3188 </span> <span class="Delimiter">{</span> -<span id="L3189" class="LineNr">3189 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> len -<span id="L3190" class="LineNr">3190 </span> <span class="Conceal">¦</span> <span class="Comment"># empty line; just skip this newline</span> -<span id="L3191" class="LineNr">3191 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L32'>prev</a>:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L32'>prev</a> curr -<span id="L3192" class="LineNr">3192 </span> <span class="Conceal">¦</span> <span class="muControl">return-unless</span> <a href='../065duplex_list.mu.html#L32'>prev</a>, curr -<span id="L3193" class="LineNr">3193 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <a href='../065duplex_list.mu.html#L32'>prev</a> +<span id="L3189" class="LineNr">3189 </span> <span class="muControl">break-if</span> len +<span id="L3190" class="LineNr">3190 </span> <span class="Comment"># empty line; just skip this newline</span> +<span id="L3191" class="LineNr">3191 </span> prev:&:duplex-list:char <span class="Special"><-</span> prev curr +<span id="L3192" class="LineNr">3192 </span> <span class="muControl">return-unless</span> prev, curr +<span id="L3193" class="LineNr">3193 </span> <span class="muControl"> return</span> prev <span id="L3194" class="LineNr">3194 </span> <span class="Delimiter">}</span> <span id="L3195" class="LineNr">3195 </span> _, max:num <span class="Special"><-</span> divide-with-remainder len, max-line-length <span id="L3196" class="LineNr">3196 </span> <span class="Comment"># remainder 0 => scan one width-worth</span> <span id="L3197" class="LineNr">3197 </span> <span class="Delimiter">{</span> -<span id="L3198" class="LineNr">3198 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> max -<span id="L3199" class="LineNr">3199 </span> <span class="Conceal">¦</span> max <span class="Special"><-</span> copy max-line-length +<span id="L3198" class="LineNr">3198 </span> <span class="muControl">break-if</span> max +<span id="L3199" class="LineNr">3199 </span> max <span class="Special"><-</span> copy max-line-length <span id="L3200" class="LineNr">3200 </span> <span class="Delimiter">}</span> <span id="L3201" class="LineNr">3201 </span> max <span class="Special"><-</span> add max,<span class="Constant"> 1</span> <span id="L3202" class="LineNr">3202 </span> count:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L3203" class="LineNr">3203 </span> <span class="Comment"># skip 'max' characters</span> <span id="L3204" class="LineNr">3204 </span> <span class="Delimiter">{</span> -<span id="L3205" class="LineNr">3205 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal count, max -<span id="L3206" class="LineNr">3206 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L3207" class="LineNr">3207 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L32'>prev</a>:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L32'>prev</a> curr -<span id="L3208" class="LineNr">3208 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='../065duplex_list.mu.html#L32'>prev</a> -<span id="L3209" class="LineNr">3209 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> copy <a href='../065duplex_list.mu.html#L32'>prev</a> -<span id="L3210" class="LineNr">3210 </span> <span class="Conceal">¦</span> count <span class="Special"><-</span> add count,<span class="Constant"> 1</span> -<span id="L3211" class="LineNr">3211 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L3205" class="LineNr">3205 </span> done?:bool <span class="Special"><-</span> greater-or-equal count, max +<span id="L3206" class="LineNr">3206 </span> <span class="muControl">break-if</span> done? +<span id="L3207" class="LineNr">3207 </span> prev:&:duplex-list:char <span class="Special"><-</span> prev curr +<span id="L3208" class="LineNr">3208 </span> <span class="muControl">break-unless</span> prev +<span id="L3209" class="LineNr">3209 </span> curr <span class="Special"><-</span> copy prev +<span id="L3210" class="LineNr">3210 </span> count <span class="Special"><-</span> add count,<span class="Constant"> 1</span> +<span id="L3211" class="LineNr">3211 </span> <span class="muControl"> loop</span> <span id="L3212" class="LineNr">3212 </span> <span class="Delimiter">}</span> <span id="L3213" class="LineNr">3213 </span> <span class="muControl"> return</span> curr <span id="L3214" class="LineNr">3214 </span>] @@ -3285,40 +3284,40 @@ if ('onhashchange' in window) { <span id="L3223" class="LineNr">3223 </span><span class="Constant">g</span> <span id="L3224" class="LineNr">3224 </span><span class="Constant">h</span> <span id="L3225" class="LineNr">3225 </span><span class="Constant">i]</span> -<span id="L3226" class="LineNr">3226 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L3227" class="LineNr">3227 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3226" class="LineNr">3226 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L3227" class="LineNr">3227 </span> editor-render screen, e <span id="L3228" class="LineNr">3228 </span> screen-should-contain [ -<span id="L3229" class="LineNr">3229 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3230" class="LineNr">3230 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd↩ .</span> -<span id="L3231" class="LineNr">3231 </span> <span class="Conceal">¦</span><span class="Constant"> .ef .</span> -<span id="L3232" class="LineNr">3232 </span> <span class="Conceal">¦</span><span class="Constant"> .g .</span> +<span id="L3229" class="LineNr">3229 </span> <span class="Constant"> . .</span> +<span id="L3230" class="LineNr">3230 </span> <span class="Constant"> .abcd↩ .</span> +<span id="L3231" class="LineNr">3231 </span> <span class="Constant"> .ef .</span> +<span id="L3232" class="LineNr">3232 </span> <span class="Constant"> .g .</span> <span id="L3233" class="LineNr">3233 </span> ] <span id="L3234" class="LineNr">3234 </span> <span class="Comment"># position cursor at top of second page, just below wrapped line</span> <span id="L3235" class="LineNr">3235 </span> assume-console [ -<span id="L3236" class="LineNr">3236 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L3236" class="LineNr">3236 </span> press page-down <span id="L3237" class="LineNr">3237 </span> ] <span id="L3238" class="LineNr">3238 </span> run [ -<span id="L3239" class="LineNr">3239 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3239" class="LineNr">3239 </span> editor-event-loop screen, console, e <span id="L3240" class="LineNr">3240 </span> ] <span id="L3241" class="LineNr">3241 </span> screen-should-contain [ -<span id="L3242" class="LineNr">3242 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3243" class="LineNr">3243 </span> <span class="Conceal">¦</span><span class="Constant"> .g .</span> -<span id="L3244" class="LineNr">3244 </span> <span class="Conceal">¦</span><span class="Constant"> .h .</span> -<span id="L3245" class="LineNr">3245 </span> <span class="Conceal">¦</span><span class="Constant"> .i .</span> +<span id="L3242" class="LineNr">3242 </span> <span class="Constant"> . .</span> +<span id="L3243" class="LineNr">3243 </span> <span class="Constant"> .g .</span> +<span id="L3244" class="LineNr">3244 </span> <span class="Constant"> .h .</span> +<span id="L3245" class="LineNr">3245 </span> <span class="Constant"> .i .</span> <span id="L3246" class="LineNr">3246 </span> ] <span id="L3247" class="LineNr">3247 </span> <span class="Comment"># now move up one line</span> <span id="L3248" class="LineNr">3248 </span> assume-console [ -<span id="L3249" class="LineNr">3249 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L3249" class="LineNr">3249 </span> press up-arrow <span id="L3250" class="LineNr">3250 </span> ] <span id="L3251" class="LineNr">3251 </span> run [ -<span id="L3252" class="LineNr">3252 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3252" class="LineNr">3252 </span> editor-event-loop screen, console, e <span id="L3253" class="LineNr">3253 </span> ] <span id="L3254" class="LineNr">3254 </span> <span class="Comment"># screen shows partial wrapped line</span> <span id="L3255" class="LineNr">3255 </span> screen-should-contain [ -<span id="L3256" class="LineNr">3256 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3257" class="LineNr">3257 </span> <span class="Conceal">¦</span><span class="Constant"> .ef .</span> -<span id="L3258" class="LineNr">3258 </span> <span class="Conceal">¦</span><span class="Constant"> .g .</span> -<span id="L3259" class="LineNr">3259 </span> <span class="Conceal">¦</span><span class="Constant"> .h .</span> +<span id="L3256" class="LineNr">3256 </span> <span class="Constant"> . .</span> +<span id="L3257" class="LineNr">3257 </span> <span class="Constant"> .ef .</span> +<span id="L3258" class="LineNr">3258 </span> <span class="Constant"> .g .</span> +<span id="L3259" class="LineNr">3259 </span> <span class="Constant"> .h .</span> <span id="L3260" class="LineNr">3260 </span> ] <span id="L3261" class="LineNr">3261 </span>] <span id="L3262" class="LineNr">3262 </span> @@ -3331,66 +3330,66 @@ if ('onhashchange' in window) { <span id="L3269" class="LineNr">3269 </span><span class="Constant">k</span> <span id="L3270" class="LineNr">3270 </span><span class="Constant">l</span> <span id="L3271" class="LineNr">3271 </span><span class="Constant">m]</span> -<span id="L3272" class="LineNr">3272 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L3273" class="LineNr">3273 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3272" class="LineNr">3272 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L3273" class="LineNr">3273 </span> editor-render screen, e <span id="L3274" class="LineNr">3274 </span> <span class="Comment"># position cursor at top of second page</span> <span id="L3275" class="LineNr">3275 </span> assume-console [ -<span id="L3276" class="LineNr">3276 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L3276" class="LineNr">3276 </span> press page-down <span id="L3277" class="LineNr">3277 </span> ] <span id="L3278" class="LineNr">3278 </span> run [ -<span id="L3279" class="LineNr">3279 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3279" class="LineNr">3279 </span> editor-event-loop screen, console, e <span id="L3280" class="LineNr">3280 </span> ] <span id="L3281" class="LineNr">3281 </span> screen-should-contain [ -<span id="L3282" class="LineNr">3282 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3283" class="LineNr">3283 </span> <span class="Conceal">¦</span><span class="Constant"> .k .</span> -<span id="L3284" class="LineNr">3284 </span> <span class="Conceal">¦</span><span class="Constant"> .l .</span> -<span id="L3285" class="LineNr">3285 </span> <span class="Conceal">¦</span><span class="Constant"> .m .</span> -<span id="L3286" class="LineNr">3286 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L3282" class="LineNr">3282 </span> <span class="Constant"> . .</span> +<span id="L3283" class="LineNr">3283 </span> <span class="Constant"> .k .</span> +<span id="L3284" class="LineNr">3284 </span> <span class="Constant"> .l .</span> +<span id="L3285" class="LineNr">3285 </span> <span class="Constant"> .m .</span> +<span id="L3286" class="LineNr">3286 </span> <span class="Constant"> .╌╌╌╌╌ .</span> <span id="L3287" class="LineNr">3287 </span> ] <span id="L3288" class="LineNr">3288 </span> <span class="Comment"># move up one line</span> <span id="L3289" class="LineNr">3289 </span> assume-console [ -<span id="L3290" class="LineNr">3290 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L3290" class="LineNr">3290 </span> press up-arrow <span id="L3291" class="LineNr">3291 </span> ] <span id="L3292" class="LineNr">3292 </span> run [ -<span id="L3293" class="LineNr">3293 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3293" class="LineNr">3293 </span> editor-event-loop screen, console, e <span id="L3294" class="LineNr">3294 </span> ] <span id="L3295" class="LineNr">3295 </span> <span class="Comment"># screen shows partial wrapped line</span> <span id="L3296" class="LineNr">3296 </span> screen-should-contain [ -<span id="L3297" class="LineNr">3297 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3298" class="LineNr">3298 </span> <span class="Conceal">¦</span><span class="Constant"> .ij .</span> -<span id="L3299" class="LineNr">3299 </span> <span class="Conceal">¦</span><span class="Constant"> .k .</span> -<span id="L3300" class="LineNr">3300 </span> <span class="Conceal">¦</span><span class="Constant"> .l .</span> -<span id="L3301" class="LineNr">3301 </span> <span class="Conceal">¦</span><span class="Constant"> .m .</span> +<span id="L3297" class="LineNr">3297 </span> <span class="Constant"> . .</span> +<span id="L3298" class="LineNr">3298 </span> <span class="Constant"> .ij .</span> +<span id="L3299" class="LineNr">3299 </span> <span class="Constant"> .k .</span> +<span id="L3300" class="LineNr">3300 </span> <span class="Constant"> .l .</span> +<span id="L3301" class="LineNr">3301 </span> <span class="Constant"> .m .</span> <span id="L3302" class="LineNr">3302 </span> ] <span id="L3303" class="LineNr">3303 </span> <span class="Comment"># move up a second line</span> <span id="L3304" class="LineNr">3304 </span> assume-console [ -<span id="L3305" class="LineNr">3305 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L3305" class="LineNr">3305 </span> press up-arrow <span id="L3306" class="LineNr">3306 </span> ] <span id="L3307" class="LineNr">3307 </span> run [ -<span id="L3308" class="LineNr">3308 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3308" class="LineNr">3308 </span> editor-event-loop screen, console, e <span id="L3309" class="LineNr">3309 </span> ] <span id="L3310" class="LineNr">3310 </span> <span class="Comment"># screen shows partial wrapped line</span> <span id="L3311" class="LineNr">3311 </span> screen-should-contain [ -<span id="L3312" class="LineNr">3312 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3313" class="LineNr">3313 </span> <span class="Conceal">¦</span><span class="Constant"> .efgh↩ .</span> -<span id="L3314" class="LineNr">3314 </span> <span class="Conceal">¦</span><span class="Constant"> .ij .</span> -<span id="L3315" class="LineNr">3315 </span> <span class="Conceal">¦</span><span class="Constant"> .k .</span> -<span id="L3316" class="LineNr">3316 </span> <span class="Conceal">¦</span><span class="Constant"> .l .</span> +<span id="L3312" class="LineNr">3312 </span> <span class="Constant"> . .</span> +<span id="L3313" class="LineNr">3313 </span> <span class="Constant"> .efgh↩ .</span> +<span id="L3314" class="LineNr">3314 </span> <span class="Constant"> .ij .</span> +<span id="L3315" class="LineNr">3315 </span> <span class="Constant"> .k .</span> +<span id="L3316" class="LineNr">3316 </span> <span class="Constant"> .l .</span> <span id="L3317" class="LineNr">3317 </span> ] <span id="L3318" class="LineNr">3318 </span> <span class="Comment"># move up a third line</span> <span id="L3319" class="LineNr">3319 </span> assume-console [ -<span id="L3320" class="LineNr">3320 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L3320" class="LineNr">3320 </span> press up-arrow <span id="L3321" class="LineNr">3321 </span> ] <span id="L3322" class="LineNr">3322 </span> run [ -<span id="L3323" class="LineNr">3323 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3323" class="LineNr">3323 </span> editor-event-loop screen, console, e <span id="L3324" class="LineNr">3324 </span> ] <span id="L3325" class="LineNr">3325 </span> <span class="Comment"># screen shows partial wrapped line</span> <span id="L3326" class="LineNr">3326 </span> screen-should-contain [ -<span id="L3327" class="LineNr">3327 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3328" class="LineNr">3328 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd↩ .</span> -<span id="L3329" class="LineNr">3329 </span> <span class="Conceal">¦</span><span class="Constant"> .efgh↩ .</span> -<span id="L3330" class="LineNr">3330 </span> <span class="Conceal">¦</span><span class="Constant"> .ij .</span> -<span id="L3331" class="LineNr">3331 </span> <span class="Conceal">¦</span><span class="Constant"> .k .</span> +<span id="L3327" class="LineNr">3327 </span> <span class="Constant"> . .</span> +<span id="L3328" class="LineNr">3328 </span> <span class="Constant"> .abcd↩ .</span> +<span id="L3329" class="LineNr">3329 </span> <span class="Constant"> .efgh↩ .</span> +<span id="L3330" class="LineNr">3330 </span> <span class="Constant"> .ij .</span> +<span id="L3331" class="LineNr">3331 </span> <span class="Constant"> .k .</span> <span id="L3332" class="LineNr">3332 </span> ] <span id="L3333" class="LineNr">3333 </span>] <span id="L3334" class="LineNr">3334 </span> @@ -3406,40 +3405,40 @@ if ('onhashchange' in window) { <span id="L3344" class="LineNr">3344 </span><span class="Constant">g</span> <span id="L3345" class="LineNr">3345 </span><span class="Constant">h</span> <span id="L3346" class="LineNr">3346 </span><span class="Constant">i]</span> -<span id="L3347" class="LineNr">3347 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">6/right</span> -<span id="L3348" class="LineNr">3348 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3347" class="LineNr">3347 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">6/right</span> +<span id="L3348" class="LineNr">3348 </span> editor-render screen, e <span id="L3349" class="LineNr">3349 </span> screen-should-contain [ -<span id="L3350" class="LineNr">3350 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3351" class="LineNr">3351 </span> <span class="Conceal">¦</span><span class="Constant"> .abcde↩ .</span> -<span id="L3352" class="LineNr">3352 </span> <span class="Conceal">¦</span><span class="Constant"> .f .</span> -<span id="L3353" class="LineNr">3353 </span> <span class="Conceal">¦</span><span class="Constant"> .g .</span> +<span id="L3350" class="LineNr">3350 </span> <span class="Constant"> . .</span> +<span id="L3351" class="LineNr">3351 </span> <span class="Constant"> .abcde↩ .</span> +<span id="L3352" class="LineNr">3352 </span> <span class="Constant"> .f .</span> +<span id="L3353" class="LineNr">3353 </span> <span class="Constant"> .g .</span> <span id="L3354" class="LineNr">3354 </span> ] <span id="L3355" class="LineNr">3355 </span> <span class="Comment"># position cursor at top of second page, just below wrapped line</span> <span id="L3356" class="LineNr">3356 </span> assume-console [ -<span id="L3357" class="LineNr">3357 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L3357" class="LineNr">3357 </span> press page-down <span id="L3358" class="LineNr">3358 </span> ] <span id="L3359" class="LineNr">3359 </span> run [ -<span id="L3360" class="LineNr">3360 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3360" class="LineNr">3360 </span> editor-event-loop screen, console, e <span id="L3361" class="LineNr">3361 </span> ] <span id="L3362" class="LineNr">3362 </span> screen-should-contain [ -<span id="L3363" class="LineNr">3363 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3364" class="LineNr">3364 </span> <span class="Conceal">¦</span><span class="Constant"> .g .</span> -<span id="L3365" class="LineNr">3365 </span> <span class="Conceal">¦</span><span class="Constant"> .h .</span> -<span id="L3366" class="LineNr">3366 </span> <span class="Conceal">¦</span><span class="Constant"> .i .</span> +<span id="L3363" class="LineNr">3363 </span> <span class="Constant"> . .</span> +<span id="L3364" class="LineNr">3364 </span> <span class="Constant"> .g .</span> +<span id="L3365" class="LineNr">3365 </span> <span class="Constant"> .h .</span> +<span id="L3366" class="LineNr">3366 </span> <span class="Constant"> .i .</span> <span id="L3367" class="LineNr">3367 </span> ] <span id="L3368" class="LineNr">3368 </span> <span class="Comment"># now move up one line</span> <span id="L3369" class="LineNr">3369 </span> assume-console [ -<span id="L3370" class="LineNr">3370 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L3370" class="LineNr">3370 </span> press up-arrow <span id="L3371" class="LineNr">3371 </span> ] <span id="L3372" class="LineNr">3372 </span> run [ -<span id="L3373" class="LineNr">3373 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3373" class="LineNr">3373 </span> editor-event-loop screen, console, e <span id="L3374" class="LineNr">3374 </span> ] <span id="L3375" class="LineNr">3375 </span> <span class="Comment"># screen shows partial wrapped line</span> <span id="L3376" class="LineNr">3376 </span> screen-should-contain [ -<span id="L3377" class="LineNr">3377 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3378" class="LineNr">3378 </span> <span class="Conceal">¦</span><span class="Constant"> .f .</span> -<span id="L3379" class="LineNr">3379 </span> <span class="Conceal">¦</span><span class="Constant"> .g .</span> -<span id="L3380" class="LineNr">3380 </span> <span class="Conceal">¦</span><span class="Constant"> .h .</span> +<span id="L3377" class="LineNr">3377 </span> <span class="Constant"> . .</span> +<span id="L3378" class="LineNr">3378 </span> <span class="Constant"> .f .</span> +<span id="L3379" class="LineNr">3379 </span> <span class="Constant"> .g .</span> +<span id="L3380" class="LineNr">3380 </span> <span class="Constant"> .h .</span> <span id="L3381" class="LineNr">3381 </span> ] <span id="L3382" class="LineNr">3382 </span>] <span id="L3383" class="LineNr">3383 </span> @@ -3454,43 +3453,43 @@ if ('onhashchange' in window) { <span id="L3392" class="LineNr">3392 </span>c <span id="L3393" class="LineNr">3393 </span>d <span id="L3394" class="LineNr">3394 </span>e] -<span id="L3395" class="LineNr">3395 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">6/right</span> -<span id="L3396" class="LineNr">3396 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3395" class="LineNr">3395 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">6/right</span> +<span id="L3396" class="LineNr">3396 </span> editor-render screen, e <span id="L3397" class="LineNr">3397 </span> assume-console [ -<span id="L3398" class="LineNr">3398 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L3398" class="LineNr">3398 </span> press page-down <span id="L3399" class="LineNr">3399 </span> ] <span id="L3400" class="LineNr">3400 </span> run [ -<span id="L3401" class="LineNr">3401 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3401" class="LineNr">3401 </span> editor-event-loop screen, console, e <span id="L3402" class="LineNr">3402 </span> ] <span id="L3403" class="LineNr">3403 </span> screen-should-contain [ -<span id="L3404" class="LineNr">3404 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3405" class="LineNr">3405 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3406" class="LineNr">3406 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L3407" class="LineNr">3407 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> +<span id="L3404" class="LineNr">3404 </span> <span class="Constant"> . .</span> +<span id="L3405" class="LineNr">3405 </span> <span class="Constant"> . .</span> +<span id="L3406" class="LineNr">3406 </span> <span class="Constant"> .c .</span> +<span id="L3407" class="LineNr">3407 </span> <span class="Constant"> .d .</span> <span id="L3408" class="LineNr">3408 </span> ] <span id="L3409" class="LineNr">3409 </span> assume-console [ -<span id="L3410" class="LineNr">3410 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L3410" class="LineNr">3410 </span> press page-down <span id="L3411" class="LineNr">3411 </span> ] <span id="L3412" class="LineNr">3412 </span> run [ -<span id="L3413" class="LineNr">3413 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3413" class="LineNr">3413 </span> editor-event-loop screen, console, e <span id="L3414" class="LineNr">3414 </span> ] <span id="L3415" class="LineNr">3415 </span> screen-should-contain [ -<span id="L3416" class="LineNr">3416 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3417" class="LineNr">3417 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> -<span id="L3418" class="LineNr">3418 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L3419" class="LineNr">3419 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌ .</span> +<span id="L3416" class="LineNr">3416 </span> <span class="Constant"> . .</span> +<span id="L3417" class="LineNr">3417 </span> <span class="Constant"> .d .</span> +<span id="L3418" class="LineNr">3418 </span> <span class="Constant"> .e .</span> +<span id="L3419" class="LineNr">3419 </span> <span class="Constant"> .╌╌╌╌╌╌ .</span> <span id="L3420" class="LineNr">3420 </span> ] <span id="L3421" class="LineNr">3421 </span> assume-console [ -<span id="L3422" class="LineNr">3422 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3820'>page-up</a> +<span id="L3422" class="LineNr">3422 </span> press page-up <span id="L3423" class="LineNr">3423 </span> ] <span id="L3424" class="LineNr">3424 </span> run [ -<span id="L3425" class="LineNr">3425 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3425" class="LineNr">3425 </span> editor-event-loop screen, console, e <span id="L3426" class="LineNr">3426 </span> ] <span id="L3427" class="LineNr">3427 </span> screen-should-contain [ -<span id="L3428" class="LineNr">3428 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3429" class="LineNr">3429 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3430" class="LineNr">3430 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L3431" class="LineNr">3431 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> +<span id="L3428" class="LineNr">3428 </span> <span class="Constant"> . .</span> +<span id="L3429" class="LineNr">3429 </span> <span class="Constant"> . .</span> +<span id="L3430" class="LineNr">3430 </span> <span class="Constant"> .c .</span> +<span id="L3431" class="LineNr">3431 </span> <span class="Constant"> .d .</span> <span id="L3432" class="LineNr">3432 </span> ] <span id="L3433" class="LineNr">3433 </span>] <span id="L3434" class="LineNr">3434 </span> @@ -3504,40 +3503,40 @@ if ('onhashchange' in window) { <span id="L3442" class="LineNr">3442 </span><span class="Constant">c</span> <span id="L3443" class="LineNr">3443 </span><span class="Constant">d</span> <span id="L3444" class="LineNr">3444 </span><span class="Constant">e]</span> -<span id="L3445" class="LineNr">3445 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L3446" class="LineNr">3446 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3445" class="LineNr">3445 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L3446" class="LineNr">3446 </span> editor-render screen, e <span id="L3447" class="LineNr">3447 </span> <span class="Comment"># position cursor at top of second page</span> <span id="L3448" class="LineNr">3448 </span> assume-console [ -<span id="L3449" class="LineNr">3449 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L3449" class="LineNr">3449 </span> press page-down <span id="L3450" class="LineNr">3450 </span> ] <span id="L3451" class="LineNr">3451 </span> run [ -<span id="L3452" class="LineNr">3452 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3452" class="LineNr">3452 </span> editor-event-loop screen, console, e <span id="L3453" class="LineNr">3453 </span> ] <span id="L3454" class="LineNr">3454 </span> screen-should-contain [ -<span id="L3455" class="LineNr">3455 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3456" class="LineNr">3456 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L3457" class="LineNr">3457 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> -<span id="L3458" class="LineNr">3458 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> +<span id="L3455" class="LineNr">3455 </span> <span class="Constant"> . .</span> +<span id="L3456" class="LineNr">3456 </span> <span class="Constant"> .c .</span> +<span id="L3457" class="LineNr">3457 </span> <span class="Constant"> .d .</span> +<span id="L3458" class="LineNr">3458 </span> <span class="Constant"> .e .</span> <span id="L3459" class="LineNr">3459 </span> ] <span id="L3460" class="LineNr">3460 </span> <span class="Comment"># now try to move left</span> <span id="L3461" class="LineNr">3461 </span> assume-console [ -<span id="L3462" class="LineNr">3462 </span> <span class="Conceal">¦</span> press left-arrow +<span id="L3462" class="LineNr">3462 </span> press left-arrow <span id="L3463" class="LineNr">3463 </span> ] <span id="L3464" class="LineNr">3464 </span> run [ -<span id="L3465" class="LineNr">3465 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L3466" class="LineNr">3466 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L3467" class="LineNr">3467 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L3465" class="LineNr">3465 </span> editor-event-loop screen, console, e +<span id="L3466" class="LineNr">3466 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L3467" class="LineNr">3467 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L3468" class="LineNr">3468 </span> ] <span id="L3469" class="LineNr">3469 </span> <span class="Comment"># screen scrolls</span> <span id="L3470" class="LineNr">3470 </span> screen-should-contain [ -<span id="L3471" class="LineNr">3471 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3472" class="LineNr">3472 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3473" class="LineNr">3473 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L3474" class="LineNr">3474 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> +<span id="L3471" class="LineNr">3471 </span> <span class="Constant"> . .</span> +<span id="L3472" class="LineNr">3472 </span> <span class="Constant"> .b .</span> +<span id="L3473" class="LineNr">3473 </span> <span class="Constant"> .c .</span> +<span id="L3474" class="LineNr">3474 </span> <span class="Constant"> .d .</span> <span id="L3475" class="LineNr">3475 </span> ] <span id="L3476" class="LineNr">3476 </span> memory-should-contain [ -<span id="L3477" class="LineNr">3477 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L3478" class="LineNr">3478 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L3477" class="LineNr">3477 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L3478" class="LineNr">3478 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L3479" class="LineNr">3479 </span> ] <span id="L3480" class="LineNr">3480 </span>] <span id="L3481" class="LineNr">3481 </span> @@ -3550,44 +3549,44 @@ if ('onhashchange' in window) { <span id="L3488" class="LineNr">3488 </span><span class="Constant">b</span> <span id="L3489" class="LineNr">3489 </span><span class="Constant">c</span> <span id="L3490" class="LineNr">3490 </span><span class="Constant">d]</span> -<span id="L3491" class="LineNr">3491 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L3492" class="LineNr">3492 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3491" class="LineNr">3491 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L3492" class="LineNr">3492 </span> editor-render screen, e <span id="L3493" class="LineNr">3493 </span> screen-should-contain [ -<span id="L3494" class="LineNr">3494 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3495" class="LineNr">3495 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L3496" class="LineNr">3496 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3497" class="LineNr">3497 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> +<span id="L3494" class="LineNr">3494 </span> <span class="Constant"> . .</span> +<span id="L3495" class="LineNr">3495 </span> <span class="Constant"> .a .</span> +<span id="L3496" class="LineNr">3496 </span> <span class="Constant"> .b .</span> +<span id="L3497" class="LineNr">3497 </span> <span class="Constant"> .c .</span> <span id="L3498" class="LineNr">3498 </span> ] <span id="L3499" class="LineNr">3499 </span> <span class="Comment"># position cursor at top of second page, then try to move up to start of</span> <span id="L3500" class="LineNr">3500 </span> <span class="Comment"># text</span> <span id="L3501" class="LineNr">3501 </span> assume-console [ -<span id="L3502" class="LineNr">3502 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> -<span id="L3503" class="LineNr">3503 </span> <span class="Conceal">¦</span> press up-arrow -<span id="L3504" class="LineNr">3504 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L3502" class="LineNr">3502 </span> press page-down +<span id="L3503" class="LineNr">3503 </span> press up-arrow +<span id="L3504" class="LineNr">3504 </span> press up-arrow <span id="L3505" class="LineNr">3505 </span> ] <span id="L3506" class="LineNr">3506 </span> run [ -<span id="L3507" class="LineNr">3507 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3507" class="LineNr">3507 </span> editor-event-loop screen, console, e <span id="L3508" class="LineNr">3508 </span> ] <span id="L3509" class="LineNr">3509 </span> <span class="Comment"># screen slides by one line</span> <span id="L3510" class="LineNr">3510 </span> screen-should-contain [ -<span id="L3511" class="LineNr">3511 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3512" class="LineNr">3512 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L3513" class="LineNr">3513 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3514" class="LineNr">3514 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> +<span id="L3511" class="LineNr">3511 </span> <span class="Constant"> . .</span> +<span id="L3512" class="LineNr">3512 </span> <span class="Constant"> .a .</span> +<span id="L3513" class="LineNr">3513 </span> <span class="Constant"> .b .</span> +<span id="L3514" class="LineNr">3514 </span> <span class="Constant"> .c .</span> <span id="L3515" class="LineNr">3515 </span> ] <span id="L3516" class="LineNr">3516 </span> <span class="Comment"># try to move up again</span> <span id="L3517" class="LineNr">3517 </span> assume-console [ -<span id="L3518" class="LineNr">3518 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L3518" class="LineNr">3518 </span> press up-arrow <span id="L3519" class="LineNr">3519 </span> ] <span id="L3520" class="LineNr">3520 </span> run [ -<span id="L3521" class="LineNr">3521 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3521" class="LineNr">3521 </span> editor-event-loop screen, console, e <span id="L3522" class="LineNr">3522 </span> ] <span id="L3523" class="LineNr">3523 </span> <span class="Comment"># screen remains unchanged</span> <span id="L3524" class="LineNr">3524 </span> screen-should-contain [ -<span id="L3525" class="LineNr">3525 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3526" class="LineNr">3526 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L3527" class="LineNr">3527 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3528" class="LineNr">3528 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> +<span id="L3525" class="LineNr">3525 </span> <span class="Constant"> . .</span> +<span id="L3526" class="LineNr">3526 </span> <span class="Constant"> .a .</span> +<span id="L3527" class="LineNr">3527 </span> <span class="Constant"> .b .</span> +<span id="L3528" class="LineNr">3528 </span> <span class="Constant"> .c .</span> <span id="L3529" class="LineNr">3529 </span> ] <span id="L3530" class="LineNr">3530 </span>] <span id="L3531" class="LineNr">3531 </span> @@ -3600,88 +3599,88 @@ if ('onhashchange' in window) { <span id="L3538" class="LineNr">3538 </span><span class="Constant">b</span> <span id="L3539" class="LineNr">3539 </span><span class="Constant">c</span> <span id="L3540" class="LineNr">3540 </span><span class="Constant">d]</span> -<span id="L3541" class="LineNr">3541 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L3542" class="LineNr">3542 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3541" class="LineNr">3541 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L3542" class="LineNr">3542 </span> editor-render screen, e <span id="L3543" class="LineNr">3543 </span> screen-should-contain [ -<span id="L3544" class="LineNr">3544 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3545" class="LineNr">3545 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L3546" class="LineNr">3546 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3547" class="LineNr">3547 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> +<span id="L3544" class="LineNr">3544 </span> <span class="Constant"> . .</span> +<span id="L3545" class="LineNr">3545 </span> <span class="Constant"> .a .</span> +<span id="L3546" class="LineNr">3546 </span> <span class="Constant"> .b .</span> +<span id="L3547" class="LineNr">3547 </span> <span class="Constant"> .c .</span> <span id="L3548" class="LineNr">3548 </span> ] <span id="L3549" class="LineNr">3549 </span> <span class="Comment"># scroll down</span> <span id="L3550" class="LineNr">3550 </span> assume-console [ -<span id="L3551" class="LineNr">3551 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L3551" class="LineNr">3551 </span> press page-down <span id="L3552" class="LineNr">3552 </span> ] <span id="L3553" class="LineNr">3553 </span> run [ -<span id="L3554" class="LineNr">3554 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3554" class="LineNr">3554 </span> editor-event-loop screen, console, e <span id="L3555" class="LineNr">3555 </span> ] <span id="L3556" class="LineNr">3556 </span> <span class="Comment"># screen shows next page</span> <span id="L3557" class="LineNr">3557 </span> screen-should-contain [ -<span id="L3558" class="LineNr">3558 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3559" class="LineNr">3559 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L3560" class="LineNr">3560 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> -<span id="L3561" class="LineNr">3561 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L3558" class="LineNr">3558 </span> <span class="Constant"> . .</span> +<span id="L3559" class="LineNr">3559 </span> <span class="Constant"> .c .</span> +<span id="L3560" class="LineNr">3560 </span> <span class="Constant"> .d .</span> +<span id="L3561" class="LineNr">3561 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L3562" class="LineNr">3562 </span> ] <span id="L3563" class="LineNr">3563 </span>] <span id="L3564" class="LineNr">3564 </span> -<span id="L3565" class="LineNr">3565 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L185'><handle-special-character></a></span> [ +<span id="L3565" class="LineNr">3565 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-character></span> [ <span id="L3566" class="LineNr">3566 </span> <span class="Delimiter">{</span> -<span id="L3567" class="LineNr">3567 </span> <span class="Conceal">¦</span> page-down?:bool <span class="Special"><-</span> equal c, <span class="Constant">6/ctrl-f</span> -<span id="L3568" class="LineNr">3568 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> page-down? -<span id="L3569" class="LineNr">3569 </span> <span class="Conceal">¦</span> old-top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L3570" class="LineNr">3570 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-move-cursor></span> -<span id="L3571" class="LineNr">3571 </span> <span class="Conceal">¦</span> <a href='003-shortcuts.mu.html#L3597'>page-down</a> editor -<span id="L3572" class="LineNr">3572 </span> <span class="Conceal">¦</span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> -<span id="L3573" class="LineNr">3573 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-move-cursor></span> -<span id="L3574" class="LineNr">3574 </span> <span class="Conceal">¦</span> top-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L3575" class="LineNr">3575 </span> <span class="Conceal">¦</span> movement?:bool <span class="Special"><-</span> not-equal top-of-screen, old-top -<span id="L3576" class="LineNr">3576 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> movement?/go-render +<span id="L3567" class="LineNr">3567 </span> page-down?:bool <span class="Special"><-</span> equal c, <span class="Constant">6/ctrl-f</span> +<span id="L3568" class="LineNr">3568 </span> <span class="muControl">break-unless</span> page-down? +<span id="L3569" class="LineNr">3569 </span> old-top:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L3570" class="LineNr">3570 </span><span class="Constant"> <begin-move-cursor></span> +<span id="L3571" class="LineNr">3571 </span> page-down editor +<span id="L3572" class="LineNr">3572 </span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> +<span id="L3573" class="LineNr">3573 </span><span class="Constant"> <end-move-cursor></span> +<span id="L3574" class="LineNr">3574 </span> top-of-screen:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L3575" class="LineNr">3575 </span> movement?:bool <span class="Special"><-</span> not-equal top-of-screen, old-top +<span id="L3576" class="LineNr">3576 </span> <span class="muControl"> return</span> movement?/go-render <span id="L3577" class="LineNr">3577 </span> <span class="Delimiter">}</span> <span id="L3578" class="LineNr">3578 </span>] <span id="L3579" class="LineNr">3579 </span> -<span id="L3580" class="LineNr">3580 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L199'><handle-special-key></a></span> [ +<span id="L3580" class="LineNr">3580 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-key></span> [ <span id="L3581" class="LineNr">3581 </span> <span class="Delimiter">{</span> -<span id="L3582" class="LineNr">3582 </span> <span class="Conceal">¦</span> page-down?:bool <span class="Special"><-</span> equal k, <span class="Constant">65518/page-down</span> -<span id="L3583" class="LineNr">3583 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> page-down? -<span id="L3584" class="LineNr">3584 </span> <span class="Conceal">¦</span> old-top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L3585" class="LineNr">3585 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-move-cursor></span> -<span id="L3586" class="LineNr">3586 </span> <span class="Conceal">¦</span> <a href='003-shortcuts.mu.html#L3597'>page-down</a> editor -<span id="L3587" class="LineNr">3587 </span> <span class="Conceal">¦</span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> -<span id="L3588" class="LineNr">3588 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-move-cursor></span> -<span id="L3589" class="LineNr">3589 </span> <span class="Conceal">¦</span> top-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L3590" class="LineNr">3590 </span> <span class="Conceal">¦</span> movement?:bool <span class="Special"><-</span> not-equal top-of-screen, old-top -<span id="L3591" class="LineNr">3591 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> movement?/go-render +<span id="L3582" class="LineNr">3582 </span> page-down?:bool <span class="Special"><-</span> equal k, <span class="Constant">65518/page-down</span> +<span id="L3583" class="LineNr">3583 </span> <span class="muControl">break-unless</span> page-down? +<span id="L3584" class="LineNr">3584 </span> old-top:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L3585" class="LineNr">3585 </span><span class="Constant"> <begin-move-cursor></span> +<span id="L3586" class="LineNr">3586 </span> page-down editor +<span id="L3587" class="LineNr">3587 </span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> +<span id="L3588" class="LineNr">3588 </span><span class="Constant"> <end-move-cursor></span> +<span id="L3589" class="LineNr">3589 </span> top-of-screen:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L3590" class="LineNr">3590 </span> movement?:bool <span class="Special"><-</span> not-equal top-of-screen, old-top +<span id="L3591" class="LineNr">3591 </span> <span class="muControl"> return</span> movement?/go-render <span id="L3592" class="LineNr">3592 </span> <span class="Delimiter">}</span> <span id="L3593" class="LineNr">3593 </span>] <span id="L3594" class="LineNr">3594 </span> <span id="L3595" class="LineNr">3595 </span><span class="Comment"># page-down skips entire wrapped lines, so it can't scroll past lines</span> <span id="L3596" class="LineNr">3596 </span><span class="Comment"># taking up the entire screen</span> -<span id="L3597" class="LineNr">3597 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L3597'>page-down</a> editor:&:editor<span class="muRecipe"> -> </span>editor:&:editor [ +<span id="L3597" class="LineNr">3597 </span><span class="muRecipe">def</span> page-down editor:&:editor<span class="muRecipe"> -> </span>editor:&:editor [ <span id="L3598" class="LineNr">3598 </span> <span class="Constant">local-scope</span> <span id="L3599" class="LineNr">3599 </span> <span class="Constant">load-inputs</span> <span id="L3600" class="LineNr">3600 </span> <span class="Comment"># if editor contents don't overflow screen, do nothing</span> -<span id="L3601" class="LineNr">3601 </span> bottom-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">bottom-of-screen:offset</span> +<span id="L3601" class="LineNr">3601 </span> bottom-of-screen:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">bottom-of-screen:offset</span> <span id="L3602" class="LineNr">3602 </span> <span class="muControl">return-unless</span> bottom-of-screen <span id="L3603" class="LineNr">3603 </span> <span class="Comment"># if not, position cursor at final character</span> -<span id="L3604" class="LineNr">3604 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> -<span id="L3605" class="LineNr">3605 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L32'>prev</a> bottom-of-screen +<span id="L3604" class="LineNr">3604 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L3605" class="LineNr">3605 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> prev bottom-of-screen <span id="L3606" class="LineNr">3606 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor <span id="L3607" class="LineNr">3607 </span> <span class="Comment"># keep one line in common with previous page</span> <span id="L3608" class="LineNr">3608 </span> <span class="Delimiter">{</span> -<span id="L3609" class="LineNr">3609 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L572'>last</a>:char <span class="Special"><-</span> get *before-cursor, <span class="Constant">value:offset</span> -<span id="L3610" class="LineNr">3610 </span> <span class="Conceal">¦</span> newline?:bool <span class="Special"><-</span> equal <a href='../065duplex_list.mu.html#L572'>last</a>, <span class="Constant">10/newline</span> -<span id="L3611" class="LineNr">3611 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> newline?:bool -<span id="L3612" class="LineNr">3612 </span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L32'>prev</a> before-cursor -<span id="L3613" class="LineNr">3613 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor +<span id="L3609" class="LineNr">3609 </span> last:char <span class="Special"><-</span> get *before-cursor, <span class="Constant">value:offset</span> +<span id="L3610" class="LineNr">3610 </span> newline?:bool <span class="Special"><-</span> equal last, <span class="Constant">10/newline</span> +<span id="L3611" class="LineNr">3611 </span> <span class="muControl">break-unless</span> newline?:bool +<span id="L3612" class="LineNr">3612 </span> before-cursor <span class="Special"><-</span> prev before-cursor +<span id="L3613" class="LineNr">3613 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor <span id="L3614" class="LineNr">3614 </span> <span class="Delimiter">}</span> <span id="L3615" class="LineNr">3615 </span> <span class="Comment"># move cursor and top-of-screen to start of that line</span> -<span id="L3616" class="LineNr">3616 </span> <a href='003-shortcuts.mu.html#L3622'>move-to-start-of-line</a> editor +<span id="L3616" class="LineNr">3616 </span> move-to-start-of-line editor <span id="L3617" class="LineNr">3617 </span> before-cursor <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> <span id="L3618" class="LineNr">3618 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, before-cursor <span id="L3619" class="LineNr">3619 </span>] <span id="L3620" class="LineNr">3620 </span> <span id="L3621" class="LineNr">3621 </span><span class="Comment"># jump to previous newline</span> -<span id="L3622" class="LineNr">3622 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L3622'>move-to-start-of-line</a> editor:&:editor<span class="muRecipe"> -> </span>editor:&:editor [ +<span id="L3622" class="LineNr">3622 </span><span class="muRecipe">def</span> move-to-start-of-line editor:&:editor<span class="muRecipe"> -> </span>editor:&:editor [ <span id="L3623" class="LineNr">3623 </span> <span class="Constant">local-scope</span> <span id="L3624" class="LineNr">3624 </span> <span class="Constant">load-inputs</span> <span id="L3625" class="LineNr">3625 </span> <span class="Comment"># update cursor column</span> @@ -3689,19 +3688,19 @@ if ('onhashchange' in window) { <span id="L3627" class="LineNr">3627 </span> cursor-column:num <span class="Special"><-</span> copy left <span id="L3628" class="LineNr">3628 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column <span id="L3629" class="LineNr">3629 </span> <span class="Comment"># update before-cursor</span> -<span id="L3630" class="LineNr">3630 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> -<span id="L3631" class="LineNr">3631 </span> init:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> +<span id="L3630" class="LineNr">3630 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L3631" class="LineNr">3631 </span> init:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> <span id="L3632" class="LineNr">3632 </span> <span class="Comment"># while not at start of line, move</span> <span id="L3633" class="LineNr">3633 </span> <span class="Delimiter">{</span> -<span id="L3634" class="LineNr">3634 </span> <span class="Conceal">¦</span> at-start-of-text?:bool <span class="Special"><-</span> equal before-cursor, init -<span id="L3635" class="LineNr">3635 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-start-of-text? -<span id="L3636" class="LineNr">3636 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L32'>prev</a>:char <span class="Special"><-</span> get *before-cursor, <span class="Constant">value:offset</span> -<span id="L3637" class="LineNr">3637 </span> <span class="Conceal">¦</span> at-start-of-line?:bool <span class="Special"><-</span> equal <a href='../065duplex_list.mu.html#L32'>prev</a>, <span class="Constant">10/newline</span> -<span id="L3638" class="LineNr">3638 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-start-of-line? -<span id="L3639" class="LineNr">3639 </span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L32'>prev</a> before-cursor -<span id="L3640" class="LineNr">3640 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor -<span id="L3641" class="LineNr">3641 </span> <span class="Conceal">¦</span> assert before-cursor, <span class="Constant">[move-to-start-of-line tried to move before start of text]</span> -<span id="L3642" class="LineNr">3642 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L3634" class="LineNr">3634 </span> at-start-of-text?:bool <span class="Special"><-</span> equal before-cursor, init +<span id="L3635" class="LineNr">3635 </span> <span class="muControl">break-if</span> at-start-of-text? +<span id="L3636" class="LineNr">3636 </span> prev:char <span class="Special"><-</span> get *before-cursor, <span class="Constant">value:offset</span> +<span id="L3637" class="LineNr">3637 </span> at-start-of-line?:bool <span class="Special"><-</span> equal prev, <span class="Constant">10/newline</span> +<span id="L3638" class="LineNr">3638 </span> <span class="muControl">break-if</span> at-start-of-line? +<span id="L3639" class="LineNr">3639 </span> before-cursor <span class="Special"><-</span> prev before-cursor +<span id="L3640" class="LineNr">3640 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor +<span id="L3641" class="LineNr">3641 </span> assert before-cursor, <span class="Constant">[move-to-start-of-line tried to move before start of text]</span> +<span id="L3642" class="LineNr">3642 </span> <span class="muControl"> loop</span> <span id="L3643" class="LineNr">3643 </span> <span class="Delimiter">}</span> <span id="L3644" class="LineNr">3644 </span>] <span id="L3645" class="LineNr">3645 </span> @@ -3710,27 +3709,27 @@ if ('onhashchange' in window) { <span id="L3648" class="LineNr">3648 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">4/height</span> <span id="L3649" class="LineNr">3649 </span> s:text <span class="Special"><-</span> new <span class="Constant">[a</span> <span id="L3650" class="LineNr">3650 </span><span class="Constant">b]</span> -<span id="L3651" class="LineNr">3651 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L3652" class="LineNr">3652 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3651" class="LineNr">3651 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L3652" class="LineNr">3652 </span> editor-render screen, e <span id="L3653" class="LineNr">3653 </span> screen-should-contain [ -<span id="L3654" class="LineNr">3654 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3655" class="LineNr">3655 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L3656" class="LineNr">3656 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3657" class="LineNr">3657 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L3654" class="LineNr">3654 </span> <span class="Constant"> . .</span> +<span id="L3655" class="LineNr">3655 </span> <span class="Constant"> .a .</span> +<span id="L3656" class="LineNr">3656 </span> <span class="Constant"> .b .</span> +<span id="L3657" class="LineNr">3657 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L3658" class="LineNr">3658 </span> ] <span id="L3659" class="LineNr">3659 </span> <span class="Comment"># scroll down</span> <span id="L3660" class="LineNr">3660 </span> assume-console [ -<span id="L3661" class="LineNr">3661 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L3661" class="LineNr">3661 </span> press page-down <span id="L3662" class="LineNr">3662 </span> ] <span id="L3663" class="LineNr">3663 </span> run [ -<span id="L3664" class="LineNr">3664 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3664" class="LineNr">3664 </span> editor-event-loop screen, console, e <span id="L3665" class="LineNr">3665 </span> ] <span id="L3666" class="LineNr">3666 </span> <span class="Comment"># screen remains unmodified</span> <span id="L3667" class="LineNr">3667 </span> screen-should-contain [ -<span id="L3668" class="LineNr">3668 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3669" class="LineNr">3669 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L3670" class="LineNr">3670 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3671" class="LineNr">3671 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L3668" class="LineNr">3668 </span> <span class="Constant"> . .</span> +<span id="L3669" class="LineNr">3669 </span> <span class="Constant"> .a .</span> +<span id="L3670" class="LineNr">3670 </span> <span class="Constant"> .b .</span> +<span id="L3671" class="LineNr">3671 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L3672" class="LineNr">3672 </span> ] <span id="L3673" class="LineNr">3673 </span>] <span id="L3674" class="LineNr">3674 </span> @@ -3743,28 +3742,28 @@ if ('onhashchange' in window) { <span id="L3681" class="LineNr">3681 </span><span class="Constant">b</span> <span id="L3682" class="LineNr">3682 </span><span class="Constant">cdefgh]</span> <span id="L3683" class="LineNr">3683 </span> <span class="Comment"># editor screen triggers wrap of last line</span> -<span id="L3684" class="LineNr">3684 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">4/right</span> -<span id="L3685" class="LineNr">3685 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3684" class="LineNr">3684 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">4/right</span> +<span id="L3685" class="LineNr">3685 </span> editor-render screen, e <span id="L3686" class="LineNr">3686 </span> <span class="Comment"># some part of last line is not displayed</span> <span id="L3687" class="LineNr">3687 </span> screen-should-contain [ -<span id="L3688" class="LineNr">3688 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3689" class="LineNr">3689 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L3690" class="LineNr">3690 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3691" class="LineNr">3691 </span> <span class="Conceal">¦</span><span class="Constant"> .cde↩ .</span> +<span id="L3688" class="LineNr">3688 </span> <span class="Constant"> . .</span> +<span id="L3689" class="LineNr">3689 </span> <span class="Constant"> .a .</span> +<span id="L3690" class="LineNr">3690 </span> <span class="Constant"> .b .</span> +<span id="L3691" class="LineNr">3691 </span> <span class="Constant"> .cde↩ .</span> <span id="L3692" class="LineNr">3692 </span> ] <span id="L3693" class="LineNr">3693 </span> <span class="Comment"># scroll down</span> <span id="L3694" class="LineNr">3694 </span> assume-console [ -<span id="L3695" class="LineNr">3695 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L3695" class="LineNr">3695 </span> press page-down <span id="L3696" class="LineNr">3696 </span> ] <span id="L3697" class="LineNr">3697 </span> run [ -<span id="L3698" class="LineNr">3698 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3698" class="LineNr">3698 </span> editor-event-loop screen, console, e <span id="L3699" class="LineNr">3699 </span> ] <span id="L3700" class="LineNr">3700 </span> <span class="Comment"># screen shows entire wrapped line</span> <span id="L3701" class="LineNr">3701 </span> screen-should-contain [ -<span id="L3702" class="LineNr">3702 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3703" class="LineNr">3703 </span> <span class="Conceal">¦</span><span class="Constant"> .cde↩ .</span> -<span id="L3704" class="LineNr">3704 </span> <span class="Conceal">¦</span><span class="Constant"> .fgh .</span> -<span id="L3705" class="LineNr">3705 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌ .</span> +<span id="L3702" class="LineNr">3702 </span> <span class="Constant"> . .</span> +<span id="L3703" class="LineNr">3703 </span> <span class="Constant"> .cde↩ .</span> +<span id="L3704" class="LineNr">3704 </span> <span class="Constant"> .fgh .</span> +<span id="L3705" class="LineNr">3705 </span> <span class="Constant"> .╌╌╌╌ .</span> <span id="L3706" class="LineNr">3706 </span> ] <span id="L3707" class="LineNr">3707 </span>] <span id="L3708" class="LineNr">3708 </span> @@ -3776,28 +3775,28 @@ if ('onhashchange' in window) { <span id="L3714" class="LineNr">3714 </span> <span class="Comment"># and still has something left over</span> <span id="L3715" class="LineNr">3715 </span> s:text <span class="Special"><-</span> new <span class="Constant">[a</span> <span id="L3716" class="LineNr">3716 </span><span class="Constant">bcdefgh]</span> -<span id="L3717" class="LineNr">3717 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">4/right</span> -<span id="L3718" class="LineNr">3718 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3717" class="LineNr">3717 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">4/right</span> +<span id="L3718" class="LineNr">3718 </span> editor-render screen, e <span id="L3719" class="LineNr">3719 </span> <span class="Comment"># some part of last line is not displayed</span> <span id="L3720" class="LineNr">3720 </span> screen-should-contain [ -<span id="L3721" class="LineNr">3721 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3722" class="LineNr">3722 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L3723" class="LineNr">3723 </span> <span class="Conceal">¦</span><span class="Constant"> .bcd↩ .</span> -<span id="L3724" class="LineNr">3724 </span> <span class="Conceal">¦</span><span class="Constant"> .efg↩ .</span> +<span id="L3721" class="LineNr">3721 </span> <span class="Constant"> . .</span> +<span id="L3722" class="LineNr">3722 </span> <span class="Constant"> .a .</span> +<span id="L3723" class="LineNr">3723 </span> <span class="Constant"> .bcd↩ .</span> +<span id="L3724" class="LineNr">3724 </span> <span class="Constant"> .efg↩ .</span> <span id="L3725" class="LineNr">3725 </span> ] <span id="L3726" class="LineNr">3726 </span> <span class="Comment"># scroll down</span> <span id="L3727" class="LineNr">3727 </span> assume-console [ -<span id="L3728" class="LineNr">3728 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L3728" class="LineNr">3728 </span> press page-down <span id="L3729" class="LineNr">3729 </span> ] <span id="L3730" class="LineNr">3730 </span> run [ -<span id="L3731" class="LineNr">3731 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3731" class="LineNr">3731 </span> editor-event-loop screen, console, e <span id="L3732" class="LineNr">3732 </span> ] <span id="L3733" class="LineNr">3733 </span> <span class="Comment"># screen shows entire wrapped line</span> <span id="L3734" class="LineNr">3734 </span> screen-should-contain [ -<span id="L3735" class="LineNr">3735 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3736" class="LineNr">3736 </span> <span class="Conceal">¦</span><span class="Constant"> .bcd↩ .</span> -<span id="L3737" class="LineNr">3737 </span> <span class="Conceal">¦</span><span class="Constant"> .efg↩ .</span> -<span id="L3738" class="LineNr">3738 </span> <span class="Conceal">¦</span><span class="Constant"> .h .</span> +<span id="L3735" class="LineNr">3735 </span> <span class="Constant"> . .</span> +<span id="L3736" class="LineNr">3736 </span> <span class="Constant"> .bcd↩ .</span> +<span id="L3737" class="LineNr">3737 </span> <span class="Constant"> .efg↩ .</span> +<span id="L3738" class="LineNr">3738 </span> <span class="Constant"> .h .</span> <span id="L3739" class="LineNr">3739 </span> ] <span id="L3740" class="LineNr">3740 </span>] <span id="L3741" class="LineNr">3741 </span> @@ -3810,90 +3809,90 @@ if ('onhashchange' in window) { <span id="L3748" class="LineNr">3748 </span><span class="Constant">b</span> <span id="L3749" class="LineNr">3749 </span><span class="Constant">c</span> <span id="L3750" class="LineNr">3750 </span><span class="Constant">d]</span> -<span id="L3751" class="LineNr">3751 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L3752" class="LineNr">3752 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3751" class="LineNr">3751 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L3752" class="LineNr">3752 </span> editor-render screen, e <span id="L3753" class="LineNr">3753 </span> screen-should-contain [ -<span id="L3754" class="LineNr">3754 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3755" class="LineNr">3755 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L3756" class="LineNr">3756 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3757" class="LineNr">3757 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> +<span id="L3754" class="LineNr">3754 </span> <span class="Constant"> . .</span> +<span id="L3755" class="LineNr">3755 </span> <span class="Constant"> .a .</span> +<span id="L3756" class="LineNr">3756 </span> <span class="Constant"> .b .</span> +<span id="L3757" class="LineNr">3757 </span> <span class="Constant"> .c .</span> <span id="L3758" class="LineNr">3758 </span> ] <span id="L3759" class="LineNr">3759 </span> <span class="Comment"># scroll down</span> <span id="L3760" class="LineNr">3760 </span> assume-console [ -<span id="L3761" class="LineNr">3761 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L3761" class="LineNr">3761 </span> press page-down <span id="L3762" class="LineNr">3762 </span> ] <span id="L3763" class="LineNr">3763 </span> run [ -<span id="L3764" class="LineNr">3764 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3764" class="LineNr">3764 </span> editor-event-loop screen, console, e <span id="L3765" class="LineNr">3765 </span> ] <span id="L3766" class="LineNr">3766 </span> <span class="Comment"># screen shows next page</span> <span id="L3767" class="LineNr">3767 </span> screen-should-contain [ -<span id="L3768" class="LineNr">3768 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3769" class="LineNr">3769 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L3770" class="LineNr">3770 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> -<span id="L3771" class="LineNr">3771 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L3768" class="LineNr">3768 </span> <span class="Constant"> . .</span> +<span id="L3769" class="LineNr">3769 </span> <span class="Constant"> .c .</span> +<span id="L3770" class="LineNr">3770 </span> <span class="Constant"> .d .</span> +<span id="L3771" class="LineNr">3771 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L3772" class="LineNr">3772 </span> ] <span id="L3773" class="LineNr">3773 </span> <span class="Comment"># scroll back up</span> <span id="L3774" class="LineNr">3774 </span> assume-console [ -<span id="L3775" class="LineNr">3775 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3820'>page-up</a> +<span id="L3775" class="LineNr">3775 </span> press page-up <span id="L3776" class="LineNr">3776 </span> ] <span id="L3777" class="LineNr">3777 </span> run [ -<span id="L3778" class="LineNr">3778 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3778" class="LineNr">3778 </span> editor-event-loop screen, console, e <span id="L3779" class="LineNr">3779 </span> ] <span id="L3780" class="LineNr">3780 </span> <span class="Comment"># screen shows original page again</span> <span id="L3781" class="LineNr">3781 </span> screen-should-contain [ -<span id="L3782" class="LineNr">3782 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3783" class="LineNr">3783 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L3784" class="LineNr">3784 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3785" class="LineNr">3785 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> +<span id="L3782" class="LineNr">3782 </span> <span class="Constant"> . .</span> +<span id="L3783" class="LineNr">3783 </span> <span class="Constant"> .a .</span> +<span id="L3784" class="LineNr">3784 </span> <span class="Constant"> .b .</span> +<span id="L3785" class="LineNr">3785 </span> <span class="Constant"> .c .</span> <span id="L3786" class="LineNr">3786 </span> ] <span id="L3787" class="LineNr">3787 </span>] <span id="L3788" class="LineNr">3788 </span> -<span id="L3789" class="LineNr">3789 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L185'><handle-special-character></a></span> [ +<span id="L3789" class="LineNr">3789 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-character></span> [ <span id="L3790" class="LineNr">3790 </span> <span class="Delimiter">{</span> -<span id="L3791" class="LineNr">3791 </span> <span class="Conceal">¦</span> page-up?:bool <span class="Special"><-</span> equal c, <span class="Constant">2/ctrl-b</span> -<span id="L3792" class="LineNr">3792 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> page-up? -<span id="L3793" class="LineNr">3793 </span> <span class="Conceal">¦</span> old-top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L3794" class="LineNr">3794 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-move-cursor></span> -<span id="L3795" class="LineNr">3795 </span> <span class="Conceal">¦</span> editor <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L3820'>page-up</a> editor, <a href='../081print.mu.html#L782'>screen-height</a> -<span id="L3796" class="LineNr">3796 </span> <span class="Conceal">¦</span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> -<span id="L3797" class="LineNr">3797 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-move-cursor></span> -<span id="L3798" class="LineNr">3798 </span> <span class="Conceal">¦</span> top-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L3799" class="LineNr">3799 </span> <span class="Conceal">¦</span> movement?:bool <span class="Special"><-</span> not-equal top-of-screen, old-top -<span id="L3800" class="LineNr">3800 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> movement?/go-render +<span id="L3791" class="LineNr">3791 </span> page-up?:bool <span class="Special"><-</span> equal c, <span class="Constant">2/ctrl-b</span> +<span id="L3792" class="LineNr">3792 </span> <span class="muControl">break-unless</span> page-up? +<span id="L3793" class="LineNr">3793 </span> old-top:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L3794" class="LineNr">3794 </span><span class="Constant"> <begin-move-cursor></span> +<span id="L3795" class="LineNr">3795 </span> editor <span class="Special"><-</span> page-up editor, screen-height +<span id="L3796" class="LineNr">3796 </span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> +<span id="L3797" class="LineNr">3797 </span><span class="Constant"> <end-move-cursor></span> +<span id="L3798" class="LineNr">3798 </span> top-of-screen:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L3799" class="LineNr">3799 </span> movement?:bool <span class="Special"><-</span> not-equal top-of-screen, old-top +<span id="L3800" class="LineNr">3800 </span> <span class="muControl"> return</span> movement?/go-render <span id="L3801" class="LineNr">3801 </span> <span class="Delimiter">}</span> <span id="L3802" class="LineNr">3802 </span>] <span id="L3803" class="LineNr">3803 </span> -<span id="L3804" class="LineNr">3804 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L199'><handle-special-key></a></span> [ +<span id="L3804" class="LineNr">3804 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-key></span> [ <span id="L3805" class="LineNr">3805 </span> <span class="Delimiter">{</span> -<span id="L3806" class="LineNr">3806 </span> <span class="Conceal">¦</span> page-up?:bool <span class="Special"><-</span> equal k, <span class="Constant">65519/page-up</span> -<span id="L3807" class="LineNr">3807 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> page-up? -<span id="L3808" class="LineNr">3808 </span> <span class="Conceal">¦</span> old-top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L3809" class="LineNr">3809 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-move-cursor></span> -<span id="L3810" class="LineNr">3810 </span> <span class="Conceal">¦</span> editor <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L3820'>page-up</a> editor, <a href='../081print.mu.html#L782'>screen-height</a> -<span id="L3811" class="LineNr">3811 </span> <span class="Conceal">¦</span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> -<span id="L3812" class="LineNr">3812 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-move-cursor></span> -<span id="L3813" class="LineNr">3813 </span> <span class="Conceal">¦</span> top-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L3814" class="LineNr">3814 </span> <span class="Conceal">¦</span> movement?:bool <span class="Special"><-</span> not-equal top-of-screen, old-top -<span id="L3815" class="LineNr">3815 </span> <span class="Conceal">¦</span> <span class="Comment"># don't bother re-rendering if nothing changed. todo: test this</span> -<span id="L3816" class="LineNr">3816 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> movement?/go-render +<span id="L3806" class="LineNr">3806 </span> page-up?:bool <span class="Special"><-</span> equal k, <span class="Constant">65519/page-up</span> +<span id="L3807" class="LineNr">3807 </span> <span class="muControl">break-unless</span> page-up? +<span id="L3808" class="LineNr">3808 </span> old-top:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L3809" class="LineNr">3809 </span><span class="Constant"> <begin-move-cursor></span> +<span id="L3810" class="LineNr">3810 </span> editor <span class="Special"><-</span> page-up editor, screen-height +<span id="L3811" class="LineNr">3811 </span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> +<span id="L3812" class="LineNr">3812 </span><span class="Constant"> <end-move-cursor></span> +<span id="L3813" class="LineNr">3813 </span> top-of-screen:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L3814" class="LineNr">3814 </span> movement?:bool <span class="Special"><-</span> not-equal top-of-screen, old-top +<span id="L3815" class="LineNr">3815 </span> <span class="Comment"># don't bother re-rendering if nothing changed. todo: test this</span> +<span id="L3816" class="LineNr">3816 </span> <span class="muControl"> return</span> movement?/go-render <span id="L3817" class="LineNr">3817 </span> <span class="Delimiter">}</span> <span id="L3818" class="LineNr">3818 </span>] <span id="L3819" class="LineNr">3819 </span> -<span id="L3820" class="LineNr">3820 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L3820'>page-up</a> editor:&:editor, <a href='../081print.mu.html#L782'>screen-height</a>:num<span class="muRecipe"> -> </span>editor:&:editor [ +<span id="L3820" class="LineNr">3820 </span><span class="muRecipe">def</span> page-up editor:&:editor, screen-height:num<span class="muRecipe"> -> </span>editor:&:editor [ <span id="L3821" class="LineNr">3821 </span> <span class="Constant">local-scope</span> <span id="L3822" class="LineNr">3822 </span> <span class="Constant">load-inputs</span> -<span id="L3823" class="LineNr">3823 </span> max:num <span class="Special"><-</span> subtract <a href='../081print.mu.html#L782'>screen-height</a>, <span class="Constant">1/menu-bar</span>, <span class="Constant">1/overlapping-line</span> +<span id="L3823" class="LineNr">3823 </span> max:num <span class="Special"><-</span> subtract screen-height, <span class="Constant">1/menu-bar</span>, <span class="Constant">1/overlapping-line</span> <span id="L3824" class="LineNr">3824 </span> count:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L3825" class="LineNr">3825 </span> top-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L3825" class="LineNr">3825 </span> top-of-screen:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> <span id="L3826" class="LineNr">3826 </span> <span class="Delimiter">{</span> -<span id="L3827" class="LineNr">3827 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal count, max -<span id="L3828" class="LineNr">3828 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L3829" class="LineNr">3829 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L32'>prev</a>:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L3175'>before-previous-screen-line</a> top-of-screen, editor -<span id="L3830" class="LineNr">3830 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='../065duplex_list.mu.html#L32'>prev</a> -<span id="L3831" class="LineNr">3831 </span> <span class="Conceal">¦</span> top-of-screen <span class="Special"><-</span> copy <a href='../065duplex_list.mu.html#L32'>prev</a> -<span id="L3832" class="LineNr">3832 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, top-of-screen -<span id="L3833" class="LineNr">3833 </span> <span class="Conceal">¦</span> count <span class="Special"><-</span> add count,<span class="Constant"> 1</span> -<span id="L3834" class="LineNr">3834 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L3827" class="LineNr">3827 </span> done?:bool <span class="Special"><-</span> greater-or-equal count, max +<span id="L3828" class="LineNr">3828 </span> <span class="muControl">break-if</span> done? +<span id="L3829" class="LineNr">3829 </span> prev:&:duplex-list:char <span class="Special"><-</span> before-previous-screen-line top-of-screen, editor +<span id="L3830" class="LineNr">3830 </span> <span class="muControl">break-unless</span> prev +<span id="L3831" class="LineNr">3831 </span> top-of-screen <span class="Special"><-</span> copy prev +<span id="L3832" class="LineNr">3832 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, top-of-screen +<span id="L3833" class="LineNr">3833 </span> count <span class="Special"><-</span> add count,<span class="Constant"> 1</span> +<span id="L3834" class="LineNr">3834 </span> <span class="muControl"> loop</span> <span id="L3835" class="LineNr">3835 </span> <span class="Delimiter">}</span> <span id="L3836" class="LineNr">3836 </span>] <span id="L3837" class="LineNr">3837 </span> @@ -3910,56 +3909,56 @@ if ('onhashchange' in window) { <span id="L3848" class="LineNr">3848 </span><span class="Constant">f</span> <span id="L3849" class="LineNr">3849 </span><span class="Constant">g</span> <span id="L3850" class="LineNr">3850 </span><span class="Constant">h]</span> -<span id="L3851" class="LineNr">3851 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L3852" class="LineNr">3852 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3851" class="LineNr">3851 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L3852" class="LineNr">3852 </span> editor-render screen, e <span id="L3853" class="LineNr">3853 </span> screen-should-contain [ -<span id="L3854" class="LineNr">3854 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3855" class="LineNr">3855 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L3856" class="LineNr">3856 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3857" class="LineNr">3857 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> +<span id="L3854" class="LineNr">3854 </span> <span class="Constant"> . .</span> +<span id="L3855" class="LineNr">3855 </span> <span class="Constant"> .a .</span> +<span id="L3856" class="LineNr">3856 </span> <span class="Constant"> .b .</span> +<span id="L3857" class="LineNr">3857 </span> <span class="Constant"> .c .</span> <span id="L3858" class="LineNr">3858 </span> ] <span id="L3859" class="LineNr">3859 </span> <span class="Comment"># scroll down two pages</span> <span id="L3860" class="LineNr">3860 </span> assume-console [ -<span id="L3861" class="LineNr">3861 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> -<span id="L3862" class="LineNr">3862 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L3861" class="LineNr">3861 </span> press page-down +<span id="L3862" class="LineNr">3862 </span> press page-down <span id="L3863" class="LineNr">3863 </span> ] <span id="L3864" class="LineNr">3864 </span> run [ -<span id="L3865" class="LineNr">3865 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3865" class="LineNr">3865 </span> editor-event-loop screen, console, e <span id="L3866" class="LineNr">3866 </span> ] <span id="L3867" class="LineNr">3867 </span> <span class="Comment"># screen shows third page</span> <span id="L3868" class="LineNr">3868 </span> screen-should-contain [ -<span id="L3869" class="LineNr">3869 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3870" class="LineNr">3870 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L3871" class="LineNr">3871 </span> <span class="Conceal">¦</span><span class="Constant"> .f .</span> -<span id="L3872" class="LineNr">3872 </span> <span class="Conceal">¦</span><span class="Constant"> .g .</span> +<span id="L3869" class="LineNr">3869 </span> <span class="Constant"> . .</span> +<span id="L3870" class="LineNr">3870 </span> <span class="Constant"> .e .</span> +<span id="L3871" class="LineNr">3871 </span> <span class="Constant"> .f .</span> +<span id="L3872" class="LineNr">3872 </span> <span class="Constant"> .g .</span> <span id="L3873" class="LineNr">3873 </span> ] <span id="L3874" class="LineNr">3874 </span> <span class="Comment"># scroll up</span> <span id="L3875" class="LineNr">3875 </span> assume-console [ -<span id="L3876" class="LineNr">3876 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3820'>page-up</a> +<span id="L3876" class="LineNr">3876 </span> press page-up <span id="L3877" class="LineNr">3877 </span> ] <span id="L3878" class="LineNr">3878 </span> run [ -<span id="L3879" class="LineNr">3879 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3879" class="LineNr">3879 </span> editor-event-loop screen, console, e <span id="L3880" class="LineNr">3880 </span> ] <span id="L3881" class="LineNr">3881 </span> <span class="Comment"># screen shows second page</span> <span id="L3882" class="LineNr">3882 </span> screen-should-contain [ -<span id="L3883" class="LineNr">3883 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3884" class="LineNr">3884 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L3885" class="LineNr">3885 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> -<span id="L3886" class="LineNr">3886 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> +<span id="L3883" class="LineNr">3883 </span> <span class="Constant"> . .</span> +<span id="L3884" class="LineNr">3884 </span> <span class="Constant"> .c .</span> +<span id="L3885" class="LineNr">3885 </span> <span class="Constant"> .d .</span> +<span id="L3886" class="LineNr">3886 </span> <span class="Constant"> .e .</span> <span id="L3887" class="LineNr">3887 </span> ] <span id="L3888" class="LineNr">3888 </span> <span class="Comment"># scroll up again</span> <span id="L3889" class="LineNr">3889 </span> assume-console [ -<span id="L3890" class="LineNr">3890 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3820'>page-up</a> +<span id="L3890" class="LineNr">3890 </span> press page-up <span id="L3891" class="LineNr">3891 </span> ] <span id="L3892" class="LineNr">3892 </span> run [ -<span id="L3893" class="LineNr">3893 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3893" class="LineNr">3893 </span> editor-event-loop screen, console, e <span id="L3894" class="LineNr">3894 </span> ] <span id="L3895" class="LineNr">3895 </span> <span class="Comment"># screen shows original page again</span> <span id="L3896" class="LineNr">3896 </span> screen-should-contain [ -<span id="L3897" class="LineNr">3897 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3898" class="LineNr">3898 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L3899" class="LineNr">3899 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3900" class="LineNr">3900 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> +<span id="L3897" class="LineNr">3897 </span> <span class="Constant"> . .</span> +<span id="L3898" class="LineNr">3898 </span> <span class="Constant"> .a .</span> +<span id="L3899" class="LineNr">3899 </span> <span class="Constant"> .b .</span> +<span id="L3900" class="LineNr">3900 </span> <span class="Constant"> .c .</span> <span id="L3901" class="LineNr">3901 </span> ] <span id="L3902" class="LineNr">3902 </span>] <span id="L3903" class="LineNr">3903 </span> @@ -3979,50 +3978,50 @@ if ('onhashchange' in window) { <span id="L3917" class="LineNr">3917 </span><span class="Constant">n</span> <span id="L3918" class="LineNr">3918 </span><span class="Constant">o]</span> <span id="L3919" class="LineNr">3919 </span> <span class="Comment"># editor screen triggers wrap of last line</span> -<span id="L3920" class="LineNr">3920 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">4/right</span> -<span id="L3921" class="LineNr">3921 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3920" class="LineNr">3920 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">4/right</span> +<span id="L3921" class="LineNr">3921 </span> editor-render screen, e <span id="L3922" class="LineNr">3922 </span> <span class="Comment"># some part of last line is not displayed</span> <span id="L3923" class="LineNr">3923 </span> screen-should-contain [ -<span id="L3924" class="LineNr">3924 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3925" class="LineNr">3925 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L3926" class="LineNr">3926 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3927" class="LineNr">3927 </span> <span class="Conceal">¦</span><span class="Constant"> .cde↩ .</span> -<span id="L3928" class="LineNr">3928 </span> <span class="Conceal">¦</span><span class="Constant"> .fgh .</span> -<span id="L3929" class="LineNr">3929 </span> <span class="Conceal">¦</span><span class="Constant"> .i .</span> +<span id="L3924" class="LineNr">3924 </span> <span class="Constant"> . .</span> +<span id="L3925" class="LineNr">3925 </span> <span class="Constant"> .a .</span> +<span id="L3926" class="LineNr">3926 </span> <span class="Constant"> .b .</span> +<span id="L3927" class="LineNr">3927 </span> <span class="Constant"> .cde↩ .</span> +<span id="L3928" class="LineNr">3928 </span> <span class="Constant"> .fgh .</span> +<span id="L3929" class="LineNr">3929 </span> <span class="Constant"> .i .</span> <span id="L3930" class="LineNr">3930 </span> ] <span id="L3931" class="LineNr">3931 </span> <span class="Comment"># scroll down a page and a line</span> <span id="L3932" class="LineNr">3932 </span> assume-console [ -<span id="L3933" class="LineNr">3933 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> -<span id="L3934" class="LineNr">3934 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 5</span>,<span class="Constant"> 0</span> -<span id="L3935" class="LineNr">3935 </span> <span class="Conceal">¦</span> press down-arrow +<span id="L3933" class="LineNr">3933 </span> press page-down +<span id="L3934" class="LineNr">3934 </span> left-click<span class="Constant"> 5</span>,<span class="Constant"> 0</span> +<span id="L3935" class="LineNr">3935 </span> press down-arrow <span id="L3936" class="LineNr">3936 </span> ] <span id="L3937" class="LineNr">3937 </span> run [ -<span id="L3938" class="LineNr">3938 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3938" class="LineNr">3938 </span> editor-event-loop screen, console, e <span id="L3939" class="LineNr">3939 </span> ] <span id="L3940" class="LineNr">3940 </span> <span class="Comment"># screen shows entire wrapped line</span> <span id="L3941" class="LineNr">3941 </span> screen-should-contain [ -<span id="L3942" class="LineNr">3942 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3943" class="LineNr">3943 </span> <span class="Conceal">¦</span><span class="Constant"> .j .</span> -<span id="L3944" class="LineNr">3944 </span> <span class="Conceal">¦</span><span class="Constant"> .k .</span> -<span id="L3945" class="LineNr">3945 </span> <span class="Conceal">¦</span><span class="Constant"> .l .</span> -<span id="L3946" class="LineNr">3946 </span> <span class="Conceal">¦</span><span class="Constant"> .m .</span> -<span id="L3947" class="LineNr">3947 </span> <span class="Conceal">¦</span><span class="Constant"> .n .</span> +<span id="L3942" class="LineNr">3942 </span> <span class="Constant"> . .</span> +<span id="L3943" class="LineNr">3943 </span> <span class="Constant"> .j .</span> +<span id="L3944" class="LineNr">3944 </span> <span class="Constant"> .k .</span> +<span id="L3945" class="LineNr">3945 </span> <span class="Constant"> .l .</span> +<span id="L3946" class="LineNr">3946 </span> <span class="Constant"> .m .</span> +<span id="L3947" class="LineNr">3947 </span> <span class="Constant"> .n .</span> <span id="L3948" class="LineNr">3948 </span> ] <span id="L3949" class="LineNr">3949 </span> <span class="Comment"># now scroll up one page</span> <span id="L3950" class="LineNr">3950 </span> assume-console [ -<span id="L3951" class="LineNr">3951 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3820'>page-up</a> +<span id="L3951" class="LineNr">3951 </span> press page-up <span id="L3952" class="LineNr">3952 </span> ] <span id="L3953" class="LineNr">3953 </span> run [ -<span id="L3954" class="LineNr">3954 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3954" class="LineNr">3954 </span> editor-event-loop screen, console, e <span id="L3955" class="LineNr">3955 </span> ] <span id="L3956" class="LineNr">3956 </span> <span class="Comment"># screen resets</span> <span id="L3957" class="LineNr">3957 </span> screen-should-contain [ -<span id="L3958" class="LineNr">3958 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3959" class="LineNr">3959 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L3960" class="LineNr">3960 </span> <span class="Conceal">¦</span><span class="Constant"> .cde↩ .</span> -<span id="L3961" class="LineNr">3961 </span> <span class="Conceal">¦</span><span class="Constant"> .fgh .</span> -<span id="L3962" class="LineNr">3962 </span> <span class="Conceal">¦</span><span class="Constant"> .i .</span> -<span id="L3963" class="LineNr">3963 </span> <span class="Conceal">¦</span><span class="Constant"> .j .</span> +<span id="L3958" class="LineNr">3958 </span> <span class="Constant"> . .</span> +<span id="L3959" class="LineNr">3959 </span> <span class="Constant"> .b .</span> +<span id="L3960" class="LineNr">3960 </span> <span class="Constant"> .cde↩ .</span> +<span id="L3961" class="LineNr">3961 </span> <span class="Constant"> .fgh .</span> +<span id="L3962" class="LineNr">3962 </span> <span class="Constant"> .i .</span> +<span id="L3963" class="LineNr">3963 </span> <span class="Constant"> .j .</span> <span id="L3964" class="LineNr">3964 </span> ] <span id="L3965" class="LineNr">3965 </span>] <span id="L3966" class="LineNr">3966 </span> @@ -4034,42 +4033,42 @@ if ('onhashchange' in window) { <span id="L3972" class="LineNr">3972 </span> <span class="Comment"># and still has something left over</span> <span id="L3973" class="LineNr">3973 </span> s:text <span class="Special"><-</span> new <span class="Constant">[a</span> <span id="L3974" class="LineNr">3974 </span><span class="Constant">bcdefgh]</span> -<span id="L3975" class="LineNr">3975 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">4/right</span> -<span id="L3976" class="LineNr">3976 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L3975" class="LineNr">3975 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">4/right</span> +<span id="L3976" class="LineNr">3976 </span> editor-render screen, e <span id="L3977" class="LineNr">3977 </span> <span class="Comment"># some part of last line is not displayed</span> <span id="L3978" class="LineNr">3978 </span> screen-should-contain [ -<span id="L3979" class="LineNr">3979 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3980" class="LineNr">3980 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L3981" class="LineNr">3981 </span> <span class="Conceal">¦</span><span class="Constant"> .bcd↩ .</span> -<span id="L3982" class="LineNr">3982 </span> <span class="Conceal">¦</span><span class="Constant"> .efg↩ .</span> +<span id="L3979" class="LineNr">3979 </span> <span class="Constant"> . .</span> +<span id="L3980" class="LineNr">3980 </span> <span class="Constant"> .a .</span> +<span id="L3981" class="LineNr">3981 </span> <span class="Constant"> .bcd↩ .</span> +<span id="L3982" class="LineNr">3982 </span> <span class="Constant"> .efg↩ .</span> <span id="L3983" class="LineNr">3983 </span> ] <span id="L3984" class="LineNr">3984 </span> <span class="Comment"># scroll down</span> <span id="L3985" class="LineNr">3985 </span> assume-console [ -<span id="L3986" class="LineNr">3986 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L3986" class="LineNr">3986 </span> press page-down <span id="L3987" class="LineNr">3987 </span> ] <span id="L3988" class="LineNr">3988 </span> run [ -<span id="L3989" class="LineNr">3989 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L3989" class="LineNr">3989 </span> editor-event-loop screen, console, e <span id="L3990" class="LineNr">3990 </span> ] <span id="L3991" class="LineNr">3991 </span> <span class="Comment"># screen shows entire wrapped line</span> <span id="L3992" class="LineNr">3992 </span> screen-should-contain [ -<span id="L3993" class="LineNr">3993 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L3994" class="LineNr">3994 </span> <span class="Conceal">¦</span><span class="Constant"> .bcd↩ .</span> -<span id="L3995" class="LineNr">3995 </span> <span class="Conceal">¦</span><span class="Constant"> .efg↩ .</span> -<span id="L3996" class="LineNr">3996 </span> <span class="Conceal">¦</span><span class="Constant"> .h .</span> +<span id="L3993" class="LineNr">3993 </span> <span class="Constant"> . .</span> +<span id="L3994" class="LineNr">3994 </span> <span class="Constant"> .bcd↩ .</span> +<span id="L3995" class="LineNr">3995 </span> <span class="Constant"> .efg↩ .</span> +<span id="L3996" class="LineNr">3996 </span> <span class="Constant"> .h .</span> <span id="L3997" class="LineNr">3997 </span> ] <span id="L3998" class="LineNr">3998 </span> <span class="Comment"># scroll back up</span> <span id="L3999" class="LineNr">3999 </span> assume-console [ -<span id="L4000" class="LineNr">4000 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3820'>page-up</a> +<span id="L4000" class="LineNr">4000 </span> press page-up <span id="L4001" class="LineNr">4001 </span> ] <span id="L4002" class="LineNr">4002 </span> run [ -<span id="L4003" class="LineNr">4003 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L4003" class="LineNr">4003 </span> editor-event-loop screen, console, e <span id="L4004" class="LineNr">4004 </span> ] <span id="L4005" class="LineNr">4005 </span> <span class="Comment"># screen resets</span> <span id="L4006" class="LineNr">4006 </span> screen-should-contain [ -<span id="L4007" class="LineNr">4007 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4008" class="LineNr">4008 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L4009" class="LineNr">4009 </span> <span class="Conceal">¦</span><span class="Constant"> .bcd↩ .</span> -<span id="L4010" class="LineNr">4010 </span> <span class="Conceal">¦</span><span class="Constant"> .efg↩ .</span> +<span id="L4007" class="LineNr">4007 </span> <span class="Constant"> . .</span> +<span id="L4008" class="LineNr">4008 </span> <span class="Constant"> .a .</span> +<span id="L4009" class="LineNr">4009 </span> <span class="Constant"> .bcd↩ .</span> +<span id="L4010" class="LineNr">4010 </span> <span class="Constant"> .efg↩ .</span> <span id="L4011" class="LineNr">4011 </span> ] <span id="L4012" class="LineNr">4012 </span>] <span id="L4013" class="LineNr">4013 </span> @@ -4086,50 +4085,50 @@ if ('onhashchange' in window) { <span id="L4024" class="LineNr">4024 </span><span class="Constant">gxx</span> <span id="L4025" class="LineNr">4025 </span><span class="Constant">hxx</span> <span id="L4026" class="LineNr">4026 </span><span class="Constant">]</span> -<span id="L4027" class="LineNr">4027 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">4/right</span> -<span id="L4028" class="LineNr">4028 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L4027" class="LineNr">4027 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">4/right</span> +<span id="L4028" class="LineNr">4028 </span> editor-render screen, e <span id="L4029" class="LineNr">4029 </span> screen-should-contain [ -<span id="L4030" class="LineNr">4030 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4031" class="LineNr">4031 </span> <span class="Conceal">¦</span><span class="Constant"> .axx .</span> -<span id="L4032" class="LineNr">4032 </span> <span class="Conceal">¦</span><span class="Constant"> .bxx .</span> -<span id="L4033" class="LineNr">4033 </span> <span class="Conceal">¦</span><span class="Constant"> .cxx .</span> +<span id="L4030" class="LineNr">4030 </span> <span class="Constant"> . .</span> +<span id="L4031" class="LineNr">4031 </span> <span class="Constant"> .axx .</span> +<span id="L4032" class="LineNr">4032 </span> <span class="Constant"> .bxx .</span> +<span id="L4033" class="LineNr">4033 </span> <span class="Constant"> .cxx .</span> <span id="L4034" class="LineNr">4034 </span> ] <span id="L4035" class="LineNr">4035 </span> assume-console [ -<span id="L4036" class="LineNr">4036 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L4036" class="LineNr">4036 </span> press page-down <span id="L4037" class="LineNr">4037 </span> ] <span id="L4038" class="LineNr">4038 </span> run [ -<span id="L4039" class="LineNr">4039 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L4039" class="LineNr">4039 </span> editor-event-loop screen, console, e <span id="L4040" class="LineNr">4040 </span> ] <span id="L4041" class="LineNr">4041 </span> screen-should-contain [ -<span id="L4042" class="LineNr">4042 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4043" class="LineNr">4043 </span> <span class="Conceal">¦</span><span class="Constant"> .cxx .</span> -<span id="L4044" class="LineNr">4044 </span> <span class="Conceal">¦</span><span class="Constant"> .dxx .</span> -<span id="L4045" class="LineNr">4045 </span> <span class="Conceal">¦</span><span class="Constant"> .exx .</span> +<span id="L4042" class="LineNr">4042 </span> <span class="Constant"> . .</span> +<span id="L4043" class="LineNr">4043 </span> <span class="Constant"> .cxx .</span> +<span id="L4044" class="LineNr">4044 </span> <span class="Constant"> .dxx .</span> +<span id="L4045" class="LineNr">4045 </span> <span class="Constant"> .exx .</span> <span id="L4046" class="LineNr">4046 </span> ] <span id="L4047" class="LineNr">4047 </span> assume-console [ -<span id="L4048" class="LineNr">4048 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L4048" class="LineNr">4048 </span> press page-down <span id="L4049" class="LineNr">4049 </span> ] <span id="L4050" class="LineNr">4050 </span> run [ -<span id="L4051" class="LineNr">4051 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L4051" class="LineNr">4051 </span> editor-event-loop screen, console, e <span id="L4052" class="LineNr">4052 </span> ] <span id="L4053" class="LineNr">4053 </span> screen-should-contain [ -<span id="L4054" class="LineNr">4054 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4055" class="LineNr">4055 </span> <span class="Conceal">¦</span><span class="Constant"> .exx .</span> -<span id="L4056" class="LineNr">4056 </span> <span class="Conceal">¦</span><span class="Constant"> .fxx .</span> -<span id="L4057" class="LineNr">4057 </span> <span class="Conceal">¦</span><span class="Constant"> .gxx .</span> +<span id="L4054" class="LineNr">4054 </span> <span class="Constant"> . .</span> +<span id="L4055" class="LineNr">4055 </span> <span class="Constant"> .exx .</span> +<span id="L4056" class="LineNr">4056 </span> <span class="Constant"> .fxx .</span> +<span id="L4057" class="LineNr">4057 </span> <span class="Constant"> .gxx .</span> <span id="L4058" class="LineNr">4058 </span> ] <span id="L4059" class="LineNr">4059 </span> <span class="Comment"># scroll back up past empty line</span> <span id="L4060" class="LineNr">4060 </span> assume-console [ -<span id="L4061" class="LineNr">4061 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3820'>page-up</a> +<span id="L4061" class="LineNr">4061 </span> press page-up <span id="L4062" class="LineNr">4062 </span> ] <span id="L4063" class="LineNr">4063 </span> run [ -<span id="L4064" class="LineNr">4064 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L4064" class="LineNr">4064 </span> editor-event-loop screen, console, e <span id="L4065" class="LineNr">4065 </span> ] <span id="L4066" class="LineNr">4066 </span> screen-should-contain [ -<span id="L4067" class="LineNr">4067 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4068" class="LineNr">4068 </span> <span class="Conceal">¦</span><span class="Constant"> .cxx .</span> -<span id="L4069" class="LineNr">4069 </span> <span class="Conceal">¦</span><span class="Constant"> .dxx .</span> -<span id="L4070" class="LineNr">4070 </span> <span class="Conceal">¦</span><span class="Constant"> .exx .</span> +<span id="L4067" class="LineNr">4067 </span> <span class="Constant"> . .</span> +<span id="L4068" class="LineNr">4068 </span> <span class="Constant"> .cxx .</span> +<span id="L4069" class="LineNr">4069 </span> <span class="Constant"> .dxx .</span> +<span id="L4070" class="LineNr">4070 </span> <span class="Constant"> .exx .</span> <span id="L4071" class="LineNr">4071 </span> ] <span id="L4072" class="LineNr">4072 </span>] <span id="L4073" class="LineNr">4073 </span> @@ -4146,80 +4145,80 @@ if ('onhashchange' in window) { <span id="L4084" class="LineNr">4084 </span>fxy <span id="L4085" class="LineNr">4085 </span>gxy <span id="L4086" class="LineNr">4086 </span>] -<span id="L4087" class="LineNr">4087 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> s, <span class="Constant">0/left</span>, <span class="Constant">4/right</span> -<span id="L4088" class="LineNr">4088 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L4087" class="LineNr">4087 </span> e:&:editor <span class="Special"><-</span> new-editor s, <span class="Constant">0/left</span>, <span class="Constant">4/right</span> +<span id="L4088" class="LineNr">4088 </span> editor-render screen, e <span id="L4089" class="LineNr">4089 </span> screen-should-contain [ -<span id="L4090" class="LineNr">4090 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4091" class="LineNr">4091 </span> <span class="Conceal">¦</span><span class="Constant"> .axy .</span> -<span id="L4092" class="LineNr">4092 </span> <span class="Conceal">¦</span><span class="Constant"> .bxy .</span> -<span id="L4093" class="LineNr">4093 </span> <span class="Conceal">¦</span><span class="Constant"> .cxy .</span> +<span id="L4090" class="LineNr">4090 </span> <span class="Constant"> . .</span> +<span id="L4091" class="LineNr">4091 </span> <span class="Constant"> .axy .</span> +<span id="L4092" class="LineNr">4092 </span> <span class="Constant"> .bxy .</span> +<span id="L4093" class="LineNr">4093 </span> <span class="Constant"> .cxy .</span> <span id="L4094" class="LineNr">4094 </span> ] <span id="L4095" class="LineNr">4095 </span> assume-console [ -<span id="L4096" class="LineNr">4096 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L4096" class="LineNr">4096 </span> press page-down <span id="L4097" class="LineNr">4097 </span> ] <span id="L4098" class="LineNr">4098 </span> run [ -<span id="L4099" class="LineNr">4099 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L4099" class="LineNr">4099 </span> editor-event-loop screen, console, e <span id="L4100" class="LineNr">4100 </span> ] <span id="L4101" class="LineNr">4101 </span> screen-should-contain [ -<span id="L4102" class="LineNr">4102 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4103" class="LineNr">4103 </span> <span class="Conceal">¦</span><span class="Constant"> .cxy .</span> -<span id="L4104" class="LineNr">4104 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4105" class="LineNr">4105 </span> <span class="Conceal">¦</span><span class="Constant"> .dxy .</span> +<span id="L4102" class="LineNr">4102 </span> <span class="Constant"> . .</span> +<span id="L4103" class="LineNr">4103 </span> <span class="Constant"> .cxy .</span> +<span id="L4104" class="LineNr">4104 </span> <span class="Constant"> . .</span> +<span id="L4105" class="LineNr">4105 </span> <span class="Constant"> .dxy .</span> <span id="L4106" class="LineNr">4106 </span> ] <span id="L4107" class="LineNr">4107 </span> assume-console [ -<span id="L4108" class="LineNr">4108 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L4108" class="LineNr">4108 </span> press page-down <span id="L4109" class="LineNr">4109 </span> ] <span id="L4110" class="LineNr">4110 </span> run [ -<span id="L4111" class="LineNr">4111 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L4111" class="LineNr">4111 </span> editor-event-loop screen, console, e <span id="L4112" class="LineNr">4112 </span> ] <span id="L4113" class="LineNr">4113 </span> screen-should-contain [ -<span id="L4114" class="LineNr">4114 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4115" class="LineNr">4115 </span> <span class="Conceal">¦</span><span class="Constant"> .dxy .</span> -<span id="L4116" class="LineNr">4116 </span> <span class="Conceal">¦</span><span class="Constant"> .exy .</span> -<span id="L4117" class="LineNr">4117 </span> <span class="Conceal">¦</span><span class="Constant"> .fxy .</span> +<span id="L4114" class="LineNr">4114 </span> <span class="Constant"> . .</span> +<span id="L4115" class="LineNr">4115 </span> <span class="Constant"> .dxy .</span> +<span id="L4116" class="LineNr">4116 </span> <span class="Constant"> .exy .</span> +<span id="L4117" class="LineNr">4117 </span> <span class="Constant"> .fxy .</span> <span id="L4118" class="LineNr">4118 </span> ] <span id="L4119" class="LineNr">4119 </span> <span class="Comment"># scroll back up past empty line</span> <span id="L4120" class="LineNr">4120 </span> assume-console [ -<span id="L4121" class="LineNr">4121 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3820'>page-up</a> +<span id="L4121" class="LineNr">4121 </span> press page-up <span id="L4122" class="LineNr">4122 </span> ] <span id="L4123" class="LineNr">4123 </span> run [ -<span id="L4124" class="LineNr">4124 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L4124" class="LineNr">4124 </span> editor-event-loop screen, console, e <span id="L4125" class="LineNr">4125 </span> ] <span id="L4126" class="LineNr">4126 </span> screen-should-contain [ -<span id="L4127" class="LineNr">4127 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4128" class="LineNr">4128 </span> <span class="Conceal">¦</span><span class="Constant"> .cxy .</span> -<span id="L4129" class="LineNr">4129 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4130" class="LineNr">4130 </span> <span class="Conceal">¦</span><span class="Constant"> .dxy .</span> +<span id="L4127" class="LineNr">4127 </span> <span class="Constant"> . .</span> +<span id="L4128" class="LineNr">4128 </span> <span class="Constant"> .cxy .</span> +<span id="L4129" class="LineNr">4129 </span> <span class="Constant"> . .</span> +<span id="L4130" class="LineNr">4130 </span> <span class="Constant"> .dxy .</span> <span id="L4131" class="LineNr">4131 </span> ] <span id="L4132" class="LineNr">4132 </span>] <span id="L4133" class="LineNr">4133 </span> <span id="L4134" class="LineNr">4134 </span><span class="Comment"># ctrl-s - scroll up by one line</span> <span id="L4135" class="LineNr">4135 </span><span class="Comment"># todo: scenarios</span> <span id="L4136" class="LineNr">4136 </span> -<span id="L4137" class="LineNr">4137 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L185'><handle-special-character></a></span> [ +<span id="L4137" class="LineNr">4137 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-character></span> [ <span id="L4138" class="LineNr">4138 </span> <span class="Delimiter">{</span> -<span id="L4139" class="LineNr">4139 </span> <span class="Conceal">¦</span> scroll-up?:bool <span class="Special"><-</span> equal c, <span class="Constant">19/ctrl-s</span> -<span id="L4140" class="LineNr">4140 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> scroll-up? -<span id="L4141" class="LineNr">4141 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-move-cursor></span> -<span id="L4142" class="LineNr">4142 </span> <span class="Conceal">¦</span> go-render?:bool, editor <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L4149'>line-up</a> editor, <a href='../081print.mu.html#L782'>screen-height</a> -<span id="L4143" class="LineNr">4143 </span> <span class="Conceal">¦</span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">5/line-up</span> -<span id="L4144" class="LineNr">4144 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-move-cursor></span> -<span id="L4145" class="LineNr">4145 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> go-render? +<span id="L4139" class="LineNr">4139 </span> scroll-up?:bool <span class="Special"><-</span> equal c, <span class="Constant">19/ctrl-s</span> +<span id="L4140" class="LineNr">4140 </span> <span class="muControl">break-unless</span> scroll-up? +<span id="L4141" class="LineNr">4141 </span><span class="Constant"> <begin-move-cursor></span> +<span id="L4142" class="LineNr">4142 </span> go-render?:bool, editor <span class="Special"><-</span> line-up editor, screen-height +<span id="L4143" class="LineNr">4143 </span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">5/line-up</span> +<span id="L4144" class="LineNr">4144 </span><span class="Constant"> <end-move-cursor></span> +<span id="L4145" class="LineNr">4145 </span> <span class="muControl"> return</span> go-render? <span id="L4146" class="LineNr">4146 </span> <span class="Delimiter">}</span> <span id="L4147" class="LineNr">4147 </span>] <span id="L4148" class="LineNr">4148 </span> -<span id="L4149" class="LineNr">4149 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L4149'>line-up</a> editor:&:editor, <a href='../081print.mu.html#L782'>screen-height</a>:num<span class="muRecipe"> -> </span>go-render?:bool, editor:&:editor [ +<span id="L4149" class="LineNr">4149 </span><span class="muRecipe">def</span> line-up editor:&:editor, screen-height:num<span class="muRecipe"> -> </span>go-render?:bool, editor:&:editor [ <span id="L4150" class="LineNr">4150 </span> <span class="Constant">local-scope</span> <span id="L4151" class="LineNr">4151 </span> <span class="Constant">load-inputs</span> <span id="L4152" class="LineNr">4152 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> <span id="L4153" class="LineNr">4153 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> <span id="L4154" class="LineNr">4154 </span> max:num <span class="Special"><-</span> subtract right, left -<span id="L4155" class="LineNr">4155 </span> old-top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L4156" class="LineNr">4156 </span> new-top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L2804'>before-start-of-next-line</a> old-top, max +<span id="L4155" class="LineNr">4155 </span> old-top:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L4156" class="LineNr">4156 </span> new-top:&:duplex-list:char <span class="Special"><-</span> before-start-of-next-line old-top, max <span id="L4157" class="LineNr">4157 </span> movement?:bool <span class="Special"><-</span> not-equal old-top, new-top <span id="L4158" class="LineNr">4158 </span> <span class="Delimiter">{</span> -<span id="L4159" class="LineNr">4159 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> movement? -<span id="L4160" class="LineNr">4160 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, new-top +<span id="L4159" class="LineNr">4159 </span> <span class="muControl">break-unless</span> movement? +<span id="L4160" class="LineNr">4160 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, new-top <span id="L4161" class="LineNr">4161 </span> <span class="Delimiter">}</span> <span id="L4162" class="LineNr">4162 </span> <span class="muControl"> return</span> movement? <span id="L4163" class="LineNr">4163 </span>] @@ -4227,27 +4226,27 @@ if ('onhashchange' in window) { <span id="L4165" class="LineNr">4165 </span><span class="Comment"># ctrl-x - scroll down by one line</span> <span id="L4166" class="LineNr">4166 </span><span class="Comment"># todo: scenarios</span> <span id="L4167" class="LineNr">4167 </span> -<span id="L4168" class="LineNr">4168 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L185'><handle-special-character></a></span> [ +<span id="L4168" class="LineNr">4168 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-character></span> [ <span id="L4169" class="LineNr">4169 </span> <span class="Delimiter">{</span> -<span id="L4170" class="LineNr">4170 </span> <span class="Conceal">¦</span> scroll-down?:bool <span class="Special"><-</span> equal c, <span class="Constant">24/ctrl-x</span> -<span id="L4171" class="LineNr">4171 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> scroll-down? -<span id="L4172" class="LineNr">4172 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-move-cursor></span> -<span id="L4173" class="LineNr">4173 </span> <span class="Conceal">¦</span> go-render?:bool, editor <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L4180'>line-down</a> editor, <a href='../081print.mu.html#L782'>screen-height</a> -<span id="L4174" class="LineNr">4174 </span> <span class="Conceal">¦</span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">6/line-down</span> -<span id="L4175" class="LineNr">4175 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-move-cursor></span> -<span id="L4176" class="LineNr">4176 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> go-render? +<span id="L4170" class="LineNr">4170 </span> scroll-down?:bool <span class="Special"><-</span> equal c, <span class="Constant">24/ctrl-x</span> +<span id="L4171" class="LineNr">4171 </span> <span class="muControl">break-unless</span> scroll-down? +<span id="L4172" class="LineNr">4172 </span><span class="Constant"> <begin-move-cursor></span> +<span id="L4173" class="LineNr">4173 </span> go-render?:bool, editor <span class="Special"><-</span> line-down editor, screen-height +<span id="L4174" class="LineNr">4174 </span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">6/line-down</span> +<span id="L4175" class="LineNr">4175 </span><span class="Constant"> <end-move-cursor></span> +<span id="L4176" class="LineNr">4176 </span> <span class="muControl"> return</span> go-render? <span id="L4177" class="LineNr">4177 </span> <span class="Delimiter">}</span> <span id="L4178" class="LineNr">4178 </span>] <span id="L4179" class="LineNr">4179 </span> -<span id="L4180" class="LineNr">4180 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L4180'>line-down</a> editor:&:editor, <a href='../081print.mu.html#L782'>screen-height</a>:num<span class="muRecipe"> -> </span>go-render?:bool, editor:&:editor [ +<span id="L4180" class="LineNr">4180 </span><span class="muRecipe">def</span> line-down editor:&:editor, screen-height:num<span class="muRecipe"> -> </span>go-render?:bool, editor:&:editor [ <span id="L4181" class="LineNr">4181 </span> <span class="Constant">local-scope</span> <span id="L4182" class="LineNr">4182 </span> <span class="Constant">load-inputs</span> -<span id="L4183" class="LineNr">4183 </span> old-top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L4184" class="LineNr">4184 </span> new-top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L3175'>before-previous-screen-line</a> old-top, editor +<span id="L4183" class="LineNr">4183 </span> old-top:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L4184" class="LineNr">4184 </span> new-top:&:duplex-list:char <span class="Special"><-</span> before-previous-screen-line old-top, editor <span id="L4185" class="LineNr">4185 </span> movement?:bool <span class="Special"><-</span> not-equal old-top, new-top <span id="L4186" class="LineNr">4186 </span> <span class="Delimiter">{</span> -<span id="L4187" class="LineNr">4187 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> movement? -<span id="L4188" class="LineNr">4188 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, new-top +<span id="L4187" class="LineNr">4187 </span> <span class="muControl">break-unless</span> movement? +<span id="L4188" class="LineNr">4188 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, new-top <span id="L4189" class="LineNr">4189 </span> <span class="Delimiter">}</span> <span id="L4190" class="LineNr">4190 </span> <span class="muControl"> return</span> movement? <span id="L4191" class="LineNr">4191 </span>] @@ -4255,125 +4254,125 @@ if ('onhashchange' in window) { <span id="L4193" class="LineNr">4193 </span><span class="Comment"># ctrl-t - move current line to top of screen</span> <span id="L4194" class="LineNr">4194 </span><span class="Comment"># todo: scenarios</span> <span id="L4195" class="LineNr">4195 </span> -<span id="L4196" class="LineNr">4196 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L185'><handle-special-character></a></span> [ +<span id="L4196" class="LineNr">4196 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-character></span> [ <span id="L4197" class="LineNr">4197 </span> <span class="Delimiter">{</span> -<span id="L4198" class="LineNr">4198 </span> <span class="Conceal">¦</span> scroll-down?:bool <span class="Special"><-</span> equal c, <span class="Constant">20/ctrl-t</span> -<span id="L4199" class="LineNr">4199 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> scroll-down? -<span id="L4200" class="LineNr">4200 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-move-cursor></span> -<span id="L4201" class="LineNr">4201 </span> <span class="Conceal">¦</span> old-top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L4202" class="LineNr">4202 </span> <span class="Conceal">¦</span> cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> -<span id="L4203" class="LineNr">4203 </span> <span class="Conceal">¦</span> cursor <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> cursor -<span id="L4204" class="LineNr">4204 </span> <span class="Conceal">¦</span> new-top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L3175'>before-previous-screen-line</a> cursor, editor -<span id="L4205" class="LineNr">4205 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, new-top -<span id="L4206" class="LineNr">4206 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>,<span class="Constant"> 1</span> -<span id="L4207" class="LineNr">4207 </span> <span class="Conceal">¦</span> go-render?:bool <span class="Special"><-</span> not-equal new-top, old-top -<span id="L4208" class="LineNr">4208 </span> <span class="Conceal">¦</span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> -<span id="L4209" class="LineNr">4209 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-move-cursor></span> -<span id="L4210" class="LineNr">4210 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> go-render? +<span id="L4198" class="LineNr">4198 </span> scroll-down?:bool <span class="Special"><-</span> equal c, <span class="Constant">20/ctrl-t</span> +<span id="L4199" class="LineNr">4199 </span> <span class="muControl">break-unless</span> scroll-down? +<span id="L4200" class="LineNr">4200 </span><span class="Constant"> <begin-move-cursor></span> +<span id="L4201" class="LineNr">4201 </span> old-top:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L4202" class="LineNr">4202 </span> cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L4203" class="LineNr">4203 </span> cursor <span class="Special"><-</span> next cursor +<span id="L4204" class="LineNr">4204 </span> new-top:&:duplex-list:char <span class="Special"><-</span> before-previous-screen-line cursor, editor +<span id="L4205" class="LineNr">4205 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, new-top +<span id="L4206" class="LineNr">4206 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>,<span class="Constant"> 1</span> +<span id="L4207" class="LineNr">4207 </span> go-render?:bool <span class="Special"><-</span> not-equal new-top, old-top +<span id="L4208" class="LineNr">4208 </span> undo-coalesce-tag:num <span class="Special"><-</span> copy <span class="Constant">0/never</span> +<span id="L4209" class="LineNr">4209 </span><span class="Constant"> <end-move-cursor></span> +<span id="L4210" class="LineNr">4210 </span> <span class="muControl"> return</span> go-render? <span id="L4211" class="LineNr">4211 </span> <span class="Delimiter">}</span> <span id="L4212" class="LineNr">4212 </span>] <span id="L4213" class="LineNr">4213 </span> <span id="L4214" class="LineNr">4214 </span><span class="Comment"># ctrl-/ - comment/uncomment current line</span> <span id="L4215" class="LineNr">4215 </span> -<span id="L4216" class="LineNr">4216 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L185'><handle-special-character></a></span> [ +<span id="L4216" class="LineNr">4216 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-character></span> [ <span id="L4217" class="LineNr">4217 </span> <span class="Delimiter">{</span> -<span id="L4218" class="LineNr">4218 </span> <span class="Conceal">¦</span> comment-toggle?:bool <span class="Special"><-</span> equal c, <span class="Constant">31/ctrl-slash</span> -<span id="L4219" class="LineNr">4219 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> comment-toggle? -<span id="L4220" class="LineNr">4220 </span> <span class="Conceal">¦</span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> -<span id="L4221" class="LineNr">4221 </span> <span class="Conceal">¦</span> data:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> -<span id="L4222" class="LineNr">4222 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <begin-insert-character></span> -<span id="L4223" class="LineNr">4223 </span> <span class="Conceal">¦</span> before-line-start:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L4280'>before-start-of-screen-line</a> editor -<span id="L4224" class="LineNr">4224 </span> <span class="Conceal">¦</span> line-start:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-line-start -<span id="L4225" class="LineNr">4225 </span> <span class="Conceal">¦</span> commented-out?:bool <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L585'>match</a> line-start, <span class="Constant">[#? ]</span> <span class="Comment"># comment prefix</span> -<span id="L4226" class="LineNr">4226 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L4227" class="LineNr">4227 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> commented-out? -<span id="L4228" class="LineNr">4228 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># uncomment</span> -<span id="L4229" class="LineNr">4229 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> data <span class="Special"><-</span> remove line-start, <span class="Constant">3/length-comment-prefix</span>, data -<span id="L4230" class="LineNr">4230 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> subtract cursor-column, <span class="Constant">3/length-comment-prefix</span> -<span id="L4231" class="LineNr">4231 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L4232" class="LineNr">4232 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> go-render? <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L4250'>render-line-from-start</a> <a href='../081print.mu.html#L16'>screen</a>, editor, <span class="Constant">3/size-of-comment-leader</span> -<span id="L4233" class="LineNr">4233 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L4234" class="LineNr">4234 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L4235" class="LineNr">4235 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> commented-out? -<span id="L4236" class="LineNr">4236 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># comment</span> -<span id="L4237" class="LineNr">4237 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> insert before-line-start, <span class="Constant">[#? ]</span> -<span id="L4238" class="LineNr">4238 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> add cursor-column, <span class="Constant">3/length-comment-prefix</span> -<span id="L4239" class="LineNr">4239 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L4240" class="LineNr">4240 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> go-render? <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L4250'>render-line-from-start</a> <a href='../081print.mu.html#L16'>screen</a>, editor,<span class="Constant"> 0</span> -<span id="L4241" class="LineNr">4241 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L4242" class="LineNr">4242 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <end-insert-character></span> -<span id="L4243" class="LineNr">4243 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L4218" class="LineNr">4218 </span> comment-toggle?:bool <span class="Special"><-</span> equal c, <span class="Constant">31/ctrl-slash</span> +<span id="L4219" class="LineNr">4219 </span> <span class="muControl">break-unless</span> comment-toggle? +<span id="L4220" class="LineNr">4220 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> +<span id="L4221" class="LineNr">4221 </span> data:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> +<span id="L4222" class="LineNr">4222 </span><span class="Constant"> <begin-insert-character></span> +<span id="L4223" class="LineNr">4223 </span> before-line-start:&:duplex-list:char <span class="Special"><-</span> before-start-of-screen-line editor +<span id="L4224" class="LineNr">4224 </span> line-start:&:duplex-list:char <span class="Special"><-</span> next before-line-start +<span id="L4225" class="LineNr">4225 </span> commented-out?:bool <span class="Special"><-</span> match line-start, <span class="Constant">[#? ]</span> <span class="Comment"># comment prefix</span> +<span id="L4226" class="LineNr">4226 </span> <span class="Delimiter">{</span> +<span id="L4227" class="LineNr">4227 </span> <span class="muControl">break-unless</span> commented-out? +<span id="L4228" class="LineNr">4228 </span> <span class="Comment"># uncomment</span> +<span id="L4229" class="LineNr">4229 </span> data <span class="Special"><-</span> remove line-start, <span class="Constant">3/length-comment-prefix</span>, data +<span id="L4230" class="LineNr">4230 </span> cursor-column <span class="Special"><-</span> subtract cursor-column, <span class="Constant">3/length-comment-prefix</span> +<span id="L4231" class="LineNr">4231 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L4232" class="LineNr">4232 </span> go-render? <span class="Special"><-</span> render-line-from-start screen, editor, <span class="Constant">3/size-of-comment-leader</span> +<span id="L4233" class="LineNr">4233 </span> <span class="Delimiter">}</span> +<span id="L4234" class="LineNr">4234 </span> <span class="Delimiter">{</span> +<span id="L4235" class="LineNr">4235 </span> <span class="muControl">break-if</span> commented-out? +<span id="L4236" class="LineNr">4236 </span> <span class="Comment"># comment</span> +<span id="L4237" class="LineNr">4237 </span> insert before-line-start, <span class="Constant">[#? ]</span> +<span id="L4238" class="LineNr">4238 </span> cursor-column <span class="Special"><-</span> add cursor-column, <span class="Constant">3/length-comment-prefix</span> +<span id="L4239" class="LineNr">4239 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L4240" class="LineNr">4240 </span> go-render? <span class="Special"><-</span> render-line-from-start screen, editor,<span class="Constant"> 0</span> +<span id="L4241" class="LineNr">4241 </span> <span class="Delimiter">}</span> +<span id="L4242" class="LineNr">4242 </span><span class="Constant"> <end-insert-character></span> +<span id="L4243" class="LineNr">4243 </span> <span class="muControl"> return</span> <span id="L4244" class="LineNr">4244 </span> <span class="Delimiter">}</span> <span id="L4245" class="LineNr">4245 </span>] <span id="L4246" class="LineNr">4246 </span> <span id="L4247" class="LineNr">4247 </span><span class="Comment"># Render just from the start of the current line, and only if it wasn't</span> <span id="L4248" class="LineNr">4248 </span><span class="Comment"># wrapping before (include margin) and isn't wrapping now. Otherwise just tell</span> <span id="L4249" class="LineNr">4249 </span><span class="Comment"># the caller to go-render? the entire screen.</span> -<span id="L4250" class="LineNr">4250 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L4250'>render-line-from-start</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, editor:&:editor, right-margin:num<span class="muRecipe"> -> </span>go-render?:bool, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L4250" class="LineNr">4250 </span><span class="muRecipe">def</span> render-line-from-start screen:&:screen, editor:&:editor, right-margin:num<span class="muRecipe"> -> </span>go-render?:bool, screen:&:screen [ <span id="L4251" class="LineNr">4251 </span> <span class="Constant">local-scope</span> <span id="L4252" class="LineNr">4252 </span> <span class="Constant">load-inputs</span> -<span id="L4253" class="LineNr">4253 </span> before-line-start:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L4280'>before-start-of-screen-line</a> editor -<span id="L4254" class="LineNr">4254 </span> line-start:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-line-start +<span id="L4253" class="LineNr">4253 </span> before-line-start:&:duplex-list:char <span class="Special"><-</span> before-start-of-screen-line editor +<span id="L4254" class="LineNr">4254 </span> line-start:&:duplex-list:char <span class="Special"><-</span> next before-line-start <span id="L4255" class="LineNr">4255 </span> color:num <span class="Special"><-</span> copy <span class="Constant">7/white</span> <span id="L4256" class="LineNr">4256 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> <span id="L4257" class="LineNr">4257 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> -<span id="L4258" class="LineNr">4258 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, cursor-row, left +<span id="L4258" class="LineNr">4258 </span> screen <span class="Special"><-</span> move-cursor screen, cursor-row, left <span id="L4259" class="LineNr">4259 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> <span id="L4260" class="LineNr">4260 </span> end:num <span class="Special"><-</span> subtract right, right-margin <span id="L4261" class="LineNr">4261 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L4262" class="LineNr">4262 </span> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> copy line-start +<span id="L4262" class="LineNr">4262 </span> curr:&:duplex-list:char <span class="Special"><-</span> copy line-start <span id="L4263" class="LineNr">4263 </span> <span class="Delimiter">{</span> -<span id="L4264" class="LineNr">4264 </span> <span class="Conceal">¦</span> render-all?:bool <span class="Special"><-</span> greater-or-equal i, end -<span id="L4265" class="LineNr">4265 </span> <span class="Conceal">¦</span> <span class="muControl">return-if</span> render-all?, <span class="Constant">1/go-render</span> -<span id="L4266" class="LineNr">4266 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> curr -<span id="L4267" class="LineNr">4267 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> -<span id="L4268" class="LineNr">4268 </span> <span class="Conceal">¦</span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L4269" class="LineNr">4269 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> newline? -<span id="L4270" class="LineNr">4270 </span> <span class="Conceal">¦</span> color <span class="Special"><-</span> <a href='001-editor.mu.html#L397'>get-color</a> color, c -<span id="L4271" class="LineNr">4271 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, c, color -<span id="L4272" class="LineNr">4272 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr -<span id="L4273" class="LineNr">4273 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L4274" class="LineNr">4274 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L4264" class="LineNr">4264 </span> render-all?:bool <span class="Special"><-</span> greater-or-equal i, end +<span id="L4265" class="LineNr">4265 </span> <span class="muControl">return-if</span> render-all?, <span class="Constant">1/go-render</span> +<span id="L4266" class="LineNr">4266 </span> <span class="muControl">break-unless</span> curr +<span id="L4267" class="LineNr">4267 </span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> +<span id="L4268" class="LineNr">4268 </span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L4269" class="LineNr">4269 </span> <span class="muControl">break-if</span> newline? +<span id="L4270" class="LineNr">4270 </span> color <span class="Special"><-</span> get-color color, c +<span id="L4271" class="LineNr">4271 </span> print screen, c, color +<span id="L4272" class="LineNr">4272 </span> curr <span class="Special"><-</span> next curr +<span id="L4273" class="LineNr">4273 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L4274" class="LineNr">4274 </span> <span class="muControl"> loop</span> <span id="L4275" class="LineNr">4275 </span> <span class="Delimiter">}</span> -<span id="L4276" class="LineNr">4276 </span> <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, right +<span id="L4276" class="LineNr">4276 </span> clear-line-until screen, right <span id="L4277" class="LineNr">4277 </span> <span class="muControl"> return</span> <span class="Constant">0/dont-render</span> <span id="L4278" class="LineNr">4278 </span>] <span id="L4279" class="LineNr">4279 </span> -<span id="L4280" class="LineNr">4280 </span><span class="muRecipe">def</span> <a href='003-shortcuts.mu.html#L4280'>before-start-of-screen-line</a> editor:&:editor<span class="muRecipe"> -> </span>result:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char [ +<span id="L4280" class="LineNr">4280 </span><span class="muRecipe">def</span> before-start-of-screen-line editor:&:editor<span class="muRecipe"> -> </span>result:&:duplex-list:char [ <span id="L4281" class="LineNr">4281 </span> <span class="Constant">local-scope</span> <span id="L4282" class="LineNr">4282 </span> <span class="Constant">load-inputs</span> -<span id="L4283" class="LineNr">4283 </span> cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L4283" class="LineNr">4283 </span> cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> <span id="L4284" class="LineNr">4284 </span> <span class="Delimiter">{</span> -<span id="L4285" class="LineNr">4285 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L25'>next</a>:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> cursor -<span id="L4286" class="LineNr">4286 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='../065duplex_list.mu.html#L25'>next</a> -<span id="L4287" class="LineNr">4287 </span> <span class="Conceal">¦</span> cursor <span class="Special"><-</span> copy <a href='../065duplex_list.mu.html#L25'>next</a> +<span id="L4285" class="LineNr">4285 </span> next:&:duplex-list:char <span class="Special"><-</span> next cursor +<span id="L4286" class="LineNr">4286 </span> <span class="muControl">break-unless</span> next +<span id="L4287" class="LineNr">4287 </span> cursor <span class="Special"><-</span> copy next <span id="L4288" class="LineNr">4288 </span> <span class="Delimiter">}</span> -<span id="L4289" class="LineNr">4289 </span> result <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L3175'>before-previous-screen-line</a> cursor, editor +<span id="L4289" class="LineNr">4289 </span> result <span class="Special"><-</span> before-previous-screen-line cursor, editor <span id="L4290" class="LineNr">4290 </span>] <span id="L4291" class="LineNr">4291 </span> <span id="L4292" class="LineNr">4292 </span><span class="muScenario">scenario</span> editor-comments-empty-line [ <span id="L4293" class="LineNr">4293 </span> <span class="Constant">local-scope</span> <span id="L4294" class="LineNr">4294 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L4295" class="LineNr">4295 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L4296" class="LineNr">4296 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L4295" class="LineNr">4295 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L4296" class="LineNr">4296 </span> editor-render screen, e <span id="L4297" class="LineNr">4297 </span> $clear-trace <span id="L4298" class="LineNr">4298 </span> assume-console [ -<span id="L4299" class="LineNr">4299 </span> <span class="Conceal">¦</span> press ctrl-slash +<span id="L4299" class="LineNr">4299 </span> press ctrl-slash <span id="L4300" class="LineNr">4300 </span> ] <span id="L4301" class="LineNr">4301 </span> run [ -<span id="L4302" class="LineNr">4302 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L4303" class="LineNr">4303 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L4304" class="LineNr">4304 </span> <span class="Conceal">¦</span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L4302" class="LineNr">4302 </span> editor-event-loop screen, console, e +<span id="L4303" class="LineNr">4303 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L4304" class="LineNr">4304 </span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L4305" class="LineNr">4305 </span> ] <span id="L4306" class="LineNr">4306 </span> screen-should-contain [ -<span id="L4307" class="LineNr">4307 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4308" class="LineNr">4308 </span> <span class="Conceal">¦</span><span class="Constant"> .#? .</span> -<span id="L4309" class="LineNr">4309 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L4310" class="LineNr">4310 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L4307" class="LineNr">4307 </span> <span class="Constant"> . .</span> +<span id="L4308" class="LineNr">4308 </span> <span class="Constant"> .#? .</span> +<span id="L4309" class="LineNr">4309 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L4310" class="LineNr">4310 </span> <span class="Constant"> . .</span> <span id="L4311" class="LineNr">4311 </span> ] <span id="L4312" class="LineNr">4312 </span> memory-should-contain [ -<span id="L4313" class="LineNr">4313 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L4314" class="LineNr">4314 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L4313" class="LineNr">4313 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L4314" class="LineNr">4314 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L4315" class="LineNr">4315 </span> ] <span id="L4316" class="LineNr">4316 </span> check-trace-count-for-label<span class="Constant"> 5</span>, <span class="Constant">[print-character]</span> <span id="L4317" class="LineNr">4317 </span>] @@ -4381,26 +4380,26 @@ if ('onhashchange' in window) { <span id="L4319" class="LineNr">4319 </span><span class="muScenario">scenario</span> editor-comments-at-start-of-contents [ <span id="L4320" class="LineNr">4320 </span> <span class="Constant">local-scope</span> <span id="L4321" class="LineNr">4321 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L4322" class="LineNr">4322 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[ab]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L4323" class="LineNr">4323 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L4322" class="LineNr">4322 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[ab]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L4323" class="LineNr">4323 </span> editor-render screen, e <span id="L4324" class="LineNr">4324 </span> $clear-trace <span id="L4325" class="LineNr">4325 </span> assume-console [ -<span id="L4326" class="LineNr">4326 </span> <span class="Conceal">¦</span> press ctrl-slash +<span id="L4326" class="LineNr">4326 </span> press ctrl-slash <span id="L4327" class="LineNr">4327 </span> ] <span id="L4328" class="LineNr">4328 </span> run [ -<span id="L4329" class="LineNr">4329 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L4330" class="LineNr">4330 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L4331" class="LineNr">4331 </span> <span class="Conceal">¦</span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L4329" class="LineNr">4329 </span> editor-event-loop screen, console, e +<span id="L4330" class="LineNr">4330 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L4331" class="LineNr">4331 </span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L4332" class="LineNr">4332 </span> ] <span id="L4333" class="LineNr">4333 </span> screen-should-contain [ -<span id="L4334" class="LineNr">4334 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4335" class="LineNr">4335 </span> <span class="Conceal">¦</span><span class="Constant"> .#? ab .</span> -<span id="L4336" class="LineNr">4336 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L4337" class="LineNr">4337 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L4334" class="LineNr">4334 </span> <span class="Constant"> . .</span> +<span id="L4335" class="LineNr">4335 </span> <span class="Constant"> .#? ab .</span> +<span id="L4336" class="LineNr">4336 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L4337" class="LineNr">4337 </span> <span class="Constant"> . .</span> <span id="L4338" class="LineNr">4338 </span> ] <span id="L4339" class="LineNr">4339 </span> memory-should-contain [ -<span id="L4340" class="LineNr">4340 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L4341" class="LineNr">4341 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L4340" class="LineNr">4340 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L4341" class="LineNr">4341 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L4342" class="LineNr">4342 </span> ] <span id="L4343" class="LineNr">4343 </span> check-trace-count-for-label<span class="Constant"> 10</span>, <span class="Constant">[print-character]</span> <span id="L4344" class="LineNr">4344 </span>] @@ -4408,44 +4407,44 @@ if ('onhashchange' in window) { <span id="L4346" class="LineNr">4346 </span><span class="muScenario">scenario</span> editor-comments-at-end-of-contents [ <span id="L4347" class="LineNr">4347 </span> <span class="Constant">local-scope</span> <span id="L4348" class="LineNr">4348 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L4349" class="LineNr">4349 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[ab]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L4350" class="LineNr">4350 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L4349" class="LineNr">4349 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[ab]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L4350" class="LineNr">4350 </span> editor-render screen, e <span id="L4351" class="LineNr">4351 </span> $clear-trace <span id="L4352" class="LineNr">4352 </span> assume-console [ -<span id="L4353" class="LineNr">4353 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 7</span> -<span id="L4354" class="LineNr">4354 </span> <span class="Conceal">¦</span> press ctrl-slash +<span id="L4353" class="LineNr">4353 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 7</span> +<span id="L4354" class="LineNr">4354 </span> press ctrl-slash <span id="L4355" class="LineNr">4355 </span> ] <span id="L4356" class="LineNr">4356 </span> run [ -<span id="L4357" class="LineNr">4357 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L4358" class="LineNr">4358 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L4359" class="LineNr">4359 </span> <span class="Conceal">¦</span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L4357" class="LineNr">4357 </span> editor-event-loop screen, console, e +<span id="L4358" class="LineNr">4358 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L4359" class="LineNr">4359 </span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L4360" class="LineNr">4360 </span> ] <span id="L4361" class="LineNr">4361 </span> screen-should-contain [ -<span id="L4362" class="LineNr">4362 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4363" class="LineNr">4363 </span> <span class="Conceal">¦</span><span class="Constant"> .#? ab .</span> -<span id="L4364" class="LineNr">4364 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L4365" class="LineNr">4365 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L4362" class="LineNr">4362 </span> <span class="Constant"> . .</span> +<span id="L4363" class="LineNr">4363 </span> <span class="Constant"> .#? ab .</span> +<span id="L4364" class="LineNr">4364 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L4365" class="LineNr">4365 </span> <span class="Constant"> . .</span> <span id="L4366" class="LineNr">4366 </span> ] <span id="L4367" class="LineNr">4367 </span> memory-should-contain [ -<span id="L4368" class="LineNr">4368 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L4369" class="LineNr">4369 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 5</span> +<span id="L4368" class="LineNr">4368 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L4369" class="LineNr">4369 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span id="L4370" class="LineNr">4370 </span> ] <span id="L4371" class="LineNr">4371 </span> check-trace-count-for-label<span class="Constant"> 10</span>, <span class="Constant">[print-character]</span> <span id="L4372" class="LineNr">4372 </span> <span class="Comment"># toggle to uncomment</span> <span id="L4373" class="LineNr">4373 </span> $clear-trace <span id="L4374" class="LineNr">4374 </span> assume-console [ -<span id="L4375" class="LineNr">4375 </span> <span class="Conceal">¦</span> press ctrl-slash +<span id="L4375" class="LineNr">4375 </span> press ctrl-slash <span id="L4376" class="LineNr">4376 </span> ] <span id="L4377" class="LineNr">4377 </span> run [ -<span id="L4378" class="LineNr">4378 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L4379" class="LineNr">4379 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L4380" class="LineNr">4380 </span> <span class="Conceal">¦</span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L4378" class="LineNr">4378 </span> editor-event-loop screen, console, e +<span id="L4379" class="LineNr">4379 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L4380" class="LineNr">4380 </span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L4381" class="LineNr">4381 </span> ] <span id="L4382" class="LineNr">4382 </span> screen-should-contain [ -<span id="L4383" class="LineNr">4383 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4384" class="LineNr">4384 </span> <span class="Conceal">¦</span><span class="Constant"> .ab .</span> -<span id="L4385" class="LineNr">4385 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L4386" class="LineNr">4386 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L4383" class="LineNr">4383 </span> <span class="Constant"> . .</span> +<span id="L4384" class="LineNr">4384 </span> <span class="Constant"> .ab .</span> +<span id="L4385" class="LineNr">4385 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L4386" class="LineNr">4386 </span> <span class="Constant"> . .</span> <span id="L4387" class="LineNr">4387 </span> ] <span id="L4388" class="LineNr">4388 </span> check-trace-count-for-label<span class="Constant"> 10</span>, <span class="Constant">[print-character]</span> <span id="L4389" class="LineNr">4389 </span>] @@ -4454,29 +4453,29 @@ if ('onhashchange' in window) { <span id="L4392" class="LineNr">4392 </span> <span class="Constant">local-scope</span> <span id="L4393" class="LineNr">4393 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L4394" class="LineNr">4394 </span> <span class="Comment"># editor starts out with a non-wrapping line</span> -<span id="L4395" class="LineNr">4395 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abcd]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L4396" class="LineNr">4396 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L4395" class="LineNr">4395 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abcd]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L4396" class="LineNr">4396 </span> editor-render screen, e <span id="L4397" class="LineNr">4397 </span> screen-should-contain [ -<span id="L4398" class="LineNr">4398 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4399" class="LineNr">4399 </span> <span class="Conceal">¦</span><span class="Constant"> .abcd .</span> -<span id="L4400" class="LineNr">4400 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L4401" class="LineNr">4401 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L4398" class="LineNr">4398 </span> <span class="Constant"> . .</span> +<span id="L4399" class="LineNr">4399 </span> <span class="Constant"> .abcd .</span> +<span id="L4400" class="LineNr">4400 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L4401" class="LineNr">4401 </span> <span class="Constant"> . .</span> <span id="L4402" class="LineNr">4402 </span> ] <span id="L4403" class="LineNr">4403 </span> $clear-trace <span id="L4404" class="LineNr">4404 </span> <span class="Comment"># on commenting the line is now wrapped</span> <span id="L4405" class="LineNr">4405 </span> assume-console [ -<span id="L4406" class="LineNr">4406 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 7</span> -<span id="L4407" class="LineNr">4407 </span> <span class="Conceal">¦</span> press ctrl-slash +<span id="L4406" class="LineNr">4406 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 7</span> +<span id="L4407" class="LineNr">4407 </span> press ctrl-slash <span id="L4408" class="LineNr">4408 </span> ] <span id="L4409" class="LineNr">4409 </span> run [ -<span id="L4410" class="LineNr">4410 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L4410" class="LineNr">4410 </span> editor-event-loop screen, console, e <span id="L4411" class="LineNr">4411 </span> ] <span id="L4412" class="LineNr">4412 </span> screen-should-contain [ -<span id="L4413" class="LineNr">4413 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4414" class="LineNr">4414 </span> <span class="Conceal">¦</span><span class="Constant"> .#? a↩ .</span> -<span id="L4415" class="LineNr">4415 </span> <span class="Conceal">¦</span><span class="Constant"> .bcd .</span> -<span id="L4416" class="LineNr">4416 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L4417" class="LineNr">4417 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L4413" class="LineNr">4413 </span> <span class="Constant"> . .</span> +<span id="L4414" class="LineNr">4414 </span> <span class="Constant"> .#? a↩ .</span> +<span id="L4415" class="LineNr">4415 </span> <span class="Constant"> .bcd .</span> +<span id="L4416" class="LineNr">4416 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L4417" class="LineNr">4417 </span> <span class="Constant"> . .</span> <span id="L4418" class="LineNr">4418 </span> ] <span id="L4419" class="LineNr">4419 </span>] <span id="L4420" class="LineNr">4420 </span> @@ -4484,29 +4483,29 @@ if ('onhashchange' in window) { <span id="L4422" class="LineNr">4422 </span> <span class="Constant">local-scope</span> <span id="L4423" class="LineNr">4423 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L4424" class="LineNr">4424 </span> <span class="Comment"># editor starts out with a comment that wraps the line</span> -<span id="L4425" class="LineNr">4425 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[#? ab]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> -<span id="L4426" class="LineNr">4426 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L4425" class="LineNr">4425 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[#? ab]</span>, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L4426" class="LineNr">4426 </span> editor-render screen, e <span id="L4427" class="LineNr">4427 </span> screen-should-contain [ -<span id="L4428" class="LineNr">4428 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4429" class="LineNr">4429 </span> <span class="Conceal">¦</span><span class="Constant"> .#? a↩ .</span> -<span id="L4430" class="LineNr">4430 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L4431" class="LineNr">4431 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L4432" class="LineNr">4432 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L4428" class="LineNr">4428 </span> <span class="Constant"> . .</span> +<span id="L4429" class="LineNr">4429 </span> <span class="Constant"> .#? a↩ .</span> +<span id="L4430" class="LineNr">4430 </span> <span class="Constant"> .b .</span> +<span id="L4431" class="LineNr">4431 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L4432" class="LineNr">4432 </span> <span class="Constant"> . .</span> <span id="L4433" class="LineNr">4433 </span> ] <span id="L4434" class="LineNr">4434 </span> $clear-trace <span id="L4435" class="LineNr">4435 </span> <span class="Comment"># on uncommenting the line is no longer wrapped</span> <span id="L4436" class="LineNr">4436 </span> assume-console [ -<span id="L4437" class="LineNr">4437 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 7</span> -<span id="L4438" class="LineNr">4438 </span> <span class="Conceal">¦</span> press ctrl-slash +<span id="L4437" class="LineNr">4437 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 7</span> +<span id="L4438" class="LineNr">4438 </span> press ctrl-slash <span id="L4439" class="LineNr">4439 </span> ] <span id="L4440" class="LineNr">4440 </span> run [ -<span id="L4441" class="LineNr">4441 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L4441" class="LineNr">4441 </span> editor-event-loop screen, console, e <span id="L4442" class="LineNr">4442 </span> ] <span id="L4443" class="LineNr">4443 </span> screen-should-contain [ -<span id="L4444" class="LineNr">4444 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L4445" class="LineNr">4445 </span> <span class="Conceal">¦</span><span class="Constant"> .ab .</span> -<span id="L4446" class="LineNr">4446 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌ .</span> -<span id="L4447" class="LineNr">4447 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L4444" class="LineNr">4444 </span> <span class="Constant"> . .</span> +<span id="L4445" class="LineNr">4445 </span> <span class="Constant"> .ab .</span> +<span id="L4446" class="LineNr">4446 </span> <span class="Constant"> .╌╌╌╌╌ .</span> +<span id="L4447" class="LineNr">4447 </span> <span class="Constant"> . .</span> <span id="L4448" class="LineNr">4448 </span> ] <span id="L4449" class="LineNr">4449 </span>] </pre> diff --git a/html/edit/004-programming-environment.mu.html b/html/edit/004-programming-environment.mu.html index 2a1dd7f6..fd4838d7 100644 --- a/html/edit/004-programming-environment.mu.html +++ b/html/edit/004-programming-environment.mu.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.muData { color: #ffff00; } -.LineNr { color: #444444; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } +.LineNr { color: #444444; } .Delimiter { color: #800080; } .Constant { color: #00a0a0; } +.Special { color: #c00000; } +.muData { color: #ffff00; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> </style> @@ -69,10 +68,10 @@ if ('onhashchange' in window) { <span id="L6" class="LineNr"> 6 </span><span class="muRecipe">def!</span> main [ <span id="L7" class="LineNr"> 7 </span> <span class="Constant">local-scope</span> <span id="L8" class="LineNr"> 8 </span> open-console -<span id="L9" class="LineNr"> 9 </span> <a href='../081print.mu.html#L46'>clear-screen</a> <span class="Constant">0/screen</span> <span class="Comment"># non-scrolling app</span> -<span id="L10" class="LineNr"> 10 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <span class="Constant">0/filesystem</span>, <span class="Constant">0/screen</span> -<span id="L11" class="LineNr"> 11 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <span class="Constant">0/screen</span>, env, <a href='001-editor.mu.html#L107'>render</a> -<span id="L12" class="LineNr"> 12 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <span class="Constant">0/screen</span>, <span class="Constant">0/console</span>, env, <span class="Constant">0/filesystem</span> +<span id="L9" class="LineNr"> 9 </span> clear-screen <span class="Constant">0/screen</span> <span class="Comment"># non-scrolling app</span> +<span id="L10" class="LineNr"> 10 </span> env:&:environment <span class="Special"><-</span> new-programming-environment <span class="Constant">0/filesystem</span>, <span class="Constant">0/screen</span> +<span id="L11" class="LineNr"> 11 </span> render-all <span class="Constant">0/screen</span>, env, render +<span id="L12" class="LineNr"> 12 </span> event-loop <span class="Constant">0/screen</span>, <span class="Constant">0/console</span>, env, <span class="Constant">0/filesystem</span> <span id="L13" class="LineNr"> 13 </span>] <span id="L14" class="LineNr"> 14 </span> <span id="L15" class="LineNr"> 15 </span><span class="muData">container</span> environment [ @@ -81,25 +80,25 @@ if ('onhashchange' in window) { <span id="L18" class="LineNr"> 18 </span> sandbox-in-focus?:bool <span class="Comment"># false => cursor in recipes; true => cursor in current-sandbox</span> <span id="L19" class="LineNr"> 19 </span>] <span id="L20" class="LineNr"> 20 </span> -<span id="L21" class="LineNr"> 21 </span><span class="muRecipe">def</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>:&:<a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, test-sandbox-editor-contents:text<span class="muRecipe"> -> </span>result:&:environment [ +<span id="L21" class="LineNr"> 21 </span><span class="muRecipe">def</span> new-programming-environment resources:&:resources, screen:&:screen, test-sandbox-editor-contents:text<span class="muRecipe"> -> </span>result:&:environment [ <span id="L22" class="LineNr"> 22 </span> <span class="Constant">local-scope</span> <span id="L23" class="LineNr"> 23 </span> <span class="Constant">load-inputs</span> -<span id="L24" class="LineNr"> 24 </span> width:num <span class="Special"><-</span> <a href='../081print.mu.html#L768'>screen-width</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L24" class="LineNr"> 24 </span> width:num <span class="Special"><-</span> screen-width screen <span id="L25" class="LineNr"> 25 </span> result <span class="Special"><-</span> new <span class="Constant">environment:type</span> <span id="L26" class="LineNr"> 26 </span> <span class="Comment"># recipe editor on the left</span> -<span id="L27" class="LineNr"> 27 </span> initial-recipe-contents:text <span class="Special"><-</span> <a href='../088file.mu.html#L38'>slurp</a> <a href='../088file.mu.html#L11'>resources</a>, <span class="Constant">[lesson/recipes.mu]</span> <span class="Comment"># ignore errors</span> +<span id="L27" class="LineNr"> 27 </span> initial-recipe-contents:text <span class="Special"><-</span> slurp resources, <span class="Constant">[lesson/recipes.mu]</span> <span class="Comment"># ignore errors</span> <span id="L28" class="LineNr"> 28 </span> divider:num, _ <span class="Special"><-</span> divide-with-remainder width,<span class="Constant"> 2</span> -<span id="L29" class="LineNr"> 29 </span> recipes:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> initial-recipe-contents, <span class="Constant">0/left</span>, divider/right +<span id="L29" class="LineNr"> 29 </span> recipes:&:editor <span class="Special"><-</span> new-editor initial-recipe-contents, <span class="Constant">0/left</span>, divider/right <span id="L30" class="LineNr"> 30 </span> <span class="Comment"># sandbox editor on the right</span> <span id="L31" class="LineNr"> 31 </span> sandbox-left:num <span class="Special"><-</span> add divider,<span class="Constant"> 1</span> -<span id="L32" class="LineNr"> 32 </span> current-sandbox:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> test-sandbox-editor-contents, sandbox-left, width/right +<span id="L32" class="LineNr"> 32 </span> current-sandbox:&:editor <span class="Special"><-</span> new-editor test-sandbox-editor-contents, sandbox-left, width/right <span id="L33" class="LineNr"> 33 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">recipes:offset</span>, recipes <span id="L34" class="LineNr"> 34 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">current-sandbox:offset</span>, current-sandbox <span id="L35" class="LineNr"> 35 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">sandbox-in-focus?:offset</span>, <span class="Constant">0/false</span> -<span id="L36" class="LineNr"> 36 </span><span class="Constant"> <a href='004-programming-environment.mu.html#L36'><programming-environment-initialization></a></span> +<span id="L36" class="LineNr"> 36 </span><span class="Constant"> <programming-environment-initialization></span> <span id="L37" class="LineNr"> 37 </span>] <span id="L38" class="LineNr"> 38 </span> -<span id="L39" class="LineNr"> 39 </span><span class="muRecipe">def</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>:&:<a href='../084console.mu.html#L23'>console</a>, env:&:environment, <a href='../088file.mu.html#L11'>resources</a>:&:<a href='../088file.mu.html#L11'>resources</a><span class="muRecipe"> -> </span><a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>:&:<a href='../084console.mu.html#L23'>console</a>, env:&:environment, <a href='../088file.mu.html#L11'>resources</a>:&:<a href='../088file.mu.html#L11'>resources</a> [ +<span id="L39" class="LineNr"> 39 </span><span class="muRecipe">def</span> event-loop screen:&:screen, console:&:console, env:&:environment, resources:&:resources<span class="muRecipe"> -> </span>screen:&:screen, console:&:console, env:&:environment, resources:&:resources [ <span id="L40" class="LineNr"> 40 </span> <span class="Constant">local-scope</span> <span id="L41" class="LineNr"> 41 </span> <span class="Constant">load-inputs</span> <span id="L42" class="LineNr"> 42 </span> recipes:&:editor <span class="Special"><-</span> get *env, <span class="Constant">recipes:offset</span> @@ -111,91 +110,91 @@ if ('onhashchange' in window) { <span id="L48" class="LineNr"> 48 </span> render-recipes-on-no-more-events?:bool <span class="Special"><-</span> copy <span class="Constant">0/false</span> <span id="L49" class="LineNr"> 49 </span> render-sandboxes-on-no-more-events?:bool <span class="Special"><-</span> copy <span class="Constant">0/false</span> <span id="L50" class="LineNr"> 50 </span> <span class="Delimiter">{</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> <span class="Comment"># looping over each (keyboard or touch) event as it occurs</span> -<span id="L52" class="LineNr"> 52 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> +next-event</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> e:<a href='../084console.mu.html#L4'>event</a>, found?:bool, quit?:bool, <a href='../084console.mu.html#L23'>console</a> <span class="Special"><-</span> <a href='../084console.mu.html#L35'>read-event</a> <a href='../084console.mu.html#L23'>console</a> -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> <span class="muControl">loop-unless</span> found? -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> quit? <span class="Comment"># only in tests</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[next-event]</span> -<span id="L57" class="LineNr"> 57 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='004-programming-environment.mu.html#L57'><handle-event></a></span> -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span> <span class="Comment"># check for global events that will trigger regardless of which editor has focus</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L60" class="LineNr"> 60 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> k:num, is-keycode?:bool <span class="Special"><-</span> maybe-convert e:<a href='../084console.mu.html#L4'>event</a>, <span class="Constant">keycode:variant</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-keycode? -<span id="L62" class="LineNr"> 62 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='004-programming-environment.mu.html#L62'><global-keypress></a></span> -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> c:char, is-unicode?:bool <span class="Special"><-</span> maybe-convert e:<a href='../084console.mu.html#L4'>event</a>, <span class="Constant">text:variant</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-unicode? -<span id="L67" class="LineNr"> 67 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='004-programming-environment.mu.html#L67'><global-type></a></span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <span class="Comment"># 'touch' event - send to both sides, see what picks it up</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> t:<a href='../084console.mu.html#L12'>touch-event</a>, is-touch?:bool <span class="Special"><-</span> maybe-convert e:<a href='../084console.mu.html#L4'>event</a>, <span class="Constant">touch:variant</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-touch? -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># ignore all but 'left-click' events for now</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># todo: test this</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> touch-type:num <span class="Special"><-</span> get t, <span class="Constant">type:offset</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> is-left-click?:bool <span class="Special"><-</span> equal touch-type, <span class="Constant">65513/mouse-left</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">loop-unless</span> is-left-click?, <span class="Constant">+next-event</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> click-row:num <span class="Special"><-</span> get t, <span class="Constant">row:offset</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> click-column:num <span class="Special"><-</span> get t, <span class="Constant">column:offset</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># later exceptions for non-editor touches will go here</span> -<span id="L81" class="LineNr"> 81 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='004-programming-environment.mu.html#L81'><global-touch></a></span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># send to both editors</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> _ <span class="Special"><-</span> move-cursor recipes, <a href='../081print.mu.html#L16'>screen</a>, t -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> sandbox-in-focus?:bool <span class="Special"><-</span> move-cursor current-sandbox, <a href='../081print.mu.html#L16'>screen</a>, t -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *env <span class="Special"><-</span> put *env, <span class="Constant">sandbox-in-focus?:offset</span>, sandbox-in-focus? -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L472'>update-cursor</a> <a href='../081print.mu.html#L16'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-event</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <span class="Comment"># 'resize' event - redraw editor</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> <span class="Comment"># todo: test this after supporting resize in assume-console</span> -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> r:<a href='../084console.mu.html#L18'>resize-event</a>, is-resize?:bool <span class="Special"><-</span> maybe-convert e:<a href='../084console.mu.html#L4'>event</a>, <span class="Constant"><a href='004-programming-environment.mu.html#L131'>resize</a>:variant</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-resize? -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> env, <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L131'>resize</a> <a href='../081print.mu.html#L16'>screen</a>, env -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='004-programming-environment.mu.html#L158'>render-without-moving-cursor</a> -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-event</span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span> <span class="Comment"># if it's not global and not a touch event, send to appropriate editor</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> sandbox-in-focus?:bool <span class="Special"><-</span> get *env, <span class="Constant">sandbox-in-focus?:offset</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> sandbox-in-focus? -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> render?:bool <span class="Special"><-</span> <a href='002-typing.mu.html#L166'>handle-keyboard-event</a> <a href='../081print.mu.html#L16'>screen</a>, recipes, e:<a href='../084console.mu.html#L4'>event</a> -<span id="L104" class="LineNr">104 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> render-recipes-on-no-more-events? <span class="Special"><-</span> or render?, render-recipes-on-no-more-events? -<span id="L105" class="LineNr">105 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L106" class="LineNr">106 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L107" class="LineNr">107 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> sandbox-in-focus? -<span id="L108" class="LineNr">108 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> render?:bool <span class="Special"><-</span> <a href='002-typing.mu.html#L166'>handle-keyboard-event</a> <a href='../081print.mu.html#L16'>screen</a>, current-sandbox, e:<a href='../084console.mu.html#L4'>event</a> -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> render-sandboxes-on-no-more-events? <span class="Special"><-</span> or render?, render-sandboxes-on-no-more-events? -<span id="L110" class="LineNr">110 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> more-events?:bool <span class="Special"><-</span> <a href='../084console.mu.html#L99'>has-more-events?</a> <a href='../084console.mu.html#L23'>console</a> -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> more-events? -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> render-recipes-on-no-more-events? -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> render-recipes-on-no-more-events? <span class="Special"><-</span> copy <span class="Constant">0/false</span> -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L431'>render-recipes</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> render-sandboxes-on-no-more-events? -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> render-sandboxes-on-no-more-events? <span class="Special"><-</span> copy <span class="Constant">0/false</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> render-sandbox-side <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L472'>update-cursor</a> <a href='../081print.mu.html#L16'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L51" class="LineNr"> 51 </span> <span class="Comment"># looping over each (keyboard or touch) event as it occurs</span> +<span id="L52" class="LineNr"> 52 </span><span class="Constant"> +next-event</span> +<span id="L53" class="LineNr"> 53 </span> e:event, found?:bool, quit?:bool, console <span class="Special"><-</span> read-event console +<span id="L54" class="LineNr"> 54 </span> <span class="muControl">loop-unless</span> found? +<span id="L55" class="LineNr"> 55 </span> <span class="muControl">break-if</span> quit? <span class="Comment"># only in tests</span> +<span id="L56" class="LineNr"> 56 </span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[next-event]</span> +<span id="L57" class="LineNr"> 57 </span><span class="Constant"> <handle-event></span> +<span id="L58" class="LineNr"> 58 </span> <span class="Comment"># check for global events that will trigger regardless of which editor has focus</span> +<span id="L59" class="LineNr"> 59 </span> <span class="Delimiter">{</span> +<span id="L60" class="LineNr"> 60 </span> k:num, is-keycode?:bool <span class="Special"><-</span> maybe-convert e:event, <span class="Constant">keycode:variant</span> +<span id="L61" class="LineNr"> 61 </span> <span class="muControl">break-unless</span> is-keycode? +<span id="L62" class="LineNr"> 62 </span><span class="Constant"> <global-keypress></span> +<span id="L63" class="LineNr"> 63 </span> <span class="Delimiter">}</span> +<span id="L64" class="LineNr"> 64 </span> <span class="Delimiter">{</span> +<span id="L65" class="LineNr"> 65 </span> c:char, is-unicode?:bool <span class="Special"><-</span> maybe-convert e:event, <span class="Constant">text:variant</span> +<span id="L66" class="LineNr"> 66 </span> <span class="muControl">break-unless</span> is-unicode? +<span id="L67" class="LineNr"> 67 </span><span class="Constant"> <global-type></span> +<span id="L68" class="LineNr"> 68 </span> <span class="Delimiter">}</span> +<span id="L69" class="LineNr"> 69 </span> <span class="Comment"># 'touch' event - send to both sides, see what picks it up</span> +<span id="L70" class="LineNr"> 70 </span> <span class="Delimiter">{</span> +<span id="L71" class="LineNr"> 71 </span> t:touch-event, is-touch?:bool <span class="Special"><-</span> maybe-convert e:event, <span class="Constant">touch:variant</span> +<span id="L72" class="LineNr"> 72 </span> <span class="muControl">break-unless</span> is-touch? +<span id="L73" class="LineNr"> 73 </span> <span class="Comment"># ignore all but 'left-click' events for now</span> +<span id="L74" class="LineNr"> 74 </span> <span class="Comment"># todo: test this</span> +<span id="L75" class="LineNr"> 75 </span> touch-type:num <span class="Special"><-</span> get t, <span class="Constant">type:offset</span> +<span id="L76" class="LineNr"> 76 </span> is-left-click?:bool <span class="Special"><-</span> equal touch-type, <span class="Constant">65513/mouse-left</span> +<span id="L77" class="LineNr"> 77 </span> <span class="muControl">loop-unless</span> is-left-click?, <span class="Constant">+next-event</span> +<span id="L78" class="LineNr"> 78 </span> click-row:num <span class="Special"><-</span> get t, <span class="Constant">row:offset</span> +<span id="L79" class="LineNr"> 79 </span> click-column:num <span class="Special"><-</span> get t, <span class="Constant">column:offset</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Comment"># later exceptions for non-editor touches will go here</span> +<span id="L81" class="LineNr"> 81 </span><span class="Constant"> <global-touch></span> +<span id="L82" class="LineNr"> 82 </span> <span class="Comment"># send to both editors</span> +<span id="L83" class="LineNr"> 83 </span> _ <span class="Special"><-</span> move-cursor recipes, screen, t +<span id="L84" class="LineNr"> 84 </span> sandbox-in-focus?:bool <span class="Special"><-</span> move-cursor current-sandbox, screen, t +<span id="L85" class="LineNr"> 85 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">sandbox-in-focus?:offset</span>, sandbox-in-focus? +<span id="L86" class="LineNr"> 86 </span> screen <span class="Special"><-</span> update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L87" class="LineNr"> 87 </span> <span class="muControl"> loop</span> <span class="Constant">+next-event</span> +<span id="L88" class="LineNr"> 88 </span> <span class="Delimiter">}</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Comment"># 'resize' event - redraw editor</span> +<span id="L90" class="LineNr"> 90 </span> <span class="Comment"># todo: test this after supporting resize in assume-console</span> +<span id="L91" class="LineNr"> 91 </span> <span class="Delimiter">{</span> +<span id="L92" class="LineNr"> 92 </span> r:resize-event, is-resize?:bool <span class="Special"><-</span> maybe-convert e:event, <span class="Constant">resize:variant</span> +<span id="L93" class="LineNr"> 93 </span> <span class="muControl">break-unless</span> is-resize? +<span id="L94" class="LineNr"> 94 </span> env, screen <span class="Special"><-</span> resize screen, env +<span id="L95" class="LineNr"> 95 </span> screen <span class="Special"><-</span> render-all screen, env, render-without-moving-cursor +<span id="L96" class="LineNr"> 96 </span> <span class="muControl"> loop</span> <span class="Constant">+next-event</span> +<span id="L97" class="LineNr"> 97 </span> <span class="Delimiter">}</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Comment"># if it's not global and not a touch event, send to appropriate editor</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Delimiter">{</span> +<span id="L100" class="LineNr">100 </span> sandbox-in-focus?:bool <span class="Special"><-</span> get *env, <span class="Constant">sandbox-in-focus?:offset</span> +<span id="L101" class="LineNr">101 </span> <span class="Delimiter">{</span> +<span id="L102" class="LineNr">102 </span> <span class="muControl">break-if</span> sandbox-in-focus? +<span id="L103" class="LineNr">103 </span> render?:bool <span class="Special"><-</span> handle-keyboard-event screen, recipes, e:event +<span id="L104" class="LineNr">104 </span> render-recipes-on-no-more-events? <span class="Special"><-</span> or render?, render-recipes-on-no-more-events? +<span id="L105" class="LineNr">105 </span> <span class="Delimiter">}</span> +<span id="L106" class="LineNr">106 </span> <span class="Delimiter">{</span> +<span id="L107" class="LineNr">107 </span> <span class="muControl">break-unless</span> sandbox-in-focus? +<span id="L108" class="LineNr">108 </span> render?:bool <span class="Special"><-</span> handle-keyboard-event screen, current-sandbox, e:event +<span id="L109" class="LineNr">109 </span> render-sandboxes-on-no-more-events? <span class="Special"><-</span> or render?, render-sandboxes-on-no-more-events? +<span id="L110" class="LineNr">110 </span> <span class="Delimiter">}</span> +<span id="L111" class="LineNr">111 </span> more-events?:bool <span class="Special"><-</span> has-more-events? console +<span id="L112" class="LineNr">112 </span> <span class="Delimiter">{</span> +<span id="L113" class="LineNr">113 </span> <span class="muControl">break-if</span> more-events? +<span id="L114" class="LineNr">114 </span> <span class="Delimiter">{</span> +<span id="L115" class="LineNr">115 </span> <span class="muControl">break-unless</span> render-recipes-on-no-more-events? +<span id="L116" class="LineNr">116 </span> render-recipes-on-no-more-events? <span class="Special"><-</span> copy <span class="Constant">0/false</span> +<span id="L117" class="LineNr">117 </span> screen <span class="Special"><-</span> render-recipes screen, env, render +<span id="L118" class="LineNr">118 </span> <span class="Delimiter">}</span> +<span id="L119" class="LineNr">119 </span> <span class="Delimiter">{</span> +<span id="L120" class="LineNr">120 </span> <span class="muControl">break-unless</span> render-sandboxes-on-no-more-events? +<span id="L121" class="LineNr">121 </span> render-sandboxes-on-no-more-events? <span class="Special"><-</span> copy <span class="Constant">0/false</span> +<span id="L122" class="LineNr">122 </span> screen <span class="Special"><-</span> render-sandbox-side screen, env, render +<span id="L123" class="LineNr">123 </span> <span class="Delimiter">}</span> +<span id="L124" class="LineNr">124 </span> <span class="Delimiter">}</span> +<span id="L125" class="LineNr">125 </span> screen <span class="Special"><-</span> update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L126" class="LineNr">126 </span> <span class="Delimiter">}</span> +<span id="L127" class="LineNr">127 </span> <span class="muControl"> loop</span> <span id="L128" class="LineNr">128 </span> <span class="Delimiter">}</span> <span id="L129" class="LineNr">129 </span>] <span id="L130" class="LineNr">130 </span> -<span id="L131" class="LineNr">131 </span><span class="muRecipe">def</span> <a href='004-programming-environment.mu.html#L131'>resize</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, env:&:environment<span class="muRecipe"> -> </span>env:&:environment, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L131" class="LineNr">131 </span><span class="muRecipe">def</span> resize screen:&:screen, env:&:environment<span class="muRecipe"> -> </span>env:&:environment, screen:&:screen [ <span id="L132" class="LineNr">132 </span> <span class="Constant">local-scope</span> <span id="L133" class="LineNr">133 </span> <span class="Constant">load-inputs</span> -<span id="L134" class="LineNr">134 </span> <a href='../081print.mu.html#L46'>clear-screen</a> <a href='../081print.mu.html#L16'>screen</a> <span class="Comment"># update screen dimensions</span> -<span id="L135" class="LineNr">135 </span> width:num <span class="Special"><-</span> <a href='../081print.mu.html#L768'>screen-width</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L134" class="LineNr">134 </span> clear-screen screen <span class="Comment"># update screen dimensions</span> +<span id="L135" class="LineNr">135 </span> width:num <span class="Special"><-</span> screen-width screen <span id="L136" class="LineNr">136 </span> divider:num, _ <span class="Special"><-</span> divide-with-remainder width,<span class="Constant"> 2</span> <span id="L137" class="LineNr">137 </span> <span class="Comment"># update recipe editor</span> <span id="L138" class="LineNr">138 </span> recipes:&:editor <span class="Special"><-</span> get *env, <span class="Constant">recipes:offset</span> @@ -218,78 +217,78 @@ if ('onhashchange' in window) { <span id="L155" class="LineNr">155 </span><span class="Comment"># Variant of 'render' that updates cursor-row and cursor-column based on</span> <span id="L156" class="LineNr">156 </span><span class="Comment"># before-cursor (rather than the other way around). If before-cursor moves</span> <span id="L157" class="LineNr">157 </span><span class="Comment"># off-screen, it resets cursor-row and cursor-column.</span> -<span id="L158" class="LineNr">158 </span><span class="muRecipe">def</span> <a href='004-programming-environment.mu.html#L158'>render-without-moving-cursor</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, editor:&:editor<span class="muRecipe"> -> </span>last-row:num, last-column:num, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, editor:&:editor [ +<span id="L158" class="LineNr">158 </span><span class="muRecipe">def</span> render-without-moving-cursor screen:&:screen, editor:&:editor<span class="muRecipe"> -> </span>last-row:num, last-column:num, screen:&:screen, editor:&:editor [ <span id="L159" class="LineNr">159 </span> <span class="Constant">local-scope</span> <span id="L160" class="LineNr">160 </span> <span class="Constant">load-inputs</span> <span id="L161" class="LineNr">161 </span> <span class="muControl">return-unless</span> editor, <span class="Constant">1/top</span>, <span class="Constant">0/left</span> <span id="L162" class="LineNr">162 </span> left:num <span class="Special"><-</span> get *editor, <span class="Constant">left:offset</span> -<span id="L163" class="LineNr">163 </span> <a href='../081print.mu.html#L782'>screen-height</a>:num <span class="Special"><-</span> <a href='../081print.mu.html#L782'>screen-height</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L163" class="LineNr">163 </span> screen-height:num <span class="Special"><-</span> screen-height screen <span id="L164" class="LineNr">164 </span> right:num <span class="Special"><-</span> get *editor, <span class="Constant">right:offset</span> -<span id="L165" class="LineNr">165 </span> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L166" class="LineNr">166 </span> <a href='../065duplex_list.mu.html#L32'>prev</a>:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> copy curr <span class="Comment"># just in case curr becomes null and we can't compute prev</span> -<span id="L167" class="LineNr">167 </span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr +<span id="L165" class="LineNr">165 </span> curr:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L166" class="LineNr">166 </span> prev:&:duplex-list:char <span class="Special"><-</span> copy curr <span class="Comment"># just in case curr becomes null and we can't compute prev</span> +<span id="L167" class="LineNr">167 </span> curr <span class="Special"><-</span> next curr <span id="L168" class="LineNr">168 </span> color:num <span class="Special"><-</span> copy <span class="Constant">7/white</span> <span id="L169" class="LineNr">169 </span> row:num <span class="Special"><-</span> copy <span class="Constant">1/top</span> <span id="L170" class="LineNr">170 </span> column:num <span class="Special"><-</span> copy left <span id="L171" class="LineNr">171 </span> <span class="Comment"># save before-cursor</span> -<span id="L172" class="LineNr">172 </span> old-before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L172" class="LineNr">172 </span> old-before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> <span id="L173" class="LineNr">173 </span> <span class="Comment"># initialze cursor-row/cursor-column/before-cursor to the top of the screen</span> <span id="L174" class="LineNr">174 </span> <span class="Comment"># by default</span> <span id="L175" class="LineNr">175 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, row <span id="L176" class="LineNr">176 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, column -<span id="L177" class="LineNr">177 </span> top-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L177" class="LineNr">177 </span> top-of-screen:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> <span id="L178" class="LineNr">178 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, top-of-screen -<span id="L179" class="LineNr">179 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, column +<span id="L179" class="LineNr">179 </span> screen <span class="Special"><-</span> move-cursor screen, row, column <span id="L180" class="LineNr">180 </span> <span class="Delimiter">{</span> -<span id="L181" class="LineNr">181 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> +next-character</span> -<span id="L182" class="LineNr">182 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> curr -<span id="L183" class="LineNr">183 </span> <span class="Conceal">¦</span> off-screen?:bool <span class="Special"><-</span> greater-or-equal row, <a href='../081print.mu.html#L782'>screen-height</a> -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> off-screen? -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span> <span class="Comment"># if we find old-before-cursor still on the new resized screen, update</span> -<span id="L186" class="LineNr">186 </span> <span class="Conceal">¦</span> <span class="Comment"># editor.cursor-row and editor.cursor-column based on</span> -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span> <span class="Comment"># old-before-cursor</span> -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L189" class="LineNr">189 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-cursor?:bool <span class="Special"><-</span> equal old-before-cursor, <a href='../065duplex_list.mu.html#L32'>prev</a> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-cursor? -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, row -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, column -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, old-before-cursor -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> -<span id="L196" class="LineNr">196 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <character-c-received></span> -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># newline? move to left rather than 0</span> -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> newline? -<span id="L201" class="LineNr">201 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># clear rest of line in this window</span> -<span id="L202" class="LineNr">202 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, right -<span id="L203" class="LineNr">203 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># skip to next line</span> -<span id="L204" class="LineNr">204 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L205" class="LineNr">205 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special"><-</span> copy left -<span id="L206" class="LineNr">206 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, column -<span id="L207" class="LineNr">207 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr -<span id="L208" class="LineNr">208 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L32'>prev</a> <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> <a href='../065duplex_list.mu.html#L32'>prev</a> -<span id="L209" class="LineNr">209 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-character</span> -<span id="L210" class="LineNr">210 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L211" class="LineNr">211 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># at right? wrap. even if there's only one more letter left; we need</span> -<span id="L213" class="LineNr">213 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># room for clicking on the cursor after it.</span> -<span id="L214" class="LineNr">214 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-right?:bool <span class="Special"><-</span> equal column, right -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-right? -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># print wrap icon</span> -<span id="L217" class="LineNr">217 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> wrap-icon:char <span class="Special"><-</span> copy <span class="Constant">8617/loop-back-to-left</span> -<span id="L218" class="LineNr">218 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, wrap-icon, <span class="Constant">245/grey</span> -<span id="L219" class="LineNr">219 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special"><-</span> copy left -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L221" class="LineNr">221 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, column -<span id="L222" class="LineNr">222 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># don't increment curr</span> -<span id="L223" class="LineNr">223 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-character</span> -<span id="L224" class="LineNr">224 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L225" class="LineNr">225 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, c, color -<span id="L226" class="LineNr">226 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr -<span id="L227" class="LineNr">227 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L32'>prev</a> <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> <a href='../065duplex_list.mu.html#L32'>prev</a> -<span id="L228" class="LineNr">228 </span> <span class="Conceal">¦</span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> -<span id="L229" class="LineNr">229 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L181" class="LineNr">181 </span><span class="Constant"> +next-character</span> +<span id="L182" class="LineNr">182 </span> <span class="muControl">break-unless</span> curr +<span id="L183" class="LineNr">183 </span> off-screen?:bool <span class="Special"><-</span> greater-or-equal row, screen-height +<span id="L184" class="LineNr">184 </span> <span class="muControl">break-if</span> off-screen? +<span id="L185" class="LineNr">185 </span> <span class="Comment"># if we find old-before-cursor still on the new resized screen, update</span> +<span id="L186" class="LineNr">186 </span> <span class="Comment"># editor.cursor-row and editor.cursor-column based on</span> +<span id="L187" class="LineNr">187 </span> <span class="Comment"># old-before-cursor</span> +<span id="L188" class="LineNr">188 </span> <span class="Delimiter">{</span> +<span id="L189" class="LineNr">189 </span> at-cursor?:bool <span class="Special"><-</span> equal old-before-cursor, prev +<span id="L190" class="LineNr">190 </span> <span class="muControl">break-unless</span> at-cursor? +<span id="L191" class="LineNr">191 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, row +<span id="L192" class="LineNr">192 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, column +<span id="L193" class="LineNr">193 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, old-before-cursor +<span id="L194" class="LineNr">194 </span> <span class="Delimiter">}</span> +<span id="L195" class="LineNr">195 </span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> +<span id="L196" class="LineNr">196 </span><span class="Constant"> <character-c-received></span> +<span id="L197" class="LineNr">197 </span> <span class="Delimiter">{</span> +<span id="L198" class="LineNr">198 </span> <span class="Comment"># newline? move to left rather than 0</span> +<span id="L199" class="LineNr">199 </span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L200" class="LineNr">200 </span> <span class="muControl">break-unless</span> newline? +<span id="L201" class="LineNr">201 </span> <span class="Comment"># clear rest of line in this window</span> +<span id="L202" class="LineNr">202 </span> clear-line-until screen, right +<span id="L203" class="LineNr">203 </span> <span class="Comment"># skip to next line</span> +<span id="L204" class="LineNr">204 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L205" class="LineNr">205 </span> column <span class="Special"><-</span> copy left +<span id="L206" class="LineNr">206 </span> screen <span class="Special"><-</span> move-cursor screen, row, column +<span id="L207" class="LineNr">207 </span> curr <span class="Special"><-</span> next curr +<span id="L208" class="LineNr">208 </span> prev <span class="Special"><-</span> next prev +<span id="L209" class="LineNr">209 </span> <span class="muControl"> loop</span> <span class="Constant">+next-character</span> +<span id="L210" class="LineNr">210 </span> <span class="Delimiter">}</span> +<span id="L211" class="LineNr">211 </span> <span class="Delimiter">{</span> +<span id="L212" class="LineNr">212 </span> <span class="Comment"># at right? wrap. even if there's only one more letter left; we need</span> +<span id="L213" class="LineNr">213 </span> <span class="Comment"># room for clicking on the cursor after it.</span> +<span id="L214" class="LineNr">214 </span> at-right?:bool <span class="Special"><-</span> equal column, right +<span id="L215" class="LineNr">215 </span> <span class="muControl">break-unless</span> at-right? +<span id="L216" class="LineNr">216 </span> <span class="Comment"># print wrap icon</span> +<span id="L217" class="LineNr">217 </span> wrap-icon:char <span class="Special"><-</span> copy <span class="Constant">8617/loop-back-to-left</span> +<span id="L218" class="LineNr">218 </span> print screen, wrap-icon, <span class="Constant">245/grey</span> +<span id="L219" class="LineNr">219 </span> column <span class="Special"><-</span> copy left +<span id="L220" class="LineNr">220 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L221" class="LineNr">221 </span> screen <span class="Special"><-</span> move-cursor screen, row, column +<span id="L222" class="LineNr">222 </span> <span class="Comment"># don't increment curr</span> +<span id="L223" class="LineNr">223 </span> <span class="muControl"> loop</span> <span class="Constant">+next-character</span> +<span id="L224" class="LineNr">224 </span> <span class="Delimiter">}</span> +<span id="L225" class="LineNr">225 </span> print screen, c, color +<span id="L226" class="LineNr">226 </span> curr <span class="Special"><-</span> next curr +<span id="L227" class="LineNr">227 </span> prev <span class="Special"><-</span> next prev +<span id="L228" class="LineNr">228 </span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> +<span id="L229" class="LineNr">229 </span> <span class="muControl"> loop</span> <span id="L230" class="LineNr">230 </span> <span class="Delimiter">}</span> <span id="L231" class="LineNr">231 </span> <span class="Comment"># save first character off-screen</span> <span id="L232" class="LineNr">232 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">bottom-of-screen:offset</span>, curr @@ -303,27 +302,27 @@ if ('onhashchange' in window) { <span id="L240" class="LineNr">240 </span> assume-screen <span class="Constant">30/width</span>, <span class="Constant">5/height</span> <span id="L241" class="LineNr">241 </span> <span class="Comment"># initialize both halves of screen</span> <span id="L242" class="LineNr">242 </span> assume-resources [ -<span id="L243" class="LineNr">243 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L244" class="LineNr">244 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |abc|</span> -<span id="L245" class="LineNr">245 </span> <span class="Conceal">¦</span> ] +<span id="L243" class="LineNr">243 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L244" class="LineNr">244 </span><span class="Constant"> |abc|</span> +<span id="L245" class="LineNr">245 </span> ] <span id="L246" class="LineNr">246 </span> ] -<span id="L247" class="LineNr">247 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[def]</span> <span class="Comment"># contents of sandbox editor</span> +<span id="L247" class="LineNr">247 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[def]</span> <span class="Comment"># contents of sandbox editor</span> <span id="L248" class="LineNr">248 </span> <span class="Comment"># focus on both sides</span> <span id="L249" class="LineNr">249 </span> assume-console [ -<span id="L250" class="LineNr">250 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> -<span id="L251" class="LineNr">251 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 17</span> +<span id="L250" class="LineNr">250 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> +<span id="L251" class="LineNr">251 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 17</span> <span id="L252" class="LineNr">252 </span> ] <span id="L253" class="LineNr">253 </span> <span class="Comment"># check cursor column in each</span> <span id="L254" class="LineNr">254 </span> run [ -<span id="L255" class="LineNr">255 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> -<span id="L256" class="LineNr">256 </span> <span class="Conceal">¦</span> recipes:&:editor <span class="Special"><-</span> get *env, <span class="Constant">recipes:offset</span> -<span id="L257" class="LineNr">257 </span> <span class="Conceal">¦</span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *recipes, <span class="Constant">cursor-column:offset</span> -<span id="L258" class="LineNr">258 </span> <span class="Conceal">¦</span> sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> -<span id="L259" class="LineNr">259 </span> <span class="Conceal">¦</span> 7:num/<span class="Special">raw</span> <span class="Special"><-</span> get *sandbox, <span class="Constant">cursor-column:offset</span> +<span id="L255" class="LineNr">255 </span> event-loop screen, console, env, resources +<span id="L256" class="LineNr">256 </span> recipes:&:editor <span class="Special"><-</span> get *env, <span class="Constant">recipes:offset</span> +<span id="L257" class="LineNr">257 </span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *recipes, <span class="Constant">cursor-column:offset</span> +<span id="L258" class="LineNr">258 </span> sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> +<span id="L259" class="LineNr">259 </span> 7:num/<span class="Special">raw</span> <span class="Special"><-</span> get *sandbox, <span class="Constant">cursor-column:offset</span> <span id="L260" class="LineNr">260 </span> ] <span id="L261" class="LineNr">261 </span> memory-should-contain [ -<span id="L262" class="LineNr">262 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L263" class="LineNr">263 </span> <span class="Conceal">¦</span><span class="Constant"> 7</span> <span class="Special"><-</span><span class="Constant"> 17</span> +<span id="L262" class="LineNr">262 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L263" class="LineNr">263 </span> <span class="Constant"> 7</span> <span class="Special"><-</span><span class="Constant"> 17</span> <span id="L264" class="LineNr">264 </span> ] <span id="L265" class="LineNr">265 </span>] <span id="L266" class="LineNr">266 </span> @@ -333,48 +332,48 @@ if ('onhashchange' in window) { <span id="L270" class="LineNr">270 </span> assume-screen <span class="Constant">30/width</span>, <span class="Constant">5/height</span> <span id="L271" class="LineNr">271 </span> <span class="Comment"># initialize both halves of screen</span> <span id="L272" class="LineNr">272 </span> assume-resources [ -<span id="L273" class="LineNr">273 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L274" class="LineNr">274 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |abc|</span> -<span id="L275" class="LineNr">275 </span> <span class="Conceal">¦</span> ] +<span id="L273" class="LineNr">273 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L274" class="LineNr">274 </span><span class="Constant"> |abc|</span> +<span id="L275" class="LineNr">275 </span> ] <span id="L276" class="LineNr">276 </span> ] -<span id="L277" class="LineNr">277 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[def]</span> <span class="Comment"># contents of sandbox</span> -<span id="L278" class="LineNr">278 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L277" class="LineNr">277 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[def]</span> <span class="Comment"># contents of sandbox</span> +<span id="L278" class="LineNr">278 </span> render-all screen, env, render <span id="L279" class="LineNr">279 </span> <span class="Comment"># type one letter in each of them</span> <span id="L280" class="LineNr">280 </span> assume-console [ -<span id="L281" class="LineNr">281 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> -<span id="L282" class="LineNr">282 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> -<span id="L283" class="LineNr">283 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 17</span> -<span id="L284" class="LineNr">284 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> +<span id="L281" class="LineNr">281 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> +<span id="L282" class="LineNr">282 </span> type <span class="Constant">[0]</span> +<span id="L283" class="LineNr">283 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 17</span> +<span id="L284" class="LineNr">284 </span> type <span class="Constant">[1]</span> <span id="L285" class="LineNr">285 </span> ] <span id="L286" class="LineNr">286 </span> run [ -<span id="L287" class="LineNr">287 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> -<span id="L288" class="LineNr">288 </span> <span class="Conceal">¦</span> recipes:&:editor <span class="Special"><-</span> get *env, <span class="Constant">recipes:offset</span> -<span id="L289" class="LineNr">289 </span> <span class="Conceal">¦</span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *recipes, <span class="Constant">cursor-column:offset</span> -<span id="L290" class="LineNr">290 </span> <span class="Conceal">¦</span> sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> -<span id="L291" class="LineNr">291 </span> <span class="Conceal">¦</span> 7:num/<span class="Special">raw</span> <span class="Special"><-</span> get *sandbox, <span class="Constant">cursor-column:offset</span> +<span id="L287" class="LineNr">287 </span> event-loop screen, console, env, resources +<span id="L288" class="LineNr">288 </span> recipes:&:editor <span class="Special"><-</span> get *env, <span class="Constant">recipes:offset</span> +<span id="L289" class="LineNr">289 </span> 5:num/<span class="Special">raw</span> <span class="Special"><-</span> get *recipes, <span class="Constant">cursor-column:offset</span> +<span id="L290" class="LineNr">290 </span> sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> +<span id="L291" class="LineNr">291 </span> 7:num/<span class="Special">raw</span> <span class="Special"><-</span> get *sandbox, <span class="Constant">cursor-column:offset</span> <span id="L292" class="LineNr">292 </span> ] <span id="L293" class="LineNr">293 </span> screen-should-contain [ -<span id="L294" class="LineNr">294 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) . # this line has a different background, but we don't test that yet</span> -<span id="L295" class="LineNr">295 </span> <span class="Conceal">¦</span><span class="Constant"> .a0bc ╎d1ef .</span> -<span id="L296" class="LineNr">296 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎──────────────.</span> -<span id="L297" class="LineNr">297 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L298" class="LineNr">298 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L294" class="LineNr">294 </span> <span class="Constant"> . run (F4) . # this line has a different background, but we don't test that yet</span> +<span id="L295" class="LineNr">295 </span> <span class="Constant"> .a0bc ╎d1ef .</span> +<span id="L296" class="LineNr">296 </span> <span class="Constant"> . ╎──────────────.</span> +<span id="L297" class="LineNr">297 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L298" class="LineNr">298 </span> <span class="Constant"> . ╎ .</span> <span id="L299" class="LineNr">299 </span> ] <span id="L300" class="LineNr">300 </span> memory-should-contain [ -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span><span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># cursor column of recipe editor</span> -<span id="L302" class="LineNr">302 </span> <span class="Conceal">¦</span><span class="Constant"> 7</span> <span class="Special"><-</span><span class="Constant"> 18</span> <span class="Comment"># cursor column of sandbox editor</span> +<span id="L301" class="LineNr">301 </span> <span class="Constant"> 5</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span class="Comment"># cursor column of recipe editor</span> +<span id="L302" class="LineNr">302 </span> <span class="Constant"> 7</span> <span class="Special"><-</span><span class="Constant"> 18</span> <span class="Comment"># cursor column of sandbox editor</span> <span id="L303" class="LineNr">303 </span> ] <span id="L304" class="LineNr">304 </span> <span class="Comment"># show the cursor at the right window</span> <span id="L305" class="LineNr">305 </span> run [ -<span id="L306" class="LineNr">306 </span> <span class="Conceal">¦</span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> -<span id="L307" class="LineNr">307 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, cursor +<span id="L306" class="LineNr">306 </span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> +<span id="L307" class="LineNr">307 </span> print screen, cursor <span id="L308" class="LineNr">308 </span> ] <span id="L309" class="LineNr">309 </span> screen-should-contain [ -<span id="L310" class="LineNr">310 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L311" class="LineNr">311 </span> <span class="Conceal">¦</span><span class="Constant"> .a0bc ╎d1␣f .</span> -<span id="L312" class="LineNr">312 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎──────────────.</span> -<span id="L313" class="LineNr">313 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L314" class="LineNr">314 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L310" class="LineNr">310 </span> <span class="Constant"> . run (F4) .</span> +<span id="L311" class="LineNr">311 </span> <span class="Constant"> .a0bc ╎d1␣f .</span> +<span id="L312" class="LineNr">312 </span> <span class="Constant"> . ╎──────────────.</span> +<span id="L313" class="LineNr">313 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L314" class="LineNr">314 </span> <span class="Constant"> . ╎ .</span> <span id="L315" class="LineNr">315 </span> ] <span id="L316" class="LineNr">316 </span>] <span id="L317" class="LineNr">317 </span> @@ -383,43 +382,43 @@ if ('onhashchange' in window) { <span id="L320" class="LineNr">320 </span> trace-until <span class="Constant">100/app</span> <span class="Comment"># trace too long</span> <span id="L321" class="LineNr">321 </span> assume-screen <span class="Constant">30/width</span>, <span class="Constant">5/height</span> <span id="L322" class="LineNr">322 </span> assume-resources [ -<span id="L323" class="LineNr">323 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L324" class="LineNr">324 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |abc|</span> -<span id="L325" class="LineNr">325 </span> <span class="Conceal">¦</span> ] +<span id="L323" class="LineNr">323 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L324" class="LineNr">324 </span><span class="Constant"> |abc|</span> +<span id="L325" class="LineNr">325 </span> ] <span id="L326" class="LineNr">326 </span> ] -<span id="L327" class="LineNr">327 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[def]</span> -<span id="L328" class="LineNr">328 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L327" class="LineNr">327 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[def]</span> +<span id="L328" class="LineNr">328 </span> render-all screen, env, render <span id="L329" class="LineNr">329 </span> <span class="Comment"># initialize programming environment and highlight cursor</span> <span id="L330" class="LineNr">330 </span> assume-console <span class="Constant">[]</span> <span id="L331" class="LineNr">331 </span> run [ -<span id="L332" class="LineNr">332 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> -<span id="L333" class="LineNr">333 </span> <span class="Conceal">¦</span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> -<span id="L334" class="LineNr">334 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, cursor +<span id="L332" class="LineNr">332 </span> event-loop screen, console, env, resources +<span id="L333" class="LineNr">333 </span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> +<span id="L334" class="LineNr">334 </span> print screen, cursor <span id="L335" class="LineNr">335 </span> ] <span id="L336" class="LineNr">336 </span> <span class="Comment"># is cursor at the right place?</span> <span id="L337" class="LineNr">337 </span> screen-should-contain [ -<span id="L338" class="LineNr">338 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L339" class="LineNr">339 </span> <span class="Conceal">¦</span><span class="Constant"> .␣bc ╎def .</span> -<span id="L340" class="LineNr">340 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎──────────────.</span> -<span id="L341" class="LineNr">341 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L342" class="LineNr">342 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L338" class="LineNr">338 </span> <span class="Constant"> . run (F4) .</span> +<span id="L339" class="LineNr">339 </span> <span class="Constant"> .␣bc ╎def .</span> +<span id="L340" class="LineNr">340 </span> <span class="Constant"> . ╎──────────────.</span> +<span id="L341" class="LineNr">341 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L342" class="LineNr">342 </span> <span class="Constant"> . ╎ .</span> <span id="L343" class="LineNr">343 </span> ] <span id="L344" class="LineNr">344 </span> <span class="Comment"># now try typing a letter</span> <span id="L345" class="LineNr">345 </span> assume-console [ -<span id="L346" class="LineNr">346 </span> <span class="Conceal">¦</span> type <span class="Constant">[z]</span> +<span id="L346" class="LineNr">346 </span> type <span class="Constant">[z]</span> <span id="L347" class="LineNr">347 </span> ] <span id="L348" class="LineNr">348 </span> run [ -<span id="L349" class="LineNr">349 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> -<span id="L350" class="LineNr">350 </span> <span class="Conceal">¦</span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> -<span id="L351" class="LineNr">351 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, cursor +<span id="L349" class="LineNr">349 </span> event-loop screen, console, env, resources +<span id="L350" class="LineNr">350 </span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> +<span id="L351" class="LineNr">351 </span> print screen, cursor <span id="L352" class="LineNr">352 </span> ] <span id="L353" class="LineNr">353 </span> <span class="Comment"># cursor should still be right</span> <span id="L354" class="LineNr">354 </span> screen-should-contain [ -<span id="L355" class="LineNr">355 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L356" class="LineNr">356 </span> <span class="Conceal">¦</span><span class="Constant"> .z␣bc ╎def .</span> -<span id="L357" class="LineNr">357 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎──────────────.</span> -<span id="L358" class="LineNr">358 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L359" class="LineNr">359 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L355" class="LineNr">355 </span> <span class="Constant"> . run (F4) .</span> +<span id="L356" class="LineNr">356 </span> <span class="Constant"> .z␣bc ╎def .</span> +<span id="L357" class="LineNr">357 </span> <span class="Constant"> . ╎──────────────.</span> +<span id="L358" class="LineNr">358 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L359" class="LineNr">359 </span> <span class="Constant"> . ╎ .</span> <span id="L360" class="LineNr">360 </span> ] <span id="L361" class="LineNr">361 </span>] <span id="L362" class="LineNr">362 </span> @@ -432,161 +431,161 @@ if ('onhashchange' in window) { <span id="L369" class="LineNr">369 </span> <span class="Comment"># initialize sandbox side with two lines</span> <span id="L370" class="LineNr">370 </span> test-sandbox-editor-contents:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L371" class="LineNr">371 </span><span class="Constant">def]</span> -<span id="L372" class="LineNr">372 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, test-sandbox-editor-contents -<span id="L373" class="LineNr">373 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L372" class="LineNr">372 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, test-sandbox-editor-contents +<span id="L373" class="LineNr">373 </span> render-all screen, env, render <span id="L374" class="LineNr">374 </span> screen-should-contain [ -<span id="L375" class="LineNr">375 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L376" class="LineNr">376 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎abc .</span> -<span id="L377" class="LineNr">377 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎def .</span> -<span id="L378" class="LineNr">378 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎──────────────.</span> -<span id="L379" class="LineNr">379 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L375" class="LineNr">375 </span> <span class="Constant"> . run (F4) .</span> +<span id="L376" class="LineNr">376 </span> <span class="Constant"> . ╎abc .</span> +<span id="L377" class="LineNr">377 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎def .</span> +<span id="L378" class="LineNr">378 </span> <span class="Constant"> . ╎──────────────.</span> +<span id="L379" class="LineNr">379 </span> <span class="Constant"> . ╎ .</span> <span id="L380" class="LineNr">380 </span> ] <span id="L381" class="LineNr">381 </span> <span class="Comment"># position cursor at start of second line and hit backspace</span> <span id="L382" class="LineNr">382 </span> assume-console [ -<span id="L383" class="LineNr">383 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 16</span> -<span id="L384" class="LineNr">384 </span> <span class="Conceal">¦</span> press backspace +<span id="L383" class="LineNr">383 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 16</span> +<span id="L384" class="LineNr">384 </span> press backspace <span id="L385" class="LineNr">385 </span> ] <span id="L386" class="LineNr">386 </span> run [ -<span id="L387" class="LineNr">387 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> -<span id="L388" class="LineNr">388 </span> <span class="Conceal">¦</span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> -<span id="L389" class="LineNr">389 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, cursor +<span id="L387" class="LineNr">387 </span> event-loop screen, console, env, resources +<span id="L388" class="LineNr">388 </span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> +<span id="L389" class="LineNr">389 </span> print screen, cursor <span id="L390" class="LineNr">390 </span> ] <span id="L391" class="LineNr">391 </span> <span class="Comment"># cursor moves to end of old line</span> <span id="L392" class="LineNr">392 </span> screen-should-contain [ -<span id="L393" class="LineNr">393 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L394" class="LineNr">394 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎abc␣ef .</span> -<span id="L395" class="LineNr">395 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎──────────────.</span> -<span id="L396" class="LineNr">396 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L393" class="LineNr">393 </span> <span class="Constant"> . run (F4) .</span> +<span id="L394" class="LineNr">394 </span> <span class="Constant"> . ╎abc␣ef .</span> +<span id="L395" class="LineNr">395 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎──────────────.</span> +<span id="L396" class="LineNr">396 </span> <span class="Constant"> . ╎ .</span> <span id="L397" class="LineNr">397 </span> ] <span id="L398" class="LineNr">398 </span>] <span id="L399" class="LineNr">399 </span> -<span id="L400" class="LineNr">400 </span><span class="muData">type</span> <a href='004-programming-environment.mu.html#L400'>render-recipe</a> = (recipe (address screen) (address editor)<span class="muRecipe"> -> </span>number number (address screen) (address editor)) +<span id="L400" class="LineNr">400 </span><span class="muData">type</span> render-recipe = (recipe (address screen) (address editor)<span class="muRecipe"> -> </span>number number (address screen) (address editor)) <span id="L401" class="LineNr">401 </span> -<span id="L402" class="LineNr">402 </span><span class="muRecipe">def</span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, env:&:environment, render-editor:<a href='004-programming-environment.mu.html#L400'>render-recipe</a><span class="muRecipe"> -> </span><a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, env:&:environment [ +<span id="L402" class="LineNr">402 </span><span class="muRecipe">def</span> render-all screen:&:screen, env:&:environment, render-editor:render-recipe<span class="muRecipe"> -> </span>screen:&:screen, env:&:environment [ <span id="L403" class="LineNr">403 </span> <span class="Constant">local-scope</span> <span id="L404" class="LineNr">404 </span> <span class="Constant">load-inputs</span> <span id="L405" class="LineNr">405 </span> trace<span class="Constant"> 10</span>, <span class="Constant">[app]</span>, <span class="Constant">[render all]</span> <span id="L406" class="LineNr">406 </span> <span class="Comment"># top menu</span> <span id="L407" class="LineNr">407 </span> trace<span class="Constant"> 11</span>, <span class="Constant">[app]</span>, <span class="Constant">[render top menu]</span> -<span id="L408" class="LineNr">408 </span> width:num <span class="Special"><-</span> <a href='../081print.mu.html#L768'>screen-width</a> <a href='../081print.mu.html#L16'>screen</a> -<span id="L409" class="LineNr">409 </span> <a href='002-typing.mu.html#L1116'>draw-horizontal</a> <a href='../081print.mu.html#L16'>screen</a>,<span class="Constant"> 0</span>, <span class="Constant">0/left</span>, width, <span class="Constant">32/space</span>, <span class="Constant">0/black</span>, <span class="Constant">238/grey</span> +<span id="L408" class="LineNr">408 </span> width:num <span class="Special"><-</span> screen-width screen +<span id="L409" class="LineNr">409 </span> draw-horizontal screen,<span class="Constant"> 0</span>, <span class="Constant">0/left</span>, width, <span class="Constant">32/space</span>, <span class="Constant">0/black</span>, <span class="Constant">238/grey</span> <span id="L410" class="LineNr">410 </span> button-start:num <span class="Special"><-</span> subtract width,<span class="Constant"> 20</span> <span id="L411" class="LineNr">411 </span> button-on-screen?:bool <span class="Special"><-</span> greater-or-equal button-start,<span class="Constant"> 0</span> <span id="L412" class="LineNr">412 </span> assert button-on-screen?, <span class="Constant">[screen too narrow for menu]</span> -<span id="L413" class="LineNr">413 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">0/row</span>, button-start -<span id="L414" class="LineNr">414 </span> print <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[ run (F4) ]</span>, <span class="Constant">255/white</span>, <span class="Constant">161/reddish</span> +<span id="L413" class="LineNr">413 </span> screen <span class="Special"><-</span> move-cursor screen, <span class="Constant">0/row</span>, button-start +<span id="L414" class="LineNr">414 </span> print screen, <span class="Constant">[ run (F4) ]</span>, <span class="Constant">255/white</span>, <span class="Constant">161/reddish</span> <span id="L415" class="LineNr">415 </span> <span class="Comment"># dotted line down the middle</span> <span id="L416" class="LineNr">416 </span> trace<span class="Constant"> 11</span>, <span class="Constant">[app]</span>, <span class="Constant">[render divider]</span> <span id="L417" class="LineNr">417 </span> divider:num, _ <span class="Special"><-</span> divide-with-remainder width,<span class="Constant"> 2</span> -<span id="L418" class="LineNr">418 </span> height:num <span class="Special"><-</span> <a href='../081print.mu.html#L782'>screen-height</a> <a href='../081print.mu.html#L16'>screen</a> -<span id="L419" class="LineNr">419 </span> <a href='004-programming-environment.mu.html#L506'>draw-vertical</a> <a href='../081print.mu.html#L16'>screen</a>, divider, <span class="Constant">1/top</span>, height, <span class="Constant">9482/vertical-dotted</span> +<span id="L418" class="LineNr">418 </span> height:num <span class="Special"><-</span> screen-height screen +<span id="L419" class="LineNr">419 </span> draw-vertical screen, divider, <span class="Constant">1/top</span>, height, <span class="Constant">9482/vertical-dotted</span> <span id="L420" class="LineNr">420 </span> <span class="Comment">#</span> -<span id="L421" class="LineNr">421 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L431'>render-recipes</a> <a href='../081print.mu.html#L16'>screen</a>, env, render-editor -<span id="L422" class="LineNr">422 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> render-sandbox-side <a href='../081print.mu.html#L16'>screen</a>, env, render-editor -<span id="L423" class="LineNr">423 </span> <span class="Constant"><a href='004-programming-environment.mu.html#L423'><end-render-components></a></span> <span class="Comment"># no early returns permitted</span> +<span id="L421" class="LineNr">421 </span> screen <span class="Special"><-</span> render-recipes screen, env, render-editor +<span id="L422" class="LineNr">422 </span> screen <span class="Special"><-</span> render-sandbox-side screen, env, render-editor +<span id="L423" class="LineNr">423 </span> <span class="Constant"><end-render-components></span> <span class="Comment"># no early returns permitted</span> <span id="L424" class="LineNr">424 </span> <span class="Comment">#</span> <span id="L425" class="LineNr">425 </span> recipes:&:editor <span class="Special"><-</span> get *env, <span class="Constant">recipes:offset</span> <span id="L426" class="LineNr">426 </span> current-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> <span id="L427" class="LineNr">427 </span> sandbox-in-focus?:bool <span class="Special"><-</span> get *env, <span class="Constant">sandbox-in-focus?:offset</span> -<span id="L428" class="LineNr">428 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L472'>update-cursor</a> <a href='../081print.mu.html#L16'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L428" class="LineNr">428 </span> screen <span class="Special"><-</span> update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env <span id="L429" class="LineNr">429 </span>] <span id="L430" class="LineNr">430 </span> -<span id="L431" class="LineNr">431 </span><span class="muRecipe">def</span> <a href='004-programming-environment.mu.html#L431'>render-recipes</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, env:&:environment, render-editor:<a href='004-programming-environment.mu.html#L400'>render-recipe</a><span class="muRecipe"> -> </span><a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, env:&:environment [ +<span id="L431" class="LineNr">431 </span><span class="muRecipe">def</span> render-recipes screen:&:screen, env:&:environment, render-editor:render-recipe<span class="muRecipe"> -> </span>screen:&:screen, env:&:environment [ <span id="L432" class="LineNr">432 </span> <span class="Constant">local-scope</span> <span id="L433" class="LineNr">433 </span> <span class="Constant">load-inputs</span> <span id="L434" class="LineNr">434 </span> trace<span class="Constant"> 11</span>, <span class="Constant">[app]</span>, <span class="Constant">[render recipes]</span> -<span id="L435" class="LineNr">435 </span> old-top-idx:num <span class="Special"><-</span> <a href='../081print.mu.html#L509'>save-top-idx</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L435" class="LineNr">435 </span> old-top-idx:num <span class="Special"><-</span> save-top-idx screen <span id="L436" class="LineNr">436 </span> recipes:&:editor <span class="Special"><-</span> get *env, <span class="Constant">recipes:offset</span> <span id="L437" class="LineNr">437 </span> <span class="Comment"># render recipes</span> <span id="L438" class="LineNr">438 </span> left:num <span class="Special"><-</span> get *recipes, <span class="Constant">left:offset</span> <span id="L439" class="LineNr">439 </span> right:num <span class="Special"><-</span> get *recipes, <span class="Constant">right:offset</span> -<span id="L440" class="LineNr">440 </span> row:num, column:num, <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> call render-editor, <a href='../081print.mu.html#L16'>screen</a>, recipes -<span id="L441" class="LineNr">441 </span> <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, right +<span id="L440" class="LineNr">440 </span> row:num, column:num, screen <span class="Special"><-</span> call render-editor, screen, recipes +<span id="L441" class="LineNr">441 </span> clear-line-until screen, right <span id="L442" class="LineNr">442 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L443" class="LineNr">443 </span><span class="Constant"> <a href='004-programming-environment.mu.html#L443'><end-render-recipe-components></a></span> +<span id="L443" class="LineNr">443 </span><span class="Constant"> <end-render-recipe-components></span> <span id="L444" class="LineNr">444 </span> <span class="Comment"># draw dotted line after recipes</span> -<span id="L445" class="LineNr">445 </span> <a href='002-typing.mu.html#L1116'>draw-horizontal</a> <a href='../081print.mu.html#L16'>screen</a>, row, left, right, <span class="Constant">9480/horizontal-dotted</span> +<span id="L445" class="LineNr">445 </span> draw-horizontal screen, row, left, right, <span class="Constant">9480/horizontal-dotted</span> <span id="L446" class="LineNr">446 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L447" class="LineNr">447 </span> <a href='001-editor.mu.html#L207'>clear-screen-from</a> <a href='../081print.mu.html#L16'>screen</a>, row, left, left, right +<span id="L447" class="LineNr">447 </span> clear-screen-from screen, row, left, left, right <span id="L448" class="LineNr">448 </span> <span class="Comment">#</span> -<span id="L449" class="LineNr">449 </span> <a href='../081print.mu.html#L515'>assert-no-scroll</a> <a href='../081print.mu.html#L16'>screen</a>, old-top-idx +<span id="L449" class="LineNr">449 </span> assert-no-scroll screen, old-top-idx <span id="L450" class="LineNr">450 </span>] <span id="L451" class="LineNr">451 </span> <span id="L452" class="LineNr">452 </span><span class="Comment"># replaced in a later layer</span> -<span id="L453" class="LineNr">453 </span><span class="muRecipe">def</span> render-sandbox-side <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, env:&:environment, render-editor:<a href='004-programming-environment.mu.html#L400'>render-recipe</a><span class="muRecipe"> -> </span><a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, env:&:environment [ +<span id="L453" class="LineNr">453 </span><span class="muRecipe">def</span> render-sandbox-side screen:&:screen, env:&:environment, render-editor:render-recipe<span class="muRecipe"> -> </span>screen:&:screen, env:&:environment [ <span id="L454" class="LineNr">454 </span> <span class="Constant">local-scope</span> <span id="L455" class="LineNr">455 </span> <span class="Constant">load-inputs</span> <span id="L456" class="LineNr">456 </span> trace<span class="Constant"> 11</span>, <span class="Constant">[app]</span>, <span class="Constant">[render sandboxes]</span> -<span id="L457" class="LineNr">457 </span> old-top-idx:num <span class="Special"><-</span> <a href='../081print.mu.html#L509'>save-top-idx</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L457" class="LineNr">457 </span> old-top-idx:num <span class="Special"><-</span> save-top-idx screen <span id="L458" class="LineNr">458 </span> current-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> <span id="L459" class="LineNr">459 </span> left:num <span class="Special"><-</span> get *current-sandbox, <span class="Constant">left:offset</span> <span id="L460" class="LineNr">460 </span> right:num <span class="Special"><-</span> get *current-sandbox, <span class="Constant">right:offset</span> -<span id="L461" class="LineNr">461 </span> row:num, column:num, <a href='../081print.mu.html#L16'>screen</a>, current-sandbox <span class="Special"><-</span> call render-editor, <a href='../081print.mu.html#L16'>screen</a>, current-sandbox -<span id="L462" class="LineNr">462 </span> <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, right +<span id="L461" class="LineNr">461 </span> row:num, column:num, screen, current-sandbox <span class="Special"><-</span> call render-editor, screen, current-sandbox +<span id="L462" class="LineNr">462 </span> clear-line-until screen, right <span id="L463" class="LineNr">463 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> <span id="L464" class="LineNr">464 </span> <span class="Comment"># draw solid line after code (you'll see why in later layers)</span> -<span id="L465" class="LineNr">465 </span> <a href='002-typing.mu.html#L1116'>draw-horizontal</a> <a href='../081print.mu.html#L16'>screen</a>, row, left, right +<span id="L465" class="LineNr">465 </span> draw-horizontal screen, row, left, right <span id="L466" class="LineNr">466 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L467" class="LineNr">467 </span> <a href='001-editor.mu.html#L207'>clear-screen-from</a> <a href='../081print.mu.html#L16'>screen</a>, row, left, left, right +<span id="L467" class="LineNr">467 </span> clear-screen-from screen, row, left, left, right <span id="L468" class="LineNr">468 </span> <span class="Comment">#</span> -<span id="L469" class="LineNr">469 </span> <a href='../081print.mu.html#L515'>assert-no-scroll</a> <a href='../081print.mu.html#L16'>screen</a>, old-top-idx +<span id="L469" class="LineNr">469 </span> assert-no-scroll screen, old-top-idx <span id="L470" class="LineNr">470 </span>] <span id="L471" class="LineNr">471 </span> -<span id="L472" class="LineNr">472 </span><span class="muRecipe">def</span> <a href='004-programming-environment.mu.html#L472'>update-cursor</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, recipes:&:editor, current-sandbox:&:editor, sandbox-in-focus?:bool, env:&:environment<span class="muRecipe"> -> </span><a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L472" class="LineNr">472 </span><span class="muRecipe">def</span> update-cursor screen:&:screen, recipes:&:editor, current-sandbox:&:editor, sandbox-in-focus?:bool, env:&:environment<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L473" class="LineNr">473 </span> <span class="Constant">local-scope</span> <span id="L474" class="LineNr">474 </span> <span class="Constant">load-inputs</span> -<span id="L475" class="LineNr">475 </span><span class="Constant"> <a href='004-programming-environment.mu.html#L475'><update-cursor-special-cases></a></span> +<span id="L475" class="LineNr">475 </span><span class="Constant"> <update-cursor-special-cases></span> <span id="L476" class="LineNr">476 </span> <span class="Delimiter">{</span> -<span id="L477" class="LineNr">477 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> sandbox-in-focus? -<span id="L478" class="LineNr">478 </span> <span class="Conceal">¦</span> cursor-row:num <span class="Special"><-</span> get *recipes, <span class="Constant">cursor-row:offset</span> -<span id="L479" class="LineNr">479 </span> <span class="Conceal">¦</span> cursor-column:num <span class="Special"><-</span> get *recipes, <span class="Constant">cursor-column:offset</span> +<span id="L477" class="LineNr">477 </span> <span class="muControl">break-if</span> sandbox-in-focus? +<span id="L478" class="LineNr">478 </span> cursor-row:num <span class="Special"><-</span> get *recipes, <span class="Constant">cursor-row:offset</span> +<span id="L479" class="LineNr">479 </span> cursor-column:num <span class="Special"><-</span> get *recipes, <span class="Constant">cursor-column:offset</span> <span id="L480" class="LineNr">480 </span> <span class="Delimiter">}</span> <span id="L481" class="LineNr">481 </span> <span class="Delimiter">{</span> -<span id="L482" class="LineNr">482 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> sandbox-in-focus? -<span id="L483" class="LineNr">483 </span> <span class="Conceal">¦</span> cursor-row:num <span class="Special"><-</span> get *current-sandbox, <span class="Constant">cursor-row:offset</span> -<span id="L484" class="LineNr">484 </span> <span class="Conceal">¦</span> cursor-column:num <span class="Special"><-</span> get *current-sandbox, <span class="Constant">cursor-column:offset</span> +<span id="L482" class="LineNr">482 </span> <span class="muControl">break-unless</span> sandbox-in-focus? +<span id="L483" class="LineNr">483 </span> cursor-row:num <span class="Special"><-</span> get *current-sandbox, <span class="Constant">cursor-row:offset</span> +<span id="L484" class="LineNr">484 </span> cursor-column:num <span class="Special"><-</span> get *current-sandbox, <span class="Constant">cursor-column:offset</span> <span id="L485" class="LineNr">485 </span> <span class="Delimiter">}</span> -<span id="L486" class="LineNr">486 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, cursor-row, cursor-column +<span id="L486" class="LineNr">486 </span> screen <span class="Special"><-</span> move-cursor screen, cursor-row, cursor-column <span id="L487" class="LineNr">487 </span>] <span id="L488" class="LineNr">488 </span> <span id="L489" class="LineNr">489 </span><span class="Comment"># ctrl-n - switch focus</span> <span id="L490" class="LineNr">490 </span><span class="Comment"># todo: test this</span> <span id="L491" class="LineNr">491 </span> -<span id="L492" class="LineNr">492 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L67'><global-type></a></span> [ +<span id="L492" class="LineNr">492 </span><span class="muRecipe">after</span> <span class="Constant"><global-type></span> [ <span id="L493" class="LineNr">493 </span> <span class="Delimiter">{</span> -<span id="L494" class="LineNr">494 </span> <span class="Conceal">¦</span> switch-side?:bool <span class="Special"><-</span> equal c, <span class="Constant">14/ctrl-n</span> -<span id="L495" class="LineNr">495 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> switch-side? -<span id="L496" class="LineNr">496 </span> <span class="Conceal">¦</span> sandbox-in-focus?:bool <span class="Special"><-</span> get *env, <span class="Constant">sandbox-in-focus?:offset</span> -<span id="L497" class="LineNr">497 </span> <span class="Conceal">¦</span> sandbox-in-focus? <span class="Special"><-</span> not sandbox-in-focus? -<span id="L498" class="LineNr">498 </span> <span class="Conceal">¦</span> *env <span class="Special"><-</span> put *env, <span class="Constant">sandbox-in-focus?:offset</span>, sandbox-in-focus? -<span id="L499" class="LineNr">499 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L472'>update-cursor</a> <a href='../081print.mu.html#L16'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env -<span id="L500" class="LineNr">500 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-event</span> +<span id="L494" class="LineNr">494 </span> switch-side?:bool <span class="Special"><-</span> equal c, <span class="Constant">14/ctrl-n</span> +<span id="L495" class="LineNr">495 </span> <span class="muControl">break-unless</span> switch-side? +<span id="L496" class="LineNr">496 </span> sandbox-in-focus?:bool <span class="Special"><-</span> get *env, <span class="Constant">sandbox-in-focus?:offset</span> +<span id="L497" class="LineNr">497 </span> sandbox-in-focus? <span class="Special"><-</span> not sandbox-in-focus? +<span id="L498" class="LineNr">498 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">sandbox-in-focus?:offset</span>, sandbox-in-focus? +<span id="L499" class="LineNr">499 </span> screen <span class="Special"><-</span> update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L500" class="LineNr">500 </span> <span class="muControl"> loop</span> <span class="Constant">+next-event</span> <span id="L501" class="LineNr">501 </span> <span class="Delimiter">}</span> <span id="L502" class="LineNr">502 </span>] <span id="L503" class="LineNr">503 </span> <span id="L504" class="LineNr">504 </span><span class="SalientComment">## helpers</span> <span id="L505" class="LineNr">505 </span> -<span id="L506" class="LineNr">506 </span><span class="muRecipe">def</span> <a href='004-programming-environment.mu.html#L506'>draw-vertical</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, col:num, y:num, bottom:num<span class="muRecipe"> -> </span><a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L506" class="LineNr">506 </span><span class="muRecipe">def</span> draw-vertical screen:&:screen, col:num, y:num, bottom:num<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L507" class="LineNr">507 </span> <span class="Constant">local-scope</span> <span id="L508" class="LineNr">508 </span> <span class="Constant">load-inputs</span> <span id="L509" class="LineNr">509 </span> style:char, style-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L510" class="LineNr">510 </span> <span class="Delimiter">{</span> -<span id="L511" class="LineNr">511 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> style-found? -<span id="L512" class="LineNr">512 </span> <span class="Conceal">¦</span> style <span class="Special"><-</span> copy <span class="Constant">9474/vertical</span> +<span id="L511" class="LineNr">511 </span> <span class="muControl">break-if</span> style-found? +<span id="L512" class="LineNr">512 </span> style <span class="Special"><-</span> copy <span class="Constant">9474/vertical</span> <span id="L513" class="LineNr">513 </span> <span class="Delimiter">}</span> <span id="L514" class="LineNr">514 </span> color:num, color-found?:bool <span class="Special"><-</span> <span class="Constant">next-input</span> <span id="L515" class="LineNr">515 </span> <span class="Delimiter">{</span> -<span id="L516" class="LineNr">516 </span> <span class="Conceal">¦</span> <span class="Comment"># default color to white</span> -<span id="L517" class="LineNr">517 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> color-found? -<span id="L518" class="LineNr">518 </span> <span class="Conceal">¦</span> color <span class="Special"><-</span> copy <span class="Constant">245/grey</span> +<span id="L516" class="LineNr">516 </span> <span class="Comment"># default color to white</span> +<span id="L517" class="LineNr">517 </span> <span class="muControl">break-if</span> color-found? +<span id="L518" class="LineNr">518 </span> color <span class="Special"><-</span> copy <span class="Constant">245/grey</span> <span id="L519" class="LineNr">519 </span> <span class="Delimiter">}</span> <span id="L520" class="LineNr">520 </span> <span class="Delimiter">{</span> -<span id="L521" class="LineNr">521 </span> <span class="Conceal">¦</span> continue?:bool <span class="Special"><-</span> lesser-than y, bottom -<span id="L522" class="LineNr">522 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> continue? -<span id="L523" class="LineNr">523 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, y, col -<span id="L524" class="LineNr">524 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, style, color -<span id="L525" class="LineNr">525 </span> <span class="Conceal">¦</span> y <span class="Special"><-</span> add y,<span class="Constant"> 1</span> -<span id="L526" class="LineNr">526 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L521" class="LineNr">521 </span> continue?:bool <span class="Special"><-</span> lesser-than y, bottom +<span id="L522" class="LineNr">522 </span> <span class="muControl">break-unless</span> continue? +<span id="L523" class="LineNr">523 </span> screen <span class="Special"><-</span> move-cursor screen, y, col +<span id="L524" class="LineNr">524 </span> print screen, style, color +<span id="L525" class="LineNr">525 </span> y <span class="Special"><-</span> add y,<span class="Constant"> 1</span> +<span id="L526" class="LineNr">526 </span> <span class="muControl"> loop</span> <span id="L527" class="LineNr">527 </span> <span class="Delimiter">}</span> <span id="L528" class="LineNr">528 </span>] <span id="L529" class="LineNr">529 </span> @@ -598,20 +597,20 @@ if ('onhashchange' in window) { <span id="L535" class="LineNr">535 </span> assume-resources [ <span id="L536" class="LineNr">536 </span> ] <span id="L537" class="LineNr">537 </span> <span class="Comment"># sandbox editor contains an instruction without storing outputs</span> -<span id="L538" class="LineNr">538 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[]</span> +<span id="L538" class="LineNr">538 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[]</span> <span id="L539" class="LineNr">539 </span> <span class="Comment"># run the code in the editors</span> <span id="L540" class="LineNr">540 </span> assume-console [ -<span id="L541" class="LineNr">541 </span> <span class="Conceal">¦</span> type <span class="Constant">[a]</span> -<span id="L542" class="LineNr">542 </span> <span class="Conceal">¦</span> press backspace +<span id="L541" class="LineNr">541 </span> type <span class="Constant">[a]</span> +<span id="L542" class="LineNr">542 </span> press backspace <span id="L543" class="LineNr">543 </span> ] <span id="L544" class="LineNr">544 </span> run [ -<span id="L545" class="LineNr">545 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> -<span id="L546" class="LineNr">546 </span> <span class="Conceal">¦</span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *screen, <span class="Constant">cursor-row:offset</span> -<span id="L547" class="LineNr">547 </span> <span class="Conceal">¦</span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *screen, <span class="Constant">cursor-column:offset</span> +<span id="L545" class="LineNr">545 </span> event-loop screen, console, env, resources +<span id="L546" class="LineNr">546 </span> 10:num/<span class="Special">raw</span> <span class="Special"><-</span> get *screen, <span class="Constant">cursor-row:offset</span> +<span id="L547" class="LineNr">547 </span> 11:num/<span class="Special">raw</span> <span class="Special"><-</span> get *screen, <span class="Constant">cursor-column:offset</span> <span id="L548" class="LineNr">548 </span> ] <span id="L549" class="LineNr">549 </span> memory-should-contain [ -<span id="L550" class="LineNr">550 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L551" class="LineNr">551 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L550" class="LineNr">550 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L551" class="LineNr">551 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L552" class="LineNr">552 </span> ] <span id="L553" class="LineNr">553 </span>] </pre> diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html index d46cf41e..82827113 100644 --- a/html/edit/005-sandbox.mu.html +++ b/html/edit/005-sandbox.mu.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.muData { color: #ffff00; } .LineNr { color: #444444; } .Delimiter { color: #800080; } .Constant { color: #00a0a0; } -.Conceal { color: #4e4e4e; } +.Special { color: #c00000; } +.muData { color: #ffff00; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> </style> @@ -73,11 +72,11 @@ if ('onhashchange' in window) { <span id="L10" class="LineNr"> 10 </span><span class="muRecipe">def!</span> main [ <span id="L11" class="LineNr"> 11 </span> <span class="Constant">local-scope</span> <span id="L12" class="LineNr"> 12 </span> open-console -<span id="L13" class="LineNr"> 13 </span> <a href='../081print.mu.html#L46'>clear-screen</a> <span class="Constant">0/screen</span> <span class="Comment"># non-scrolling app</span> -<span id="L14" class="LineNr"> 14 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <span class="Constant">0/filesystem</span>, <span class="Constant">0/screen</span> -<span id="L15" class="LineNr"> 15 </span> env <span class="Special"><-</span> <a href='005-sandbox.mu.html#L475'>restore-sandboxes</a> env, <span class="Constant">0/filesystem</span> -<span id="L16" class="LineNr"> 16 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <span class="Constant">0/screen</span>, env, <a href='001-editor.mu.html#L107'>render</a> -<span id="L17" class="LineNr"> 17 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <span class="Constant">0/screen</span>, <span class="Constant">0/console</span>, env, <span class="Constant">0/filesystem</span> +<span id="L13" class="LineNr"> 13 </span> clear-screen <span class="Constant">0/screen</span> <span class="Comment"># non-scrolling app</span> +<span id="L14" class="LineNr"> 14 </span> env:&:environment <span class="Special"><-</span> new-programming-environment <span class="Constant">0/filesystem</span>, <span class="Constant">0/screen</span> +<span id="L15" class="LineNr"> 15 </span> env <span class="Special"><-</span> restore-sandboxes env, <span class="Constant">0/filesystem</span> +<span id="L16" class="LineNr"> 16 </span> render-all <span class="Constant">0/screen</span>, env, render +<span id="L17" class="LineNr"> 17 </span> event-loop <span class="Constant">0/screen</span>, <span class="Constant">0/console</span>, env, <span class="Constant">0/filesystem</span> <span id="L18" class="LineNr"> 18 </span>] <span id="L19" class="LineNr"> 19 </span> <span id="L20" class="LineNr"> 20 </span><span class="muData">container</span> environment [ @@ -86,7 +85,7 @@ if ('onhashchange' in window) { <span id="L23" class="LineNr"> 23 </span> number-of-sandboxes:num <span id="L24" class="LineNr"> 24 </span>] <span id="L25" class="LineNr"> 25 </span> -<span id="L26" class="LineNr"> 26 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L36'><programming-environment-initialization></a></span> [ +<span id="L26" class="LineNr"> 26 </span><span class="muRecipe">after</span> <span class="Constant"><programming-environment-initialization></span> [ <span id="L27" class="LineNr"> 27 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">render-from:offset</span>,<span class="Constant"> -1</span> <span id="L28" class="LineNr"> 28 </span>] <span id="L29" class="LineNr"> 29 </span> @@ -97,7 +96,7 @@ if ('onhashchange' in window) { <span id="L34" class="LineNr"> 34 </span> <span class="Comment"># constraint: will be 0 for sandboxes at positions before env.render-from</span> <span id="L35" class="LineNr"> 35 </span> starting-row-on-screen:num <span id="L36" class="LineNr"> 36 </span> code-ending-row-on-screen:num <span class="Comment"># past end of code</span> -<span id="L37" class="LineNr"> 37 </span> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> <span class="Comment"># prints in the sandbox go here</span> +<span id="L37" class="LineNr"> 37 </span> screen:&:screen <span class="Comment"># prints in the sandbox go here</span> <span id="L38" class="LineNr"> 38 </span> next-sandbox:&:sandbox <span id="L39" class="LineNr"> 39 </span>] <span id="L40" class="LineNr"> 40 </span> @@ -109,160 +108,160 @@ if ('onhashchange' in window) { <span id="L46" class="LineNr"> 46 </span> assume-resources [ <span id="L47" class="LineNr"> 47 </span> ] <span id="L48" class="LineNr"> 48 </span> <span class="Comment"># sandbox editor contains an instruction without storing outputs</span> -<span id="L49" class="LineNr"> 49 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[divide-with-remainder 11, 3]</span> -<span id="L50" class="LineNr"> 50 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L49" class="LineNr"> 49 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[divide-with-remainder 11, 3]</span> +<span id="L50" class="LineNr"> 50 </span> render-all screen, env, render <span id="L51" class="LineNr"> 51 </span> <span class="Comment"># run the code in the editors</span> <span id="L52" class="LineNr"> 52 </span> assume-console [ -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span> press F4 +<span id="L53" class="LineNr"> 53 </span> press F4 <span id="L54" class="LineNr"> 54 </span> ] <span id="L55" class="LineNr"> 55 </span> run [ -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L56" class="LineNr"> 56 </span> event-loop screen, console, env, resources <span id="L57" class="LineNr"> 57 </span> ] <span id="L58" class="LineNr"> 58 </span> <span class="Comment"># check that screen prints the results</span> <span id="L59" class="LineNr"> 59 </span> screen-should-contain [ -<span id="L60" class="LineNr"> 60 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L62" class="LineNr"> 62 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎divide-with-remainder 11, 3 .</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎3 .</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L60" class="LineNr"> 60 </span> <span class="Constant"> . run (F4) .</span> +<span id="L61" class="LineNr"> 61 </span> <span class="Constant"> . ╎ .</span> +<span id="L62" class="LineNr"> 62 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L63" class="LineNr"> 63 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L64" class="LineNr"> 64 </span> <span class="Constant"> . ╎divide-with-remainder 11, 3 .</span> +<span id="L65" class="LineNr"> 65 </span> <span class="Constant"> . ╎3 .</span> +<span id="L66" class="LineNr"> 66 </span> <span class="Constant"> . ╎2 .</span> +<span id="L67" class="LineNr"> 67 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Constant"> . ╎ .</span> <span id="L69" class="LineNr"> 69 </span> ] <span id="L70" class="LineNr"> 70 </span> screen-should-contain-in-color <span class="Constant">7/white</span>, [ -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span><span class="Constant"> . divide-with-remainder 11, 3 .</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Constant"> . .</span> +<span id="L72" class="LineNr"> 72 </span> <span class="Constant"> . .</span> +<span id="L73" class="LineNr"> 73 </span> <span class="Constant"> . .</span> +<span id="L74" class="LineNr"> 74 </span> <span class="Constant"> . .</span> +<span id="L75" class="LineNr"> 75 </span> <span class="Constant"> . divide-with-remainder 11, 3 .</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Constant"> . .</span> +<span id="L77" class="LineNr"> 77 </span> <span class="Constant"> . .</span> +<span id="L78" class="LineNr"> 78 </span> <span class="Constant"> . .</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Constant"> . .</span> <span id="L80" class="LineNr"> 80 </span> ] <span id="L81" class="LineNr"> 81 </span> screen-should-contain-in-color <span class="Constant">245/grey</span>, [ -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L84" class="LineNr"> 84 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎3 .</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L82" class="LineNr"> 82 </span> <span class="Constant"> . .</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Constant"> . ╎ .</span> +<span id="L84" class="LineNr"> 84 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Constant"> . ╎ .</span> +<span id="L86" class="LineNr"> 86 </span> <span class="Constant"> . ╎ .</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Constant"> . ╎3 .</span> +<span id="L88" class="LineNr"> 88 </span> <span class="Constant"> . ╎2 .</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L90" class="LineNr"> 90 </span> <span class="Constant"> . ╎ .</span> <span id="L91" class="LineNr"> 91 </span> ] <span id="L92" class="LineNr"> 92 </span> <span class="Comment"># sandbox menu in reverse video</span> <span id="L93" class="LineNr"> 93 </span> screen-should-contain-in-color <span class="Constant">232/black</span>, [ -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span><span class="Constant"> . 0 edit copy to recipe delete .</span> +<span id="L94" class="LineNr"> 94 </span> <span class="Constant"> . .</span> +<span id="L95" class="LineNr"> 95 </span> <span class="Constant"> . .</span> +<span id="L96" class="LineNr"> 96 </span> <span class="Constant"> . .</span> +<span id="L97" class="LineNr"> 97 </span> <span class="Constant"> . 0 edit copy to recipe delete .</span> <span id="L98" class="LineNr"> 98 </span> ] <span id="L99" class="LineNr"> 99 </span> <span class="Comment"># run another command</span> <span id="L100" class="LineNr"> 100 </span> assume-console [ -<span id="L101" class="LineNr"> 101 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 80</span> -<span id="L102" class="LineNr"> 102 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 2, 2]</span> -<span id="L103" class="LineNr"> 103 </span> <span class="Conceal">¦</span> press F4 +<span id="L101" class="LineNr"> 101 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 80</span> +<span id="L102" class="LineNr"> 102 </span> type <span class="Constant">[add 2, 2]</span> +<span id="L103" class="LineNr"> 103 </span> press F4 <span id="L104" class="LineNr"> 104 </span> ] <span id="L105" class="LineNr"> 105 </span> run [ -<span id="L106" class="LineNr"> 106 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L106" class="LineNr"> 106 </span> event-loop screen, console, env, resources <span id="L107" class="LineNr"> 107 </span> ] <span id="L108" class="LineNr"> 108 </span> <span class="Comment"># check that screen prints both sandboxes</span> <span id="L109" class="LineNr"> 109 </span> screen-should-contain [ -<span id="L110" class="LineNr"> 110 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L111" class="LineNr"> 111 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L112" class="LineNr"> 112 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L113" class="LineNr"> 113 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L114" class="LineNr"> 114 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L115" class="LineNr"> 115 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> -<span id="L116" class="LineNr"> 116 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L117" class="LineNr"> 117 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎1 edit copy to recipe delete .</span> -<span id="L118" class="LineNr"> 118 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎divide-with-remainder 11, 3 .</span> -<span id="L119" class="LineNr"> 119 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎3 .</span> -<span id="L120" class="LineNr"> 120 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L121" class="LineNr"> 121 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L122" class="LineNr"> 122 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L110" class="LineNr"> 110 </span> <span class="Constant"> . run (F4) .</span> +<span id="L111" class="LineNr"> 111 </span> <span class="Constant"> . ╎ .</span> +<span id="L112" class="LineNr"> 112 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L113" class="LineNr"> 113 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L114" class="LineNr"> 114 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L115" class="LineNr"> 115 </span> <span class="Constant"> . ╎4 .</span> +<span id="L116" class="LineNr"> 116 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L117" class="LineNr"> 117 </span> <span class="Constant"> . ╎1 edit copy to recipe delete .</span> +<span id="L118" class="LineNr"> 118 </span> <span class="Constant"> . ╎divide-with-remainder 11, 3 .</span> +<span id="L119" class="LineNr"> 119 </span> <span class="Constant"> . ╎3 .</span> +<span id="L120" class="LineNr"> 120 </span> <span class="Constant"> . ╎2 .</span> +<span id="L121" class="LineNr"> 121 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L122" class="LineNr"> 122 </span> <span class="Constant"> . ╎ .</span> <span id="L123" class="LineNr"> 123 </span> ] <span id="L124" class="LineNr"> 124 </span>] <span id="L125" class="LineNr"> 125 </span> -<span id="L126" class="LineNr"> 126 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L62'><global-keypress></a></span> [ +<span id="L126" class="LineNr"> 126 </span><span class="muRecipe">after</span> <span class="Constant"><global-keypress></span> [ <span id="L127" class="LineNr"> 127 </span> <span class="Comment"># F4? load all code and run all sandboxes.</span> <span id="L128" class="LineNr"> 128 </span> <span class="Delimiter">{</span> -<span id="L129" class="LineNr"> 129 </span> <span class="Conceal">¦</span> do-run?:bool <span class="Special"><-</span> equal k, <span class="Constant">65532/F4</span> -<span id="L130" class="LineNr"> 130 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> do-run? -<span id="L131" class="LineNr"> 131 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='005-sandbox.mu.html#L217'>update-status</a> <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[running... ]</span>, <span class="Constant">245/grey</span> -<span id="L132" class="LineNr"> 132 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='005-sandbox.mu.html#L132'><begin-run-sandboxes-on-F4></a></span> -<span id="L133" class="LineNr"> 133 </span> <span class="Conceal">¦</span> error?:bool <span class="Special"><-</span> <a href='005-sandbox.mu.html#L146'>run-sandboxes</a> env, <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a> -<span id="L134" class="LineNr"> 134 </span> <span class="Conceal">¦</span> <span class="Comment"># we could just render-all, but we do some work to minimize the number of prints to screen</span> -<span id="L135" class="LineNr"> 135 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='005-sandbox.mu.html#L135'><end-run-sandboxes-on-F4></a></span> -<span id="L136" class="LineNr"> 136 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> render-sandbox-side <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> -<span id="L137" class="LineNr"> 137 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L138" class="LineNr"> 138 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> error? -<span id="L139" class="LineNr"> 139 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='005-sandbox.mu.html#L217'>update-status</a> <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[ ]</span>, <span class="Constant">245/grey</span> -<span id="L140" class="LineNr"> 140 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L141" class="LineNr"> 141 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L472'>update-cursor</a> <a href='../081print.mu.html#L16'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env -<span id="L142" class="LineNr"> 142 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-event</span> +<span id="L129" class="LineNr"> 129 </span> do-run?:bool <span class="Special"><-</span> equal k, <span class="Constant">65532/F4</span> +<span id="L130" class="LineNr"> 130 </span> <span class="muControl">break-unless</span> do-run? +<span id="L131" class="LineNr"> 131 </span> screen <span class="Special"><-</span> update-status screen, <span class="Constant">[running... ]</span>, <span class="Constant">245/grey</span> +<span id="L132" class="LineNr"> 132 </span><span class="Constant"> <begin-run-sandboxes-on-F4></span> +<span id="L133" class="LineNr"> 133 </span> error?:bool <span class="Special"><-</span> run-sandboxes env, resources, screen +<span id="L134" class="LineNr"> 134 </span> <span class="Comment"># we could just render-all, but we do some work to minimize the number of prints to screen</span> +<span id="L135" class="LineNr"> 135 </span><span class="Constant"> <end-run-sandboxes-on-F4></span> +<span id="L136" class="LineNr"> 136 </span> screen <span class="Special"><-</span> render-sandbox-side screen, env, render +<span id="L137" class="LineNr"> 137 </span> <span class="Delimiter">{</span> +<span id="L138" class="LineNr"> 138 </span> <span class="muControl">break-if</span> error? +<span id="L139" class="LineNr"> 139 </span> screen <span class="Special"><-</span> update-status screen, <span class="Constant">[ ]</span>, <span class="Constant">245/grey</span> +<span id="L140" class="LineNr"> 140 </span> <span class="Delimiter">}</span> +<span id="L141" class="LineNr"> 141 </span> screen <span class="Special"><-</span> update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L142" class="LineNr"> 142 </span> <span class="muControl"> loop</span> <span class="Constant">+next-event</span> <span id="L143" class="LineNr"> 143 </span> <span class="Delimiter">}</span> <span id="L144" class="LineNr"> 144 </span>] <span id="L145" class="LineNr"> 145 </span> -<span id="L146" class="LineNr"> 146 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L146'>run-sandboxes</a> env:&:environment, <a href='../088file.mu.html#L11'>resources</a>:&:<a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span>errors-found?:bool, env:&:environment, <a href='../088file.mu.html#L11'>resources</a>:&:<a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L146" class="LineNr"> 146 </span><span class="muRecipe">def</span> run-sandboxes env:&:environment, resources:&:resources, screen:&:screen<span class="muRecipe"> -> </span>errors-found?:bool, env:&:environment, resources:&:resources, screen:&:screen [ <span id="L147" class="LineNr"> 147 </span> <span class="Constant">local-scope</span> <span id="L148" class="LineNr"> 148 </span> <span class="Constant">load-inputs</span> -<span id="L149" class="LineNr"> 149 </span> errors-found?:bool <span class="Special"><-</span> update-recipes env, <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a> +<span id="L149" class="LineNr"> 149 </span> errors-found?:bool <span class="Special"><-</span> update-recipes env, resources, screen <span id="L150" class="LineNr"> 150 </span> <span class="muControl">jump-if</span> errors-found?, <span class="Constant">+return</span> <span id="L151" class="LineNr"> 151 </span> <span class="Comment"># check contents of right editor (sandbox)</span> -<span id="L152" class="LineNr"> 152 </span><span class="Constant"> <a href='005-sandbox.mu.html#L152'><begin-run-sandboxes></a></span> +<span id="L152" class="LineNr"> 152 </span><span class="Constant"> <begin-run-sandboxes></span> <span id="L153" class="LineNr"> 153 </span> current-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> <span id="L154" class="LineNr"> 154 </span> <span class="Delimiter">{</span> -<span id="L155" class="LineNr"> 155 </span> <span class="Conceal">¦</span> sandbox-contents:text <span class="Special"><-</span> <a href='005-sandbox.mu.html#L683'>editor-contents</a> current-sandbox -<span id="L156" class="LineNr"> 156 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> sandbox-contents -<span id="L157" class="LineNr"> 157 </span> <span class="Conceal">¦</span> <span class="Comment"># if contents exist, first save them</span> -<span id="L158" class="LineNr"> 158 </span> <span class="Conceal">¦</span> <span class="Comment"># run them and turn them into a new sandbox</span> -<span id="L159" class="LineNr"> 159 </span> <span class="Conceal">¦</span> new-sandbox:&:sandbox <span class="Special"><-</span> new <span class="Constant">sandbox:type</span> -<span id="L160" class="LineNr"> 160 </span> <span class="Conceal">¦</span> *new-sandbox <span class="Special"><-</span> put *new-sandbox, <span class="Constant">data:offset</span>, sandbox-contents -<span id="L161" class="LineNr"> 161 </span> <span class="Conceal">¦</span> <span class="Comment"># push to head of sandbox list</span> -<span id="L162" class="LineNr"> 162 </span> <span class="Conceal">¦</span> dest:&:sandbox <span class="Special"><-</span> get *env, <span class="Constant">sandbox:offset</span> -<span id="L163" class="LineNr"> 163 </span> <span class="Conceal">¦</span> *new-sandbox <span class="Special"><-</span> put *new-sandbox, <span class="Constant">next-sandbox:offset</span>, dest -<span id="L164" class="LineNr"> 164 </span> <span class="Conceal">¦</span> *env <span class="Special"><-</span> put *env, <span class="Constant">sandbox:offset</span>, new-sandbox -<span id="L165" class="LineNr"> 165 </span> <span class="Conceal">¦</span> <span class="Comment"># update sandbox count</span> -<span id="L166" class="LineNr"> 166 </span> <span class="Conceal">¦</span> sandbox-count:num <span class="Special"><-</span> get *env, <span class="Constant">number-of-sandboxes:offset</span> -<span id="L167" class="LineNr"> 167 </span> <span class="Conceal">¦</span> sandbox-count <span class="Special"><-</span> add sandbox-count,<span class="Constant"> 1</span> -<span id="L168" class="LineNr"> 168 </span> <span class="Conceal">¦</span> *env <span class="Special"><-</span> put *env, <span class="Constant">number-of-sandboxes:offset</span>, sandbox-count -<span id="L169" class="LineNr"> 169 </span> <span class="Conceal">¦</span> <span class="Comment"># save all sandboxes</span> -<span id="L170" class="LineNr"> 170 </span> <span class="Conceal">¦</span> <span class="Comment"># needs to be before running them, in case we die when running</span> -<span id="L171" class="LineNr"> 171 </span> <span class="Conceal">¦</span> <a href='005-sandbox.mu.html#L224'>save-sandboxes</a> env, <a href='../088file.mu.html#L11'>resources</a> -<span id="L172" class="LineNr"> 172 </span> <span class="Conceal">¦</span> <span class="Comment"># clear sandbox editor</span> -<span id="L173" class="LineNr"> 173 </span> <span class="Conceal">¦</span> init:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> push <span class="Constant">167/§</span>, <span class="Constant">0/tail</span> -<span id="L174" class="LineNr"> 174 </span> <span class="Conceal">¦</span> *current-sandbox <span class="Special"><-</span> put *current-sandbox, <span class="Constant">data:offset</span>, init -<span id="L175" class="LineNr"> 175 </span> <span class="Conceal">¦</span> *current-sandbox <span class="Special"><-</span> put *current-sandbox, <span class="Constant">top-of-screen:offset</span>, init +<span id="L155" class="LineNr"> 155 </span> sandbox-contents:text <span class="Special"><-</span> editor-contents current-sandbox +<span id="L156" class="LineNr"> 156 </span> <span class="muControl">break-unless</span> sandbox-contents +<span id="L157" class="LineNr"> 157 </span> <span class="Comment"># if contents exist, first save them</span> +<span id="L158" class="LineNr"> 158 </span> <span class="Comment"># run them and turn them into a new sandbox</span> +<span id="L159" class="LineNr"> 159 </span> new-sandbox:&:sandbox <span class="Special"><-</span> new <span class="Constant">sandbox:type</span> +<span id="L160" class="LineNr"> 160 </span> *new-sandbox <span class="Special"><-</span> put *new-sandbox, <span class="Constant">data:offset</span>, sandbox-contents +<span id="L161" class="LineNr"> 161 </span> <span class="Comment"># push to head of sandbox list</span> +<span id="L162" class="LineNr"> 162 </span> dest:&:sandbox <span class="Special"><-</span> get *env, <span class="Constant">sandbox:offset</span> +<span id="L163" class="LineNr"> 163 </span> *new-sandbox <span class="Special"><-</span> put *new-sandbox, <span class="Constant">next-sandbox:offset</span>, dest +<span id="L164" class="LineNr"> 164 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">sandbox:offset</span>, new-sandbox +<span id="L165" class="LineNr"> 165 </span> <span class="Comment"># update sandbox count</span> +<span id="L166" class="LineNr"> 166 </span> sandbox-count:num <span class="Special"><-</span> get *env, <span class="Constant">number-of-sandboxes:offset</span> +<span id="L167" class="LineNr"> 167 </span> sandbox-count <span class="Special"><-</span> add sandbox-count,<span class="Constant"> 1</span> +<span id="L168" class="LineNr"> 168 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">number-of-sandboxes:offset</span>, sandbox-count +<span id="L169" class="LineNr"> 169 </span> <span class="Comment"># save all sandboxes</span> +<span id="L170" class="LineNr"> 170 </span> <span class="Comment"># needs to be before running them, in case we die when running</span> +<span id="L171" class="LineNr"> 171 </span> save-sandboxes env, resources +<span id="L172" class="LineNr"> 172 </span> <span class="Comment"># clear sandbox editor</span> +<span id="L173" class="LineNr"> 173 </span> init:&:duplex-list:char <span class="Special"><-</span> push <span class="Constant">167/§</span>, <span class="Constant">0/tail</span> +<span id="L174" class="LineNr"> 174 </span> *current-sandbox <span class="Special"><-</span> put *current-sandbox, <span class="Constant">data:offset</span>, init +<span id="L175" class="LineNr"> 175 </span> *current-sandbox <span class="Special"><-</span> put *current-sandbox, <span class="Constant">top-of-screen:offset</span>, init <span id="L176" class="LineNr"> 176 </span> <span class="Delimiter">}</span> <span id="L177" class="LineNr"> 177 </span> <span class="Comment"># run all sandboxes</span> <span id="L178" class="LineNr"> 178 </span> curr:&:sandbox <span class="Special"><-</span> get *env, <span class="Constant">sandbox:offset</span> <span id="L179" class="LineNr"> 179 </span> idx:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L180" class="LineNr"> 180 </span> <span class="Delimiter">{</span> -<span id="L181" class="LineNr"> 181 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> curr -<span id="L182" class="LineNr"> 182 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> update-sandbox curr, env, idx -<span id="L183" class="LineNr"> 183 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> get *curr, <span class="Constant">next-sandbox:offset</span> -<span id="L184" class="LineNr"> 184 </span> <span class="Conceal">¦</span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> -<span id="L185" class="LineNr"> 185 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L181" class="LineNr"> 181 </span> <span class="muControl">break-unless</span> curr +<span id="L182" class="LineNr"> 182 </span> curr <span class="Special"><-</span> update-sandbox curr, env, idx +<span id="L183" class="LineNr"> 183 </span> curr <span class="Special"><-</span> get *curr, <span class="Constant">next-sandbox:offset</span> +<span id="L184" class="LineNr"> 184 </span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> +<span id="L185" class="LineNr"> 185 </span> <span class="muControl"> loop</span> <span id="L186" class="LineNr"> 186 </span> <span class="Delimiter">}</span> -<span id="L187" class="LineNr"> 187 </span><span class="Constant"> <a href='005-sandbox.mu.html#L187'><end-run-sandboxes></a></span> +<span id="L187" class="LineNr"> 187 </span><span class="Constant"> <end-run-sandboxes></span> <span id="L188" class="LineNr"> 188 </span><span class="Constant"> +return</span> <span id="L189" class="LineNr"> 189 </span> <span class="Delimiter">{</span> -<span id="L190" class="LineNr"> 190 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> <a href='../088file.mu.html#L11'>resources</a> <span class="Comment"># ignore this in tests</span> -<span id="L191" class="LineNr"> 191 </span> <span class="Conceal">¦</span> $system <span class="Constant">[./snapshot_lesson]</span> +<span id="L190" class="LineNr"> 190 </span> <span class="muControl">break-if</span> resources <span class="Comment"># ignore this in tests</span> +<span id="L191" class="LineNr"> 191 </span> $system <span class="Constant">[./snapshot_lesson]</span> <span id="L192" class="LineNr"> 192 </span> <span class="Delimiter">}</span> <span id="L193" class="LineNr"> 193 </span>] <span id="L194" class="LineNr"> 194 </span> <span id="L195" class="LineNr"> 195 </span><span class="Comment"># load code from disk</span> <span id="L196" class="LineNr"> 196 </span><span class="Comment"># replaced in a later layer (whereupon errors-found? will actually be set)</span> -<span id="L197" class="LineNr"> 197 </span><span class="muRecipe">def</span> update-recipes env:&:environment, <a href='../088file.mu.html#L11'>resources</a>:&:<a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span>errors-found?:bool, env:&:environment, <a href='../088file.mu.html#L11'>resources</a>:&:<a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L197" class="LineNr"> 197 </span><span class="muRecipe">def</span> update-recipes env:&:environment, resources:&:resources, screen:&:screen<span class="muRecipe"> -> </span>errors-found?:bool, env:&:environment, resources:&:resources, screen:&:screen [ <span id="L198" class="LineNr"> 198 </span> <span class="Constant">local-scope</span> <span id="L199" class="LineNr"> 199 </span> <span class="Constant">load-inputs</span> <span id="L200" class="LineNr"> 200 </span> recipes:&:editor <span class="Special"><-</span> get *env, <span class="Constant">recipes:offset</span> -<span id="L201" class="LineNr"> 201 </span> in:text <span class="Special"><-</span> <a href='005-sandbox.mu.html#L683'>editor-contents</a> recipes -<span id="L202" class="LineNr"> 202 </span> <a href='../088file.mu.html#L11'>resources</a> <span class="Special"><-</span> <a href='../088file.mu.html#L127'>dump</a> <a href='../088file.mu.html#L11'>resources</a>, <span class="Constant">[lesson/recipes.mu]</span>, in +<span id="L201" class="LineNr"> 201 </span> in:text <span class="Special"><-</span> editor-contents recipes +<span id="L202" class="LineNr"> 202 </span> resources <span class="Special"><-</span> dump resources, <span class="Constant">[lesson/recipes.mu]</span>, in <span id="L203" class="LineNr"> 203 </span> reload in <span id="L204" class="LineNr"> 204 </span> errors-found? <span class="Special"><-</span> copy <span class="Constant">0/false</span> <span id="L205" class="LineNr"> 205 </span>] @@ -272,19 +271,19 @@ if ('onhashchange' in window) { <span id="L209" class="LineNr"> 209 </span> <span class="Constant">local-scope</span> <span id="L210" class="LineNr"> 210 </span> <span class="Constant">load-inputs</span> <span id="L211" class="LineNr"> 211 </span> data:text <span class="Special"><-</span> get *sandbox, <span class="Constant">data:offset</span> -<span id="L212" class="LineNr"> 212 </span> response:text, _, fake-screen:&:<a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> run-sandboxed data +<span id="L212" class="LineNr"> 212 </span> response:text, _, fake-screen:&:screen <span class="Special"><-</span> run-sandboxed data <span id="L213" class="LineNr"> 213 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">response:offset</span>, response -<span id="L214" class="LineNr"> 214 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant"><a href='../081print.mu.html#L16'>screen</a>:offset</span>, fake-screen +<span id="L214" class="LineNr"> 214 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">screen:offset</span>, fake-screen <span id="L215" class="LineNr"> 215 </span>] <span id="L216" class="LineNr"> 216 </span> -<span id="L217" class="LineNr"> 217 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L217'>update-status</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, msg:text, color:num<span class="muRecipe"> -> </span><a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L217" class="LineNr"> 217 </span><span class="muRecipe">def</span> update-status screen:&:screen, msg:text, color:num<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L218" class="LineNr"> 218 </span> <span class="Constant">local-scope</span> <span id="L219" class="LineNr"> 219 </span> <span class="Constant">load-inputs</span> -<span id="L220" class="LineNr"> 220 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>,<span class="Constant"> 0</span>,<span class="Constant"> 2</span> -<span id="L221" class="LineNr"> 221 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> print <a href='../081print.mu.html#L16'>screen</a>, msg, color, <span class="Constant">238/grey/background</span> +<span id="L220" class="LineNr"> 220 </span> screen <span class="Special"><-</span> move-cursor screen,<span class="Constant"> 0</span>,<span class="Constant"> 2</span> +<span id="L221" class="LineNr"> 221 </span> screen <span class="Special"><-</span> print screen, msg, color, <span class="Constant">238/grey/background</span> <span id="L222" class="LineNr"> 222 </span>] <span id="L223" class="LineNr"> 223 </span> -<span id="L224" class="LineNr"> 224 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L224'>save-sandboxes</a> env:&:environment, <a href='../088file.mu.html#L11'>resources</a>:&:<a href='../088file.mu.html#L11'>resources</a><span class="muRecipe"> -> </span><a href='../088file.mu.html#L11'>resources</a>:&:<a href='../088file.mu.html#L11'>resources</a> [ +<span id="L224" class="LineNr"> 224 </span><span class="muRecipe">def</span> save-sandboxes env:&:environment, resources:&:resources<span class="muRecipe"> -> </span>resources:&:resources [ <span id="L225" class="LineNr"> 225 </span> <span class="Constant">local-scope</span> <span id="L226" class="LineNr"> 226 </span> <span class="Constant">load-inputs</span> <span id="L227" class="LineNr"> 227 </span> trace<span class="Constant"> 11</span>, <span class="Constant">[app]</span>, <span class="Constant">[save sandboxes]</span> @@ -294,28 +293,28 @@ if ('onhashchange' in window) { <span id="L231" class="LineNr"> 231 </span> curr:&:sandbox <span class="Special"><-</span> get *env, <span class="Constant">sandbox:offset</span> <span id="L232" class="LineNr"> 232 </span> idx:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L233" class="LineNr"> 233 </span> <span class="Delimiter">{</span> -<span id="L234" class="LineNr"> 234 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> curr -<span id="L235" class="LineNr"> 235 </span> <span class="Conceal">¦</span> <a href='../088file.mu.html#L11'>resources</a> <span class="Special"><-</span> <a href='005-sandbox.mu.html#L242'>save-sandbox</a> <a href='../088file.mu.html#L11'>resources</a>, curr, idx -<span id="L236" class="LineNr"> 236 </span> <span class="Conceal">¦</span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> -<span id="L237" class="LineNr"> 237 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> get *curr, <span class="Constant">next-sandbox:offset</span> -<span id="L238" class="LineNr"> 238 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L234" class="LineNr"> 234 </span> <span class="muControl">break-unless</span> curr +<span id="L235" class="LineNr"> 235 </span> resources <span class="Special"><-</span> save-sandbox resources, curr, idx +<span id="L236" class="LineNr"> 236 </span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> +<span id="L237" class="LineNr"> 237 </span> curr <span class="Special"><-</span> get *curr, <span class="Constant">next-sandbox:offset</span> +<span id="L238" class="LineNr"> 238 </span> <span class="muControl"> loop</span> <span id="L239" class="LineNr"> 239 </span> <span class="Delimiter">}</span> <span id="L240" class="LineNr"> 240 </span>] <span id="L241" class="LineNr"> 241 </span> -<span id="L242" class="LineNr"> 242 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L242'>save-sandbox</a> <a href='../088file.mu.html#L11'>resources</a>:&:<a href='../088file.mu.html#L11'>resources</a>, sandbox:&:sandbox, sandbox-index:num<span class="muRecipe"> -> </span><a href='../088file.mu.html#L11'>resources</a>:&:<a href='../088file.mu.html#L11'>resources</a> [ +<span id="L242" class="LineNr"> 242 </span><span class="muRecipe">def</span> save-sandbox resources:&:resources, sandbox:&:sandbox, sandbox-index:num<span class="muRecipe"> -> </span>resources:&:resources [ <span id="L243" class="LineNr"> 243 </span> <span class="Constant">local-scope</span> <span id="L244" class="LineNr"> 244 </span> <span class="Constant">load-inputs</span> <span id="L245" class="LineNr"> 245 </span> data:text <span class="Special"><-</span> get *sandbox, <span class="Constant">data:offset</span> <span id="L246" class="LineNr"> 246 </span> filename:text <span class="Special"><-</span> append <span class="Constant">[lesson/]</span>, sandbox-index -<span id="L247" class="LineNr"> 247 </span> <a href='../088file.mu.html#L11'>resources</a> <span class="Special"><-</span> <a href='../088file.mu.html#L127'>dump</a> <a href='../088file.mu.html#L11'>resources</a>, filename, data -<span id="L248" class="LineNr"> 248 </span><span class="Constant"> <a href='005-sandbox.mu.html#L248'><end-save-sandbox></a></span> +<span id="L247" class="LineNr"> 247 </span> resources <span class="Special"><-</span> dump resources, filename, data +<span id="L248" class="LineNr"> 248 </span><span class="Constant"> <end-save-sandbox></span> <span id="L249" class="LineNr"> 249 </span>] <span id="L250" class="LineNr"> 250 </span> -<span id="L251" class="LineNr"> 251 </span><span class="muRecipe">def!</span> render-sandbox-side <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, env:&:environment, render-editor:<a href='004-programming-environment.mu.html#L400'>render-recipe</a><span class="muRecipe"> -> </span><a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, env:&:environment [ +<span id="L251" class="LineNr"> 251 </span><span class="muRecipe">def!</span> render-sandbox-side screen:&:screen, env:&:environment, render-editor:render-recipe<span class="muRecipe"> -> </span>screen:&:screen, env:&:environment [ <span id="L252" class="LineNr"> 252 </span> <span class="Constant">local-scope</span> <span id="L253" class="LineNr"> 253 </span> <span class="Constant">load-inputs</span> <span id="L254" class="LineNr"> 254 </span> trace<span class="Constant"> 11</span>, <span class="Constant">[app]</span>, <span class="Constant">[render sandbox side]</span> -<span id="L255" class="LineNr"> 255 </span> old-top-idx:num <span class="Special"><-</span> <a href='../081print.mu.html#L509'>save-top-idx</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L255" class="LineNr"> 255 </span> old-top-idx:num <span class="Special"><-</span> save-top-idx screen <span id="L256" class="LineNr"> 256 </span> current-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> <span id="L257" class="LineNr"> 257 </span> row:num, column:num <span class="Special"><-</span> copy<span class="Constant"> 1</span>,<span class="Constant"> 0</span> <span id="L258" class="LineNr"> 258 </span> left:num <span class="Special"><-</span> get *current-sandbox, <span class="Constant">left:offset</span> @@ -323,92 +322,92 @@ if ('onhashchange' in window) { <span id="L260" class="LineNr"> 260 </span> <span class="Comment"># render sandbox editor</span> <span id="L261" class="LineNr"> 261 </span> render-from:num <span class="Special"><-</span> get *env, <span class="Constant">render-from:offset</span> <span id="L262" class="LineNr"> 262 </span> <span class="Delimiter">{</span> -<span id="L263" class="LineNr"> 263 </span> <span class="Conceal">¦</span> render-current-sandbox?:bool <span class="Special"><-</span> equal render-from,<span class="Constant"> -1</span> -<span id="L264" class="LineNr"> 264 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> render-current-sandbox? -<span id="L265" class="LineNr"> 265 </span> <span class="Conceal">¦</span> row, column, <a href='../081print.mu.html#L16'>screen</a>, current-sandbox <span class="Special"><-</span> call render-editor, <a href='../081print.mu.html#L16'>screen</a>, current-sandbox -<span id="L266" class="LineNr"> 266 </span> <span class="Conceal">¦</span> <a href='001-editor.mu.html#L207'>clear-screen-from</a> <a href='../081print.mu.html#L16'>screen</a>, row, column, left, right -<span id="L267" class="LineNr"> 267 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L263" class="LineNr"> 263 </span> render-current-sandbox?:bool <span class="Special"><-</span> equal render-from,<span class="Constant"> -1</span> +<span id="L264" class="LineNr"> 264 </span> <span class="muControl">break-unless</span> render-current-sandbox? +<span id="L265" class="LineNr"> 265 </span> row, column, screen, current-sandbox <span class="Special"><-</span> call render-editor, screen, current-sandbox +<span id="L266" class="LineNr"> 266 </span> clear-screen-from screen, row, column, left, right +<span id="L267" class="LineNr"> 267 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> <span id="L268" class="LineNr"> 268 </span> <span class="Delimiter">}</span> <span id="L269" class="LineNr"> 269 </span> <span class="Comment"># render sandboxes</span> -<span id="L270" class="LineNr"> 270 </span> <a href='002-typing.mu.html#L1116'>draw-horizontal</a> <a href='../081print.mu.html#L16'>screen</a>, row, left, right +<span id="L270" class="LineNr"> 270 </span> draw-horizontal screen, row, left, right <span id="L271" class="LineNr"> 271 </span> sandbox:&:sandbox <span class="Special"><-</span> get *env, <span class="Constant">sandbox:offset</span> -<span id="L272" class="LineNr"> 272 </span> row, <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='005-sandbox.mu.html#L278'>render-sandboxes</a> <a href='../081print.mu.html#L16'>screen</a>, sandbox, left, right, row, render-from -<span id="L273" class="LineNr"> 273 </span> <a href='001-editor.mu.html#L223'>clear-rest-of-screen</a> <a href='../081print.mu.html#L16'>screen</a>, row, left, right +<span id="L272" class="LineNr"> 272 </span> row, screen <span class="Special"><-</span> render-sandboxes screen, sandbox, left, right, row, render-from +<span id="L273" class="LineNr"> 273 </span> clear-rest-of-screen screen, row, left, right <span id="L274" class="LineNr"> 274 </span> <span class="Comment">#</span> -<span id="L275" class="LineNr"> 275 </span> <a href='../081print.mu.html#L515'>assert-no-scroll</a> <a href='../081print.mu.html#L16'>screen</a>, old-top-idx +<span id="L275" class="LineNr"> 275 </span> assert-no-scroll screen, old-top-idx <span id="L276" class="LineNr"> 276 </span>] <span id="L277" class="LineNr"> 277 </span> -<span id="L278" class="LineNr"> 278 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L278'>render-sandboxes</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, sandbox:&:sandbox, left:num, right:num, row:num, render-from:num, idx:num<span class="muRecipe"> -> </span>row:num, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, sandbox:&:sandbox [ +<span id="L278" class="LineNr"> 278 </span><span class="muRecipe">def</span> render-sandboxes screen:&:screen, sandbox:&:sandbox, left:num, right:num, row:num, render-from:num, idx:num<span class="muRecipe"> -> </span>row:num, screen:&:screen, sandbox:&:sandbox [ <span id="L279" class="LineNr"> 279 </span> <span class="Constant">local-scope</span> <span id="L280" class="LineNr"> 280 </span> <span class="Constant">load-inputs</span> <span id="L281" class="LineNr"> 281 </span> <span class="muControl">return-unless</span> sandbox -<span id="L282" class="LineNr"> 282 </span> <a href='../081print.mu.html#L782'>screen-height</a>:num <span class="Special"><-</span> <a href='../081print.mu.html#L782'>screen-height</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L282" class="LineNr"> 282 </span> screen-height:num <span class="Special"><-</span> screen-height screen <span id="L283" class="LineNr"> 283 </span> hidden?:bool <span class="Special"><-</span> lesser-than idx, render-from <span id="L284" class="LineNr"> 284 </span> <span class="Delimiter">{</span> -<span id="L285" class="LineNr"> 285 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> hidden? -<span id="L286" class="LineNr"> 286 </span> <span class="Conceal">¦</span> <span class="Comment"># render sandbox menu</span> -<span id="L287" class="LineNr"> 287 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L288" class="LineNr"> 288 </span> <span class="Conceal">¦</span> at-bottom?:bool <span class="Special"><-</span> greater-or-equal row, <a href='../081print.mu.html#L782'>screen-height</a> -<span id="L289" class="LineNr"> 289 </span> <span class="Conceal">¦</span> <span class="muControl">return-if</span> at-bottom? -<span id="L290" class="LineNr"> 290 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, left -<span id="L291" class="LineNr"> 291 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='005-sandbox.mu.html#L333'>render-sandbox-menu</a> <a href='../081print.mu.html#L16'>screen</a>, idx, left, right -<span id="L292" class="LineNr"> 292 </span> <span class="Conceal">¦</span> <span class="Comment"># save menu row so we can detect clicks to it later</span> -<span id="L293" class="LineNr"> 293 </span> <span class="Conceal">¦</span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">starting-row-on-screen:offset</span>, row -<span id="L294" class="LineNr"> 294 </span> <span class="Conceal">¦</span> <span class="Comment"># render sandbox contents</span> -<span id="L295" class="LineNr"> 295 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L296" class="LineNr"> 296 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, left -<span id="L297" class="LineNr"> 297 </span> <span class="Conceal">¦</span> sandbox-data:text <span class="Special"><-</span> get *sandbox, <span class="Constant">data:offset</span> -<span id="L298" class="LineNr"> 298 </span> <span class="Conceal">¦</span> row, <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='003-shortcuts.mu.html#L2062'>render-code</a> <a href='../081print.mu.html#L16'>screen</a>, sandbox-data, left, right, row -<span id="L299" class="LineNr"> 299 </span> <span class="Conceal">¦</span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">code-ending-row-on-screen:offset</span>, row -<span id="L300" class="LineNr"> 300 </span> <span class="Conceal">¦</span> <span class="Comment"># render sandbox warnings, screen or response, in that order</span> -<span id="L301" class="LineNr"> 301 </span> <span class="Conceal">¦</span> sandbox-response:text <span class="Special"><-</span> get *sandbox, <span class="Constant">response:offset</span> -<span id="L302" class="LineNr"> 302 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='005-sandbox.mu.html#L302'><render-sandbox-results></a></span> -<span id="L303" class="LineNr"> 303 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L304" class="LineNr"> 304 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> sandbox-screen:&:<a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> get *sandbox, <span class="Constant"><a href='../081print.mu.html#L16'>screen</a>:offset</span> -<span id="L305" class="LineNr"> 305 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> empty-screen?:bool <span class="Special"><-</span> <a href='../081print.mu.html#L74'>fake-screen-is-empty?</a> sandbox-screen -<span id="L306" class="LineNr"> 306 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> empty-screen? -<span id="L307" class="LineNr"> 307 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> row, <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='005-sandbox.mu.html#L509'>render-screen</a> <a href='../081print.mu.html#L16'>screen</a>, sandbox-screen, left, right, row -<span id="L308" class="LineNr"> 308 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L309" class="LineNr"> 309 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L310" class="LineNr"> 310 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> empty-screen? -<span id="L311" class="LineNr"> 311 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='005-sandbox.mu.html#L311'><render-sandbox-response></a></span> -<span id="L312" class="LineNr"> 312 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> row, <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='005-sandbox.mu.html#L398'>render-text</a> <a href='../081print.mu.html#L16'>screen</a>, sandbox-response, left, right, <span class="Constant">245/grey</span>, row -<span id="L313" class="LineNr"> 313 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L314" class="LineNr"> 314 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> +render-sandbox-end</span> -<span id="L315" class="LineNr"> 315 </span> <span class="Conceal">¦</span> at-bottom?:bool <span class="Special"><-</span> greater-or-equal row, <a href='../081print.mu.html#L782'>screen-height</a> -<span id="L316" class="LineNr"> 316 </span> <span class="Conceal">¦</span> <span class="muControl">return-if</span> at-bottom? -<span id="L317" class="LineNr"> 317 </span> <span class="Conceal">¦</span> <span class="Comment"># draw solid line after sandbox</span> -<span id="L318" class="LineNr"> 318 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L1116'>draw-horizontal</a> <a href='../081print.mu.html#L16'>screen</a>, row, left, right +<span id="L285" class="LineNr"> 285 </span> <span class="muControl">break-if</span> hidden? +<span id="L286" class="LineNr"> 286 </span> <span class="Comment"># render sandbox menu</span> +<span id="L287" class="LineNr"> 287 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L288" class="LineNr"> 288 </span> at-bottom?:bool <span class="Special"><-</span> greater-or-equal row, screen-height +<span id="L289" class="LineNr"> 289 </span> <span class="muControl">return-if</span> at-bottom? +<span id="L290" class="LineNr"> 290 </span> screen <span class="Special"><-</span> move-cursor screen, row, left +<span id="L291" class="LineNr"> 291 </span> screen <span class="Special"><-</span> render-sandbox-menu screen, idx, left, right +<span id="L292" class="LineNr"> 292 </span> <span class="Comment"># save menu row so we can detect clicks to it later</span> +<span id="L293" class="LineNr"> 293 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">starting-row-on-screen:offset</span>, row +<span id="L294" class="LineNr"> 294 </span> <span class="Comment"># render sandbox contents</span> +<span id="L295" class="LineNr"> 295 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L296" class="LineNr"> 296 </span> screen <span class="Special"><-</span> move-cursor screen, row, left +<span id="L297" class="LineNr"> 297 </span> sandbox-data:text <span class="Special"><-</span> get *sandbox, <span class="Constant">data:offset</span> +<span id="L298" class="LineNr"> 298 </span> row, screen <span class="Special"><-</span> render-code screen, sandbox-data, left, right, row +<span id="L299" class="LineNr"> 299 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">code-ending-row-on-screen:offset</span>, row +<span id="L300" class="LineNr"> 300 </span> <span class="Comment"># render sandbox warnings, screen or response, in that order</span> +<span id="L301" class="LineNr"> 301 </span> sandbox-response:text <span class="Special"><-</span> get *sandbox, <span class="Constant">response:offset</span> +<span id="L302" class="LineNr"> 302 </span><span class="Constant"> <render-sandbox-results></span> +<span id="L303" class="LineNr"> 303 </span> <span class="Delimiter">{</span> +<span id="L304" class="LineNr"> 304 </span> sandbox-screen:&:screen <span class="Special"><-</span> get *sandbox, <span class="Constant">screen:offset</span> +<span id="L305" class="LineNr"> 305 </span> empty-screen?:bool <span class="Special"><-</span> fake-screen-is-empty? sandbox-screen +<span id="L306" class="LineNr"> 306 </span> <span class="muControl">break-if</span> empty-screen? +<span id="L307" class="LineNr"> 307 </span> row, screen <span class="Special"><-</span> render-screen screen, sandbox-screen, left, right, row +<span id="L308" class="LineNr"> 308 </span> <span class="Delimiter">}</span> +<span id="L309" class="LineNr"> 309 </span> <span class="Delimiter">{</span> +<span id="L310" class="LineNr"> 310 </span> <span class="muControl">break-unless</span> empty-screen? +<span id="L311" class="LineNr"> 311 </span><span class="Constant"> <render-sandbox-response></span> +<span id="L312" class="LineNr"> 312 </span> row, screen <span class="Special"><-</span> render-text screen, sandbox-response, left, right, <span class="Constant">245/grey</span>, row +<span id="L313" class="LineNr"> 313 </span> <span class="Delimiter">}</span> +<span id="L314" class="LineNr"> 314 </span><span class="Constant"> +render-sandbox-end</span> +<span id="L315" class="LineNr"> 315 </span> at-bottom?:bool <span class="Special"><-</span> greater-or-equal row, screen-height +<span id="L316" class="LineNr"> 316 </span> <span class="muControl">return-if</span> at-bottom? +<span id="L317" class="LineNr"> 317 </span> <span class="Comment"># draw solid line after sandbox</span> +<span id="L318" class="LineNr"> 318 </span> draw-horizontal screen, row, left, right <span id="L319" class="LineNr"> 319 </span> <span class="Delimiter">}</span> <span id="L320" class="LineNr"> 320 </span> <span class="Comment"># if hidden, reset row attributes</span> <span id="L321" class="LineNr"> 321 </span> <span class="Delimiter">{</span> -<span id="L322" class="LineNr"> 322 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> hidden? -<span id="L323" class="LineNr"> 323 </span> <span class="Conceal">¦</span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">starting-row-on-screen:offset</span>,<span class="Constant"> 0</span> -<span id="L324" class="LineNr"> 324 </span> <span class="Conceal">¦</span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">code-ending-row-on-screen:offset</span>,<span class="Constant"> 0</span> -<span id="L325" class="LineNr"> 325 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='005-sandbox.mu.html#L325'><end-render-sandbox-reset-hidden></a></span> +<span id="L322" class="LineNr"> 322 </span> <span class="muControl">break-unless</span> hidden? +<span id="L323" class="LineNr"> 323 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">starting-row-on-screen:offset</span>,<span class="Constant"> 0</span> +<span id="L324" class="LineNr"> 324 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">code-ending-row-on-screen:offset</span>,<span class="Constant"> 0</span> +<span id="L325" class="LineNr"> 325 </span><span class="Constant"> <end-render-sandbox-reset-hidden></span> <span id="L326" class="LineNr"> 326 </span> <span class="Delimiter">}</span> <span id="L327" class="LineNr"> 327 </span> <span class="Comment"># draw next sandbox</span> <span id="L328" class="LineNr"> 328 </span> next-sandbox:&:sandbox <span class="Special"><-</span> get *sandbox, <span class="Constant">next-sandbox:offset</span> <span id="L329" class="LineNr"> 329 </span> next-idx:num <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> -<span id="L330" class="LineNr"> 330 </span> row, <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='005-sandbox.mu.html#L278'>render-sandboxes</a> <a href='../081print.mu.html#L16'>screen</a>, next-sandbox, left, right, row, render-from, next-idx +<span id="L330" class="LineNr"> 330 </span> row, screen <span class="Special"><-</span> render-sandboxes screen, next-sandbox, left, right, row, render-from, next-idx <span id="L331" class="LineNr"> 331 </span>] <span id="L332" class="LineNr"> 332 </span> -<span id="L333" class="LineNr"> 333 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L333'>render-sandbox-menu</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, sandbox-index:num, left:num, right:num<span class="muRecipe"> -> </span><a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L333" class="LineNr"> 333 </span><span class="muRecipe">def</span> render-sandbox-menu screen:&:screen, sandbox-index:num, left:num, right:num<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L334" class="LineNr"> 334 </span> <span class="Constant">local-scope</span> <span id="L335" class="LineNr"> 335 </span> <span class="Constant">load-inputs</span> -<span id="L336" class="LineNr"> 336 </span> <a href='../081print.mu.html#L760'>move-cursor-to-column</a> <a href='../081print.mu.html#L16'>screen</a>, left -<span id="L337" class="LineNr"> 337 </span> edit-button-left:num, edit-button-right:num, copy-button-left:num, copy-button-right:num, recipe-button-left:num, recipe-button-right:num, delete-button-left:num <span class="Special"><-</span> <a href='005-sandbox.mu.html#L378'>sandbox-menu-columns</a> left, right -<span id="L338" class="LineNr"> 338 </span> print <a href='../081print.mu.html#L16'>screen</a>, sandbox-index, <span class="Constant">232/dark-grey</span>, <span class="Constant">245/grey</span> +<span id="L336" class="LineNr"> 336 </span> move-cursor-to-column screen, left +<span id="L337" class="LineNr"> 337 </span> edit-button-left:num, edit-button-right:num, copy-button-left:num, copy-button-right:num, recipe-button-left:num, recipe-button-right:num, delete-button-left:num <span class="Special"><-</span> sandbox-menu-columns left, right +<span id="L338" class="LineNr"> 338 </span> print screen, sandbox-index, <span class="Constant">232/dark-grey</span>, <span class="Constant">245/grey</span> <span id="L339" class="LineNr"> 339 </span> start-buttons:num <span class="Special"><-</span> subtract edit-button-left,<span class="Constant"> 1</span> -<span id="L340" class="LineNr"> 340 </span> <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, start-buttons, <span class="Constant">245/grey</span> -<span id="L341" class="LineNr"> 341 </span> print <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[edit]</span>, <span class="Constant">232/black</span>, <span class="Constant">25/background-blue</span> -<span id="L342" class="LineNr"> 342 </span> <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, edit-button-right, <span class="Constant">25/background-blue</span> -<span id="L343" class="LineNr"> 343 </span> print <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[copy]</span>, <span class="Constant">232/black</span>, <span class="Constant">58/background-green</span> -<span id="L344" class="LineNr"> 344 </span> <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, copy-button-right, <span class="Constant">58/background-green</span> -<span id="L345" class="LineNr"> 345 </span> print <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[to recipe]</span>, <span class="Constant">232/black</span>, <span class="Constant">94/background-orange</span> -<span id="L346" class="LineNr"> 346 </span> <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, recipe-button-right, <span class="Constant">94/background-orange</span> -<span id="L347" class="LineNr"> 347 </span> print <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[delete]</span>, <span class="Constant">232/black</span>, <span class="Constant">52/background-red</span> -<span id="L348" class="LineNr"> 348 </span> <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, right, <span class="Constant">52/background-red</span> +<span id="L340" class="LineNr"> 340 </span> clear-line-until screen, start-buttons, <span class="Constant">245/grey</span> +<span id="L341" class="LineNr"> 341 </span> print screen, <span class="Constant">[edit]</span>, <span class="Constant">232/black</span>, <span class="Constant">25/background-blue</span> +<span id="L342" class="LineNr"> 342 </span> clear-line-until screen, edit-button-right, <span class="Constant">25/background-blue</span> +<span id="L343" class="LineNr"> 343 </span> print screen, <span class="Constant">[copy]</span>, <span class="Constant">232/black</span>, <span class="Constant">58/background-green</span> +<span id="L344" class="LineNr"> 344 </span> clear-line-until screen, copy-button-right, <span class="Constant">58/background-green</span> +<span id="L345" class="LineNr"> 345 </span> print screen, <span class="Constant">[to recipe]</span>, <span class="Constant">232/black</span>, <span class="Constant">94/background-orange</span> +<span id="L346" class="LineNr"> 346 </span> clear-line-until screen, recipe-button-right, <span class="Constant">94/background-orange</span> +<span id="L347" class="LineNr"> 347 </span> print screen, <span class="Constant">[delete]</span>, <span class="Constant">232/black</span>, <span class="Constant">52/background-red</span> +<span id="L348" class="LineNr"> 348 </span> clear-line-until screen, right, <span class="Constant">52/background-red</span> <span id="L349" class="LineNr"> 349 </span>] <span id="L350" class="LineNr"> 350 </span> <span id="L351" class="LineNr"> 351 </span><span class="muScenario">scenario</span> skip-rendering-sandbox-menu-past-bottom-row [ @@ -416,29 +415,29 @@ if ('onhashchange' in window) { <span id="L353" class="LineNr"> 353 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">6/height</span> <span id="L354" class="LineNr"> 354 </span> <span class="Comment"># recipe editor is empty</span> <span id="L355" class="LineNr"> 355 </span> assume-resources [ -<span id="L356" class="LineNr"> 356 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/0]</span> <span class="Special"><-</span> <span class="Constant">[|add 2, 2|]</span> -<span id="L357" class="LineNr"> 357 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/1]</span> <span class="Special"><-</span> <span class="Constant">[|add 1, 1|]</span> +<span id="L356" class="LineNr"> 356 </span> <span class="Constant">[lesson/0]</span> <span class="Special"><-</span> <span class="Constant">[|add 2, 2|]</span> +<span id="L357" class="LineNr"> 357 </span> <span class="Constant">[lesson/1]</span> <span class="Special"><-</span> <span class="Constant">[|add 1, 1|]</span> <span id="L358" class="LineNr"> 358 </span> ] <span id="L359" class="LineNr"> 359 </span> <span class="Comment"># create two sandboxes such that the top one just barely fills the screen</span> -<span id="L360" class="LineNr"> 360 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[]</span> -<span id="L361" class="LineNr"> 361 </span> env <span class="Special"><-</span> <a href='005-sandbox.mu.html#L475'>restore-sandboxes</a> env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L360" class="LineNr"> 360 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[]</span> +<span id="L361" class="LineNr"> 361 </span> env <span class="Special"><-</span> restore-sandboxes env, resources <span id="L362" class="LineNr"> 362 </span> run [ -<span id="L363" class="LineNr"> 363 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L363" class="LineNr"> 363 </span> render-all screen, env, render <span id="L364" class="LineNr"> 364 </span> ] <span id="L365" class="LineNr"> 365 </span> screen-should-contain [ -<span id="L366" class="LineNr"> 366 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L367" class="LineNr"> 367 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L368" class="LineNr"> 368 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L369" class="LineNr"> 369 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L370" class="LineNr"> 370 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L371" class="LineNr"> 371 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L366" class="LineNr"> 366 </span> <span class="Constant"> . run (F4) .</span> +<span id="L367" class="LineNr"> 367 </span> <span class="Constant"> . ╎ .</span> +<span id="L368" class="LineNr"> 368 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L369" class="LineNr"> 369 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L370" class="LineNr"> 370 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L371" class="LineNr"> 371 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> <span id="L372" class="LineNr"> 372 </span> ] <span id="L373" class="LineNr"> 373 </span>] <span id="L374" class="LineNr"> 374 </span> <span id="L375" class="LineNr"> 375 </span><span class="Comment"># divide up the menu bar for a sandbox into 3 segments, for edit/copy/delete buttons</span> <span id="L376" class="LineNr"> 376 </span><span class="Comment"># delete-button-right == right</span> <span id="L377" class="LineNr"> 377 </span><span class="Comment"># all left/right pairs are inclusive</span> -<span id="L378" class="LineNr"> 378 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L378'>sandbox-menu-columns</a> left:num, right:num<span class="muRecipe"> -> </span>edit-button-left:num, edit-button-right:num, copy-button-left:num, copy-button-right:num, recipe-button-left:num, recipe-button-right:num, delete-button-left:num [ +<span id="L378" class="LineNr"> 378 </span><span class="muRecipe">def</span> sandbox-menu-columns left:num, right:num<span class="muRecipe"> -> </span>edit-button-left:num, edit-button-right:num, copy-button-left:num, copy-button-right:num, recipe-button-left:num, recipe-button-right:num, delete-button-left:num [ <span id="L379" class="LineNr"> 379 </span> <span class="Constant">local-scope</span> <span id="L380" class="LineNr"> 380 </span> <span class="Constant">load-inputs</span> <span id="L381" class="LineNr"> 381 </span> start-buttons:num <span class="Special"><-</span> add left, <span class="Constant">4/space-for-sandbox-index</span> @@ -458,110 +457,110 @@ if ('onhashchange' in window) { <span id="L395" class="LineNr"> 395 </span><span class="Comment"># print a text 's' to 'editor' in 'color' starting at 'row'</span> <span id="L396" class="LineNr"> 396 </span><span class="Comment"># clear rest of last line, move cursor to next line</span> <span id="L397" class="LineNr"> 397 </span><span class="Comment"># like 'render-code' but without syntax-based colorization</span> -<span id="L398" class="LineNr"> 398 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L398'>render-text</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, s:text, left:num, right:num, color:num, row:num<span class="muRecipe"> -> </span>row:num, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L398" class="LineNr"> 398 </span><span class="muRecipe">def</span> render-text screen:&:screen, s:text, left:num, right:num, color:num, row:num<span class="muRecipe"> -> </span>row:num, screen:&:screen [ <span id="L399" class="LineNr"> 399 </span> <span class="Constant">local-scope</span> <span id="L400" class="LineNr"> 400 </span> <span class="Constant">load-inputs</span> <span id="L401" class="LineNr"> 401 </span> <span class="muControl">return-unless</span> s <span id="L402" class="LineNr"> 402 </span> column:num <span class="Special"><-</span> copy left -<span id="L403" class="LineNr"> 403 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, column -<span id="L404" class="LineNr"> 404 </span> <a href='../081print.mu.html#L782'>screen-height</a>:num <span class="Special"><-</span> <a href='../081print.mu.html#L782'>screen-height</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L403" class="LineNr"> 403 </span> screen <span class="Special"><-</span> move-cursor screen, row, column +<span id="L404" class="LineNr"> 404 </span> screen-height:num <span class="Special"><-</span> screen-height screen <span id="L405" class="LineNr"> 405 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L406" class="LineNr"> 406 </span> len:num <span class="Special"><-</span> length *s <span id="L407" class="LineNr"> 407 </span> <span class="Delimiter">{</span> -<span id="L408" class="LineNr"> 408 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> +next-character</span> -<span id="L409" class="LineNr"> 409 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, len -<span id="L410" class="LineNr"> 410 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L411" class="LineNr"> 411 </span> <span class="Conceal">¦</span> done? <span class="Special"><-</span> greater-or-equal row, <a href='../081print.mu.html#L782'>screen-height</a> -<span id="L412" class="LineNr"> 412 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L413" class="LineNr"> 413 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> index *s, i -<span id="L414" class="LineNr"> 414 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L415" class="LineNr"> 415 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># newline? move to left rather than 0</span> -<span id="L416" class="LineNr"> 416 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> -<span id="L417" class="LineNr"> 417 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> newline? -<span id="L418" class="LineNr"> 418 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># clear rest of line in this window</span> -<span id="L419" class="LineNr"> 419 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L420" class="LineNr"> 420 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-than column, right -<span id="L421" class="LineNr"> 421 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L422" class="LineNr"> 422 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> space:char <span class="Special"><-</span> copy <span class="Constant">32/space</span> -<span id="L423" class="LineNr"> 423 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, space -<span id="L424" class="LineNr"> 424 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> -<span id="L425" class="LineNr"> 425 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> -<span id="L426" class="LineNr"> 426 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L427" class="LineNr"> 427 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L428" class="LineNr"> 428 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special"><-</span> copy left -<span id="L429" class="LineNr"> 429 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, column -<span id="L430" class="LineNr"> 430 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L431" class="LineNr"> 431 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-character</span> -<span id="L432" class="LineNr"> 432 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L433" class="LineNr"> 433 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L434" class="LineNr"> 434 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># at right? wrap.</span> -<span id="L435" class="LineNr"> 435 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-right?:bool <span class="Special"><-</span> equal column, right -<span id="L436" class="LineNr"> 436 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> at-right? -<span id="L437" class="LineNr"> 437 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># print wrap icon</span> -<span id="L438" class="LineNr"> 438 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> wrap-icon:char <span class="Special"><-</span> copy <span class="Constant">8617/loop-back-to-left</span> -<span id="L439" class="LineNr"> 439 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, wrap-icon, <span class="Constant">245/grey</span> -<span id="L440" class="LineNr"> 440 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special"><-</span> copy left -<span id="L441" class="LineNr"> 441 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L442" class="LineNr"> 442 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, column -<span id="L443" class="LineNr"> 443 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># don't increment i</span> -<span id="L444" class="LineNr"> 444 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-character</span> -<span id="L445" class="LineNr"> 445 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L446" class="LineNr"> 446 </span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L447" class="LineNr"> 447 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, c, color -<span id="L448" class="LineNr"> 448 </span> <span class="Conceal">¦</span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> -<span id="L449" class="LineNr"> 449 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L408" class="LineNr"> 408 </span><span class="Constant"> +next-character</span> +<span id="L409" class="LineNr"> 409 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, len +<span id="L410" class="LineNr"> 410 </span> <span class="muControl">break-if</span> done? +<span id="L411" class="LineNr"> 411 </span> done? <span class="Special"><-</span> greater-or-equal row, screen-height +<span id="L412" class="LineNr"> 412 </span> <span class="muControl">break-if</span> done? +<span id="L413" class="LineNr"> 413 </span> c:char <span class="Special"><-</span> index *s, i +<span id="L414" class="LineNr"> 414 </span> <span class="Delimiter">{</span> +<span id="L415" class="LineNr"> 415 </span> <span class="Comment"># newline? move to left rather than 0</span> +<span id="L416" class="LineNr"> 416 </span> newline?:bool <span class="Special"><-</span> equal c, <span class="Constant">10/newline</span> +<span id="L417" class="LineNr"> 417 </span> <span class="muControl">break-unless</span> newline? +<span id="L418" class="LineNr"> 418 </span> <span class="Comment"># clear rest of line in this window</span> +<span id="L419" class="LineNr"> 419 </span> <span class="Delimiter">{</span> +<span id="L420" class="LineNr"> 420 </span> done?:bool <span class="Special"><-</span> greater-than column, right +<span id="L421" class="LineNr"> 421 </span> <span class="muControl">break-if</span> done? +<span id="L422" class="LineNr"> 422 </span> space:char <span class="Special"><-</span> copy <span class="Constant">32/space</span> +<span id="L423" class="LineNr"> 423 </span> print screen, space +<span id="L424" class="LineNr"> 424 </span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> +<span id="L425" class="LineNr"> 425 </span> <span class="muControl"> loop</span> +<span id="L426" class="LineNr"> 426 </span> <span class="Delimiter">}</span> +<span id="L427" class="LineNr"> 427 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L428" class="LineNr"> 428 </span> column <span class="Special"><-</span> copy left +<span id="L429" class="LineNr"> 429 </span> screen <span class="Special"><-</span> move-cursor screen, row, column +<span id="L430" class="LineNr"> 430 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L431" class="LineNr"> 431 </span> <span class="muControl"> loop</span> <span class="Constant">+next-character</span> +<span id="L432" class="LineNr"> 432 </span> <span class="Delimiter">}</span> +<span id="L433" class="LineNr"> 433 </span> <span class="Delimiter">{</span> +<span id="L434" class="LineNr"> 434 </span> <span class="Comment"># at right? wrap.</span> +<span id="L435" class="LineNr"> 435 </span> at-right?:bool <span class="Special"><-</span> equal column, right +<span id="L436" class="LineNr"> 436 </span> <span class="muControl">break-unless</span> at-right? +<span id="L437" class="LineNr"> 437 </span> <span class="Comment"># print wrap icon</span> +<span id="L438" class="LineNr"> 438 </span> wrap-icon:char <span class="Special"><-</span> copy <span class="Constant">8617/loop-back-to-left</span> +<span id="L439" class="LineNr"> 439 </span> print screen, wrap-icon, <span class="Constant">245/grey</span> +<span id="L440" class="LineNr"> 440 </span> column <span class="Special"><-</span> copy left +<span id="L441" class="LineNr"> 441 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L442" class="LineNr"> 442 </span> screen <span class="Special"><-</span> move-cursor screen, row, column +<span id="L443" class="LineNr"> 443 </span> <span class="Comment"># don't increment i</span> +<span id="L444" class="LineNr"> 444 </span> <span class="muControl"> loop</span> <span class="Constant">+next-character</span> +<span id="L445" class="LineNr"> 445 </span> <span class="Delimiter">}</span> +<span id="L446" class="LineNr"> 446 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L447" class="LineNr"> 447 </span> print screen, c, color +<span id="L448" class="LineNr"> 448 </span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> +<span id="L449" class="LineNr"> 449 </span> <span class="muControl"> loop</span> <span id="L450" class="LineNr"> 450 </span> <span class="Delimiter">}</span> <span id="L451" class="LineNr"> 451 </span> was-at-left?:bool <span class="Special"><-</span> equal column, left -<span id="L452" class="LineNr"> 452 </span> <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, right +<span id="L452" class="LineNr"> 452 </span> clear-line-until screen, right <span id="L453" class="LineNr"> 453 </span> <span class="Delimiter">{</span> -<span id="L454" class="LineNr"> 454 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> was-at-left? -<span id="L455" class="LineNr"> 455 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L454" class="LineNr"> 454 </span> <span class="muControl">break-if</span> was-at-left? +<span id="L455" class="LineNr"> 455 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> <span id="L456" class="LineNr"> 456 </span> <span class="Delimiter">}</span> -<span id="L457" class="LineNr"> 457 </span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, left +<span id="L457" class="LineNr"> 457 </span> move-cursor screen, row, left <span id="L458" class="LineNr"> 458 </span>] <span id="L459" class="LineNr"> 459 </span> <span id="L460" class="LineNr"> 460 </span><span class="muScenario">scenario</span> render-text-wraps-barely-long-lines [ <span id="L461" class="LineNr"> 461 </span> <span class="Constant">local-scope</span> <span id="L462" class="LineNr"> 462 </span> assume-screen <span class="Constant">5/width</span>, <span class="Constant">5/height</span> <span id="L463" class="LineNr"> 463 </span> run [ -<span id="L464" class="LineNr"> 464 </span> <span class="Conceal">¦</span> <a href='005-sandbox.mu.html#L398'>render-text</a> <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[abcde]</span>, <span class="Constant">0/left</span>, <span class="Constant">4/right</span>, <span class="Constant">7/white</span>, <span class="Constant">1/row</span> +<span id="L464" class="LineNr"> 464 </span> render-text screen, <span class="Constant">[abcde]</span>, <span class="Constant">0/left</span>, <span class="Constant">4/right</span>, <span class="Constant">7/white</span>, <span class="Constant">1/row</span> <span id="L465" class="LineNr"> 465 </span> ] <span id="L466" class="LineNr"> 466 </span> screen-should-contain [ -<span id="L467" class="LineNr"> 467 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L468" class="LineNr"> 468 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .abcd↩.</span> -<span id="L469" class="LineNr"> 469 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L470" class="LineNr"> 470 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L467" class="LineNr"> 467 </span> <span class="Constant"> . .</span> +<span id="L468" class="LineNr"> 468 </span><span class="Constant"> .abcd↩.</span> +<span id="L469" class="LineNr"> 469 </span> <span class="Constant"> .e .</span> +<span id="L470" class="LineNr"> 470 </span> <span class="Constant"> . .</span> <span id="L471" class="LineNr"> 471 </span> ] <span id="L472" class="LineNr"> 472 </span>] <span id="L473" class="LineNr"> 473 </span> <span id="L474" class="LineNr"> 474 </span><span class="Comment"># assumes programming environment has no sandboxes; restores them from previous session</span> -<span id="L475" class="LineNr"> 475 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L475'>restore-sandboxes</a> env:&:environment, <a href='../088file.mu.html#L11'>resources</a>:&:<a href='../088file.mu.html#L11'>resources</a><span class="muRecipe"> -> </span>env:&:environment [ +<span id="L475" class="LineNr"> 475 </span><span class="muRecipe">def</span> restore-sandboxes env:&:environment, resources:&:resources<span class="muRecipe"> -> </span>env:&:environment [ <span id="L476" class="LineNr"> 476 </span> <span class="Constant">local-scope</span> <span id="L477" class="LineNr"> 477 </span> <span class="Constant">load-inputs</span> <span id="L478" class="LineNr"> 478 </span> <span class="Comment"># read all scenarios, pushing them to end of a list of scenarios</span> <span id="L479" class="LineNr"> 479 </span> idx:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L480" class="LineNr"> 480 </span> curr:&:sandbox <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L481" class="LineNr"> 481 </span> <a href='../065duplex_list.mu.html#L32'>prev</a>:&:sandbox <span class="Special"><-</span> copy<span class="Constant"> 0</span> +<span id="L481" class="LineNr"> 481 </span> prev:&:sandbox <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L482" class="LineNr"> 482 </span> <span class="Delimiter">{</span> -<span id="L483" class="LineNr"> 483 </span> <span class="Conceal">¦</span> filename:text <span class="Special"><-</span> append <span class="Constant">[lesson/]</span>, idx -<span id="L484" class="LineNr"> 484 </span> <span class="Conceal">¦</span> contents:text <span class="Special"><-</span> <a href='../088file.mu.html#L38'>slurp</a> <a href='../088file.mu.html#L11'>resources</a>, filename -<span id="L485" class="LineNr"> 485 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> contents <span class="Comment"># stop at first error; assuming file didn't exist</span> -<span id="L486" class="LineNr"> 486 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># todo: handle empty sandbox</span> -<span id="L487" class="LineNr"> 487 </span> <span class="Conceal">¦</span> <span class="Comment"># create new sandbox for file</span> -<span id="L488" class="LineNr"> 488 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> new <span class="Constant">sandbox:type</span> -<span id="L489" class="LineNr"> 489 </span> <span class="Conceal">¦</span> *curr <span class="Special"><-</span> put *curr, <span class="Constant">data:offset</span>, contents -<span id="L490" class="LineNr"> 490 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='005-sandbox.mu.html#L490'><end-restore-sandbox></a></span> -<span id="L491" class="LineNr"> 491 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L492" class="LineNr"> 492 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> idx -<span id="L493" class="LineNr"> 493 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *env <span class="Special"><-</span> put *env, <span class="Constant">sandbox:offset</span>, curr -<span id="L494" class="LineNr"> 494 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L495" class="LineNr"> 495 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L496" class="LineNr"> 496 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> idx -<span id="L497" class="LineNr"> 497 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *prev <span class="Special"><-</span> put *prev, <span class="Constant">next-sandbox:offset</span>, curr -<span id="L498" class="LineNr"> 498 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L499" class="LineNr"> 499 </span> <span class="Conceal">¦</span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> -<span id="L500" class="LineNr"> 500 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L32'>prev</a> <span class="Special"><-</span> copy curr -<span id="L501" class="LineNr"> 501 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L483" class="LineNr"> 483 </span> filename:text <span class="Special"><-</span> append <span class="Constant">[lesson/]</span>, idx +<span id="L484" class="LineNr"> 484 </span> contents:text <span class="Special"><-</span> slurp resources, filename +<span id="L485" class="LineNr"> 485 </span> <span class="muControl">break-unless</span> contents <span class="Comment"># stop at first error; assuming file didn't exist</span> +<span id="L486" class="LineNr"> 486 </span> <span class="Comment"># todo: handle empty sandbox</span> +<span id="L487" class="LineNr"> 487 </span> <span class="Comment"># create new sandbox for file</span> +<span id="L488" class="LineNr"> 488 </span> curr <span class="Special"><-</span> new <span class="Constant">sandbox:type</span> +<span id="L489" class="LineNr"> 489 </span> *curr <span class="Special"><-</span> put *curr, <span class="Constant">data:offset</span>, contents +<span id="L490" class="LineNr"> 490 </span><span class="Constant"> <end-restore-sandbox></span> +<span id="L491" class="LineNr"> 491 </span> <span class="Delimiter">{</span> +<span id="L492" class="LineNr"> 492 </span> <span class="muControl">break-if</span> idx +<span id="L493" class="LineNr"> 493 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">sandbox:offset</span>, curr +<span id="L494" class="LineNr"> 494 </span> <span class="Delimiter">}</span> +<span id="L495" class="LineNr"> 495 </span> <span class="Delimiter">{</span> +<span id="L496" class="LineNr"> 496 </span> <span class="muControl">break-unless</span> idx +<span id="L497" class="LineNr"> 497 </span> *prev <span class="Special"><-</span> put *prev, <span class="Constant">next-sandbox:offset</span>, curr +<span id="L498" class="LineNr"> 498 </span> <span class="Delimiter">}</span> +<span id="L499" class="LineNr"> 499 </span> idx <span class="Special"><-</span> add idx,<span class="Constant"> 1</span> +<span id="L500" class="LineNr"> 500 </span> prev <span class="Special"><-</span> copy curr +<span id="L501" class="LineNr"> 501 </span> <span class="muControl"> loop</span> <span id="L502" class="LineNr"> 502 </span> <span class="Delimiter">}</span> <span id="L503" class="LineNr"> 503 </span> <span class="Comment"># update sandbox count</span> <span id="L504" class="LineNr"> 504 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">number-of-sandboxes:offset</span>, idx @@ -569,68 +568,68 @@ if ('onhashchange' in window) { <span id="L506" class="LineNr"> 506 </span> <span id="L507" class="LineNr"> 507 </span><span class="Comment"># print the fake sandbox screen to 'screen' with appropriate delimiters</span> <span id="L508" class="LineNr"> 508 </span><span class="Comment"># leave cursor at start of next line</span> -<span id="L509" class="LineNr"> 509 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L509'>render-screen</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, sandbox-screen:&:<a href='../081print.mu.html#L16'>screen</a>, left:num, right:num, row:num<span class="muRecipe"> -> </span>row:num, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L509" class="LineNr"> 509 </span><span class="muRecipe">def</span> render-screen screen:&:screen, sandbox-screen:&:screen, left:num, right:num, row:num<span class="muRecipe"> -> </span>row:num, screen:&:screen [ <span id="L510" class="LineNr"> 510 </span> <span class="Constant">local-scope</span> <span id="L511" class="LineNr"> 511 </span> <span class="Constant">load-inputs</span> <span id="L512" class="LineNr"> 512 </span> <span class="muControl">return-unless</span> sandbox-screen <span id="L513" class="LineNr"> 513 </span> <span class="Comment"># print 'screen:'</span> -<span id="L514" class="LineNr"> 514 </span> row <span class="Special"><-</span> <a href='005-sandbox.mu.html#L398'>render-text</a> <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[screen:]</span>, left, right, <span class="Constant">245/grey</span>, row -<span id="L515" class="LineNr"> 515 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, left +<span id="L514" class="LineNr"> 514 </span> row <span class="Special"><-</span> render-text screen, <span class="Constant">[screen:]</span>, left, right, <span class="Constant">245/grey</span>, row +<span id="L515" class="LineNr"> 515 </span> screen <span class="Special"><-</span> move-cursor screen, row, left <span id="L516" class="LineNr"> 516 </span> <span class="Comment"># start printing sandbox-screen</span> <span id="L517" class="LineNr"> 517 </span> column:num <span class="Special"><-</span> copy left -<span id="L518" class="LineNr"> 518 </span> s-width:num <span class="Special"><-</span> <a href='../081print.mu.html#L768'>screen-width</a> sandbox-screen -<span id="L519" class="LineNr"> 519 </span> s-height:num <span class="Special"><-</span> <a href='../081print.mu.html#L782'>screen-height</a> sandbox-screen -<span id="L520" class="LineNr"> 520 </span> buf:&:@:<a href='../081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> get *sandbox-screen, <span class="Constant">data:offset</span> +<span id="L518" class="LineNr"> 518 </span> s-width:num <span class="Special"><-</span> screen-width sandbox-screen +<span id="L519" class="LineNr"> 519 </span> s-height:num <span class="Special"><-</span> screen-height sandbox-screen +<span id="L520" class="LineNr"> 520 </span> buf:&:@:screen-cell <span class="Special"><-</span> get *sandbox-screen, <span class="Constant">data:offset</span> <span id="L521" class="LineNr"> 521 </span> stop-printing:num <span class="Special"><-</span> add left, s-width,<span class="Constant"> 3</span> <span id="L522" class="LineNr"> 522 </span> max-column:num <span class="Special"><-</span> min stop-printing, right <span id="L523" class="LineNr"> 523 </span> i:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L524" class="LineNr"> 524 </span> len:num <span class="Special"><-</span> length *buf -<span id="L525" class="LineNr"> 525 </span> <a href='../081print.mu.html#L782'>screen-height</a>:num <span class="Special"><-</span> <a href='../081print.mu.html#L782'>screen-height</a> <a href='../081print.mu.html#L16'>screen</a> +<span id="L525" class="LineNr"> 525 </span> screen-height:num <span class="Special"><-</span> screen-height screen <span id="L526" class="LineNr"> 526 </span> <span class="Delimiter">{</span> -<span id="L527" class="LineNr"> 527 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal i, len -<span id="L528" class="LineNr"> 528 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L529" class="LineNr"> 529 </span> <span class="Conceal">¦</span> done? <span class="Special"><-</span> greater-or-equal row, <a href='../081print.mu.html#L782'>screen-height</a> -<span id="L530" class="LineNr"> 530 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L531" class="LineNr"> 531 </span> <span class="Conceal">¦</span> column <span class="Special"><-</span> copy left -<span id="L532" class="LineNr"> 532 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, row, column -<span id="L533" class="LineNr"> 533 </span> <span class="Conceal">¦</span> <span class="Comment"># initial leader for each row: two spaces and a '.'</span> -<span id="L534" class="LineNr"> 534 </span> <span class="Conceal">¦</span> space:char <span class="Special"><-</span> copy <span class="Constant">32/space</span> -<span id="L535" class="LineNr"> 535 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, space, <span class="Constant">245/grey</span> -<span id="L536" class="LineNr"> 536 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, space, <span class="Constant">245/grey</span> -<span id="L537" class="LineNr"> 537 </span> <span class="Conceal">¦</span> full-stop:char <span class="Special"><-</span> copy <span class="Constant">46/period</span> -<span id="L538" class="LineNr"> 538 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, full-stop, <span class="Constant">245/grey</span> -<span id="L539" class="LineNr"> 539 </span> <span class="Conceal">¦</span> column <span class="Special"><-</span> add left,<span class="Constant"> 3</span> -<span id="L540" class="LineNr"> 540 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L541" class="LineNr"> 541 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># print row</span> -<span id="L542" class="LineNr"> 542 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> row-done?:bool <span class="Special"><-</span> greater-or-equal column, max-column -<span id="L543" class="LineNr"> 543 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> row-done? -<span id="L544" class="LineNr"> 544 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr:<a href='../081print.mu.html#L27'>screen-cell</a> <span class="Special"><-</span> index *buf, i -<span id="L545" class="LineNr"> 545 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> get curr, <span class="Constant">contents:offset</span> -<span id="L546" class="LineNr"> 546 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> color:num <span class="Special"><-</span> get curr, <span class="Constant">color:offset</span> -<span id="L547" class="LineNr"> 547 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L548" class="LineNr"> 548 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># damp whites down to grey</span> -<span id="L549" class="LineNr"> 549 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> white?:bool <span class="Special"><-</span> equal color, <span class="Constant">7/white</span> -<span id="L550" class="LineNr"> 550 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> white? -<span id="L551" class="LineNr"> 551 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> color <span class="Special"><-</span> copy <span class="Constant">245/grey</span> -<span id="L552" class="LineNr"> 552 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L553" class="LineNr"> 553 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, c, color -<span id="L554" class="LineNr"> 554 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> -<span id="L555" class="LineNr"> 555 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> -<span id="L556" class="LineNr"> 556 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> -<span id="L557" class="LineNr"> 557 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L558" class="LineNr"> 558 </span> <span class="Conceal">¦</span> <span class="Comment"># print final '.'</span> -<span id="L559" class="LineNr"> 559 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, full-stop, <span class="Constant">245/grey</span> -<span id="L560" class="LineNr"> 560 </span> <span class="Conceal">¦</span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> -<span id="L561" class="LineNr"> 561 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L562" class="LineNr"> 562 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># clear rest of current line</span> -<span id="L563" class="LineNr"> 563 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> line-done?:bool <span class="Special"><-</span> greater-than column, right -<span id="L564" class="LineNr"> 564 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> line-done? -<span id="L565" class="LineNr"> 565 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, space -<span id="L566" class="LineNr"> 566 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> -<span id="L567" class="LineNr"> 567 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> -<span id="L568" class="LineNr"> 568 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L569" class="LineNr"> 569 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L570" class="LineNr"> 570 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L527" class="LineNr"> 527 </span> done?:bool <span class="Special"><-</span> greater-or-equal i, len +<span id="L528" class="LineNr"> 528 </span> <span class="muControl">break-if</span> done? +<span id="L529" class="LineNr"> 529 </span> done? <span class="Special"><-</span> greater-or-equal row, screen-height +<span id="L530" class="LineNr"> 530 </span> <span class="muControl">break-if</span> done? +<span id="L531" class="LineNr"> 531 </span> column <span class="Special"><-</span> copy left +<span id="L532" class="LineNr"> 532 </span> screen <span class="Special"><-</span> move-cursor screen, row, column +<span id="L533" class="LineNr"> 533 </span> <span class="Comment"># initial leader for each row: two spaces and a '.'</span> +<span id="L534" class="LineNr"> 534 </span> space:char <span class="Special"><-</span> copy <span class="Constant">32/space</span> +<span id="L535" class="LineNr"> 535 </span> print screen, space, <span class="Constant">245/grey</span> +<span id="L536" class="LineNr"> 536 </span> print screen, space, <span class="Constant">245/grey</span> +<span id="L537" class="LineNr"> 537 </span> full-stop:char <span class="Special"><-</span> copy <span class="Constant">46/period</span> +<span id="L538" class="LineNr"> 538 </span> print screen, full-stop, <span class="Constant">245/grey</span> +<span id="L539" class="LineNr"> 539 </span> column <span class="Special"><-</span> add left,<span class="Constant"> 3</span> +<span id="L540" class="LineNr"> 540 </span> <span class="Delimiter">{</span> +<span id="L541" class="LineNr"> 541 </span> <span class="Comment"># print row</span> +<span id="L542" class="LineNr"> 542 </span> row-done?:bool <span class="Special"><-</span> greater-or-equal column, max-column +<span id="L543" class="LineNr"> 543 </span> <span class="muControl">break-if</span> row-done? +<span id="L544" class="LineNr"> 544 </span> curr:screen-cell <span class="Special"><-</span> index *buf, i +<span id="L545" class="LineNr"> 545 </span> c:char <span class="Special"><-</span> get curr, <span class="Constant">contents:offset</span> +<span id="L546" class="LineNr"> 546 </span> color:num <span class="Special"><-</span> get curr, <span class="Constant">color:offset</span> +<span id="L547" class="LineNr"> 547 </span> <span class="Delimiter">{</span> +<span id="L548" class="LineNr"> 548 </span> <span class="Comment"># damp whites down to grey</span> +<span id="L549" class="LineNr"> 549 </span> white?:bool <span class="Special"><-</span> equal color, <span class="Constant">7/white</span> +<span id="L550" class="LineNr"> 550 </span> <span class="muControl">break-unless</span> white? +<span id="L551" class="LineNr"> 551 </span> color <span class="Special"><-</span> copy <span class="Constant">245/grey</span> +<span id="L552" class="LineNr"> 552 </span> <span class="Delimiter">}</span> +<span id="L553" class="LineNr"> 553 </span> print screen, c, color +<span id="L554" class="LineNr"> 554 </span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> +<span id="L555" class="LineNr"> 555 </span> i <span class="Special"><-</span> add i,<span class="Constant"> 1</span> +<span id="L556" class="LineNr"> 556 </span> <span class="muControl"> loop</span> +<span id="L557" class="LineNr"> 557 </span> <span class="Delimiter">}</span> +<span id="L558" class="LineNr"> 558 </span> <span class="Comment"># print final '.'</span> +<span id="L559" class="LineNr"> 559 </span> print screen, full-stop, <span class="Constant">245/grey</span> +<span id="L560" class="LineNr"> 560 </span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> +<span id="L561" class="LineNr"> 561 </span> <span class="Delimiter">{</span> +<span id="L562" class="LineNr"> 562 </span> <span class="Comment"># clear rest of current line</span> +<span id="L563" class="LineNr"> 563 </span> line-done?:bool <span class="Special"><-</span> greater-than column, right +<span id="L564" class="LineNr"> 564 </span> <span class="muControl">break-if</span> line-done? +<span id="L565" class="LineNr"> 565 </span> print screen, space +<span id="L566" class="LineNr"> 566 </span> column <span class="Special"><-</span> add column,<span class="Constant"> 1</span> +<span id="L567" class="LineNr"> 567 </span> <span class="muControl"> loop</span> +<span id="L568" class="LineNr"> 568 </span> <span class="Delimiter">}</span> +<span id="L569" class="LineNr"> 569 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> +<span id="L570" class="LineNr"> 570 </span> <span class="muControl"> loop</span> <span id="L571" class="LineNr"> 571 </span> <span class="Delimiter">}</span> <span id="L572" class="LineNr"> 572 </span>] <span id="L573" class="LineNr"> 573 </span> @@ -640,71 +639,71 @@ if ('onhashchange' in window) { <span id="L577" class="LineNr"> 577 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">12/height</span> <span id="L578" class="LineNr"> 578 </span> <span class="Comment"># define a recipe (no indent for the 'add' line below so column numbers are more obvious)</span> <span id="L579" class="LineNr"> 579 </span> assume-resources [ -<span id="L580" class="LineNr"> 580 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L581" class="LineNr"> 581 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> ||</span> -<span id="L582" class="LineNr"> 582 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> -<span id="L583" class="LineNr"> 583 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | local-scope|</span> -<span id="L584" class="LineNr"> 584 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | z:num <- add 2, 2|</span> -<span id="L585" class="LineNr"> 585 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | reply z|</span> -<span id="L586" class="LineNr"> 586 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |]</span>| -<span id="L587" class="LineNr"> 587 </span> <span class="Conceal">¦</span> ] +<span id="L580" class="LineNr"> 580 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L581" class="LineNr"> 581 </span><span class="Constant"> ||</span> +<span id="L582" class="LineNr"> 582 </span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> +<span id="L583" class="LineNr"> 583 </span><span class="Constant"> | local-scope|</span> +<span id="L584" class="LineNr"> 584 </span><span class="Constant"> | z:num <- add 2, 2|</span> +<span id="L585" class="LineNr"> 585 </span><span class="Constant"> | reply z|</span> +<span id="L586" class="LineNr"> 586 </span><span class="Constant"> |]</span>| +<span id="L587" class="LineNr"> 587 </span> ] <span id="L588" class="LineNr"> 588 </span> ] <span id="L589" class="LineNr"> 589 </span> <span class="Comment"># sandbox editor contains an instruction without storing outputs</span> -<span id="L590" class="LineNr"> 590 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[foo]</span> <span class="Comment"># contents of sandbox editor</span> -<span id="L591" class="LineNr"> 591 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L590" class="LineNr"> 590 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[foo]</span> <span class="Comment"># contents of sandbox editor</span> +<span id="L591" class="LineNr"> 591 </span> render-all screen, env, render <span id="L592" class="LineNr"> 592 </span> $clear-trace <span id="L593" class="LineNr"> 593 </span> <span class="Comment"># run the code in the editors</span> <span id="L594" class="LineNr"> 594 </span> assume-console [ -<span id="L595" class="LineNr"> 595 </span> <span class="Conceal">¦</span> press F4 +<span id="L595" class="LineNr"> 595 </span> press F4 <span id="L596" class="LineNr"> 596 </span> ] -<span id="L597" class="LineNr"> 597 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L597" class="LineNr"> 597 </span> event-loop screen, console, env, resources <span id="L598" class="LineNr"> 598 </span> screen-should-contain [ -<span id="L599" class="LineNr"> 599 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L600" class="LineNr"> 600 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L601" class="LineNr"> 601 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎─────────────────────────────────────────────────.</span> -<span id="L602" class="LineNr"> 602 </span> <span class="Conceal">¦</span><span class="Constant"> . local-scope ╎0 edit copy to recipe delete .</span> -<span id="L603" class="LineNr"> 603 </span> <span class="Conceal">¦</span><span class="Constant"> . z:num <- add 2, 2 ╎foo .</span> -<span id="L604" class="LineNr"> 604 </span> <span class="Conceal">¦</span><span class="Constant"> . reply z ╎4 .</span> -<span id="L605" class="LineNr"> 605 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎─────────────────────────────────────────────────.</span> -<span id="L606" class="LineNr"> 606 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L607" class="LineNr"> 607 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L608" class="LineNr"> 608 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L599" class="LineNr"> 599 </span> <span class="Constant"> . run (F4) .</span> +<span id="L600" class="LineNr"> 600 </span> <span class="Constant"> . ╎ .</span> +<span id="L601" class="LineNr"> 601 </span> <span class="Constant"> .recipe foo [ ╎─────────────────────────────────────────────────.</span> +<span id="L602" class="LineNr"> 602 </span> <span class="Constant"> . local-scope ╎0 edit copy to recipe delete .</span> +<span id="L603" class="LineNr"> 603 </span> <span class="Constant"> . z:num <- add 2, 2 ╎foo .</span> +<span id="L604" class="LineNr"> 604 </span> <span class="Constant"> . reply z ╎4 .</span> +<span id="L605" class="LineNr"> 605 </span> <span class="Constant"> .] ╎─────────────────────────────────────────────────.</span> +<span id="L606" class="LineNr"> 606 </span> <span class="Constant"> . ╎ .</span> +<span id="L607" class="LineNr"> 607 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L608" class="LineNr"> 608 </span> <span class="Constant"> . ╎ .</span> <span id="L609" class="LineNr"> 609 </span> ] <span id="L610" class="LineNr"> 610 </span> <span class="Comment"># the new sandbox should be saved to disk</span> <span id="L611" class="LineNr"> 611 </span> trace-should-contain [ -<span id="L612" class="LineNr"> 612 </span> <span class="Conceal">¦</span> app: save sandboxes +<span id="L612" class="LineNr"> 612 </span> app: save sandboxes <span id="L613" class="LineNr"> 613 </span> ] <span id="L614" class="LineNr"> 614 </span> <span class="Comment"># no need to update editor</span> <span id="L615" class="LineNr"> 615 </span> trace-should-not-contain [ -<span id="L616" class="LineNr"> 616 </span> <span class="Conceal">¦</span> app: <a href='001-editor.mu.html#L107'>render</a> recipes +<span id="L616" class="LineNr"> 616 </span> app: render recipes <span id="L617" class="LineNr"> 617 </span> ] <span id="L618" class="LineNr"> 618 </span> <span class="Comment"># make a change (incrementing one of the args to 'add'), then rerun</span> <span id="L619" class="LineNr"> 619 </span> $clear-trace <span id="L620" class="LineNr"> 620 </span> assume-console [ -<span id="L621" class="LineNr"> 621 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 28</span> <span class="Comment"># one past the value of the second arg</span> -<span id="L622" class="LineNr"> 622 </span> <span class="Conceal">¦</span> press backspace -<span id="L623" class="LineNr"> 623 </span> <span class="Conceal">¦</span> type <span class="Constant">[3]</span> -<span id="L624" class="LineNr"> 624 </span> <span class="Conceal">¦</span> press F4 +<span id="L621" class="LineNr"> 621 </span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 28</span> <span class="Comment"># one past the value of the second arg</span> +<span id="L622" class="LineNr"> 622 </span> press backspace +<span id="L623" class="LineNr"> 623 </span> type <span class="Constant">[3]</span> +<span id="L624" class="LineNr"> 624 </span> press F4 <span id="L625" class="LineNr"> 625 </span> ] <span id="L626" class="LineNr"> 626 </span> run [ -<span id="L627" class="LineNr"> 627 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L627" class="LineNr"> 627 </span> event-loop screen, console, env, resources <span id="L628" class="LineNr"> 628 </span> ] <span id="L629" class="LineNr"> 629 </span> <span class="Comment"># check that screen updates the result on the right</span> <span id="L630" class="LineNr"> 630 </span> screen-should-contain [ -<span id="L631" class="LineNr"> 631 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L632" class="LineNr"> 632 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L633" class="LineNr"> 633 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎─────────────────────────────────────────────────.</span> -<span id="L634" class="LineNr"> 634 </span> <span class="Conceal">¦</span><span class="Constant"> . local-scope ╎0 edit copy to recipe delete .</span> -<span id="L635" class="LineNr"> 635 </span> <span class="Conceal">¦</span><span class="Constant"> . z:num <- add 2, 3 ╎foo .</span> -<span id="L636" class="LineNr"> 636 </span> <span class="Conceal">¦</span><span class="Constant"> . reply z ╎5 .</span> -<span id="L637" class="LineNr"> 637 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎─────────────────────────────────────────────────.</span> -<span id="L638" class="LineNr"> 638 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L639" class="LineNr"> 639 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L640" class="LineNr"> 640 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L631" class="LineNr"> 631 </span> <span class="Constant"> . run (F4) .</span> +<span id="L632" class="LineNr"> 632 </span> <span class="Constant"> . ╎ .</span> +<span id="L633" class="LineNr"> 633 </span> <span class="Constant"> .recipe foo [ ╎─────────────────────────────────────────────────.</span> +<span id="L634" class="LineNr"> 634 </span> <span class="Constant"> . local-scope ╎0 edit copy to recipe delete .</span> +<span id="L635" class="LineNr"> 635 </span> <span class="Constant"> . z:num <- add 2, 3 ╎foo .</span> +<span id="L636" class="LineNr"> 636 </span> <span class="Constant"> . reply z ╎5 .</span> +<span id="L637" class="LineNr"> 637 </span> <span class="Constant"> .] ╎─────────────────────────────────────────────────.</span> +<span id="L638" class="LineNr"> 638 </span> <span class="Constant"> . ╎ .</span> +<span id="L639" class="LineNr"> 639 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L640" class="LineNr"> 640 </span> <span class="Constant"> . ╎ .</span> <span id="L641" class="LineNr"> 641 </span> ] <span id="L642" class="LineNr"> 642 </span> <span class="Comment"># no need to save sandboxes all over again</span> <span id="L643" class="LineNr"> 643 </span> trace-should-not-contain [ -<span id="L644" class="LineNr"> 644 </span> <span class="Conceal">¦</span> app: save sandboxes +<span id="L644" class="LineNr"> 644 </span> app: save sandboxes <span id="L645" class="LineNr"> 645 </span> ] <span id="L646" class="LineNr"> 646 </span>] <span id="L647" class="LineNr"> 647 </span> @@ -716,67 +715,67 @@ if ('onhashchange' in window) { <span id="L653" class="LineNr"> 653 </span> assume-resources [ <span id="L654" class="LineNr"> 654 </span> ] <span id="L655" class="LineNr"> 655 </span> <span class="Comment"># sandbox editor contains an instruction</span> -<span id="L656" class="LineNr"> 656 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[print <a href='../081print.mu.html#L16'>screen</a>, 4]</span> <span class="Comment"># contents of sandbox editor</span> -<span id="L657" class="LineNr"> 657 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L656" class="LineNr"> 656 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[print screen, 4]</span> <span class="Comment"># contents of sandbox editor</span> +<span id="L657" class="LineNr"> 657 </span> render-all screen, env, render <span id="L658" class="LineNr"> 658 </span> <span class="Comment"># run the code in the editor</span> <span id="L659" class="LineNr"> 659 </span> assume-console [ -<span id="L660" class="LineNr"> 660 </span> <span class="Conceal">¦</span> press F4 +<span id="L660" class="LineNr"> 660 </span> press F4 <span id="L661" class="LineNr"> 661 </span> ] <span id="L662" class="LineNr"> 662 </span> run [ -<span id="L663" class="LineNr"> 663 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L663" class="LineNr"> 663 </span> event-loop screen, console, env, resources <span id="L664" class="LineNr"> 664 </span> ] <span id="L665" class="LineNr"> 665 </span> <span class="Comment"># check that it prints a little toy screen</span> <span id="L666" class="LineNr"> 666 </span> screen-should-contain [ -<span id="L667" class="LineNr"> 667 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L668" class="LineNr"> 668 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L669" class="LineNr"> 669 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L670" class="LineNr"> 670 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L671" class="LineNr"> 671 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎print <a href='../081print.mu.html#L16'>screen</a>, 4 .</span> -<span id="L672" class="LineNr"> 672 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎screen: .</span> -<span id="L673" class="LineNr"> 673 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .4 . .</span> -<span id="L674" class="LineNr"> 674 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ . . .</span> -<span id="L675" class="LineNr"> 675 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ . . .</span> -<span id="L676" class="LineNr"> 676 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ . . .</span> -<span id="L677" class="LineNr"> 677 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ . . .</span> -<span id="L678" class="LineNr"> 678 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L679" class="LineNr"> 679 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L667" class="LineNr"> 667 </span> <span class="Constant"> . run (F4) .</span> +<span id="L668" class="LineNr"> 668 </span> <span class="Constant"> . ╎ .</span> +<span id="L669" class="LineNr"> 669 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L670" class="LineNr"> 670 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L671" class="LineNr"> 671 </span> <span class="Constant"> . ╎print screen, 4 .</span> +<span id="L672" class="LineNr"> 672 </span> <span class="Constant"> . ╎screen: .</span> +<span id="L673" class="LineNr"> 673 </span> <span class="Constant"> . ╎ .4 . .</span> +<span id="L674" class="LineNr"> 674 </span> <span class="Constant"> . ╎ . . .</span> +<span id="L675" class="LineNr"> 675 </span> <span class="Constant"> . ╎ . . .</span> +<span id="L676" class="LineNr"> 676 </span> <span class="Constant"> . ╎ . . .</span> +<span id="L677" class="LineNr"> 677 </span> <span class="Constant"> . ╎ . . .</span> +<span id="L678" class="LineNr"> 678 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L679" class="LineNr"> 679 </span> <span class="Constant"> . ╎ .</span> <span id="L680" class="LineNr"> 680 </span> ] <span id="L681" class="LineNr"> 681 </span>] <span id="L682" class="LineNr"> 682 </span> -<span id="L683" class="LineNr"> 683 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L683'>editor-contents</a> editor:&:editor<span class="muRecipe"> -> </span>result:text [ +<span id="L683" class="LineNr"> 683 </span><span class="muRecipe">def</span> editor-contents editor:&:editor<span class="muRecipe"> -> </span>result:text [ <span id="L684" class="LineNr"> 684 </span> <span class="Constant">local-scope</span> <span id="L685" class="LineNr"> 685 </span> <span class="Constant">load-inputs</span> -<span id="L686" class="LineNr"> 686 </span> buf:&:<a href='../061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='../061text.mu.html#L125'>new-buffer</a><span class="Constant"> 80</span> -<span id="L687" class="LineNr"> 687 </span> curr:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> +<span id="L686" class="LineNr"> 686 </span> buf:&:buffer:char <span class="Special"><-</span> new-buffer<span class="Constant"> 80</span> +<span id="L687" class="LineNr"> 687 </span> curr:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> <span id="L688" class="LineNr"> 688 </span> <span class="Comment"># skip § sentinel</span> <span id="L689" class="LineNr"> 689 </span> assert curr, <span class="Constant">[editor without data is illegal; must have at least a sentinel]</span> -<span id="L690" class="LineNr"> 690 </span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr +<span id="L690" class="LineNr"> 690 </span> curr <span class="Special"><-</span> next curr <span id="L691" class="LineNr"> 691 </span> <span class="muControl">return-unless</span> curr,<span class="Constant"> 0</span> <span id="L692" class="LineNr"> 692 </span> <span class="Delimiter">{</span> -<span id="L693" class="LineNr"> 693 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> curr -<span id="L694" class="LineNr"> 694 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> -<span id="L695" class="LineNr"> 695 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> append buf, c -<span id="L696" class="LineNr"> 696 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> curr -<span id="L697" class="LineNr"> 697 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L693" class="LineNr"> 693 </span> <span class="muControl">break-unless</span> curr +<span id="L694" class="LineNr"> 694 </span> c:char <span class="Special"><-</span> get *curr, <span class="Constant">value:offset</span> +<span id="L695" class="LineNr"> 695 </span> buf <span class="Special"><-</span> append buf, c +<span id="L696" class="LineNr"> 696 </span> curr <span class="Special"><-</span> next curr +<span id="L697" class="LineNr"> 697 </span> <span class="muControl"> loop</span> <span id="L698" class="LineNr"> 698 </span> <span class="Delimiter">}</span> -<span id="L699" class="LineNr"> 699 </span> result <span class="Special"><-</span> <a href='../061text.mu.html#L338'>buffer-to-array</a> buf +<span id="L699" class="LineNr"> 699 </span> result <span class="Special"><-</span> buffer-to-array buf <span id="L700" class="LineNr"> 700 </span>] <span id="L701" class="LineNr"> 701 </span> <span id="L702" class="LineNr"> 702 </span><span class="muScenario">scenario</span> editor-provides-edited-contents [ <span id="L703" class="LineNr"> 703 </span> <span class="Constant">local-scope</span> <span id="L704" class="LineNr"> 704 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L705" class="LineNr"> 705 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L705" class="LineNr"> 705 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> <span id="L706" class="LineNr"> 706 </span> assume-console [ -<span id="L707" class="LineNr"> 707 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 2</span> -<span id="L708" class="LineNr"> 708 </span> <span class="Conceal">¦</span> type <span class="Constant">[def]</span> +<span id="L707" class="LineNr"> 707 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 2</span> +<span id="L708" class="LineNr"> 708 </span> type <span class="Constant">[def]</span> <span id="L709" class="LineNr"> 709 </span> ] <span id="L710" class="LineNr"> 710 </span> run [ -<span id="L711" class="LineNr"> 711 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L712" class="LineNr"> 712 </span> <span class="Conceal">¦</span> s:text <span class="Special"><-</span> <a href='005-sandbox.mu.html#L683'>editor-contents</a> e -<span id="L713" class="LineNr"> 713 </span> <span class="Conceal">¦</span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s +<span id="L711" class="LineNr"> 711 </span> editor-event-loop screen, console, e +<span id="L712" class="LineNr"> 712 </span> s:text <span class="Special"><-</span> editor-contents e +<span id="L713" class="LineNr"> 713 </span> 1:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s <span id="L714" class="LineNr"> 714 </span> ] <span id="L715" class="LineNr"> 715 </span> memory-should-contain [ -<span id="L716" class="LineNr"> 716 </span> <span class="Conceal">¦</span> 1:array:character <span class="Special"><-</span> <span class="Constant">[abdefc]</span> +<span id="L716" class="LineNr"> 716 </span> 1:array:character <span class="Special"><-</span> <span class="Constant">[abdefc]</span> <span id="L717" class="LineNr"> 717 </span> ] <span id="L718" class="LineNr"> 718 </span>] <span id="L719" class="LineNr"> 719 </span> @@ -788,20 +787,20 @@ if ('onhashchange' in window) { <span id="L725" class="LineNr"> 725 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">10/height</span> <span id="L726" class="LineNr"> 726 </span> assume-resources [ <span id="L727" class="LineNr"> 727 </span> ] -<span id="L728" class="LineNr"> 728 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[]</span> -<span id="L729" class="LineNr"> 729 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L728" class="LineNr"> 728 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[]</span> +<span id="L729" class="LineNr"> 729 </span> render-all screen, env, render <span id="L730" class="LineNr"> 730 </span> assume-console [ -<span id="L731" class="LineNr"> 731 </span> <span class="Conceal">¦</span> press enter -<span id="L732" class="LineNr"> 732 </span> <span class="Conceal">¦</span> press down-arrow +<span id="L731" class="LineNr"> 731 </span> press enter +<span id="L732" class="LineNr"> 732 </span> press down-arrow <span id="L733" class="LineNr"> 733 </span> ] -<span id="L734" class="LineNr"> 734 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L734" class="LineNr"> 734 </span> event-loop screen, console, env, resources <span id="L735" class="LineNr"> 735 </span> <span class="Comment"># no scroll</span> <span id="L736" class="LineNr"> 736 </span> screen-should-contain [ -<span id="L737" class="LineNr"> 737 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L738" class="LineNr"> 738 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L739" class="LineNr"> 739 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L740" class="LineNr"> 740 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L741" class="LineNr"> 741 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L737" class="LineNr"> 737 </span> <span class="Constant"> . run (F4) .</span> +<span id="L738" class="LineNr"> 738 </span> <span class="Constant"> . ╎ .</span> +<span id="L739" class="LineNr"> 739 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L740" class="LineNr"> 740 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L741" class="LineNr"> 741 </span> <span class="Constant"> . ╎ .</span> <span id="L742" class="LineNr"> 742 </span> ] <span id="L743" class="LineNr"> 743 </span>] <span id="L744" class="LineNr"> 744 </span> @@ -811,23 +810,23 @@ if ('onhashchange' in window) { <span id="L748" class="LineNr"> 748 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">10/height</span> <span id="L749" class="LineNr"> 749 </span> assume-resources [ <span id="L750" class="LineNr"> 750 </span> ] -<span id="L751" class="LineNr"> 751 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[]</span> -<span id="L752" class="LineNr"> 752 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L751" class="LineNr"> 751 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[]</span> +<span id="L752" class="LineNr"> 752 </span> render-all screen, env, render <span id="L753" class="LineNr"> 753 </span> assume-console [ -<span id="L754" class="LineNr"> 754 </span> <span class="Conceal">¦</span> press enter -<span id="L755" class="LineNr"> 755 </span> <span class="Conceal">¦</span> press up-arrow -<span id="L756" class="LineNr"> 756 </span> <span class="Conceal">¦</span> press down-arrow <span class="Comment"># while cursor isn't at bottom</span> +<span id="L754" class="LineNr"> 754 </span> press enter +<span id="L755" class="LineNr"> 755 </span> press up-arrow +<span id="L756" class="LineNr"> 756 </span> press down-arrow <span class="Comment"># while cursor isn't at bottom</span> <span id="L757" class="LineNr"> 757 </span> ] -<span id="L758" class="LineNr"> 758 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L758" class="LineNr"> 758 </span> event-loop screen, console, env, resources <span id="L759" class="LineNr"> 759 </span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> -<span id="L760" class="LineNr"> 760 </span> print <a href='../081print.mu.html#L16'>screen</a>, cursor +<span id="L760" class="LineNr"> 760 </span> print screen, cursor <span id="L761" class="LineNr"> 761 </span> <span class="Comment"># cursor moves back to bottom</span> <span id="L762" class="LineNr"> 762 </span> screen-should-contain [ -<span id="L763" class="LineNr"> 763 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L764" class="LineNr"> 764 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L765" class="LineNr"> 765 </span> <span class="Conceal">¦</span><span class="Constant"> .␣ ╎─────────────────────────────────────────────────.</span> -<span id="L766" class="LineNr"> 766 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L767" class="LineNr"> 767 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L763" class="LineNr"> 763 </span> <span class="Constant"> . run (F4) .</span> +<span id="L764" class="LineNr"> 764 </span> <span class="Constant"> . ╎ .</span> +<span id="L765" class="LineNr"> 765 </span> <span class="Constant"> .␣ ╎─────────────────────────────────────────────────.</span> +<span id="L766" class="LineNr"> 766 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L767" class="LineNr"> 767 </span> <span class="Constant"> . ╎ .</span> <span id="L768" class="LineNr"> 768 </span> ] <span id="L769" class="LineNr"> 769 </span>] <span id="L770" class="LineNr"> 770 </span> @@ -837,24 +836,24 @@ if ('onhashchange' in window) { <span id="L774" class="LineNr"> 774 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">10/height</span> <span id="L775" class="LineNr"> 775 </span> assume-resources [ <span id="L776" class="LineNr"> 776 </span> ] -<span id="L777" class="LineNr"> 777 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[]</span> -<span id="L778" class="LineNr"> 778 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L777" class="LineNr"> 777 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[]</span> +<span id="L778" class="LineNr"> 778 </span> render-all screen, env, render <span id="L779" class="LineNr"> 779 </span> assume-console [ -<span id="L780" class="LineNr"> 780 </span> <span class="Conceal">¦</span> <span class="Comment"># add a line</span> -<span id="L781" class="LineNr"> 781 </span> <span class="Conceal">¦</span> press enter -<span id="L782" class="LineNr"> 782 </span> <span class="Conceal">¦</span> <span class="Comment"># cursor back to top line</span> -<span id="L783" class="LineNr"> 783 </span> <span class="Conceal">¦</span> press up-arrow -<span id="L784" class="LineNr"> 784 </span> <span class="Conceal">¦</span> <span class="Comment"># try to scroll</span> -<span id="L785" class="LineNr"> 785 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> <span class="Comment"># or ctrl-f</span> +<span id="L780" class="LineNr"> 780 </span> <span class="Comment"># add a line</span> +<span id="L781" class="LineNr"> 781 </span> press enter +<span id="L782" class="LineNr"> 782 </span> <span class="Comment"># cursor back to top line</span> +<span id="L783" class="LineNr"> 783 </span> press up-arrow +<span id="L784" class="LineNr"> 784 </span> <span class="Comment"># try to scroll</span> +<span id="L785" class="LineNr"> 785 </span> press page-down <span class="Comment"># or ctrl-f</span> <span id="L786" class="LineNr"> 786 </span> ] -<span id="L787" class="LineNr"> 787 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L787" class="LineNr"> 787 </span> event-loop screen, console, env, resources <span id="L788" class="LineNr"> 788 </span> <span class="Comment"># no scroll, and cursor remains at top line</span> <span id="L789" class="LineNr"> 789 </span> screen-should-contain [ -<span id="L790" class="LineNr"> 790 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L791" class="LineNr"> 791 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L792" class="LineNr"> 792 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L793" class="LineNr"> 793 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L794" class="LineNr"> 794 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L790" class="LineNr"> 790 </span> <span class="Constant"> . run (F4) .</span> +<span id="L791" class="LineNr"> 791 </span> <span class="Constant"> . ╎ .</span> +<span id="L792" class="LineNr"> 792 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L793" class="LineNr"> 793 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L794" class="LineNr"> 794 </span> <span class="Constant"> . ╎ .</span> <span id="L795" class="LineNr"> 795 </span> ] <span id="L796" class="LineNr"> 796 </span>] <span id="L797" class="LineNr"> 797 </span> @@ -864,27 +863,27 @@ if ('onhashchange' in window) { <span id="L801" class="LineNr"> 801 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">10/height</span> <span id="L802" class="LineNr"> 802 </span> assume-resources [ <span id="L803" class="LineNr"> 803 </span> ] -<span id="L804" class="LineNr"> 804 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[ab</span> +<span id="L804" class="LineNr"> 804 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[ab</span> <span id="L805" class="LineNr"> 805 </span><span class="Constant">cd]</span> -<span id="L806" class="LineNr"> 806 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L806" class="LineNr"> 806 </span> render-all screen, env, render <span id="L807" class="LineNr"> 807 </span> assume-console [ -<span id="L808" class="LineNr"> 808 </span> <span class="Conceal">¦</span> <span class="Comment"># add a line</span> -<span id="L809" class="LineNr"> 809 </span> <span class="Conceal">¦</span> press enter -<span id="L810" class="LineNr"> 810 </span> <span class="Conceal">¦</span> <span class="Comment"># switch to sandbox</span> -<span id="L811" class="LineNr"> 811 </span> <span class="Conceal">¦</span> press ctrl-n -<span id="L812" class="LineNr"> 812 </span> <span class="Conceal">¦</span> <span class="Comment"># move cursor</span> -<span id="L813" class="LineNr"> 813 </span> <span class="Conceal">¦</span> press down-arrow +<span id="L808" class="LineNr"> 808 </span> <span class="Comment"># add a line</span> +<span id="L809" class="LineNr"> 809 </span> press enter +<span id="L810" class="LineNr"> 810 </span> <span class="Comment"># switch to sandbox</span> +<span id="L811" class="LineNr"> 811 </span> press ctrl-n +<span id="L812" class="LineNr"> 812 </span> <span class="Comment"># move cursor</span> +<span id="L813" class="LineNr"> 813 </span> press down-arrow <span id="L814" class="LineNr"> 814 </span> ] -<span id="L815" class="LineNr"> 815 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L815" class="LineNr"> 815 </span> event-loop screen, console, env, resources <span id="L816" class="LineNr"> 816 </span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> -<span id="L817" class="LineNr"> 817 </span> print <a href='../081print.mu.html#L16'>screen</a>, cursor +<span id="L817" class="LineNr"> 817 </span> print screen, cursor <span id="L818" class="LineNr"> 818 </span> <span class="Comment"># no scroll on recipe side, cursor moves on sandbox side</span> <span id="L819" class="LineNr"> 819 </span> screen-should-contain [ -<span id="L820" class="LineNr"> 820 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L821" class="LineNr"> 821 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ab .</span> -<span id="L822" class="LineNr"> 822 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎␣d .</span> -<span id="L823" class="LineNr"> 823 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L824" class="LineNr"> 824 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L820" class="LineNr"> 820 </span> <span class="Constant"> . run (F4) .</span> +<span id="L821" class="LineNr"> 821 </span> <span class="Constant"> . ╎ab .</span> +<span id="L822" class="LineNr"> 822 </span> <span class="Constant"> . ╎␣d .</span> +<span id="L823" class="LineNr"> 823 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L824" class="LineNr"> 824 </span> <span class="Constant"> . ╎ .</span> <span id="L825" class="LineNr"> 825 </span> ] <span id="L826" class="LineNr"> 826 </span>] <span id="L827" class="LineNr"> 827 </span> @@ -897,127 +896,127 @@ if ('onhashchange' in window) { <span id="L834" class="LineNr"> 834 </span> <span class="Comment"># initialize</span> <span id="L835" class="LineNr"> 835 </span> assume-resources [ <span id="L836" class="LineNr"> 836 </span> ] -<span id="L837" class="LineNr"> 837 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[add 2, 2]</span> -<span id="L838" class="LineNr"> 838 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L837" class="LineNr"> 837 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[add 2, 2]</span> +<span id="L838" class="LineNr"> 838 </span> render-all screen, env, render <span id="L839" class="LineNr"> 839 </span> assume-console [ -<span id="L840" class="LineNr"> 840 </span> <span class="Conceal">¦</span> <span class="Comment"># create a sandbox</span> -<span id="L841" class="LineNr"> 841 </span> <span class="Conceal">¦</span> press F4 +<span id="L840" class="LineNr"> 840 </span> <span class="Comment"># create a sandbox</span> +<span id="L841" class="LineNr"> 841 </span> press F4 <span id="L842" class="LineNr"> 842 </span> ] -<span id="L843" class="LineNr"> 843 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L843" class="LineNr"> 843 </span> event-loop screen, console, env, resources <span id="L844" class="LineNr"> 844 </span> screen-should-contain [ -<span id="L845" class="LineNr"> 845 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L846" class="LineNr"> 846 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L847" class="LineNr"> 847 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L848" class="LineNr"> 848 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L849" class="LineNr"> 849 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> +<span id="L845" class="LineNr"> 845 </span> <span class="Constant"> . run (F4) .</span> +<span id="L846" class="LineNr"> 846 </span> <span class="Constant"> . ╎ .</span> +<span id="L847" class="LineNr"> 847 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L848" class="LineNr"> 848 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L849" class="LineNr"> 849 </span> <span class="Constant"> . ╎add 2, 2 .</span> <span id="L850" class="LineNr"> 850 </span> ] <span id="L851" class="LineNr"> 851 </span> <span class="Comment"># switch to sandbox window and hit 'page-down'</span> <span id="L852" class="LineNr"> 852 </span> assume-console [ -<span id="L853" class="LineNr"> 853 </span> <span class="Conceal">¦</span> press ctrl-n -<span id="L854" class="LineNr"> 854 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L853" class="LineNr"> 853 </span> press ctrl-n +<span id="L854" class="LineNr"> 854 </span> press page-down <span id="L855" class="LineNr"> 855 </span> ] <span id="L856" class="LineNr"> 856 </span> run [ -<span id="L857" class="LineNr"> 857 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> -<span id="L858" class="LineNr"> 858 </span> <span class="Conceal">¦</span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> -<span id="L859" class="LineNr"> 859 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, cursor +<span id="L857" class="LineNr"> 857 </span> event-loop screen, console, env, resources +<span id="L858" class="LineNr"> 858 </span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> +<span id="L859" class="LineNr"> 859 </span> print screen, cursor <span id="L860" class="LineNr"> 860 </span> ] <span id="L861" class="LineNr"> 861 </span> <span class="Comment"># sandbox editor hidden; first sandbox displayed</span> <span id="L862" class="LineNr"> 862 </span> <span class="Comment"># cursor moves to first sandbox</span> <span id="L863" class="LineNr"> 863 </span> screen-should-contain [ -<span id="L864" class="LineNr"> 864 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L865" class="LineNr"> 865 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L866" class="LineNr"> 866 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎␣ edit copy to recipe delete .</span> -<span id="L867" class="LineNr"> 867 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L868" class="LineNr"> 868 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> +<span id="L864" class="LineNr"> 864 </span> <span class="Constant"> . run (F4) .</span> +<span id="L865" class="LineNr"> 865 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L866" class="LineNr"> 866 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎␣ edit copy to recipe delete .</span> +<span id="L867" class="LineNr"> 867 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L868" class="LineNr"> 868 </span> <span class="Constant"> . ╎4 .</span> <span id="L869" class="LineNr"> 869 </span> ] <span id="L870" class="LineNr"> 870 </span> <span class="Comment"># hit 'page-up'</span> <span id="L871" class="LineNr"> 871 </span> assume-console [ -<span id="L872" class="LineNr"> 872 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3820'>page-up</a> +<span id="L872" class="LineNr"> 872 </span> press page-up <span id="L873" class="LineNr"> 873 </span> ] <span id="L874" class="LineNr"> 874 </span> run [ -<span id="L875" class="LineNr"> 875 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> -<span id="L876" class="LineNr"> 876 </span> <span class="Conceal">¦</span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> -<span id="L877" class="LineNr"> 877 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, cursor +<span id="L875" class="LineNr"> 875 </span> event-loop screen, console, env, resources +<span id="L876" class="LineNr"> 876 </span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> +<span id="L877" class="LineNr"> 877 </span> print screen, cursor <span id="L878" class="LineNr"> 878 </span> ] <span id="L879" class="LineNr"> 879 </span> <span class="Comment"># sandbox editor displays again, cursor is in editor</span> <span id="L880" class="LineNr"> 880 </span> screen-should-contain [ -<span id="L881" class="LineNr"> 881 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L882" class="LineNr"> 882 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎␣ .</span> -<span id="L883" class="LineNr"> 883 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L884" class="LineNr"> 884 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L885" class="LineNr"> 885 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> +<span id="L881" class="LineNr"> 881 </span> <span class="Constant"> . run (F4) .</span> +<span id="L882" class="LineNr"> 882 </span> <span class="Constant"> . ╎␣ .</span> +<span id="L883" class="LineNr"> 883 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L884" class="LineNr"> 884 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L885" class="LineNr"> 885 </span> <span class="Constant"> . ╎add 2, 2 .</span> <span id="L886" class="LineNr"> 886 </span> ] <span id="L887" class="LineNr"> 887 </span>] <span id="L888" class="LineNr"> 888 </span> <span id="L889" class="LineNr"> 889 </span><span class="Comment"># page-down on sandbox side updates render-from to scroll sandboxes</span> -<span id="L890" class="LineNr"> 890 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L62'><global-keypress></a></span> [ +<span id="L890" class="LineNr"> 890 </span><span class="muRecipe">after</span> <span class="Constant"><global-keypress></span> [ <span id="L891" class="LineNr"> 891 </span> <span class="Delimiter">{</span> -<span id="L892" class="LineNr"> 892 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> sandbox-in-focus? -<span id="L893" class="LineNr"> 893 </span> <span class="Conceal">¦</span> page-down?:bool <span class="Special"><-</span> equal k, <span class="Constant">65518/page-down</span> -<span id="L894" class="LineNr"> 894 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> page-down? -<span id="L895" class="LineNr"> 895 </span> <span class="Conceal">¦</span> sandbox:&:sandbox <span class="Special"><-</span> get *env, <span class="Constant">sandbox:offset</span> -<span id="L896" class="LineNr"> 896 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> sandbox -<span id="L897" class="LineNr"> 897 </span> <span class="Conceal">¦</span> <span class="Comment"># slide down if possible</span> -<span id="L898" class="LineNr"> 898 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L899" class="LineNr"> 899 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> render-from:num <span class="Special"><-</span> get *env, <span class="Constant">render-from:offset</span> -<span id="L900" class="LineNr"> 900 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> number-of-sandboxes:num <span class="Special"><-</span> get *env, <span class="Constant">number-of-sandboxes:offset</span> -<span id="L901" class="LineNr"> 901 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> max:num <span class="Special"><-</span> subtract number-of-sandboxes,<span class="Constant"> 1</span> -<span id="L902" class="LineNr"> 902 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-end?:bool <span class="Special"><-</span> greater-or-equal render-from, max -<span id="L903" class="LineNr"> 903 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">loop-if</span> at-end?, <span class="Constant">+next-event</span> <span class="Comment"># render nothing</span> -<span id="L904" class="LineNr"> 904 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> render-from <span class="Special"><-</span> add render-from,<span class="Constant"> 1</span> -<span id="L905" class="LineNr"> 905 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *env <span class="Special"><-</span> put *env, <span class="Constant">render-from:offset</span>, render-from -<span id="L906" class="LineNr"> 906 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L907" class="LineNr"> 907 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> render-sandbox-side <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> -<span id="L908" class="LineNr"> 908 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L472'>update-cursor</a> <a href='../081print.mu.html#L16'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env -<span id="L909" class="LineNr"> 909 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-event</span> +<span id="L892" class="LineNr"> 892 </span> <span class="muControl">break-unless</span> sandbox-in-focus? +<span id="L893" class="LineNr"> 893 </span> page-down?:bool <span class="Special"><-</span> equal k, <span class="Constant">65518/page-down</span> +<span id="L894" class="LineNr"> 894 </span> <span class="muControl">break-unless</span> page-down? +<span id="L895" class="LineNr"> 895 </span> sandbox:&:sandbox <span class="Special"><-</span> get *env, <span class="Constant">sandbox:offset</span> +<span id="L896" class="LineNr"> 896 </span> <span class="muControl">break-unless</span> sandbox +<span id="L897" class="LineNr"> 897 </span> <span class="Comment"># slide down if possible</span> +<span id="L898" class="LineNr"> 898 </span> <span class="Delimiter">{</span> +<span id="L899" class="LineNr"> 899 </span> render-from:num <span class="Special"><-</span> get *env, <span class="Constant">render-from:offset</span> +<span id="L900" class="LineNr"> 900 </span> number-of-sandboxes:num <span class="Special"><-</span> get *env, <span class="Constant">number-of-sandboxes:offset</span> +<span id="L901" class="LineNr"> 901 </span> max:num <span class="Special"><-</span> subtract number-of-sandboxes,<span class="Constant"> 1</span> +<span id="L902" class="LineNr"> 902 </span> at-end?:bool <span class="Special"><-</span> greater-or-equal render-from, max +<span id="L903" class="LineNr"> 903 </span> <span class="muControl">loop-if</span> at-end?, <span class="Constant">+next-event</span> <span class="Comment"># render nothing</span> +<span id="L904" class="LineNr"> 904 </span> render-from <span class="Special"><-</span> add render-from,<span class="Constant"> 1</span> +<span id="L905" class="LineNr"> 905 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">render-from:offset</span>, render-from +<span id="L906" class="LineNr"> 906 </span> <span class="Delimiter">}</span> +<span id="L907" class="LineNr"> 907 </span> screen <span class="Special"><-</span> render-sandbox-side screen, env, render +<span id="L908" class="LineNr"> 908 </span> screen <span class="Special"><-</span> update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L909" class="LineNr"> 909 </span> <span class="muControl"> loop</span> <span class="Constant">+next-event</span> <span id="L910" class="LineNr"> 910 </span> <span class="Delimiter">}</span> <span id="L911" class="LineNr"> 911 </span>] <span id="L912" class="LineNr"> 912 </span> <span id="L913" class="LineNr"> 913 </span><span class="Comment"># update-cursor takes render-from into account</span> -<span id="L914" class="LineNr"> 914 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L475'><update-cursor-special-cases></a></span> [ +<span id="L914" class="LineNr"> 914 </span><span class="muRecipe">after</span> <span class="Constant"><update-cursor-special-cases></span> [ <span id="L915" class="LineNr"> 915 </span> <span class="Delimiter">{</span> -<span id="L916" class="LineNr"> 916 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> sandbox-in-focus? -<span id="L917" class="LineNr"> 917 </span> <span class="Conceal">¦</span> render-from:num <span class="Special"><-</span> get *env, <span class="Constant">render-from:offset</span> -<span id="L918" class="LineNr"> 918 </span> <span class="Conceal">¦</span> scrolling?:bool <span class="Special"><-</span> greater-or-equal render-from,<span class="Constant"> 0</span> -<span id="L919" class="LineNr"> 919 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> scrolling? -<span id="L920" class="LineNr"> 920 </span> <span class="Conceal">¦</span> cursor-column:num <span class="Special"><-</span> get *current-sandbox, <span class="Constant">left:offset</span> -<span id="L921" class="LineNr"> 921 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> move-cursor <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">2/row</span>, cursor-column <span class="Comment"># highlighted sandbox will always start at row 2</span> -<span id="L922" class="LineNr"> 922 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L916" class="LineNr"> 916 </span> <span class="muControl">break-unless</span> sandbox-in-focus? +<span id="L917" class="LineNr"> 917 </span> render-from:num <span class="Special"><-</span> get *env, <span class="Constant">render-from:offset</span> +<span id="L918" class="LineNr"> 918 </span> scrolling?:bool <span class="Special"><-</span> greater-or-equal render-from,<span class="Constant"> 0</span> +<span id="L919" class="LineNr"> 919 </span> <span class="muControl">break-unless</span> scrolling? +<span id="L920" class="LineNr"> 920 </span> cursor-column:num <span class="Special"><-</span> get *current-sandbox, <span class="Constant">left:offset</span> +<span id="L921" class="LineNr"> 921 </span> screen <span class="Special"><-</span> move-cursor screen, <span class="Constant">2/row</span>, cursor-column <span class="Comment"># highlighted sandbox will always start at row 2</span> +<span id="L922" class="LineNr"> 922 </span> <span class="muControl"> return</span> <span id="L923" class="LineNr"> 923 </span> <span class="Delimiter">}</span> <span id="L924" class="LineNr"> 924 </span>] <span id="L925" class="LineNr"> 925 </span> <span id="L926" class="LineNr"> 926 </span><span class="Comment"># 'page-up' on sandbox side is like 'page-down': updates render-from when necessary</span> -<span id="L927" class="LineNr"> 927 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L62'><global-keypress></a></span> [ +<span id="L927" class="LineNr"> 927 </span><span class="muRecipe">after</span> <span class="Constant"><global-keypress></span> [ <span id="L928" class="LineNr"> 928 </span> <span class="Delimiter">{</span> -<span id="L929" class="LineNr"> 929 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> sandbox-in-focus? -<span id="L930" class="LineNr"> 930 </span> <span class="Conceal">¦</span> page-up?:bool <span class="Special"><-</span> equal k, <span class="Constant">65519/page-up</span> -<span id="L931" class="LineNr"> 931 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> page-up? -<span id="L932" class="LineNr"> 932 </span> <span class="Conceal">¦</span> render-from:num <span class="Special"><-</span> get *env, <span class="Constant">render-from:offset</span> -<span id="L933" class="LineNr"> 933 </span> <span class="Conceal">¦</span> at-beginning?:bool <span class="Special"><-</span> equal render-from,<span class="Constant"> -1</span> -<span id="L934" class="LineNr"> 934 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-beginning? -<span id="L935" class="LineNr"> 935 </span> <span class="Conceal">¦</span> render-from <span class="Special"><-</span> subtract render-from,<span class="Constant"> 1</span> -<span id="L936" class="LineNr"> 936 </span> <span class="Conceal">¦</span> *env <span class="Special"><-</span> put *env, <span class="Constant">render-from:offset</span>, render-from -<span id="L937" class="LineNr"> 937 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> render-sandbox-side <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> -<span id="L938" class="LineNr"> 938 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L472'>update-cursor</a> <a href='../081print.mu.html#L16'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env -<span id="L939" class="LineNr"> 939 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-event</span> +<span id="L929" class="LineNr"> 929 </span> <span class="muControl">break-unless</span> sandbox-in-focus? +<span id="L930" class="LineNr"> 930 </span> page-up?:bool <span class="Special"><-</span> equal k, <span class="Constant">65519/page-up</span> +<span id="L931" class="LineNr"> 931 </span> <span class="muControl">break-unless</span> page-up? +<span id="L932" class="LineNr"> 932 </span> render-from:num <span class="Special"><-</span> get *env, <span class="Constant">render-from:offset</span> +<span id="L933" class="LineNr"> 933 </span> at-beginning?:bool <span class="Special"><-</span> equal render-from,<span class="Constant"> -1</span> +<span id="L934" class="LineNr"> 934 </span> <span class="muControl">break-if</span> at-beginning? +<span id="L935" class="LineNr"> 935 </span> render-from <span class="Special"><-</span> subtract render-from,<span class="Constant"> 1</span> +<span id="L936" class="LineNr"> 936 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">render-from:offset</span>, render-from +<span id="L937" class="LineNr"> 937 </span> screen <span class="Special"><-</span> render-sandbox-side screen, env, render +<span id="L938" class="LineNr"> 938 </span> screen <span class="Special"><-</span> update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L939" class="LineNr"> 939 </span> <span class="muControl"> loop</span> <span class="Constant">+next-event</span> <span id="L940" class="LineNr"> 940 </span> <span class="Delimiter">}</span> <span id="L941" class="LineNr"> 941 </span>] <span id="L942" class="LineNr"> 942 </span> <span id="L943" class="LineNr"> 943 </span><span class="Comment"># sandbox belonging to 'env' whose next-sandbox is 'in'</span> <span id="L944" class="LineNr"> 944 </span><span class="Comment"># return 0 if there's no such sandbox, either because 'in' doesn't exist in 'env', or because it's the first sandbox</span> -<span id="L945" class="LineNr"> 945 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L945'>previous-sandbox</a> env:&:environment, in:&:sandbox<span class="muRecipe"> -> </span>out:&:sandbox [ +<span id="L945" class="LineNr"> 945 </span><span class="muRecipe">def</span> previous-sandbox env:&:environment, in:&:sandbox<span class="muRecipe"> -> </span>out:&:sandbox [ <span id="L946" class="LineNr"> 946 </span> <span class="Constant">local-scope</span> <span id="L947" class="LineNr"> 947 </span> <span class="Constant">load-inputs</span> <span id="L948" class="LineNr"> 948 </span> curr:&:sandbox <span class="Special"><-</span> get *env, <span class="Constant">sandbox:offset</span> <span id="L949" class="LineNr"> 949 </span> <span class="muControl">return-unless</span> curr, <span class="Constant">0/nil</span> -<span id="L950" class="LineNr"> 950 </span> <a href='../065duplex_list.mu.html#L25'>next</a>:&:sandbox <span class="Special"><-</span> get *curr, <span class="Constant">next-sandbox:offset</span> +<span id="L950" class="LineNr"> 950 </span> next:&:sandbox <span class="Special"><-</span> get *curr, <span class="Constant">next-sandbox:offset</span> <span id="L951" class="LineNr"> 951 </span> <span class="Delimiter">{</span> -<span id="L952" class="LineNr"> 952 </span> <span class="Conceal">¦</span> <span class="muControl">return-unless</span> <a href='../065duplex_list.mu.html#L25'>next</a>, <span class="Constant">0/nil</span> -<span id="L953" class="LineNr"> 953 </span> <span class="Conceal">¦</span> found?:bool <span class="Special"><-</span> equal <a href='../065duplex_list.mu.html#L25'>next</a>, in -<span id="L954" class="LineNr"> 954 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> found? -<span id="L955" class="LineNr"> 955 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> copy <a href='../065duplex_list.mu.html#L25'>next</a> -<span id="L956" class="LineNr"> 956 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L25'>next</a> <span class="Special"><-</span> get *curr, <span class="Constant">next-sandbox:offset</span> -<span id="L957" class="LineNr"> 957 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L952" class="LineNr"> 952 </span> <span class="muControl">return-unless</span> next, <span class="Constant">0/nil</span> +<span id="L953" class="LineNr"> 953 </span> found?:bool <span class="Special"><-</span> equal next, in +<span id="L954" class="LineNr"> 954 </span> <span class="muControl">break-if</span> found? +<span id="L955" class="LineNr"> 955 </span> curr <span class="Special"><-</span> copy next +<span id="L956" class="LineNr"> 956 </span> next <span class="Special"><-</span> get *curr, <span class="Constant">next-sandbox:offset</span> +<span id="L957" class="LineNr"> 957 </span> <span class="muControl"> loop</span> <span id="L958" class="LineNr"> 958 </span> <span class="Delimiter">}</span> <span id="L959" class="LineNr"> 959 </span> <span class="muControl"> return</span> curr <span id="L960" class="LineNr"> 960 </span>] @@ -1029,149 +1028,149 @@ if ('onhashchange' in window) { <span id="L966" class="LineNr"> 966 </span> <span class="Comment"># initialize environment</span> <span id="L967" class="LineNr"> 967 </span> assume-resources [ <span id="L968" class="LineNr"> 968 </span> ] -<span id="L969" class="LineNr"> 969 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[]</span> -<span id="L970" class="LineNr"> 970 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L969" class="LineNr"> 969 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[]</span> +<span id="L970" class="LineNr"> 970 </span> render-all screen, env, render <span id="L971" class="LineNr"> 971 </span> <span class="Comment"># create 2 sandboxes</span> <span id="L972" class="LineNr"> 972 </span> assume-console [ -<span id="L973" class="LineNr"> 973 </span> <span class="Conceal">¦</span> press ctrl-n -<span id="L974" class="LineNr"> 974 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 2, 2]</span> -<span id="L975" class="LineNr"> 975 </span> <span class="Conceal">¦</span> press F4 -<span id="L976" class="LineNr"> 976 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 1, 1]</span> -<span id="L977" class="LineNr"> 977 </span> <span class="Conceal">¦</span> press F4 +<span id="L973" class="LineNr"> 973 </span> press ctrl-n +<span id="L974" class="LineNr"> 974 </span> type <span class="Constant">[add 2, 2]</span> +<span id="L975" class="LineNr"> 975 </span> press F4 +<span id="L976" class="LineNr"> 976 </span> type <span class="Constant">[add 1, 1]</span> +<span id="L977" class="LineNr"> 977 </span> press F4 <span id="L978" class="LineNr"> 978 </span> ] -<span id="L979" class="LineNr"> 979 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L979" class="LineNr"> 979 </span> event-loop screen, console, env, resources <span id="L980" class="LineNr"> 980 </span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> -<span id="L981" class="LineNr"> 981 </span> print <a href='../081print.mu.html#L16'>screen</a>, cursor +<span id="L981" class="LineNr"> 981 </span> print screen, cursor <span id="L982" class="LineNr"> 982 </span> screen-should-contain [ -<span id="L983" class="LineNr"> 983 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L984" class="LineNr"> 984 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎␣ .</span> -<span id="L985" class="LineNr"> 985 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L986" class="LineNr"> 986 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L987" class="LineNr"> 987 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L988" class="LineNr"> 988 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L989" class="LineNr"> 989 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L990" class="LineNr"> 990 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎1 edit copy to recipe delete .</span> -<span id="L991" class="LineNr"> 991 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L992" class="LineNr"> 992 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> +<span id="L983" class="LineNr"> 983 </span> <span class="Constant"> . run (F4) .</span> +<span id="L984" class="LineNr"> 984 </span> <span class="Constant"> . ╎␣ .</span> +<span id="L985" class="LineNr"> 985 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L986" class="LineNr"> 986 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L987" class="LineNr"> 987 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L988" class="LineNr"> 988 </span> <span class="Constant"> . ╎2 .</span> +<span id="L989" class="LineNr"> 989 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L990" class="LineNr"> 990 </span> <span class="Constant"> . ╎1 edit copy to recipe delete .</span> +<span id="L991" class="LineNr"> 991 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L992" class="LineNr"> 992 </span> <span class="Constant"> . ╎4 .</span> <span id="L993" class="LineNr"> 993 </span> ] <span id="L994" class="LineNr"> 994 </span> <span class="Comment"># hit 'page-down'</span> <span id="L995" class="LineNr"> 995 </span> assume-console [ -<span id="L996" class="LineNr"> 996 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L996" class="LineNr"> 996 </span> press page-down <span id="L997" class="LineNr"> 997 </span> ] <span id="L998" class="LineNr"> 998 </span> run [ -<span id="L999" class="LineNr"> 999 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> -<span id="L1000" class="LineNr">1000 </span> <span class="Conceal">¦</span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> -<span id="L1001" class="LineNr">1001 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, cursor +<span id="L999" class="LineNr"> 999 </span> event-loop screen, console, env, resources +<span id="L1000" class="LineNr">1000 </span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> +<span id="L1001" class="LineNr">1001 </span> print screen, cursor <span id="L1002" class="LineNr">1002 </span> ] <span id="L1003" class="LineNr">1003 </span> <span class="Comment"># sandbox editor hidden; first sandbox displayed</span> <span id="L1004" class="LineNr">1004 </span> <span class="Comment"># cursor moves to first sandbox</span> <span id="L1005" class="LineNr">1005 </span> screen-should-contain [ -<span id="L1006" class="LineNr">1006 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L1007" class="LineNr">1007 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L1008" class="LineNr">1008 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎␣ edit copy to recipe delete .</span> -<span id="L1009" class="LineNr">1009 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L1010" class="LineNr">1010 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L1011" class="LineNr">1011 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L1012" class="LineNr">1012 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎1 edit copy to recipe delete .</span> -<span id="L1013" class="LineNr">1013 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L1014" class="LineNr">1014 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> +<span id="L1006" class="LineNr">1006 </span> <span class="Constant"> . run (F4) .</span> +<span id="L1007" class="LineNr">1007 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L1008" class="LineNr">1008 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎␣ edit copy to recipe delete .</span> +<span id="L1009" class="LineNr">1009 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L1010" class="LineNr">1010 </span> <span class="Constant"> . ╎2 .</span> +<span id="L1011" class="LineNr">1011 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L1012" class="LineNr">1012 </span> <span class="Constant"> . ╎1 edit copy to recipe delete .</span> +<span id="L1013" class="LineNr">1013 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L1014" class="LineNr">1014 </span> <span class="Constant"> . ╎4 .</span> <span id="L1015" class="LineNr">1015 </span> ] <span id="L1016" class="LineNr">1016 </span> <span class="Comment"># hit 'page-down' again</span> <span id="L1017" class="LineNr">1017 </span> assume-console [ -<span id="L1018" class="LineNr">1018 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L1018" class="LineNr">1018 </span> press page-down <span id="L1019" class="LineNr">1019 </span> ] <span id="L1020" class="LineNr">1020 </span> run [ -<span id="L1021" class="LineNr">1021 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L1021" class="LineNr">1021 </span> event-loop screen, console, env, resources <span id="L1022" class="LineNr">1022 </span> ] <span id="L1023" class="LineNr">1023 </span> <span class="Comment"># just second sandbox displayed</span> <span id="L1024" class="LineNr">1024 </span> screen-should-contain [ -<span id="L1025" class="LineNr">1025 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L1026" class="LineNr">1026 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L1027" class="LineNr">1027 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎1 edit copy to recipe delete .</span> -<span id="L1028" class="LineNr">1028 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L1029" class="LineNr">1029 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> -<span id="L1030" class="LineNr">1030 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L1031" class="LineNr">1031 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L1025" class="LineNr">1025 </span> <span class="Constant"> . run (F4) .</span> +<span id="L1026" class="LineNr">1026 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L1027" class="LineNr">1027 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎1 edit copy to recipe delete .</span> +<span id="L1028" class="LineNr">1028 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L1029" class="LineNr">1029 </span> <span class="Constant"> . ╎4 .</span> +<span id="L1030" class="LineNr">1030 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L1031" class="LineNr">1031 </span> <span class="Constant"> . ╎ .</span> <span id="L1032" class="LineNr">1032 </span> ] <span id="L1033" class="LineNr">1033 </span> <span class="Comment"># hit 'page-down' again</span> <span id="L1034" class="LineNr">1034 </span> assume-console [ -<span id="L1035" class="LineNr">1035 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L1035" class="LineNr">1035 </span> press page-down <span id="L1036" class="LineNr">1036 </span> ] <span id="L1037" class="LineNr">1037 </span> run [ -<span id="L1038" class="LineNr">1038 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L1038" class="LineNr">1038 </span> event-loop screen, console, env, resources <span id="L1039" class="LineNr">1039 </span> ] <span id="L1040" class="LineNr">1040 </span> <span class="Comment"># no change</span> <span id="L1041" class="LineNr">1041 </span> screen-should-contain [ -<span id="L1042" class="LineNr">1042 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L1043" class="LineNr">1043 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L1044" class="LineNr">1044 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎1 edit copy to recipe delete .</span> -<span id="L1045" class="LineNr">1045 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L1046" class="LineNr">1046 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> -<span id="L1047" class="LineNr">1047 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L1048" class="LineNr">1048 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L1042" class="LineNr">1042 </span> <span class="Constant"> . run (F4) .</span> +<span id="L1043" class="LineNr">1043 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L1044" class="LineNr">1044 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎1 edit copy to recipe delete .</span> +<span id="L1045" class="LineNr">1045 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L1046" class="LineNr">1046 </span> <span class="Constant"> . ╎4 .</span> +<span id="L1047" class="LineNr">1047 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L1048" class="LineNr">1048 </span> <span class="Constant"> . ╎ .</span> <span id="L1049" class="LineNr">1049 </span> ] <span id="L1050" class="LineNr">1050 </span> <span class="Comment"># hit 'page-up'</span> <span id="L1051" class="LineNr">1051 </span> assume-console [ -<span id="L1052" class="LineNr">1052 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3820'>page-up</a> +<span id="L1052" class="LineNr">1052 </span> press page-up <span id="L1053" class="LineNr">1053 </span> ] <span id="L1054" class="LineNr">1054 </span> run [ -<span id="L1055" class="LineNr">1055 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L1055" class="LineNr">1055 </span> event-loop screen, console, env, resources <span id="L1056" class="LineNr">1056 </span> ] <span id="L1057" class="LineNr">1057 </span> <span class="Comment"># back to displaying both sandboxes without editor</span> <span id="L1058" class="LineNr">1058 </span> screen-should-contain [ -<span id="L1059" class="LineNr">1059 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L1060" class="LineNr">1060 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L1061" class="LineNr">1061 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎0 edit copy to recipe delete .</span> -<span id="L1062" class="LineNr">1062 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L1063" class="LineNr">1063 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L1064" class="LineNr">1064 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L1065" class="LineNr">1065 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎1 edit copy to recipe delete .</span> -<span id="L1066" class="LineNr">1066 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L1067" class="LineNr">1067 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> +<span id="L1059" class="LineNr">1059 </span> <span class="Constant"> . run (F4) .</span> +<span id="L1060" class="LineNr">1060 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L1061" class="LineNr">1061 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎0 edit copy to recipe delete .</span> +<span id="L1062" class="LineNr">1062 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L1063" class="LineNr">1063 </span> <span class="Constant"> . ╎2 .</span> +<span id="L1064" class="LineNr">1064 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L1065" class="LineNr">1065 </span> <span class="Constant"> . ╎1 edit copy to recipe delete .</span> +<span id="L1066" class="LineNr">1066 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L1067" class="LineNr">1067 </span> <span class="Constant"> . ╎4 .</span> <span id="L1068" class="LineNr">1068 </span> ] <span id="L1069" class="LineNr">1069 </span> <span class="Comment"># hit 'page-up' again</span> <span id="L1070" class="LineNr">1070 </span> assume-console [ -<span id="L1071" class="LineNr">1071 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3820'>page-up</a> +<span id="L1071" class="LineNr">1071 </span> press page-up <span id="L1072" class="LineNr">1072 </span> ] <span id="L1073" class="LineNr">1073 </span> run [ -<span id="L1074" class="LineNr">1074 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> -<span id="L1075" class="LineNr">1075 </span> <span class="Conceal">¦</span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> -<span id="L1076" class="LineNr">1076 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, cursor +<span id="L1074" class="LineNr">1074 </span> event-loop screen, console, env, resources +<span id="L1075" class="LineNr">1075 </span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> +<span id="L1076" class="LineNr">1076 </span> print screen, cursor <span id="L1077" class="LineNr">1077 </span> ] <span id="L1078" class="LineNr">1078 </span> <span class="Comment"># back to displaying both sandboxes as well as editor</span> <span id="L1079" class="LineNr">1079 </span> screen-should-contain [ -<span id="L1080" class="LineNr">1080 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L1081" class="LineNr">1081 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎␣ .</span> -<span id="L1082" class="LineNr">1082 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L1083" class="LineNr">1083 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L1084" class="LineNr">1084 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L1085" class="LineNr">1085 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L1086" class="LineNr">1086 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L1087" class="LineNr">1087 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎1 edit copy to recipe delete .</span> -<span id="L1088" class="LineNr">1088 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L1089" class="LineNr">1089 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> +<span id="L1080" class="LineNr">1080 </span> <span class="Constant"> . run (F4) .</span> +<span id="L1081" class="LineNr">1081 </span> <span class="Constant"> . ╎␣ .</span> +<span id="L1082" class="LineNr">1082 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L1083" class="LineNr">1083 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L1084" class="LineNr">1084 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L1085" class="LineNr">1085 </span> <span class="Constant"> . ╎2 .</span> +<span id="L1086" class="LineNr">1086 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L1087" class="LineNr">1087 </span> <span class="Constant"> . ╎1 edit copy to recipe delete .</span> +<span id="L1088" class="LineNr">1088 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L1089" class="LineNr">1089 </span> <span class="Constant"> . ╎4 .</span> <span id="L1090" class="LineNr">1090 </span> ] <span id="L1091" class="LineNr">1091 </span> <span class="Comment"># hit 'page-up' again</span> <span id="L1092" class="LineNr">1092 </span> assume-console [ -<span id="L1093" class="LineNr">1093 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3820'>page-up</a> +<span id="L1093" class="LineNr">1093 </span> press page-up <span id="L1094" class="LineNr">1094 </span> ] <span id="L1095" class="LineNr">1095 </span> run [ -<span id="L1096" class="LineNr">1096 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> -<span id="L1097" class="LineNr">1097 </span> <span class="Conceal">¦</span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> -<span id="L1098" class="LineNr">1098 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, cursor +<span id="L1096" class="LineNr">1096 </span> event-loop screen, console, env, resources +<span id="L1097" class="LineNr">1097 </span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> +<span id="L1098" class="LineNr">1098 </span> print screen, cursor <span id="L1099" class="LineNr">1099 </span> ] <span id="L1100" class="LineNr">1100 </span> <span class="Comment"># no change</span> <span id="L1101" class="LineNr">1101 </span> screen-should-contain [ -<span id="L1102" class="LineNr">1102 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L1103" class="LineNr">1103 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎␣ .</span> -<span id="L1104" class="LineNr">1104 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L1105" class="LineNr">1105 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L1106" class="LineNr">1106 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L1107" class="LineNr">1107 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L1108" class="LineNr">1108 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L1109" class="LineNr">1109 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎1 edit copy to recipe delete .</span> -<span id="L1110" class="LineNr">1110 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L1111" class="LineNr">1111 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> +<span id="L1102" class="LineNr">1102 </span> <span class="Constant"> . run (F4) .</span> +<span id="L1103" class="LineNr">1103 </span> <span class="Constant"> . ╎␣ .</span> +<span id="L1104" class="LineNr">1104 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L1105" class="LineNr">1105 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L1106" class="LineNr">1106 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L1107" class="LineNr">1107 </span> <span class="Constant"> . ╎2 .</span> +<span id="L1108" class="LineNr">1108 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L1109" class="LineNr">1109 </span> <span class="Constant"> . ╎1 edit copy to recipe delete .</span> +<span id="L1110" class="LineNr">1110 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L1111" class="LineNr">1111 </span> <span class="Constant"> . ╎4 .</span> <span id="L1112" class="LineNr">1112 </span> ] <span id="L1113" class="LineNr">1113 </span>] <span id="L1114" class="LineNr">1114 </span> @@ -1182,78 +1181,78 @@ if ('onhashchange' in window) { <span id="L1119" class="LineNr">1119 </span> <span class="Comment"># initialize environment</span> <span id="L1120" class="LineNr">1120 </span> assume-resources [ <span id="L1121" class="LineNr">1121 </span> ] -<span id="L1122" class="LineNr">1122 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[]</span> -<span id="L1123" class="LineNr">1123 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L1122" class="LineNr">1122 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[]</span> +<span id="L1123" class="LineNr">1123 </span> render-all screen, env, render <span id="L1124" class="LineNr">1124 </span> <span class="Comment"># create a sandbox</span> <span id="L1125" class="LineNr">1125 </span> assume-console [ -<span id="L1126" class="LineNr">1126 </span> <span class="Conceal">¦</span> press ctrl-n -<span id="L1127" class="LineNr">1127 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 1, 1]</span> -<span id="L1128" class="LineNr">1128 </span> <span class="Conceal">¦</span> press F4 +<span id="L1126" class="LineNr">1126 </span> press ctrl-n +<span id="L1127" class="LineNr">1127 </span> type <span class="Constant">[add 1, 1]</span> +<span id="L1128" class="LineNr">1128 </span> press F4 <span id="L1129" class="LineNr">1129 </span> ] -<span id="L1130" class="LineNr">1130 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L1130" class="LineNr">1130 </span> event-loop screen, console, env, resources <span id="L1131" class="LineNr">1131 </span> screen-should-contain [ -<span id="L1132" class="LineNr">1132 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L1133" class="LineNr">1133 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L1134" class="LineNr">1134 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L1135" class="LineNr">1135 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L1136" class="LineNr">1136 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L1137" class="LineNr">1137 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L1138" class="LineNr">1138 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L1139" class="LineNr">1139 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L1132" class="LineNr">1132 </span> <span class="Constant"> . run (F4) .</span> +<span id="L1133" class="LineNr">1133 </span> <span class="Constant"> . ╎ .</span> +<span id="L1134" class="LineNr">1134 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L1135" class="LineNr">1135 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L1136" class="LineNr">1136 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L1137" class="LineNr">1137 </span> <span class="Constant"> . ╎2 .</span> +<span id="L1138" class="LineNr">1138 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L1139" class="LineNr">1139 </span> <span class="Constant"> . ╎ .</span> <span id="L1140" class="LineNr">1140 </span> ] <span id="L1141" class="LineNr">1141 </span> <span class="Comment"># hit 'page-down' and 'page-up' a couple of times. sandbox index should be stable</span> <span id="L1142" class="LineNr">1142 </span> assume-console [ -<span id="L1143" class="LineNr">1143 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L1143" class="LineNr">1143 </span> press page-down <span id="L1144" class="LineNr">1144 </span> ] <span id="L1145" class="LineNr">1145 </span> run [ -<span id="L1146" class="LineNr">1146 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L1146" class="LineNr">1146 </span> event-loop screen, console, env, resources <span id="L1147" class="LineNr">1147 </span> ] <span id="L1148" class="LineNr">1148 </span> <span class="Comment"># sandbox editor hidden; first sandbox displayed</span> <span id="L1149" class="LineNr">1149 </span> <span class="Comment"># cursor moves to first sandbox</span> <span id="L1150" class="LineNr">1150 </span> screen-should-contain [ -<span id="L1151" class="LineNr">1151 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L1152" class="LineNr">1152 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L1153" class="LineNr">1153 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎0 edit copy to recipe delete .</span> -<span id="L1154" class="LineNr">1154 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L1155" class="LineNr">1155 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L1156" class="LineNr">1156 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L1157" class="LineNr">1157 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L1151" class="LineNr">1151 </span> <span class="Constant"> . run (F4) .</span> +<span id="L1152" class="LineNr">1152 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L1153" class="LineNr">1153 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎0 edit copy to recipe delete .</span> +<span id="L1154" class="LineNr">1154 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L1155" class="LineNr">1155 </span> <span class="Constant"> . ╎2 .</span> +<span id="L1156" class="LineNr">1156 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L1157" class="LineNr">1157 </span> <span class="Constant"> . ╎ .</span> <span id="L1158" class="LineNr">1158 </span> ] <span id="L1159" class="LineNr">1159 </span> <span class="Comment"># hit 'page-up' again</span> <span id="L1160" class="LineNr">1160 </span> assume-console [ -<span id="L1161" class="LineNr">1161 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3820'>page-up</a> +<span id="L1161" class="LineNr">1161 </span> press page-up <span id="L1162" class="LineNr">1162 </span> ] <span id="L1163" class="LineNr">1163 </span> run [ -<span id="L1164" class="LineNr">1164 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L1164" class="LineNr">1164 </span> event-loop screen, console, env, resources <span id="L1165" class="LineNr">1165 </span> ] <span id="L1166" class="LineNr">1166 </span> <span class="Comment"># back to displaying both sandboxes as well as editor</span> <span id="L1167" class="LineNr">1167 </span> screen-should-contain [ -<span id="L1168" class="LineNr">1168 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L1169" class="LineNr">1169 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L1170" class="LineNr">1170 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L1171" class="LineNr">1171 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L1172" class="LineNr">1172 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L1173" class="LineNr">1173 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L1174" class="LineNr">1174 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L1175" class="LineNr">1175 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L1168" class="LineNr">1168 </span> <span class="Constant"> . run (F4) .</span> +<span id="L1169" class="LineNr">1169 </span> <span class="Constant"> . ╎ .</span> +<span id="L1170" class="LineNr">1170 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L1171" class="LineNr">1171 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L1172" class="LineNr">1172 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L1173" class="LineNr">1173 </span> <span class="Constant"> . ╎2 .</span> +<span id="L1174" class="LineNr">1174 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L1175" class="LineNr">1175 </span> <span class="Constant"> . ╎ .</span> <span id="L1176" class="LineNr">1176 </span> ] <span id="L1177" class="LineNr">1177 </span> <span class="Comment"># hit 'page-down'</span> <span id="L1178" class="LineNr">1178 </span> assume-console [ -<span id="L1179" class="LineNr">1179 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L1179" class="LineNr">1179 </span> press page-down <span id="L1180" class="LineNr">1180 </span> ] <span id="L1181" class="LineNr">1181 </span> run [ -<span id="L1182" class="LineNr">1182 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L1182" class="LineNr">1182 </span> event-loop screen, console, env, resources <span id="L1183" class="LineNr">1183 </span> ] <span id="L1184" class="LineNr">1184 </span> <span class="Comment"># sandbox editor hidden; first sandbox displayed</span> <span id="L1185" class="LineNr">1185 </span> <span class="Comment"># cursor moves to first sandbox</span> <span id="L1186" class="LineNr">1186 </span> screen-should-contain [ -<span id="L1187" class="LineNr">1187 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L1188" class="LineNr">1188 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L1189" class="LineNr">1189 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎0 edit copy to recipe delete .</span> -<span id="L1190" class="LineNr">1190 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L1191" class="LineNr">1191 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L1192" class="LineNr">1192 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L1193" class="LineNr">1193 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L1187" class="LineNr">1187 </span> <span class="Constant"> . run (F4) .</span> +<span id="L1188" class="LineNr">1188 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L1189" class="LineNr">1189 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎0 edit copy to recipe delete .</span> +<span id="L1190" class="LineNr">1190 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L1191" class="LineNr">1191 </span> <span class="Constant"> . ╎2 .</span> +<span id="L1192" class="LineNr">1192 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L1193" class="LineNr">1193 </span> <span class="Constant"> . ╎ .</span> <span id="L1194" class="LineNr">1194 </span> ] <span id="L1195" class="LineNr">1195 </span>] </pre> diff --git a/html/edit/006-sandbox-copy.mu.html b/html/edit/006-sandbox-copy.mu.html index 782450c4..5b02b02d 100644 --- a/html/edit/006-sandbox-copy.mu.html +++ b/html/edit/006-sandbox-copy.mu.html @@ -15,17 +15,16 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } .Delimiter { color: #800080; } .Constant { color: #00a0a0; } +.Special { color: #c00000; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> </style> @@ -70,57 +69,57 @@ if ('onhashchange' in window) { <span id="L8" class="LineNr"> 8 </span> <span class="Comment"># empty recipes</span> <span id="L9" class="LineNr"> 9 </span> assume-resources [ <span id="L10" class="LineNr"> 10 </span> ] -<span id="L11" class="LineNr"> 11 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[add 1, 1]</span> <span class="Comment"># contents of sandbox editor</span> -<span id="L12" class="LineNr"> 12 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L11" class="LineNr"> 11 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[add 1, 1]</span> <span class="Comment"># contents of sandbox editor</span> +<span id="L12" class="LineNr"> 12 </span> render-all screen, env, render <span id="L13" class="LineNr"> 13 </span> <span class="Comment"># run it</span> <span id="L14" class="LineNr"> 14 </span> assume-console [ -<span id="L15" class="LineNr"> 15 </span> <span class="Conceal">¦</span> press F4 +<span id="L15" class="LineNr"> 15 </span> press F4 <span id="L16" class="LineNr"> 16 </span> ] -<span id="L17" class="LineNr"> 17 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L17" class="LineNr"> 17 </span> event-loop screen, console, env, resources <span id="L18" class="LineNr"> 18 </span> screen-should-contain [ -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L20" class="LineNr"> 20 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L21" class="LineNr"> 21 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L22" class="LineNr"> 22 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L19" class="LineNr"> 19 </span> <span class="Constant"> . run (F4) .</span> +<span id="L20" class="LineNr"> 20 </span> <span class="Constant"> . ╎ .</span> +<span id="L21" class="LineNr"> 21 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L22" class="LineNr"> 22 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L23" class="LineNr"> 23 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Constant"> . ╎2 .</span> +<span id="L25" class="LineNr"> 25 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L26" class="LineNr"> 26 </span> <span class="Constant"> . ╎ .</span> <span id="L27" class="LineNr"> 27 </span> ] <span id="L28" class="LineNr"> 28 </span> <span class="Comment"># click at left edge of 'copy' button</span> <span id="L29" class="LineNr"> 29 </span> assume-console [ -<span id="L30" class="LineNr"> 30 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 69</span> +<span id="L30" class="LineNr"> 30 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 69</span> <span id="L31" class="LineNr"> 31 </span> ] <span id="L32" class="LineNr"> 32 </span> run [ -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L33" class="LineNr"> 33 </span> event-loop screen, console, env, resources <span id="L34" class="LineNr"> 34 </span> ] <span id="L35" class="LineNr"> 35 </span> <span class="Comment"># it copies into editor</span> <span id="L36" class="LineNr"> 36 </span> screen-should-contain [ -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L39" class="LineNr"> 39 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L37" class="LineNr"> 37 </span> <span class="Constant"> . run (F4) .</span> +<span id="L38" class="LineNr"> 38 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L39" class="LineNr"> 39 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L40" class="LineNr"> 40 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L41" class="LineNr"> 41 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L42" class="LineNr"> 42 </span> <span class="Constant"> . ╎2 .</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L44" class="LineNr"> 44 </span> <span class="Constant"> . ╎ .</span> <span id="L45" class="LineNr"> 45 </span> ] <span id="L46" class="LineNr"> 46 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L47" class="LineNr"> 47 </span> assume-console [ -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L48" class="LineNr"> 48 </span> type <span class="Constant">[0]</span> <span id="L49" class="LineNr"> 49 </span> ] <span id="L50" class="LineNr"> 50 </span> run [ -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L51" class="LineNr"> 51 </span> event-loop screen, console, env, resources <span id="L52" class="LineNr"> 52 </span> ] <span id="L53" class="LineNr"> 53 </span> screen-should-contain [ -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0add 1, 1 .</span> -<span id="L56" class="LineNr"> 56 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L57" class="LineNr"> 57 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L60" class="LineNr"> 60 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L54" class="LineNr"> 54 </span> <span class="Constant"> . run (F4) .</span> +<span id="L55" class="LineNr"> 55 </span> <span class="Constant"> . ╎0add 1, 1 .</span> +<span id="L56" class="LineNr"> 56 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L57" class="LineNr"> 57 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L58" class="LineNr"> 58 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L59" class="LineNr"> 59 </span> <span class="Constant"> . ╎2 .</span> +<span id="L60" class="LineNr"> 60 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L61" class="LineNr"> 61 </span> <span class="Constant"> . ╎ .</span> <span id="L62" class="LineNr"> 62 </span> ] <span id="L63" class="LineNr"> 63 </span>] <span id="L64" class="LineNr"> 64 </span> @@ -131,125 +130,125 @@ if ('onhashchange' in window) { <span id="L69" class="LineNr"> 69 </span> <span class="Comment"># empty recipes</span> <span id="L70" class="LineNr"> 70 </span> assume-resources [ <span id="L71" class="LineNr"> 71 </span> ] -<span id="L72" class="LineNr"> 72 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[add 1, 1]</span> <span class="Comment"># contents of sandbox editor</span> -<span id="L73" class="LineNr"> 73 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L72" class="LineNr"> 72 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[add 1, 1]</span> <span class="Comment"># contents of sandbox editor</span> +<span id="L73" class="LineNr"> 73 </span> render-all screen, env, render <span id="L74" class="LineNr"> 74 </span> <span class="Comment"># run it</span> <span id="L75" class="LineNr"> 75 </span> assume-console [ -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> press F4 +<span id="L76" class="LineNr"> 76 </span> press F4 <span id="L77" class="LineNr"> 77 </span> ] -<span id="L78" class="LineNr"> 78 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L78" class="LineNr"> 78 </span> event-loop screen, console, env, resources <span id="L79" class="LineNr"> 79 </span> screen-should-contain [ -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L82" class="LineNr"> 82 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Constant"> . run (F4) .</span> +<span id="L81" class="LineNr"> 81 </span> <span class="Constant"> . ╎ .</span> +<span id="L82" class="LineNr"> 82 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Constant"> . ╎2 .</span> +<span id="L86" class="LineNr"> 86 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Constant"> . ╎ .</span> <span id="L88" class="LineNr"> 88 </span> ] <span id="L89" class="LineNr"> 89 </span> <span class="Comment"># click at right edge of 'copy' button (just before 'delete')</span> <span id="L90" class="LineNr"> 90 </span> assume-console [ -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 76</span> +<span id="L91" class="LineNr"> 91 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 76</span> <span id="L92" class="LineNr"> 92 </span> ] <span id="L93" class="LineNr"> 93 </span> run [ -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L94" class="LineNr"> 94 </span> event-loop screen, console, env, resources <span id="L95" class="LineNr"> 95 </span> ] <span id="L96" class="LineNr"> 96 </span> <span class="Comment"># it copies into editor</span> <span id="L97" class="LineNr"> 97 </span> screen-should-contain [ -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L100" class="LineNr">100 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L104" class="LineNr">104 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L105" class="LineNr">105 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Constant"> . run (F4) .</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L100" class="LineNr">100 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L101" class="LineNr">101 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L102" class="LineNr">102 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L103" class="LineNr">103 </span> <span class="Constant"> . ╎2 .</span> +<span id="L104" class="LineNr">104 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L105" class="LineNr">105 </span> <span class="Constant"> . ╎ .</span> <span id="L106" class="LineNr">106 </span> ] <span id="L107" class="LineNr">107 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L108" class="LineNr">108 </span> assume-console [ -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L109" class="LineNr">109 </span> type <span class="Constant">[0]</span> <span id="L110" class="LineNr">110 </span> ] <span id="L111" class="LineNr">111 </span> run [ -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L112" class="LineNr">112 </span> event-loop screen, console, env, resources <span id="L113" class="LineNr">113 </span> ] <span id="L114" class="LineNr">114 </span> screen-should-contain [ -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0add 1, 1 .</span> -<span id="L117" class="LineNr">117 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L115" class="LineNr">115 </span> <span class="Constant"> . run (F4) .</span> +<span id="L116" class="LineNr">116 </span> <span class="Constant"> . ╎0add 1, 1 .</span> +<span id="L117" class="LineNr">117 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L118" class="LineNr">118 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L119" class="LineNr">119 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L120" class="LineNr">120 </span> <span class="Constant"> . ╎2 .</span> +<span id="L121" class="LineNr">121 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L122" class="LineNr">122 </span> <span class="Constant"> . ╎ .</span> <span id="L123" class="LineNr">123 </span> ] <span id="L124" class="LineNr">124 </span>] <span id="L125" class="LineNr">125 </span> -<span id="L126" class="LineNr">126 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L81'><global-touch></a></span> [ +<span id="L126" class="LineNr">126 </span><span class="muRecipe">after</span> <span class="Constant"><global-touch></span> [ <span id="L127" class="LineNr">127 </span> <span class="Comment"># support 'copy' button</span> <span id="L128" class="LineNr">128 </span> <span class="Delimiter">{</span> -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> copy?:bool <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L140'>should-attempt-copy?</a> click-row, click-column, env -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> copy? -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> copy?, env <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L159'>try-copy-sandbox</a> click-row, env -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> copy? -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> render-sandbox-side <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L472'>update-cursor</a> <a href='../081print.mu.html#L16'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-event</span> +<span id="L129" class="LineNr">129 </span> copy?:bool <span class="Special"><-</span> should-attempt-copy? click-row, click-column, env +<span id="L130" class="LineNr">130 </span> <span class="muControl">break-unless</span> copy? +<span id="L131" class="LineNr">131 </span> copy?, env <span class="Special"><-</span> try-copy-sandbox click-row, env +<span id="L132" class="LineNr">132 </span> <span class="muControl">break-unless</span> copy? +<span id="L133" class="LineNr">133 </span> screen <span class="Special"><-</span> render-sandbox-side screen, env, render +<span id="L134" class="LineNr">134 </span> screen <span class="Special"><-</span> update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L135" class="LineNr">135 </span> <span class="muControl"> loop</span> <span class="Constant">+next-event</span> <span id="L136" class="LineNr">136 </span> <span class="Delimiter">}</span> <span id="L137" class="LineNr">137 </span>] <span id="L138" class="LineNr">138 </span> <span id="L139" class="LineNr">139 </span><span class="Comment"># some preconditions for attempting to copy a sandbox</span> -<span id="L140" class="LineNr">140 </span><span class="muRecipe">def</span> <a href='006-sandbox-copy.mu.html#L140'>should-attempt-copy?</a> click-row:num, click-column:num, env:&:environment<span class="muRecipe"> -> </span>result:bool [ +<span id="L140" class="LineNr">140 </span><span class="muRecipe">def</span> should-attempt-copy? click-row:num, click-column:num, env:&:environment<span class="muRecipe"> -> </span>result:bool [ <span id="L141" class="LineNr">141 </span> <span class="Constant">local-scope</span> <span id="L142" class="LineNr">142 </span> <span class="Constant">load-inputs</span> <span id="L143" class="LineNr">143 </span> <span class="Comment"># are we below the sandbox editor?</span> -<span id="L144" class="LineNr">144 </span> click-sandbox-area?:bool <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L190'>click-on-sandbox-area?</a> click-row, click-column, env +<span id="L144" class="LineNr">144 </span> click-sandbox-area?:bool <span class="Special"><-</span> click-on-sandbox-area? click-row, click-column, env <span id="L145" class="LineNr">145 </span> <span class="muControl">return-unless</span> click-sandbox-area?, <span class="Constant">0/false</span> <span id="L146" class="LineNr">146 </span> <span class="Comment"># narrower, is the click in the columns spanning the 'copy' button?</span> <span id="L147" class="LineNr">147 </span> first-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> <span id="L148" class="LineNr">148 </span> assert first-sandbox, <span class="Constant">[!!]</span> <span id="L149" class="LineNr">149 </span> sandbox-left-margin:num <span class="Special"><-</span> get *first-sandbox, <span class="Constant">left:offset</span> <span id="L150" class="LineNr">150 </span> sandbox-right-margin:num <span class="Special"><-</span> get *first-sandbox, <span class="Constant">right:offset</span> -<span id="L151" class="LineNr">151 </span> _, _, copy-button-left:num, copy-button-right:num <span class="Special"><-</span> <a href='005-sandbox.mu.html#L378'>sandbox-menu-columns</a> sandbox-left-margin, sandbox-right-margin -<span id="L152" class="LineNr">152 </span> copy-button-vertical-area?:bool <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L211'>within-range?</a> click-column, copy-button-left, copy-button-right +<span id="L151" class="LineNr">151 </span> _, _, copy-button-left:num, copy-button-right:num <span class="Special"><-</span> sandbox-menu-columns sandbox-left-margin, sandbox-right-margin +<span id="L152" class="LineNr">152 </span> copy-button-vertical-area?:bool <span class="Special"><-</span> within-range? click-column, copy-button-left, copy-button-right <span id="L153" class="LineNr">153 </span> <span class="muControl">return-unless</span> copy-button-vertical-area?, <span class="Constant">0/false</span> <span id="L154" class="LineNr">154 </span> <span class="Comment"># finally, is sandbox editor empty?</span> <span id="L155" class="LineNr">155 </span> current-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> -<span id="L156" class="LineNr">156 </span> result <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L203'>empty-editor?</a> current-sandbox +<span id="L156" class="LineNr">156 </span> result <span class="Special"><-</span> empty-editor? current-sandbox <span id="L157" class="LineNr">157 </span>] <span id="L158" class="LineNr">158 </span> -<span id="L159" class="LineNr">159 </span><span class="muRecipe">def</span> <a href='006-sandbox-copy.mu.html#L159'>try-copy-sandbox</a> click-row:num, env:&:environment<span class="muRecipe"> -> </span>clicked-on-copy-button?:bool, env:&:environment [ +<span id="L159" class="LineNr">159 </span><span class="muRecipe">def</span> try-copy-sandbox click-row:num, env:&:environment<span class="muRecipe"> -> </span>clicked-on-copy-button?:bool, env:&:environment [ <span id="L160" class="LineNr">160 </span> <span class="Constant">local-scope</span> <span id="L161" class="LineNr">161 </span> <span class="Constant">load-inputs</span> <span id="L162" class="LineNr">162 </span> <span class="Comment"># identify the sandbox to copy, if the click was actually on the 'copy' button</span> -<span id="L163" class="LineNr">163 </span> sandbox:&:sandbox <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L175'>find-sandbox</a> env, click-row +<span id="L163" class="LineNr">163 </span> sandbox:&:sandbox <span class="Special"><-</span> find-sandbox env, click-row <span id="L164" class="LineNr">164 </span> <span class="muControl">return-unless</span> sandbox, <span class="Constant">0/false</span> <span id="L165" class="LineNr">165 </span> clicked-on-copy-button? <span class="Special"><-</span> copy <span class="Constant">1/true</span> <span id="L166" class="LineNr">166 </span> text:text <span class="Special"><-</span> get *sandbox, <span class="Constant">data:offset</span> <span id="L167" class="LineNr">167 </span> current-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> -<span id="L168" class="LineNr">168 </span> current-sandbox <span class="Special"><-</span> <a href='001-editor.mu.html#L72'>insert-text</a> current-sandbox, text +<span id="L168" class="LineNr">168 </span> current-sandbox <span class="Special"><-</span> insert-text current-sandbox, text <span id="L169" class="LineNr">169 </span> <span class="Comment"># reset scroll</span> <span id="L170" class="LineNr">170 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">render-from:offset</span>,<span class="Constant"> -1</span> <span id="L171" class="LineNr">171 </span> <span class="Comment"># position cursor in sandbox editor</span> <span id="L172" class="LineNr">172 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">sandbox-in-focus?:offset</span>, <span class="Constant">1/true</span> <span id="L173" class="LineNr">173 </span>] <span id="L174" class="LineNr">174 </span> -<span id="L175" class="LineNr">175 </span><span class="muRecipe">def</span> <a href='006-sandbox-copy.mu.html#L175'>find-sandbox</a> env:&:environment, click-row:num<span class="muRecipe"> -> </span>result:&:sandbox [ +<span id="L175" class="LineNr">175 </span><span class="muRecipe">def</span> find-sandbox env:&:environment, click-row:num<span class="muRecipe"> -> </span>result:&:sandbox [ <span id="L176" class="LineNr">176 </span> <span class="Constant">local-scope</span> <span id="L177" class="LineNr">177 </span> <span class="Constant">load-inputs</span> <span id="L178" class="LineNr">178 </span> curr-sandbox:&:sandbox <span class="Special"><-</span> get *env, <span class="Constant">sandbox:offset</span> <span id="L179" class="LineNr">179 </span> <span class="Delimiter">{</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> curr-sandbox -<span id="L181" class="LineNr">181 </span> <span class="Conceal">¦</span> start:num <span class="Special"><-</span> get *curr-sandbox, <span class="Constant">starting-row-on-screen:offset</span> -<span id="L182" class="LineNr">182 </span> <span class="Conceal">¦</span> found?:bool <span class="Special"><-</span> equal click-row, start -<span id="L183" class="LineNr">183 </span> <span class="Conceal">¦</span> <span class="muControl">return-if</span> found?, curr-sandbox -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span> curr-sandbox <span class="Special"><-</span> get *curr-sandbox, <span class="Constant">next-sandbox:offset</span> -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L180" class="LineNr">180 </span> <span class="muControl">break-unless</span> curr-sandbox +<span id="L181" class="LineNr">181 </span> start:num <span class="Special"><-</span> get *curr-sandbox, <span class="Constant">starting-row-on-screen:offset</span> +<span id="L182" class="LineNr">182 </span> found?:bool <span class="Special"><-</span> equal click-row, start +<span id="L183" class="LineNr">183 </span> <span class="muControl">return-if</span> found?, curr-sandbox +<span id="L184" class="LineNr">184 </span> curr-sandbox <span class="Special"><-</span> get *curr-sandbox, <span class="Constant">next-sandbox:offset</span> +<span id="L185" class="LineNr">185 </span> <span class="muControl"> loop</span> <span id="L186" class="LineNr">186 </span> <span class="Delimiter">}</span> <span id="L187" class="LineNr">187 </span> <span class="muControl"> return</span> <span class="Constant">0/not-found</span> <span id="L188" class="LineNr">188 </span>] <span id="L189" class="LineNr">189 </span> -<span id="L190" class="LineNr">190 </span><span class="muRecipe">def</span> <a href='006-sandbox-copy.mu.html#L190'>click-on-sandbox-area?</a> click-row:num, click-column:num, env:&:environment<span class="muRecipe"> -> </span>result:bool [ +<span id="L190" class="LineNr">190 </span><span class="muRecipe">def</span> click-on-sandbox-area? click-row:num, click-column:num, env:&:environment<span class="muRecipe"> -> </span>result:bool [ <span id="L191" class="LineNr">191 </span> <span class="Constant">local-scope</span> <span id="L192" class="LineNr">192 </span> <span class="Constant">load-inputs</span> <span id="L193" class="LineNr">193 </span> current-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> @@ -262,15 +261,15 @@ if ('onhashchange' in window) { <span id="L200" class="LineNr">200 </span> result <span class="Special"><-</span> greater-or-equal click-row, first-sandbox-begins <span id="L201" class="LineNr">201 </span>] <span id="L202" class="LineNr">202 </span> -<span id="L203" class="LineNr">203 </span><span class="muRecipe">def</span> <a href='006-sandbox-copy.mu.html#L203'>empty-editor?</a> editor:&:editor<span class="muRecipe"> -> </span>result:bool [ +<span id="L203" class="LineNr">203 </span><span class="muRecipe">def</span> empty-editor? editor:&:editor<span class="muRecipe"> -> </span>result:bool [ <span id="L204" class="LineNr">204 </span> <span class="Constant">local-scope</span> <span id="L205" class="LineNr">205 </span> <span class="Constant">load-inputs</span> -<span id="L206" class="LineNr">206 </span> head:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> -<span id="L207" class="LineNr">207 </span> first:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> head +<span id="L206" class="LineNr">206 </span> head:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> +<span id="L207" class="LineNr">207 </span> first:&:duplex-list:char <span class="Special"><-</span> next head <span id="L208" class="LineNr">208 </span> result <span class="Special"><-</span> not first <span id="L209" class="LineNr">209 </span>] <span id="L210" class="LineNr">210 </span> -<span id="L211" class="LineNr">211 </span><span class="muRecipe">def</span> <a href='006-sandbox-copy.mu.html#L211'>within-range?</a> x:num, low:num, high:num<span class="muRecipe"> -> </span>result:bool [ +<span id="L211" class="LineNr">211 </span><span class="muRecipe">def</span> within-range? x:num, low:num, high:num<span class="muRecipe"> -> </span>result:bool [ <span id="L212" class="LineNr">212 </span> <span class="Constant">local-scope</span> <span id="L213" class="LineNr">213 </span> <span class="Constant">load-inputs</span> <span id="L214" class="LineNr">214 </span> not-too-far-left?:bool <span class="Special"><-</span> greater-or-equal x, low @@ -285,59 +284,59 @@ if ('onhashchange' in window) { <span id="L223" class="LineNr">223 </span> <span class="Comment"># empty recipes</span> <span id="L224" class="LineNr">224 </span> assume-resources [ <span id="L225" class="LineNr">225 </span> ] -<span id="L226" class="LineNr">226 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[add 1, 1]</span> <span class="Comment"># contents of sandbox editor</span> -<span id="L227" class="LineNr">227 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L226" class="LineNr">226 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[add 1, 1]</span> <span class="Comment"># contents of sandbox editor</span> +<span id="L227" class="LineNr">227 </span> render-all screen, env, render <span id="L228" class="LineNr">228 </span> <span class="Comment"># run it</span> <span id="L229" class="LineNr">229 </span> assume-console [ -<span id="L230" class="LineNr">230 </span> <span class="Conceal">¦</span> press F4 +<span id="L230" class="LineNr">230 </span> press F4 <span id="L231" class="LineNr">231 </span> ] -<span id="L232" class="LineNr">232 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L232" class="LineNr">232 </span> event-loop screen, console, env, resources <span id="L233" class="LineNr">233 </span> screen-should-contain [ -<span id="L234" class="LineNr">234 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L235" class="LineNr">235 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L236" class="LineNr">236 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L237" class="LineNr">237 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L238" class="LineNr">238 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L239" class="LineNr">239 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L240" class="LineNr">240 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L241" class="LineNr">241 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L234" class="LineNr">234 </span> <span class="Constant"> . run (F4) .</span> +<span id="L235" class="LineNr">235 </span> <span class="Constant"> . ╎ .</span> +<span id="L236" class="LineNr">236 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L237" class="LineNr">237 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L238" class="LineNr">238 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L239" class="LineNr">239 </span> <span class="Constant"> . ╎2 .</span> +<span id="L240" class="LineNr">240 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L241" class="LineNr">241 </span> <span class="Constant"> . ╎ .</span> <span id="L242" class="LineNr">242 </span> ] <span id="L243" class="LineNr">243 </span> <span class="Comment"># type something into the sandbox editor, then click on the 'copy' button</span> <span id="L244" class="LineNr">244 </span> assume-console [ -<span id="L245" class="LineNr">245 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 70</span> <span class="Comment"># put cursor in sandbox editor</span> -<span id="L246" class="LineNr">246 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> <span class="Comment"># type something</span> -<span id="L247" class="LineNr">247 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 70</span> <span class="Comment"># click 'copy' button</span> +<span id="L245" class="LineNr">245 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 70</span> <span class="Comment"># put cursor in sandbox editor</span> +<span id="L246" class="LineNr">246 </span> type <span class="Constant">[0]</span> <span class="Comment"># type something</span> +<span id="L247" class="LineNr">247 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 70</span> <span class="Comment"># click 'copy' button</span> <span id="L248" class="LineNr">248 </span> ] <span id="L249" class="LineNr">249 </span> run [ -<span id="L250" class="LineNr">250 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L250" class="LineNr">250 </span> event-loop screen, console, env, resources <span id="L251" class="LineNr">251 </span> ] <span id="L252" class="LineNr">252 </span> <span class="Comment"># copy doesn't happen</span> <span id="L253" class="LineNr">253 </span> screen-should-contain [ -<span id="L254" class="LineNr">254 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L255" class="LineNr">255 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 .</span> -<span id="L256" class="LineNr">256 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L257" class="LineNr">257 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L258" class="LineNr">258 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L259" class="LineNr">259 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L260" class="LineNr">260 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L261" class="LineNr">261 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L254" class="LineNr">254 </span> <span class="Constant"> . run (F4) .</span> +<span id="L255" class="LineNr">255 </span> <span class="Constant"> . ╎0 .</span> +<span id="L256" class="LineNr">256 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L257" class="LineNr">257 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L258" class="LineNr">258 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L259" class="LineNr">259 </span> <span class="Constant"> . ╎2 .</span> +<span id="L260" class="LineNr">260 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L261" class="LineNr">261 </span> <span class="Constant"> . ╎ .</span> <span id="L262" class="LineNr">262 </span> ] <span id="L263" class="LineNr">263 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L264" class="LineNr">264 </span> assume-console [ -<span id="L265" class="LineNr">265 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> +<span id="L265" class="LineNr">265 </span> type <span class="Constant">[1]</span> <span id="L266" class="LineNr">266 </span> ] <span id="L267" class="LineNr">267 </span> run [ -<span id="L268" class="LineNr">268 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L268" class="LineNr">268 </span> event-loop screen, console, env, resources <span id="L269" class="LineNr">269 </span> ] <span id="L270" class="LineNr">270 </span> screen-should-contain [ -<span id="L271" class="LineNr">271 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L272" class="LineNr">272 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎01 .</span> -<span id="L273" class="LineNr">273 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L274" class="LineNr">274 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L275" class="LineNr">275 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L276" class="LineNr">276 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L277" class="LineNr">277 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L278" class="LineNr">278 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L271" class="LineNr">271 </span> <span class="Constant"> . run (F4) .</span> +<span id="L272" class="LineNr">272 </span> <span class="Constant"> . ╎01 .</span> +<span id="L273" class="LineNr">273 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L274" class="LineNr">274 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L275" class="LineNr">275 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L276" class="LineNr">276 </span> <span class="Constant"> . ╎2 .</span> +<span id="L277" class="LineNr">277 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L278" class="LineNr">278 </span> <span class="Constant"> . ╎ .</span> <span id="L279" class="LineNr">279 </span> ] <span id="L280" class="LineNr">280 </span>] <span id="L281" class="LineNr">281 </span> @@ -350,97 +349,97 @@ if ('onhashchange' in window) { <span id="L288" class="LineNr">288 </span> <span class="Comment"># empty recipes</span> <span id="L289" class="LineNr">289 </span> assume-resources [ <span id="L290" class="LineNr">290 </span> ] -<span id="L291" class="LineNr">291 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[add 1, 1]</span> <span class="Comment"># contents of sandbox editor</span> -<span id="L292" class="LineNr">292 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L291" class="LineNr">291 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[add 1, 1]</span> <span class="Comment"># contents of sandbox editor</span> +<span id="L292" class="LineNr">292 </span> render-all screen, env, render <span id="L293" class="LineNr">293 </span> <span class="Comment"># run it</span> <span id="L294" class="LineNr">294 </span> assume-console [ -<span id="L295" class="LineNr">295 </span> <span class="Conceal">¦</span> press F4 +<span id="L295" class="LineNr">295 </span> press F4 <span id="L296" class="LineNr">296 </span> ] -<span id="L297" class="LineNr">297 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L297" class="LineNr">297 </span> event-loop screen, console, env, resources <span id="L298" class="LineNr">298 </span> screen-should-contain [ -<span id="L299" class="LineNr">299 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L300" class="LineNr">300 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L301" class="LineNr">301 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L302" class="LineNr">302 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L303" class="LineNr">303 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L304" class="LineNr">304 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L305" class="LineNr">305 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L306" class="LineNr">306 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L299" class="LineNr">299 </span> <span class="Constant"> . run (F4) .</span> +<span id="L300" class="LineNr">300 </span> <span class="Constant"> . ╎ .</span> +<span id="L301" class="LineNr">301 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L302" class="LineNr">302 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L303" class="LineNr">303 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L304" class="LineNr">304 </span> <span class="Constant"> . ╎2 .</span> +<span id="L305" class="LineNr">305 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L306" class="LineNr">306 </span> <span class="Constant"> . ╎ .</span> <span id="L307" class="LineNr">307 </span> ] <span id="L308" class="LineNr">308 </span> <span class="Comment"># click at left edge of 'copy' button</span> <span id="L309" class="LineNr">309 </span> assume-console [ -<span id="L310" class="LineNr">310 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 78</span> +<span id="L310" class="LineNr">310 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 78</span> <span id="L311" class="LineNr">311 </span> ] <span id="L312" class="LineNr">312 </span> run [ -<span id="L313" class="LineNr">313 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L313" class="LineNr">313 </span> event-loop screen, console, env, resources <span id="L314" class="LineNr">314 </span> ] <span id="L315" class="LineNr">315 </span> <span class="Comment"># it copies into recipe side</span> <span id="L316" class="LineNr">316 </span> screen-should-contain [ -<span id="L317" class="LineNr">317 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L318" class="LineNr">318 </span> <span class="Conceal">¦</span><span class="Constant"> .add 1, 1 ╎ .</span> -<span id="L319" class="LineNr">319 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L320" class="LineNr">320 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L321" class="LineNr">321 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎add 1, 1 .</span> -<span id="L322" class="LineNr">322 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L323" class="LineNr">323 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L324" class="LineNr">324 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L317" class="LineNr">317 </span> <span class="Constant"> . run (F4) .</span> +<span id="L318" class="LineNr">318 </span> <span class="Constant"> .add 1, 1 ╎ .</span> +<span id="L319" class="LineNr">319 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L320" class="LineNr">320 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L321" class="LineNr">321 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎add 1, 1 .</span> +<span id="L322" class="LineNr">322 </span> <span class="Constant"> . ╎2 .</span> +<span id="L323" class="LineNr">323 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L324" class="LineNr">324 </span> <span class="Constant"> . ╎ .</span> <span id="L325" class="LineNr">325 </span> ] <span id="L326" class="LineNr">326 </span> <span class="Comment"># cursor should be at the top left of the recipe side</span> <span id="L327" class="LineNr">327 </span> assume-console [ -<span id="L328" class="LineNr">328 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L328" class="LineNr">328 </span> type <span class="Constant">[0]</span> <span id="L329" class="LineNr">329 </span> ] <span id="L330" class="LineNr">330 </span> run [ -<span id="L331" class="LineNr">331 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L331" class="LineNr">331 </span> event-loop screen, console, env, resources <span id="L332" class="LineNr">332 </span> ] <span id="L333" class="LineNr">333 </span> screen-should-contain [ -<span id="L334" class="LineNr">334 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L335" class="LineNr">335 </span> <span class="Conceal">¦</span><span class="Constant"> .0add 1, 1 ╎ .</span> -<span id="L336" class="LineNr">336 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L337" class="LineNr">337 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L338" class="LineNr">338 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎add 1, 1 .</span> -<span id="L339" class="LineNr">339 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L340" class="LineNr">340 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L341" class="LineNr">341 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L334" class="LineNr">334 </span> <span class="Constant"> . run (F4) .</span> +<span id="L335" class="LineNr">335 </span> <span class="Constant"> .0add 1, 1 ╎ .</span> +<span id="L336" class="LineNr">336 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L337" class="LineNr">337 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L338" class="LineNr">338 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎add 1, 1 .</span> +<span id="L339" class="LineNr">339 </span> <span class="Constant"> . ╎2 .</span> +<span id="L340" class="LineNr">340 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L341" class="LineNr">341 </span> <span class="Constant"> . ╎ .</span> <span id="L342" class="LineNr">342 </span> ] <span id="L343" class="LineNr">343 </span>] <span id="L344" class="LineNr">344 </span> -<span id="L345" class="LineNr">345 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L81'><global-touch></a></span> [ +<span id="L345" class="LineNr">345 </span><span class="muRecipe">after</span> <span class="Constant"><global-touch></span> [ <span id="L346" class="LineNr">346 </span> <span class="Comment"># support 'copy to recipe' button</span> <span id="L347" class="LineNr">347 </span> <span class="Delimiter">{</span> -<span id="L348" class="LineNr">348 </span> <span class="Conceal">¦</span> copy?:bool <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L360'>should-copy-to-recipe?</a> click-row, click-column, env -<span id="L349" class="LineNr">349 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> copy? -<span id="L350" class="LineNr">350 </span> <span class="Conceal">¦</span> modified?:bool <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L375'>prepend-sandbox-into-recipe-side</a> click-row, env -<span id="L351" class="LineNr">351 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> modified? -<span id="L352" class="LineNr">352 </span> <span class="Conceal">¦</span> *env <span class="Special"><-</span> put *env, <span class="Constant">sandbox-in-focus?:offset</span>, <span class="Constant">0/false</span> -<span id="L353" class="LineNr">353 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L431'>render-recipes</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> -<span id="L354" class="LineNr">354 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L472'>update-cursor</a> <a href='../081print.mu.html#L16'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env -<span id="L355" class="LineNr">355 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-event</span> +<span id="L348" class="LineNr">348 </span> copy?:bool <span class="Special"><-</span> should-copy-to-recipe? click-row, click-column, env +<span id="L349" class="LineNr">349 </span> <span class="muControl">break-unless</span> copy? +<span id="L350" class="LineNr">350 </span> modified?:bool <span class="Special"><-</span> prepend-sandbox-into-recipe-side click-row, env +<span id="L351" class="LineNr">351 </span> <span class="muControl">break-unless</span> modified? +<span id="L352" class="LineNr">352 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">sandbox-in-focus?:offset</span>, <span class="Constant">0/false</span> +<span id="L353" class="LineNr">353 </span> screen <span class="Special"><-</span> render-recipes screen, env, render +<span id="L354" class="LineNr">354 </span> screen <span class="Special"><-</span> update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L355" class="LineNr">355 </span> <span class="muControl"> loop</span> <span class="Constant">+next-event</span> <span id="L356" class="LineNr">356 </span> <span class="Delimiter">}</span> <span id="L357" class="LineNr">357 </span>] <span id="L358" class="LineNr">358 </span> <span id="L359" class="LineNr">359 </span><span class="Comment"># some preconditions for attempting to copy a sandbox into the recipe side</span> -<span id="L360" class="LineNr">360 </span><span class="muRecipe">def</span> <a href='006-sandbox-copy.mu.html#L360'>should-copy-to-recipe?</a> click-row:num, click-column:num, env:&:environment<span class="muRecipe"> -> </span>result:bool [ +<span id="L360" class="LineNr">360 </span><span class="muRecipe">def</span> should-copy-to-recipe? click-row:num, click-column:num, env:&:environment<span class="muRecipe"> -> </span>result:bool [ <span id="L361" class="LineNr">361 </span> <span class="Constant">local-scope</span> <span id="L362" class="LineNr">362 </span> <span class="Constant">load-inputs</span> <span id="L363" class="LineNr">363 </span> <span class="Comment"># are we below the sandbox editor?</span> -<span id="L364" class="LineNr">364 </span> click-sandbox-area?:bool <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L190'>click-on-sandbox-area?</a> click-row, click-column, env +<span id="L364" class="LineNr">364 </span> click-sandbox-area?:bool <span class="Special"><-</span> click-on-sandbox-area? click-row, click-column, env <span id="L365" class="LineNr">365 </span> <span class="muControl">return-unless</span> click-sandbox-area?, <span class="Constant">0/false</span> <span id="L366" class="LineNr">366 </span> <span class="Comment"># narrower, is the click in the columns spanning the 'copy' button?</span> <span id="L367" class="LineNr">367 </span> first-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> <span id="L368" class="LineNr">368 </span> assert first-sandbox, <span class="Constant">[!!]</span> <span id="L369" class="LineNr">369 </span> sandbox-left-margin:num <span class="Special"><-</span> get *first-sandbox, <span class="Constant">left:offset</span> <span id="L370" class="LineNr">370 </span> sandbox-right-margin:num <span class="Special"><-</span> get *first-sandbox, <span class="Constant">right:offset</span> -<span id="L371" class="LineNr">371 </span> _, _, _, _, recipe-button-left:num, recipe-button-right:num <span class="Special"><-</span> <a href='005-sandbox.mu.html#L378'>sandbox-menu-columns</a> sandbox-left-margin, sandbox-right-margin -<span id="L372" class="LineNr">372 </span> result <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L211'>within-range?</a> click-column, recipe-button-left, recipe-button-right +<span id="L371" class="LineNr">371 </span> _, _, _, _, recipe-button-left:num, recipe-button-right:num <span class="Special"><-</span> sandbox-menu-columns sandbox-left-margin, sandbox-right-margin +<span id="L372" class="LineNr">372 </span> result <span class="Special"><-</span> within-range? click-column, recipe-button-left, recipe-button-right <span id="L373" class="LineNr">373 </span>] <span id="L374" class="LineNr">374 </span> -<span id="L375" class="LineNr">375 </span><span class="muRecipe">def</span> <a href='006-sandbox-copy.mu.html#L375'>prepend-sandbox-into-recipe-side</a> click-row:num, env:&:environment<span class="muRecipe"> -> </span>clicked-on-copy-to-recipe-button?:bool, env:&:environment [ +<span id="L375" class="LineNr">375 </span><span class="muRecipe">def</span> prepend-sandbox-into-recipe-side click-row:num, env:&:environment<span class="muRecipe"> -> </span>clicked-on-copy-to-recipe-button?:bool, env:&:environment [ <span id="L376" class="LineNr">376 </span> <span class="Constant">local-scope</span> <span id="L377" class="LineNr">377 </span> <span class="Constant">load-inputs</span> -<span id="L378" class="LineNr">378 </span> sandbox:&:sandbox <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L175'>find-sandbox</a> env, click-row +<span id="L378" class="LineNr">378 </span> sandbox:&:sandbox <span class="Special"><-</span> find-sandbox env, click-row <span id="L379" class="LineNr">379 </span> <span class="muControl">return-unless</span> sandbox, <span class="Constant">0/false</span> <span id="L380" class="LineNr">380 </span> recipe-editor:&:editor <span class="Special"><-</span> get *env, <span class="Constant">recipes:offset</span> -<span id="L381" class="LineNr">381 </span> recipe-data:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *recipe-editor, <span class="Constant">data:offset</span> +<span id="L381" class="LineNr">381 </span> recipe-data:&:duplex-list:char <span class="Special"><-</span> get *recipe-editor, <span class="Constant">data:offset</span> <span id="L382" class="LineNr">382 </span> <span class="Comment"># make the newly inserted code easy to delineate</span> <span id="L383" class="LineNr">383 </span> newline:char <span class="Special"><-</span> copy<span class="Constant"> 10</span> <span id="L384" class="LineNr">384 </span> insert newline, recipe-data diff --git a/html/edit/007-sandbox-delete.mu.html b/html/edit/007-sandbox-delete.mu.html index 223e8baa..0033ec49 100644 --- a/html/edit/007-sandbox-delete.mu.html +++ b/html/edit/007-sandbox-delete.mu.html @@ -15,17 +15,16 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } .Delimiter { color: #800080; } .Constant { color: #00a0a0; } +.Special { color: #c00000; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> </style> @@ -68,132 +67,132 @@ if ('onhashchange' in window) { <span id="L6" class="LineNr"> 6 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">15/height</span> <span id="L7" class="LineNr"> 7 </span> assume-resources [ <span id="L8" class="LineNr"> 8 </span> ] -<span id="L9" class="LineNr"> 9 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[]</span> -<span id="L10" class="LineNr"> 10 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L9" class="LineNr"> 9 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[]</span> +<span id="L10" class="LineNr"> 10 </span> render-all screen, env, render <span id="L11" class="LineNr"> 11 </span> <span class="Comment"># run a few commands</span> <span id="L12" class="LineNr"> 12 </span> assume-console [ -<span id="L13" class="LineNr"> 13 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 75</span> -<span id="L14" class="LineNr"> 14 </span> <span class="Conceal">¦</span> type <span class="Constant">[divide-with-remainder 11, 3]</span> -<span id="L15" class="LineNr"> 15 </span> <span class="Conceal">¦</span> press F4 -<span id="L16" class="LineNr"> 16 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 2, 2]</span> -<span id="L17" class="LineNr"> 17 </span> <span class="Conceal">¦</span> press F4 +<span id="L13" class="LineNr"> 13 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 75</span> +<span id="L14" class="LineNr"> 14 </span> type <span class="Constant">[divide-with-remainder 11, 3]</span> +<span id="L15" class="LineNr"> 15 </span> press F4 +<span id="L16" class="LineNr"> 16 </span> type <span class="Constant">[add 2, 2]</span> +<span id="L17" class="LineNr"> 17 </span> press F4 <span id="L18" class="LineNr"> 18 </span> ] -<span id="L19" class="LineNr"> 19 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L19" class="LineNr"> 19 </span> event-loop screen, console, env, resources <span id="L20" class="LineNr"> 20 </span> screen-should-contain [ -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L22" class="LineNr"> 22 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L23" class="LineNr"> 23 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎1 edit copy to recipe delete .</span> -<span id="L29" class="LineNr"> 29 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎divide-with-remainder 11, 3 .</span> -<span id="L30" class="LineNr"> 30 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎3 .</span> -<span id="L31" class="LineNr"> 31 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L32" class="LineNr"> 32 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L21" class="LineNr"> 21 </span> <span class="Constant"> . run (F4) .</span> +<span id="L22" class="LineNr"> 22 </span> <span class="Constant"> . ╎ .</span> +<span id="L23" class="LineNr"> 23 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L25" class="LineNr"> 25 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L26" class="LineNr"> 26 </span> <span class="Constant"> . ╎4 .</span> +<span id="L27" class="LineNr"> 27 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L28" class="LineNr"> 28 </span> <span class="Constant"> . ╎1 edit copy to recipe delete .</span> +<span id="L29" class="LineNr"> 29 </span> <span class="Constant"> . ╎divide-with-remainder 11, 3 .</span> +<span id="L30" class="LineNr"> 30 </span> <span class="Constant"> . ╎3 .</span> +<span id="L31" class="LineNr"> 31 </span> <span class="Constant"> . ╎2 .</span> +<span id="L32" class="LineNr"> 32 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L33" class="LineNr"> 33 </span> <span class="Constant"> . ╎ .</span> <span id="L34" class="LineNr"> 34 </span> ] <span id="L35" class="LineNr"> 35 </span> <span class="Comment"># delete second sandbox by clicking on left edge of 'delete' button</span> <span id="L36" class="LineNr"> 36 </span> assume-console [ -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 7</span>,<span class="Constant"> 90</span> +<span id="L37" class="LineNr"> 37 </span> left-click<span class="Constant"> 7</span>,<span class="Constant"> 90</span> <span id="L38" class="LineNr"> 38 </span> ] <span id="L39" class="LineNr"> 39 </span> run [ -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L40" class="LineNr"> 40 </span> event-loop screen, console, env, resources <span id="L41" class="LineNr"> 41 </span> ] <span id="L42" class="LineNr"> 42 </span> screen-should-contain [ -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L45" class="LineNr"> 45 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Constant"> . run (F4) .</span> +<span id="L44" class="LineNr"> 44 </span> <span class="Constant"> . ╎ .</span> +<span id="L45" class="LineNr"> 45 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L46" class="LineNr"> 46 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L47" class="LineNr"> 47 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L48" class="LineNr"> 48 </span> <span class="Constant"> . ╎4 .</span> +<span id="L49" class="LineNr"> 49 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L50" class="LineNr"> 50 </span> <span class="Constant"> . ╎ .</span> +<span id="L51" class="LineNr"> 51 </span> <span class="Constant"> . ╎ .</span> <span id="L52" class="LineNr"> 52 </span> ] <span id="L53" class="LineNr"> 53 </span> <span class="Comment"># delete first sandbox by clicking at right edge of 'delete' button</span> <span id="L54" class="LineNr"> 54 </span> assume-console [ -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 99</span> +<span id="L55" class="LineNr"> 55 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 99</span> <span id="L56" class="LineNr"> 56 </span> ] <span id="L57" class="LineNr"> 57 </span> run [ -<span id="L58" class="LineNr"> 58 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L58" class="LineNr"> 58 </span> event-loop screen, console, env, resources <span id="L59" class="LineNr"> 59 </span> ] <span id="L60" class="LineNr"> 60 </span> screen-should-contain [ -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L63" class="LineNr"> 63 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L61" class="LineNr"> 61 </span> <span class="Constant"> . run (F4) .</span> +<span id="L62" class="LineNr"> 62 </span> <span class="Constant"> . ╎ .</span> +<span id="L63" class="LineNr"> 63 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L64" class="LineNr"> 64 </span> <span class="Constant"> . ╎ .</span> +<span id="L65" class="LineNr"> 65 </span> <span class="Constant"> . ╎ .</span> <span id="L66" class="LineNr"> 66 </span> ] <span id="L67" class="LineNr"> 67 </span>] <span id="L68" class="LineNr"> 68 </span> -<span id="L69" class="LineNr"> 69 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L81'><global-touch></a></span> [ +<span id="L69" class="LineNr"> 69 </span><span class="muRecipe">after</span> <span class="Constant"><global-touch></span> [ <span id="L70" class="LineNr"> 70 </span> <span class="Comment"># support 'delete' button</span> <span id="L71" class="LineNr"> 71 </span> <span class="Delimiter">{</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> delete?:bool <span class="Special"><-</span> <a href='007-sandbox-delete.mu.html#L83'>should-attempt-delete?</a> click-row, click-column, env -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> delete? -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> delete?, env <span class="Special"><-</span> <a href='007-sandbox-delete.mu.html#L98'>try-delete-sandbox</a> click-row, env -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> delete? -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> render-sandbox-side <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L472'>update-cursor</a> <a href='../081print.mu.html#L16'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-event</span> +<span id="L72" class="LineNr"> 72 </span> delete?:bool <span class="Special"><-</span> should-attempt-delete? click-row, click-column, env +<span id="L73" class="LineNr"> 73 </span> <span class="muControl">break-unless</span> delete? +<span id="L74" class="LineNr"> 74 </span> delete?, env <span class="Special"><-</span> try-delete-sandbox click-row, env +<span id="L75" class="LineNr"> 75 </span> <span class="muControl">break-unless</span> delete? +<span id="L76" class="LineNr"> 76 </span> screen <span class="Special"><-</span> render-sandbox-side screen, env, render +<span id="L77" class="LineNr"> 77 </span> screen <span class="Special"><-</span> update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L78" class="LineNr"> 78 </span> <span class="muControl"> loop</span> <span class="Constant">+next-event</span> <span id="L79" class="LineNr"> 79 </span> <span class="Delimiter">}</span> <span id="L80" class="LineNr"> 80 </span>] <span id="L81" class="LineNr"> 81 </span> <span id="L82" class="LineNr"> 82 </span><span class="Comment"># some preconditions for attempting to delete a sandbox</span> -<span id="L83" class="LineNr"> 83 </span><span class="muRecipe">def</span> <a href='007-sandbox-delete.mu.html#L83'>should-attempt-delete?</a> click-row:num, click-column:num, env:&:environment<span class="muRecipe"> -> </span>result:bool [ +<span id="L83" class="LineNr"> 83 </span><span class="muRecipe">def</span> should-attempt-delete? click-row:num, click-column:num, env:&:environment<span class="muRecipe"> -> </span>result:bool [ <span id="L84" class="LineNr"> 84 </span> <span class="Constant">local-scope</span> <span id="L85" class="LineNr"> 85 </span> <span class="Constant">load-inputs</span> <span id="L86" class="LineNr"> 86 </span> <span class="Comment"># are we below the sandbox editor?</span> -<span id="L87" class="LineNr"> 87 </span> click-sandbox-area?:bool <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L190'>click-on-sandbox-area?</a> click-row, click-column, env +<span id="L87" class="LineNr"> 87 </span> click-sandbox-area?:bool <span class="Special"><-</span> click-on-sandbox-area? click-row, click-column, env <span id="L88" class="LineNr"> 88 </span> <span class="muControl">return-unless</span> click-sandbox-area?, <span class="Constant">0/false</span> <span id="L89" class="LineNr"> 89 </span> <span class="Comment"># narrower, is the click in the columns spanning the 'copy' button?</span> <span id="L90" class="LineNr"> 90 </span> first-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> <span id="L91" class="LineNr"> 91 </span> assert first-sandbox, <span class="Constant">[!!]</span> <span id="L92" class="LineNr"> 92 </span> sandbox-left-margin:num <span class="Special"><-</span> get *first-sandbox, <span class="Constant">left:offset</span> <span id="L93" class="LineNr"> 93 </span> sandbox-right-margin:num <span class="Special"><-</span> get *first-sandbox, <span class="Constant">right:offset</span> -<span id="L94" class="LineNr"> 94 </span> _, _, _, _, _, _, delete-button-left:num <span class="Special"><-</span> <a href='005-sandbox.mu.html#L378'>sandbox-menu-columns</a> sandbox-left-margin, sandbox-right-margin -<span id="L95" class="LineNr"> 95 </span> result <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L211'>within-range?</a> click-column, delete-button-left, sandbox-right-margin +<span id="L94" class="LineNr"> 94 </span> _, _, _, _, _, _, delete-button-left:num <span class="Special"><-</span> sandbox-menu-columns sandbox-left-margin, sandbox-right-margin +<span id="L95" class="LineNr"> 95 </span> result <span class="Special"><-</span> within-range? click-column, delete-button-left, sandbox-right-margin <span id="L96" class="LineNr"> 96 </span>] <span id="L97" class="LineNr"> 97 </span> -<span id="L98" class="LineNr"> 98 </span><span class="muRecipe">def</span> <a href='007-sandbox-delete.mu.html#L98'>try-delete-sandbox</a> click-row:num, env:&:environment<span class="muRecipe"> -> </span>clicked-on-delete-button?:bool, env:&:environment [ +<span id="L98" class="LineNr"> 98 </span><span class="muRecipe">def</span> try-delete-sandbox click-row:num, env:&:environment<span class="muRecipe"> -> </span>clicked-on-delete-button?:bool, env:&:environment [ <span id="L99" class="LineNr"> 99 </span> <span class="Constant">local-scope</span> <span id="L100" class="LineNr">100 </span> <span class="Constant">load-inputs</span> <span id="L101" class="LineNr">101 </span> <span class="Comment"># identify the sandbox to delete, if the click was actually on the 'delete' button</span> -<span id="L102" class="LineNr">102 </span> sandbox:&:sandbox <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L175'>find-sandbox</a> env, click-row +<span id="L102" class="LineNr">102 </span> sandbox:&:sandbox <span class="Special"><-</span> find-sandbox env, click-row <span id="L103" class="LineNr">103 </span> <span class="muControl">return-unless</span> sandbox, <span class="Constant">0/false</span> <span id="L104" class="LineNr">104 </span> clicked-on-delete-button? <span class="Special"><-</span> copy <span class="Constant">1/true</span> -<span id="L105" class="LineNr">105 </span> env <span class="Special"><-</span> <a href='007-sandbox-delete.mu.html#L108'>delete-sandbox</a> env, sandbox +<span id="L105" class="LineNr">105 </span> env <span class="Special"><-</span> delete-sandbox env, sandbox <span id="L106" class="LineNr">106 </span>] <span id="L107" class="LineNr">107 </span> -<span id="L108" class="LineNr">108 </span><span class="muRecipe">def</span> <a href='007-sandbox-delete.mu.html#L108'>delete-sandbox</a> env:&:environment, sandbox:&:sandbox<span class="muRecipe"> -> </span>env:&:environment [ +<span id="L108" class="LineNr">108 </span><span class="muRecipe">def</span> delete-sandbox env:&:environment, sandbox:&:sandbox<span class="muRecipe"> -> </span>env:&:environment [ <span id="L109" class="LineNr">109 </span> <span class="Constant">local-scope</span> <span id="L110" class="LineNr">110 </span> <span class="Constant">load-inputs</span> <span id="L111" class="LineNr">111 </span> curr-sandbox:&:sandbox <span class="Special"><-</span> get *env, <span class="Constant">sandbox:offset</span> <span id="L112" class="LineNr">112 </span> first-sandbox?:bool <span class="Special"><-</span> equal curr-sandbox, sandbox <span id="L113" class="LineNr">113 </span> <span class="Delimiter">{</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <span class="Comment"># first sandbox? pop</span> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> first-sandbox? -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> next-sandbox:&:sandbox <span class="Special"><-</span> get *curr-sandbox, <span class="Constant">next-sandbox:offset</span> -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> *env <span class="Special"><-</span> put *env, <span class="Constant">sandbox:offset</span>, next-sandbox +<span id="L114" class="LineNr">114 </span> <span class="Comment"># first sandbox? pop</span> +<span id="L115" class="LineNr">115 </span> <span class="muControl">break-unless</span> first-sandbox? +<span id="L116" class="LineNr">116 </span> next-sandbox:&:sandbox <span class="Special"><-</span> get *curr-sandbox, <span class="Constant">next-sandbox:offset</span> +<span id="L117" class="LineNr">117 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">sandbox:offset</span>, next-sandbox <span id="L118" class="LineNr">118 </span> <span class="Delimiter">}</span> <span id="L119" class="LineNr">119 </span> <span class="Delimiter">{</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> <span class="Comment"># not first sandbox?</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> first-sandbox? -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> prev-sandbox:&:sandbox <span class="Special"><-</span> copy curr-sandbox -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span> curr-sandbox <span class="Special"><-</span> get *curr-sandbox, <span class="Constant">next-sandbox:offset</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert curr-sandbox, <span class="Constant">[sandbox not found! something is wrong.]</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> found?:bool <span class="Special"><-</span> equal curr-sandbox, sandbox -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> found? -<span id="L128" class="LineNr">128 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> prev-sandbox <span class="Special"><-</span> copy curr-sandbox -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr-sandbox <span class="Special"><-</span> get *curr-sandbox, <span class="Constant">next-sandbox:offset</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> <span class="Comment"># snip sandbox out of its list</span> -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> next-sandbox:&:sandbox <span class="Special"><-</span> get *curr-sandbox, <span class="Constant">next-sandbox:offset</span> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> *prev-sandbox <span class="Special"><-</span> put *prev-sandbox, <span class="Constant">next-sandbox:offset</span>, next-sandbox +<span id="L120" class="LineNr">120 </span> <span class="Comment"># not first sandbox?</span> +<span id="L121" class="LineNr">121 </span> <span class="muControl">break-if</span> first-sandbox? +<span id="L122" class="LineNr">122 </span> prev-sandbox:&:sandbox <span class="Special"><-</span> copy curr-sandbox +<span id="L123" class="LineNr">123 </span> curr-sandbox <span class="Special"><-</span> get *curr-sandbox, <span class="Constant">next-sandbox:offset</span> +<span id="L124" class="LineNr">124 </span> <span class="Delimiter">{</span> +<span id="L125" class="LineNr">125 </span> assert curr-sandbox, <span class="Constant">[sandbox not found! something is wrong.]</span> +<span id="L126" class="LineNr">126 </span> found?:bool <span class="Special"><-</span> equal curr-sandbox, sandbox +<span id="L127" class="LineNr">127 </span> <span class="muControl">break-if</span> found? +<span id="L128" class="LineNr">128 </span> prev-sandbox <span class="Special"><-</span> copy curr-sandbox +<span id="L129" class="LineNr">129 </span> curr-sandbox <span class="Special"><-</span> get *curr-sandbox, <span class="Constant">next-sandbox:offset</span> +<span id="L130" class="LineNr">130 </span> <span class="muControl"> loop</span> +<span id="L131" class="LineNr">131 </span> <span class="Delimiter">}</span> +<span id="L132" class="LineNr">132 </span> <span class="Comment"># snip sandbox out of its list</span> +<span id="L133" class="LineNr">133 </span> next-sandbox:&:sandbox <span class="Special"><-</span> get *curr-sandbox, <span class="Constant">next-sandbox:offset</span> +<span id="L134" class="LineNr">134 </span> *prev-sandbox <span class="Special"><-</span> put *prev-sandbox, <span class="Constant">next-sandbox:offset</span>, next-sandbox <span id="L135" class="LineNr">135 </span> <span class="Delimiter">}</span> <span id="L136" class="LineNr">136 </span> <span class="Comment"># update sandbox count</span> <span id="L137" class="LineNr">137 </span> sandbox-count:num <span class="Special"><-</span> get *env, <span class="Constant">number-of-sandboxes:offset</span> @@ -201,11 +200,11 @@ if ('onhashchange' in window) { <span id="L139" class="LineNr">139 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">number-of-sandboxes:offset</span>, sandbox-count <span id="L140" class="LineNr">140 </span> <span class="Comment"># reset scroll if deleted sandbox was last</span> <span id="L141" class="LineNr">141 </span> <span class="Delimiter">{</span> -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> next-sandbox -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span> render-from:num <span class="Special"><-</span> get *env, <span class="Constant">render-from:offset</span> -<span id="L144" class="LineNr">144 </span> <span class="Conceal">¦</span> reset-scroll?:bool <span class="Special"><-</span> equal render-from, sandbox-count -<span id="L145" class="LineNr">145 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> reset-scroll? -<span id="L146" class="LineNr">146 </span> <span class="Conceal">¦</span> *env <span class="Special"><-</span> put *env, <span class="Constant">render-from:offset</span>,<span class="Constant"> -1</span> +<span id="L142" class="LineNr">142 </span> <span class="muControl">break-if</span> next-sandbox +<span id="L143" class="LineNr">143 </span> render-from:num <span class="Special"><-</span> get *env, <span class="Constant">render-from:offset</span> +<span id="L144" class="LineNr">144 </span> reset-scroll?:bool <span class="Special"><-</span> equal render-from, sandbox-count +<span id="L145" class="LineNr">145 </span> <span class="muControl">break-unless</span> reset-scroll? +<span id="L146" class="LineNr">146 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">render-from:offset</span>,<span class="Constant"> -1</span> <span id="L147" class="LineNr">147 </span> <span class="Delimiter">}</span> <span id="L148" class="LineNr">148 </span>] <span id="L149" class="LineNr">149 </span> @@ -216,43 +215,43 @@ if ('onhashchange' in window) { <span id="L154" class="LineNr">154 </span> <span class="Comment"># initialize environment</span> <span id="L155" class="LineNr">155 </span> assume-resources [ <span id="L156" class="LineNr">156 </span> ] -<span id="L157" class="LineNr">157 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[]</span> -<span id="L158" class="LineNr">158 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L157" class="LineNr">157 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[]</span> +<span id="L158" class="LineNr">158 </span> render-all screen, env, render <span id="L159" class="LineNr">159 </span> <span class="Comment"># create 2 sandboxes and scroll to second</span> <span id="L160" class="LineNr">160 </span> assume-console [ -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span> press ctrl-n -<span id="L162" class="LineNr">162 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 2, 2]</span> -<span id="L163" class="LineNr">163 </span> <span class="Conceal">¦</span> press F4 -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 1, 1]</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> press F4 -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L161" class="LineNr">161 </span> press ctrl-n +<span id="L162" class="LineNr">162 </span> type <span class="Constant">[add 2, 2]</span> +<span id="L163" class="LineNr">163 </span> press F4 +<span id="L164" class="LineNr">164 </span> type <span class="Constant">[add 1, 1]</span> +<span id="L165" class="LineNr">165 </span> press F4 +<span id="L166" class="LineNr">166 </span> press page-down <span id="L167" class="LineNr">167 </span> ] -<span id="L168" class="LineNr">168 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L168" class="LineNr">168 </span> event-loop screen, console, env, resources <span id="L169" class="LineNr">169 </span> screen-should-contain [ -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎0 edit copy to recipe delete .</span> -<span id="L173" class="LineNr">173 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L174" class="LineNr">174 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L175" class="LineNr">175 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L176" class="LineNr">176 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎1 edit copy to recipe delete .</span> +<span id="L170" class="LineNr">170 </span> <span class="Constant"> . run (F4) .</span> +<span id="L171" class="LineNr">171 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L172" class="LineNr">172 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎0 edit copy to recipe delete .</span> +<span id="L173" class="LineNr">173 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L174" class="LineNr">174 </span> <span class="Constant"> . ╎2 .</span> +<span id="L175" class="LineNr">175 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L176" class="LineNr">176 </span> <span class="Constant"> . ╎1 edit copy to recipe delete .</span> <span id="L177" class="LineNr">177 </span> ] <span id="L178" class="LineNr">178 </span> <span class="Comment"># delete the second sandbox</span> <span id="L179" class="LineNr">179 </span> assume-console [ -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 6</span>,<span class="Constant"> 99</span> +<span id="L180" class="LineNr">180 </span> left-click<span class="Constant"> 6</span>,<span class="Constant"> 99</span> <span id="L181" class="LineNr">181 </span> ] <span id="L182" class="LineNr">182 </span> run [ -<span id="L183" class="LineNr">183 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L183" class="LineNr">183 </span> event-loop screen, console, env, resources <span id="L184" class="LineNr">184 </span> ] <span id="L185" class="LineNr">185 </span> <span class="Comment"># second sandbox shows in editor; scroll resets to display first sandbox</span> <span id="L186" class="LineNr">186 </span> screen-should-contain [ -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L189" class="LineNr">189 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎0 edit copy to recipe delete .</span> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L187" class="LineNr">187 </span> <span class="Constant"> . run (F4) .</span> +<span id="L188" class="LineNr">188 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L189" class="LineNr">189 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎0 edit copy to recipe delete .</span> +<span id="L190" class="LineNr">190 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L191" class="LineNr">191 </span> <span class="Constant"> . ╎2 .</span> +<span id="L192" class="LineNr">192 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L193" class="LineNr">193 </span> <span class="Constant"> . ╎ .</span> <span id="L194" class="LineNr">194 </span> ] <span id="L195" class="LineNr">195 </span>] <span id="L196" class="LineNr">196 </span> @@ -263,43 +262,43 @@ if ('onhashchange' in window) { <span id="L201" class="LineNr">201 </span> <span class="Comment"># initialize environment</span> <span id="L202" class="LineNr">202 </span> assume-resources [ <span id="L203" class="LineNr">203 </span> ] -<span id="L204" class="LineNr">204 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[]</span> -<span id="L205" class="LineNr">205 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L204" class="LineNr">204 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[]</span> +<span id="L205" class="LineNr">205 </span> render-all screen, env, render <span id="L206" class="LineNr">206 </span> <span class="Comment"># create 2 sandboxes and scroll to second</span> <span id="L207" class="LineNr">207 </span> assume-console [ -<span id="L208" class="LineNr">208 </span> <span class="Conceal">¦</span> press ctrl-n -<span id="L209" class="LineNr">209 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 2, 2]</span> -<span id="L210" class="LineNr">210 </span> <span class="Conceal">¦</span> press F4 -<span id="L211" class="LineNr">211 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 1, 1]</span> -<span id="L212" class="LineNr">212 </span> <span class="Conceal">¦</span> press F4 -<span id="L213" class="LineNr">213 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L208" class="LineNr">208 </span> press ctrl-n +<span id="L209" class="LineNr">209 </span> type <span class="Constant">[add 2, 2]</span> +<span id="L210" class="LineNr">210 </span> press F4 +<span id="L211" class="LineNr">211 </span> type <span class="Constant">[add 1, 1]</span> +<span id="L212" class="LineNr">212 </span> press F4 +<span id="L213" class="LineNr">213 </span> press page-down <span id="L214" class="LineNr">214 </span> ] -<span id="L215" class="LineNr">215 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L215" class="LineNr">215 </span> event-loop screen, console, env, resources <span id="L216" class="LineNr">216 </span> screen-should-contain [ -<span id="L217" class="LineNr">217 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L218" class="LineNr">218 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L219" class="LineNr">219 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎0 edit copy to recipe delete .</span> -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L221" class="LineNr">221 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L222" class="LineNr">222 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L223" class="LineNr">223 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎1 edit copy to recipe delete .</span> +<span id="L217" class="LineNr">217 </span> <span class="Constant"> . run (F4) .</span> +<span id="L218" class="LineNr">218 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L219" class="LineNr">219 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎0 edit copy to recipe delete .</span> +<span id="L220" class="LineNr">220 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L221" class="LineNr">221 </span> <span class="Constant"> . ╎2 .</span> +<span id="L222" class="LineNr">222 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L223" class="LineNr">223 </span> <span class="Constant"> . ╎1 edit copy to recipe delete .</span> <span id="L224" class="LineNr">224 </span> ] <span id="L225" class="LineNr">225 </span> <span class="Comment"># delete the second sandbox</span> <span id="L226" class="LineNr">226 </span> assume-console [ -<span id="L227" class="LineNr">227 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 99</span> +<span id="L227" class="LineNr">227 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 99</span> <span id="L228" class="LineNr">228 </span> ] <span id="L229" class="LineNr">229 </span> run [ -<span id="L230" class="LineNr">230 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L230" class="LineNr">230 </span> event-loop screen, console, env, resources <span id="L231" class="LineNr">231 </span> ] <span id="L232" class="LineNr">232 </span> <span class="Comment"># second sandbox shows in editor; scroll resets to display first sandbox</span> <span id="L233" class="LineNr">233 </span> screen-should-contain [ -<span id="L234" class="LineNr">234 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L235" class="LineNr">235 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L236" class="LineNr">236 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎0 edit copy to recipe delete .</span> -<span id="L237" class="LineNr">237 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L238" class="LineNr">238 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> -<span id="L239" class="LineNr">239 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L240" class="LineNr">240 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L234" class="LineNr">234 </span> <span class="Constant"> . run (F4) .</span> +<span id="L235" class="LineNr">235 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L236" class="LineNr">236 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎0 edit copy to recipe delete .</span> +<span id="L237" class="LineNr">237 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L238" class="LineNr">238 </span> <span class="Constant"> . ╎4 .</span> +<span id="L239" class="LineNr">239 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L240" class="LineNr">240 </span> <span class="Constant"> . ╎ .</span> <span id="L241" class="LineNr">241 </span> ] <span id="L242" class="LineNr">242 </span>] <span id="L243" class="LineNr">243 </span> @@ -310,45 +309,45 @@ if ('onhashchange' in window) { <span id="L248" class="LineNr">248 </span> <span class="Comment"># initialize environment</span> <span id="L249" class="LineNr">249 </span> assume-resources [ <span id="L250" class="LineNr">250 </span> ] -<span id="L251" class="LineNr">251 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[]</span> -<span id="L252" class="LineNr">252 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L251" class="LineNr">251 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[]</span> +<span id="L252" class="LineNr">252 </span> render-all screen, env, render <span id="L253" class="LineNr">253 </span> <span class="Comment"># create 2 sandboxes and scroll to second</span> <span id="L254" class="LineNr">254 </span> assume-console [ -<span id="L255" class="LineNr">255 </span> <span class="Conceal">¦</span> press ctrl-n -<span id="L256" class="LineNr">256 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 2, 2]</span> -<span id="L257" class="LineNr">257 </span> <span class="Conceal">¦</span> press F4 -<span id="L258" class="LineNr">258 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 1, 1]</span> -<span id="L259" class="LineNr">259 </span> <span class="Conceal">¦</span> press F4 -<span id="L260" class="LineNr">260 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> -<span id="L261" class="LineNr">261 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L255" class="LineNr">255 </span> press ctrl-n +<span id="L256" class="LineNr">256 </span> type <span class="Constant">[add 2, 2]</span> +<span id="L257" class="LineNr">257 </span> press F4 +<span id="L258" class="LineNr">258 </span> type <span class="Constant">[add 1, 1]</span> +<span id="L259" class="LineNr">259 </span> press F4 +<span id="L260" class="LineNr">260 </span> press page-down +<span id="L261" class="LineNr">261 </span> press page-down <span id="L262" class="LineNr">262 </span> ] -<span id="L263" class="LineNr">263 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L263" class="LineNr">263 </span> event-loop screen, console, env, resources <span id="L264" class="LineNr">264 </span> screen-should-contain [ -<span id="L265" class="LineNr">265 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L266" class="LineNr">266 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L267" class="LineNr">267 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎1 edit copy to recipe delete .</span> -<span id="L268" class="LineNr">268 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L269" class="LineNr">269 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> -<span id="L270" class="LineNr">270 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L271" class="LineNr">271 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L265" class="LineNr">265 </span> <span class="Constant"> . run (F4) .</span> +<span id="L266" class="LineNr">266 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L267" class="LineNr">267 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎1 edit copy to recipe delete .</span> +<span id="L268" class="LineNr">268 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L269" class="LineNr">269 </span> <span class="Constant"> . ╎4 .</span> +<span id="L270" class="LineNr">270 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L271" class="LineNr">271 </span> <span class="Constant"> . ╎ .</span> <span id="L272" class="LineNr">272 </span> ] <span id="L273" class="LineNr">273 </span> <span class="Comment"># delete the second sandbox</span> <span id="L274" class="LineNr">274 </span> assume-console [ -<span id="L275" class="LineNr">275 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 99</span> +<span id="L275" class="LineNr">275 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 99</span> <span id="L276" class="LineNr">276 </span> ] <span id="L277" class="LineNr">277 </span> run [ -<span id="L278" class="LineNr">278 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L278" class="LineNr">278 </span> event-loop screen, console, env, resources <span id="L279" class="LineNr">279 </span> ] <span id="L280" class="LineNr">280 </span> <span class="Comment"># implicitly scroll up to first sandbox</span> <span id="L281" class="LineNr">281 </span> screen-should-contain [ -<span id="L282" class="LineNr">282 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L283" class="LineNr">283 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L284" class="LineNr">284 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L285" class="LineNr">285 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L286" class="LineNr">286 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L287" class="LineNr">287 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L288" class="LineNr">288 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L289" class="LineNr">289 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L282" class="LineNr">282 </span> <span class="Constant"> . run (F4) .</span> +<span id="L283" class="LineNr">283 </span> <span class="Constant"> . ╎ .</span> +<span id="L284" class="LineNr">284 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L285" class="LineNr">285 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L286" class="LineNr">286 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L287" class="LineNr">287 </span> <span class="Constant"> . ╎2 .</span> +<span id="L288" class="LineNr">288 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L289" class="LineNr">289 </span> <span class="Constant"> . ╎ .</span> <span id="L290" class="LineNr">290 </span> ] <span id="L291" class="LineNr">291 </span>] <span id="L292" class="LineNr">292 </span> @@ -359,47 +358,47 @@ if ('onhashchange' in window) { <span id="L297" class="LineNr">297 </span> <span class="Comment"># initialize environment</span> <span id="L298" class="LineNr">298 </span> assume-resources [ <span id="L299" class="LineNr">299 </span> ] -<span id="L300" class="LineNr">300 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[]</span> -<span id="L301" class="LineNr">301 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L300" class="LineNr">300 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[]</span> +<span id="L301" class="LineNr">301 </span> render-all screen, env, render <span id="L302" class="LineNr">302 </span> <span class="Comment"># create 2 sandboxes</span> <span id="L303" class="LineNr">303 </span> assume-console [ -<span id="L304" class="LineNr">304 </span> <span class="Conceal">¦</span> press ctrl-n -<span id="L305" class="LineNr">305 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 2, 2]</span> -<span id="L306" class="LineNr">306 </span> <span class="Conceal">¦</span> press F4 -<span id="L307" class="LineNr">307 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 1, 1]</span> -<span id="L308" class="LineNr">308 </span> <span class="Conceal">¦</span> press F4 +<span id="L304" class="LineNr">304 </span> press ctrl-n +<span id="L305" class="LineNr">305 </span> type <span class="Constant">[add 2, 2]</span> +<span id="L306" class="LineNr">306 </span> press F4 +<span id="L307" class="LineNr">307 </span> type <span class="Constant">[add 1, 1]</span> +<span id="L308" class="LineNr">308 </span> press F4 <span id="L309" class="LineNr">309 </span> ] -<span id="L310" class="LineNr">310 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L310" class="LineNr">310 </span> event-loop screen, console, env, resources <span id="L311" class="LineNr">311 </span> screen-should-contain [ -<span id="L312" class="LineNr">312 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L313" class="LineNr">313 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L314" class="LineNr">314 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L315" class="LineNr">315 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L316" class="LineNr">316 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L317" class="LineNr">317 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L318" class="LineNr">318 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L319" class="LineNr">319 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎1 edit copy to recipe delete .</span> -<span id="L320" class="LineNr">320 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L321" class="LineNr">321 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> +<span id="L312" class="LineNr">312 </span> <span class="Constant"> . run (F4) .</span> +<span id="L313" class="LineNr">313 </span> <span class="Constant"> . ╎ .</span> +<span id="L314" class="LineNr">314 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L315" class="LineNr">315 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L316" class="LineNr">316 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L317" class="LineNr">317 </span> <span class="Constant"> . ╎2 .</span> +<span id="L318" class="LineNr">318 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L319" class="LineNr">319 </span> <span class="Constant"> . ╎1 edit copy to recipe delete .</span> +<span id="L320" class="LineNr">320 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L321" class="LineNr">321 </span> <span class="Constant"> . ╎4 .</span> <span id="L322" class="LineNr">322 </span> ] <span id="L323" class="LineNr">323 </span> <span class="Comment"># delete the second sandbox, then try to scroll down twice</span> <span id="L324" class="LineNr">324 </span> assume-console [ -<span id="L325" class="LineNr">325 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 99</span> -<span id="L326" class="LineNr">326 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> -<span id="L327" class="LineNr">327 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L325" class="LineNr">325 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 99</span> +<span id="L326" class="LineNr">326 </span> press page-down +<span id="L327" class="LineNr">327 </span> press page-down <span id="L328" class="LineNr">328 </span> ] <span id="L329" class="LineNr">329 </span> run [ -<span id="L330" class="LineNr">330 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L330" class="LineNr">330 </span> event-loop screen, console, env, resources <span id="L331" class="LineNr">331 </span> ] <span id="L332" class="LineNr">332 </span> <span class="Comment"># shouldn't go past last sandbox</span> <span id="L333" class="LineNr">333 </span> screen-should-contain [ -<span id="L334" class="LineNr">334 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L335" class="LineNr">335 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L336" class="LineNr">336 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎0 edit copy to recipe delete .</span> -<span id="L337" class="LineNr">337 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L338" class="LineNr">338 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> -<span id="L339" class="LineNr">339 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L340" class="LineNr">340 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L334" class="LineNr">334 </span> <span class="Constant"> . run (F4) .</span> +<span id="L335" class="LineNr">335 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L336" class="LineNr">336 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎0 edit copy to recipe delete .</span> +<span id="L337" class="LineNr">337 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L338" class="LineNr">338 </span> <span class="Constant"> . ╎4 .</span> +<span id="L339" class="LineNr">339 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L340" class="LineNr">340 </span> <span class="Constant"> . ╎ .</span> <span id="L341" class="LineNr">341 </span> ] <span id="L342" class="LineNr">342 </span>] </pre> diff --git a/html/edit/008-sandbox-edit.mu.html b/html/edit/008-sandbox-edit.mu.html index 23a66210..7c7cfa4f 100644 --- a/html/edit/008-sandbox-edit.mu.html +++ b/html/edit/008-sandbox-edit.mu.html @@ -15,17 +15,16 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } .Delimiter { color: #800080; } .Constant { color: #00a0a0; } +.Special { color: #c00000; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> </style> @@ -69,49 +68,49 @@ if ('onhashchange' in window) { <span id="L7" class="LineNr"> 7 </span> <span class="Comment"># empty recipes</span> <span id="L8" class="LineNr"> 8 </span> assume-resources [ <span id="L9" class="LineNr"> 9 </span> ] -<span id="L10" class="LineNr"> 10 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[add 2, 2]</span> -<span id="L11" class="LineNr"> 11 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L10" class="LineNr"> 10 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[add 2, 2]</span> +<span id="L11" class="LineNr"> 11 </span> render-all screen, env, render <span id="L12" class="LineNr"> 12 </span> <span class="Comment"># run it</span> <span id="L13" class="LineNr"> 13 </span> assume-console [ -<span id="L14" class="LineNr"> 14 </span> <span class="Conceal">¦</span> press F4 +<span id="L14" class="LineNr"> 14 </span> press F4 <span id="L15" class="LineNr"> 15 </span> ] -<span id="L16" class="LineNr"> 16 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L16" class="LineNr"> 16 </span> event-loop screen, console, env, resources <span id="L17" class="LineNr"> 17 </span> screen-should-contain [ -<span id="L18" class="LineNr"> 18 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L20" class="LineNr"> 20 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L22" class="LineNr"> 22 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L18" class="LineNr"> 18 </span> <span class="Constant"> . run (F4) .</span> +<span id="L19" class="LineNr"> 19 </span> <span class="Constant"> . ╎ .</span> +<span id="L20" class="LineNr"> 20 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L21" class="LineNr"> 21 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L22" class="LineNr"> 22 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L23" class="LineNr"> 23 </span> <span class="Constant"> . ╎4 .</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L25" class="LineNr"> 25 </span> <span class="Constant"> . ╎ .</span> <span id="L26" class="LineNr"> 26 </span> ] <span id="L27" class="LineNr"> 27 </span> <span class="Comment"># click at left edge of 'edit' button</span> <span id="L28" class="LineNr"> 28 </span> assume-console [ -<span id="L29" class="LineNr"> 29 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 55</span> +<span id="L29" class="LineNr"> 29 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 55</span> <span id="L30" class="LineNr"> 30 </span> ] <span id="L31" class="LineNr"> 31 </span> run [ -<span id="L32" class="LineNr"> 32 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L32" class="LineNr"> 32 </span> event-loop screen, console, env, resources <span id="L33" class="LineNr"> 33 </span> ] <span id="L34" class="LineNr"> 34 </span> <span class="Comment"># it pops back into editor</span> <span id="L35" class="LineNr"> 35 </span> screen-should-contain [ -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L38" class="LineNr"> 38 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L36" class="LineNr"> 36 </span> <span class="Constant"> . run (F4) .</span> +<span id="L37" class="LineNr"> 37 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L38" class="LineNr"> 38 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L39" class="LineNr"> 39 </span> <span class="Constant"> . ╎ .</span> <span id="L40" class="LineNr"> 40 </span> ] <span id="L41" class="LineNr"> 41 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L42" class="LineNr"> 42 </span> assume-console [ -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L43" class="LineNr"> 43 </span> type <span class="Constant">[0]</span> <span id="L44" class="LineNr"> 44 </span> ] <span id="L45" class="LineNr"> 45 </span> run [ -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L46" class="LineNr"> 46 </span> event-loop screen, console, env, resources <span id="L47" class="LineNr"> 47 </span> ] <span id="L48" class="LineNr"> 48 </span> screen-should-contain [ -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0add 2, 2 .</span> -<span id="L51" class="LineNr"> 51 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L49" class="LineNr"> 49 </span> <span class="Constant"> . run (F4) .</span> +<span id="L50" class="LineNr"> 50 </span> <span class="Constant"> . ╎0add 2, 2 .</span> +<span id="L51" class="LineNr"> 51 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L52" class="LineNr"> 52 </span> <span class="Constant"> . ╎ .</span> <span id="L53" class="LineNr"> 53 </span> ] <span id="L54" class="LineNr"> 54 </span>] <span id="L55" class="LineNr"> 55 </span> @@ -122,97 +121,97 @@ if ('onhashchange' in window) { <span id="L60" class="LineNr"> 60 </span> <span class="Comment"># empty recipes</span> <span id="L61" class="LineNr"> 61 </span> assume-resources [ <span id="L62" class="LineNr"> 62 </span> ] -<span id="L63" class="LineNr"> 63 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[add 2, 2]</span> -<span id="L64" class="LineNr"> 64 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L63" class="LineNr"> 63 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[add 2, 2]</span> +<span id="L64" class="LineNr"> 64 </span> render-all screen, env, render <span id="L65" class="LineNr"> 65 </span> <span class="Comment"># run it</span> <span id="L66" class="LineNr"> 66 </span> assume-console [ -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span> press F4 +<span id="L67" class="LineNr"> 67 </span> press F4 <span id="L68" class="LineNr"> 68 </span> ] -<span id="L69" class="LineNr"> 69 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L69" class="LineNr"> 69 </span> event-loop screen, console, env, resources <span id="L70" class="LineNr"> 70 </span> screen-should-contain [ -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L73" class="LineNr"> 73 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Constant"> . run (F4) .</span> +<span id="L72" class="LineNr"> 72 </span> <span class="Constant"> . ╎ .</span> +<span id="L73" class="LineNr"> 73 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L74" class="LineNr"> 74 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L75" class="LineNr"> 75 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Constant"> . ╎4 .</span> +<span id="L77" class="LineNr"> 77 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L78" class="LineNr"> 78 </span> <span class="Constant"> . ╎ .</span> <span id="L79" class="LineNr"> 79 </span> ] <span id="L80" class="LineNr"> 80 </span> <span class="Comment"># click at right edge of 'edit' button (just before 'copy')</span> <span id="L81" class="LineNr"> 81 </span> assume-console [ -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 65</span> +<span id="L82" class="LineNr"> 82 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 65</span> <span id="L83" class="LineNr"> 83 </span> ] <span id="L84" class="LineNr"> 84 </span> run [ -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L85" class="LineNr"> 85 </span> event-loop screen, console, env, resources <span id="L86" class="LineNr"> 86 </span> ] <span id="L87" class="LineNr"> 87 </span> <span class="Comment"># it pops back into editor</span> <span id="L88" class="LineNr"> 88 </span> screen-should-contain [ -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L91" class="LineNr"> 91 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Constant"> . run (F4) .</span> +<span id="L90" class="LineNr"> 90 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L91" class="LineNr"> 91 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L92" class="LineNr"> 92 </span> <span class="Constant"> . ╎ .</span> <span id="L93" class="LineNr"> 93 </span> ] <span id="L94" class="LineNr"> 94 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L95" class="LineNr"> 95 </span> assume-console [ -<span id="L96" class="LineNr"> 96 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L96" class="LineNr"> 96 </span> type <span class="Constant">[0]</span> <span id="L97" class="LineNr"> 97 </span> ] <span id="L98" class="LineNr"> 98 </span> run [ -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L99" class="LineNr"> 99 </span> event-loop screen, console, env, resources <span id="L100" class="LineNr">100 </span> ] <span id="L101" class="LineNr">101 </span> screen-should-contain [ -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0add 2, 2 .</span> -<span id="L104" class="LineNr">104 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L105" class="LineNr">105 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L102" class="LineNr">102 </span> <span class="Constant"> . run (F4) .</span> +<span id="L103" class="LineNr">103 </span> <span class="Constant"> . ╎0add 2, 2 .</span> +<span id="L104" class="LineNr">104 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L105" class="LineNr">105 </span> <span class="Constant"> . ╎ .</span> <span id="L106" class="LineNr">106 </span> ] <span id="L107" class="LineNr">107 </span>] <span id="L108" class="LineNr">108 </span> -<span id="L109" class="LineNr">109 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L81'><global-touch></a></span> [ +<span id="L109" class="LineNr">109 </span><span class="muRecipe">after</span> <span class="Constant"><global-touch></span> [ <span id="L110" class="LineNr">110 </span> <span class="Comment"># support 'edit' button</span> <span id="L111" class="LineNr">111 </span> <span class="Delimiter">{</span> -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> edit?:bool <span class="Special"><-</span> <a href='008-sandbox-edit.mu.html#L123'>should-attempt-edit?</a> click-row, click-column, env -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> edit? -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> edit?, env <span class="Special"><-</span> <a href='008-sandbox-edit.mu.html#L142'>try-edit-sandbox</a> click-row, env -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> edit? -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> render-sandbox-side <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L472'>update-cursor</a> <a href='../081print.mu.html#L16'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-event</span> +<span id="L112" class="LineNr">112 </span> edit?:bool <span class="Special"><-</span> should-attempt-edit? click-row, click-column, env +<span id="L113" class="LineNr">113 </span> <span class="muControl">break-unless</span> edit? +<span id="L114" class="LineNr">114 </span> edit?, env <span class="Special"><-</span> try-edit-sandbox click-row, env +<span id="L115" class="LineNr">115 </span> <span class="muControl">break-unless</span> edit? +<span id="L116" class="LineNr">116 </span> screen <span class="Special"><-</span> render-sandbox-side screen, env, render +<span id="L117" class="LineNr">117 </span> screen <span class="Special"><-</span> update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L118" class="LineNr">118 </span> <span class="muControl"> loop</span> <span class="Constant">+next-event</span> <span id="L119" class="LineNr">119 </span> <span class="Delimiter">}</span> <span id="L120" class="LineNr">120 </span>] <span id="L121" class="LineNr">121 </span> <span id="L122" class="LineNr">122 </span><span class="Comment"># some preconditions for attempting to edit a sandbox</span> -<span id="L123" class="LineNr">123 </span><span class="muRecipe">def</span> <a href='008-sandbox-edit.mu.html#L123'>should-attempt-edit?</a> click-row:num, click-column:num, env:&:environment<span class="muRecipe"> -> </span>result:bool [ +<span id="L123" class="LineNr">123 </span><span class="muRecipe">def</span> should-attempt-edit? click-row:num, click-column:num, env:&:environment<span class="muRecipe"> -> </span>result:bool [ <span id="L124" class="LineNr">124 </span> <span class="Constant">local-scope</span> <span id="L125" class="LineNr">125 </span> <span class="Constant">load-inputs</span> <span id="L126" class="LineNr">126 </span> <span class="Comment"># are we below the sandbox editor?</span> -<span id="L127" class="LineNr">127 </span> click-sandbox-area?:bool <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L190'>click-on-sandbox-area?</a> click-row, click-column, env +<span id="L127" class="LineNr">127 </span> click-sandbox-area?:bool <span class="Special"><-</span> click-on-sandbox-area? click-row, click-column, env <span id="L128" class="LineNr">128 </span> <span class="muControl">return-unless</span> click-sandbox-area?, <span class="Constant">0/false</span> <span id="L129" class="LineNr">129 </span> <span class="Comment"># narrower, is the click in the columns spanning the 'edit' button?</span> <span id="L130" class="LineNr">130 </span> first-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> <span id="L131" class="LineNr">131 </span> assert first-sandbox, <span class="Constant">[!!]</span> <span id="L132" class="LineNr">132 </span> sandbox-left-margin:num <span class="Special"><-</span> get *first-sandbox, <span class="Constant">left:offset</span> <span id="L133" class="LineNr">133 </span> sandbox-right-margin:num <span class="Special"><-</span> get *first-sandbox, <span class="Constant">right:offset</span> -<span id="L134" class="LineNr">134 </span> edit-button-left:num, edit-button-right:num, _ <span class="Special"><-</span> <a href='005-sandbox.mu.html#L378'>sandbox-menu-columns</a> sandbox-left-margin, sandbox-right-margin -<span id="L135" class="LineNr">135 </span> edit-button-vertical-area?:bool <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L211'>within-range?</a> click-column, edit-button-left, edit-button-right +<span id="L134" class="LineNr">134 </span> edit-button-left:num, edit-button-right:num, _ <span class="Special"><-</span> sandbox-menu-columns sandbox-left-margin, sandbox-right-margin +<span id="L135" class="LineNr">135 </span> edit-button-vertical-area?:bool <span class="Special"><-</span> within-range? click-column, edit-button-left, edit-button-right <span id="L136" class="LineNr">136 </span> <span class="muControl">return-unless</span> edit-button-vertical-area?, <span class="Constant">0/false</span> <span id="L137" class="LineNr">137 </span> <span class="Comment"># finally, is sandbox editor empty?</span> <span id="L138" class="LineNr">138 </span> current-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> -<span id="L139" class="LineNr">139 </span> result <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L203'>empty-editor?</a> current-sandbox +<span id="L139" class="LineNr">139 </span> result <span class="Special"><-</span> empty-editor? current-sandbox <span id="L140" class="LineNr">140 </span>] <span id="L141" class="LineNr">141 </span> -<span id="L142" class="LineNr">142 </span><span class="muRecipe">def</span> <a href='008-sandbox-edit.mu.html#L142'>try-edit-sandbox</a> click-row:num, env:&:environment<span class="muRecipe"> -> </span>clicked-on-edit-button?:bool, env:&:environment [ +<span id="L142" class="LineNr">142 </span><span class="muRecipe">def</span> try-edit-sandbox click-row:num, env:&:environment<span class="muRecipe"> -> </span>clicked-on-edit-button?:bool, env:&:environment [ <span id="L143" class="LineNr">143 </span> <span class="Constant">local-scope</span> <span id="L144" class="LineNr">144 </span> <span class="Constant">load-inputs</span> <span id="L145" class="LineNr">145 </span> <span class="Comment"># identify the sandbox to edit, if the click was actually on the 'edit' button</span> -<span id="L146" class="LineNr">146 </span> sandbox:&:sandbox <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L175'>find-sandbox</a> env, click-row +<span id="L146" class="LineNr">146 </span> sandbox:&:sandbox <span class="Special"><-</span> find-sandbox env, click-row <span id="L147" class="LineNr">147 </span> <span class="muControl">return-unless</span> sandbox, <span class="Constant">0/false</span> <span id="L148" class="LineNr">148 </span> clicked-on-edit-button? <span class="Special"><-</span> copy <span class="Constant">1/true</span> <span id="L149" class="LineNr">149 </span> <span class="Comment"># 'edit' button = 'copy' button + 'delete' button</span> <span id="L150" class="LineNr">150 </span> text:text <span class="Special"><-</span> get *sandbox, <span class="Constant">data:offset</span> <span id="L151" class="LineNr">151 </span> current-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> -<span id="L152" class="LineNr">152 </span> current-sandbox <span class="Special"><-</span> <a href='001-editor.mu.html#L72'>insert-text</a> current-sandbox, text -<span id="L153" class="LineNr">153 </span> env <span class="Special"><-</span> <a href='007-sandbox-delete.mu.html#L108'>delete-sandbox</a> env, sandbox +<span id="L152" class="LineNr">152 </span> current-sandbox <span class="Special"><-</span> insert-text current-sandbox, text +<span id="L153" class="LineNr">153 </span> env <span class="Special"><-</span> delete-sandbox env, sandbox <span id="L154" class="LineNr">154 </span> <span class="Comment"># reset scroll</span> <span id="L155" class="LineNr">155 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">render-from:offset</span>,<span class="Constant"> -1</span> <span id="L156" class="LineNr">156 </span> <span class="Comment"># position cursor in sandbox editor</span> @@ -227,41 +226,41 @@ if ('onhashchange' in window) { <span id="L165" class="LineNr">165 </span> assume-resources [ <span id="L166" class="LineNr">166 </span> ] <span id="L167" class="LineNr">167 </span> <span class="Comment"># right editor contains a print instruction</span> -<span id="L168" class="LineNr">168 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[print <a href='../081print.mu.html#L16'>screen</a>, 4]</span> -<span id="L169" class="LineNr">169 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L168" class="LineNr">168 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[print screen, 4]</span> +<span id="L169" class="LineNr">169 </span> render-all screen, env, render <span id="L170" class="LineNr">170 </span> <span class="Comment"># run the sandbox</span> <span id="L171" class="LineNr">171 </span> assume-console [ -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> press F4 +<span id="L172" class="LineNr">172 </span> press F4 <span id="L173" class="LineNr">173 </span> ] -<span id="L174" class="LineNr">174 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L174" class="LineNr">174 </span> event-loop screen, console, env, resources <span id="L175" class="LineNr">175 </span> screen-should-contain [ -<span id="L176" class="LineNr">176 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L178" class="LineNr">178 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎print <a href='../081print.mu.html#L16'>screen</a>, 4 .</span> -<span id="L181" class="LineNr">181 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎screen: .</span> -<span id="L182" class="LineNr">182 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .4 . .</span> -<span id="L183" class="LineNr">183 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ . . .</span> -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ . . .</span> -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ . . .</span> -<span id="L186" class="LineNr">186 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ . . .</span> -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L176" class="LineNr">176 </span> <span class="Constant"> . run (F4) .</span> +<span id="L177" class="LineNr">177 </span> <span class="Constant"> . ╎ .</span> +<span id="L178" class="LineNr">178 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L179" class="LineNr">179 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L180" class="LineNr">180 </span> <span class="Constant"> . ╎print screen, 4 .</span> +<span id="L181" class="LineNr">181 </span> <span class="Constant"> . ╎screen: .</span> +<span id="L182" class="LineNr">182 </span> <span class="Constant"> . ╎ .4 . .</span> +<span id="L183" class="LineNr">183 </span> <span class="Constant"> . ╎ . . .</span> +<span id="L184" class="LineNr">184 </span> <span class="Constant"> . ╎ . . .</span> +<span id="L185" class="LineNr">185 </span> <span class="Constant"> . ╎ . . .</span> +<span id="L186" class="LineNr">186 </span> <span class="Constant"> . ╎ . . .</span> +<span id="L187" class="LineNr">187 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L188" class="LineNr">188 </span> <span class="Constant"> . ╎ .</span> <span id="L189" class="LineNr">189 </span> ] <span id="L190" class="LineNr">190 </span> <span class="Comment"># edit the sandbox</span> <span id="L191" class="LineNr">191 </span> assume-console [ -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 65</span> +<span id="L192" class="LineNr">192 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 65</span> <span id="L193" class="LineNr">193 </span> ] <span id="L194" class="LineNr">194 </span> run [ -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L195" class="LineNr">195 </span> event-loop screen, console, env, resources <span id="L196" class="LineNr">196 </span> ] <span id="L197" class="LineNr">197 </span> screen-should-contain [ -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎print <a href='../081print.mu.html#L16'>screen</a>, 4 .</span> -<span id="L200" class="LineNr">200 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L201" class="LineNr">201 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L202" class="LineNr">202 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L198" class="LineNr">198 </span> <span class="Constant"> . run (F4) .</span> +<span id="L199" class="LineNr">199 </span> <span class="Constant"> . ╎print screen, 4 .</span> +<span id="L200" class="LineNr">200 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L201" class="LineNr">201 </span> <span class="Constant"> . ╎ .</span> +<span id="L202" class="LineNr">202 </span> <span class="Constant"> . ╎ .</span> <span id="L203" class="LineNr">203 </span> ] <span id="L204" class="LineNr">204 </span>] <span id="L205" class="LineNr">205 </span> @@ -272,45 +271,45 @@ if ('onhashchange' in window) { <span id="L210" class="LineNr">210 </span> <span class="Comment"># initialize environment</span> <span id="L211" class="LineNr">211 </span> assume-resources [ <span id="L212" class="LineNr">212 </span> ] -<span id="L213" class="LineNr">213 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[]</span> -<span id="L214" class="LineNr">214 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L213" class="LineNr">213 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[]</span> +<span id="L214" class="LineNr">214 </span> render-all screen, env, render <span id="L215" class="LineNr">215 </span> <span class="Comment"># create 2 sandboxes and scroll to second</span> <span id="L216" class="LineNr">216 </span> assume-console [ -<span id="L217" class="LineNr">217 </span> <span class="Conceal">¦</span> press ctrl-n -<span id="L218" class="LineNr">218 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 2, 2]</span> -<span id="L219" class="LineNr">219 </span> <span class="Conceal">¦</span> press F4 -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 1, 1]</span> -<span id="L221" class="LineNr">221 </span> <span class="Conceal">¦</span> press F4 -<span id="L222" class="LineNr">222 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> -<span id="L223" class="LineNr">223 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L217" class="LineNr">217 </span> press ctrl-n +<span id="L218" class="LineNr">218 </span> type <span class="Constant">[add 2, 2]</span> +<span id="L219" class="LineNr">219 </span> press F4 +<span id="L220" class="LineNr">220 </span> type <span class="Constant">[add 1, 1]</span> +<span id="L221" class="LineNr">221 </span> press F4 +<span id="L222" class="LineNr">222 </span> press page-down +<span id="L223" class="LineNr">223 </span> press page-down <span id="L224" class="LineNr">224 </span> ] -<span id="L225" class="LineNr">225 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L225" class="LineNr">225 </span> event-loop screen, console, env, resources <span id="L226" class="LineNr">226 </span> screen-should-contain [ -<span id="L227" class="LineNr">227 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L228" class="LineNr">228 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L229" class="LineNr">229 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎1 edit copy to recipe delete .</span> -<span id="L230" class="LineNr">230 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L231" class="LineNr">231 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> -<span id="L232" class="LineNr">232 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L233" class="LineNr">233 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L227" class="LineNr">227 </span> <span class="Constant"> . run (F4) .</span> +<span id="L228" class="LineNr">228 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L229" class="LineNr">229 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎1 edit copy to recipe delete .</span> +<span id="L230" class="LineNr">230 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L231" class="LineNr">231 </span> <span class="Constant"> . ╎4 .</span> +<span id="L232" class="LineNr">232 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L233" class="LineNr">233 </span> <span class="Constant"> . ╎ .</span> <span id="L234" class="LineNr">234 </span> ] <span id="L235" class="LineNr">235 </span> <span class="Comment"># edit the second sandbox</span> <span id="L236" class="LineNr">236 </span> assume-console [ -<span id="L237" class="LineNr">237 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 55</span> +<span id="L237" class="LineNr">237 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 55</span> <span id="L238" class="LineNr">238 </span> ] <span id="L239" class="LineNr">239 </span> run [ -<span id="L240" class="LineNr">240 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L240" class="LineNr">240 </span> event-loop screen, console, env, resources <span id="L241" class="LineNr">241 </span> ] <span id="L242" class="LineNr">242 </span> <span class="Comment"># second sandbox shows in editor; scroll resets to display first sandbox</span> <span id="L243" class="LineNr">243 </span> screen-should-contain [ -<span id="L244" class="LineNr">244 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L245" class="LineNr">245 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L246" class="LineNr">246 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L247" class="LineNr">247 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L248" class="LineNr">248 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L249" class="LineNr">249 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L250" class="LineNr">250 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L251" class="LineNr">251 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L244" class="LineNr">244 </span> <span class="Constant"> . run (F4) .</span> +<span id="L245" class="LineNr">245 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L246" class="LineNr">246 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L247" class="LineNr">247 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L248" class="LineNr">248 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L249" class="LineNr">249 </span> <span class="Constant"> . ╎2 .</span> +<span id="L250" class="LineNr">250 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L251" class="LineNr">251 </span> <span class="Constant"> . ╎ .</span> <span id="L252" class="LineNr">252 </span> ] <span id="L253" class="LineNr">253 </span>] <span id="L254" class="LineNr">254 </span> @@ -321,68 +320,68 @@ if ('onhashchange' in window) { <span id="L259" class="LineNr">259 </span> <span class="Comment"># initialize environment</span> <span id="L260" class="LineNr">260 </span> assume-resources [ <span id="L261" class="LineNr">261 </span> ] -<span id="L262" class="LineNr">262 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[]</span> -<span id="L263" class="LineNr">263 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L262" class="LineNr">262 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[]</span> +<span id="L263" class="LineNr">263 </span> render-all screen, env, render <span id="L264" class="LineNr">264 </span> <span class="Comment"># create 2 sandboxes</span> <span id="L265" class="LineNr">265 </span> assume-console [ -<span id="L266" class="LineNr">266 </span> <span class="Conceal">¦</span> press ctrl-n -<span id="L267" class="LineNr">267 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 2, 2]</span> -<span id="L268" class="LineNr">268 </span> <span class="Conceal">¦</span> press F4 -<span id="L269" class="LineNr">269 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 1, 1]</span> -<span id="L270" class="LineNr">270 </span> <span class="Conceal">¦</span> press F4 +<span id="L266" class="LineNr">266 </span> press ctrl-n +<span id="L267" class="LineNr">267 </span> type <span class="Constant">[add 2, 2]</span> +<span id="L268" class="LineNr">268 </span> press F4 +<span id="L269" class="LineNr">269 </span> type <span class="Constant">[add 1, 1]</span> +<span id="L270" class="LineNr">270 </span> press F4 <span id="L271" class="LineNr">271 </span> ] -<span id="L272" class="LineNr">272 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L272" class="LineNr">272 </span> event-loop screen, console, env, resources <span id="L273" class="LineNr">273 </span> screen-should-contain [ -<span id="L274" class="LineNr">274 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L275" class="LineNr">275 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L276" class="LineNr">276 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L277" class="LineNr">277 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L278" class="LineNr">278 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L279" class="LineNr">279 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L280" class="LineNr">280 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L281" class="LineNr">281 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎1 edit copy to recipe delete .</span> -<span id="L282" class="LineNr">282 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L283" class="LineNr">283 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> +<span id="L274" class="LineNr">274 </span> <span class="Constant"> . run (F4) .</span> +<span id="L275" class="LineNr">275 </span> <span class="Constant"> . ╎ .</span> +<span id="L276" class="LineNr">276 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L277" class="LineNr">277 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L278" class="LineNr">278 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L279" class="LineNr">279 </span> <span class="Constant"> . ╎2 .</span> +<span id="L280" class="LineNr">280 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L281" class="LineNr">281 </span> <span class="Constant"> . ╎1 edit copy to recipe delete .</span> +<span id="L282" class="LineNr">282 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L283" class="LineNr">283 </span> <span class="Constant"> . ╎4 .</span> <span id="L284" class="LineNr">284 </span> ] <span id="L285" class="LineNr">285 </span> <span class="Comment"># edit the second sandbox, then resave</span> <span id="L286" class="LineNr">286 </span> assume-console [ -<span id="L287" class="LineNr">287 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 60</span> -<span id="L288" class="LineNr">288 </span> <span class="Conceal">¦</span> press F4 +<span id="L287" class="LineNr">287 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 60</span> +<span id="L288" class="LineNr">288 </span> press F4 <span id="L289" class="LineNr">289 </span> ] <span id="L290" class="LineNr">290 </span> run [ -<span id="L291" class="LineNr">291 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L291" class="LineNr">291 </span> event-loop screen, console, env, resources <span id="L292" class="LineNr">292 </span> ] <span id="L293" class="LineNr">293 </span> <span class="Comment"># no change in contents</span> <span id="L294" class="LineNr">294 </span> screen-should-contain [ -<span id="L295" class="LineNr">295 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L296" class="LineNr">296 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L297" class="LineNr">297 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L298" class="LineNr">298 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L299" class="LineNr">299 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 1, 1 .</span> -<span id="L300" class="LineNr">300 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎2 .</span> -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L302" class="LineNr">302 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎1 edit copy to recipe delete .</span> -<span id="L303" class="LineNr">303 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L304" class="LineNr">304 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> +<span id="L295" class="LineNr">295 </span> <span class="Constant"> . run (F4) .</span> +<span id="L296" class="LineNr">296 </span> <span class="Constant"> . ╎ .</span> +<span id="L297" class="LineNr">297 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L298" class="LineNr">298 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L299" class="LineNr">299 </span> <span class="Constant"> . ╎add 1, 1 .</span> +<span id="L300" class="LineNr">300 </span> <span class="Constant"> . ╎2 .</span> +<span id="L301" class="LineNr">301 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L302" class="LineNr">302 </span> <span class="Constant"> . ╎1 edit copy to recipe delete .</span> +<span id="L303" class="LineNr">303 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L304" class="LineNr">304 </span> <span class="Constant"> . ╎4 .</span> <span id="L305" class="LineNr">305 </span> ] <span id="L306" class="LineNr">306 </span> <span class="Comment"># now try to scroll past end</span> <span id="L307" class="LineNr">307 </span> assume-console [ -<span id="L308" class="LineNr">308 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> -<span id="L309" class="LineNr">309 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> -<span id="L310" class="LineNr">310 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L308" class="LineNr">308 </span> press page-down +<span id="L309" class="LineNr">309 </span> press page-down +<span id="L310" class="LineNr">310 </span> press page-down <span id="L311" class="LineNr">311 </span> ] <span id="L312" class="LineNr">312 </span> run [ -<span id="L313" class="LineNr">313 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L313" class="LineNr">313 </span> event-loop screen, console, env, resources <span id="L314" class="LineNr">314 </span> ] <span id="L315" class="LineNr">315 </span> <span class="Comment"># screen should show just final sandbox with the right index (1)</span> <span id="L316" class="LineNr">316 </span> screen-should-contain [ -<span id="L317" class="LineNr">317 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L318" class="LineNr">318 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L319" class="LineNr">319 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎1 edit copy to recipe delete .</span> -<span id="L320" class="LineNr">320 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L321" class="LineNr">321 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> -<span id="L322" class="LineNr">322 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L323" class="LineNr">323 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L317" class="LineNr">317 </span> <span class="Constant"> . run (F4) .</span> +<span id="L318" class="LineNr">318 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L319" class="LineNr">319 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎1 edit copy to recipe delete .</span> +<span id="L320" class="LineNr">320 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L321" class="LineNr">321 </span> <span class="Constant"> . ╎4 .</span> +<span id="L322" class="LineNr">322 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L323" class="LineNr">323 </span> <span class="Constant"> . ╎ .</span> <span id="L324" class="LineNr">324 </span> ] <span id="L325" class="LineNr">325 </span>] </pre> diff --git a/html/edit/009-sandbox-test.mu.html b/html/edit/009-sandbox-test.mu.html index e092c8f0..5d8c0d2e 100644 --- a/html/edit/009-sandbox-test.mu.html +++ b/html/edit/009-sandbox-test.mu.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.muData { color: #ffff00; } .Constant { color: #00a0a0; } +.Special { color: #c00000; } +.muData { color: #ffff00; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> </style> @@ -69,86 +68,86 @@ if ('onhashchange' in window) { <span id="L6" class="LineNr"> 6 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">20/height</span> <span id="L7" class="LineNr"> 7 </span> <span class="Comment"># basic recipe</span> <span id="L8" class="LineNr"> 8 </span> assume-resources [ -<span id="L9" class="LineNr"> 9 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L10" class="LineNr"> 10 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> -<span id="L11" class="LineNr"> 11 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | reply 4|</span> -<span id="L12" class="LineNr"> 12 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |]</span>| -<span id="L13" class="LineNr"> 13 </span> <span class="Conceal">¦</span> ] +<span id="L9" class="LineNr"> 9 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L10" class="LineNr"> 10 </span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> +<span id="L11" class="LineNr"> 11 </span><span class="Constant"> | reply 4|</span> +<span id="L12" class="LineNr"> 12 </span><span class="Constant"> |]</span>| +<span id="L13" class="LineNr"> 13 </span> ] <span id="L14" class="LineNr"> 14 </span> ] -<span id="L15" class="LineNr"> 15 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[foo]</span> -<span id="L16" class="LineNr"> 16 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L15" class="LineNr"> 15 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[foo]</span> +<span id="L16" class="LineNr"> 16 </span> render-all screen, env, render <span id="L17" class="LineNr"> 17 </span> <span class="Comment"># run it</span> <span id="L18" class="LineNr"> 18 </span> assume-console [ -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span> press F4 +<span id="L19" class="LineNr"> 19 </span> press F4 <span id="L20" class="LineNr"> 20 </span> ] -<span id="L21" class="LineNr"> 21 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L21" class="LineNr"> 21 </span> event-loop screen, console, env, resources <span id="L22" class="LineNr"> 22 </span> screen-should-contain [ -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎ .</span> -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span><span class="Constant"> . reply 4 ╎─────────────────────────────────────────────────.</span> -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎0 edit copy to recipe delete .</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎foo .</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎4 .</span> -<span id="L29" class="LineNr"> 29 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L30" class="LineNr"> 30 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L23" class="LineNr"> 23 </span> <span class="Constant"> . run (F4) .</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Constant"> .recipe foo [ ╎ .</span> +<span id="L25" class="LineNr"> 25 </span> <span class="Constant"> . reply 4 ╎─────────────────────────────────────────────────.</span> +<span id="L26" class="LineNr"> 26 </span> <span class="Constant"> .] ╎0 edit copy to recipe delete .</span> +<span id="L27" class="LineNr"> 27 </span> <span class="Constant"> . ╎foo .</span> +<span id="L28" class="LineNr"> 28 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎4 .</span> +<span id="L29" class="LineNr"> 29 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L30" class="LineNr"> 30 </span> <span class="Constant"> . ╎ .</span> <span id="L31" class="LineNr"> 31 </span> ] <span id="L32" class="LineNr"> 32 </span> <span class="Comment"># click on the '4' in the result</span> <span id="L33" class="LineNr"> 33 </span> $clear-trace <span id="L34" class="LineNr"> 34 </span> assume-console [ -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 5</span>,<span class="Constant"> 51</span> +<span id="L35" class="LineNr"> 35 </span> left-click<span class="Constant"> 5</span>,<span class="Constant"> 51</span> <span id="L36" class="LineNr"> 36 </span> ] <span id="L37" class="LineNr"> 37 </span> run [ -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L38" class="LineNr"> 38 </span> event-loop screen, console, env, resources <span id="L39" class="LineNr"> 39 </span> ] <span id="L40" class="LineNr"> 40 </span> <span class="Comment"># color toggles to green</span> <span id="L41" class="LineNr"> 41 </span> screen-should-contain-in-color <span class="Constant">2/green</span>, [ -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span><span class="Constant"> . 4 .</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L42" class="LineNr"> 42 </span> <span class="Constant"> . .</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Constant"> . .</span> +<span id="L44" class="LineNr"> 44 </span> <span class="Constant"> . .</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Constant"> . .</span> +<span id="L46" class="LineNr"> 46 </span> <span class="Constant"> . .</span> +<span id="L47" class="LineNr"> 47 </span> <span class="Constant"> . 4 .</span> +<span id="L48" class="LineNr"> 48 </span> <span class="Constant"> . .</span> +<span id="L49" class="LineNr"> 49 </span> <span class="Constant"> . .</span> <span id="L50" class="LineNr"> 50 </span> ] <span id="L51" class="LineNr"> 51 </span> <span class="Comment"># don't render entire sandbox side</span> <span id="L52" class="LineNr"> 52 </span> check-trace-count-for-label-lesser-than<span class="Constant"> 250</span>, <span class="Constant">[print-character]</span> <span class="Comment"># say 5 sandbox lines</span> <span id="L53" class="LineNr"> 53 </span> <span class="Comment"># cursor should remain unmoved</span> <span id="L54" class="LineNr"> 54 </span> run [ -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, cursor +<span id="L55" class="LineNr"> 55 </span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> +<span id="L56" class="LineNr"> 56 </span> print screen, cursor <span id="L57" class="LineNr"> 57 </span> ] <span id="L58" class="LineNr"> 58 </span> screen-should-contain [ -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L60" class="LineNr"> 60 </span> <span class="Conceal">¦</span><span class="Constant"> .␣ecipe foo [ ╎ .</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Conceal">¦</span><span class="Constant"> . reply 4 ╎─────────────────────────────────────────────────.</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎0 edit copy to recipe delete .</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎foo .</span> -<span id="L64" class="LineNr"> 64 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎4 .</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L59" class="LineNr"> 59 </span> <span class="Constant"> . run (F4) .</span> +<span id="L60" class="LineNr"> 60 </span> <span class="Constant"> .␣ecipe foo [ ╎ .</span> +<span id="L61" class="LineNr"> 61 </span> <span class="Constant"> . reply 4 ╎─────────────────────────────────────────────────.</span> +<span id="L62" class="LineNr"> 62 </span> <span class="Constant"> .] ╎0 edit copy to recipe delete .</span> +<span id="L63" class="LineNr"> 63 </span> <span class="Constant"> . ╎foo .</span> +<span id="L64" class="LineNr"> 64 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎4 .</span> +<span id="L65" class="LineNr"> 65 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L66" class="LineNr"> 66 </span> <span class="Constant"> . ╎ .</span> <span id="L67" class="LineNr"> 67 </span> ] <span id="L68" class="LineNr"> 68 </span> <span class="Comment"># now change the result</span> <span id="L69" class="LineNr"> 69 </span> <span class="Comment"># then rerun</span> <span id="L70" class="LineNr"> 70 </span> assume-console [ -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 11</span> <span class="Comment"># cursor to end of line</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> press backspace -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> type <span class="Constant">[3]</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> press F4 +<span id="L71" class="LineNr"> 71 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 11</span> <span class="Comment"># cursor to end of line</span> +<span id="L72" class="LineNr"> 72 </span> press backspace +<span id="L73" class="LineNr"> 73 </span> type <span class="Constant">[3]</span> +<span id="L74" class="LineNr"> 74 </span> press F4 <span id="L75" class="LineNr"> 75 </span> ] <span id="L76" class="LineNr"> 76 </span> run [ -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L77" class="LineNr"> 77 </span> event-loop screen, console, env, resources <span id="L78" class="LineNr"> 78 </span> ] <span id="L79" class="LineNr"> 79 </span> <span class="Comment"># result turns red</span> <span id="L80" class="LineNr"> 80 </span> screen-should-contain-in-color <span class="Constant">1/red</span>, [ -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span><span class="Constant"> . 3 .</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L81" class="LineNr"> 81 </span> <span class="Constant"> . .</span> +<span id="L82" class="LineNr"> 82 </span> <span class="Constant"> . .</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Constant"> . .</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Constant"> . .</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Constant"> . .</span> +<span id="L86" class="LineNr"> 86 </span> <span class="Constant"> . 3 .</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Constant"> . .</span> +<span id="L88" class="LineNr"> 88 </span> <span class="Constant"> . .</span> <span id="L89" class="LineNr"> 89 </span> ] <span id="L90" class="LineNr"> 90 </span>] <span id="L91" class="LineNr"> 91 </span> @@ -159,60 +158,60 @@ if ('onhashchange' in window) { <span id="L96" class="LineNr"> 96 </span>] <span id="L97" class="LineNr"> 97 </span> <span id="L98" class="LineNr"> 98 </span><span class="Comment"># include expected response when saving or restoring a sandbox</span> -<span id="L99" class="LineNr"> 99 </span><span class="muRecipe">before</span> <span class="Constant"><a href='005-sandbox.mu.html#L248'><end-save-sandbox></a></span> [ +<span id="L99" class="LineNr"> 99 </span><span class="muRecipe">before</span> <span class="Constant"><end-save-sandbox></span> [ <span id="L100" class="LineNr">100 </span> <span class="Delimiter">{</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span> expected-response:text <span class="Special"><-</span> get *sandbox, <span class="Constant">expected-response:offset</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> expected-response -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span> filename <span class="Special"><-</span> append filename, <span class="Constant">[.out]</span> -<span id="L104" class="LineNr">104 </span> <span class="Conceal">¦</span> <a href='../088file.mu.html#L11'>resources</a> <span class="Special"><-</span> <a href='../088file.mu.html#L127'>dump</a> <a href='../088file.mu.html#L11'>resources</a>, filename, expected-response +<span id="L101" class="LineNr">101 </span> expected-response:text <span class="Special"><-</span> get *sandbox, <span class="Constant">expected-response:offset</span> +<span id="L102" class="LineNr">102 </span> <span class="muControl">break-unless</span> expected-response +<span id="L103" class="LineNr">103 </span> filename <span class="Special"><-</span> append filename, <span class="Constant">[.out]</span> +<span id="L104" class="LineNr">104 </span> resources <span class="Special"><-</span> dump resources, filename, expected-response <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 id="L108" class="LineNr">108 </span><span class="muRecipe">before</span> <span class="Constant"><a href='005-sandbox.mu.html#L490'><end-restore-sandbox></a></span> [ +<span id="L108" class="LineNr">108 </span><span class="muRecipe">before</span> <span class="Constant"><end-restore-sandbox></span> [ <span id="L109" class="LineNr">109 </span> <span class="Delimiter">{</span> -<span id="L110" class="LineNr">110 </span> <span class="Conceal">¦</span> filename <span class="Special"><-</span> append filename, <span class="Constant">[.out]</span> -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> contents <span class="Special"><-</span> <a href='../088file.mu.html#L38'>slurp</a> <a href='../088file.mu.html#L11'>resources</a>, filename -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> contents -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> *curr <span class="Special"><-</span> put *curr, <span class="Constant">expected-response:offset</span>, contents +<span id="L110" class="LineNr">110 </span> filename <span class="Special"><-</span> append filename, <span class="Constant">[.out]</span> +<span id="L111" class="LineNr">111 </span> contents <span class="Special"><-</span> slurp resources, filename +<span id="L112" class="LineNr">112 </span> <span class="muControl">break-unless</span> contents +<span id="L113" class="LineNr">113 </span> *curr <span class="Special"><-</span> put *curr, <span class="Constant">expected-response:offset</span>, contents <span id="L114" class="LineNr">114 </span> <span class="Delimiter">}</span> <span id="L115" class="LineNr">115 </span>] <span id="L116" class="LineNr">116 </span> <span id="L117" class="LineNr">117 </span><span class="Comment"># clicks on sandbox responses save it as 'expected'</span> -<span id="L118" class="LineNr">118 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L81'><global-touch></a></span> [ +<span id="L118" class="LineNr">118 </span><span class="muRecipe">after</span> <span class="Constant"><global-touch></span> [ <span id="L119" class="LineNr">119 </span> <span class="Comment"># check if it's inside the output of any sandbox</span> <span id="L120" class="LineNr">120 </span> <span class="Delimiter">{</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> sandbox-left-margin:num <span class="Special"><-</span> get *current-sandbox, <span class="Constant">left:offset</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> click-column:num <span class="Special"><-</span> get t, <span class="Constant">column:offset</span> -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span> on-sandbox-side?:bool <span class="Special"><-</span> greater-or-equal click-column, sandbox-left-margin -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> on-sandbox-side? -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> first-sandbox:&:sandbox <span class="Special"><-</span> get *env, <span class="Constant">sandbox:offset</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> first-sandbox -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span> first-sandbox-begins:num <span class="Special"><-</span> get *first-sandbox, <span class="Constant">starting-row-on-screen:offset</span> -<span id="L128" class="LineNr">128 </span> <span class="Conceal">¦</span> click-row:num <span class="Special"><-</span> get t, <span class="Constant">row:offset</span> -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> below-sandbox-editor?:bool <span class="Special"><-</span> greater-or-equal click-row, first-sandbox-begins -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> below-sandbox-editor? -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> <span class="Comment"># identify the sandbox whose output is being clicked on</span> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> sandbox:&:sandbox, sandbox-index:num <span class="Special"><-</span> <a href='009-sandbox-test.mu.html#L152'>find-click-in-sandbox-output</a> env, click-row -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> sandbox -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> <span class="Comment"># update it</span> -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span> sandbox <span class="Special"><-</span> <a href='009-sandbox-test.mu.html#L180'>toggle-expected-response</a> sandbox -<span id="L136" class="LineNr">136 </span> <span class="Conceal">¦</span> <span class="Comment"># minimal update to disk</span> -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> <a href='005-sandbox.mu.html#L242'>save-sandbox</a> <a href='../088file.mu.html#L11'>resources</a>, sandbox, sandbox-index -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> <span class="Comment"># minimal update to screen</span> -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> sandbox-right-margin:num <span class="Special"><-</span> get *current-sandbox, <span class="Constant">right:offset</span> -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> row:num <span class="Special"><-</span> <a href='009-sandbox-test.mu.html#L207'>render-sandbox-response</a> <a href='../081print.mu.html#L16'>screen</a>, sandbox, sandbox-left-margin, sandbox-right-margin -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> height:num <span class="Special"><-</span> <a href='../081print.mu.html#L782'>screen-height</a> <a href='../081print.mu.html#L16'>screen</a> -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-bottom?:bool <span class="Special"><-</span> greater-or-equal row, height -<span id="L144" class="LineNr">144 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> at-bottom? -<span id="L145" class="LineNr">145 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L1116'>draw-horizontal</a> <a href='../081print.mu.html#L16'>screen</a>, row, sandbox-left-margin, sandbox-right-margin -<span id="L146" class="LineNr">146 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L147" class="LineNr">147 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L472'>update-cursor</a> <a href='../081print.mu.html#L16'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-event</span> +<span id="L121" class="LineNr">121 </span> sandbox-left-margin:num <span class="Special"><-</span> get *current-sandbox, <span class="Constant">left:offset</span> +<span id="L122" class="LineNr">122 </span> click-column:num <span class="Special"><-</span> get t, <span class="Constant">column:offset</span> +<span id="L123" class="LineNr">123 </span> on-sandbox-side?:bool <span class="Special"><-</span> greater-or-equal click-column, sandbox-left-margin +<span id="L124" class="LineNr">124 </span> <span class="muControl">break-unless</span> on-sandbox-side? +<span id="L125" class="LineNr">125 </span> first-sandbox:&:sandbox <span class="Special"><-</span> get *env, <span class="Constant">sandbox:offset</span> +<span id="L126" class="LineNr">126 </span> <span class="muControl">break-unless</span> first-sandbox +<span id="L127" class="LineNr">127 </span> first-sandbox-begins:num <span class="Special"><-</span> get *first-sandbox, <span class="Constant">starting-row-on-screen:offset</span> +<span id="L128" class="LineNr">128 </span> click-row:num <span class="Special"><-</span> get t, <span class="Constant">row:offset</span> +<span id="L129" class="LineNr">129 </span> below-sandbox-editor?:bool <span class="Special"><-</span> greater-or-equal click-row, first-sandbox-begins +<span id="L130" class="LineNr">130 </span> <span class="muControl">break-unless</span> below-sandbox-editor? +<span id="L131" class="LineNr">131 </span> <span class="Comment"># identify the sandbox whose output is being clicked on</span> +<span id="L132" class="LineNr">132 </span> sandbox:&:sandbox, sandbox-index:num <span class="Special"><-</span> find-click-in-sandbox-output env, click-row +<span id="L133" class="LineNr">133 </span> <span class="muControl">break-unless</span> sandbox +<span id="L134" class="LineNr">134 </span> <span class="Comment"># update it</span> +<span id="L135" class="LineNr">135 </span> sandbox <span class="Special"><-</span> toggle-expected-response sandbox +<span id="L136" class="LineNr">136 </span> <span class="Comment"># minimal update to disk</span> +<span id="L137" class="LineNr">137 </span> save-sandbox resources, sandbox, sandbox-index +<span id="L138" class="LineNr">138 </span> <span class="Comment"># minimal update to screen</span> +<span id="L139" class="LineNr">139 </span> sandbox-right-margin:num <span class="Special"><-</span> get *current-sandbox, <span class="Constant">right:offset</span> +<span id="L140" class="LineNr">140 </span> row:num <span class="Special"><-</span> render-sandbox-response screen, sandbox, sandbox-left-margin, sandbox-right-margin +<span id="L141" class="LineNr">141 </span> <span class="Delimiter">{</span> +<span id="L142" class="LineNr">142 </span> height:num <span class="Special"><-</span> screen-height screen +<span id="L143" class="LineNr">143 </span> at-bottom?:bool <span class="Special"><-</span> greater-or-equal row, height +<span id="L144" class="LineNr">144 </span> <span class="muControl">break-if</span> at-bottom? +<span id="L145" class="LineNr">145 </span> draw-horizontal screen, row, sandbox-left-margin, sandbox-right-margin +<span id="L146" class="LineNr">146 </span> <span class="Delimiter">}</span> +<span id="L147" class="LineNr">147 </span> screen <span class="Special"><-</span> update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L148" class="LineNr">148 </span> <span class="muControl"> loop</span> <span class="Constant">+next-event</span> <span id="L149" class="LineNr">149 </span> <span class="Delimiter">}</span> <span id="L150" class="LineNr">150 </span>] <span id="L151" class="LineNr">151 </span> -<span id="L152" class="LineNr">152 </span><span class="muRecipe">def</span> <a href='009-sandbox-test.mu.html#L152'>find-click-in-sandbox-output</a> env:&:environment, click-row:num<span class="muRecipe"> -> </span>sandbox:&:sandbox, sandbox-index:num [ +<span id="L152" class="LineNr">152 </span><span class="muRecipe">def</span> find-click-in-sandbox-output env:&:environment, click-row:num<span class="muRecipe"> -> </span>sandbox:&:sandbox, sandbox-index:num [ <span id="L153" class="LineNr">153 </span> <span class="Constant">local-scope</span> <span id="L154" class="LineNr">154 </span> <span class="Constant">load-inputs</span> <span id="L155" class="LineNr">155 </span> <span class="Comment"># assert click-row >= sandbox.starting-row-on-screen</span> @@ -223,14 +222,14 @@ if ('onhashchange' in window) { <span id="L160" class="LineNr">160 </span> <span class="Comment"># while click-row < sandbox.next-sandbox.starting-row-on-screen</span> <span id="L161" class="LineNr">161 </span> sandbox-index <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L162" class="LineNr">162 </span> <span class="Delimiter">{</span> -<span id="L163" class="LineNr">163 </span> <span class="Conceal">¦</span> next-sandbox:&:sandbox <span class="Special"><-</span> get *sandbox, <span class="Constant">next-sandbox:offset</span> -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> next-sandbox -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> next-start:num <span class="Special"><-</span> get *next-sandbox, <span class="Constant">starting-row-on-screen:offset</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> found?:bool <span class="Special"><-</span> lesser-than click-row, next-start -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> found? -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> sandbox <span class="Special"><-</span> copy next-sandbox -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> sandbox-index <span class="Special"><-</span> add sandbox-index,<span class="Constant"> 1</span> -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L163" class="LineNr">163 </span> next-sandbox:&:sandbox <span class="Special"><-</span> get *sandbox, <span class="Constant">next-sandbox:offset</span> +<span id="L164" class="LineNr">164 </span> <span class="muControl">break-unless</span> next-sandbox +<span id="L165" class="LineNr">165 </span> next-start:num <span class="Special"><-</span> get *next-sandbox, <span class="Constant">starting-row-on-screen:offset</span> +<span id="L166" class="LineNr">166 </span> found?:bool <span class="Special"><-</span> lesser-than click-row, next-start +<span id="L167" class="LineNr">167 </span> <span class="muControl">break-if</span> found? +<span id="L168" class="LineNr">168 </span> sandbox <span class="Special"><-</span> copy next-sandbox +<span id="L169" class="LineNr">169 </span> sandbox-index <span class="Special"><-</span> add sandbox-index,<span class="Constant"> 1</span> +<span id="L170" class="LineNr">170 </span> <span class="muControl"> loop</span> <span id="L171" class="LineNr">171 </span> <span class="Delimiter">}</span> <span id="L172" class="LineNr">172 </span> <span class="Comment"># return sandbox if click is in its output region</span> <span id="L173" class="LineNr">173 </span> response-starting-row:num <span class="Special"><-</span> get *sandbox, <span class="Constant">response-starting-row-on-screen:offset</span> @@ -240,56 +239,56 @@ if ('onhashchange' in window) { <span id="L177" class="LineNr">177 </span> <span class="muControl"> return</span> sandbox, sandbox-index <span id="L178" class="LineNr">178 </span>] <span id="L179" class="LineNr">179 </span> -<span id="L180" class="LineNr">180 </span><span class="muRecipe">def</span> <a href='009-sandbox-test.mu.html#L180'>toggle-expected-response</a> sandbox:&:sandbox<span class="muRecipe"> -> </span>sandbox:&:sandbox [ +<span id="L180" class="LineNr">180 </span><span class="muRecipe">def</span> toggle-expected-response sandbox:&:sandbox<span class="muRecipe"> -> </span>sandbox:&:sandbox [ <span id="L181" class="LineNr">181 </span> <span class="Constant">local-scope</span> <span id="L182" class="LineNr">182 </span> <span class="Constant">load-inputs</span> <span id="L183" class="LineNr">183 </span> expected-response:text <span class="Special"><-</span> get *sandbox, <span class="Constant">expected-response:offset</span> <span id="L184" class="LineNr">184 </span> <span class="Delimiter">{</span> -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span> <span class="Comment"># if expected-response is set, reset</span> -<span id="L186" class="LineNr">186 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> expected-response -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">expected-response:offset</span>,<span class="Constant"> 0</span> +<span id="L185" class="LineNr">185 </span> <span class="Comment"># if expected-response is set, reset</span> +<span id="L186" class="LineNr">186 </span> <span class="muControl">break-unless</span> expected-response +<span id="L187" class="LineNr">187 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">expected-response:offset</span>,<span class="Constant"> 0</span> <span id="L188" class="LineNr">188 </span> <span class="Delimiter">}</span> <span id="L189" class="LineNr">189 </span> <span class="Delimiter">{</span> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> <span class="Comment"># if not, set expected response to the current response</span> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> expected-response -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> response:text <span class="Special"><-</span> get *sandbox, <span class="Constant">response:offset</span> -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">expected-response:offset</span>, response +<span id="L190" class="LineNr">190 </span> <span class="Comment"># if not, set expected response to the current response</span> +<span id="L191" class="LineNr">191 </span> <span class="muControl">break-if</span> expected-response +<span id="L192" class="LineNr">192 </span> response:text <span class="Special"><-</span> get *sandbox, <span class="Constant">response:offset</span> +<span id="L193" class="LineNr">193 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">expected-response:offset</span>, response <span id="L194" class="LineNr">194 </span> <span class="Delimiter">}</span> <span id="L195" class="LineNr">195 </span>] <span id="L196" class="LineNr">196 </span> <span id="L197" class="LineNr">197 </span><span class="Comment"># when rendering a sandbox, color it in red/green if expected response exists</span> -<span id="L198" class="LineNr">198 </span><span class="muRecipe">after</span> <span class="Constant"><a href='005-sandbox.mu.html#L311'><render-sandbox-response></a></span> [ +<span id="L198" class="LineNr">198 </span><span class="muRecipe">after</span> <span class="Constant"><render-sandbox-response></span> [ <span id="L199" class="LineNr">199 </span> <span class="Delimiter">{</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> sandbox-response -<span id="L201" class="LineNr">201 </span> <span class="Conceal">¦</span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">response-starting-row-on-screen:offset</span>, row -<span id="L202" class="LineNr">202 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> <a href='009-sandbox-test.mu.html#L207'>render-sandbox-response</a> <a href='../081print.mu.html#L16'>screen</a>, sandbox, left, right -<span id="L203" class="LineNr">203 </span> <span class="Conceal">¦</span><span class="muControl"> jump</span> <span class="Constant">+render-sandbox-end</span> +<span id="L200" class="LineNr">200 </span> <span class="muControl">break-unless</span> sandbox-response +<span id="L201" class="LineNr">201 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">response-starting-row-on-screen:offset</span>, row +<span id="L202" class="LineNr">202 </span> row <span class="Special"><-</span> render-sandbox-response screen, sandbox, left, right +<span id="L203" class="LineNr">203 </span> <span class="muControl"> jump</span> <span class="Constant">+render-sandbox-end</span> <span id="L204" class="LineNr">204 </span> <span class="Delimiter">}</span> <span id="L205" class="LineNr">205 </span>] <span id="L206" class="LineNr">206 </span> -<span id="L207" class="LineNr">207 </span><span class="muRecipe">def</span> <a href='009-sandbox-test.mu.html#L207'>render-sandbox-response</a> <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a>, sandbox:&:sandbox, left:num, right:num<span class="muRecipe"> -> </span>row:num, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L207" class="LineNr">207 </span><span class="muRecipe">def</span> render-sandbox-response screen:&:screen, sandbox:&:sandbox, left:num, right:num<span class="muRecipe"> -> </span>row:num, screen:&:screen [ <span id="L208" class="LineNr">208 </span> <span class="Constant">local-scope</span> <span id="L209" class="LineNr">209 </span> <span class="Constant">load-inputs</span> <span id="L210" class="LineNr">210 </span> sandbox-response:text <span class="Special"><-</span> get *sandbox, <span class="Constant">response:offset</span> <span id="L211" class="LineNr">211 </span> expected-response:text <span class="Special"><-</span> get *sandbox, <span class="Constant">expected-response:offset</span> <span id="L212" class="LineNr">212 </span> row:num <span class="Special"><-</span> get *sandbox <span class="Constant">response-starting-row-on-screen:offset</span> <span id="L213" class="LineNr">213 </span> <span class="Delimiter">{</span> -<span id="L214" class="LineNr">214 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> expected-response -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> <a href='005-sandbox.mu.html#L398'>render-text</a> <a href='../081print.mu.html#L16'>screen</a>, sandbox-response, left, right, <span class="Constant">245/grey</span>, row -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L214" class="LineNr">214 </span> <span class="muControl">break-if</span> expected-response +<span id="L215" class="LineNr">215 </span> row <span class="Special"><-</span> render-text screen, sandbox-response, left, right, <span class="Constant">245/grey</span>, row +<span id="L216" class="LineNr">216 </span> <span class="muControl"> return</span> <span id="L217" class="LineNr">217 </span> <span class="Delimiter">}</span> <span id="L218" class="LineNr">218 </span> response-is-expected?:bool <span class="Special"><-</span> equal expected-response, sandbox-response <span id="L219" class="LineNr">219 </span> <span class="Delimiter">{</span> -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> response-is-expected? -<span id="L221" class="LineNr">221 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> <a href='005-sandbox.mu.html#L398'>render-text</a> <a href='../081print.mu.html#L16'>screen</a>, sandbox-response, left, right, <span class="Constant">1/red</span>, row +<span id="L220" class="LineNr">220 </span> <span class="muControl">break-if</span> response-is-expected? +<span id="L221" class="LineNr">221 </span> row <span class="Special"><-</span> render-text screen, sandbox-response, left, right, <span class="Constant">1/red</span>, row <span id="L222" class="LineNr">222 </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="Conceal">¦</span> <span class="muControl">break-unless</span> response-is-expected?:bool -<span id="L225" class="LineNr">225 </span> <span class="Conceal">¦</span> row <span class="Special"><-</span> <a href='005-sandbox.mu.html#L398'>render-text</a> <a href='../081print.mu.html#L16'>screen</a>, sandbox-response, left, right, <span class="Constant">2/green</span>, row +<span id="L224" class="LineNr">224 </span> <span class="muControl">break-unless</span> response-is-expected?:bool +<span id="L225" class="LineNr">225 </span> row <span class="Special"><-</span> render-text screen, sandbox-response, left, right, <span class="Constant">2/green</span>, row <span id="L226" class="LineNr">226 </span> <span class="Delimiter">}</span> <span id="L227" class="LineNr">227 </span>] <span id="L228" class="LineNr">228 </span> -<span id="L229" class="LineNr">229 </span><span class="muRecipe">before</span> <span class="Constant"><a href='005-sandbox.mu.html#L325'><end-render-sandbox-reset-hidden></a></span> [ +<span id="L229" class="LineNr">229 </span><span class="muRecipe">before</span> <span class="Constant"><end-render-sandbox-reset-hidden></span> [ <span id="L230" class="LineNr">230 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">response-starting-row-on-screen:offset</span>,<span class="Constant"> 0</span> <span id="L231" class="LineNr">231 </span>] </pre> diff --git a/html/edit/010-sandbox-trace.mu.html b/html/edit/010-sandbox-trace.mu.html index a37ec663..b8c44c26 100644 --- a/html/edit/010-sandbox-trace.mu.html +++ b/html/edit/010-sandbox-trace.mu.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.muData { color: #ffff00; } .Constant { color: #00a0a0; } +.Special { color: #c00000; } +.muData { color: #ffff00; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> </style> @@ -69,71 +68,71 @@ if ('onhashchange' in window) { <span id="L6" class="LineNr"> 6 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">10/height</span> <span id="L7" class="LineNr"> 7 </span> <span class="Comment"># basic recipe</span> <span id="L8" class="LineNr"> 8 </span> assume-resources [ -<span id="L9" class="LineNr"> 9 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L10" class="LineNr"> 10 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> -<span id="L11" class="LineNr"> 11 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | stash [abc]</span>| -<span id="L12" class="LineNr"> 12 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |]|</span> -<span id="L13" class="LineNr"> 13 </span> <span class="Conceal">¦</span> ] +<span id="L9" class="LineNr"> 9 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L10" class="LineNr"> 10 </span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> +<span id="L11" class="LineNr"> 11 </span><span class="Constant"> | stash [abc]</span>| +<span id="L12" class="LineNr"> 12 </span><span class="Constant"> |]|</span> +<span id="L13" class="LineNr"> 13 </span> ] <span id="L14" class="LineNr"> 14 </span> ] -<span id="L15" class="LineNr"> 15 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[foo]</span> -<span id="L16" class="LineNr"> 16 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L15" class="LineNr"> 15 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[foo]</span> +<span id="L16" class="LineNr"> 16 </span> render-all screen, env, render <span id="L17" class="LineNr"> 17 </span> <span class="Comment"># run it</span> <span id="L18" class="LineNr"> 18 </span> assume-console [ -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span> press F4 +<span id="L19" class="LineNr"> 19 </span> press F4 <span id="L20" class="LineNr"> 20 </span> ] -<span id="L21" class="LineNr"> 21 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L21" class="LineNr"> 21 </span> event-loop screen, console, env, resources <span id="L22" class="LineNr"> 22 </span> screen-should-contain [ -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎ .</span> -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span><span class="Constant"> . stash [abc] ╎─────────────────────────────────────────────────.</span> -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎0 edit copy to recipe delete .</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎foo .</span> -<span id="L28" class="LineNr"> 28 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L29" class="LineNr"> 29 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L23" class="LineNr"> 23 </span> <span class="Constant"> . run (F4) .</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Constant"> .recipe foo [ ╎ .</span> +<span id="L25" class="LineNr"> 25 </span> <span class="Constant"> . stash [abc] ╎─────────────────────────────────────────────────.</span> +<span id="L26" class="LineNr"> 26 </span> <span class="Constant"> .] ╎0 edit copy to recipe delete .</span> +<span id="L27" class="LineNr"> 27 </span> <span class="Constant"> . ╎foo .</span> +<span id="L28" class="LineNr"> 28 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L29" class="LineNr"> 29 </span> <span class="Constant"> . ╎ .</span> <span id="L30" class="LineNr"> 30 </span> ] <span id="L31" class="LineNr"> 31 </span> <span class="Comment"># click on the code in the sandbox</span> <span id="L32" class="LineNr"> 32 </span> assume-console [ -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 51</span> +<span id="L33" class="LineNr"> 33 </span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 51</span> <span id="L34" class="LineNr"> 34 </span> ] <span id="L35" class="LineNr"> 35 </span> run [ -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, cursor +<span id="L36" class="LineNr"> 36 </span> event-loop screen, console, env, resources +<span id="L37" class="LineNr"> 37 </span> cursor:char <span class="Special"><-</span> copy <span class="Constant">9251/␣</span> +<span id="L38" class="LineNr"> 38 </span> print screen, cursor <span id="L39" class="LineNr"> 39 </span> ] <span id="L40" class="LineNr"> 40 </span> <span class="Comment"># trace now printed and cursor shouldn't have budged</span> <span id="L41" class="LineNr"> 41 </span> screen-should-contain [ -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span><span class="Constant"> .␣ecipe foo [ ╎ .</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span><span class="Constant"> . stash [abc] ╎─────────────────────────────────────────────────.</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎0 edit copy to recipe delete .</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎foo .</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎abc .</span> +<span id="L42" class="LineNr"> 42 </span> <span class="Constant"> . run (F4) .</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Constant"> .␣ecipe foo [ ╎ .</span> +<span id="L44" class="LineNr"> 44 </span> <span class="Constant"> . stash [abc] ╎─────────────────────────────────────────────────.</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Constant"> .] ╎0 edit copy to recipe delete .</span> +<span id="L46" class="LineNr"> 46 </span> <span class="Constant"> . ╎foo .</span> +<span id="L47" class="LineNr"> 47 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎abc .</span> <span id="L48" class="LineNr"> 48 </span> ] <span id="L49" class="LineNr"> 49 </span> screen-should-contain-in-color <span class="Constant">245/grey</span>, [ -<span id="L50" class="LineNr"> 50 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L52" class="LineNr"> 52 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L53" class="LineNr"> 53 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎abc .</span> +<span id="L50" class="LineNr"> 50 </span> <span class="Constant"> . .</span> +<span id="L51" class="LineNr"> 51 </span> <span class="Constant"> . ╎ .</span> +<span id="L52" class="LineNr"> 52 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L53" class="LineNr"> 53 </span> <span class="Constant"> . ╎ .</span> +<span id="L54" class="LineNr"> 54 </span> <span class="Constant"> . ╎ .</span> +<span id="L55" class="LineNr"> 55 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎abc .</span> <span id="L56" class="LineNr"> 56 </span> ] <span id="L57" class="LineNr"> 57 </span> <span class="Comment"># click again on the same region</span> <span id="L58" class="LineNr"> 58 </span> assume-console [ -<span id="L59" class="LineNr"> 59 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 55</span> +<span id="L59" class="LineNr"> 59 </span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 55</span> <span id="L60" class="LineNr"> 60 </span> ] <span id="L61" class="LineNr"> 61 </span> run [ -<span id="L62" class="LineNr"> 62 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> -<span id="L63" class="LineNr"> 63 </span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L16'>screen</a>, cursor +<span id="L62" class="LineNr"> 62 </span> event-loop screen, console, env, resources +<span id="L63" class="LineNr"> 63 </span> print screen, cursor <span id="L64" class="LineNr"> 64 </span> ] <span id="L65" class="LineNr"> 65 </span> <span class="Comment"># trace hidden again</span> <span id="L66" class="LineNr"> 66 </span> screen-should-contain [ -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span><span class="Constant"> .␣ecipe foo [ ╎ .</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span><span class="Constant"> . stash [abc] ╎─────────────────────────────────────────────────.</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎0 edit copy to recipe delete .</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎foo .</span> -<span id="L72" class="LineNr"> 72 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L67" class="LineNr"> 67 </span> <span class="Constant"> . run (F4) .</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Constant"> .␣ecipe foo [ ╎ .</span> +<span id="L69" class="LineNr"> 69 </span> <span class="Constant"> . stash [abc] ╎─────────────────────────────────────────────────.</span> +<span id="L70" class="LineNr"> 70 </span> <span class="Constant"> .] ╎0 edit copy to recipe delete .</span> +<span id="L71" class="LineNr"> 71 </span> <span class="Constant"> . ╎foo .</span> +<span id="L72" class="LineNr"> 72 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L73" class="LineNr"> 73 </span> <span class="Constant"> . ╎ .</span> <span id="L74" class="LineNr"> 74 </span> ] <span id="L75" class="LineNr"> 75 </span>] <span id="L76" class="LineNr"> 76 </span> @@ -143,49 +142,49 @@ if ('onhashchange' in window) { <span id="L80" class="LineNr"> 80 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">10/height</span> <span id="L81" class="LineNr"> 81 </span> <span class="Comment"># basic recipe</span> <span id="L82" class="LineNr"> 82 </span> assume-resources [ -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> -<span id="L85" class="LineNr"> 85 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | stash [abc]</span>| -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|</span> <span class="muControl"> reply</span> 4| -<span id="L87" class="LineNr"> 87 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |]|</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> ] +<span id="L83" class="LineNr"> 83 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L84" class="LineNr"> 84 </span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> +<span id="L85" class="LineNr"> 85 </span><span class="Constant"> | stash [abc]</span>| +<span id="L86" class="LineNr"> 86 </span> <span class="Constant">|</span> <span class="muControl"> reply</span> 4| +<span id="L87" class="LineNr"> 87 </span><span class="Constant"> |]|</span> +<span id="L88" class="LineNr"> 88 </span> ] <span id="L89" class="LineNr"> 89 </span> ] -<span id="L90" class="LineNr"> 90 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[foo]</span> -<span id="L91" class="LineNr"> 91 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L90" class="LineNr"> 90 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[foo]</span> +<span id="L91" class="LineNr"> 91 </span> render-all screen, env, render <span id="L92" class="LineNr"> 92 </span> <span class="Comment"># run it</span> <span id="L93" class="LineNr"> 93 </span> assume-console [ -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> press F4 +<span id="L94" class="LineNr"> 94 </span> press F4 <span id="L95" class="LineNr"> 95 </span> ] -<span id="L96" class="LineNr"> 96 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L96" class="LineNr"> 96 </span> event-loop screen, console, env, resources <span id="L97" class="LineNr"> 97 </span> screen-should-contain [ -<span id="L98" class="LineNr"> 98 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L99" class="LineNr"> 99 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎ .</span> -<span id="L100" class="LineNr">100 </span> <span class="Conceal">¦</span><span class="Constant"> . stash [abc] ╎─────────────────────────────────────────────────.</span> -<span id="L101" class="LineNr">101 </span> <span class="Conceal">¦</span><span class="Constant"> . reply 4 ╎0 edit copy to recipe delete .</span> -<span id="L102" class="LineNr">102 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎foo .</span> -<span id="L103" class="LineNr">103 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> -<span id="L104" class="LineNr">104 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L105" class="LineNr">105 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Constant"> . run (F4) .</span> +<span id="L99" class="LineNr"> 99 </span> <span class="Constant"> .recipe foo [ ╎ .</span> +<span id="L100" class="LineNr">100 </span> <span class="Constant"> . stash [abc] ╎─────────────────────────────────────────────────.</span> +<span id="L101" class="LineNr">101 </span> <span class="Constant"> . reply 4 ╎0 edit copy to recipe delete .</span> +<span id="L102" class="LineNr">102 </span> <span class="Constant"> .] ╎foo .</span> +<span id="L103" class="LineNr">103 </span> <span class="Constant"> . ╎4 .</span> +<span id="L104" class="LineNr">104 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L105" class="LineNr">105 </span> <span class="Constant"> . ╎ .</span> <span id="L106" class="LineNr">106 </span> ] <span id="L107" class="LineNr">107 </span> <span class="Comment"># click on the code in the sandbox</span> <span id="L108" class="LineNr">108 </span> assume-console [ -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 51</span> +<span id="L109" class="LineNr">109 </span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 51</span> <span id="L110" class="LineNr">110 </span> ] <span id="L111" class="LineNr">111 </span> run [ -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L112" class="LineNr">112 </span> event-loop screen, console, env, resources <span id="L113" class="LineNr">113 </span> ] <span id="L114" class="LineNr">114 </span> <span class="Comment"># trace now printed above result</span> <span id="L115" class="LineNr">115 </span> screen-should-contain [ -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎ .</span> -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span><span class="Constant"> . stash [abc] ╎─────────────────────────────────────────────────.</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span><span class="Constant"> . reply 4 ╎0 edit copy to recipe delete .</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎foo .</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎abc .</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎8 instructions run .</span> -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L116" class="LineNr">116 </span> <span class="Constant"> . run (F4) .</span> +<span id="L117" class="LineNr">117 </span> <span class="Constant"> .recipe foo [ ╎ .</span> +<span id="L118" class="LineNr">118 </span> <span class="Constant"> . stash [abc] ╎─────────────────────────────────────────────────.</span> +<span id="L119" class="LineNr">119 </span> <span class="Constant"> . reply 4 ╎0 edit copy to recipe delete .</span> +<span id="L120" class="LineNr">120 </span> <span class="Constant"> .] ╎foo .</span> +<span id="L121" class="LineNr">121 </span> <span class="Constant"> . ╎abc .</span> +<span id="L122" class="LineNr">122 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎8 instructions run .</span> +<span id="L123" class="LineNr">123 </span> <span class="Constant"> . ╎4 .</span> +<span id="L124" class="LineNr">124 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L125" class="LineNr">125 </span> <span class="Constant"> . ╎ .</span> <span id="L126" class="LineNr">126 </span> ] <span id="L127" class="LineNr">127 </span>] <span id="L128" class="LineNr">128 </span> @@ -195,37 +194,37 @@ if ('onhashchange' in window) { <span id="L132" class="LineNr">132 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">10/height</span> <span id="L133" class="LineNr">133 </span> assume-resources [ <span id="L134" class="LineNr">134 </span> ] -<span id="L135" class="LineNr">135 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[stash 123456789]</span> -<span id="L136" class="LineNr">136 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L135" class="LineNr">135 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[stash 123456789]</span> +<span id="L136" class="LineNr">136 </span> render-all screen, env, render <span id="L137" class="LineNr">137 </span> <span class="Comment"># create and expand the trace</span> <span id="L138" class="LineNr">138 </span> assume-console [ -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> press F4 -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 51</span> +<span id="L139" class="LineNr">139 </span> press F4 +<span id="L140" class="LineNr">140 </span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 51</span> <span id="L141" class="LineNr">141 </span> ] -<span id="L142" class="LineNr">142 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L142" class="LineNr">142 </span> event-loop screen, console, env, resources <span id="L143" class="LineNr">143 </span> screen-should-contain [ -<span id="L144" class="LineNr">144 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L145" class="LineNr">145 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L146" class="LineNr">146 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L147" class="LineNr">147 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎stash 123456789 .</span> -<span id="L149" class="LineNr">149 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎123456789 .</span> +<span id="L144" class="LineNr">144 </span> <span class="Constant"> . run (F4) .</span> +<span id="L145" class="LineNr">145 </span> <span class="Constant"> . ╎ .</span> +<span id="L146" class="LineNr">146 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L147" class="LineNr">147 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L148" class="LineNr">148 </span> <span class="Constant"> . ╎stash 123456789 .</span> +<span id="L149" class="LineNr">149 </span> <span class="Constant"> . ╎123456789 .</span> <span id="L150" class="LineNr">150 </span> ] <span id="L151" class="LineNr">151 </span> <span class="Comment"># click on the stash under the edit-button region (or any of the other buttons, really)</span> <span id="L152" class="LineNr">152 </span> assume-console [ -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 5</span>,<span class="Constant"> 57</span> +<span id="L153" class="LineNr">153 </span> left-click<span class="Constant"> 5</span>,<span class="Constant"> 57</span> <span id="L154" class="LineNr">154 </span> ] <span id="L155" class="LineNr">155 </span> run [ -<span id="L156" class="LineNr">156 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L156" class="LineNr">156 </span> event-loop screen, console, env, resources <span id="L157" class="LineNr">157 </span> ] <span id="L158" class="LineNr">158 </span> <span class="Comment"># no change; doesn't die</span> <span id="L159" class="LineNr">159 </span> screen-should-contain [ -<span id="L160" class="LineNr">160 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L162" class="LineNr">162 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L163" class="LineNr">163 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎stash 123456789 .</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎123456789 .</span> +<span id="L160" class="LineNr">160 </span> <span class="Constant"> . run (F4) .</span> +<span id="L161" class="LineNr">161 </span> <span class="Constant"> . ╎ .</span> +<span id="L162" class="LineNr">162 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L163" class="LineNr">163 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L164" class="LineNr">164 </span> <span class="Constant"> . ╎stash 123456789 .</span> +<span id="L165" class="LineNr">165 </span> <span class="Constant"> . ╎123456789 .</span> <span id="L166" class="LineNr">166 </span> ] <span id="L167" class="LineNr">167 </span>] <span id="L168" class="LineNr">168 </span> @@ -239,40 +238,40 @@ if ('onhashchange' in window) { <span id="L176" class="LineNr">176 </span> <span class="Constant">local-scope</span> <span id="L177" class="LineNr">177 </span> <span class="Constant">load-inputs</span> <span id="L178" class="LineNr">178 </span> data:text <span class="Special"><-</span> get *sandbox, <span class="Constant">data:offset</span> -<span id="L179" class="LineNr">179 </span> response:text, _, fake-screen:&:<a href='../081print.mu.html#L16'>screen</a>, trace:text <span class="Special"><-</span> run-sandboxed data +<span id="L179" class="LineNr">179 </span> response:text, _, fake-screen:&:screen, trace:text <span class="Special"><-</span> run-sandboxed data <span id="L180" class="LineNr">180 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">response:offset</span>, response -<span id="L181" class="LineNr">181 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant"><a href='../081print.mu.html#L16'>screen</a>:offset</span>, fake-screen +<span id="L181" class="LineNr">181 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">screen:offset</span>, fake-screen <span id="L182" class="LineNr">182 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">trace:offset</span>, trace <span id="L183" class="LineNr">183 </span>] <span id="L184" class="LineNr">184 </span> <span id="L185" class="LineNr">185 </span><span class="Comment"># clicks on sandbox code toggle its display-trace? flag</span> -<span id="L186" class="LineNr">186 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L81'><global-touch></a></span> [ +<span id="L186" class="LineNr">186 </span><span class="muRecipe">after</span> <span class="Constant"><global-touch></span> [ <span id="L187" class="LineNr">187 </span> <span class="Comment"># check if it's inside the code of any sandbox</span> <span id="L188" class="LineNr">188 </span> <span class="Delimiter">{</span> -<span id="L189" class="LineNr">189 </span> <span class="Conceal">¦</span> sandbox-left-margin:num <span class="Special"><-</span> get *current-sandbox, <span class="Constant">left:offset</span> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> click-column:num <span class="Special"><-</span> get t, <span class="Constant">column:offset</span> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> on-sandbox-side?:bool <span class="Special"><-</span> greater-or-equal click-column, sandbox-left-margin -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> on-sandbox-side? -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> first-sandbox:&:sandbox <span class="Special"><-</span> get *env, <span class="Constant">sandbox:offset</span> -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> first-sandbox -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> first-sandbox-begins:num <span class="Special"><-</span> get *first-sandbox, <span class="Constant">starting-row-on-screen:offset</span> -<span id="L196" class="LineNr">196 </span> <span class="Conceal">¦</span> click-row:num <span class="Special"><-</span> get t, <span class="Constant">row:offset</span> -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> below-sandbox-editor?:bool <span class="Special"><-</span> greater-or-equal click-row, first-sandbox-begins -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> below-sandbox-editor? -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span> <span class="Comment"># identify the sandbox whose code is being clicked on</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> sandbox:&:sandbox <span class="Special"><-</span> <a href='010-sandbox-trace.mu.html#L212'>find-click-in-sandbox-code</a> env, click-row -<span id="L201" class="LineNr">201 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> sandbox -<span id="L202" class="LineNr">202 </span> <span class="Conceal">¦</span> <span class="Comment"># toggle its display-trace? property</span> -<span id="L203" class="LineNr">203 </span> <span class="Conceal">¦</span> x:bool <span class="Special"><-</span> get *sandbox, <span class="Constant">display-trace?:offset</span> -<span id="L204" class="LineNr">204 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> not x -<span id="L205" class="LineNr">205 </span> <span class="Conceal">¦</span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">display-trace?:offset</span>, x -<span id="L206" class="LineNr">206 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> render-sandbox-side <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> -<span id="L207" class="LineNr">207 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L472'>update-cursor</a> <a href='../081print.mu.html#L16'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env -<span id="L208" class="LineNr">208 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> <span class="Constant">+next-event</span> +<span id="L189" class="LineNr">189 </span> sandbox-left-margin:num <span class="Special"><-</span> get *current-sandbox, <span class="Constant">left:offset</span> +<span id="L190" class="LineNr">190 </span> click-column:num <span class="Special"><-</span> get t, <span class="Constant">column:offset</span> +<span id="L191" class="LineNr">191 </span> on-sandbox-side?:bool <span class="Special"><-</span> greater-or-equal click-column, sandbox-left-margin +<span id="L192" class="LineNr">192 </span> <span class="muControl">break-unless</span> on-sandbox-side? +<span id="L193" class="LineNr">193 </span> first-sandbox:&:sandbox <span class="Special"><-</span> get *env, <span class="Constant">sandbox:offset</span> +<span id="L194" class="LineNr">194 </span> <span class="muControl">break-unless</span> first-sandbox +<span id="L195" class="LineNr">195 </span> first-sandbox-begins:num <span class="Special"><-</span> get *first-sandbox, <span class="Constant">starting-row-on-screen:offset</span> +<span id="L196" class="LineNr">196 </span> click-row:num <span class="Special"><-</span> get t, <span class="Constant">row:offset</span> +<span id="L197" class="LineNr">197 </span> below-sandbox-editor?:bool <span class="Special"><-</span> greater-or-equal click-row, first-sandbox-begins +<span id="L198" class="LineNr">198 </span> <span class="muControl">break-unless</span> below-sandbox-editor? +<span id="L199" class="LineNr">199 </span> <span class="Comment"># identify the sandbox whose code is being clicked on</span> +<span id="L200" class="LineNr">200 </span> sandbox:&:sandbox <span class="Special"><-</span> find-click-in-sandbox-code env, click-row +<span id="L201" class="LineNr">201 </span> <span class="muControl">break-unless</span> sandbox +<span id="L202" class="LineNr">202 </span> <span class="Comment"># toggle its display-trace? property</span> +<span id="L203" class="LineNr">203 </span> x:bool <span class="Special"><-</span> get *sandbox, <span class="Constant">display-trace?:offset</span> +<span id="L204" class="LineNr">204 </span> x <span class="Special"><-</span> not x +<span id="L205" class="LineNr">205 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">display-trace?:offset</span>, x +<span id="L206" class="LineNr">206 </span> screen <span class="Special"><-</span> render-sandbox-side screen, env, render +<span id="L207" class="LineNr">207 </span> screen <span class="Special"><-</span> update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L208" class="LineNr">208 </span> <span class="muControl"> loop</span> <span class="Constant">+next-event</span> <span id="L209" class="LineNr">209 </span> <span class="Delimiter">}</span> <span id="L210" class="LineNr">210 </span>] <span id="L211" class="LineNr">211 </span> -<span id="L212" class="LineNr">212 </span><span class="muRecipe">def</span> <a href='010-sandbox-trace.mu.html#L212'>find-click-in-sandbox-code</a> env:&:environment, click-row:num<span class="muRecipe"> -> </span>sandbox:&:sandbox [ +<span id="L212" class="LineNr">212 </span><span class="muRecipe">def</span> find-click-in-sandbox-code env:&:environment, click-row:num<span class="muRecipe"> -> </span>sandbox:&:sandbox [ <span id="L213" class="LineNr">213 </span> <span class="Constant">local-scope</span> <span id="L214" class="LineNr">214 </span> <span class="Constant">load-inputs</span> <span id="L215" class="LineNr">215 </span> <span class="Comment"># assert click-row >= sandbox.starting-row-on-screen</span> @@ -282,13 +281,13 @@ if ('onhashchange' in window) { <span id="L219" class="LineNr">219 </span> assert clicked-on-sandboxes?, <span class="Constant">[extract-sandbox called on click to sandbox editor]</span> <span id="L220" class="LineNr">220 </span> <span class="Comment"># while click-row < sandbox.next-sandbox.starting-row-on-screen</span> <span id="L221" class="LineNr">221 </span> <span class="Delimiter">{</span> -<span id="L222" class="LineNr">222 </span> <span class="Conceal">¦</span> next-sandbox:&:sandbox <span class="Special"><-</span> get *sandbox, <span class="Constant">next-sandbox:offset</span> -<span id="L223" class="LineNr">223 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> next-sandbox -<span id="L224" class="LineNr">224 </span> <span class="Conceal">¦</span> next-start:num <span class="Special"><-</span> get *next-sandbox, <span class="Constant">starting-row-on-screen:offset</span> -<span id="L225" class="LineNr">225 </span> <span class="Conceal">¦</span> found?:bool <span class="Special"><-</span> lesser-than click-row, next-start -<span id="L226" class="LineNr">226 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> found? -<span id="L227" class="LineNr">227 </span> <span class="Conceal">¦</span> sandbox <span class="Special"><-</span> copy next-sandbox -<span id="L228" class="LineNr">228 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L222" class="LineNr">222 </span> next-sandbox:&:sandbox <span class="Special"><-</span> get *sandbox, <span class="Constant">next-sandbox:offset</span> +<span id="L223" class="LineNr">223 </span> <span class="muControl">break-unless</span> next-sandbox +<span id="L224" class="LineNr">224 </span> next-start:num <span class="Special"><-</span> get *next-sandbox, <span class="Constant">starting-row-on-screen:offset</span> +<span id="L225" class="LineNr">225 </span> found?:bool <span class="Special"><-</span> lesser-than click-row, next-start +<span id="L226" class="LineNr">226 </span> <span class="muControl">break-if</span> found? +<span id="L227" class="LineNr">227 </span> sandbox <span class="Special"><-</span> copy next-sandbox +<span id="L228" class="LineNr">228 </span> <span class="muControl"> loop</span> <span id="L229" class="LineNr">229 </span> <span class="Delimiter">}</span> <span id="L230" class="LineNr">230 </span> <span class="Comment"># return sandbox if click is in its code region</span> <span id="L231" class="LineNr">231 </span> code-ending-row:num <span class="Special"><-</span> get *sandbox, <span class="Constant">code-ending-row-on-screen:offset</span> @@ -297,22 +296,22 @@ if ('onhashchange' in window) { <span id="L234" class="LineNr">234 </span> click-below-menu?:bool <span class="Special"><-</span> greater-than click-row, start <span id="L235" class="LineNr">235 </span> click-on-sandbox-code?:bool <span class="Special"><-</span> and click-above-response?, click-below-menu? <span id="L236" class="LineNr">236 </span> <span class="Delimiter">{</span> -<span id="L237" class="LineNr">237 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> click-on-sandbox-code? -<span id="L238" class="LineNr">238 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">0/no-click-in-sandbox-output</span> +<span id="L237" class="LineNr">237 </span> <span class="muControl">break-if</span> click-on-sandbox-code? +<span id="L238" class="LineNr">238 </span> <span class="muControl"> return</span> <span class="Constant">0/no-click-in-sandbox-output</span> <span id="L239" class="LineNr">239 </span> <span class="Delimiter">}</span> <span id="L240" class="LineNr">240 </span> <span class="muControl"> return</span> sandbox <span id="L241" class="LineNr">241 </span>] <span id="L242" class="LineNr">242 </span> <span id="L243" class="LineNr">243 </span><span class="Comment"># when rendering a sandbox, dump its trace before response/warning if display-trace? property is set</span> -<span id="L244" class="LineNr">244 </span><span class="muRecipe">after</span> <span class="Constant"><a href='005-sandbox.mu.html#L302'><render-sandbox-results></a></span> [ +<span id="L244" class="LineNr">244 </span><span class="muRecipe">after</span> <span class="Constant"><render-sandbox-results></span> [ <span id="L245" class="LineNr">245 </span> <span class="Delimiter">{</span> -<span id="L246" class="LineNr">246 </span> <span class="Conceal">¦</span> display-trace?:bool <span class="Special"><-</span> get *sandbox, <span class="Constant">display-trace?:offset</span> -<span id="L247" class="LineNr">247 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> display-trace? -<span id="L248" class="LineNr">248 </span> <span class="Conceal">¦</span> sandbox-trace:text <span class="Special"><-</span> get *sandbox, <span class="Constant">trace:offset</span> -<span id="L249" class="LineNr">249 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> sandbox-trace <span class="Comment"># nothing to print; move on</span> -<span id="L250" class="LineNr">250 </span> <span class="Conceal">¦</span> row, <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='005-sandbox.mu.html#L398'>render-text</a> <a href='../081print.mu.html#L16'>screen</a>, sandbox-trace, left, right, <span class="Constant">245/grey</span>, row +<span id="L246" class="LineNr">246 </span> display-trace?:bool <span class="Special"><-</span> get *sandbox, <span class="Constant">display-trace?:offset</span> +<span id="L247" class="LineNr">247 </span> <span class="muControl">break-unless</span> display-trace? +<span id="L248" class="LineNr">248 </span> sandbox-trace:text <span class="Special"><-</span> get *sandbox, <span class="Constant">trace:offset</span> +<span id="L249" class="LineNr">249 </span> <span class="muControl">break-unless</span> sandbox-trace <span class="Comment"># nothing to print; move on</span> +<span id="L250" class="LineNr">250 </span> row, screen <span class="Special"><-</span> render-text screen, sandbox-trace, left, right, <span class="Constant">245/grey</span>, row <span id="L251" class="LineNr">251 </span> <span class="Delimiter">}</span> -<span id="L252" class="LineNr">252 </span><span class="Constant"> <a href='010-sandbox-trace.mu.html#L252'><render-sandbox-trace-done></a></span> +<span id="L252" class="LineNr">252 </span><span class="Constant"> <render-sandbox-trace-done></span> <span id="L253" class="LineNr">253 </span>] </pre> </body> diff --git a/html/edit/011-errors.mu.html b/html/edit/011-errors.mu.html index f694b5b9..9293cd49 100644 --- a/html/edit/011-errors.mu.html +++ b/html/edit/011-errors.mu.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.muData { color: #ffff00; } -.LineNr { color: #444444; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } +.LineNr { color: #444444; } .Delimiter { color: #800080; } .Constant { color: #00a0a0; } +.Special { color: #c00000; } +.muData { color: #ffff00; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> </style> @@ -68,41 +67,41 @@ if ('onhashchange' in window) { <span id="L5" class="LineNr"> 5 </span>] <span id="L6" class="LineNr"> 6 </span> <span id="L7" class="LineNr"> 7 </span><span class="Comment"># copy code from recipe editor, persist to disk, load, save any errors</span> -<span id="L8" class="LineNr"> 8 </span><span class="muRecipe">def!</span> update-recipes env:&:environment, <a href='../088file.mu.html#L11'>resources</a>:&:<a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span>errors-found?:bool, env:&:environment, <a href='../088file.mu.html#L11'>resources</a>:&:<a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L8" class="LineNr"> 8 </span><span class="muRecipe">def!</span> update-recipes env:&:environment, resources:&:resources, screen:&:screen<span class="muRecipe"> -> </span>errors-found?:bool, env:&:environment, resources:&:resources, screen:&:screen [ <span id="L9" class="LineNr"> 9 </span> <span class="Constant">local-scope</span> <span id="L10" class="LineNr"> 10 </span> <span class="Constant">load-inputs</span> <span id="L11" class="LineNr"> 11 </span> recipes:&:editor <span class="Special"><-</span> get *env, <span class="Constant">recipes:offset</span> -<span id="L12" class="LineNr"> 12 </span> in:text <span class="Special"><-</span> <a href='005-sandbox.mu.html#L683'>editor-contents</a> recipes -<span id="L13" class="LineNr"> 13 </span> <a href='../088file.mu.html#L11'>resources</a> <span class="Special"><-</span> <a href='../088file.mu.html#L127'>dump</a> <a href='../088file.mu.html#L11'>resources</a>, <span class="Constant">[lesson/recipes.mu]</span>, in +<span id="L12" class="LineNr"> 12 </span> in:text <span class="Special"><-</span> editor-contents recipes +<span id="L13" class="LineNr"> 13 </span> resources <span class="Special"><-</span> dump resources, <span class="Constant">[lesson/recipes.mu]</span>, in <span id="L14" class="LineNr"> 14 </span> recipe-errors:text <span class="Special"><-</span> reload in <span id="L15" class="LineNr"> 15 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">recipe-errors:offset</span>, recipe-errors <span id="L16" class="LineNr"> 16 </span> <span class="Comment"># if recipe editor has errors, stop</span> <span id="L17" class="LineNr"> 17 </span> <span class="Delimiter">{</span> -<span id="L18" class="LineNr"> 18 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> recipe-errors -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span> <a href='005-sandbox.mu.html#L217'>update-status</a> <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[errors found ]</span>, <span class="Constant">1/red</span> -<span id="L20" class="LineNr"> 20 </span> <span class="Conceal">¦</span> errors-found? <span class="Special"><-</span> copy <span class="Constant">1/true</span> -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L18" class="LineNr"> 18 </span> <span class="muControl">break-unless</span> recipe-errors +<span id="L19" class="LineNr"> 19 </span> update-status screen, <span class="Constant">[errors found ]</span>, <span class="Constant">1/red</span> +<span id="L20" class="LineNr"> 20 </span> errors-found? <span class="Special"><-</span> copy <span class="Constant">1/true</span> +<span id="L21" class="LineNr"> 21 </span> <span class="muControl"> return</span> <span id="L22" class="LineNr"> 22 </span> <span class="Delimiter">}</span> <span id="L23" class="LineNr"> 23 </span> errors-found? <span class="Special"><-</span> copy <span class="Constant">0/false</span> <span id="L24" class="LineNr"> 24 </span>] <span id="L25" class="LineNr"> 25 </span> -<span id="L26" class="LineNr"> 26 </span><span class="muRecipe">after</span> <span class="Constant"><a href='005-sandbox.mu.html#L132'><begin-run-sandboxes-on-F4></a></span> [ +<span id="L26" class="LineNr"> 26 </span><span class="muRecipe">after</span> <span class="Constant"><begin-run-sandboxes-on-F4></span> [ <span id="L27" class="LineNr"> 27 </span> old-recipe-errors:text <span class="Special"><-</span> get *env, <span class="Constant">recipe-errors:offset</span> <span id="L28" class="LineNr"> 28 </span>] -<span id="L29" class="LineNr"> 29 </span><span class="muRecipe">before</span> <span class="Constant"><a href='005-sandbox.mu.html#L135'><end-run-sandboxes-on-F4></a></span> [ +<span id="L29" class="LineNr"> 29 </span><span class="muRecipe">before</span> <span class="Constant"><end-run-sandboxes-on-F4></span> [ <span id="L30" class="LineNr"> 30 </span> <span class="Comment"># if there were recipe errors before, check if we can clear them</span> <span id="L31" class="LineNr"> 31 </span> <span class="Delimiter">{</span> -<span id="L32" class="LineNr"> 32 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> old-recipe-errors -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L431'>render-recipes</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L32" class="LineNr"> 32 </span> <span class="muControl">break-unless</span> old-recipe-errors +<span id="L33" class="LineNr"> 33 </span> screen <span class="Special"><-</span> render-recipes screen, env, render <span id="L34" class="LineNr"> 34 </span> <span class="Delimiter">}</span> -<span id="L35" class="LineNr"> 35 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='011-errors.mu.html#L42'>render-recipe-errors</a> env, <a href='../081print.mu.html#L16'>screen</a> +<span id="L35" class="LineNr"> 35 </span> screen <span class="Special"><-</span> render-recipe-errors env, screen <span id="L36" class="LineNr"> 36 </span>] <span id="L37" class="LineNr"> 37 </span> -<span id="L38" class="LineNr"> 38 </span><span class="muRecipe">before</span> <span class="Constant"><a href='004-programming-environment.mu.html#L443'><end-render-recipe-components></a></span> [ -<span id="L39" class="LineNr"> 39 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='011-errors.mu.html#L42'>render-recipe-errors</a> env, <a href='../081print.mu.html#L16'>screen</a> +<span id="L38" class="LineNr"> 38 </span><span class="muRecipe">before</span> <span class="Constant"><end-render-recipe-components></span> [ +<span id="L39" class="LineNr"> 39 </span> screen <span class="Special"><-</span> render-recipe-errors env, screen <span id="L40" class="LineNr"> 40 </span>] <span id="L41" class="LineNr"> 41 </span> -<span id="L42" class="LineNr"> 42 </span><span class="muRecipe">def</span> <a href='011-errors.mu.html#L42'>render-recipe-errors</a> env:&:environment, <a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a><span class="muRecipe"> -> </span><a href='../081print.mu.html#L16'>screen</a>:&:<a href='../081print.mu.html#L16'>screen</a> [ +<span id="L42" class="LineNr"> 42 </span><span class="muRecipe">def</span> render-recipe-errors env:&:environment, screen:&:screen<span class="muRecipe"> -> </span>screen:&:screen [ <span id="L43" class="LineNr"> 43 </span> <span class="Constant">local-scope</span> <span id="L44" class="LineNr"> 44 </span> <span class="Constant">load-inputs</span> <span id="L45" class="LineNr"> 45 </span> recipe-errors:text <span class="Special"><-</span> get *env, <span class="Constant">recipe-errors:offset</span> @@ -111,45 +110,45 @@ if ('onhashchange' in window) { <span id="L48" class="LineNr"> 48 </span> left:num <span class="Special"><-</span> get *recipes, <span class="Constant">left:offset</span> <span id="L49" class="LineNr"> 49 </span> right:num <span class="Special"><-</span> get *recipes, <span class="Constant">right:offset</span> <span id="L50" class="LineNr"> 50 </span> row:num <span class="Special"><-</span> get *recipes, <span class="Constant">bottom:offset</span> -<span id="L51" class="LineNr"> 51 </span> row, <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='005-sandbox.mu.html#L398'>render-text</a> <a href='../081print.mu.html#L16'>screen</a>, recipe-errors, left, right, <span class="Constant">1/red</span>, row +<span id="L51" class="LineNr"> 51 </span> row, screen <span class="Special"><-</span> render-text screen, recipe-errors, left, right, <span class="Constant">1/red</span>, row <span id="L52" class="LineNr"> 52 </span> <span class="Comment"># draw dotted line after recipes</span> -<span id="L53" class="LineNr"> 53 </span> <a href='002-typing.mu.html#L1116'>draw-horizontal</a> <a href='../081print.mu.html#L16'>screen</a>, row, left, right, <span class="Constant">9480/horizontal-dotted</span> +<span id="L53" class="LineNr"> 53 </span> draw-horizontal screen, row, left, right, <span class="Constant">9480/horizontal-dotted</span> <span id="L54" class="LineNr"> 54 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> -<span id="L55" class="LineNr"> 55 </span> <a href='001-editor.mu.html#L207'>clear-screen-from</a> <a href='../081print.mu.html#L16'>screen</a>, row, left, left, right +<span id="L55" class="LineNr"> 55 </span> clear-screen-from screen, row, left, left, right <span id="L56" class="LineNr"> 56 </span>] <span id="L57" class="LineNr"> 57 </span> <span id="L58" class="LineNr"> 58 </span><span class="muData">container</span> environment [ <span id="L59" class="LineNr"> 59 </span> error-index:num <span class="Comment"># index of first sandbox with an error (or -1 if none)</span> <span id="L60" class="LineNr"> 60 </span>] <span id="L61" class="LineNr"> 61 </span> -<span id="L62" class="LineNr"> 62 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L36'><programming-environment-initialization></a></span> [ +<span id="L62" class="LineNr"> 62 </span><span class="muRecipe">after</span> <span class="Constant"><programming-environment-initialization></span> [ <span id="L63" class="LineNr"> 63 </span> *result <span class="Special"><-</span> put *result, <span class="Constant">error-index:offset</span>,<span class="Constant"> -1</span> <span id="L64" class="LineNr"> 64 </span>] <span id="L65" class="LineNr"> 65 </span> -<span id="L66" class="LineNr"> 66 </span><span class="muRecipe">after</span> <span class="Constant"><a href='005-sandbox.mu.html#L152'><begin-run-sandboxes></a></span> [ +<span id="L66" class="LineNr"> 66 </span><span class="muRecipe">after</span> <span class="Constant"><begin-run-sandboxes></span> [ <span id="L67" class="LineNr"> 67 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">error-index:offset</span>,<span class="Constant"> -1</span> <span id="L68" class="LineNr"> 68 </span>] <span id="L69" class="LineNr"> 69 </span> -<span id="L70" class="LineNr"> 70 </span><span class="muRecipe">before</span> <span class="Constant"><a href='005-sandbox.mu.html#L187'><end-run-sandboxes></a></span> [ +<span id="L70" class="LineNr"> 70 </span><span class="muRecipe">before</span> <span class="Constant"><end-run-sandboxes></span> [ <span id="L71" class="LineNr"> 71 </span> <span class="Delimiter">{</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> error-index:num <span class="Special"><-</span> get *env, <span class="Constant">error-index:offset</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> sandboxes-completed-successfully?:bool <span class="Special"><-</span> equal error-index,<span class="Constant"> -1</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> sandboxes-completed-successfully? -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> errors-found? <span class="Special"><-</span> copy <span class="Constant">1/true</span> +<span id="L72" class="LineNr"> 72 </span> error-index:num <span class="Special"><-</span> get *env, <span class="Constant">error-index:offset</span> +<span id="L73" class="LineNr"> 73 </span> sandboxes-completed-successfully?:bool <span class="Special"><-</span> equal error-index,<span class="Constant"> -1</span> +<span id="L74" class="LineNr"> 74 </span> <span class="muControl">break-if</span> sandboxes-completed-successfully? +<span id="L75" class="LineNr"> 75 </span> errors-found? <span class="Special"><-</span> copy <span class="Constant">1/true</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 id="L79" class="LineNr"> 79 </span><span class="muRecipe">before</span> <span class="Constant"><a href='005-sandbox.mu.html#L135'><end-run-sandboxes-on-F4></a></span> [ +<span id="L79" class="LineNr"> 79 </span><span class="muRecipe">before</span> <span class="Constant"><end-run-sandboxes-on-F4></span> [ <span id="L80" class="LineNr"> 80 </span> <span class="Delimiter">{</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> error? -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> recipe-errors:text <span class="Special"><-</span> get *env, <span class="Constant">recipe-errors:offset</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> recipe-errors -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> error-index:num <span class="Special"><-</span> get *env, <span class="Constant">error-index:offset</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> sandboxes-completed-successfully?:bool <span class="Special"><-</span> equal error-index,<span class="Constant"> -1</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> sandboxes-completed-successfully? -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> error-index-text:text <span class="Special"><-</span> to-text error-index -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> status:text <span class="Special"><-</span> <a href='../061text.mu.html#L520'>interpolate</a> <span class="Constant">[errors found (_) ]</span>, error-index-text -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <a href='005-sandbox.mu.html#L217'>update-status</a> <a href='../081print.mu.html#L16'>screen</a>, status, <span class="Constant">1/red</span> +<span id="L81" class="LineNr"> 81 </span> <span class="muControl">break-unless</span> error? +<span id="L82" class="LineNr"> 82 </span> recipe-errors:text <span class="Special"><-</span> get *env, <span class="Constant">recipe-errors:offset</span> +<span id="L83" class="LineNr"> 83 </span> <span class="muControl">break-if</span> recipe-errors +<span id="L84" class="LineNr"> 84 </span> error-index:num <span class="Special"><-</span> get *env, <span class="Constant">error-index:offset</span> +<span id="L85" class="LineNr"> 85 </span> sandboxes-completed-successfully?:bool <span class="Special"><-</span> equal error-index,<span class="Constant"> -1</span> +<span id="L86" class="LineNr"> 86 </span> <span class="muControl">break-if</span> sandboxes-completed-successfully? +<span id="L87" class="LineNr"> 87 </span> error-index-text:text <span class="Special"><-</span> to-text error-index +<span id="L88" class="LineNr"> 88 </span> status:text <span class="Special"><-</span> interpolate <span class="Constant">[errors found (_) ]</span>, error-index-text +<span id="L89" class="LineNr"> 89 </span> update-status screen, status, <span class="Constant">1/red</span> <span id="L90" class="LineNr"> 90 </span> <span class="Delimiter">}</span> <span id="L91" class="LineNr"> 91 </span>] <span id="L92" class="LineNr"> 92 </span> @@ -161,36 +160,36 @@ if ('onhashchange' in window) { <span id="L98" class="LineNr"> 98 </span> <span class="Constant">local-scope</span> <span id="L99" class="LineNr"> 99 </span> <span class="Constant">load-inputs</span> <span id="L100" class="LineNr">100 </span> data:text <span class="Special"><-</span> get *sandbox, <span class="Constant">data:offset</span> -<span id="L101" class="LineNr">101 </span> response:text, errors:text, fake-screen:&:<a href='../081print.mu.html#L16'>screen</a>, trace:text, completed?:bool <span class="Special"><-</span> run-sandboxed data +<span id="L101" class="LineNr">101 </span> response:text, errors:text, fake-screen:&:screen, trace:text, completed?:bool <span class="Special"><-</span> run-sandboxed data <span id="L102" class="LineNr">102 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">response:offset</span>, response <span id="L103" class="LineNr">103 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">errors:offset</span>, errors -<span id="L104" class="LineNr">104 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant"><a href='../081print.mu.html#L16'>screen</a>:offset</span>, fake-screen +<span id="L104" class="LineNr">104 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">screen:offset</span>, fake-screen <span id="L105" class="LineNr">105 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">trace:offset</span>, trace <span id="L106" class="LineNr">106 </span> <span class="Delimiter">{</span> -<span id="L107" class="LineNr">107 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> errors -<span id="L108" class="LineNr">108 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> completed? -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span> errors <span class="Special"><-</span> new <span class="Constant">[took too long!</span> +<span id="L107" class="LineNr">107 </span> <span class="muControl">break-if</span> errors +<span id="L108" class="LineNr">108 </span> <span class="muControl">break-if</span> completed? +<span id="L109" class="LineNr">109 </span> errors <span class="Special"><-</span> new <span class="Constant">[took too long!</span> <span id="L110" class="LineNr">110 </span><span class="Constant">]</span> -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">errors:offset</span>, errors +<span id="L111" class="LineNr">111 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">errors:offset</span>, errors <span id="L112" class="LineNr">112 </span> <span class="Delimiter">}</span> <span id="L113" class="LineNr">113 </span> <span class="Delimiter">{</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> errors -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> error-index:num <span class="Special"><-</span> get *env, <span class="Constant">error-index:offset</span> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> error-not-set?:bool <span class="Special"><-</span> equal error-index,<span class="Constant"> -1</span> -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> error-not-set? -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> *env <span class="Special"><-</span> put *env, <span class="Constant">error-index:offset</span>, idx +<span id="L114" class="LineNr">114 </span> <span class="muControl">break-unless</span> errors +<span id="L115" class="LineNr">115 </span> error-index:num <span class="Special"><-</span> get *env, <span class="Constant">error-index:offset</span> +<span id="L116" class="LineNr">116 </span> error-not-set?:bool <span class="Special"><-</span> equal error-index,<span class="Constant"> -1</span> +<span id="L117" class="LineNr">117 </span> <span class="muControl">break-unless</span> error-not-set? +<span id="L118" class="LineNr">118 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">error-index:offset</span>, idx <span id="L119" class="LineNr">119 </span> <span class="Delimiter">}</span> <span id="L120" class="LineNr">120 </span>] <span id="L121" class="LineNr">121 </span> <span id="L122" class="LineNr">122 </span><span class="Comment"># make sure we render any trace</span> -<span id="L123" class="LineNr">123 </span><span class="muRecipe">after</span> <span class="Constant"><a href='010-sandbox-trace.mu.html#L252'><render-sandbox-trace-done></a></span> [ +<span id="L123" class="LineNr">123 </span><span class="muRecipe">after</span> <span class="Constant"><render-sandbox-trace-done></span> [ <span id="L124" class="LineNr">124 </span> <span class="Delimiter">{</span> -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> sandbox-errors:text <span class="Special"><-</span> get *sandbox, <span class="Constant">errors:offset</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> sandbox-errors -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">response-starting-row-on-screen:offset</span>,<span class="Constant"> 0</span> <span class="Comment"># no response</span> -<span id="L128" class="LineNr">128 </span> <span class="Conceal">¦</span> row, <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='005-sandbox.mu.html#L398'>render-text</a> <a href='../081print.mu.html#L16'>screen</a>, sandbox-errors, left, right, <span class="Constant">1/red</span>, row -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> <span class="Comment"># don't try to print anything more for this sandbox</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span><span class="muControl"> jump</span> <span class="Constant">+render-sandbox-end</span> +<span id="L125" class="LineNr">125 </span> sandbox-errors:text <span class="Special"><-</span> get *sandbox, <span class="Constant">errors:offset</span> +<span id="L126" class="LineNr">126 </span> <span class="muControl">break-unless</span> sandbox-errors +<span id="L127" class="LineNr">127 </span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">response-starting-row-on-screen:offset</span>,<span class="Constant"> 0</span> <span class="Comment"># no response</span> +<span id="L128" class="LineNr">128 </span> row, screen <span class="Special"><-</span> render-text screen, sandbox-errors, left, right, <span class="Constant">1/red</span>, row +<span id="L129" class="LineNr">129 </span> <span class="Comment"># don't try to print anything more for this sandbox</span> +<span id="L130" class="LineNr">130 </span> <span class="muControl"> jump</span> <span class="Constant">+render-sandbox-end</span> <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> @@ -199,49 +198,49 @@ if ('onhashchange' in window) { <span id="L136" class="LineNr">136 </span> trace-until <span class="Constant">100/app</span> <span class="Comment"># trace too long</span> <span id="L137" class="LineNr">137 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">15/height</span> <span id="L138" class="LineNr">138 </span> assume-resources [ -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> -<span id="L141" class="LineNr">141 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | get 123:num, foo:offset|</span> -<span id="L142" class="LineNr">142 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |]</span>| -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span> ] +<span id="L139" class="LineNr">139 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L140" class="LineNr">140 </span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> +<span id="L141" class="LineNr">141 </span><span class="Constant"> | get 123:num, foo:offset|</span> +<span id="L142" class="LineNr">142 </span><span class="Constant"> |]</span>| +<span id="L143" class="LineNr">143 </span> ] <span id="L144" class="LineNr">144 </span> ] -<span id="L145" class="LineNr">145 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[foo]</span> -<span id="L146" class="LineNr">146 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L145" class="LineNr">145 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[foo]</span> +<span id="L146" class="LineNr">146 </span> render-all screen, env, render <span id="L147" class="LineNr">147 </span> screen-should-contain [ -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L149" class="LineNr">149 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎foo .</span> -<span id="L150" class="LineNr">150 </span> <span class="Conceal">¦</span><span class="Constant"> . get 123:num, foo:offset ╎─────────────────────────────────────────────────.</span> -<span id="L151" class="LineNr">151 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎ .</span> -<span id="L152" class="LineNr">152 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L148" class="LineNr">148 </span> <span class="Constant"> . run (F4) .</span> +<span id="L149" class="LineNr">149 </span> <span class="Constant"> .recipe foo [ ╎foo .</span> +<span id="L150" class="LineNr">150 </span> <span class="Constant"> . get 123:num, foo:offset ╎─────────────────────────────────────────────────.</span> +<span id="L151" class="LineNr">151 </span> <span class="Constant"> .] ╎ .</span> +<span id="L152" class="LineNr">152 </span> <span class="Constant"> . ╎ .</span> +<span id="L153" class="LineNr">153 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L154" class="LineNr">154 </span> <span class="Constant"> . ╎ .</span> <span id="L155" class="LineNr">155 </span> ] <span id="L156" class="LineNr">156 </span> assume-console [ -<span id="L157" class="LineNr">157 </span> <span class="Conceal">¦</span> press F4 +<span id="L157" class="LineNr">157 </span> press F4 <span id="L158" class="LineNr">158 </span> ] <span id="L159" class="LineNr">159 </span> run [ -<span id="L160" class="LineNr">160 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L160" class="LineNr">160 </span> event-loop screen, console, env, resources <span id="L161" class="LineNr">161 </span> ] <span id="L162" class="LineNr">162 </span> screen-should-contain [ -<span id="L163" class="LineNr">163 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found run (F4) .</span> -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎foo .</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span><span class="Constant"> . get 123:num, foo:offset ╎─────────────────────────────────────────────────.</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎ .</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span><span class="Constant"> .foo: unknown element 'foo' in container 'number' ╎ .</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span><span class="Constant"> .foo: first ingredient of 'get' should be a contai↩╎ .</span> -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span><span class="Constant"> .ner, but got '123:num' ╎ .</span> -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L163" class="LineNr">163 </span> <span class="Constant"> . errors found run (F4) .</span> +<span id="L164" class="LineNr">164 </span> <span class="Constant"> .recipe foo [ ╎foo .</span> +<span id="L165" class="LineNr">165 </span> <span class="Constant"> . get 123:num, foo:offset ╎─────────────────────────────────────────────────.</span> +<span id="L166" class="LineNr">166 </span> <span class="Constant"> .] ╎ .</span> +<span id="L167" class="LineNr">167 </span> <span class="Constant"> .foo: unknown element 'foo' in container 'number' ╎ .</span> +<span id="L168" class="LineNr">168 </span> <span class="Constant"> .foo: first ingredient of 'get' should be a contai↩╎ .</span> +<span id="L169" class="LineNr">169 </span> <span class="Constant"> .ner, but got '123:num' ╎ .</span> +<span id="L170" class="LineNr">170 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L171" class="LineNr">171 </span> <span class="Constant"> . ╎ .</span> <span id="L172" class="LineNr">172 </span> ] <span id="L173" class="LineNr">173 </span> screen-should-contain-in-color <span class="Constant">1/red</span>, [ -<span id="L174" class="LineNr">174 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found .</span> -<span id="L175" class="LineNr">175 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L176" class="LineNr">176 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L177" class="LineNr">177 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L178" class="LineNr">178 </span> <span class="Conceal">¦</span><span class="Constant"> .foo: unknown element 'foo' in container 'number' .</span> -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span><span class="Constant"> .foo: first ingredient of 'get' should be a contai .</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span><span class="Constant"> .ner, but got '123:num' .</span> -<span id="L181" class="LineNr">181 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L174" class="LineNr">174 </span> <span class="Constant"> . errors found .</span> +<span id="L175" class="LineNr">175 </span> <span class="Constant"> . .</span> +<span id="L176" class="LineNr">176 </span> <span class="Constant"> . .</span> +<span id="L177" class="LineNr">177 </span> <span class="Constant"> . .</span> +<span id="L178" class="LineNr">178 </span> <span class="Constant"> .foo: unknown element 'foo' in container 'number' .</span> +<span id="L179" class="LineNr">179 </span> <span class="Constant"> .foo: first ingredient of 'get' should be a contai .</span> +<span id="L180" class="LineNr">180 </span> <span class="Constant"> .ner, but got '123:num' .</span> +<span id="L181" class="LineNr">181 </span> <span class="Constant"> . .</span> <span id="L182" class="LineNr">182 </span> ] <span id="L183" class="LineNr">183 </span>] <span id="L184" class="LineNr">184 </span> @@ -251,23 +250,23 @@ if ('onhashchange' in window) { <span id="L188" class="LineNr">188 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">15/height</span> <span id="L189" class="LineNr">189 </span> assume-resources [ <span id="L190" class="LineNr">190 </span> ] -<span id="L191" class="LineNr">191 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[]</span> -<span id="L192" class="LineNr">192 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L191" class="LineNr">191 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[]</span> +<span id="L192" class="LineNr">192 </span> render-all screen, env, render <span id="L193" class="LineNr">193 </span> assume-console [ -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 80</span> -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> <span class="Comment"># create invalid sandbox 1</span> -<span id="L196" class="LineNr">196 </span> <span class="Conceal">¦</span> type <span class="Constant">[get foo, x:offset]</span> -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> press F4 -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> <span class="Comment"># create invalid sandbox 0</span> -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span> type <span class="Constant">[get foo, x:offset]</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> press F4 +<span id="L194" class="LineNr">194 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 80</span> +<span id="L195" class="LineNr">195 </span> <span class="Comment"># create invalid sandbox 1</span> +<span id="L196" class="LineNr">196 </span> type <span class="Constant">[get foo, x:offset]</span> +<span id="L197" class="LineNr">197 </span> press F4 +<span id="L198" class="LineNr">198 </span> <span class="Comment"># create invalid sandbox 0</span> +<span id="L199" class="LineNr">199 </span> type <span class="Constant">[get foo, x:offset]</span> +<span id="L200" class="LineNr">200 </span> press F4 <span id="L201" class="LineNr">201 </span> ] <span id="L202" class="LineNr">202 </span> run [ -<span id="L203" class="LineNr">203 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L203" class="LineNr">203 </span> event-loop screen, console, env, resources <span id="L204" class="LineNr">204 </span> ] <span id="L205" class="LineNr">205 </span> <span class="Comment"># status line shows that error is in first sandbox</span> <span id="L206" class="LineNr">206 </span> screen-should-contain [ -<span id="L207" class="LineNr">207 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found (0) run (F4) .</span> +<span id="L207" class="LineNr">207 </span> <span class="Constant"> . errors found (0) run (F4) .</span> <span id="L208" class="LineNr">208 </span> ] <span id="L209" class="LineNr">209 </span>] <span id="L210" class="LineNr">210 </span> @@ -277,26 +276,26 @@ if ('onhashchange' in window) { <span id="L214" class="LineNr">214 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">15/height</span> <span id="L215" class="LineNr">215 </span> assume-resources [ <span id="L216" class="LineNr">216 </span> ] -<span id="L217" class="LineNr">217 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[]</span> -<span id="L218" class="LineNr">218 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L217" class="LineNr">217 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[]</span> +<span id="L218" class="LineNr">218 </span> render-all screen, env, render <span id="L219" class="LineNr">219 </span> assume-console [ -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 80</span> -<span id="L221" class="LineNr">221 </span> <span class="Conceal">¦</span> <span class="Comment"># create invalid sandbox 2</span> -<span id="L222" class="LineNr">222 </span> <span class="Conceal">¦</span> type <span class="Constant">[get foo, x:offset]</span> -<span id="L223" class="LineNr">223 </span> <span class="Conceal">¦</span> press F4 -<span id="L224" class="LineNr">224 </span> <span class="Conceal">¦</span> <span class="Comment"># create invalid sandbox 1</span> -<span id="L225" class="LineNr">225 </span> <span class="Conceal">¦</span> type <span class="Constant">[get foo, x:offset]</span> -<span id="L226" class="LineNr">226 </span> <span class="Conceal">¦</span> press F4 -<span id="L227" class="LineNr">227 </span> <span class="Conceal">¦</span> <span class="Comment"># create valid sandbox 0</span> -<span id="L228" class="LineNr">228 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 2, 2]</span> -<span id="L229" class="LineNr">229 </span> <span class="Conceal">¦</span> press F4 +<span id="L220" class="LineNr">220 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 80</span> +<span id="L221" class="LineNr">221 </span> <span class="Comment"># create invalid sandbox 2</span> +<span id="L222" class="LineNr">222 </span> type <span class="Constant">[get foo, x:offset]</span> +<span id="L223" class="LineNr">223 </span> press F4 +<span id="L224" class="LineNr">224 </span> <span class="Comment"># create invalid sandbox 1</span> +<span id="L225" class="LineNr">225 </span> type <span class="Constant">[get foo, x:offset]</span> +<span id="L226" class="LineNr">226 </span> press F4 +<span id="L227" class="LineNr">227 </span> <span class="Comment"># create valid sandbox 0</span> +<span id="L228" class="LineNr">228 </span> type <span class="Constant">[add 2, 2]</span> +<span id="L229" class="LineNr">229 </span> press F4 <span id="L230" class="LineNr">230 </span> ] <span id="L231" class="LineNr">231 </span> run [ -<span id="L232" class="LineNr">232 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L232" class="LineNr">232 </span> event-loop screen, console, env, resources <span id="L233" class="LineNr">233 </span> ] <span id="L234" class="LineNr">234 </span> <span class="Comment"># status line shows that error is in second sandbox</span> <span id="L235" class="LineNr">235 </span> screen-should-contain [ -<span id="L236" class="LineNr">236 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found (1) run (F4) .</span> +<span id="L236" class="LineNr">236 </span> <span class="Constant"> . errors found (1) run (F4) .</span> <span id="L237" class="LineNr">237 </span> ] <span id="L238" class="LineNr">238 </span>] <span id="L239" class="LineNr">239 </span> @@ -306,31 +305,31 @@ if ('onhashchange' in window) { <span id="L243" class="LineNr">243 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">15/height</span> <span id="L244" class="LineNr">244 </span> assume-resources [ <span id="L245" class="LineNr">245 </span> ] -<span id="L246" class="LineNr">246 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[get foo, x:offset]</span> <span class="Comment"># invalid</span> -<span id="L247" class="LineNr">247 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L246" class="LineNr">246 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[get foo, x:offset]</span> <span class="Comment"># invalid</span> +<span id="L247" class="LineNr">247 </span> render-all screen, env, render <span id="L248" class="LineNr">248 </span> assume-console [ -<span id="L249" class="LineNr">249 </span> <span class="Conceal">¦</span> press F4 <span class="Comment"># generate error</span> +<span id="L249" class="LineNr">249 </span> press F4 <span class="Comment"># generate error</span> <span id="L250" class="LineNr">250 </span> ] -<span id="L251" class="LineNr">251 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L251" class="LineNr">251 </span> event-loop screen, console, env, resources <span id="L252" class="LineNr">252 </span> assume-console [ -<span id="L253" class="LineNr">253 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 58</span> -<span id="L254" class="LineNr">254 </span> <span class="Conceal">¦</span> press ctrl-k -<span id="L255" class="LineNr">255 </span> <span class="Conceal">¦</span> type <span class="Constant">[add 2, 2]</span> <span class="Comment"># valid code</span> -<span id="L256" class="LineNr">256 </span> <span class="Conceal">¦</span> press F4 <span class="Comment"># update sandbox</span> +<span id="L253" class="LineNr">253 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 58</span> +<span id="L254" class="LineNr">254 </span> press ctrl-k +<span id="L255" class="LineNr">255 </span> type <span class="Constant">[add 2, 2]</span> <span class="Comment"># valid code</span> +<span id="L256" class="LineNr">256 </span> press F4 <span class="Comment"># update sandbox</span> <span id="L257" class="LineNr">257 </span> ] <span id="L258" class="LineNr">258 </span> run [ -<span id="L259" class="LineNr">259 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L259" class="LineNr">259 </span> event-loop screen, console, env, resources <span id="L260" class="LineNr">260 </span> ] <span id="L261" class="LineNr">261 </span> <span class="Comment"># error should disappear</span> <span id="L262" class="LineNr">262 </span> screen-should-contain [ -<span id="L263" class="LineNr">263 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L264" class="LineNr">264 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L265" class="LineNr">265 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L266" class="LineNr">266 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L267" class="LineNr">267 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎add 2, 2 .</span> -<span id="L268" class="LineNr">268 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎4 .</span> -<span id="L269" class="LineNr">269 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L270" class="LineNr">270 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L263" class="LineNr">263 </span> <span class="Constant"> . run (F4) .</span> +<span id="L264" class="LineNr">264 </span> <span class="Constant"> . ╎ .</span> +<span id="L265" class="LineNr">265 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L266" class="LineNr">266 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L267" class="LineNr">267 </span> <span class="Constant"> . ╎add 2, 2 .</span> +<span id="L268" class="LineNr">268 </span> <span class="Constant"> . ╎4 .</span> +<span id="L269" class="LineNr">269 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L270" class="LineNr">270 </span> <span class="Constant"> . ╎ .</span> <span id="L271" class="LineNr">271 </span> ] <span id="L272" class="LineNr">272 </span>] <span id="L273" class="LineNr">273 </span> @@ -340,52 +339,52 @@ if ('onhashchange' in window) { <span id="L277" class="LineNr">277 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">15/height</span> <span id="L278" class="LineNr">278 </span> <span class="Comment"># define a shape-shifting recipe with an error</span> <span id="L279" class="LineNr">279 </span> assume-resources [ -<span id="L280" class="LineNr">280 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L281" class="LineNr">281 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> foo x:_elem<span class="muRecipe"> -> </span>z:_elem <span class="Constant">[|</span> -<span id="L282" class="LineNr">282 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | local-scope|</span> -<span id="L283" class="LineNr">283 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | load-ingredients|</span> -<span id="L284" class="LineNr">284 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | y:&:num <- copy 0|</span> -<span id="L285" class="LineNr">285 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | z <- add x, y|</span> -<span id="L286" class="LineNr">286 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |]</span>| -<span id="L287" class="LineNr">287 </span> <span class="Conceal">¦</span> ] +<span id="L280" class="LineNr">280 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L281" class="LineNr">281 </span> <span class="Constant">|recipe</span> foo x:_elem<span class="muRecipe"> -> </span>z:_elem <span class="Constant">[|</span> +<span id="L282" class="LineNr">282 </span><span class="Constant"> | local-scope|</span> +<span id="L283" class="LineNr">283 </span><span class="Constant"> | load-ingredients|</span> +<span id="L284" class="LineNr">284 </span><span class="Constant"> | y:&:num <- copy 0|</span> +<span id="L285" class="LineNr">285 </span><span class="Constant"> | z <- add x, y|</span> +<span id="L286" class="LineNr">286 </span><span class="Constant"> |]</span>| +<span id="L287" class="LineNr">287 </span> ] <span id="L288" class="LineNr">288 </span> ] -<span id="L289" class="LineNr">289 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[foo 2]</span> -<span id="L290" class="LineNr">290 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L289" class="LineNr">289 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[foo 2]</span> +<span id="L290" class="LineNr">290 </span> render-all screen, env, render <span id="L291" class="LineNr">291 </span> assume-console [ -<span id="L292" class="LineNr">292 </span> <span class="Conceal">¦</span> press F4 +<span id="L292" class="LineNr">292 </span> press F4 <span id="L293" class="LineNr">293 </span> ] -<span id="L294" class="LineNr">294 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L294" class="LineNr">294 </span> event-loop screen, console, env, resources <span id="L295" class="LineNr">295 </span> screen-should-contain [ -<span id="L296" class="LineNr">296 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found (0) run (F4) .</span> -<span id="L297" class="LineNr">297 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo x:_elem -> z:_elem [ ╎ .</span> -<span id="L298" class="LineNr">298 </span> <span class="Conceal">¦</span><span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> -<span id="L299" class="LineNr">299 </span> <span class="Conceal">¦</span><span class="Constant"> . load-ingredients ╎0 edit copy to recipe delete .</span> -<span id="L300" class="LineNr">300 </span> <span class="Conceal">¦</span><span class="Constant"> . y:&:num <- copy 0 ╎foo 2 .</span> -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span><span class="Constant"> . z <- add x, y ╎foo_2: 'add' requires number ingredients, but go↩.</span> -<span id="L302" class="LineNr">302 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎t 'y' .</span> -<span id="L303" class="LineNr">303 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L304" class="LineNr">304 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L305" class="LineNr">305 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L296" class="LineNr">296 </span> <span class="Constant"> . errors found (0) run (F4) .</span> +<span id="L297" class="LineNr">297 </span> <span class="Constant"> .recipe foo x:_elem -> z:_elem [ ╎ .</span> +<span id="L298" class="LineNr">298 </span> <span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> +<span id="L299" class="LineNr">299 </span> <span class="Constant"> . load-ingredients ╎0 edit copy to recipe delete .</span> +<span id="L300" class="LineNr">300 </span> <span class="Constant"> . y:&:num <- copy 0 ╎foo 2 .</span> +<span id="L301" class="LineNr">301 </span> <span class="Constant"> . z <- add x, y ╎foo_2: 'add' requires number ingredients, but go↩.</span> +<span id="L302" class="LineNr">302 </span> <span class="Constant"> .] ╎t 'y' .</span> +<span id="L303" class="LineNr">303 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L304" class="LineNr">304 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L305" class="LineNr">305 </span> <span class="Constant"> . ╎ .</span> <span id="L306" class="LineNr">306 </span> ] <span id="L307" class="LineNr">307 </span> <span class="Comment"># now rerun everything</span> <span id="L308" class="LineNr">308 </span> assume-console [ -<span id="L309" class="LineNr">309 </span> <span class="Conceal">¦</span> press F4 +<span id="L309" class="LineNr">309 </span> press F4 <span id="L310" class="LineNr">310 </span> ] <span id="L311" class="LineNr">311 </span> run [ -<span id="L312" class="LineNr">312 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L312" class="LineNr">312 </span> event-loop screen, console, env, resources <span id="L313" class="LineNr">313 </span> ] <span id="L314" class="LineNr">314 </span> <span class="Comment"># error should remain unchanged</span> <span id="L315" class="LineNr">315 </span> screen-should-contain [ -<span id="L316" class="LineNr">316 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found (0) run (F4) .</span> -<span id="L317" class="LineNr">317 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo x:_elem -> z:_elem [ ╎ .</span> -<span id="L318" class="LineNr">318 </span> <span class="Conceal">¦</span><span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> -<span id="L319" class="LineNr">319 </span> <span class="Conceal">¦</span><span class="Constant"> . load-ingredients ╎0 edit copy to recipe delete .</span> -<span id="L320" class="LineNr">320 </span> <span class="Conceal">¦</span><span class="Constant"> . y:&:num <- copy 0 ╎foo 2 .</span> -<span id="L321" class="LineNr">321 </span> <span class="Conceal">¦</span><span class="Constant"> . z <- add x, y ╎foo_3: 'add' requires number ingredients, but go↩.</span> -<span id="L322" class="LineNr">322 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎t 'y' .</span> -<span id="L323" class="LineNr">323 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L324" class="LineNr">324 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L325" class="LineNr">325 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L316" class="LineNr">316 </span> <span class="Constant"> . errors found (0) run (F4) .</span> +<span id="L317" class="LineNr">317 </span> <span class="Constant"> .recipe foo x:_elem -> z:_elem [ ╎ .</span> +<span id="L318" class="LineNr">318 </span> <span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> +<span id="L319" class="LineNr">319 </span> <span class="Constant"> . load-ingredients ╎0 edit copy to recipe delete .</span> +<span id="L320" class="LineNr">320 </span> <span class="Constant"> . y:&:num <- copy 0 ╎foo 2 .</span> +<span id="L321" class="LineNr">321 </span> <span class="Constant"> . z <- add x, y ╎foo_3: 'add' requires number ingredients, but go↩.</span> +<span id="L322" class="LineNr">322 </span> <span class="Constant"> .] ╎t 'y' .</span> +<span id="L323" class="LineNr">323 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L324" class="LineNr">324 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L325" class="LineNr">325 </span> <span class="Constant"> . ╎ .</span> <span id="L326" class="LineNr">326 </span> ] <span id="L327" class="LineNr">327 </span>] <span id="L328" class="LineNr">328 </span> @@ -395,63 +394,63 @@ if ('onhashchange' in window) { <span id="L332" class="LineNr">332 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">15/height</span> <span id="L333" class="LineNr">333 </span> <span class="Comment"># overload a well-known shape-shifting recipe</span> <span id="L334" class="LineNr">334 </span> assume-resources [ -<span id="L335" class="LineNr">335 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L336" class="LineNr">336 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> length l:&:<a href='../064list.mu.html#L6'>list</a>:_elem<span class="muRecipe"> -> </span>n:num <span class="Constant">[|</span> -<span id="L337" class="LineNr">337 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |]</span>| -<span id="L338" class="LineNr">338 </span> <span class="Conceal">¦</span> ] +<span id="L335" class="LineNr">335 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L336" class="LineNr">336 </span> <span class="Constant">|recipe</span> length l:&:list:_elem<span class="muRecipe"> -> </span>n:num <span class="Constant">[|</span> +<span id="L337" class="LineNr">337 </span><span class="Constant"> |]</span>| +<span id="L338" class="LineNr">338 </span> ] <span id="L339" class="LineNr">339 </span> ] <span id="L340" class="LineNr">340 </span> <span class="Comment"># call code that uses other variants of it, but not it itself</span> -<span id="L341" class="LineNr">341 </span> test-sandbox:text <span class="Special"><-</span> new <span class="Constant">[x:&:<a href='../064list.mu.html#L6'>list</a>:num <- copy 0</span> +<span id="L341" class="LineNr">341 </span> test-sandbox:text <span class="Special"><-</span> new <span class="Constant">[x:&:list:num <- copy 0</span> <span id="L342" class="LineNr">342 </span><span class="Constant">to-text x]</span> -<span id="L343" class="LineNr">343 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, test-sandbox -<span id="L344" class="LineNr">344 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L343" class="LineNr">343 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, test-sandbox +<span id="L344" class="LineNr">344 </span> render-all screen, env, render <span id="L345" class="LineNr">345 </span> <span class="Comment"># run it once</span> <span id="L346" class="LineNr">346 </span> assume-console [ -<span id="L347" class="LineNr">347 </span> <span class="Conceal">¦</span> press F4 +<span id="L347" class="LineNr">347 </span> press F4 <span id="L348" class="LineNr">348 </span> ] -<span id="L349" class="LineNr">349 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L349" class="LineNr">349 </span> event-loop screen, console, env, resources <span id="L350" class="LineNr">350 </span> <span class="Comment"># no errors anywhere on screen (can't check anything else, since to-text will return an address)</span> <span id="L351" class="LineNr">351 </span> screen-should-contain-in-color <span class="Constant">1/red</span>, [ -<span id="L352" class="LineNr">352 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L353" class="LineNr">353 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L354" class="LineNr">354 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L355" class="LineNr">355 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L356" class="LineNr">356 </span> <span class="Conceal">¦</span><span class="Constant"> . <- .</span> -<span id="L357" class="LineNr">357 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L358" class="LineNr">358 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L359" class="LineNr">359 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L360" class="LineNr">360 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L361" class="LineNr">361 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L362" class="LineNr">362 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L363" class="LineNr">363 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L364" class="LineNr">364 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L365" class="LineNr">365 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L366" class="LineNr">366 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L352" class="LineNr">352 </span> <span class="Constant"> . .</span> +<span id="L353" class="LineNr">353 </span> <span class="Constant"> . .</span> +<span id="L354" class="LineNr">354 </span> <span class="Constant"> . .</span> +<span id="L355" class="LineNr">355 </span> <span class="Constant"> . .</span> +<span id="L356" class="LineNr">356 </span> <span class="Constant"> . <- .</span> +<span id="L357" class="LineNr">357 </span> <span class="Constant"> . .</span> +<span id="L358" class="LineNr">358 </span> <span class="Constant"> . .</span> +<span id="L359" class="LineNr">359 </span> <span class="Constant"> . .</span> +<span id="L360" class="LineNr">360 </span> <span class="Constant"> . .</span> +<span id="L361" class="LineNr">361 </span> <span class="Constant"> . .</span> +<span id="L362" class="LineNr">362 </span> <span class="Constant"> . .</span> +<span id="L363" class="LineNr">363 </span> <span class="Constant"> . .</span> +<span id="L364" class="LineNr">364 </span> <span class="Constant"> . .</span> +<span id="L365" class="LineNr">365 </span> <span class="Constant"> . .</span> +<span id="L366" class="LineNr">366 </span> <span class="Constant"> . .</span> <span id="L367" class="LineNr">367 </span> ] <span id="L368" class="LineNr">368 </span> <span class="Comment"># rerun everything</span> <span id="L369" class="LineNr">369 </span> assume-console [ -<span id="L370" class="LineNr">370 </span> <span class="Conceal">¦</span> press F4 +<span id="L370" class="LineNr">370 </span> press F4 <span id="L371" class="LineNr">371 </span> ] <span id="L372" class="LineNr">372 </span> run [ -<span id="L373" class="LineNr">373 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L373" class="LineNr">373 </span> event-loop screen, console, env, resources <span id="L374" class="LineNr">374 </span> ] <span id="L375" class="LineNr">375 </span> <span class="Comment"># still no errors</span> <span id="L376" class="LineNr">376 </span> screen-should-contain-in-color <span class="Constant">1/red</span>, [ -<span id="L377" class="LineNr">377 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L378" class="LineNr">378 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L379" class="LineNr">379 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L380" class="LineNr">380 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L381" class="LineNr">381 </span> <span class="Conceal">¦</span><span class="Constant"> . <- .</span> -<span id="L382" class="LineNr">382 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L383" class="LineNr">383 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L384" class="LineNr">384 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L385" class="LineNr">385 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L386" class="LineNr">386 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L387" class="LineNr">387 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L388" class="LineNr">388 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L389" class="LineNr">389 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L390" class="LineNr">390 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L391" class="LineNr">391 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L377" class="LineNr">377 </span> <span class="Constant"> . .</span> +<span id="L378" class="LineNr">378 </span> <span class="Constant"> . .</span> +<span id="L379" class="LineNr">379 </span> <span class="Constant"> . .</span> +<span id="L380" class="LineNr">380 </span> <span class="Constant"> . .</span> +<span id="L381" class="LineNr">381 </span> <span class="Constant"> . <- .</span> +<span id="L382" class="LineNr">382 </span> <span class="Constant"> . .</span> +<span id="L383" class="LineNr">383 </span> <span class="Constant"> . .</span> +<span id="L384" class="LineNr">384 </span> <span class="Constant"> . .</span> +<span id="L385" class="LineNr">385 </span> <span class="Constant"> . .</span> +<span id="L386" class="LineNr">386 </span> <span class="Constant"> . .</span> +<span id="L387" class="LineNr">387 </span> <span class="Constant"> . .</span> +<span id="L388" class="LineNr">388 </span> <span class="Constant"> . .</span> +<span id="L389" class="LineNr">389 </span> <span class="Constant"> . .</span> +<span id="L390" class="LineNr">390 </span> <span class="Constant"> . .</span> +<span id="L391" class="LineNr">391 </span> <span class="Constant"> . .</span> <span id="L392" class="LineNr">392 </span> ] <span id="L393" class="LineNr">393 </span>] <span id="L394" class="LineNr">394 </span> @@ -460,29 +459,29 @@ if ('onhashchange' in window) { <span id="L397" class="LineNr">397 </span> trace-until <span class="Constant">100/app</span> <span class="Comment"># trace too long</span> <span id="L398" class="LineNr">398 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">15/height</span> <span id="L399" class="LineNr">399 </span> assume-resources [ -<span id="L400" class="LineNr">400 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L401" class="LineNr">401 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> -<span id="L402" class="LineNr">402 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | x <- copy 0|</span> -<span id="L403" class="LineNr">403 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |]</span>| -<span id="L404" class="LineNr">404 </span> <span class="Conceal">¦</span> ] +<span id="L400" class="LineNr">400 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L401" class="LineNr">401 </span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> +<span id="L402" class="LineNr">402 </span><span class="Constant"> | x <- copy 0|</span> +<span id="L403" class="LineNr">403 </span><span class="Constant"> |]</span>| +<span id="L404" class="LineNr">404 </span> ] <span id="L405" class="LineNr">405 </span> ] -<span id="L406" class="LineNr">406 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[foo]</span> -<span id="L407" class="LineNr">407 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L406" class="LineNr">406 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[foo]</span> +<span id="L407" class="LineNr">407 </span> render-all screen, env, render <span id="L408" class="LineNr">408 </span> assume-console [ -<span id="L409" class="LineNr">409 </span> <span class="Conceal">¦</span> press F4 +<span id="L409" class="LineNr">409 </span> press F4 <span id="L410" class="LineNr">410 </span> ] <span id="L411" class="LineNr">411 </span> run [ -<span id="L412" class="LineNr">412 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L412" class="LineNr">412 </span> event-loop screen, console, env, resources <span id="L413" class="LineNr">413 </span> ] <span id="L414" class="LineNr">414 </span> screen-should-contain [ -<span id="L415" class="LineNr">415 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found run (F4) .</span> -<span id="L416" class="LineNr">416 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎foo .</span> -<span id="L417" class="LineNr">417 </span> <span class="Conceal">¦</span><span class="Constant"> . x <- copy 0 ╎─────────────────────────────────────────────────.</span> -<span id="L418" class="LineNr">418 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎ .</span> -<span id="L419" class="LineNr">419 </span> <span class="Conceal">¦</span><span class="Constant"> .foo: missing type for 'x' in 'x <- copy 0' ╎ .</span> -<span id="L420" class="LineNr">420 </span> <span class="Conceal">¦</span><span class="Constant"> .foo: can't copy '0' to 'x'; types don't <a href='../065duplex_list.mu.html#L585'>match</a> ╎ .</span> -<span id="L421" class="LineNr">421 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L422" class="LineNr">422 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L415" class="LineNr">415 </span> <span class="Constant"> . errors found run (F4) .</span> +<span id="L416" class="LineNr">416 </span> <span class="Constant"> .recipe foo [ ╎foo .</span> +<span id="L417" class="LineNr">417 </span> <span class="Constant"> . x <- copy 0 ╎─────────────────────────────────────────────────.</span> +<span id="L418" class="LineNr">418 </span> <span class="Constant"> .] ╎ .</span> +<span id="L419" class="LineNr">419 </span> <span class="Constant"> .foo: missing type for 'x' in 'x <- copy 0' ╎ .</span> +<span id="L420" class="LineNr">420 </span> <span class="Constant"> .foo: can't copy '0' to 'x'; types don't match ╎ .</span> +<span id="L421" class="LineNr">421 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L422" class="LineNr">422 </span> <span class="Constant"> . ╎ .</span> <span id="L423" class="LineNr">423 </span> ] <span id="L424" class="LineNr">424 </span>] <span id="L425" class="LineNr">425 </span> @@ -492,26 +491,26 @@ if ('onhashchange' in window) { <span id="L429" class="LineNr">429 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">15/height</span> <span id="L430" class="LineNr">430 </span> <span class="Comment"># recipe is incomplete (unbalanced '[')</span> <span id="L431" class="LineNr">431 </span> assume-resources [ -<span id="L432" class="LineNr">432 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L433" class="LineNr">433 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> foo \\\<span class="Constant">[|</span> -<span id="L434" class="LineNr">434 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | x <- copy 0|</span> -<span id="L435" class="LineNr">435 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> ]</span> +<span id="L432" class="LineNr">432 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L433" class="LineNr">433 </span> <span class="Constant">|recipe</span> foo \\\<span class="Constant">[|</span> +<span id="L434" class="LineNr">434 </span><span class="Constant"> | x <- copy 0|</span> +<span id="L435" class="LineNr">435 </span><span class="Constant"> ]</span> <span id="L436" class="LineNr">436 </span> ] -<span id="L437" class="LineNr">437 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[foo]</span> -<span id="L438" class="LineNr">438 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L437" class="LineNr">437 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[foo]</span> +<span id="L438" class="LineNr">438 </span> render-all screen, env, render <span id="L439" class="LineNr">439 </span> assume-console [ -<span id="L440" class="LineNr">440 </span> <span class="Conceal">¦</span> press F4 +<span id="L440" class="LineNr">440 </span> press F4 <span id="L441" class="LineNr">441 </span> ] <span id="L442" class="LineNr">442 </span> run [ -<span id="L443" class="LineNr">443 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L443" class="LineNr">443 </span> event-loop screen, console, env, resources <span id="L444" class="LineNr">444 </span> ] <span id="L445" class="LineNr">445 </span> screen-should-contain [ -<span id="L446" class="LineNr">446 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found run (F4) .</span> -<span id="L447" class="LineNr">447 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo \\[ ╎foo .</span> -<span id="L448" class="LineNr">448 </span> <span class="Conceal">¦</span><span class="Constant"> . x <- copy 0 ╎─────────────────────────────────────────────────.</span> -<span id="L449" class="LineNr">449 </span> <span class="Conceal">¦</span><span class="Constant"> .9: unbalanced '\\[' for recipe ╎ .</span> -<span id="L450" class="LineNr">450 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L451" class="LineNr">451 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L446" class="LineNr">446 </span> <span class="Constant"> . errors found run (F4) .</span> +<span id="L447" class="LineNr">447 </span> <span class="Constant"> .recipe foo \\[ ╎foo .</span> +<span id="L448" class="LineNr">448 </span> <span class="Constant"> . x <- copy 0 ╎─────────────────────────────────────────────────.</span> +<span id="L449" class="LineNr">449 </span> <span class="Constant"> .9: unbalanced '\\[' for recipe ╎ .</span> +<span id="L450" class="LineNr">450 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L451" class="LineNr">451 </span> <span class="Constant"> . ╎ .</span> <span id="L452" class="LineNr">452 </span> ] <span id="L453" class="LineNr">453 </span>] <span id="L454" class="LineNr">454 </span> @@ -520,33 +519,33 @@ if ('onhashchange' in window) { <span id="L457" class="LineNr">457 </span> trace-until <span class="Constant">100/app</span> <span class="Comment"># trace too long</span> <span id="L458" class="LineNr">458 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">15/height</span> <span id="L459" class="LineNr">459 </span> assume-resources [ -<span id="L460" class="LineNr">460 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L461" class="LineNr">461 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> -<span id="L462" class="LineNr">462 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | local-scope|</span> -<span id="L463" class="LineNr">463 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | x:&:point <- new point:type|</span> -<span id="L464" class="LineNr">464 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | get x:&:point, 1:offset|</span> -<span id="L465" class="LineNr">465 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |]</span>| -<span id="L466" class="LineNr">466 </span> <span class="Conceal">¦</span> ] +<span id="L460" class="LineNr">460 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L461" class="LineNr">461 </span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> +<span id="L462" class="LineNr">462 </span><span class="Constant"> | local-scope|</span> +<span id="L463" class="LineNr">463 </span><span class="Constant"> | x:&:point <- new point:type|</span> +<span id="L464" class="LineNr">464 </span><span class="Constant"> | get x:&:point, 1:offset|</span> +<span id="L465" class="LineNr">465 </span><span class="Constant"> |]</span>| +<span id="L466" class="LineNr">466 </span> ] <span id="L467" class="LineNr">467 </span> ] -<span id="L468" class="LineNr">468 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[foo]</span> -<span id="L469" class="LineNr">469 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L468" class="LineNr">468 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[foo]</span> +<span id="L469" class="LineNr">469 </span> render-all screen, env, render <span id="L470" class="LineNr">470 </span> assume-console [ -<span id="L471" class="LineNr">471 </span> <span class="Conceal">¦</span> press F4 +<span id="L471" class="LineNr">471 </span> press F4 <span id="L472" class="LineNr">472 </span> ] <span id="L473" class="LineNr">473 </span> run [ -<span id="L474" class="LineNr">474 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L474" class="LineNr">474 </span> event-loop screen, console, env, resources <span id="L475" class="LineNr">475 </span> ] <span id="L476" class="LineNr">476 </span> screen-should-contain [ -<span id="L477" class="LineNr">477 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found run (F4) .</span> -<span id="L478" class="LineNr">478 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎foo .</span> -<span id="L479" class="LineNr">479 </span> <span class="Conceal">¦</span><span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> -<span id="L480" class="LineNr">480 </span> <span class="Conceal">¦</span><span class="Constant"> . x:&:point <- new point:type ╎ .</span> -<span id="L481" class="LineNr">481 </span> <span class="Conceal">¦</span><span class="Constant"> . get x:&:point, 1:offset ╎ .</span> -<span id="L482" class="LineNr">482 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎ .</span> -<span id="L483" class="LineNr">483 </span> <span class="Conceal">¦</span><span class="Constant"> .foo: first ingredient of 'get' should be a contai↩╎ .</span> -<span id="L484" class="LineNr">484 </span> <span class="Conceal">¦</span><span class="Constant"> .ner, but got 'x:&:point' ╎ .</span> -<span id="L485" class="LineNr">485 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L486" class="LineNr">486 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L477" class="LineNr">477 </span> <span class="Constant"> . errors found run (F4) .</span> +<span id="L478" class="LineNr">478 </span> <span class="Constant"> .recipe foo [ ╎foo .</span> +<span id="L479" class="LineNr">479 </span> <span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> +<span id="L480" class="LineNr">480 </span> <span class="Constant"> . x:&:point <- new point:type ╎ .</span> +<span id="L481" class="LineNr">481 </span> <span class="Constant"> . get x:&:point, 1:offset ╎ .</span> +<span id="L482" class="LineNr">482 </span> <span class="Constant"> .] ╎ .</span> +<span id="L483" class="LineNr">483 </span> <span class="Constant"> .foo: first ingredient of 'get' should be a contai↩╎ .</span> +<span id="L484" class="LineNr">484 </span> <span class="Constant"> .ner, but got 'x:&:point' ╎ .</span> +<span id="L485" class="LineNr">485 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L486" class="LineNr">486 </span> <span class="Constant"> . ╎ .</span> <span id="L487" class="LineNr">487 </span> ] <span id="L488" class="LineNr">488 </span>] <span id="L489" class="LineNr">489 </span> @@ -555,35 +554,35 @@ if ('onhashchange' in window) { <span id="L492" class="LineNr">492 </span> trace-until <span class="Constant">100/app</span> <span class="Comment"># trace too long</span> <span id="L493" class="LineNr">493 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">15/height</span> <span id="L494" class="LineNr">494 </span> assume-resources [ -<span id="L495" class="LineNr">495 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L496" class="LineNr">496 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> -<span id="L497" class="LineNr">497 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | local-scope|</span> -<span id="L498" class="LineNr">498 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | x:num <- copy 0|</span> -<span id="L499" class="LineNr">499 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | y:&:point <- new point:type|</span> -<span id="L500" class="LineNr">500 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | get *y:&:point, x:num|</span> -<span id="L501" class="LineNr">501 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |]</span>| -<span id="L502" class="LineNr">502 </span> <span class="Conceal">¦</span> ] +<span id="L495" class="LineNr">495 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L496" class="LineNr">496 </span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> +<span id="L497" class="LineNr">497 </span><span class="Constant"> | local-scope|</span> +<span id="L498" class="LineNr">498 </span><span class="Constant"> | x:num <- copy 0|</span> +<span id="L499" class="LineNr">499 </span><span class="Constant"> | y:&:point <- new point:type|</span> +<span id="L500" class="LineNr">500 </span><span class="Constant"> | get *y:&:point, x:num|</span> +<span id="L501" class="LineNr">501 </span><span class="Constant"> |]</span>| +<span id="L502" class="LineNr">502 </span> ] <span id="L503" class="LineNr">503 </span> ] -<span id="L504" class="LineNr">504 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[foo]</span> -<span id="L505" class="LineNr">505 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L504" class="LineNr">504 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[foo]</span> +<span id="L505" class="LineNr">505 </span> render-all screen, env, render <span id="L506" class="LineNr">506 </span> assume-console [ -<span id="L507" class="LineNr">507 </span> <span class="Conceal">¦</span> press F4 +<span id="L507" class="LineNr">507 </span> press F4 <span id="L508" class="LineNr">508 </span> ] <span id="L509" class="LineNr">509 </span> run [ -<span id="L510" class="LineNr">510 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L510" class="LineNr">510 </span> event-loop screen, console, env, resources <span id="L511" class="LineNr">511 </span> ] <span id="L512" class="LineNr">512 </span> screen-should-contain [ -<span id="L513" class="LineNr">513 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found run (F4) .</span> -<span id="L514" class="LineNr">514 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎foo .</span> -<span id="L515" class="LineNr">515 </span> <span class="Conceal">¦</span><span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> -<span id="L516" class="LineNr">516 </span> <span class="Conceal">¦</span><span class="Constant"> . x:num <- copy 0 ╎ .</span> -<span id="L517" class="LineNr">517 </span> <span class="Conceal">¦</span><span class="Constant"> . y:&:point <- new point:type ╎ .</span> -<span id="L518" class="LineNr">518 </span> <span class="Conceal">¦</span><span class="Constant"> . get *y:&:point, x:num ╎ .</span> -<span id="L519" class="LineNr">519 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎ .</span> -<span id="L520" class="LineNr">520 </span> <span class="Conceal">¦</span><span class="Constant"> .foo: second ingredient of 'get' should have type ↩╎ .</span> -<span id="L521" class="LineNr">521 </span> <span class="Conceal">¦</span><span class="Constant"> .'offset', but got 'x:num' ╎ .</span> -<span id="L522" class="LineNr">522 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L523" class="LineNr">523 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L513" class="LineNr">513 </span> <span class="Constant"> . errors found run (F4) .</span> +<span id="L514" class="LineNr">514 </span> <span class="Constant"> .recipe foo [ ╎foo .</span> +<span id="L515" class="LineNr">515 </span> <span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> +<span id="L516" class="LineNr">516 </span> <span class="Constant"> . x:num <- copy 0 ╎ .</span> +<span id="L517" class="LineNr">517 </span> <span class="Constant"> . y:&:point <- new point:type ╎ .</span> +<span id="L518" class="LineNr">518 </span> <span class="Constant"> . get *y:&:point, x:num ╎ .</span> +<span id="L519" class="LineNr">519 </span> <span class="Constant"> .] ╎ .</span> +<span id="L520" class="LineNr">520 </span> <span class="Constant"> .foo: second ingredient of 'get' should have type ↩╎ .</span> +<span id="L521" class="LineNr">521 </span> <span class="Constant"> .'offset', but got 'x:num' ╎ .</span> +<span id="L522" class="LineNr">522 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L523" class="LineNr">523 </span> <span class="Constant"> . ╎ .</span> <span id="L524" class="LineNr">524 </span> ] <span id="L525" class="LineNr">525 </span>] <span id="L526" class="LineNr">526 </span> @@ -593,47 +592,47 @@ if ('onhashchange' in window) { <span id="L530" class="LineNr">530 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">15/height</span> <span id="L531" class="LineNr">531 </span> <span class="Comment"># try to run a file with an error</span> <span id="L532" class="LineNr">532 </span> assume-resources [ -<span id="L533" class="LineNr">533 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L534" class="LineNr">534 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> -<span id="L535" class="LineNr">535 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | local-scope|</span> -<span id="L536" class="LineNr">536 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | x:num <- copy y:num|</span> -<span id="L537" class="LineNr">537 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |]</span>| -<span id="L538" class="LineNr">538 </span> <span class="Conceal">¦</span> ] +<span id="L533" class="LineNr">533 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L534" class="LineNr">534 </span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> +<span id="L535" class="LineNr">535 </span><span class="Constant"> | local-scope|</span> +<span id="L536" class="LineNr">536 </span><span class="Constant"> | x:num <- copy y:num|</span> +<span id="L537" class="LineNr">537 </span><span class="Constant"> |]</span>| +<span id="L538" class="LineNr">538 </span> ] <span id="L539" class="LineNr">539 </span> ] -<span id="L540" class="LineNr">540 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[foo]</span> -<span id="L541" class="LineNr">541 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L540" class="LineNr">540 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[foo]</span> +<span id="L541" class="LineNr">541 </span> render-all screen, env, render <span id="L542" class="LineNr">542 </span> assume-console [ -<span id="L543" class="LineNr">543 </span> <span class="Conceal">¦</span> press F4 +<span id="L543" class="LineNr">543 </span> press F4 <span id="L544" class="LineNr">544 </span> ] -<span id="L545" class="LineNr">545 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L545" class="LineNr">545 </span> event-loop screen, console, env, resources <span id="L546" class="LineNr">546 </span> screen-should-contain [ -<span id="L547" class="LineNr">547 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found run (F4) .</span> -<span id="L548" class="LineNr">548 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎foo .</span> -<span id="L549" class="LineNr">549 </span> <span class="Conceal">¦</span><span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> -<span id="L550" class="LineNr">550 </span> <span class="Conceal">¦</span><span class="Constant"> . x:num <- copy y:num ╎ .</span> -<span id="L551" class="LineNr">551 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎ .</span> -<span id="L552" class="LineNr">552 </span> <span class="Conceal">¦</span><span class="Constant"> .foo: tried to read ingredient 'y' in 'x:num <- co↩╎ .</span> -<span id="L553" class="LineNr">553 </span> <span class="Conceal">¦</span><span class="Constant"> .py y:num' but it hasn't been written to yet ╎ .</span> -<span id="L554" class="LineNr">554 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L555" class="LineNr">555 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L547" class="LineNr">547 </span> <span class="Constant"> . errors found run (F4) .</span> +<span id="L548" class="LineNr">548 </span> <span class="Constant"> .recipe foo [ ╎foo .</span> +<span id="L549" class="LineNr">549 </span> <span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> +<span id="L550" class="LineNr">550 </span> <span class="Constant"> . x:num <- copy y:num ╎ .</span> +<span id="L551" class="LineNr">551 </span> <span class="Constant"> .] ╎ .</span> +<span id="L552" class="LineNr">552 </span> <span class="Constant"> .foo: tried to read ingredient 'y' in 'x:num <- co↩╎ .</span> +<span id="L553" class="LineNr">553 </span> <span class="Constant"> .py y:num' but it hasn't been written to yet ╎ .</span> +<span id="L554" class="LineNr">554 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L555" class="LineNr">555 </span> <span class="Constant"> . ╎ .</span> <span id="L556" class="LineNr">556 </span> ] <span id="L557" class="LineNr">557 </span> <span class="Comment"># rerun the file, check for the same error</span> <span id="L558" class="LineNr">558 </span> assume-console [ -<span id="L559" class="LineNr">559 </span> <span class="Conceal">¦</span> press F4 +<span id="L559" class="LineNr">559 </span> press F4 <span id="L560" class="LineNr">560 </span> ] <span id="L561" class="LineNr">561 </span> run [ -<span id="L562" class="LineNr">562 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L562" class="LineNr">562 </span> event-loop screen, console, env, resources <span id="L563" class="LineNr">563 </span> ] <span id="L564" class="LineNr">564 </span> screen-should-contain [ -<span id="L565" class="LineNr">565 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found run (F4) .</span> -<span id="L566" class="LineNr">566 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎foo .</span> -<span id="L567" class="LineNr">567 </span> <span class="Conceal">¦</span><span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> -<span id="L568" class="LineNr">568 </span> <span class="Conceal">¦</span><span class="Constant"> . x:num <- copy y:num ╎ .</span> -<span id="L569" class="LineNr">569 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎ .</span> -<span id="L570" class="LineNr">570 </span> <span class="Conceal">¦</span><span class="Constant"> .foo: tried to read ingredient 'y' in 'x:num <- co↩╎ .</span> -<span id="L571" class="LineNr">571 </span> <span class="Conceal">¦</span><span class="Constant"> .py y:num' but it hasn't been written to yet ╎ .</span> -<span id="L572" class="LineNr">572 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L573" class="LineNr">573 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L565" class="LineNr">565 </span> <span class="Constant"> . errors found run (F4) .</span> +<span id="L566" class="LineNr">566 </span> <span class="Constant"> .recipe foo [ ╎foo .</span> +<span id="L567" class="LineNr">567 </span> <span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> +<span id="L568" class="LineNr">568 </span> <span class="Constant"> . x:num <- copy y:num ╎ .</span> +<span id="L569" class="LineNr">569 </span> <span class="Constant"> .] ╎ .</span> +<span id="L570" class="LineNr">570 </span> <span class="Constant"> .foo: tried to read ingredient 'y' in 'x:num <- co↩╎ .</span> +<span id="L571" class="LineNr">571 </span> <span class="Constant"> .py y:num' but it hasn't been written to yet ╎ .</span> +<span id="L572" class="LineNr">572 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L573" class="LineNr">573 </span> <span class="Constant"> . ╎ .</span> <span id="L574" class="LineNr">574 </span> ] <span id="L575" class="LineNr">575 </span>] <span id="L576" class="LineNr">576 </span> @@ -643,48 +642,48 @@ if ('onhashchange' in window) { <span id="L580" class="LineNr">580 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">15/height</span> <span id="L581" class="LineNr">581 </span> <span class="Comment"># try to run a file with an error</span> <span id="L582" class="LineNr">582 </span> assume-resources [ -<span id="L583" class="LineNr">583 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L584" class="LineNr">584 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> -<span id="L585" class="LineNr">585 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | local-scope|</span> -<span id="L586" class="LineNr">586 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | x:num <- copy y:num|</span> -<span id="L587" class="LineNr">587 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |]</span>| -<span id="L588" class="LineNr">588 </span> <span class="Conceal">¦</span> ] +<span id="L583" class="LineNr">583 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L584" class="LineNr">584 </span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> +<span id="L585" class="LineNr">585 </span><span class="Constant"> | local-scope|</span> +<span id="L586" class="LineNr">586 </span><span class="Constant"> | x:num <- copy y:num|</span> +<span id="L587" class="LineNr">587 </span><span class="Constant"> |]</span>| +<span id="L588" class="LineNr">588 </span> ] <span id="L589" class="LineNr">589 </span> ] -<span id="L590" class="LineNr">590 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[foo]</span> -<span id="L591" class="LineNr">591 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L590" class="LineNr">590 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[foo]</span> +<span id="L591" class="LineNr">591 </span> render-all screen, env, render <span id="L592" class="LineNr">592 </span> assume-console [ -<span id="L593" class="LineNr">593 </span> <span class="Conceal">¦</span> press F4 +<span id="L593" class="LineNr">593 </span> press F4 <span id="L594" class="LineNr">594 </span> ] -<span id="L595" class="LineNr">595 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L595" class="LineNr">595 </span> event-loop screen, console, env, resources <span id="L596" class="LineNr">596 </span> screen-should-contain [ -<span id="L597" class="LineNr">597 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found run (F4) .</span> -<span id="L598" class="LineNr">598 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎foo .</span> -<span id="L599" class="LineNr">599 </span> <span class="Conceal">¦</span><span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> -<span id="L600" class="LineNr">600 </span> <span class="Conceal">¦</span><span class="Constant"> . x:num <- copy y:num ╎ .</span> -<span id="L601" class="LineNr">601 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎ .</span> -<span id="L602" class="LineNr">602 </span> <span class="Conceal">¦</span><span class="Constant"> .foo: tried to read ingredient 'y' in 'x:num <- co↩╎ .</span> -<span id="L603" class="LineNr">603 </span> <span class="Conceal">¦</span><span class="Constant"> .py y:num' but it hasn't been written to yet ╎ .</span> -<span id="L604" class="LineNr">604 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L605" class="LineNr">605 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L597" class="LineNr">597 </span> <span class="Constant"> . errors found run (F4) .</span> +<span id="L598" class="LineNr">598 </span> <span class="Constant"> .recipe foo [ ╎foo .</span> +<span id="L599" class="LineNr">599 </span> <span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> +<span id="L600" class="LineNr">600 </span> <span class="Constant"> . x:num <- copy y:num ╎ .</span> +<span id="L601" class="LineNr">601 </span> <span class="Constant"> .] ╎ .</span> +<span id="L602" class="LineNr">602 </span> <span class="Constant"> .foo: tried to read ingredient 'y' in 'x:num <- co↩╎ .</span> +<span id="L603" class="LineNr">603 </span> <span class="Constant"> .py y:num' but it hasn't been written to yet ╎ .</span> +<span id="L604" class="LineNr">604 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L605" class="LineNr">605 </span> <span class="Constant"> . ╎ .</span> <span id="L606" class="LineNr">606 </span> ] <span id="L607" class="LineNr">607 </span> <span class="Comment"># fix the error, hit F4</span> <span id="L608" class="LineNr">608 </span> assume-console [ -<span id="L609" class="LineNr">609 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 16</span> -<span id="L610" class="LineNr">610 </span> <span class="Conceal">¦</span> press ctrl-k -<span id="L611" class="LineNr">611 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> -<span id="L612" class="LineNr">612 </span> <span class="Conceal">¦</span> press F4 +<span id="L609" class="LineNr">609 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 16</span> +<span id="L610" class="LineNr">610 </span> press ctrl-k +<span id="L611" class="LineNr">611 </span> type <span class="Constant">[0]</span> +<span id="L612" class="LineNr">612 </span> press F4 <span id="L613" class="LineNr">613 </span> ] -<span id="L614" class="LineNr">614 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L614" class="LineNr">614 </span> event-loop screen, console, env, resources <span id="L615" class="LineNr">615 </span> <span class="Comment"># no error anymore</span> <span id="L616" class="LineNr">616 </span> screen-should-contain [ -<span id="L617" class="LineNr">617 </span> <span class="Conceal">¦</span><span class="Constant"> . run (F4) .</span> -<span id="L618" class="LineNr">618 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎ .</span> -<span id="L619" class="LineNr">619 </span> <span class="Conceal">¦</span><span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> -<span id="L620" class="LineNr">620 </span> <span class="Conceal">¦</span><span class="Constant"> . x:num <- copy 0 ╎0 edit copy to recipe delete .</span> -<span id="L621" class="LineNr">621 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎foo .</span> -<span id="L622" class="LineNr">622 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L623" class="LineNr">623 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L624" class="LineNr">624 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L617" class="LineNr">617 </span> <span class="Constant"> . run (F4) .</span> +<span id="L618" class="LineNr">618 </span> <span class="Constant"> .recipe foo [ ╎ .</span> +<span id="L619" class="LineNr">619 </span> <span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> +<span id="L620" class="LineNr">620 </span> <span class="Constant"> . x:num <- copy 0 ╎0 edit copy to recipe delete .</span> +<span id="L621" class="LineNr">621 </span> <span class="Constant"> .] ╎foo .</span> +<span id="L622" class="LineNr">622 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L623" class="LineNr">623 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L624" class="LineNr">624 </span> <span class="Constant"> . ╎ .</span> <span id="L625" class="LineNr">625 </span> ] <span id="L626" class="LineNr">626 </span>] <span id="L627" class="LineNr">627 </span> @@ -694,31 +693,31 @@ if ('onhashchange' in window) { <span id="L631" class="LineNr">631 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">5/height</span> <span id="L632" class="LineNr">632 </span> <span class="Comment"># recipe overflows recipe side</span> <span id="L633" class="LineNr">633 </span> assume-resources [ -<span id="L634" class="LineNr">634 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L635" class="LineNr">635 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> -<span id="L636" class="LineNr">636 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | a:num <- copy 0| # padding to overflow recipe side</span> -<span id="L637" class="LineNr">637 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | b:num <- copy 0| # padding to overflow recipe side</span> -<span id="L638" class="LineNr">638 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | get 123:num, foo:offset| # line containing error</span> -<span id="L639" class="LineNr">639 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |]</span>| -<span id="L640" class="LineNr">640 </span> <span class="Conceal">¦</span> ] +<span id="L634" class="LineNr">634 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L635" class="LineNr">635 </span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> +<span id="L636" class="LineNr">636 </span><span class="Constant"> | a:num <- copy 0| # padding to overflow recipe side</span> +<span id="L637" class="LineNr">637 </span><span class="Constant"> | b:num <- copy 0| # padding to overflow recipe side</span> +<span id="L638" class="LineNr">638 </span><span class="Constant"> | get 123:num, foo:offset| # line containing error</span> +<span id="L639" class="LineNr">639 </span><span class="Constant"> |]</span>| +<span id="L640" class="LineNr">640 </span> ] <span id="L641" class="LineNr">641 </span> ] -<span id="L642" class="LineNr">642 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[foo]</span> -<span id="L643" class="LineNr">643 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L642" class="LineNr">642 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[foo]</span> +<span id="L643" class="LineNr">643 </span> render-all screen, env, render <span id="L644" class="LineNr">644 </span> <span class="Comment"># hit F4, generating errors, then scroll down</span> <span id="L645" class="LineNr">645 </span> assume-console [ -<span id="L646" class="LineNr">646 </span> <span class="Conceal">¦</span> press F4 -<span id="L647" class="LineNr">647 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L646" class="LineNr">646 </span> press F4 +<span id="L647" class="LineNr">647 </span> press page-down <span id="L648" class="LineNr">648 </span> ] <span id="L649" class="LineNr">649 </span> run [ -<span id="L650" class="LineNr">650 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L650" class="LineNr">650 </span> event-loop screen, console, env, resources <span id="L651" class="LineNr">651 </span> ] <span id="L652" class="LineNr">652 </span> <span class="Comment"># errors should be displayed</span> <span id="L653" class="LineNr">653 </span> screen-should-contain [ -<span id="L654" class="LineNr">654 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found run (F4) .</span> -<span id="L655" class="LineNr">655 </span> <span class="Conceal">¦</span><span class="Constant"> . get 123:num, foo:offset ╎foo .</span> -<span id="L656" class="LineNr">656 </span> <span class="Conceal">¦</span><span class="Constant"> .\\] ╎─────────────────────────────────────────────────.</span> -<span id="L657" class="LineNr">657 </span> <span class="Conceal">¦</span><span class="Constant"> .foo: unknown element 'foo' in container 'number' ╎ .</span> -<span id="L658" class="LineNr">658 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L654" class="LineNr">654 </span> <span class="Constant"> . errors found run (F4) .</span> +<span id="L655" class="LineNr">655 </span> <span class="Constant"> . get 123:num, foo:offset ╎foo .</span> +<span id="L656" class="LineNr">656 </span> <span class="Constant"> .\\] ╎─────────────────────────────────────────────────.</span> +<span id="L657" class="LineNr">657 </span> <span class="Constant"> .foo: unknown element 'foo' in container 'number' ╎ .</span> +<span id="L658" class="LineNr">658 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> <span id="L659" class="LineNr">659 </span> ] <span id="L660" class="LineNr">660 </span>] <span id="L661" class="LineNr">661 </span> @@ -729,59 +728,59 @@ if ('onhashchange' in window) { <span id="L666" class="LineNr">666 </span> assume-resources [ <span id="L667" class="LineNr">667 </span> ] <span id="L668" class="LineNr">668 </span> <span class="Comment"># sandbox editor contains an illegal instruction</span> -<span id="L669" class="LineNr">669 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[get 1234:num, foo:offset]</span> -<span id="L670" class="LineNr">670 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L669" class="LineNr">669 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[get 1234:num, foo:offset]</span> +<span id="L670" class="LineNr">670 </span> render-all screen, env, render <span id="L671" class="LineNr">671 </span> assume-console [ -<span id="L672" class="LineNr">672 </span> <span class="Conceal">¦</span> press F4 +<span id="L672" class="LineNr">672 </span> press F4 <span id="L673" class="LineNr">673 </span> ] <span id="L674" class="LineNr">674 </span> run [ -<span id="L675" class="LineNr">675 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L675" class="LineNr">675 </span> event-loop screen, console, env, resources <span id="L676" class="LineNr">676 </span> ] <span id="L677" class="LineNr">677 </span> <span class="Comment"># check that screen prints error message in red</span> <span id="L678" class="LineNr">678 </span> screen-should-contain [ -<span id="L679" class="LineNr">679 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found (0) run (F4) .</span> -<span id="L680" class="LineNr">680 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L681" class="LineNr">681 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L682" class="LineNr">682 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L683" class="LineNr">683 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎get 1234:num, foo:offset .</span> -<span id="L684" class="LineNr">684 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎unknown element 'foo' in container 'number' .</span> -<span id="L685" class="LineNr">685 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎first ingredient of 'get' should be a container,↩.</span> -<span id="L686" class="LineNr">686 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ but got '1234:num' .</span> -<span id="L687" class="LineNr">687 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L688" class="LineNr">688 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L679" class="LineNr">679 </span> <span class="Constant"> . errors found (0) run (F4) .</span> +<span id="L680" class="LineNr">680 </span> <span class="Constant"> . ╎ .</span> +<span id="L681" class="LineNr">681 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L682" class="LineNr">682 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L683" class="LineNr">683 </span> <span class="Constant"> . ╎get 1234:num, foo:offset .</span> +<span id="L684" class="LineNr">684 </span> <span class="Constant"> . ╎unknown element 'foo' in container 'number' .</span> +<span id="L685" class="LineNr">685 </span> <span class="Constant"> . ╎first ingredient of 'get' should be a container,↩.</span> +<span id="L686" class="LineNr">686 </span> <span class="Constant"> . ╎ but got '1234:num' .</span> +<span id="L687" class="LineNr">687 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L688" class="LineNr">688 </span> <span class="Constant"> . ╎ .</span> <span id="L689" class="LineNr">689 </span> ] <span id="L690" class="LineNr">690 </span> screen-should-contain-in-color <span class="Constant">7/white</span>, [ -<span id="L691" class="LineNr">691 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L692" class="LineNr">692 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L693" class="LineNr">693 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L694" class="LineNr">694 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L695" class="LineNr">695 </span> <span class="Conceal">¦</span><span class="Constant"> . get 1234:num, foo:offset .</span> -<span id="L696" class="LineNr">696 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L697" class="LineNr">697 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L698" class="LineNr">698 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L691" class="LineNr">691 </span> <span class="Constant"> . .</span> +<span id="L692" class="LineNr">692 </span> <span class="Constant"> . .</span> +<span id="L693" class="LineNr">693 </span> <span class="Constant"> . .</span> +<span id="L694" class="LineNr">694 </span> <span class="Constant"> . .</span> +<span id="L695" class="LineNr">695 </span> <span class="Constant"> . get 1234:num, foo:offset .</span> +<span id="L696" class="LineNr">696 </span> <span class="Constant"> . .</span> +<span id="L697" class="LineNr">697 </span> <span class="Constant"> . .</span> +<span id="L698" class="LineNr">698 </span> <span class="Constant"> . .</span> <span id="L699" class="LineNr">699 </span> ] <span id="L700" class="LineNr">700 </span> screen-should-contain-in-color <span class="Constant">1/red</span>, [ -<span id="L701" class="LineNr">701 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found (0) .</span> -<span id="L702" class="LineNr">702 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L703" class="LineNr">703 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L704" class="LineNr">704 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L705" class="LineNr">705 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L706" class="LineNr">706 </span> <span class="Conceal">¦</span><span class="Constant"> . unknown element 'foo' in container 'number' .</span> -<span id="L707" class="LineNr">707 </span> <span class="Conceal">¦</span><span class="Constant"> . first ingredient of 'get' should be a container, .</span> -<span id="L708" class="LineNr">708 </span> <span class="Conceal">¦</span><span class="Constant"> . but got '1234:num' .</span> -<span id="L709" class="LineNr">709 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L701" class="LineNr">701 </span> <span class="Constant"> . errors found (0) .</span> +<span id="L702" class="LineNr">702 </span> <span class="Constant"> . .</span> +<span id="L703" class="LineNr">703 </span> <span class="Constant"> . .</span> +<span id="L704" class="LineNr">704 </span> <span class="Constant"> . .</span> +<span id="L705" class="LineNr">705 </span> <span class="Constant"> . .</span> +<span id="L706" class="LineNr">706 </span> <span class="Constant"> . unknown element 'foo' in container 'number' .</span> +<span id="L707" class="LineNr">707 </span> <span class="Constant"> . first ingredient of 'get' should be a container, .</span> +<span id="L708" class="LineNr">708 </span> <span class="Constant"> . but got '1234:num' .</span> +<span id="L709" class="LineNr">709 </span> <span class="Constant"> . .</span> <span id="L710" class="LineNr">710 </span> ] <span id="L711" class="LineNr">711 </span> screen-should-contain-in-color <span class="Constant">245/grey</span>, [ -<span id="L712" class="LineNr">712 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L713" class="LineNr">713 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L714" class="LineNr">714 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L715" class="LineNr">715 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L716" class="LineNr">716 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L717" class="LineNr">717 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L718" class="LineNr">718 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ ↩.</span> -<span id="L719" class="LineNr">719 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L720" class="LineNr">720 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L721" class="LineNr">721 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L712" class="LineNr">712 </span> <span class="Constant"> . .</span> +<span id="L713" class="LineNr">713 </span> <span class="Constant"> . ╎ .</span> +<span id="L714" class="LineNr">714 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L715" class="LineNr">715 </span> <span class="Constant"> . ╎ .</span> +<span id="L716" class="LineNr">716 </span> <span class="Constant"> . ╎ .</span> +<span id="L717" class="LineNr">717 </span> <span class="Constant"> . ╎ .</span> +<span id="L718" class="LineNr">718 </span> <span class="Constant"> . ╎ ↩.</span> +<span id="L719" class="LineNr">719 </span> <span class="Constant"> . ╎ .</span> +<span id="L720" class="LineNr">720 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L721" class="LineNr">721 </span> <span class="Constant"> . ╎ .</span> <span id="L722" class="LineNr">722 </span> ] <span id="L723" class="LineNr">723 </span>] <span id="L724" class="LineNr">724 </span> @@ -792,28 +791,28 @@ if ('onhashchange' in window) { <span id="L729" class="LineNr">729 </span> assume-resources [ <span id="L730" class="LineNr">730 </span> ] <span id="L731" class="LineNr">731 </span> <span class="Comment"># sandbox editor contains an illegal instruction</span> -<span id="L732" class="LineNr">732 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[get 1234:num, foo:offset]</span> -<span id="L733" class="LineNr">733 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L732" class="LineNr">732 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[get 1234:num, foo:offset]</span> +<span id="L733" class="LineNr">733 </span> render-all screen, env, render <span id="L734" class="LineNr">734 </span> <span class="Comment"># run the code in the editors multiple times</span> <span id="L735" class="LineNr">735 </span> assume-console [ -<span id="L736" class="LineNr">736 </span> <span class="Conceal">¦</span> press F4 -<span id="L737" class="LineNr">737 </span> <span class="Conceal">¦</span> press F4 +<span id="L736" class="LineNr">736 </span> press F4 +<span id="L737" class="LineNr">737 </span> press F4 <span id="L738" class="LineNr">738 </span> ] <span id="L739" class="LineNr">739 </span> run [ -<span id="L740" class="LineNr">740 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L740" class="LineNr">740 </span> event-loop screen, console, env, resources <span id="L741" class="LineNr">741 </span> ] <span id="L742" class="LineNr">742 </span> <span class="Comment"># check that screen prints error message just once</span> <span id="L743" class="LineNr">743 </span> screen-should-contain [ -<span id="L744" class="LineNr">744 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found (0) run (F4) .</span> -<span id="L745" class="LineNr">745 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> -<span id="L746" class="LineNr">746 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> -<span id="L747" class="LineNr">747 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎0 edit copy to recipe delete .</span> -<span id="L748" class="LineNr">748 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎get 1234:num, foo:offset .</span> -<span id="L749" class="LineNr">749 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎unknown element 'foo' in container 'number' .</span> -<span id="L750" class="LineNr">750 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎first ingredient of 'get' should be a container,↩.</span> -<span id="L751" class="LineNr">751 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ but got '1234:num' .</span> -<span id="L752" class="LineNr">752 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L753" class="LineNr">753 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L744" class="LineNr">744 </span> <span class="Constant"> . errors found (0) run (F4) .</span> +<span id="L745" class="LineNr">745 </span> <span class="Constant"> . ╎ .</span> +<span id="L746" class="LineNr">746 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────.</span> +<span id="L747" class="LineNr">747 </span> <span class="Constant"> . ╎0 edit copy to recipe delete .</span> +<span id="L748" class="LineNr">748 </span> <span class="Constant"> . ╎get 1234:num, foo:offset .</span> +<span id="L749" class="LineNr">749 </span> <span class="Constant"> . ╎unknown element 'foo' in container 'number' .</span> +<span id="L750" class="LineNr">750 </span> <span class="Constant"> . ╎first ingredient of 'get' should be a container,↩.</span> +<span id="L751" class="LineNr">751 </span> <span class="Constant"> . ╎ but got '1234:num' .</span> +<span id="L752" class="LineNr">752 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L753" class="LineNr">753 </span> <span class="Constant"> . ╎ .</span> <span id="L754" class="LineNr">754 </span> ] <span id="L755" class="LineNr">755 </span>] <span id="L756" class="LineNr">756 </span> @@ -823,33 +822,33 @@ if ('onhashchange' in window) { <span id="L760" class="LineNr">760 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">20/height</span> <span id="L761" class="LineNr">761 </span> <span class="Comment"># sandbox editor will trigger an infinite loop</span> <span id="L762" class="LineNr">762 </span> assume-resources [ -<span id="L763" class="LineNr">763 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L764" class="LineNr">764 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> -<span id="L765" class="LineNr">765 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | {|</span> -<span id="L766" class="LineNr">766 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | loop|</span> -<span id="L767" class="LineNr">767 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | }|</span> -<span id="L768" class="LineNr">768 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |]</span>| -<span id="L769" class="LineNr">769 </span> <span class="Conceal">¦</span> ] +<span id="L763" class="LineNr">763 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L764" class="LineNr">764 </span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> +<span id="L765" class="LineNr">765 </span><span class="Constant"> | {|</span> +<span id="L766" class="LineNr">766 </span><span class="Constant"> | loop|</span> +<span id="L767" class="LineNr">767 </span><span class="Constant"> | }|</span> +<span id="L768" class="LineNr">768 </span><span class="Constant"> |]</span>| +<span id="L769" class="LineNr">769 </span> ] <span id="L770" class="LineNr">770 </span> ] -<span id="L771" class="LineNr">771 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[foo]</span> -<span id="L772" class="LineNr">772 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L771" class="LineNr">771 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[foo]</span> +<span id="L772" class="LineNr">772 </span> render-all screen, env, render <span id="L773" class="LineNr">773 </span> <span class="Comment"># run the sandbox</span> <span id="L774" class="LineNr">774 </span> assume-console [ -<span id="L775" class="LineNr">775 </span> <span class="Conceal">¦</span> press F4 +<span id="L775" class="LineNr">775 </span> press F4 <span id="L776" class="LineNr">776 </span> ] <span id="L777" class="LineNr">777 </span> run [ -<span id="L778" class="LineNr">778 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L778" class="LineNr">778 </span> event-loop screen, console, env, resources <span id="L779" class="LineNr">779 </span> ] <span id="L780" class="LineNr">780 </span> screen-should-contain [ -<span id="L781" class="LineNr">781 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found (0) run (F4) .</span> -<span id="L782" class="LineNr">782 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎ .</span> -<span id="L783" class="LineNr">783 </span> <span class="Conceal">¦</span><span class="Constant"> . { ╎─────────────────────────────────────────────────.</span> -<span id="L784" class="LineNr">784 </span> <span class="Conceal">¦</span><span class="Constant"> . loop ╎0 edit copy to recipe delete .</span> -<span id="L785" class="LineNr">785 </span> <span class="Conceal">¦</span><span class="Constant"> . } ╎foo .</span> -<span id="L786" class="LineNr">786 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎took too long! .</span> -<span id="L787" class="LineNr">787 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> -<span id="L788" class="LineNr">788 </span> <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> -<span id="L789" class="LineNr">789 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L781" class="LineNr">781 </span> <span class="Constant"> . errors found (0) run (F4) .</span> +<span id="L782" class="LineNr">782 </span> <span class="Constant"> .recipe foo [ ╎ .</span> +<span id="L783" class="LineNr">783 </span> <span class="Constant"> . { ╎─────────────────────────────────────────────────.</span> +<span id="L784" class="LineNr">784 </span> <span class="Constant"> . loop ╎0 edit copy to recipe delete .</span> +<span id="L785" class="LineNr">785 </span> <span class="Constant"> . } ╎foo .</span> +<span id="L786" class="LineNr">786 </span> <span class="Constant"> .] ╎took too long! .</span> +<span id="L787" class="LineNr">787 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L788" class="LineNr">788 </span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> +<span id="L789" class="LineNr">789 </span> <span class="Constant"> . ╎ .</span> <span id="L790" class="LineNr">790 </span> ] <span id="L791" class="LineNr">791 </span>] <span id="L792" class="LineNr">792 </span> @@ -859,56 +858,56 @@ if ('onhashchange' in window) { <span id="L796" class="LineNr">796 </span> assume-screen <span class="Constant">100/width</span>, <span class="Constant">10/height</span> <span id="L797" class="LineNr">797 </span> <span class="Comment"># generate a stash and a error</span> <span id="L798" class="LineNr">798 </span> assume-resources [ -<span id="L799" class="LineNr">799 </span> <span class="Conceal">¦</span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ -<span id="L800" class="LineNr">800 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> -<span id="L801" class="LineNr">801 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | local-scope|</span> -<span id="L802" class="LineNr">802 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | a:num <- next-ingredient|</span> -<span id="L803" class="LineNr">803 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | b:num <- next-ingredient|</span> -<span id="L804" class="LineNr">804 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> | stash [dividing by]</span>, b| -<span id="L805" class="LineNr">805 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|</span> _, c:num <span class="Special"><-</span> divide-with-remainder a, b| -<span id="L806" class="LineNr">806 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Constant">|</span> <span class="muControl"> reply</span> b| -<span id="L807" class="LineNr">807 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> |]|</span> -<span id="L808" class="LineNr">808 </span> <span class="Conceal">¦</span> ] +<span id="L799" class="LineNr">799 </span> <span class="Constant">[lesson/recipes.mu]</span> <span class="Special"><-</span> [ +<span id="L800" class="LineNr">800 </span> <span class="Constant">|recipe</span> foo <span class="Constant">[|</span> +<span id="L801" class="LineNr">801 </span><span class="Constant"> | local-scope|</span> +<span id="L802" class="LineNr">802 </span><span class="Constant"> | a:num <- next-ingredient|</span> +<span id="L803" class="LineNr">803 </span><span class="Constant"> | b:num <- next-ingredient|</span> +<span id="L804" class="LineNr">804 </span><span class="Constant"> | stash [dividing by]</span>, b| +<span id="L805" class="LineNr">805 </span> <span class="Constant">|</span> _, c:num <span class="Special"><-</span> divide-with-remainder a, b| +<span id="L806" class="LineNr">806 </span> <span class="Constant">|</span> <span class="muControl"> reply</span> b| +<span id="L807" class="LineNr">807 </span><span class="Constant"> |]|</span> +<span id="L808" class="LineNr">808 </span> ] <span id="L809" class="LineNr">809 </span> ] -<span id="L810" class="LineNr">810 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L16'>screen</a>, <span class="Constant">[foo 4, 0]</span> -<span id="L811" class="LineNr">811 </span> <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> +<span id="L810" class="LineNr">810 </span> env:&:environment <span class="Special"><-</span> new-programming-environment resources, screen, <span class="Constant">[foo 4, 0]</span> +<span id="L811" class="LineNr">811 </span> render-all screen, env, render <span id="L812" class="LineNr">812 </span> <span class="Comment"># run</span> <span id="L813" class="LineNr">813 </span> assume-console [ -<span id="L814" class="LineNr">814 </span> <span class="Conceal">¦</span> press F4 +<span id="L814" class="LineNr">814 </span> press F4 <span id="L815" class="LineNr">815 </span> ] -<span id="L816" class="LineNr">816 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L816" class="LineNr">816 </span> event-loop screen, console, env, resources <span id="L817" class="LineNr">817 </span> <span class="Comment"># screen prints error message</span> <span id="L818" class="LineNr">818 </span> screen-should-contain [ -<span id="L819" class="LineNr">819 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found (0) run (F4) .</span> -<span id="L820" class="LineNr">820 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎ .</span> -<span id="L821" class="LineNr">821 </span> <span class="Conceal">¦</span><span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> -<span id="L822" class="LineNr">822 </span> <span class="Conceal">¦</span><span class="Constant"> . a:num <- next-ingredient ╎0 edit copy to recipe delete .</span> -<span id="L823" class="LineNr">823 </span> <span class="Conceal">¦</span><span class="Constant"> . b:num <- next-ingredient ╎foo 4, 0 .</span> -<span id="L824" class="LineNr">824 </span> <span class="Conceal">¦</span><span class="Constant"> . stash [dividing by], b ╎foo: divide by zero in '_, c:num <- divide-with-↩.</span> -<span id="L825" class="LineNr">825 </span> <span class="Conceal">¦</span><span class="Constant"> . _, c:num <- divide-with-remainder a, b ╎remainder a, b' .</span> -<span id="L826" class="LineNr">826 </span> <span class="Conceal">¦</span><span class="Constant"> . reply b ╎─────────────────────────────────────────────────.</span> -<span id="L827" class="LineNr">827 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎ .</span> -<span id="L828" class="LineNr">828 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎ .</span> +<span id="L819" class="LineNr">819 </span> <span class="Constant"> . errors found (0) run (F4) .</span> +<span id="L820" class="LineNr">820 </span> <span class="Constant"> .recipe foo [ ╎ .</span> +<span id="L821" class="LineNr">821 </span> <span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> +<span id="L822" class="LineNr">822 </span> <span class="Constant"> . a:num <- next-ingredient ╎0 edit copy to recipe delete .</span> +<span id="L823" class="LineNr">823 </span> <span class="Constant"> . b:num <- next-ingredient ╎foo 4, 0 .</span> +<span id="L824" class="LineNr">824 </span> <span class="Constant"> . stash [dividing by], b ╎foo: divide by zero in '_, c:num <- divide-with-↩.</span> +<span id="L825" class="LineNr">825 </span> <span class="Constant"> . _, c:num <- divide-with-remainder a, b ╎remainder a, b' .</span> +<span id="L826" class="LineNr">826 </span> <span class="Constant"> . reply b ╎─────────────────────────────────────────────────.</span> +<span id="L827" class="LineNr">827 </span> <span class="Constant"> .] ╎ .</span> +<span id="L828" class="LineNr">828 </span> <span class="Constant"> . ╎ .</span> <span id="L829" class="LineNr">829 </span> ] <span id="L830" class="LineNr">830 </span> <span class="Comment"># click on the call in the sandbox</span> <span id="L831" class="LineNr">831 </span> assume-console [ -<span id="L832" class="LineNr">832 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 55</span> +<span id="L832" class="LineNr">832 </span> left-click<span class="Constant"> 4</span>,<span class="Constant"> 55</span> <span id="L833" class="LineNr">833 </span> ] <span id="L834" class="LineNr">834 </span> run [ -<span id="L835" class="LineNr">835 </span> <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> +<span id="L835" class="LineNr">835 </span> event-loop screen, console, env, resources <span id="L836" class="LineNr">836 </span> ] <span id="L837" class="LineNr">837 </span> <span class="Comment"># screen should expand trace</span> <span id="L838" class="LineNr">838 </span> screen-should-contain [ -<span id="L839" class="LineNr">839 </span> <span class="Conceal">¦</span><span class="Constant"> . errors found (0) run (F4) .</span> -<span id="L840" class="LineNr">840 </span> <span class="Conceal">¦</span><span class="Constant"> .recipe foo [ ╎ .</span> -<span id="L841" class="LineNr">841 </span> <span class="Conceal">¦</span><span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> -<span id="L842" class="LineNr">842 </span> <span class="Conceal">¦</span><span class="Constant"> . a:num <- next-ingredient ╎0 edit copy to recipe delete .</span> -<span id="L843" class="LineNr">843 </span> <span class="Conceal">¦</span><span class="Constant"> . b:num <- next-ingredient ╎foo 4, 0 .</span> -<span id="L844" class="LineNr">844 </span> <span class="Conceal">¦</span><span class="Constant"> . stash [dividing by], b ╎dividing by 0 .</span> -<span id="L845" class="LineNr">845 </span> <span class="Conceal">¦</span><span class="Constant"> . _, c:num <- divide-with-remainder a, b ╎14 instructions run .</span> -<span id="L846" class="LineNr">846 </span> <span class="Conceal">¦</span><span class="Constant"> . reply b ╎foo: divide by zero in '_, c:num <- divide-with-↩.</span> -<span id="L847" class="LineNr">847 </span> <span class="Conceal">¦</span><span class="Constant"> .] ╎remainder a, b' .</span> -<span id="L848" class="LineNr">848 </span> <span class="Conceal">¦</span><span class="Constant"> . ╎─────────────────────────────────────────────────.</span> +<span id="L839" class="LineNr">839 </span> <span class="Constant"> . errors found (0) run (F4) .</span> +<span id="L840" class="LineNr">840 </span> <span class="Constant"> .recipe foo [ ╎ .</span> +<span id="L841" class="LineNr">841 </span> <span class="Constant"> . local-scope ╎─────────────────────────────────────────────────.</span> +<span id="L842" class="LineNr">842 </span> <span class="Constant"> . a:num <- next-ingredient ╎0 edit copy to recipe delete .</span> +<span id="L843" class="LineNr">843 </span> <span class="Constant"> . b:num <- next-ingredient ╎foo 4, 0 .</span> +<span id="L844" class="LineNr">844 </span> <span class="Constant"> . stash [dividing by], b ╎dividing by 0 .</span> +<span id="L845" class="LineNr">845 </span> <span class="Constant"> . _, c:num <- divide-with-remainder a, b ╎14 instructions run .</span> +<span id="L846" class="LineNr">846 </span> <span class="Constant"> . reply b ╎foo: divide by zero in '_, c:num <- divide-with-↩.</span> +<span id="L847" class="LineNr">847 </span> <span class="Constant"> .] ╎remainder a, b' .</span> +<span id="L848" class="LineNr">848 </span> <span class="Constant"> . ╎─────────────────────────────────────────────────.</span> <span id="L849" class="LineNr">849 </span> ] <span id="L850" class="LineNr">850 </span>] </pre> diff --git a/html/edit/012-editor-undo.mu.html b/html/edit/012-editor-undo.mu.html index 9306b1c8..08babb4a 100644 --- a/html/edit/012-editor-undo.mu.html +++ b/html/edit/012-editor-undo.mu.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Special { color: #c00000; } -.muData { color: #ffff00; } -.LineNr { color: #444444; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } +.LineNr { color: #444444; } .Delimiter { color: #800080; } .Constant { color: #00a0a0; } +.Special { color: #c00000; } +.muData { color: #ffff00; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.Conceal { color: #4e4e4e; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> </style> @@ -65,99 +64,99 @@ if ('onhashchange' in window) { <span id="L2" class="LineNr"> 2 </span> <span id="L3" class="LineNr"> 3 </span><span class="Comment"># for every undoable event, create a type of *operation* that contains all the</span> <span id="L4" class="LineNr"> 4 </span><span class="Comment"># information needed to reverse it</span> -<span id="L5" class="LineNr"> 5 </span><span class="muData">exclusive-container</span> <a href='012-editor-undo.mu.html#L5'>operation</a> [ -<span id="L6" class="LineNr"> 6 </span> typing:<a href='012-editor-undo.mu.html#L11'>insert-operation</a> -<span id="L7" class="LineNr"> 7 </span> move:<a href='012-editor-undo.mu.html#L26'>move-operation</a> -<span id="L8" class="LineNr"> 8 </span> delete:<a href='012-editor-undo.mu.html#L43'>delete-operation</a> +<span id="L5" class="LineNr"> 5 </span><span class="muData">exclusive-container</span> operation [ +<span id="L6" class="LineNr"> 6 </span> typing:insert-operation +<span id="L7" class="LineNr"> 7 </span> move:move-operation +<span id="L8" class="LineNr"> 8 </span> delete:delete-operation <span id="L9" class="LineNr"> 9 </span>] <span id="L10" class="LineNr"> 10 </span> -<span id="L11" class="LineNr"> 11 </span><span class="muData">container</span> <a href='012-editor-undo.mu.html#L11'>insert-operation</a> [ +<span id="L11" class="LineNr"> 11 </span><span class="muData">container</span> insert-operation [ <span id="L12" class="LineNr"> 12 </span> before-row:num <span id="L13" class="LineNr"> 13 </span> before-column:num -<span id="L14" class="LineNr"> 14 </span> before-top-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char +<span id="L14" class="LineNr"> 14 </span> before-top-of-screen:&:duplex-list:char <span id="L15" class="LineNr"> 15 </span> after-row:num <span id="L16" class="LineNr"> 16 </span> after-column:num -<span id="L17" class="LineNr"> 17 </span> after-top-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char +<span id="L17" class="LineNr"> 17 </span> after-top-of-screen:&:duplex-list:char <span id="L18" class="LineNr"> 18 </span> <span class="Comment"># inserted text is from 'insert-from' until 'insert-until'; list doesn't have to terminate</span> -<span id="L19" class="LineNr"> 19 </span> insert-from:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char -<span id="L20" class="LineNr"> 20 </span> insert-until:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char +<span id="L19" class="LineNr"> 19 </span> insert-from:&:duplex-list:char +<span id="L20" class="LineNr"> 20 </span> insert-until:&:duplex-list:char <span id="L21" class="LineNr"> 21 </span> tag:num <span class="Comment"># event causing this operation; might be used to coalesce runs of similar events</span> -<span id="L22" class="LineNr"> 22 </span> <span class="Conceal">¦</span> <span class="Comment"># 0: no coalesce (enter+indent)</span> -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span> <span class="Comment"># 1: regular alphanumeric characters</span> +<span id="L22" class="LineNr"> 22 </span> <span class="Comment"># 0: no coalesce (enter+indent)</span> +<span id="L23" class="LineNr"> 23 </span> <span class="Comment"># 1: regular alphanumeric characters</span> <span id="L24" class="LineNr"> 24 </span>] <span id="L25" class="LineNr"> 25 </span> -<span id="L26" class="LineNr"> 26 </span><span class="muData">container</span> <a href='012-editor-undo.mu.html#L26'>move-operation</a> [ +<span id="L26" class="LineNr"> 26 </span><span class="muData">container</span> move-operation [ <span id="L27" class="LineNr"> 27 </span> before-row:num <span id="L28" class="LineNr"> 28 </span> before-column:num -<span id="L29" class="LineNr"> 29 </span> before-top-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char +<span id="L29" class="LineNr"> 29 </span> before-top-of-screen:&:duplex-list:char <span id="L30" class="LineNr"> 30 </span> after-row:num <span id="L31" class="LineNr"> 31 </span> after-column:num -<span id="L32" class="LineNr"> 32 </span> after-top-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char +<span id="L32" class="LineNr"> 32 </span> after-top-of-screen:&:duplex-list:char <span id="L33" class="LineNr"> 33 </span> tag:num <span class="Comment"># event causing this operation; might be used to coalesce runs of similar events</span> -<span id="L34" class="LineNr"> 34 </span> <span class="Conceal">¦</span> <span class="Comment"># 0: no coalesce (touch events, etc)</span> -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> <span class="Comment"># 1: left arrow</span> -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> <span class="Comment"># 2: right arrow</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> <span class="Comment"># 3: up arrow</span> -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> <span class="Comment"># 4: down arrow</span> -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <span class="Comment"># 5: line up</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <span class="Comment"># 6: line down</span> +<span id="L34" class="LineNr"> 34 </span> <span class="Comment"># 0: no coalesce (touch events, etc)</span> +<span id="L35" class="LineNr"> 35 </span> <span class="Comment"># 1: left arrow</span> +<span id="L36" class="LineNr"> 36 </span> <span class="Comment"># 2: right arrow</span> +<span id="L37" class="LineNr"> 37 </span> <span class="Comment"># 3: up arrow</span> +<span id="L38" class="LineNr"> 38 </span> <span class="Comment"># 4: down arrow</span> +<span id="L39" class="LineNr"> 39 </span> <span class="Comment"># 5: line up</span> +<span id="L40" class="LineNr"> 40 </span> <span class="Comment"># 6: line down</span> <span id="L41" class="LineNr"> 41 </span>] <span id="L42" class="LineNr"> 42 </span> -<span id="L43" class="LineNr"> 43 </span><span class="muData">container</span> <a href='012-editor-undo.mu.html#L43'>delete-operation</a> [ +<span id="L43" class="LineNr"> 43 </span><span class="muData">container</span> delete-operation [ <span id="L44" class="LineNr"> 44 </span> before-row:num <span id="L45" class="LineNr"> 45 </span> before-column:num -<span id="L46" class="LineNr"> 46 </span> before-top-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char +<span id="L46" class="LineNr"> 46 </span> before-top-of-screen:&:duplex-list:char <span id="L47" class="LineNr"> 47 </span> after-row:num <span id="L48" class="LineNr"> 48 </span> after-column:num -<span id="L49" class="LineNr"> 49 </span> after-top-of-screen:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char -<span id="L50" class="LineNr"> 50 </span> deleted-text:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char -<span id="L51" class="LineNr"> 51 </span> delete-from:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char -<span id="L52" class="LineNr"> 52 </span> delete-until:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char +<span id="L49" class="LineNr"> 49 </span> after-top-of-screen:&:duplex-list:char +<span id="L50" class="LineNr"> 50 </span> deleted-text:&:duplex-list:char +<span id="L51" class="LineNr"> 51 </span> delete-from:&:duplex-list:char +<span id="L52" class="LineNr"> 52 </span> delete-until:&:duplex-list:char <span id="L53" class="LineNr"> 53 </span> tag:num <span class="Comment"># event causing this operation; might be used to coalesce runs of similar events</span> -<span id="L54" class="LineNr"> 54 </span> <span class="Conceal">¦</span> <span class="Comment"># 0: no coalesce (ctrl-k, ctrl-u)</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Conceal">¦</span> <span class="Comment"># 1: backspace</span> -<span id="L56" class="LineNr"> 56 </span> <span class="Conceal">¦</span> <span class="Comment"># 2: delete</span> +<span id="L54" class="LineNr"> 54 </span> <span class="Comment"># 0: no coalesce (ctrl-k, ctrl-u)</span> +<span id="L55" class="LineNr"> 55 </span> <span class="Comment"># 1: backspace</span> +<span id="L56" class="LineNr"> 56 </span> <span class="Comment"># 2: delete</span> <span id="L57" class="LineNr"> 57 </span>] <span id="L58" class="LineNr"> 58 </span> <span id="L59" class="LineNr"> 59 </span><span class="Comment"># every editor accumulates a list of operations to undo/redo</span> <span id="L60" class="LineNr"> 60 </span><span class="muData">container</span> editor [ -<span id="L61" class="LineNr"> 61 </span> undo:&:<a href='../064list.mu.html#L6'>list</a>:&:<a href='012-editor-undo.mu.html#L5'>operation</a> -<span id="L62" class="LineNr"> 62 </span> redo:&:<a href='../064list.mu.html#L6'>list</a>:&:<a href='012-editor-undo.mu.html#L5'>operation</a> +<span id="L61" class="LineNr"> 61 </span> undo:&:list:&:operation +<span id="L62" class="LineNr"> 62 </span> redo:&:list:&:operation <span id="L63" class="LineNr"> 63 </span>] <span id="L64" class="LineNr"> 64 </span> <span id="L65" class="LineNr"> 65 </span><span class="Comment"># ctrl-z - undo operation</span> -<span id="L66" class="LineNr"> 66 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L185'><handle-special-character></a></span> [ +<span id="L66" class="LineNr"> 66 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-character></span> [ <span id="L67" class="LineNr"> 67 </span> <span class="Delimiter">{</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> undo?:bool <span class="Special"><-</span> equal c, <span class="Constant">26/ctrl-z</span> -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> undo? -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> undo:&:<a href='../064list.mu.html#L6'>list</a>:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> get *editor, <span class="Constant">undo:offset</span> -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> undo -<span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> op:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> first undo -<span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> undo <span class="Special"><-</span> <a href='../064list.mu.html#L24'>rest</a> undo -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">undo:offset</span>, undo -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> redo:&:<a href='../064list.mu.html#L6'>list</a>:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> get *editor, <span class="Constant">redo:offset</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> redo <span class="Special"><-</span> push op, redo -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">redo:offset</span>, redo -<span id="L78" class="LineNr"> 78 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='012-editor-undo.mu.html#L78'><handle-undo></a></span> -<span id="L79" class="LineNr"> 79 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">1/go-render</span> +<span id="L68" class="LineNr"> 68 </span> undo?:bool <span class="Special"><-</span> equal c, <span class="Constant">26/ctrl-z</span> +<span id="L69" class="LineNr"> 69 </span> <span class="muControl">break-unless</span> undo? +<span id="L70" class="LineNr"> 70 </span> undo:&:list:&:operation <span class="Special"><-</span> get *editor, <span class="Constant">undo:offset</span> +<span id="L71" class="LineNr"> 71 </span> <span class="muControl">break-unless</span> undo +<span id="L72" class="LineNr"> 72 </span> op:&:operation <span class="Special"><-</span> first undo +<span id="L73" class="LineNr"> 73 </span> undo <span class="Special"><-</span> rest undo +<span id="L74" class="LineNr"> 74 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">undo:offset</span>, undo +<span id="L75" class="LineNr"> 75 </span> redo:&:list:&:operation <span class="Special"><-</span> get *editor, <span class="Constant">redo:offset</span> +<span id="L76" class="LineNr"> 76 </span> redo <span class="Special"><-</span> push op, redo +<span id="L77" class="LineNr"> 77 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">redo:offset</span>, redo +<span id="L78" class="LineNr"> 78 </span><span class="Constant"> <handle-undo></span> +<span id="L79" class="LineNr"> 79 </span> <span class="muControl"> return</span> <span class="Constant">1/go-render</span> <span id="L80" class="LineNr"> 80 </span> <span class="Delimiter">}</span> <span id="L81" class="LineNr"> 81 </span>] <span id="L82" class="LineNr"> 82 </span> <span id="L83" class="LineNr"> 83 </span><span class="Comment"># ctrl-y - redo operation</span> -<span id="L84" class="LineNr"> 84 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L185'><handle-special-character></a></span> [ +<span id="L84" class="LineNr"> 84 </span><span class="muRecipe">after</span> <span class="Constant"><handle-special-character></span> [ <span id="L85" class="LineNr"> 85 </span> <span class="Delimiter">{</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> redo?:bool <span class="Special"><-</span> equal c, <span class="Constant">25/ctrl-y</span> -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> redo? -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> redo:&:<a href='../064list.mu.html#L6'>list</a>:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> get *editor, <span class="Constant">redo:offset</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> redo -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> op:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> first redo -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> redo <span class="Special"><-</span> <a href='../064list.mu.html#L24'>rest</a> redo -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">redo:offset</span>, redo -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span> undo:&:<a href='../064list.mu.html#L6'>list</a>:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> get *editor, <span class="Constant">undo:offset</span> -<span id="L94" class="LineNr"> 94 </span> <span class="Conceal">¦</span> undo <span class="Special"><-</span> push op, undo -<span id="L95" class="LineNr"> 95 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">undo:offset</span>, undo -<span id="L96" class="LineNr"> 96 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> <a href='012-editor-undo.mu.html#L96'><handle-redo></a></span> -<span id="L97" class="LineNr"> 97 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> <span class="Constant">1/go-render</span> +<span id="L86" class="LineNr"> 86 </span> redo?:bool <span class="Special"><-</span> equal c, <span class="Constant">25/ctrl-y</span> +<span id="L87" class="LineNr"> 87 </span> <span class="muControl">break-unless</span> redo? +<span id="L88" class="LineNr"> 88 </span> redo:&:list:&:operation <span class="Special"><-</span> get *editor, <span class="Constant">redo:offset</span> +<span id="L89" class="LineNr"> 89 </span> <span class="muControl">break-unless</span> redo +<span id="L90" class="LineNr"> 90 </span> op:&:operation <span class="Special"><-</span> first redo +<span id="L91" class="LineNr"> 91 </span> redo <span class="Special"><-</span> rest redo +<span id="L92" class="LineNr"> 92 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">redo:offset</span>, redo +<span id="L93" class="LineNr"> 93 </span> undo:&:list:&:operation <span class="Special"><-</span> get *editor, <span class="Constant">undo:offset</span> +<span id="L94" class="LineNr"> 94 </span> undo <span class="Special"><-</span> push op, undo +<span id="L95" class="LineNr"> 95 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">undo:offset</span>, undo +<span id="L96" class="LineNr"> 96 </span><span class="Constant"> <handle-redo></span> +<span id="L97" class="LineNr"> 97 </span> <span class="muControl"> return</span> <span class="Constant">1/go-render</span> <span id="L98" class="LineNr"> 98 </span> <span class="Delimiter">}</span> <span id="L99" class="LineNr"> 99 </span>] <span id="L100" class="LineNr"> 100 </span> @@ -167,128 +166,128 @@ if ('onhashchange' in window) { <span id="L104" class="LineNr"> 104 </span> <span class="Constant">local-scope</span> <span id="L105" class="LineNr"> 105 </span> <span class="Comment"># create an editor and type a character</span> <span id="L106" class="LineNr"> 106 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L107" class="LineNr"> 107 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L108" class="LineNr"> 108 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L107" class="LineNr"> 107 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L108" class="LineNr"> 108 </span> editor-render screen, e <span id="L109" class="LineNr"> 109 </span> assume-console [ -<span id="L110" class="LineNr"> 110 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L110" class="LineNr"> 110 </span> type <span class="Constant">[0]</span> <span id="L111" class="LineNr"> 111 </span> ] -<span id="L112" class="LineNr"> 112 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L112" class="LineNr"> 112 </span> editor-event-loop screen, console, e <span id="L113" class="LineNr"> 113 </span> <span class="Comment"># undo</span> <span id="L114" class="LineNr"> 114 </span> assume-console [ -<span id="L115" class="LineNr"> 115 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L115" class="LineNr"> 115 </span> press ctrl-z <span id="L116" class="LineNr"> 116 </span> ] <span id="L117" class="LineNr"> 117 </span> run [ -<span id="L118" class="LineNr"> 118 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L118" class="LineNr"> 118 </span> editor-event-loop screen, console, e <span id="L119" class="LineNr"> 119 </span> ] <span id="L120" class="LineNr"> 120 </span> <span class="Comment"># character should be gone</span> <span id="L121" class="LineNr"> 121 </span> screen-should-contain [ -<span id="L122" class="LineNr"> 122 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L123" class="LineNr"> 123 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L124" class="LineNr"> 124 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L125" class="LineNr"> 125 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L122" class="LineNr"> 122 </span> <span class="Constant"> . .</span> +<span id="L123" class="LineNr"> 123 </span> <span class="Constant"> . .</span> +<span id="L124" class="LineNr"> 124 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L125" class="LineNr"> 125 </span> <span class="Constant"> . .</span> <span id="L126" class="LineNr"> 126 </span> ] <span id="L127" class="LineNr"> 127 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L128" class="LineNr"> 128 </span> assume-console [ -<span id="L129" class="LineNr"> 129 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> +<span id="L129" class="LineNr"> 129 </span> type <span class="Constant">[1]</span> <span id="L130" class="LineNr"> 130 </span> ] <span id="L131" class="LineNr"> 131 </span> run [ -<span id="L132" class="LineNr"> 132 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L132" class="LineNr"> 132 </span> editor-event-loop screen, console, e <span id="L133" class="LineNr"> 133 </span> ] <span id="L134" class="LineNr"> 134 </span> screen-should-contain [ -<span id="L135" class="LineNr"> 135 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L136" class="LineNr"> 136 </span> <span class="Conceal">¦</span><span class="Constant"> .1 .</span> -<span id="L137" class="LineNr"> 137 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L138" class="LineNr"> 138 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L135" class="LineNr"> 135 </span> <span class="Constant"> . .</span> +<span id="L136" class="LineNr"> 136 </span> <span class="Constant"> .1 .</span> +<span id="L137" class="LineNr"> 137 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L138" class="LineNr"> 138 </span> <span class="Constant"> . .</span> <span id="L139" class="LineNr"> 139 </span> ] <span id="L140" class="LineNr"> 140 </span>] <span id="L141" class="LineNr"> 141 </span> <span id="L142" class="LineNr"> 142 </span><span class="Comment"># save operation to undo</span> <span id="L143" class="LineNr"> 143 </span><span class="muRecipe">after</span> <span class="Constant"><begin-insert-character></span> [ -<span id="L144" class="LineNr"> 144 </span> top-before:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L145" class="LineNr"> 145 </span> cursor-before:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L144" class="LineNr"> 144 </span> top-before:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L145" class="LineNr"> 145 </span> cursor-before:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> <span id="L146" class="LineNr"> 146 </span>] <span id="L147" class="LineNr"> 147 </span><span class="muRecipe">before</span> <span class="Constant"><end-insert-character></span> [ -<span id="L148" class="LineNr"> 148 </span> top-after:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L148" class="LineNr"> 148 </span> top-after:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> <span id="L149" class="LineNr"> 149 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> <span id="L150" class="LineNr"> 150 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> -<span id="L151" class="LineNr"> 151 </span> undo:&:<a href='../064list.mu.html#L6'>list</a>:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> get *editor, <span class="Constant">undo:offset</span> +<span id="L151" class="LineNr"> 151 </span> undo:&:list:&:operation <span class="Special"><-</span> get *editor, <span class="Constant">undo:offset</span> <span id="L152" class="LineNr"> 152 </span> <span class="Delimiter">{</span> -<span id="L153" class="LineNr"> 153 </span> <span class="Conceal">¦</span> <span class="Comment"># if previous operation was an insert, coalesce this operation with it</span> -<span id="L154" class="LineNr"> 154 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> undo -<span id="L155" class="LineNr"> 155 </span> <span class="Conceal">¦</span> op:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> first undo -<span id="L156" class="LineNr"> 156 </span> <span class="Conceal">¦</span> typing:<a href='012-editor-undo.mu.html#L11'>insert-operation</a>, is-insert?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">typing:variant</span> -<span id="L157" class="LineNr"> 157 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-insert? -<span id="L158" class="LineNr"> 158 </span> <span class="Conceal">¦</span> previous-coalesce-tag:num <span class="Special"><-</span> get typing, <span class="Constant">tag:offset</span> -<span id="L159" class="LineNr"> 159 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> previous-coalesce-tag -<span id="L160" class="LineNr"> 160 </span> <span class="Conceal">¦</span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> -<span id="L161" class="LineNr"> 161 </span> <span class="Conceal">¦</span> insert-until:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor -<span id="L162" class="LineNr"> 162 </span> <span class="Conceal">¦</span> typing <span class="Special"><-</span> put typing, <span class="Constant">insert-until:offset</span>, insert-until -<span id="L163" class="LineNr"> 163 </span> <span class="Conceal">¦</span> typing <span class="Special"><-</span> put typing, <span class="Constant">after-row:offset</span>, cursor-row -<span id="L164" class="LineNr"> 164 </span> <span class="Conceal">¦</span> typing <span class="Special"><-</span> put typing, <span class="Constant">after-column:offset</span>, cursor-column -<span id="L165" class="LineNr"> 165 </span> <span class="Conceal">¦</span> typing <span class="Special"><-</span> put typing, <span class="Constant">after-top-of-screen:offset</span>, top-after -<span id="L166" class="LineNr"> 166 </span> <span class="Conceal">¦</span> *op <span class="Special"><-</span> merge <span class="Constant">0/insert-operation</span>, typing -<span id="L167" class="LineNr"> 167 </span> <span class="Conceal">¦</span><span class="muControl"> break</span> <span class="Constant">+done-adding-insert-operation</span> +<span id="L153" class="LineNr"> 153 </span> <span class="Comment"># if previous operation was an insert, coalesce this operation with it</span> +<span id="L154" class="LineNr"> 154 </span> <span class="muControl">break-unless</span> undo +<span id="L155" class="LineNr"> 155 </span> op:&:operation <span class="Special"><-</span> first undo +<span id="L156" class="LineNr"> 156 </span> typing:insert-operation, is-insert?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">typing:variant</span> +<span id="L157" class="LineNr"> 157 </span> <span class="muControl">break-unless</span> is-insert? +<span id="L158" class="LineNr"> 158 </span> previous-coalesce-tag:num <span class="Special"><-</span> get typing, <span class="Constant">tag:offset</span> +<span id="L159" class="LineNr"> 159 </span> <span class="muControl">break-unless</span> previous-coalesce-tag +<span id="L160" class="LineNr"> 160 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L161" class="LineNr"> 161 </span> insert-until:&:duplex-list:char <span class="Special"><-</span> next before-cursor +<span id="L162" class="LineNr"> 162 </span> typing <span class="Special"><-</span> put typing, <span class="Constant">insert-until:offset</span>, insert-until +<span id="L163" class="LineNr"> 163 </span> typing <span class="Special"><-</span> put typing, <span class="Constant">after-row:offset</span>, cursor-row +<span id="L164" class="LineNr"> 164 </span> typing <span class="Special"><-</span> put typing, <span class="Constant">after-column:offset</span>, cursor-column +<span id="L165" class="LineNr"> 165 </span> typing <span class="Special"><-</span> put typing, <span class="Constant">after-top-of-screen:offset</span>, top-after +<span id="L166" class="LineNr"> 166 </span> *op <span class="Special"><-</span> merge <span class="Constant">0/insert-operation</span>, typing +<span id="L167" class="LineNr"> 167 </span> <span class="muControl"> break</span> <span class="Constant">+done-adding-insert-operation</span> <span id="L168" class="LineNr"> 168 </span> <span class="Delimiter">}</span> <span id="L169" class="LineNr"> 169 </span> <span class="Comment"># if not, create a new operation</span> -<span id="L170" class="LineNr"> 170 </span> insert-from:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> cursor-before -<span id="L171" class="LineNr"> 171 </span> insert-to:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> insert-from -<span id="L172" class="LineNr"> 172 </span> op:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> new <span class="Constant"><a href='012-editor-undo.mu.html#L5'>operation</a>:type</span> +<span id="L170" class="LineNr"> 170 </span> insert-from:&:duplex-list:char <span class="Special"><-</span> next cursor-before +<span id="L171" class="LineNr"> 171 </span> insert-to:&:duplex-list:char <span class="Special"><-</span> next insert-from +<span id="L172" class="LineNr"> 172 </span> op:&:operation <span class="Special"><-</span> new <span class="Constant">operation:type</span> <span id="L173" class="LineNr"> 173 </span> *op <span class="Special"><-</span> merge <span class="Constant">0/insert-operation</span>, save-row/before, save-column/before, top-before, cursor-row/after, cursor-column/after, top-after, insert-from, insert-to, <span class="Constant">1/coalesce</span> -<span id="L174" class="LineNr"> 174 </span> editor <span class="Special"><-</span> <a href='012-editor-undo.mu.html#L202'>add-operation</a> editor, op +<span id="L174" class="LineNr"> 174 </span> editor <span class="Special"><-</span> add-operation editor, op <span id="L175" class="LineNr"> 175 </span><span class="Constant"> +done-adding-insert-operation</span> <span id="L176" class="LineNr"> 176 </span>] <span id="L177" class="LineNr"> 177 </span> <span id="L178" class="LineNr"> 178 </span><span class="Comment"># enter operations never coalesce with typing before or after</span> -<span id="L179" class="LineNr"> 179 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L861'><begin-insert-enter></a></span> [ +<span id="L179" class="LineNr"> 179 </span><span class="muRecipe">after</span> <span class="Constant"><begin-insert-enter></span> [ <span id="L180" class="LineNr"> 180 </span> cursor-row-before:num <span class="Special"><-</span> copy cursor-row <span id="L181" class="LineNr"> 181 </span> cursor-column-before:num <span class="Special"><-</span> copy cursor-column -<span id="L182" class="LineNr"> 182 </span> top-before:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L183" class="LineNr"> 183 </span> cursor-before:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L182" class="LineNr"> 182 </span> top-before:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L183" class="LineNr"> 183 </span> cursor-before:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> <span id="L184" class="LineNr"> 184 </span>] -<span id="L185" class="LineNr"> 185 </span><span class="muRecipe">before</span> <span class="Constant"><a href='002-typing.mu.html#L863'><end-insert-enter></a></span> [ -<span id="L186" class="LineNr"> 186 </span> top-after:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L185" class="LineNr"> 185 </span><span class="muRecipe">before</span> <span class="Constant"><end-insert-enter></span> [ +<span id="L186" class="LineNr"> 186 </span> top-after:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> <span id="L187" class="LineNr"> 187 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> <span id="L188" class="LineNr"> 188 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> <span id="L189" class="LineNr"> 189 </span> <span class="Comment"># never coalesce</span> -<span id="L190" class="LineNr"> 190 </span> insert-from:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> cursor-before -<span id="L191" class="LineNr"> 191 </span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> -<span id="L192" class="LineNr"> 192 </span> insert-to:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor -<span id="L193" class="LineNr"> 193 </span> op:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> new <span class="Constant"><a href='012-editor-undo.mu.html#L5'>operation</a>:type</span> +<span id="L190" class="LineNr"> 190 </span> insert-from:&:duplex-list:char <span class="Special"><-</span> next cursor-before +<span id="L191" class="LineNr"> 191 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L192" class="LineNr"> 192 </span> insert-to:&:duplex-list:char <span class="Special"><-</span> next before-cursor +<span id="L193" class="LineNr"> 193 </span> op:&:operation <span class="Special"><-</span> new <span class="Constant">operation:type</span> <span id="L194" class="LineNr"> 194 </span> *op <span class="Special"><-</span> merge <span class="Constant">0/insert-operation</span>, cursor-row-before, cursor-column-before, top-before, cursor-row/after, cursor-column/after, top-after, insert-from, insert-to, <span class="Constant">0/never-coalesce</span> -<span id="L195" class="LineNr"> 195 </span> editor <span class="Special"><-</span> <a href='012-editor-undo.mu.html#L202'>add-operation</a> editor, op +<span id="L195" class="LineNr"> 195 </span> editor <span class="Special"><-</span> add-operation editor, op <span id="L196" class="LineNr"> 196 </span>] <span id="L197" class="LineNr"> 197 </span> <span id="L198" class="LineNr"> 198 </span><span class="Comment"># Everytime you add a new operation to the undo stack, be sure to clear the</span> <span id="L199" class="LineNr"> 199 </span><span class="Comment"># redo stack, because it's now obsolete.</span> <span id="L200" class="LineNr"> 200 </span><span class="Comment"># Beware: since we're counting cursor moves as operations, this means just</span> <span id="L201" class="LineNr"> 201 </span><span class="Comment"># moving the cursor can lose work on the undo stack.</span> -<span id="L202" class="LineNr"> 202 </span><span class="muRecipe">def</span> <a href='012-editor-undo.mu.html#L202'>add-operation</a> editor:&:editor, op:&:<a href='012-editor-undo.mu.html#L5'>operation</a><span class="muRecipe"> -> </span>editor:&:editor [ +<span id="L202" class="LineNr"> 202 </span><span class="muRecipe">def</span> add-operation editor:&:editor, op:&:operation<span class="muRecipe"> -> </span>editor:&:editor [ <span id="L203" class="LineNr"> 203 </span> <span class="Constant">local-scope</span> <span id="L204" class="LineNr"> 204 </span> <span class="Constant">load-inputs</span> -<span id="L205" class="LineNr"> 205 </span> undo:&:<a href='../064list.mu.html#L6'>list</a>:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> get *editor, <span class="Constant">undo:offset</span> +<span id="L205" class="LineNr"> 205 </span> undo:&:list:&:operation <span class="Special"><-</span> get *editor, <span class="Constant">undo:offset</span> <span id="L206" class="LineNr"> 206 </span> undo <span class="Special"><-</span> push op undo <span id="L207" class="LineNr"> 207 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">undo:offset</span>, undo -<span id="L208" class="LineNr"> 208 </span> redo:&:<a href='../064list.mu.html#L6'>list</a>:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> get *editor, <span class="Constant">redo:offset</span> +<span id="L208" class="LineNr"> 208 </span> redo:&:list:&:operation <span class="Special"><-</span> get *editor, <span class="Constant">redo:offset</span> <span id="L209" class="LineNr"> 209 </span> redo <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L210" class="LineNr"> 210 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">redo:offset</span>, redo <span id="L211" class="LineNr"> 211 </span>] <span id="L212" class="LineNr"> 212 </span> -<span id="L213" class="LineNr"> 213 </span><span class="muRecipe">after</span> <span class="Constant"><a href='012-editor-undo.mu.html#L78'><handle-undo></a></span> [ +<span id="L213" class="LineNr"> 213 </span><span class="muRecipe">after</span> <span class="Constant"><handle-undo></span> [ <span id="L214" class="LineNr"> 214 </span> <span class="Delimiter">{</span> -<span id="L215" class="LineNr"> 215 </span> <span class="Conceal">¦</span> typing:<a href='012-editor-undo.mu.html#L11'>insert-operation</a>, is-insert?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">typing:variant</span> -<span id="L216" class="LineNr"> 216 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-insert? -<span id="L217" class="LineNr"> 217 </span> <span class="Conceal">¦</span> start:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get typing, <span class="Constant">insert-from:offset</span> -<span id="L218" class="LineNr"> 218 </span> <span class="Conceal">¦</span> end:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get typing, <span class="Constant">insert-until:offset</span> -<span id="L219" class="LineNr"> 219 </span> <span class="Conceal">¦</span> <span class="Comment"># assert cursor-row/cursor-column/top-of-screen match after-row/after-column/after-top-of-screen</span> -<span id="L220" class="LineNr"> 220 </span> <span class="Conceal">¦</span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L32'>prev</a> start -<span id="L221" class="LineNr"> 221 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor -<span id="L222" class="LineNr"> 222 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L385'>remove-between</a> before-cursor, end -<span id="L223" class="LineNr"> 223 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> get typing, <span class="Constant">before-row:offset</span> -<span id="L224" class="LineNr"> 224 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row -<span id="L225" class="LineNr"> 225 </span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> get typing, <span class="Constant">before-column:offset</span> -<span id="L226" class="LineNr"> 226 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L227" class="LineNr"> 227 </span> <span class="Conceal">¦</span> top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get typing, <span class="Constant">before-top-of-screen:offset</span> -<span id="L228" class="LineNr"> 228 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, top +<span id="L215" class="LineNr"> 215 </span> typing:insert-operation, is-insert?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">typing:variant</span> +<span id="L216" class="LineNr"> 216 </span> <span class="muControl">break-unless</span> is-insert? +<span id="L217" class="LineNr"> 217 </span> start:&:duplex-list:char <span class="Special"><-</span> get typing, <span class="Constant">insert-from:offset</span> +<span id="L218" class="LineNr"> 218 </span> end:&:duplex-list:char <span class="Special"><-</span> get typing, <span class="Constant">insert-until:offset</span> +<span id="L219" class="LineNr"> 219 </span> <span class="Comment"># assert cursor-row/cursor-column/top-of-screen match after-row/after-column/after-top-of-screen</span> +<span id="L220" class="LineNr"> 220 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> prev start +<span id="L221" class="LineNr"> 221 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor +<span id="L222" class="LineNr"> 222 </span> remove-between before-cursor, end +<span id="L223" class="LineNr"> 223 </span> cursor-row <span class="Special"><-</span> get typing, <span class="Constant">before-row:offset</span> +<span id="L224" class="LineNr"> 224 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L225" class="LineNr"> 225 </span> cursor-column <span class="Special"><-</span> get typing, <span class="Constant">before-column:offset</span> +<span id="L226" class="LineNr"> 226 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L227" class="LineNr"> 227 </span> top:&:duplex-list:char <span class="Special"><-</span> get typing, <span class="Constant">before-top-of-screen:offset</span> +<span id="L228" class="LineNr"> 228 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, top <span id="L229" class="LineNr"> 229 </span> <span class="Delimiter">}</span> <span id="L230" class="LineNr"> 230 </span>] <span id="L231" class="LineNr"> 231 </span> @@ -296,25 +295,25 @@ if ('onhashchange' in window) { <span id="L233" class="LineNr"> 233 </span> <span class="Constant">local-scope</span> <span id="L234" class="LineNr"> 234 </span> <span class="Comment"># create an editor and type multiple characters</span> <span id="L235" class="LineNr"> 235 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L236" class="LineNr"> 236 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L237" class="LineNr"> 237 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L236" class="LineNr"> 236 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L237" class="LineNr"> 237 </span> editor-render screen, e <span id="L238" class="LineNr"> 238 </span> assume-console [ -<span id="L239" class="LineNr"> 239 </span> <span class="Conceal">¦</span> type <span class="Constant">[012]</span> +<span id="L239" class="LineNr"> 239 </span> type <span class="Constant">[012]</span> <span id="L240" class="LineNr"> 240 </span> ] -<span id="L241" class="LineNr"> 241 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L241" class="LineNr"> 241 </span> editor-event-loop screen, console, e <span id="L242" class="LineNr"> 242 </span> <span class="Comment"># undo</span> <span id="L243" class="LineNr"> 243 </span> assume-console [ -<span id="L244" class="LineNr"> 244 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L244" class="LineNr"> 244 </span> press ctrl-z <span id="L245" class="LineNr"> 245 </span> ] <span id="L246" class="LineNr"> 246 </span> run [ -<span id="L247" class="LineNr"> 247 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L247" class="LineNr"> 247 </span> editor-event-loop screen, console, e <span id="L248" class="LineNr"> 248 </span> ] <span id="L249" class="LineNr"> 249 </span> <span class="Comment"># all characters must be gone</span> <span id="L250" class="LineNr"> 250 </span> screen-should-contain [ -<span id="L251" class="LineNr"> 251 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L252" class="LineNr"> 252 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L253" class="LineNr"> 253 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L254" class="LineNr"> 254 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L251" class="LineNr"> 251 </span> <span class="Constant"> . .</span> +<span id="L252" class="LineNr"> 252 </span> <span class="Constant"> . .</span> +<span id="L253" class="LineNr"> 253 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L254" class="LineNr"> 254 </span> <span class="Constant"> . .</span> <span id="L255" class="LineNr"> 255 </span> ] <span id="L256" class="LineNr"> 256 </span>] <span id="L257" class="LineNr"> 257 </span> @@ -322,45 +321,45 @@ if ('onhashchange' in window) { <span id="L259" class="LineNr"> 259 </span> <span class="Constant">local-scope</span> <span id="L260" class="LineNr"> 260 </span> <span class="Comment"># create an editor with some text</span> <span id="L261" class="LineNr"> 261 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L262" class="LineNr"> 262 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[a]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L263" class="LineNr"> 263 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L262" class="LineNr"> 262 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[a]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L263" class="LineNr"> 263 </span> editor-render screen, e <span id="L264" class="LineNr"> 264 </span> <span class="Comment"># type some characters</span> <span id="L265" class="LineNr"> 265 </span> assume-console [ -<span id="L266" class="LineNr"> 266 </span> <span class="Conceal">¦</span> type <span class="Constant">[012]</span> +<span id="L266" class="LineNr"> 266 </span> type <span class="Constant">[012]</span> <span id="L267" class="LineNr"> 267 </span> ] -<span id="L268" class="LineNr"> 268 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L268" class="LineNr"> 268 </span> editor-event-loop screen, console, e <span id="L269" class="LineNr"> 269 </span> screen-should-contain [ -<span id="L270" class="LineNr"> 270 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L271" class="LineNr"> 271 </span> <span class="Conceal">¦</span><span class="Constant"> .012a .</span> -<span id="L272" class="LineNr"> 272 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L273" class="LineNr"> 273 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L270" class="LineNr"> 270 </span> <span class="Constant"> . .</span> +<span id="L271" class="LineNr"> 271 </span> <span class="Constant"> .012a .</span> +<span id="L272" class="LineNr"> 272 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L273" class="LineNr"> 273 </span> <span class="Constant"> . .</span> <span id="L274" class="LineNr"> 274 </span> ] <span id="L275" class="LineNr"> 275 </span> <span class="Comment"># undo</span> <span id="L276" class="LineNr"> 276 </span> assume-console [ -<span id="L277" class="LineNr"> 277 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L277" class="LineNr"> 277 </span> press ctrl-z <span id="L278" class="LineNr"> 278 </span> ] <span id="L279" class="LineNr"> 279 </span> run [ -<span id="L280" class="LineNr"> 280 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L280" class="LineNr"> 280 </span> editor-event-loop screen, console, e <span id="L281" class="LineNr"> 281 </span> ] <span id="L282" class="LineNr"> 282 </span> <span class="Comment"># back to original text</span> <span id="L283" class="LineNr"> 283 </span> screen-should-contain [ -<span id="L284" class="LineNr"> 284 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L285" class="LineNr"> 285 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L286" class="LineNr"> 286 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L287" class="LineNr"> 287 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L284" class="LineNr"> 284 </span> <span class="Constant"> . .</span> +<span id="L285" class="LineNr"> 285 </span> <span class="Constant"> .a .</span> +<span id="L286" class="LineNr"> 286 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L287" class="LineNr"> 287 </span> <span class="Constant"> . .</span> <span id="L288" class="LineNr"> 288 </span> ] <span id="L289" class="LineNr"> 289 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L290" class="LineNr"> 290 </span> assume-console [ -<span id="L291" class="LineNr"> 291 </span> <span class="Conceal">¦</span> type <span class="Constant">[3]</span> +<span id="L291" class="LineNr"> 291 </span> type <span class="Constant">[3]</span> <span id="L292" class="LineNr"> 292 </span> ] <span id="L293" class="LineNr"> 293 </span> run [ -<span id="L294" class="LineNr"> 294 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L294" class="LineNr"> 294 </span> editor-event-loop screen, console, e <span id="L295" class="LineNr"> 295 </span> ] <span id="L296" class="LineNr"> 296 </span> screen-should-contain [ -<span id="L297" class="LineNr"> 297 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L298" class="LineNr"> 298 </span> <span class="Conceal">¦</span><span class="Constant"> .3a .</span> -<span id="L299" class="LineNr"> 299 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L300" class="LineNr"> 300 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L297" class="LineNr"> 297 </span> <span class="Constant"> . .</span> +<span id="L298" class="LineNr"> 298 </span> <span class="Constant"> .3a .</span> +<span id="L299" class="LineNr"> 299 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L300" class="LineNr"> 300 </span> <span class="Constant"> . .</span> <span id="L301" class="LineNr"> 301 </span> ] <span id="L302" class="LineNr"> 302 </span>] <span id="L303" class="LineNr"> 303 </span> @@ -368,60 +367,60 @@ if ('onhashchange' in window) { <span id="L305" class="LineNr"> 305 </span> <span class="Constant">local-scope</span> <span id="L306" class="LineNr"> 306 </span> <span class="Comment"># create an editor with some text</span> <span id="L307" class="LineNr"> 307 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L308" class="LineNr"> 308 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[ abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L309" class="LineNr"> 309 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L308" class="LineNr"> 308 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[ abc]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L309" class="LineNr"> 309 </span> editor-render screen, e <span id="L310" class="LineNr"> 310 </span> <span class="Comment"># new line</span> <span id="L311" class="LineNr"> 311 </span> assume-console [ -<span id="L312" class="LineNr"> 312 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 8</span> -<span id="L313" class="LineNr"> 313 </span> <span class="Conceal">¦</span> press enter +<span id="L312" class="LineNr"> 312 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 8</span> +<span id="L313" class="LineNr"> 313 </span> press enter <span id="L314" class="LineNr"> 314 </span> ] -<span id="L315" class="LineNr"> 315 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L315" class="LineNr"> 315 </span> editor-event-loop screen, console, e <span id="L316" class="LineNr"> 316 </span> screen-should-contain [ -<span id="L317" class="LineNr"> 317 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L318" class="LineNr"> 318 </span> <span class="Conceal">¦</span><span class="Constant"> . abc .</span> -<span id="L319" class="LineNr"> 319 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L320" class="LineNr"> 320 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L321" class="LineNr"> 321 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L317" class="LineNr"> 317 </span> <span class="Constant"> . .</span> +<span id="L318" class="LineNr"> 318 </span> <span class="Constant"> . abc .</span> +<span id="L319" class="LineNr"> 319 </span> <span class="Constant"> . .</span> +<span id="L320" class="LineNr"> 320 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L321" class="LineNr"> 321 </span> <span class="Constant"> . .</span> <span id="L322" class="LineNr"> 322 </span> ] <span id="L323" class="LineNr"> 323 </span> <span class="Comment"># line is indented</span> <span id="L324" class="LineNr"> 324 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L325" class="LineNr"> 325 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L326" class="LineNr"> 326 </span> memory-should-contain [ -<span id="L327" class="LineNr"> 327 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L328" class="LineNr"> 328 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L327" class="LineNr"> 327 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L328" class="LineNr"> 328 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span id="L329" class="LineNr"> 329 </span> ] <span id="L330" class="LineNr"> 330 </span> <span class="Comment"># undo</span> <span id="L331" class="LineNr"> 331 </span> assume-console [ -<span id="L332" class="LineNr"> 332 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L332" class="LineNr"> 332 </span> press ctrl-z <span id="L333" class="LineNr"> 333 </span> ] <span id="L334" class="LineNr"> 334 </span> run [ -<span id="L335" class="LineNr"> 335 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L335" class="LineNr"> 335 </span> editor-event-loop screen, console, e <span id="L336" class="LineNr"> 336 </span> ] <span id="L337" class="LineNr"> 337 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L338" class="LineNr"> 338 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L339" class="LineNr"> 339 </span> memory-should-contain [ -<span id="L340" class="LineNr"> 340 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L341" class="LineNr"> 341 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 5</span> +<span id="L340" class="LineNr"> 340 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L341" class="LineNr"> 341 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 5</span> <span id="L342" class="LineNr"> 342 </span> ] <span id="L343" class="LineNr"> 343 </span> <span class="Comment"># back to original text</span> <span id="L344" class="LineNr"> 344 </span> screen-should-contain [ -<span id="L345" class="LineNr"> 345 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L346" class="LineNr"> 346 </span> <span class="Conceal">¦</span><span class="Constant"> . abc .</span> -<span id="L347" class="LineNr"> 347 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L348" class="LineNr"> 348 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L345" class="LineNr"> 345 </span> <span class="Constant"> . .</span> +<span id="L346" class="LineNr"> 346 </span> <span class="Constant"> . abc .</span> +<span id="L347" class="LineNr"> 347 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L348" class="LineNr"> 348 </span> <span class="Constant"> . .</span> <span id="L349" class="LineNr"> 349 </span> ] <span id="L350" class="LineNr"> 350 </span> <span class="Comment"># cursor should be at end of line</span> <span id="L351" class="LineNr"> 351 </span> assume-console [ -<span id="L352" class="LineNr"> 352 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> +<span id="L352" class="LineNr"> 352 </span> type <span class="Constant">[1]</span> <span id="L353" class="LineNr"> 353 </span> ] <span id="L354" class="LineNr"> 354 </span> run [ -<span id="L355" class="LineNr"> 355 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L355" class="LineNr"> 355 </span> editor-event-loop screen, console, e <span id="L356" class="LineNr"> 356 </span> ] <span id="L357" class="LineNr"> 357 </span> screen-should-contain [ -<span id="L358" class="LineNr"> 358 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L359" class="LineNr"> 359 </span> <span class="Conceal">¦</span><span class="Constant"> . abc1 .</span> -<span id="L360" class="LineNr"> 360 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L361" class="LineNr"> 361 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L358" class="LineNr"> 358 </span> <span class="Constant"> . .</span> +<span id="L359" class="LineNr"> 359 </span> <span class="Constant"> . abc1 .</span> +<span id="L360" class="LineNr"> 360 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L361" class="LineNr"> 361 </span> <span class="Constant"> . .</span> <span id="L362" class="LineNr"> 362 </span> ] <span id="L363" class="LineNr"> 363 </span>] <span id="L364" class="LineNr"> 364 </span> @@ -431,63 +430,63 @@ if ('onhashchange' in window) { <span id="L368" class="LineNr"> 368 </span> <span class="Constant">local-scope</span> <span id="L369" class="LineNr"> 369 </span> <span class="Comment"># create an editor, type something, undo</span> <span id="L370" class="LineNr"> 370 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L371" class="LineNr"> 371 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[a]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L372" class="LineNr"> 372 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L371" class="LineNr"> 371 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[a]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L372" class="LineNr"> 372 </span> editor-render screen, e <span id="L373" class="LineNr"> 373 </span> assume-console [ -<span id="L374" class="LineNr"> 374 </span> <span class="Conceal">¦</span> type <span class="Constant">[012]</span> -<span id="L375" class="LineNr"> 375 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L374" class="LineNr"> 374 </span> type <span class="Constant">[012]</span> +<span id="L375" class="LineNr"> 375 </span> press ctrl-z <span id="L376" class="LineNr"> 376 </span> ] -<span id="L377" class="LineNr"> 377 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L377" class="LineNr"> 377 </span> editor-event-loop screen, console, e <span id="L378" class="LineNr"> 378 </span> screen-should-contain [ -<span id="L379" class="LineNr"> 379 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L380" class="LineNr"> 380 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L381" class="LineNr"> 381 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L382" class="LineNr"> 382 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L379" class="LineNr"> 379 </span> <span class="Constant"> . .</span> +<span id="L380" class="LineNr"> 380 </span> <span class="Constant"> .a .</span> +<span id="L381" class="LineNr"> 381 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L382" class="LineNr"> 382 </span> <span class="Constant"> . .</span> <span id="L383" class="LineNr"> 383 </span> ] <span id="L384" class="LineNr"> 384 </span> <span class="Comment"># redo</span> <span id="L385" class="LineNr"> 385 </span> assume-console [ -<span id="L386" class="LineNr"> 386 </span> <span class="Conceal">¦</span> press ctrl-y +<span id="L386" class="LineNr"> 386 </span> press ctrl-y <span id="L387" class="LineNr"> 387 </span> ] <span id="L388" class="LineNr"> 388 </span> run [ -<span id="L389" class="LineNr"> 389 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L389" class="LineNr"> 389 </span> editor-event-loop screen, console, e <span id="L390" class="LineNr"> 390 </span> ] <span id="L391" class="LineNr"> 391 </span> <span class="Comment"># all characters must be back</span> <span id="L392" class="LineNr"> 392 </span> screen-should-contain [ -<span id="L393" class="LineNr"> 393 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L394" class="LineNr"> 394 </span> <span class="Conceal">¦</span><span class="Constant"> .012a .</span> -<span id="L395" class="LineNr"> 395 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L396" class="LineNr"> 396 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L393" class="LineNr"> 393 </span> <span class="Constant"> . .</span> +<span id="L394" class="LineNr"> 394 </span> <span class="Constant"> .012a .</span> +<span id="L395" class="LineNr"> 395 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L396" class="LineNr"> 396 </span> <span class="Constant"> . .</span> <span id="L397" class="LineNr"> 397 </span> ] <span id="L398" class="LineNr"> 398 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L399" class="LineNr"> 399 </span> assume-console [ -<span id="L400" class="LineNr"> 400 </span> <span class="Conceal">¦</span> type <span class="Constant">[3]</span> +<span id="L400" class="LineNr"> 400 </span> type <span class="Constant">[3]</span> <span id="L401" class="LineNr"> 401 </span> ] <span id="L402" class="LineNr"> 402 </span> run [ -<span id="L403" class="LineNr"> 403 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L403" class="LineNr"> 403 </span> editor-event-loop screen, console, e <span id="L404" class="LineNr"> 404 </span> ] <span id="L405" class="LineNr"> 405 </span> screen-should-contain [ -<span id="L406" class="LineNr"> 406 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L407" class="LineNr"> 407 </span> <span class="Conceal">¦</span><span class="Constant"> .0123a .</span> -<span id="L408" class="LineNr"> 408 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L409" class="LineNr"> 409 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L406" class="LineNr"> 406 </span> <span class="Constant"> . .</span> +<span id="L407" class="LineNr"> 407 </span> <span class="Constant"> .0123a .</span> +<span id="L408" class="LineNr"> 408 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L409" class="LineNr"> 409 </span> <span class="Constant"> . .</span> <span id="L410" class="LineNr"> 410 </span> ] <span id="L411" class="LineNr"> 411 </span>] <span id="L412" class="LineNr"> 412 </span> -<span id="L413" class="LineNr"> 413 </span><span class="muRecipe">after</span> <span class="Constant"><a href='012-editor-undo.mu.html#L96'><handle-redo></a></span> [ +<span id="L413" class="LineNr"> 413 </span><span class="muRecipe">after</span> <span class="Constant"><handle-redo></span> [ <span id="L414" class="LineNr"> 414 </span> <span class="Delimiter">{</span> -<span id="L415" class="LineNr"> 415 </span> <span class="Conceal">¦</span> typing:<a href='012-editor-undo.mu.html#L11'>insert-operation</a>, is-insert?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">typing:variant</span> -<span id="L416" class="LineNr"> 416 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-insert? -<span id="L417" class="LineNr"> 417 </span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> -<span id="L418" class="LineNr"> 418 </span> <span class="Conceal">¦</span> insert-from:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get typing, <span class="Constant">insert-from:offset</span> <span class="Comment"># ignore insert-to because it's already been spliced away</span> -<span id="L419" class="LineNr"> 419 </span> <span class="Conceal">¦</span> <span class="Comment"># assert insert-to matches next(before-cursor)</span> -<span id="L420" class="LineNr"> 420 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L525'>splice</a> before-cursor, insert-from -<span id="L421" class="LineNr"> 421 </span> <span class="Conceal">¦</span> <span class="Comment"># assert cursor-row/cursor-column/top-of-screen match after-row/after-column/after-top-of-screen</span> -<span id="L422" class="LineNr"> 422 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> get typing, <span class="Constant">after-row:offset</span> -<span id="L423" class="LineNr"> 423 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row -<span id="L424" class="LineNr"> 424 </span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> get typing, <span class="Constant">after-column:offset</span> -<span id="L425" class="LineNr"> 425 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L426" class="LineNr"> 426 </span> <span class="Conceal">¦</span> top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get typing, <span class="Constant">after-top-of-screen:offset</span> -<span id="L427" class="LineNr"> 427 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, top +<span id="L415" class="LineNr"> 415 </span> typing:insert-operation, is-insert?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">typing:variant</span> +<span id="L416" class="LineNr"> 416 </span> <span class="muControl">break-unless</span> is-insert? +<span id="L417" class="LineNr"> 417 </span> before-cursor <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L418" class="LineNr"> 418 </span> insert-from:&:duplex-list:char <span class="Special"><-</span> get typing, <span class="Constant">insert-from:offset</span> <span class="Comment"># ignore insert-to because it's already been spliced away</span> +<span id="L419" class="LineNr"> 419 </span> <span class="Comment"># assert insert-to matches next(before-cursor)</span> +<span id="L420" class="LineNr"> 420 </span> splice before-cursor, insert-from +<span id="L421" class="LineNr"> 421 </span> <span class="Comment"># assert cursor-row/cursor-column/top-of-screen match after-row/after-column/after-top-of-screen</span> +<span id="L422" class="LineNr"> 422 </span> cursor-row <span class="Special"><-</span> get typing, <span class="Constant">after-row:offset</span> +<span id="L423" class="LineNr"> 423 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L424" class="LineNr"> 424 </span> cursor-column <span class="Special"><-</span> get typing, <span class="Constant">after-column:offset</span> +<span id="L425" class="LineNr"> 425 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L426" class="LineNr"> 426 </span> top:&:duplex-list:char <span class="Special"><-</span> get typing, <span class="Constant">after-top-of-screen:offset</span> +<span id="L427" class="LineNr"> 427 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, top <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> @@ -495,45 +494,45 @@ if ('onhashchange' in window) { <span id="L432" class="LineNr"> 432 </span> <span class="Constant">local-scope</span> <span id="L433" class="LineNr"> 433 </span> <span class="Comment"># create an editor, type something, undo</span> <span id="L434" class="LineNr"> 434 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L435" class="LineNr"> 435 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L436" class="LineNr"> 436 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L435" class="LineNr"> 435 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L436" class="LineNr"> 436 </span> editor-render screen, e <span id="L437" class="LineNr"> 437 </span> assume-console [ -<span id="L438" class="LineNr"> 438 </span> <span class="Conceal">¦</span> type <span class="Constant">[012]</span> -<span id="L439" class="LineNr"> 439 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L438" class="LineNr"> 438 </span> type <span class="Constant">[012]</span> +<span id="L439" class="LineNr"> 439 </span> press ctrl-z <span id="L440" class="LineNr"> 440 </span> ] -<span id="L441" class="LineNr"> 441 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L441" class="LineNr"> 441 </span> editor-event-loop screen, console, e <span id="L442" class="LineNr"> 442 </span> screen-should-contain [ -<span id="L443" class="LineNr"> 443 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L444" class="LineNr"> 444 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L445" class="LineNr"> 445 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L446" class="LineNr"> 446 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L443" class="LineNr"> 443 </span> <span class="Constant"> . .</span> +<span id="L444" class="LineNr"> 444 </span> <span class="Constant"> . .</span> +<span id="L445" class="LineNr"> 445 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L446" class="LineNr"> 446 </span> <span class="Constant"> . .</span> <span id="L447" class="LineNr"> 447 </span> ] <span id="L448" class="LineNr"> 448 </span> <span class="Comment"># redo</span> <span id="L449" class="LineNr"> 449 </span> assume-console [ -<span id="L450" class="LineNr"> 450 </span> <span class="Conceal">¦</span> press ctrl-y +<span id="L450" class="LineNr"> 450 </span> press ctrl-y <span id="L451" class="LineNr"> 451 </span> ] <span id="L452" class="LineNr"> 452 </span> run [ -<span id="L453" class="LineNr"> 453 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L453" class="LineNr"> 453 </span> editor-event-loop screen, console, e <span id="L454" class="LineNr"> 454 </span> ] <span id="L455" class="LineNr"> 455 </span> <span class="Comment"># all characters must be back</span> <span id="L456" class="LineNr"> 456 </span> screen-should-contain [ -<span id="L457" class="LineNr"> 457 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L458" class="LineNr"> 458 </span> <span class="Conceal">¦</span><span class="Constant"> .012 .</span> -<span id="L459" class="LineNr"> 459 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L460" class="LineNr"> 460 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L457" class="LineNr"> 457 </span> <span class="Constant"> . .</span> +<span id="L458" class="LineNr"> 458 </span> <span class="Constant"> .012 .</span> +<span id="L459" class="LineNr"> 459 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L460" class="LineNr"> 460 </span> <span class="Constant"> . .</span> <span id="L461" class="LineNr"> 461 </span> ] <span id="L462" class="LineNr"> 462 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L463" class="LineNr"> 463 </span> assume-console [ -<span id="L464" class="LineNr"> 464 </span> <span class="Conceal">¦</span> type <span class="Constant">[3]</span> +<span id="L464" class="LineNr"> 464 </span> type <span class="Constant">[3]</span> <span id="L465" class="LineNr"> 465 </span> ] <span id="L466" class="LineNr"> 466 </span> run [ -<span id="L467" class="LineNr"> 467 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L467" class="LineNr"> 467 </span> editor-event-loop screen, console, e <span id="L468" class="LineNr"> 468 </span> ] <span id="L469" class="LineNr"> 469 </span> screen-should-contain [ -<span id="L470" class="LineNr"> 470 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L471" class="LineNr"> 471 </span> <span class="Conceal">¦</span><span class="Constant"> .0123 .</span> -<span id="L472" class="LineNr"> 472 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L473" class="LineNr"> 473 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L470" class="LineNr"> 470 </span> <span class="Constant"> . .</span> +<span id="L471" class="LineNr"> 471 </span> <span class="Constant"> .0123 .</span> +<span id="L472" class="LineNr"> 472 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L473" class="LineNr"> 473 </span> <span class="Constant"> . .</span> <span id="L474" class="LineNr"> 474 </span> ] <span id="L475" class="LineNr"> 475 </span>] <span id="L476" class="LineNr"> 476 </span> @@ -544,39 +543,39 @@ if ('onhashchange' in window) { <span id="L481" class="LineNr"> 481 </span> contents:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L482" class="LineNr"> 482 </span><span class="Constant">def</span> <span id="L483" class="LineNr"> 483 </span><span class="Constant">ghi]</span> -<span id="L484" class="LineNr"> 484 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L485" class="LineNr"> 485 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L484" class="LineNr"> 484 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L485" class="LineNr"> 485 </span> editor-render screen, e <span id="L486" class="LineNr"> 486 </span> assume-console [ -<span id="L487" class="LineNr"> 487 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> -<span id="L488" class="LineNr"> 488 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L487" class="LineNr"> 487 </span> type <span class="Constant">[1]</span> +<span id="L488" class="LineNr"> 488 </span> press ctrl-z <span id="L489" class="LineNr"> 489 </span> ] -<span id="L490" class="LineNr"> 490 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L490" class="LineNr"> 490 </span> editor-event-loop screen, console, e <span id="L491" class="LineNr"> 491 </span> <span class="Comment"># do some more work</span> <span id="L492" class="LineNr"> 492 </span> assume-console [ -<span id="L493" class="LineNr"> 493 </span> <span class="Conceal">¦</span> type <span class="Constant">[0]</span> +<span id="L493" class="LineNr"> 493 </span> type <span class="Constant">[0]</span> <span id="L494" class="LineNr"> 494 </span> ] -<span id="L495" class="LineNr"> 495 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L495" class="LineNr"> 495 </span> editor-event-loop screen, console, e <span id="L496" class="LineNr"> 496 </span> screen-should-contain [ -<span id="L497" class="LineNr"> 497 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L498" class="LineNr"> 498 </span> <span class="Conceal">¦</span><span class="Constant"> .0abc .</span> -<span id="L499" class="LineNr"> 499 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L500" class="LineNr"> 500 </span> <span class="Conceal">¦</span><span class="Constant"> .ghi .</span> -<span id="L501" class="LineNr"> 501 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L497" class="LineNr"> 497 </span> <span class="Constant"> . .</span> +<span id="L498" class="LineNr"> 498 </span> <span class="Constant"> .0abc .</span> +<span id="L499" class="LineNr"> 499 </span> <span class="Constant"> .def .</span> +<span id="L500" class="LineNr"> 500 </span> <span class="Constant"> .ghi .</span> +<span id="L501" class="LineNr"> 501 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L502" class="LineNr"> 502 </span> ] <span id="L503" class="LineNr"> 503 </span> <span class="Comment"># redo</span> <span id="L504" class="LineNr"> 504 </span> assume-console [ -<span id="L505" class="LineNr"> 505 </span> <span class="Conceal">¦</span> press ctrl-y +<span id="L505" class="LineNr"> 505 </span> press ctrl-y <span id="L506" class="LineNr"> 506 </span> ] <span id="L507" class="LineNr"> 507 </span> run [ -<span id="L508" class="LineNr"> 508 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L508" class="LineNr"> 508 </span> editor-event-loop screen, console, e <span id="L509" class="LineNr"> 509 </span> ] <span id="L510" class="LineNr"> 510 </span> <span class="Comment"># nothing should happen</span> <span id="L511" class="LineNr"> 511 </span> screen-should-contain [ -<span id="L512" class="LineNr"> 512 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L513" class="LineNr"> 513 </span> <span class="Conceal">¦</span><span class="Constant"> .0abc .</span> -<span id="L514" class="LineNr"> 514 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L515" class="LineNr"> 515 </span> <span class="Conceal">¦</span><span class="Constant"> .ghi .</span> -<span id="L516" class="LineNr"> 516 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L512" class="LineNr"> 512 </span> <span class="Constant"> . .</span> +<span id="L513" class="LineNr"> 513 </span> <span class="Constant"> .0abc .</span> +<span id="L514" class="LineNr"> 514 </span> <span class="Constant"> .def .</span> +<span id="L515" class="LineNr"> 515 </span> <span class="Constant"> .ghi .</span> +<span id="L516" class="LineNr"> 516 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L517" class="LineNr"> 517 </span> ] <span id="L518" class="LineNr"> 518 </span>] <span id="L519" class="LineNr"> 519 </span> @@ -584,154 +583,154 @@ if ('onhashchange' in window) { <span id="L521" class="LineNr"> 521 </span> <span class="Constant">local-scope</span> <span id="L522" class="LineNr"> 522 </span> <span class="Comment"># create an editor</span> <span id="L523" class="LineNr"> 523 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L524" class="LineNr"> 524 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L525" class="LineNr"> 525 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L524" class="LineNr"> 524 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L525" class="LineNr"> 525 </span> editor-render screen, e <span id="L526" class="LineNr"> 526 </span> <span class="Comment"># insert some text and tabs, hit enter, some more text and tabs</span> <span id="L527" class="LineNr"> 527 </span> assume-console [ -<span id="L528" class="LineNr"> 528 </span> <span class="Conceal">¦</span> press tab -<span id="L529" class="LineNr"> 529 </span> <span class="Conceal">¦</span> type <span class="Constant">[ab]</span> -<span id="L530" class="LineNr"> 530 </span> <span class="Conceal">¦</span> press tab -<span id="L531" class="LineNr"> 531 </span> <span class="Conceal">¦</span> type <span class="Constant">[cd]</span> -<span id="L532" class="LineNr"> 532 </span> <span class="Conceal">¦</span> press enter -<span id="L533" class="LineNr"> 533 </span> <span class="Conceal">¦</span> press tab -<span id="L534" class="LineNr"> 534 </span> <span class="Conceal">¦</span> type <span class="Constant">[efg]</span> +<span id="L528" class="LineNr"> 528 </span> press tab +<span id="L529" class="LineNr"> 529 </span> type <span class="Constant">[ab]</span> +<span id="L530" class="LineNr"> 530 </span> press tab +<span id="L531" class="LineNr"> 531 </span> type <span class="Constant">[cd]</span> +<span id="L532" class="LineNr"> 532 </span> press enter +<span id="L533" class="LineNr"> 533 </span> press tab +<span id="L534" class="LineNr"> 534 </span> type <span class="Constant">[efg]</span> <span id="L535" class="LineNr"> 535 </span> ] -<span id="L536" class="LineNr"> 536 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L536" class="LineNr"> 536 </span> editor-event-loop screen, console, e <span id="L537" class="LineNr"> 537 </span> screen-should-contain [ -<span id="L538" class="LineNr"> 538 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L539" class="LineNr"> 539 </span> <span class="Conceal">¦</span><span class="Constant"> . ab cd .</span> -<span id="L540" class="LineNr"> 540 </span> <span class="Conceal">¦</span><span class="Constant"> . efg .</span> -<span id="L541" class="LineNr"> 541 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L542" class="LineNr"> 542 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L538" class="LineNr"> 538 </span> <span class="Constant"> . .</span> +<span id="L539" class="LineNr"> 539 </span> <span class="Constant"> . ab cd .</span> +<span id="L540" class="LineNr"> 540 </span> <span class="Constant"> . efg .</span> +<span id="L541" class="LineNr"> 541 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L542" class="LineNr"> 542 </span> <span class="Constant"> . .</span> <span id="L543" class="LineNr"> 543 </span> ] <span id="L544" class="LineNr"> 544 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L545" class="LineNr"> 545 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L546" class="LineNr"> 546 </span> memory-should-contain [ -<span id="L547" class="LineNr"> 547 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L548" class="LineNr"> 548 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 7</span> +<span id="L547" class="LineNr"> 547 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L548" class="LineNr"> 548 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span id="L549" class="LineNr"> 549 </span> ] <span id="L550" class="LineNr"> 550 </span> <span class="Comment"># undo</span> <span id="L551" class="LineNr"> 551 </span> assume-console [ -<span id="L552" class="LineNr"> 552 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L552" class="LineNr"> 552 </span> press ctrl-z <span id="L553" class="LineNr"> 553 </span> ] <span id="L554" class="LineNr"> 554 </span> run [ -<span id="L555" class="LineNr"> 555 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L555" class="LineNr"> 555 </span> editor-event-loop screen, console, e <span id="L556" class="LineNr"> 556 </span> ] <span id="L557" class="LineNr"> 557 </span> <span class="Comment"># typing in second line deleted, but not indent</span> <span id="L558" class="LineNr"> 558 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L559" class="LineNr"> 559 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L560" class="LineNr"> 560 </span> memory-should-contain [ -<span id="L561" class="LineNr"> 561 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L562" class="LineNr"> 562 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L561" class="LineNr"> 561 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L562" class="LineNr"> 562 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span id="L563" class="LineNr"> 563 </span> ] <span id="L564" class="LineNr"> 564 </span> screen-should-contain [ -<span id="L565" class="LineNr"> 565 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L566" class="LineNr"> 566 </span> <span class="Conceal">¦</span><span class="Constant"> . ab cd .</span> -<span id="L567" class="LineNr"> 567 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L568" class="LineNr"> 568 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L569" class="LineNr"> 569 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L565" class="LineNr"> 565 </span> <span class="Constant"> . .</span> +<span id="L566" class="LineNr"> 566 </span> <span class="Constant"> . ab cd .</span> +<span id="L567" class="LineNr"> 567 </span> <span class="Constant"> . .</span> +<span id="L568" class="LineNr"> 568 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L569" class="LineNr"> 569 </span> <span class="Constant"> . .</span> <span id="L570" class="LineNr"> 570 </span> ] <span id="L571" class="LineNr"> 571 </span> <span class="Comment"># undo again</span> <span id="L572" class="LineNr"> 572 </span> assume-console [ -<span id="L573" class="LineNr"> 573 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L573" class="LineNr"> 573 </span> press ctrl-z <span id="L574" class="LineNr"> 574 </span> ] <span id="L575" class="LineNr"> 575 </span> run [ -<span id="L576" class="LineNr"> 576 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L576" class="LineNr"> 576 </span> editor-event-loop screen, console, e <span id="L577" class="LineNr"> 577 </span> ] <span id="L578" class="LineNr"> 578 </span> <span class="Comment"># indent and newline deleted</span> <span id="L579" class="LineNr"> 579 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L580" class="LineNr"> 580 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L581" class="LineNr"> 581 </span> memory-should-contain [ -<span id="L582" class="LineNr"> 582 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L583" class="LineNr"> 583 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 8</span> +<span id="L582" class="LineNr"> 582 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L583" class="LineNr"> 583 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 8</span> <span id="L584" class="LineNr"> 584 </span> ] <span id="L585" class="LineNr"> 585 </span> screen-should-contain [ -<span id="L586" class="LineNr"> 586 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L587" class="LineNr"> 587 </span> <span class="Conceal">¦</span><span class="Constant"> . ab cd .</span> -<span id="L588" class="LineNr"> 588 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L589" class="LineNr"> 589 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L586" class="LineNr"> 586 </span> <span class="Constant"> . .</span> +<span id="L587" class="LineNr"> 587 </span> <span class="Constant"> . ab cd .</span> +<span id="L588" class="LineNr"> 588 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L589" class="LineNr"> 589 </span> <span class="Constant"> . .</span> <span id="L590" class="LineNr"> 590 </span> ] <span id="L591" class="LineNr"> 591 </span> <span class="Comment"># undo again</span> <span id="L592" class="LineNr"> 592 </span> assume-console [ -<span id="L593" class="LineNr"> 593 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L593" class="LineNr"> 593 </span> press ctrl-z <span id="L594" class="LineNr"> 594 </span> ] <span id="L595" class="LineNr"> 595 </span> run [ -<span id="L596" class="LineNr"> 596 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L596" class="LineNr"> 596 </span> editor-event-loop screen, console, e <span id="L597" class="LineNr"> 597 </span> ] <span id="L598" class="LineNr"> 598 </span> <span class="Comment"># empty screen</span> <span id="L599" class="LineNr"> 599 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L600" class="LineNr"> 600 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L601" class="LineNr"> 601 </span> memory-should-contain [ -<span id="L602" class="LineNr"> 602 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L603" class="LineNr"> 603 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L602" class="LineNr"> 602 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L603" class="LineNr"> 603 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L604" class="LineNr"> 604 </span> ] <span id="L605" class="LineNr"> 605 </span> screen-should-contain [ -<span id="L606" class="LineNr"> 606 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L607" class="LineNr"> 607 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L608" class="LineNr"> 608 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L609" class="LineNr"> 609 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L606" class="LineNr"> 606 </span> <span class="Constant"> . .</span> +<span id="L607" class="LineNr"> 607 </span> <span class="Constant"> . .</span> +<span id="L608" class="LineNr"> 608 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L609" class="LineNr"> 609 </span> <span class="Constant"> . .</span> <span id="L610" class="LineNr"> 610 </span> ] <span id="L611" class="LineNr"> 611 </span> <span class="Comment"># redo</span> <span id="L612" class="LineNr"> 612 </span> assume-console [ -<span id="L613" class="LineNr"> 613 </span> <span class="Conceal">¦</span> press ctrl-y +<span id="L613" class="LineNr"> 613 </span> press ctrl-y <span id="L614" class="LineNr"> 614 </span> ] <span id="L615" class="LineNr"> 615 </span> run [ -<span id="L616" class="LineNr"> 616 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L616" class="LineNr"> 616 </span> editor-event-loop screen, console, e <span id="L617" class="LineNr"> 617 </span> ] <span id="L618" class="LineNr"> 618 </span> <span class="Comment"># first line inserted</span> <span id="L619" class="LineNr"> 619 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L620" class="LineNr"> 620 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L621" class="LineNr"> 621 </span> memory-should-contain [ -<span id="L622" class="LineNr"> 622 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L623" class="LineNr"> 623 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 8</span> +<span id="L622" class="LineNr"> 622 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L623" class="LineNr"> 623 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 8</span> <span id="L624" class="LineNr"> 624 </span> ] <span id="L625" class="LineNr"> 625 </span> screen-should-contain [ -<span id="L626" class="LineNr"> 626 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L627" class="LineNr"> 627 </span> <span class="Conceal">¦</span><span class="Constant"> . ab cd .</span> -<span id="L628" class="LineNr"> 628 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L629" class="LineNr"> 629 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L626" class="LineNr"> 626 </span> <span class="Constant"> . .</span> +<span id="L627" class="LineNr"> 627 </span> <span class="Constant"> . ab cd .</span> +<span id="L628" class="LineNr"> 628 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L629" class="LineNr"> 629 </span> <span class="Constant"> . .</span> <span id="L630" class="LineNr"> 630 </span> ] <span id="L631" class="LineNr"> 631 </span> <span class="Comment"># redo again</span> <span id="L632" class="LineNr"> 632 </span> assume-console [ -<span id="L633" class="LineNr"> 633 </span> <span class="Conceal">¦</span> press ctrl-y +<span id="L633" class="LineNr"> 633 </span> press ctrl-y <span id="L634" class="LineNr"> 634 </span> ] <span id="L635" class="LineNr"> 635 </span> run [ -<span id="L636" class="LineNr"> 636 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L636" class="LineNr"> 636 </span> editor-event-loop screen, console, e <span id="L637" class="LineNr"> 637 </span> ] <span id="L638" class="LineNr"> 638 </span> <span class="Comment"># newline and indent inserted</span> <span id="L639" class="LineNr"> 639 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L640" class="LineNr"> 640 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L641" class="LineNr"> 641 </span> memory-should-contain [ -<span id="L642" class="LineNr"> 642 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L643" class="LineNr"> 643 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L642" class="LineNr"> 642 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L643" class="LineNr"> 643 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span id="L644" class="LineNr"> 644 </span> ] <span id="L645" class="LineNr"> 645 </span> screen-should-contain [ -<span id="L646" class="LineNr"> 646 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L647" class="LineNr"> 647 </span> <span class="Conceal">¦</span><span class="Constant"> . ab cd .</span> -<span id="L648" class="LineNr"> 648 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L649" class="LineNr"> 649 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L650" class="LineNr"> 650 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L646" class="LineNr"> 646 </span> <span class="Constant"> . .</span> +<span id="L647" class="LineNr"> 647 </span> <span class="Constant"> . ab cd .</span> +<span id="L648" class="LineNr"> 648 </span> <span class="Constant"> . .</span> +<span id="L649" class="LineNr"> 649 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L650" class="LineNr"> 650 </span> <span class="Constant"> . .</span> <span id="L651" class="LineNr"> 651 </span> ] <span id="L652" class="LineNr"> 652 </span> <span class="Comment"># redo again</span> <span id="L653" class="LineNr"> 653 </span> assume-console [ -<span id="L654" class="LineNr"> 654 </span> <span class="Conceal">¦</span> press ctrl-y +<span id="L654" class="LineNr"> 654 </span> press ctrl-y <span id="L655" class="LineNr"> 655 </span> ] <span id="L656" class="LineNr"> 656 </span> run [ -<span id="L657" class="LineNr"> 657 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L657" class="LineNr"> 657 </span> editor-event-loop screen, console, e <span id="L658" class="LineNr"> 658 </span> ] <span id="L659" class="LineNr"> 659 </span> <span class="Comment"># indent and newline deleted</span> <span id="L660" class="LineNr"> 660 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L661" class="LineNr"> 661 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L662" class="LineNr"> 662 </span> memory-should-contain [ -<span id="L663" class="LineNr"> 663 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L664" class="LineNr"> 664 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 7</span> +<span id="L663" class="LineNr"> 663 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L664" class="LineNr"> 664 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 7</span> <span id="L665" class="LineNr"> 665 </span> ] <span id="L666" class="LineNr"> 666 </span> screen-should-contain [ -<span id="L667" class="LineNr"> 667 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L668" class="LineNr"> 668 </span> <span class="Conceal">¦</span><span class="Constant"> . ab cd .</span> -<span id="L669" class="LineNr"> 669 </span> <span class="Conceal">¦</span><span class="Constant"> . efg .</span> -<span id="L670" class="LineNr"> 670 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L671" class="LineNr"> 671 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L667" class="LineNr"> 667 </span> <span class="Constant"> . .</span> +<span id="L668" class="LineNr"> 668 </span> <span class="Constant"> . ab cd .</span> +<span id="L669" class="LineNr"> 669 </span> <span class="Constant"> . efg .</span> +<span id="L670" class="LineNr"> 670 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L671" class="LineNr"> 671 </span> <span class="Constant"> . .</span> <span id="L672" class="LineNr"> 672 </span> ] <span id="L673" class="LineNr"> 673 </span>] <span id="L674" class="LineNr"> 674 </span> @@ -744,87 +743,87 @@ if ('onhashchange' in window) { <span id="L681" class="LineNr"> 681 </span> contents:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L682" class="LineNr"> 682 </span><span class="Constant">def</span> <span id="L683" class="LineNr"> 683 </span><span class="Constant">ghi]</span> -<span id="L684" class="LineNr"> 684 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L685" class="LineNr"> 685 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L684" class="LineNr"> 684 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L685" class="LineNr"> 685 </span> editor-render screen, e <span id="L686" class="LineNr"> 686 </span> <span class="Comment"># move the cursor</span> <span id="L687" class="LineNr"> 687 </span> assume-console [ -<span id="L688" class="LineNr"> 688 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 1</span> +<span id="L688" class="LineNr"> 688 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 1</span> <span id="L689" class="LineNr"> 689 </span> ] -<span id="L690" class="LineNr"> 690 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L690" class="LineNr"> 690 </span> editor-event-loop screen, console, e <span id="L691" class="LineNr"> 691 </span> <span class="Comment"># undo</span> <span id="L692" class="LineNr"> 692 </span> assume-console [ -<span id="L693" class="LineNr"> 693 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L693" class="LineNr"> 693 </span> press ctrl-z <span id="L694" class="LineNr"> 694 </span> ] <span id="L695" class="LineNr"> 695 </span> run [ -<span id="L696" class="LineNr"> 696 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L696" class="LineNr"> 696 </span> editor-event-loop screen, console, e <span id="L697" class="LineNr"> 697 </span> ] <span id="L698" class="LineNr"> 698 </span> <span class="Comment"># click undone</span> <span id="L699" class="LineNr"> 699 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L700" class="LineNr"> 700 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L701" class="LineNr"> 701 </span> memory-should-contain [ -<span id="L702" class="LineNr"> 702 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L703" class="LineNr"> 703 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L702" class="LineNr"> 702 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L703" class="LineNr"> 703 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L704" class="LineNr"> 704 </span> ] <span id="L705" class="LineNr"> 705 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L706" class="LineNr"> 706 </span> assume-console [ -<span id="L707" class="LineNr"> 707 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> +<span id="L707" class="LineNr"> 707 </span> type <span class="Constant">[1]</span> <span id="L708" class="LineNr"> 708 </span> ] <span id="L709" class="LineNr"> 709 </span> run [ -<span id="L710" class="LineNr"> 710 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L710" class="LineNr"> 710 </span> editor-event-loop screen, console, e <span id="L711" class="LineNr"> 711 </span> ] <span id="L712" class="LineNr"> 712 </span> screen-should-contain [ -<span id="L713" class="LineNr"> 713 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L714" class="LineNr"> 714 </span> <span class="Conceal">¦</span><span class="Constant"> .1abc .</span> -<span id="L715" class="LineNr"> 715 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L716" class="LineNr"> 716 </span> <span class="Conceal">¦</span><span class="Constant"> .ghi .</span> -<span id="L717" class="LineNr"> 717 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L713" class="LineNr"> 713 </span> <span class="Constant"> . .</span> +<span id="L714" class="LineNr"> 714 </span> <span class="Constant"> .1abc .</span> +<span id="L715" class="LineNr"> 715 </span> <span class="Constant"> .def .</span> +<span id="L716" class="LineNr"> 716 </span> <span class="Constant"> .ghi .</span> +<span id="L717" class="LineNr"> 717 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L718" class="LineNr"> 718 </span> ] <span id="L719" class="LineNr"> 719 </span>] <span id="L720" class="LineNr"> 720 </span> <span id="L721" class="LineNr"> 721 </span><span class="muRecipe">after</span> <span class="Constant"><begin-move-cursor></span> [ <span id="L722" class="LineNr"> 722 </span> cursor-row-before:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> <span id="L723" class="LineNr"> 723 </span> cursor-column-before:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> -<span id="L724" class="LineNr"> 724 </span> top-before:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L724" class="LineNr"> 724 </span> top-before:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> <span id="L725" class="LineNr"> 725 </span>] <span id="L726" class="LineNr"> 726 </span><span class="muRecipe">before</span> <span class="Constant"><end-move-cursor></span> [ -<span id="L727" class="LineNr"> 727 </span> top-after:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L727" class="LineNr"> 727 </span> top-after:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> <span id="L728" class="LineNr"> 728 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> <span id="L729" class="LineNr"> 729 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> <span id="L730" class="LineNr"> 730 </span> <span class="Delimiter">{</span> -<span id="L731" class="LineNr"> 731 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> undo-coalesce-tag -<span id="L732" class="LineNr"> 732 </span> <span class="Conceal">¦</span> <span class="Comment"># if previous operation was also a move, and also had the same coalesce</span> -<span id="L733" class="LineNr"> 733 </span> <span class="Conceal">¦</span> <span class="Comment"># tag, coalesce with it</span> -<span id="L734" class="LineNr"> 734 </span> <span class="Conceal">¦</span> undo:&:<a href='../064list.mu.html#L6'>list</a>:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> get *editor, <span class="Constant">undo:offset</span> -<span id="L735" class="LineNr"> 735 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> undo -<span id="L736" class="LineNr"> 736 </span> <span class="Conceal">¦</span> op:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> first undo -<span id="L737" class="LineNr"> 737 </span> <span class="Conceal">¦</span> move:<a href='012-editor-undo.mu.html#L26'>move-operation</a>, is-move?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">move:variant</span> -<span id="L738" class="LineNr"> 738 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-move? -<span id="L739" class="LineNr"> 739 </span> <span class="Conceal">¦</span> previous-coalesce-tag:num <span class="Special"><-</span> get move, <span class="Constant">tag:offset</span> -<span id="L740" class="LineNr"> 740 </span> <span class="Conceal">¦</span> coalesce?:bool <span class="Special"><-</span> equal undo-coalesce-tag, previous-coalesce-tag -<span id="L741" class="LineNr"> 741 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> coalesce? -<span id="L742" class="LineNr"> 742 </span> <span class="Conceal">¦</span> move <span class="Special"><-</span> put move, <span class="Constant">after-row:offset</span>, cursor-row -<span id="L743" class="LineNr"> 743 </span> <span class="Conceal">¦</span> move <span class="Special"><-</span> put move, <span class="Constant">after-column:offset</span>, cursor-column -<span id="L744" class="LineNr"> 744 </span> <span class="Conceal">¦</span> move <span class="Special"><-</span> put move, <span class="Constant">after-top-of-screen:offset</span>, top-after -<span id="L745" class="LineNr"> 745 </span> <span class="Conceal">¦</span> *op <span class="Special"><-</span> merge <span class="Constant">1/move-operation</span>, move -<span id="L746" class="LineNr"> 746 </span> <span class="Conceal">¦</span><span class="muControl"> break</span> <span class="Constant">+done-adding-move-operation</span> +<span id="L731" class="LineNr"> 731 </span> <span class="muControl">break-unless</span> undo-coalesce-tag +<span id="L732" class="LineNr"> 732 </span> <span class="Comment"># if previous operation was also a move, and also had the same coalesce</span> +<span id="L733" class="LineNr"> 733 </span> <span class="Comment"># tag, coalesce with it</span> +<span id="L734" class="LineNr"> 734 </span> undo:&:list:&:operation <span class="Special"><-</span> get *editor, <span class="Constant">undo:offset</span> +<span id="L735" class="LineNr"> 735 </span> <span class="muControl">break-unless</span> undo +<span id="L736" class="LineNr"> 736 </span> op:&:operation <span class="Special"><-</span> first undo +<span id="L737" class="LineNr"> 737 </span> move:move-operation, is-move?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">move:variant</span> +<span id="L738" class="LineNr"> 738 </span> <span class="muControl">break-unless</span> is-move? +<span id="L739" class="LineNr"> 739 </span> previous-coalesce-tag:num <span class="Special"><-</span> get move, <span class="Constant">tag:offset</span> +<span id="L740" class="LineNr"> 740 </span> coalesce?:bool <span class="Special"><-</span> equal undo-coalesce-tag, previous-coalesce-tag +<span id="L741" class="LineNr"> 741 </span> <span class="muControl">break-unless</span> coalesce? +<span id="L742" class="LineNr"> 742 </span> move <span class="Special"><-</span> put move, <span class="Constant">after-row:offset</span>, cursor-row +<span id="L743" class="LineNr"> 743 </span> move <span class="Special"><-</span> put move, <span class="Constant">after-column:offset</span>, cursor-column +<span id="L744" class="LineNr"> 744 </span> move <span class="Special"><-</span> put move, <span class="Constant">after-top-of-screen:offset</span>, top-after +<span id="L745" class="LineNr"> 745 </span> *op <span class="Special"><-</span> merge <span class="Constant">1/move-operation</span>, move +<span id="L746" class="LineNr"> 746 </span> <span class="muControl"> break</span> <span class="Constant">+done-adding-move-operation</span> <span id="L747" class="LineNr"> 747 </span> <span class="Delimiter">}</span> -<span id="L748" class="LineNr"> 748 </span> op:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> new <span class="Constant"><a href='012-editor-undo.mu.html#L5'>operation</a>:type</span> +<span id="L748" class="LineNr"> 748 </span> op:&:operation <span class="Special"><-</span> new <span class="Constant">operation:type</span> <span id="L749" class="LineNr"> 749 </span> *op <span class="Special"><-</span> merge <span class="Constant">1/move-operation</span>, cursor-row-before, cursor-column-before, top-before, cursor-row/after, cursor-column/after, top-after, undo-coalesce-tag -<span id="L750" class="LineNr"> 750 </span> editor <span class="Special"><-</span> <a href='012-editor-undo.mu.html#L202'>add-operation</a> editor, op +<span id="L750" class="LineNr"> 750 </span> editor <span class="Special"><-</span> add-operation editor, op <span id="L751" class="LineNr"> 751 </span><span class="Constant"> +done-adding-move-operation</span> <span id="L752" class="LineNr"> 752 </span>] <span id="L753" class="LineNr"> 753 </span> -<span id="L754" class="LineNr"> 754 </span><span class="muRecipe">after</span> <span class="Constant"><a href='012-editor-undo.mu.html#L78'><handle-undo></a></span> [ +<span id="L754" class="LineNr"> 754 </span><span class="muRecipe">after</span> <span class="Constant"><handle-undo></span> [ <span id="L755" class="LineNr"> 755 </span> <span class="Delimiter">{</span> -<span id="L756" class="LineNr"> 756 </span> <span class="Conceal">¦</span> move:<a href='012-editor-undo.mu.html#L26'>move-operation</a>, is-move?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">move:variant</span> -<span id="L757" class="LineNr"> 757 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-move? -<span id="L758" class="LineNr"> 758 </span> <span class="Conceal">¦</span> <span class="Comment"># assert cursor-row/cursor-column/top-of-screen match after-row/after-column/after-top-of-screen</span> -<span id="L759" class="LineNr"> 759 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> get move, <span class="Constant">before-row:offset</span> -<span id="L760" class="LineNr"> 760 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row -<span id="L761" class="LineNr"> 761 </span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> get move, <span class="Constant">before-column:offset</span> -<span id="L762" class="LineNr"> 762 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L763" class="LineNr"> 763 </span> <span class="Conceal">¦</span> top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get move, <span class="Constant">before-top-of-screen:offset</span> -<span id="L764" class="LineNr"> 764 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, top +<span id="L756" class="LineNr"> 756 </span> move:move-operation, is-move?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">move:variant</span> +<span id="L757" class="LineNr"> 757 </span> <span class="muControl">break-unless</span> is-move? +<span id="L758" class="LineNr"> 758 </span> <span class="Comment"># assert cursor-row/cursor-column/top-of-screen match after-row/after-column/after-top-of-screen</span> +<span id="L759" class="LineNr"> 759 </span> cursor-row <span class="Special"><-</span> get move, <span class="Constant">before-row:offset</span> +<span id="L760" class="LineNr"> 760 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L761" class="LineNr"> 761 </span> cursor-column <span class="Special"><-</span> get move, <span class="Constant">before-column:offset</span> +<span id="L762" class="LineNr"> 762 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L763" class="LineNr"> 763 </span> top:&:duplex-list:char <span class="Special"><-</span> get move, <span class="Constant">before-top-of-screen:offset</span> +<span id="L764" class="LineNr"> 764 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, top <span id="L765" class="LineNr"> 765 </span> <span class="Delimiter">}</span> <span id="L766" class="LineNr"> 766 </span>] <span id="L767" class="LineNr"> 767 </span> @@ -836,59 +835,59 @@ if ('onhashchange' in window) { <span id="L773" class="LineNr"> 773 </span> contents:text <span class="Special"><-</span> new <span class="Constant">[a</span> <span id="L774" class="LineNr"> 774 </span><span class="Constant">b</span> <span id="L775" class="LineNr"> 775 </span><span class="Constant">cdefgh]</span> -<span id="L776" class="LineNr"> 776 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> +<span id="L776" class="LineNr"> 776 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">5/right</span> <span id="L777" class="LineNr"> 777 </span> <span class="Comment"># position cursor at end of screen and try to move right</span> <span id="L778" class="LineNr"> 778 </span> assume-console [ -<span id="L779" class="LineNr"> 779 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 3</span> -<span id="L780" class="LineNr"> 780 </span> <span class="Conceal">¦</span> press right-arrow +<span id="L779" class="LineNr"> 779 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 3</span> +<span id="L780" class="LineNr"> 780 </span> press right-arrow <span id="L781" class="LineNr"> 781 </span> ] -<span id="L782" class="LineNr"> 782 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L782" class="LineNr"> 782 </span> editor-event-loop screen, console, e <span id="L783" class="LineNr"> 783 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L784" class="LineNr"> 784 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L785" class="LineNr"> 785 </span> <span class="Comment"># screen scrolls</span> <span id="L786" class="LineNr"> 786 </span> screen-should-contain [ -<span id="L787" class="LineNr"> 787 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L788" class="LineNr"> 788 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L789" class="LineNr"> 789 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .cdef↩.</span> -<span id="L790" class="LineNr"> 790 </span> <span class="Conceal">¦</span><span class="Constant"> .gh .</span> +<span id="L787" class="LineNr"> 787 </span> <span class="Constant"> . .</span> +<span id="L788" class="LineNr"> 788 </span> <span class="Constant"> .b .</span> +<span id="L789" class="LineNr"> 789 </span><span class="Constant"> .cdef↩.</span> +<span id="L790" class="LineNr"> 790 </span> <span class="Constant"> .gh .</span> <span id="L791" class="LineNr"> 791 </span> ] <span id="L792" class="LineNr"> 792 </span> memory-should-contain [ -<span id="L793" class="LineNr"> 793 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L794" class="LineNr"> 794 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L793" class="LineNr"> 793 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L794" class="LineNr"> 794 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L795" class="LineNr"> 795 </span> ] <span id="L796" class="LineNr"> 796 </span> <span class="Comment"># undo</span> <span id="L797" class="LineNr"> 797 </span> assume-console [ -<span id="L798" class="LineNr"> 798 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L798" class="LineNr"> 798 </span> press ctrl-z <span id="L799" class="LineNr"> 799 </span> ] <span id="L800" class="LineNr"> 800 </span> run [ -<span id="L801" class="LineNr"> 801 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L801" class="LineNr"> 801 </span> editor-event-loop screen, console, e <span id="L802" class="LineNr"> 802 </span> ] <span id="L803" class="LineNr"> 803 </span> <span class="Comment"># cursor moved back</span> <span id="L804" class="LineNr"> 804 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L805" class="LineNr"> 805 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L806" class="LineNr"> 806 </span> memory-should-contain [ -<span id="L807" class="LineNr"> 807 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L808" class="LineNr"> 808 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L807" class="LineNr"> 807 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L808" class="LineNr"> 808 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L809" class="LineNr"> 809 </span> ] <span id="L810" class="LineNr"> 810 </span> <span class="Comment"># scroll undone</span> <span id="L811" class="LineNr"> 811 </span> screen-should-contain [ -<span id="L812" class="LineNr"> 812 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L813" class="LineNr"> 813 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L814" class="LineNr"> 814 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L815" class="LineNr"> 815 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .cdef↩.</span> +<span id="L812" class="LineNr"> 812 </span> <span class="Constant"> . .</span> +<span id="L813" class="LineNr"> 813 </span> <span class="Constant"> .a .</span> +<span id="L814" class="LineNr"> 814 </span> <span class="Constant"> .b .</span> +<span id="L815" class="LineNr"> 815 </span><span class="Constant"> .cdef↩.</span> <span id="L816" class="LineNr"> 816 </span> ] <span id="L817" class="LineNr"> 817 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L818" class="LineNr"> 818 </span> assume-console [ -<span id="L819" class="LineNr"> 819 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> +<span id="L819" class="LineNr"> 819 </span> type <span class="Constant">[1]</span> <span id="L820" class="LineNr"> 820 </span> ] <span id="L821" class="LineNr"> 821 </span> run [ -<span id="L822" class="LineNr"> 822 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L822" class="LineNr"> 822 </span> editor-event-loop screen, console, e <span id="L823" class="LineNr"> 823 </span> ] <span id="L824" class="LineNr"> 824 </span> screen-should-contain [ -<span id="L825" class="LineNr"> 825 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L826" class="LineNr"> 826 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L827" class="LineNr"> 827 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .cde1↩.</span> -<span id="L828" class="LineNr"> 828 </span> <span class="Conceal">¦</span><span class="Constant"> .fgh .</span> +<span id="L825" class="LineNr"> 825 </span> <span class="Constant"> . .</span> +<span id="L826" class="LineNr"> 826 </span> <span class="Constant"> .b .</span> +<span id="L827" class="LineNr"> 827 </span><span class="Constant"> .cde1↩.</span> +<span id="L828" class="LineNr"> 828 </span> <span class="Constant"> .fgh .</span> <span id="L829" class="LineNr"> 829 </span> ] <span id="L830" class="LineNr"> 830 </span>] <span id="L831" class="LineNr"> 831 </span> @@ -899,41 +898,41 @@ if ('onhashchange' in window) { <span id="L836" class="LineNr"> 836 </span> contents:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L837" class="LineNr"> 837 </span><span class="Constant">def</span> <span id="L838" class="LineNr"> 838 </span><span class="Constant">ghi]</span> -<span id="L839" class="LineNr"> 839 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L840" class="LineNr"> 840 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L839" class="LineNr"> 839 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L840" class="LineNr"> 840 </span> editor-render screen, e <span id="L841" class="LineNr"> 841 </span> <span class="Comment"># move the cursor</span> <span id="L842" class="LineNr"> 842 </span> assume-console [ -<span id="L843" class="LineNr"> 843 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 1</span> -<span id="L844" class="LineNr"> 844 </span> <span class="Conceal">¦</span> press left-arrow +<span id="L843" class="LineNr"> 843 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 1</span> +<span id="L844" class="LineNr"> 844 </span> press left-arrow <span id="L845" class="LineNr"> 845 </span> ] -<span id="L846" class="LineNr"> 846 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L846" class="LineNr"> 846 </span> editor-event-loop screen, console, e <span id="L847" class="LineNr"> 847 </span> <span class="Comment"># undo</span> <span id="L848" class="LineNr"> 848 </span> assume-console [ -<span id="L849" class="LineNr"> 849 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L849" class="LineNr"> 849 </span> press ctrl-z <span id="L850" class="LineNr"> 850 </span> ] <span id="L851" class="LineNr"> 851 </span> run [ -<span id="L852" class="LineNr"> 852 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L852" class="LineNr"> 852 </span> editor-event-loop screen, console, e <span id="L853" class="LineNr"> 853 </span> ] <span id="L854" class="LineNr"> 854 </span> <span class="Comment"># cursor moves back</span> <span id="L855" class="LineNr"> 855 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L856" class="LineNr"> 856 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L857" class="LineNr"> 857 </span> memory-should-contain [ -<span id="L858" class="LineNr"> 858 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L859" class="LineNr"> 859 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L858" class="LineNr"> 858 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L859" class="LineNr"> 859 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L860" class="LineNr"> 860 </span> ] <span id="L861" class="LineNr"> 861 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L862" class="LineNr"> 862 </span> assume-console [ -<span id="L863" class="LineNr"> 863 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> +<span id="L863" class="LineNr"> 863 </span> type <span class="Constant">[1]</span> <span id="L864" class="LineNr"> 864 </span> ] <span id="L865" class="LineNr"> 865 </span> run [ -<span id="L866" class="LineNr"> 866 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L866" class="LineNr"> 866 </span> editor-event-loop screen, console, e <span id="L867" class="LineNr"> 867 </span> ] <span id="L868" class="LineNr"> 868 </span> screen-should-contain [ -<span id="L869" class="LineNr"> 869 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L870" class="LineNr"> 870 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L871" class="LineNr"> 871 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L872" class="LineNr"> 872 </span> <span class="Conceal">¦</span><span class="Constant"> .g1hi .</span> -<span id="L873" class="LineNr"> 873 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L869" class="LineNr"> 869 </span> <span class="Constant"> . .</span> +<span id="L870" class="LineNr"> 870 </span> <span class="Constant"> .abc .</span> +<span id="L871" class="LineNr"> 871 </span> <span class="Constant"> .def .</span> +<span id="L872" class="LineNr"> 872 </span> <span class="Constant"> .g1hi .</span> +<span id="L873" class="LineNr"> 873 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L874" class="LineNr"> 874 </span> ] <span id="L875" class="LineNr"> 875 </span>] <span id="L876" class="LineNr"> 876 </span> @@ -944,47 +943,47 @@ if ('onhashchange' in window) { <span id="L881" class="LineNr"> 881 </span> contents:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L882" class="LineNr"> 882 </span><span class="Constant">def</span> <span id="L883" class="LineNr"> 883 </span><span class="Constant">ghi]</span> -<span id="L884" class="LineNr"> 884 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L885" class="LineNr"> 885 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L884" class="LineNr"> 884 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L885" class="LineNr"> 885 </span> editor-render screen, e <span id="L886" class="LineNr"> 886 </span> <span class="Comment"># move the cursor</span> <span id="L887" class="LineNr"> 887 </span> assume-console [ -<span id="L888" class="LineNr"> 888 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 1</span> -<span id="L889" class="LineNr"> 889 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L888" class="LineNr"> 888 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 1</span> +<span id="L889" class="LineNr"> 889 </span> press up-arrow <span id="L890" class="LineNr"> 890 </span> ] -<span id="L891" class="LineNr"> 891 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L891" class="LineNr"> 891 </span> editor-event-loop screen, console, e <span id="L892" class="LineNr"> 892 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L893" class="LineNr"> 893 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L894" class="LineNr"> 894 </span> memory-should-contain [ -<span id="L895" class="LineNr"> 895 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L896" class="LineNr"> 896 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L895" class="LineNr"> 895 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L896" class="LineNr"> 896 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L897" class="LineNr"> 897 </span> ] <span id="L898" class="LineNr"> 898 </span> <span class="Comment"># undo</span> <span id="L899" class="LineNr"> 899 </span> assume-console [ -<span id="L900" class="LineNr"> 900 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L900" class="LineNr"> 900 </span> press ctrl-z <span id="L901" class="LineNr"> 901 </span> ] <span id="L902" class="LineNr"> 902 </span> run [ -<span id="L903" class="LineNr"> 903 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L903" class="LineNr"> 903 </span> editor-event-loop screen, console, e <span id="L904" class="LineNr"> 904 </span> ] <span id="L905" class="LineNr"> 905 </span> <span class="Comment"># cursor moves back</span> <span id="L906" class="LineNr"> 906 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L907" class="LineNr"> 907 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L908" class="LineNr"> 908 </span> memory-should-contain [ -<span id="L909" class="LineNr"> 909 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L910" class="LineNr"> 910 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L909" class="LineNr"> 909 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L910" class="LineNr"> 910 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L911" class="LineNr"> 911 </span> ] <span id="L912" class="LineNr"> 912 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L913" class="LineNr"> 913 </span> assume-console [ -<span id="L914" class="LineNr"> 914 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> +<span id="L914" class="LineNr"> 914 </span> type <span class="Constant">[1]</span> <span id="L915" class="LineNr"> 915 </span> ] <span id="L916" class="LineNr"> 916 </span> run [ -<span id="L917" class="LineNr"> 917 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L917" class="LineNr"> 917 </span> editor-event-loop screen, console, e <span id="L918" class="LineNr"> 918 </span> ] <span id="L919" class="LineNr"> 919 </span> screen-should-contain [ -<span id="L920" class="LineNr"> 920 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L921" class="LineNr"> 921 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L922" class="LineNr"> 922 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L923" class="LineNr"> 923 </span> <span class="Conceal">¦</span><span class="Constant"> .g1hi .</span> -<span id="L924" class="LineNr"> 924 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L920" class="LineNr"> 920 </span> <span class="Constant"> . .</span> +<span id="L921" class="LineNr"> 921 </span> <span class="Constant"> .abc .</span> +<span id="L922" class="LineNr"> 922 </span> <span class="Constant"> .def .</span> +<span id="L923" class="LineNr"> 923 </span> <span class="Constant"> .g1hi .</span> +<span id="L924" class="LineNr"> 924 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L925" class="LineNr"> 925 </span> ] <span id="L926" class="LineNr"> 926 </span>] <span id="L927" class="LineNr"> 927 </span> @@ -995,41 +994,41 @@ if ('onhashchange' in window) { <span id="L932" class="LineNr"> 932 </span> contents:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L933" class="LineNr"> 933 </span><span class="Constant">def</span> <span id="L934" class="LineNr"> 934 </span><span class="Constant">ghi]</span> -<span id="L935" class="LineNr"> 935 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L936" class="LineNr"> 936 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L935" class="LineNr"> 935 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L936" class="LineNr"> 936 </span> editor-render screen, e <span id="L937" class="LineNr"> 937 </span> <span class="Comment"># move the cursor</span> <span id="L938" class="LineNr"> 938 </span> assume-console [ -<span id="L939" class="LineNr"> 939 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> -<span id="L940" class="LineNr"> 940 </span> <span class="Conceal">¦</span> press down-arrow +<span id="L939" class="LineNr"> 939 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> +<span id="L940" class="LineNr"> 940 </span> press down-arrow <span id="L941" class="LineNr"> 941 </span> ] -<span id="L942" class="LineNr"> 942 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L942" class="LineNr"> 942 </span> editor-event-loop screen, console, e <span id="L943" class="LineNr"> 943 </span> <span class="Comment"># undo</span> <span id="L944" class="LineNr"> 944 </span> assume-console [ -<span id="L945" class="LineNr"> 945 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L945" class="LineNr"> 945 </span> press ctrl-z <span id="L946" class="LineNr"> 946 </span> ] <span id="L947" class="LineNr"> 947 </span> run [ -<span id="L948" class="LineNr"> 948 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L948" class="LineNr"> 948 </span> editor-event-loop screen, console, e <span id="L949" class="LineNr"> 949 </span> ] <span id="L950" class="LineNr"> 950 </span> <span class="Comment"># cursor moves back</span> <span id="L951" class="LineNr"> 951 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L952" class="LineNr"> 952 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L953" class="LineNr"> 953 </span> memory-should-contain [ -<span id="L954" class="LineNr"> 954 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L955" class="LineNr"> 955 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L954" class="LineNr"> 954 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L955" class="LineNr"> 955 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L956" class="LineNr"> 956 </span> ] <span id="L957" class="LineNr"> 957 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L958" class="LineNr"> 958 </span> assume-console [ -<span id="L959" class="LineNr"> 959 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> +<span id="L959" class="LineNr"> 959 </span> type <span class="Constant">[1]</span> <span id="L960" class="LineNr"> 960 </span> ] <span id="L961" class="LineNr"> 961 </span> run [ -<span id="L962" class="LineNr"> 962 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L962" class="LineNr"> 962 </span> editor-event-loop screen, console, e <span id="L963" class="LineNr"> 963 </span> ] <span id="L964" class="LineNr"> 964 </span> screen-should-contain [ -<span id="L965" class="LineNr"> 965 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L966" class="LineNr"> 966 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L967" class="LineNr"> 967 </span> <span class="Conceal">¦</span><span class="Constant"> .d1ef .</span> -<span id="L968" class="LineNr"> 968 </span> <span class="Conceal">¦</span><span class="Constant"> .ghi .</span> -<span id="L969" class="LineNr"> 969 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L965" class="LineNr"> 965 </span> <span class="Constant"> . .</span> +<span id="L966" class="LineNr"> 966 </span> <span class="Constant"> .abc .</span> +<span id="L967" class="LineNr"> 967 </span> <span class="Constant"> .d1ef .</span> +<span id="L968" class="LineNr"> 968 </span> <span class="Constant"> .ghi .</span> +<span id="L969" class="LineNr"> 969 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L970" class="LineNr"> 970 </span> ] <span id="L971" class="LineNr"> 971 </span>] <span id="L972" class="LineNr"> 972 </span> @@ -1043,27 +1042,27 @@ if ('onhashchange' in window) { <span id="L980" class="LineNr"> 980 </span><span class="Constant">d</span> <span id="L981" class="LineNr"> 981 </span><span class="Constant">e</span> <span id="L982" class="LineNr"> 982 </span><span class="Constant">f]</span> -<span id="L983" class="LineNr"> 983 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L984" class="LineNr"> 984 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L983" class="LineNr"> 983 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L984" class="LineNr"> 984 </span> editor-render screen, e <span id="L985" class="LineNr"> 985 </span> <span class="Comment"># scroll the page</span> <span id="L986" class="LineNr"> 986 </span> assume-console [ -<span id="L987" class="LineNr"> 987 </span> <span class="Conceal">¦</span> press ctrl-f +<span id="L987" class="LineNr"> 987 </span> press ctrl-f <span id="L988" class="LineNr"> 988 </span> ] -<span id="L989" class="LineNr"> 989 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L989" class="LineNr"> 989 </span> editor-event-loop screen, console, e <span id="L990" class="LineNr"> 990 </span> <span class="Comment"># undo</span> <span id="L991" class="LineNr"> 991 </span> assume-console [ -<span id="L992" class="LineNr"> 992 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L992" class="LineNr"> 992 </span> press ctrl-z <span id="L993" class="LineNr"> 993 </span> ] <span id="L994" class="LineNr"> 994 </span> run [ -<span id="L995" class="LineNr"> 995 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L995" class="LineNr"> 995 </span> editor-event-loop screen, console, e <span id="L996" class="LineNr"> 996 </span> ] <span id="L997" class="LineNr"> 997 </span> <span class="Comment"># screen should again show page 1</span> <span id="L998" class="LineNr"> 998 </span> screen-should-contain [ -<span id="L999" class="LineNr"> 999 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1000" class="LineNr">1000 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L1001" class="LineNr">1001 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L1002" class="LineNr">1002 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L1003" class="LineNr">1003 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> +<span id="L999" class="LineNr"> 999 </span> <span class="Constant"> . .</span> +<span id="L1000" class="LineNr">1000 </span> <span class="Constant"> .a .</span> +<span id="L1001" class="LineNr">1001 </span> <span class="Constant"> .b .</span> +<span id="L1002" class="LineNr">1002 </span> <span class="Constant"> .c .</span> +<span id="L1003" class="LineNr">1003 </span> <span class="Constant"> .d .</span> <span id="L1004" class="LineNr">1004 </span> ] <span id="L1005" class="LineNr">1005 </span>] <span id="L1006" class="LineNr">1006 </span> @@ -1077,27 +1076,27 @@ if ('onhashchange' in window) { <span id="L1014" class="LineNr">1014 </span><span class="Constant">d</span> <span id="L1015" class="LineNr">1015 </span><span class="Constant">e</span> <span id="L1016" class="LineNr">1016 </span><span class="Constant">f]</span> -<span id="L1017" class="LineNr">1017 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1018" class="LineNr">1018 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1017" class="LineNr">1017 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1018" class="LineNr">1018 </span> editor-render screen, e <span id="L1019" class="LineNr">1019 </span> <span class="Comment"># scroll the page</span> <span id="L1020" class="LineNr">1020 </span> assume-console [ -<span id="L1021" class="LineNr">1021 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> +<span id="L1021" class="LineNr">1021 </span> press page-down <span id="L1022" class="LineNr">1022 </span> ] -<span id="L1023" class="LineNr">1023 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1023" class="LineNr">1023 </span> editor-event-loop screen, console, e <span id="L1024" class="LineNr">1024 </span> <span class="Comment"># undo</span> <span id="L1025" class="LineNr">1025 </span> assume-console [ -<span id="L1026" class="LineNr">1026 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1026" class="LineNr">1026 </span> press ctrl-z <span id="L1027" class="LineNr">1027 </span> ] <span id="L1028" class="LineNr">1028 </span> run [ -<span id="L1029" class="LineNr">1029 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1029" class="LineNr">1029 </span> editor-event-loop screen, console, e <span id="L1030" class="LineNr">1030 </span> ] <span id="L1031" class="LineNr">1031 </span> <span class="Comment"># screen should again show page 1</span> <span id="L1032" class="LineNr">1032 </span> screen-should-contain [ -<span id="L1033" class="LineNr">1033 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1034" class="LineNr">1034 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L1035" class="LineNr">1035 </span> <span class="Conceal">¦</span><span class="Constant"> .b .</span> -<span id="L1036" class="LineNr">1036 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L1037" class="LineNr">1037 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> +<span id="L1033" class="LineNr">1033 </span> <span class="Constant"> . .</span> +<span id="L1034" class="LineNr">1034 </span> <span class="Constant"> .a .</span> +<span id="L1035" class="LineNr">1035 </span> <span class="Constant"> .b .</span> +<span id="L1036" class="LineNr">1036 </span> <span class="Constant"> .c .</span> +<span id="L1037" class="LineNr">1037 </span> <span class="Constant"> .d .</span> <span id="L1038" class="LineNr">1038 </span> ] <span id="L1039" class="LineNr">1039 </span>] <span id="L1040" class="LineNr">1040 </span> @@ -1111,28 +1110,28 @@ if ('onhashchange' in window) { <span id="L1048" class="LineNr">1048 </span><span class="Constant">d</span> <span id="L1049" class="LineNr">1049 </span><span class="Constant">e</span> <span id="L1050" class="LineNr">1050 </span><span class="Constant">f]</span> -<span id="L1051" class="LineNr">1051 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1052" class="LineNr">1052 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1051" class="LineNr">1051 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1052" class="LineNr">1052 </span> editor-render screen, e <span id="L1053" class="LineNr">1053 </span> <span class="Comment"># scroll the page down and up</span> <span id="L1054" class="LineNr">1054 </span> assume-console [ -<span id="L1055" class="LineNr">1055 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> -<span id="L1056" class="LineNr">1056 </span> <span class="Conceal">¦</span> press ctrl-b +<span id="L1055" class="LineNr">1055 </span> press page-down +<span id="L1056" class="LineNr">1056 </span> press ctrl-b <span id="L1057" class="LineNr">1057 </span> ] -<span id="L1058" class="LineNr">1058 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1058" class="LineNr">1058 </span> editor-event-loop screen, console, e <span id="L1059" class="LineNr">1059 </span> <span class="Comment"># undo</span> <span id="L1060" class="LineNr">1060 </span> assume-console [ -<span id="L1061" class="LineNr">1061 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1061" class="LineNr">1061 </span> press ctrl-z <span id="L1062" class="LineNr">1062 </span> ] <span id="L1063" class="LineNr">1063 </span> run [ -<span id="L1064" class="LineNr">1064 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1064" class="LineNr">1064 </span> editor-event-loop screen, console, e <span id="L1065" class="LineNr">1065 </span> ] <span id="L1066" class="LineNr">1066 </span> <span class="Comment"># screen should again show page 2</span> <span id="L1067" class="LineNr">1067 </span> screen-should-contain [ -<span id="L1068" class="LineNr">1068 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1069" class="LineNr">1069 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> -<span id="L1070" class="LineNr">1070 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L1071" class="LineNr">1071 </span> <span class="Conceal">¦</span><span class="Constant"> .f .</span> -<span id="L1072" class="LineNr">1072 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1068" class="LineNr">1068 </span> <span class="Constant"> . .</span> +<span id="L1069" class="LineNr">1069 </span> <span class="Constant"> .d .</span> +<span id="L1070" class="LineNr">1070 </span> <span class="Constant"> .e .</span> +<span id="L1071" class="LineNr">1071 </span> <span class="Constant"> .f .</span> +<span id="L1072" class="LineNr">1072 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L1073" class="LineNr">1073 </span> ] <span id="L1074" class="LineNr">1074 </span>] <span id="L1075" class="LineNr">1075 </span> @@ -1146,28 +1145,28 @@ if ('onhashchange' in window) { <span id="L1083" class="LineNr">1083 </span><span class="Constant">d</span> <span id="L1084" class="LineNr">1084 </span><span class="Constant">e</span> <span id="L1085" class="LineNr">1085 </span><span class="Constant">f]</span> -<span id="L1086" class="LineNr">1086 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1087" class="LineNr">1087 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1086" class="LineNr">1086 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1087" class="LineNr">1087 </span> editor-render screen, e <span id="L1088" class="LineNr">1088 </span> <span class="Comment"># scroll the page down and up</span> <span id="L1089" class="LineNr">1089 </span> assume-console [ -<span id="L1090" class="LineNr">1090 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3597'>page-down</a> -<span id="L1091" class="LineNr">1091 </span> <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3820'>page-up</a> +<span id="L1090" class="LineNr">1090 </span> press page-down +<span id="L1091" class="LineNr">1091 </span> press page-up <span id="L1092" class="LineNr">1092 </span> ] -<span id="L1093" class="LineNr">1093 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1093" class="LineNr">1093 </span> editor-event-loop screen, console, e <span id="L1094" class="LineNr">1094 </span> <span class="Comment"># undo</span> <span id="L1095" class="LineNr">1095 </span> assume-console [ -<span id="L1096" class="LineNr">1096 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1096" class="LineNr">1096 </span> press ctrl-z <span id="L1097" class="LineNr">1097 </span> ] <span id="L1098" class="LineNr">1098 </span> run [ -<span id="L1099" class="LineNr">1099 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1099" class="LineNr">1099 </span> editor-event-loop screen, console, e <span id="L1100" class="LineNr">1100 </span> ] <span id="L1101" class="LineNr">1101 </span> <span class="Comment"># screen should again show page 2</span> <span id="L1102" class="LineNr">1102 </span> screen-should-contain [ -<span id="L1103" class="LineNr">1103 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1104" class="LineNr">1104 </span> <span class="Conceal">¦</span><span class="Constant"> .d .</span> -<span id="L1105" class="LineNr">1105 </span> <span class="Conceal">¦</span><span class="Constant"> .e .</span> -<span id="L1106" class="LineNr">1106 </span> <span class="Conceal">¦</span><span class="Constant"> .f .</span> -<span id="L1107" class="LineNr">1107 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1103" class="LineNr">1103 </span> <span class="Constant"> . .</span> +<span id="L1104" class="LineNr">1104 </span> <span class="Constant"> .d .</span> +<span id="L1105" class="LineNr">1105 </span> <span class="Constant"> .e .</span> +<span id="L1106" class="LineNr">1106 </span> <span class="Constant"> .f .</span> +<span id="L1107" class="LineNr">1107 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L1108" class="LineNr">1108 </span> ] <span id="L1109" class="LineNr">1109 </span>] <span id="L1110" class="LineNr">1110 </span> @@ -1178,41 +1177,41 @@ if ('onhashchange' in window) { <span id="L1115" class="LineNr">1115 </span> contents:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L1116" class="LineNr">1116 </span><span class="Constant">def</span> <span id="L1117" class="LineNr">1117 </span><span class="Constant">ghi]</span> -<span id="L1118" class="LineNr">1118 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1119" class="LineNr">1119 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1118" class="LineNr">1118 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1119" class="LineNr">1119 </span> editor-render screen, e <span id="L1120" class="LineNr">1120 </span> <span class="Comment"># move the cursor, then to start of line</span> <span id="L1121" class="LineNr">1121 </span> assume-console [ -<span id="L1122" class="LineNr">1122 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> -<span id="L1123" class="LineNr">1123 </span> <span class="Conceal">¦</span> press ctrl-a +<span id="L1122" class="LineNr">1122 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> +<span id="L1123" class="LineNr">1123 </span> press ctrl-a <span id="L1124" class="LineNr">1124 </span> ] -<span id="L1125" class="LineNr">1125 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1125" class="LineNr">1125 </span> editor-event-loop screen, console, e <span id="L1126" class="LineNr">1126 </span> <span class="Comment"># undo</span> <span id="L1127" class="LineNr">1127 </span> assume-console [ -<span id="L1128" class="LineNr">1128 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1128" class="LineNr">1128 </span> press ctrl-z <span id="L1129" class="LineNr">1129 </span> ] <span id="L1130" class="LineNr">1130 </span> run [ -<span id="L1131" class="LineNr">1131 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1131" class="LineNr">1131 </span> editor-event-loop screen, console, e <span id="L1132" class="LineNr">1132 </span> ] <span id="L1133" class="LineNr">1133 </span> <span class="Comment"># cursor moves back</span> <span id="L1134" class="LineNr">1134 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1135" class="LineNr">1135 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1136" class="LineNr">1136 </span> memory-should-contain [ -<span id="L1137" class="LineNr">1137 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L1138" class="LineNr">1138 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1137" class="LineNr">1137 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1138" class="LineNr">1138 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1139" class="LineNr">1139 </span> ] <span id="L1140" class="LineNr">1140 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L1141" class="LineNr">1141 </span> assume-console [ -<span id="L1142" class="LineNr">1142 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> +<span id="L1142" class="LineNr">1142 </span> type <span class="Constant">[1]</span> <span id="L1143" class="LineNr">1143 </span> ] <span id="L1144" class="LineNr">1144 </span> run [ -<span id="L1145" class="LineNr">1145 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1145" class="LineNr">1145 </span> editor-event-loop screen, console, e <span id="L1146" class="LineNr">1146 </span> ] <span id="L1147" class="LineNr">1147 </span> screen-should-contain [ -<span id="L1148" class="LineNr">1148 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1149" class="LineNr">1149 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L1150" class="LineNr">1150 </span> <span class="Conceal">¦</span><span class="Constant"> .d1ef .</span> -<span id="L1151" class="LineNr">1151 </span> <span class="Conceal">¦</span><span class="Constant"> .ghi .</span> -<span id="L1152" class="LineNr">1152 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1148" class="LineNr">1148 </span> <span class="Constant"> . .</span> +<span id="L1149" class="LineNr">1149 </span> <span class="Constant"> .abc .</span> +<span id="L1150" class="LineNr">1150 </span> <span class="Constant"> .d1ef .</span> +<span id="L1151" class="LineNr">1151 </span> <span class="Constant"> .ghi .</span> +<span id="L1152" class="LineNr">1152 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L1153" class="LineNr">1153 </span> ] <span id="L1154" class="LineNr">1154 </span>] <span id="L1155" class="LineNr">1155 </span> @@ -1223,41 +1222,41 @@ if ('onhashchange' in window) { <span id="L1160" class="LineNr">1160 </span> contents:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L1161" class="LineNr">1161 </span><span class="Constant">def</span> <span id="L1162" class="LineNr">1162 </span><span class="Constant">ghi]</span> -<span id="L1163" class="LineNr">1163 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1164" class="LineNr">1164 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1163" class="LineNr">1163 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1164" class="LineNr">1164 </span> editor-render screen, e <span id="L1165" class="LineNr">1165 </span> <span class="Comment"># move the cursor, then to start of line</span> <span id="L1166" class="LineNr">1166 </span> assume-console [ -<span id="L1167" class="LineNr">1167 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> -<span id="L1168" class="LineNr">1168 </span> <span class="Conceal">¦</span> press home +<span id="L1167" class="LineNr">1167 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> +<span id="L1168" class="LineNr">1168 </span> press home <span id="L1169" class="LineNr">1169 </span> ] -<span id="L1170" class="LineNr">1170 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1170" class="LineNr">1170 </span> editor-event-loop screen, console, e <span id="L1171" class="LineNr">1171 </span> <span class="Comment"># undo</span> <span id="L1172" class="LineNr">1172 </span> assume-console [ -<span id="L1173" class="LineNr">1173 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1173" class="LineNr">1173 </span> press ctrl-z <span id="L1174" class="LineNr">1174 </span> ] <span id="L1175" class="LineNr">1175 </span> run [ -<span id="L1176" class="LineNr">1176 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1176" class="LineNr">1176 </span> editor-event-loop screen, console, e <span id="L1177" class="LineNr">1177 </span> ] <span id="L1178" class="LineNr">1178 </span> <span class="Comment"># cursor moves back</span> <span id="L1179" class="LineNr">1179 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1180" class="LineNr">1180 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1181" class="LineNr">1181 </span> memory-should-contain [ -<span id="L1182" class="LineNr">1182 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L1183" class="LineNr">1183 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1182" class="LineNr">1182 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1183" class="LineNr">1183 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1184" class="LineNr">1184 </span> ] <span id="L1185" class="LineNr">1185 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L1186" class="LineNr">1186 </span> assume-console [ -<span id="L1187" class="LineNr">1187 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> +<span id="L1187" class="LineNr">1187 </span> type <span class="Constant">[1]</span> <span id="L1188" class="LineNr">1188 </span> ] <span id="L1189" class="LineNr">1189 </span> run [ -<span id="L1190" class="LineNr">1190 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1190" class="LineNr">1190 </span> editor-event-loop screen, console, e <span id="L1191" class="LineNr">1191 </span> ] <span id="L1192" class="LineNr">1192 </span> screen-should-contain [ -<span id="L1193" class="LineNr">1193 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1194" class="LineNr">1194 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L1195" class="LineNr">1195 </span> <span class="Conceal">¦</span><span class="Constant"> .d1ef .</span> -<span id="L1196" class="LineNr">1196 </span> <span class="Conceal">¦</span><span class="Constant"> .ghi .</span> -<span id="L1197" class="LineNr">1197 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1193" class="LineNr">1193 </span> <span class="Constant"> . .</span> +<span id="L1194" class="LineNr">1194 </span> <span class="Constant"> .abc .</span> +<span id="L1195" class="LineNr">1195 </span> <span class="Constant"> .d1ef .</span> +<span id="L1196" class="LineNr">1196 </span> <span class="Constant"> .ghi .</span> +<span id="L1197" class="LineNr">1197 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L1198" class="LineNr">1198 </span> ] <span id="L1199" class="LineNr">1199 </span>] <span id="L1200" class="LineNr">1200 </span> @@ -1268,41 +1267,41 @@ if ('onhashchange' in window) { <span id="L1205" class="LineNr">1205 </span> contents:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L1206" class="LineNr">1206 </span><span class="Constant">def</span> <span id="L1207" class="LineNr">1207 </span><span class="Constant">ghi]</span> -<span id="L1208" class="LineNr">1208 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1209" class="LineNr">1209 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1208" class="LineNr">1208 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1209" class="LineNr">1209 </span> editor-render screen, e <span id="L1210" class="LineNr">1210 </span> <span class="Comment"># move the cursor, then to start of line</span> <span id="L1211" class="LineNr">1211 </span> assume-console [ -<span id="L1212" class="LineNr">1212 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> -<span id="L1213" class="LineNr">1213 </span> <span class="Conceal">¦</span> press ctrl-e +<span id="L1212" class="LineNr">1212 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> +<span id="L1213" class="LineNr">1213 </span> press ctrl-e <span id="L1214" class="LineNr">1214 </span> ] -<span id="L1215" class="LineNr">1215 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1215" class="LineNr">1215 </span> editor-event-loop screen, console, e <span id="L1216" class="LineNr">1216 </span> <span class="Comment"># undo</span> <span id="L1217" class="LineNr">1217 </span> assume-console [ -<span id="L1218" class="LineNr">1218 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1218" class="LineNr">1218 </span> press ctrl-z <span id="L1219" class="LineNr">1219 </span> ] <span id="L1220" class="LineNr">1220 </span> run [ -<span id="L1221" class="LineNr">1221 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1221" class="LineNr">1221 </span> editor-event-loop screen, console, e <span id="L1222" class="LineNr">1222 </span> ] <span id="L1223" class="LineNr">1223 </span> <span class="Comment"># cursor moves back</span> <span id="L1224" class="LineNr">1224 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1225" class="LineNr">1225 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1226" class="LineNr">1226 </span> memory-should-contain [ -<span id="L1227" class="LineNr">1227 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L1228" class="LineNr">1228 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1227" class="LineNr">1227 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1228" class="LineNr">1228 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1229" class="LineNr">1229 </span> ] <span id="L1230" class="LineNr">1230 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L1231" class="LineNr">1231 </span> assume-console [ -<span id="L1232" class="LineNr">1232 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> +<span id="L1232" class="LineNr">1232 </span> type <span class="Constant">[1]</span> <span id="L1233" class="LineNr">1233 </span> ] <span id="L1234" class="LineNr">1234 </span> run [ -<span id="L1235" class="LineNr">1235 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1235" class="LineNr">1235 </span> editor-event-loop screen, console, e <span id="L1236" class="LineNr">1236 </span> ] <span id="L1237" class="LineNr">1237 </span> screen-should-contain [ -<span id="L1238" class="LineNr">1238 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1239" class="LineNr">1239 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L1240" class="LineNr">1240 </span> <span class="Conceal">¦</span><span class="Constant"> .d1ef .</span> -<span id="L1241" class="LineNr">1241 </span> <span class="Conceal">¦</span><span class="Constant"> .ghi .</span> -<span id="L1242" class="LineNr">1242 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1238" class="LineNr">1238 </span> <span class="Constant"> . .</span> +<span id="L1239" class="LineNr">1239 </span> <span class="Constant"> .abc .</span> +<span id="L1240" class="LineNr">1240 </span> <span class="Constant"> .d1ef .</span> +<span id="L1241" class="LineNr">1241 </span> <span class="Constant"> .ghi .</span> +<span id="L1242" class="LineNr">1242 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L1243" class="LineNr">1243 </span> ] <span id="L1244" class="LineNr">1244 </span>] <span id="L1245" class="LineNr">1245 </span> @@ -1313,41 +1312,41 @@ if ('onhashchange' in window) { <span id="L1250" class="LineNr">1250 </span> contents:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L1251" class="LineNr">1251 </span><span class="Constant">def</span> <span id="L1252" class="LineNr">1252 </span><span class="Constant">ghi]</span> -<span id="L1253" class="LineNr">1253 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1254" class="LineNr">1254 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1253" class="LineNr">1253 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1254" class="LineNr">1254 </span> editor-render screen, e <span id="L1255" class="LineNr">1255 </span> <span class="Comment"># move the cursor, then to start of line</span> <span id="L1256" class="LineNr">1256 </span> assume-console [ -<span id="L1257" class="LineNr">1257 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> -<span id="L1258" class="LineNr">1258 </span> <span class="Conceal">¦</span> press end +<span id="L1257" class="LineNr">1257 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> +<span id="L1258" class="LineNr">1258 </span> press end <span id="L1259" class="LineNr">1259 </span> ] -<span id="L1260" class="LineNr">1260 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1260" class="LineNr">1260 </span> editor-event-loop screen, console, e <span id="L1261" class="LineNr">1261 </span> <span class="Comment"># undo</span> <span id="L1262" class="LineNr">1262 </span> assume-console [ -<span id="L1263" class="LineNr">1263 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1263" class="LineNr">1263 </span> press ctrl-z <span id="L1264" class="LineNr">1264 </span> ] <span id="L1265" class="LineNr">1265 </span> run [ -<span id="L1266" class="LineNr">1266 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1266" class="LineNr">1266 </span> editor-event-loop screen, console, e <span id="L1267" class="LineNr">1267 </span> ] <span id="L1268" class="LineNr">1268 </span> <span class="Comment"># cursor moves back</span> <span id="L1269" class="LineNr">1269 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1270" class="LineNr">1270 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1271" class="LineNr">1271 </span> memory-should-contain [ -<span id="L1272" class="LineNr">1272 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L1273" class="LineNr">1273 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1272" class="LineNr">1272 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1273" class="LineNr">1273 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1274" class="LineNr">1274 </span> ] <span id="L1275" class="LineNr">1275 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L1276" class="LineNr">1276 </span> assume-console [ -<span id="L1277" class="LineNr">1277 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> +<span id="L1277" class="LineNr">1277 </span> type <span class="Constant">[1]</span> <span id="L1278" class="LineNr">1278 </span> ] <span id="L1279" class="LineNr">1279 </span> run [ -<span id="L1280" class="LineNr">1280 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1280" class="LineNr">1280 </span> editor-event-loop screen, console, e <span id="L1281" class="LineNr">1281 </span> ] <span id="L1282" class="LineNr">1282 </span> screen-should-contain [ -<span id="L1283" class="LineNr">1283 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1284" class="LineNr">1284 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L1285" class="LineNr">1285 </span> <span class="Conceal">¦</span><span class="Constant"> .d1ef .</span> -<span id="L1286" class="LineNr">1286 </span> <span class="Conceal">¦</span><span class="Constant"> .ghi .</span> -<span id="L1287" class="LineNr">1287 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1283" class="LineNr">1283 </span> <span class="Constant"> . .</span> +<span id="L1284" class="LineNr">1284 </span> <span class="Constant"> .abc .</span> +<span id="L1285" class="LineNr">1285 </span> <span class="Constant"> .d1ef .</span> +<span id="L1286" class="LineNr">1286 </span> <span class="Constant"> .ghi .</span> +<span id="L1287" class="LineNr">1287 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L1288" class="LineNr">1288 </span> ] <span id="L1289" class="LineNr">1289 </span>] <span id="L1290" class="LineNr">1290 </span> @@ -1358,49 +1357,49 @@ if ('onhashchange' in window) { <span id="L1295" class="LineNr">1295 </span> contents:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L1296" class="LineNr">1296 </span><span class="Constant">def</span> <span id="L1297" class="LineNr">1297 </span><span class="Constant">ghi]</span> -<span id="L1298" class="LineNr">1298 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1299" class="LineNr">1299 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1298" class="LineNr">1298 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1299" class="LineNr">1299 </span> editor-render screen, e <span id="L1300" class="LineNr">1300 </span> <span class="Comment"># move the cursor</span> <span id="L1301" class="LineNr">1301 </span> assume-console [ -<span id="L1302" class="LineNr">1302 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> -<span id="L1303" class="LineNr">1303 </span> <span class="Conceal">¦</span> press right-arrow -<span id="L1304" class="LineNr">1304 </span> <span class="Conceal">¦</span> press right-arrow -<span id="L1305" class="LineNr">1305 </span> <span class="Conceal">¦</span> press up-arrow +<span id="L1302" class="LineNr">1302 </span> left-click<span class="Constant"> 2</span>,<span class="Constant"> 1</span> +<span id="L1303" class="LineNr">1303 </span> press right-arrow +<span id="L1304" class="LineNr">1304 </span> press right-arrow +<span id="L1305" class="LineNr">1305 </span> press up-arrow <span id="L1306" class="LineNr">1306 </span> ] -<span id="L1307" class="LineNr">1307 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1307" class="LineNr">1307 </span> editor-event-loop screen, console, e <span id="L1308" class="LineNr">1308 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1309" class="LineNr">1309 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1310" class="LineNr">1310 </span> memory-should-contain [ -<span id="L1311" class="LineNr">1311 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1312" class="LineNr">1312 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L1311" class="LineNr">1311 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1312" class="LineNr">1312 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L1313" class="LineNr">1313 </span> ] <span id="L1314" class="LineNr">1314 </span> <span class="Comment"># undo</span> <span id="L1315" class="LineNr">1315 </span> assume-console [ -<span id="L1316" class="LineNr">1316 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1316" class="LineNr">1316 </span> press ctrl-z <span id="L1317" class="LineNr">1317 </span> ] <span id="L1318" class="LineNr">1318 </span> run [ -<span id="L1319" class="LineNr">1319 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1319" class="LineNr">1319 </span> editor-event-loop screen, console, e <span id="L1320" class="LineNr">1320 </span> ] <span id="L1321" class="LineNr">1321 </span> <span class="Comment"># up-arrow is undone</span> <span id="L1322" class="LineNr">1322 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1323" class="LineNr">1323 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1324" class="LineNr">1324 </span> memory-should-contain [ -<span id="L1325" class="LineNr">1325 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L1326" class="LineNr">1326 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L1325" class="LineNr">1325 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1326" class="LineNr">1326 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L1327" class="LineNr">1327 </span> ] <span id="L1328" class="LineNr">1328 </span> <span class="Comment"># undo again</span> <span id="L1329" class="LineNr">1329 </span> assume-console [ -<span id="L1330" class="LineNr">1330 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1330" class="LineNr">1330 </span> press ctrl-z <span id="L1331" class="LineNr">1331 </span> ] <span id="L1332" class="LineNr">1332 </span> run [ -<span id="L1333" class="LineNr">1333 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1333" class="LineNr">1333 </span> editor-event-loop screen, console, e <span id="L1334" class="LineNr">1334 </span> ] <span id="L1335" class="LineNr">1335 </span> <span class="Comment"># both right-arrows are undone</span> <span id="L1336" class="LineNr">1336 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1337" class="LineNr">1337 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1338" class="LineNr">1338 </span> memory-should-contain [ -<span id="L1339" class="LineNr">1339 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> -<span id="L1340" class="LineNr">1340 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1339" class="LineNr">1339 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1340" class="LineNr">1340 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1341" class="LineNr">1341 </span> ] <span id="L1342" class="LineNr">1342 </span>] <span id="L1343" class="LineNr">1343 </span> @@ -1413,54 +1412,54 @@ if ('onhashchange' in window) { <span id="L1350" class="LineNr">1350 </span> contents:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L1351" class="LineNr">1351 </span><span class="Constant">def</span> <span id="L1352" class="LineNr">1352 </span><span class="Constant">ghi]</span> -<span id="L1353" class="LineNr">1353 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1354" class="LineNr">1354 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1353" class="LineNr">1353 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1354" class="LineNr">1354 </span> editor-render screen, e <span id="L1355" class="LineNr">1355 </span> assume-console [ -<span id="L1356" class="LineNr">1356 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 1</span> -<span id="L1357" class="LineNr">1357 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1356" class="LineNr">1356 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 1</span> +<span id="L1357" class="LineNr">1357 </span> press ctrl-z <span id="L1358" class="LineNr">1358 </span> ] -<span id="L1359" class="LineNr">1359 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1359" class="LineNr">1359 </span> editor-event-loop screen, console, e <span id="L1360" class="LineNr">1360 </span> <span class="Comment"># redo</span> <span id="L1361" class="LineNr">1361 </span> assume-console [ -<span id="L1362" class="LineNr">1362 </span> <span class="Conceal">¦</span> press ctrl-y +<span id="L1362" class="LineNr">1362 </span> press ctrl-y <span id="L1363" class="LineNr">1363 </span> ] <span id="L1364" class="LineNr">1364 </span> run [ -<span id="L1365" class="LineNr">1365 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1365" class="LineNr">1365 </span> editor-event-loop screen, console, e <span id="L1366" class="LineNr">1366 </span> ] <span id="L1367" class="LineNr">1367 </span> <span class="Comment"># cursor moves to left-click</span> <span id="L1368" class="LineNr">1368 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1369" class="LineNr">1369 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1370" class="LineNr">1370 </span> memory-should-contain [ -<span id="L1371" class="LineNr">1371 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> -<span id="L1372" class="LineNr">1372 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1371" class="LineNr">1371 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L1372" class="LineNr">1372 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1373" class="LineNr">1373 </span> ] <span id="L1374" class="LineNr">1374 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L1375" class="LineNr">1375 </span> assume-console [ -<span id="L1376" class="LineNr">1376 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> +<span id="L1376" class="LineNr">1376 </span> type <span class="Constant">[1]</span> <span id="L1377" class="LineNr">1377 </span> ] <span id="L1378" class="LineNr">1378 </span> run [ -<span id="L1379" class="LineNr">1379 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1379" class="LineNr">1379 </span> editor-event-loop screen, console, e <span id="L1380" class="LineNr">1380 </span> ] <span id="L1381" class="LineNr">1381 </span> screen-should-contain [ -<span id="L1382" class="LineNr">1382 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1383" class="LineNr">1383 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L1384" class="LineNr">1384 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L1385" class="LineNr">1385 </span> <span class="Conceal">¦</span><span class="Constant"> .g1hi .</span> -<span id="L1386" class="LineNr">1386 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1382" class="LineNr">1382 </span> <span class="Constant"> . .</span> +<span id="L1383" class="LineNr">1383 </span> <span class="Constant"> .abc .</span> +<span id="L1384" class="LineNr">1384 </span> <span class="Constant"> .def .</span> +<span id="L1385" class="LineNr">1385 </span> <span class="Constant"> .g1hi .</span> +<span id="L1386" class="LineNr">1386 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> <span id="L1387" class="LineNr">1387 </span> ] <span id="L1388" class="LineNr">1388 </span>] <span id="L1389" class="LineNr">1389 </span> -<span id="L1390" class="LineNr">1390 </span><span class="muRecipe">after</span> <span class="Constant"><a href='012-editor-undo.mu.html#L96'><handle-redo></a></span> [ +<span id="L1390" class="LineNr">1390 </span><span class="muRecipe">after</span> <span class="Constant"><handle-redo></span> [ <span id="L1391" class="LineNr">1391 </span> <span class="Delimiter">{</span> -<span id="L1392" class="LineNr">1392 </span> <span class="Conceal">¦</span> move:<a href='012-editor-undo.mu.html#L26'>move-operation</a>, is-move?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">move:variant</span> -<span id="L1393" class="LineNr">1393 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-move? -<span id="L1394" class="LineNr">1394 </span> <span class="Conceal">¦</span> <span class="Comment"># assert cursor-row/cursor-column/top-of-screen match after-row/after-column/after-top-of-screen</span> -<span id="L1395" class="LineNr">1395 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> get move, <span class="Constant">after-row:offset</span> -<span id="L1396" class="LineNr">1396 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row -<span id="L1397" class="LineNr">1397 </span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> get move, <span class="Constant">after-column:offset</span> -<span id="L1398" class="LineNr">1398 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L1399" class="LineNr">1399 </span> <span class="Conceal">¦</span> top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get move, <span class="Constant">after-top-of-screen:offset</span> -<span id="L1400" class="LineNr">1400 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, top +<span id="L1392" class="LineNr">1392 </span> move:move-operation, is-move?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">move:variant</span> +<span id="L1393" class="LineNr">1393 </span> <span class="muControl">break-unless</span> is-move? +<span id="L1394" class="LineNr">1394 </span> <span class="Comment"># assert cursor-row/cursor-column/top-of-screen match after-row/after-column/after-top-of-screen</span> +<span id="L1395" class="LineNr">1395 </span> cursor-row <span class="Special"><-</span> get move, <span class="Constant">after-row:offset</span> +<span id="L1396" class="LineNr">1396 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L1397" class="LineNr">1397 </span> cursor-column <span class="Special"><-</span> get move, <span class="Constant">after-column:offset</span> +<span id="L1398" class="LineNr">1398 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L1399" class="LineNr">1399 </span> top:&:duplex-list:char <span class="Special"><-</span> get move, <span class="Constant">after-top-of-screen:offset</span> +<span id="L1400" class="LineNr">1400 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, top <span id="L1401" class="LineNr">1401 </span> <span class="Delimiter">}</span> <span id="L1402" class="LineNr">1402 </span>] <span id="L1403" class="LineNr">1403 </span> @@ -1468,146 +1467,146 @@ if ('onhashchange' in window) { <span id="L1405" class="LineNr">1405 </span> <span class="Constant">local-scope</span> <span id="L1406" class="LineNr">1406 </span> <span class="Comment"># create an editor, type some text, move the cursor, type some more text</span> <span id="L1407" class="LineNr">1407 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L1408" class="LineNr">1408 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1409" class="LineNr">1409 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1408" class="LineNr">1408 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1409" class="LineNr">1409 </span> editor-render screen, e <span id="L1410" class="LineNr">1410 </span> assume-console [ -<span id="L1411" class="LineNr">1411 </span> <span class="Conceal">¦</span> type <span class="Constant">[abc]</span> -<span id="L1412" class="LineNr">1412 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> -<span id="L1413" class="LineNr">1413 </span> <span class="Conceal">¦</span> type <span class="Constant">[d]</span> +<span id="L1411" class="LineNr">1411 </span> type <span class="Constant">[abc]</span> +<span id="L1412" class="LineNr">1412 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> +<span id="L1413" class="LineNr">1413 </span> type <span class="Constant">[d]</span> <span id="L1414" class="LineNr">1414 </span> ] -<span id="L1415" class="LineNr">1415 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1415" class="LineNr">1415 </span> editor-event-loop screen, console, e <span id="L1416" class="LineNr">1416 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1417" class="LineNr">1417 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1418" class="LineNr">1418 </span> screen-should-contain [ -<span id="L1419" class="LineNr">1419 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1420" class="LineNr">1420 </span> <span class="Conceal">¦</span><span class="Constant"> .adbc .</span> -<span id="L1421" class="LineNr">1421 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1422" class="LineNr">1422 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1419" class="LineNr">1419 </span> <span class="Constant"> . .</span> +<span id="L1420" class="LineNr">1420 </span> <span class="Constant"> .adbc .</span> +<span id="L1421" class="LineNr">1421 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1422" class="LineNr">1422 </span> <span class="Constant"> . .</span> <span id="L1423" class="LineNr">1423 </span> ] <span id="L1424" class="LineNr">1424 </span> memory-should-contain [ -<span id="L1425" class="LineNr">1425 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1426" class="LineNr">1426 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1425" class="LineNr">1425 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1426" class="LineNr">1426 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span id="L1427" class="LineNr">1427 </span> ] <span id="L1428" class="LineNr">1428 </span> <span class="Comment"># undo</span> <span id="L1429" class="LineNr">1429 </span> assume-console [ -<span id="L1430" class="LineNr">1430 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1430" class="LineNr">1430 </span> press ctrl-z <span id="L1431" class="LineNr">1431 </span> ] <span id="L1432" class="LineNr">1432 </span> run [ -<span id="L1433" class="LineNr">1433 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1434" class="LineNr">1434 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1435" class="LineNr">1435 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1433" class="LineNr">1433 </span> editor-event-loop screen, console, e +<span id="L1434" class="LineNr">1434 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1435" class="LineNr">1435 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1436" class="LineNr">1436 </span> ] <span id="L1437" class="LineNr">1437 </span> <span class="Comment"># last letter typed is deleted</span> <span id="L1438" class="LineNr">1438 </span> screen-should-contain [ -<span id="L1439" class="LineNr">1439 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1440" class="LineNr">1440 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L1441" class="LineNr">1441 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1442" class="LineNr">1442 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1439" class="LineNr">1439 </span> <span class="Constant"> . .</span> +<span id="L1440" class="LineNr">1440 </span> <span class="Constant"> .abc .</span> +<span id="L1441" class="LineNr">1441 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1442" class="LineNr">1442 </span> <span class="Constant"> . .</span> <span id="L1443" class="LineNr">1443 </span> ] <span id="L1444" class="LineNr">1444 </span> memory-should-contain [ -<span id="L1445" class="LineNr">1445 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1446" class="LineNr">1446 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1445" class="LineNr">1445 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1446" class="LineNr">1446 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1447" class="LineNr">1447 </span> ] <span id="L1448" class="LineNr">1448 </span> <span class="Comment"># undo again</span> <span id="L1449" class="LineNr">1449 </span> assume-console [ -<span id="L1450" class="LineNr">1450 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1450" class="LineNr">1450 </span> press ctrl-z <span id="L1451" class="LineNr">1451 </span> ] <span id="L1452" class="LineNr">1452 </span> run [ -<span id="L1453" class="LineNr">1453 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1454" class="LineNr">1454 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1455" class="LineNr">1455 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1453" class="LineNr">1453 </span> editor-event-loop screen, console, e +<span id="L1454" class="LineNr">1454 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1455" class="LineNr">1455 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1456" class="LineNr">1456 </span> ] <span id="L1457" class="LineNr">1457 </span> <span class="Comment"># no change to screen; cursor moves</span> <span id="L1458" class="LineNr">1458 </span> screen-should-contain [ -<span id="L1459" class="LineNr">1459 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1460" class="LineNr">1460 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L1461" class="LineNr">1461 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1462" class="LineNr">1462 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1459" class="LineNr">1459 </span> <span class="Constant"> . .</span> +<span id="L1460" class="LineNr">1460 </span> <span class="Constant"> .abc .</span> +<span id="L1461" class="LineNr">1461 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1462" class="LineNr">1462 </span> <span class="Constant"> . .</span> <span id="L1463" class="LineNr">1463 </span> ] <span id="L1464" class="LineNr">1464 </span> memory-should-contain [ -<span id="L1465" class="LineNr">1465 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1466" class="LineNr">1466 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L1465" class="LineNr">1465 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1466" class="LineNr">1466 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L1467" class="LineNr">1467 </span> ] <span id="L1468" class="LineNr">1468 </span> <span class="Comment"># undo again</span> <span id="L1469" class="LineNr">1469 </span> assume-console [ -<span id="L1470" class="LineNr">1470 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1470" class="LineNr">1470 </span> press ctrl-z <span id="L1471" class="LineNr">1471 </span> ] <span id="L1472" class="LineNr">1472 </span> run [ -<span id="L1473" class="LineNr">1473 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1474" class="LineNr">1474 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1475" class="LineNr">1475 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1473" class="LineNr">1473 </span> editor-event-loop screen, console, e +<span id="L1474" class="LineNr">1474 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1475" class="LineNr">1475 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1476" class="LineNr">1476 </span> ] <span id="L1477" class="LineNr">1477 </span> <span class="Comment"># screen empty</span> <span id="L1478" class="LineNr">1478 </span> screen-should-contain [ -<span id="L1479" class="LineNr">1479 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1480" class="LineNr">1480 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1481" class="LineNr">1481 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1482" class="LineNr">1482 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1479" class="LineNr">1479 </span> <span class="Constant"> . .</span> +<span id="L1480" class="LineNr">1480 </span> <span class="Constant"> . .</span> +<span id="L1481" class="LineNr">1481 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1482" class="LineNr">1482 </span> <span class="Constant"> . .</span> <span id="L1483" class="LineNr">1483 </span> ] <span id="L1484" class="LineNr">1484 </span> memory-should-contain [ -<span id="L1485" class="LineNr">1485 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1486" class="LineNr">1486 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L1485" class="LineNr">1485 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1486" class="LineNr">1486 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L1487" class="LineNr">1487 </span> ] <span id="L1488" class="LineNr">1488 </span> <span class="Comment"># redo</span> <span id="L1489" class="LineNr">1489 </span> assume-console [ -<span id="L1490" class="LineNr">1490 </span> <span class="Conceal">¦</span> press ctrl-y +<span id="L1490" class="LineNr">1490 </span> press ctrl-y <span id="L1491" class="LineNr">1491 </span> ] <span id="L1492" class="LineNr">1492 </span> run [ -<span id="L1493" class="LineNr">1493 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1494" class="LineNr">1494 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1495" class="LineNr">1495 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1493" class="LineNr">1493 </span> editor-event-loop screen, console, e +<span id="L1494" class="LineNr">1494 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1495" class="LineNr">1495 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1496" class="LineNr">1496 </span> ] <span id="L1497" class="LineNr">1497 </span> <span class="Comment"># first insert</span> <span id="L1498" class="LineNr">1498 </span> screen-should-contain [ -<span id="L1499" class="LineNr">1499 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1500" class="LineNr">1500 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L1501" class="LineNr">1501 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1502" class="LineNr">1502 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1499" class="LineNr">1499 </span> <span class="Constant"> . .</span> +<span id="L1500" class="LineNr">1500 </span> <span class="Constant"> .abc .</span> +<span id="L1501" class="LineNr">1501 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1502" class="LineNr">1502 </span> <span class="Constant"> . .</span> <span id="L1503" class="LineNr">1503 </span> ] <span id="L1504" class="LineNr">1504 </span> memory-should-contain [ -<span id="L1505" class="LineNr">1505 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1506" class="LineNr">1506 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L1505" class="LineNr">1505 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1506" class="LineNr">1506 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L1507" class="LineNr">1507 </span> ] <span id="L1508" class="LineNr">1508 </span> <span class="Comment"># redo again</span> <span id="L1509" class="LineNr">1509 </span> assume-console [ -<span id="L1510" class="LineNr">1510 </span> <span class="Conceal">¦</span> press ctrl-y +<span id="L1510" class="LineNr">1510 </span> press ctrl-y <span id="L1511" class="LineNr">1511 </span> ] <span id="L1512" class="LineNr">1512 </span> run [ -<span id="L1513" class="LineNr">1513 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1514" class="LineNr">1514 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1515" class="LineNr">1515 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1513" class="LineNr">1513 </span> editor-event-loop screen, console, e +<span id="L1514" class="LineNr">1514 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1515" class="LineNr">1515 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1516" class="LineNr">1516 </span> ] <span id="L1517" class="LineNr">1517 </span> <span class="Comment"># cursor moves</span> <span id="L1518" class="LineNr">1518 </span> screen-should-contain [ -<span id="L1519" class="LineNr">1519 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1520" class="LineNr">1520 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L1521" class="LineNr">1521 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1522" class="LineNr">1522 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1519" class="LineNr">1519 </span> <span class="Constant"> . .</span> +<span id="L1520" class="LineNr">1520 </span> <span class="Constant"> .abc .</span> +<span id="L1521" class="LineNr">1521 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1522" class="LineNr">1522 </span> <span class="Constant"> . .</span> <span id="L1523" class="LineNr">1523 </span> ] <span id="L1524" class="LineNr">1524 </span> <span class="Comment"># cursor moves</span> <span id="L1525" class="LineNr">1525 </span> memory-should-contain [ -<span id="L1526" class="LineNr">1526 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1527" class="LineNr">1527 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1526" class="LineNr">1526 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1527" class="LineNr">1527 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1528" class="LineNr">1528 </span> ] <span id="L1529" class="LineNr">1529 </span> <span class="Comment"># redo again</span> <span id="L1530" class="LineNr">1530 </span> assume-console [ -<span id="L1531" class="LineNr">1531 </span> <span class="Conceal">¦</span> press ctrl-y +<span id="L1531" class="LineNr">1531 </span> press ctrl-y <span id="L1532" class="LineNr">1532 </span> ] <span id="L1533" class="LineNr">1533 </span> run [ -<span id="L1534" class="LineNr">1534 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e -<span id="L1535" class="LineNr">1535 </span> <span class="Conceal">¦</span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> -<span id="L1536" class="LineNr">1536 </span> <span class="Conceal">¦</span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> +<span id="L1534" class="LineNr">1534 </span> editor-event-loop screen, console, e +<span id="L1535" class="LineNr">1535 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> +<span id="L1536" class="LineNr">1536 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1537" class="LineNr">1537 </span> ] <span id="L1538" class="LineNr">1538 </span> <span class="Comment"># second insert</span> <span id="L1539" class="LineNr">1539 </span> screen-should-contain [ -<span id="L1540" class="LineNr">1540 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1541" class="LineNr">1541 </span> <span class="Conceal">¦</span><span class="Constant"> .adbc .</span> -<span id="L1542" class="LineNr">1542 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1543" class="LineNr">1543 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1540" class="LineNr">1540 </span> <span class="Constant"> . .</span> +<span id="L1541" class="LineNr">1541 </span> <span class="Constant"> .adbc .</span> +<span id="L1542" class="LineNr">1542 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1543" class="LineNr">1543 </span> <span class="Constant"> . .</span> <span id="L1544" class="LineNr">1544 </span> ] <span id="L1545" class="LineNr">1545 </span> memory-should-contain [ -<span id="L1546" class="LineNr">1546 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1547" class="LineNr">1547 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1546" class="LineNr">1546 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1547" class="LineNr">1547 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span id="L1548" class="LineNr">1548 </span> ] <span id="L1549" class="LineNr">1549 </span>] <span id="L1550" class="LineNr">1550 </span> @@ -1617,142 +1616,142 @@ if ('onhashchange' in window) { <span id="L1554" class="LineNr">1554 </span> <span class="Constant">local-scope</span> <span id="L1555" class="LineNr">1555 </span> <span class="Comment"># create an editor</span> <span id="L1556" class="LineNr">1556 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L1557" class="LineNr">1557 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1558" class="LineNr">1558 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1557" class="LineNr">1557 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1558" class="LineNr">1558 </span> editor-render screen, e <span id="L1559" class="LineNr">1559 </span> <span class="Comment"># insert some text and hit backspace</span> <span id="L1560" class="LineNr">1560 </span> assume-console [ -<span id="L1561" class="LineNr">1561 </span> <span class="Conceal">¦</span> type <span class="Constant">[abc]</span> -<span id="L1562" class="LineNr">1562 </span> <span class="Conceal">¦</span> press backspace -<span id="L1563" class="LineNr">1563 </span> <span class="Conceal">¦</span> press backspace +<span id="L1561" class="LineNr">1561 </span> type <span class="Constant">[abc]</span> +<span id="L1562" class="LineNr">1562 </span> press backspace +<span id="L1563" class="LineNr">1563 </span> press backspace <span id="L1564" class="LineNr">1564 </span> ] -<span id="L1565" class="LineNr">1565 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1565" class="LineNr">1565 </span> editor-event-loop screen, console, e <span id="L1566" class="LineNr">1566 </span> screen-should-contain [ -<span id="L1567" class="LineNr">1567 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1568" class="LineNr">1568 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L1569" class="LineNr">1569 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1570" class="LineNr">1570 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1567" class="LineNr">1567 </span> <span class="Constant"> . .</span> +<span id="L1568" class="LineNr">1568 </span> <span class="Constant"> .a .</span> +<span id="L1569" class="LineNr">1569 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1570" class="LineNr">1570 </span> <span class="Constant"> . .</span> <span id="L1571" class="LineNr">1571 </span> ] <span id="L1572" class="LineNr">1572 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1573" class="LineNr">1573 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1574" class="LineNr">1574 </span> memory-should-contain [ -<span id="L1575" class="LineNr">1575 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1576" class="LineNr">1576 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1575" class="LineNr">1575 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1576" class="LineNr">1576 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1577" class="LineNr">1577 </span> ] <span id="L1578" class="LineNr">1578 </span> <span class="Comment"># undo</span> <span id="L1579" class="LineNr">1579 </span> assume-console [ -<span id="L1580" class="LineNr">1580 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1580" class="LineNr">1580 </span> press ctrl-z <span id="L1581" class="LineNr">1581 </span> ] <span id="L1582" class="LineNr">1582 </span> run [ -<span id="L1583" class="LineNr">1583 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1583" class="LineNr">1583 </span> editor-event-loop screen, console, e <span id="L1584" class="LineNr">1584 </span> ] <span id="L1585" class="LineNr">1585 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1586" class="LineNr">1586 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1587" class="LineNr">1587 </span> memory-should-contain [ -<span id="L1588" class="LineNr">1588 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1589" class="LineNr">1589 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> +<span id="L1588" class="LineNr">1588 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1589" class="LineNr">1589 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 3</span> <span id="L1590" class="LineNr">1590 </span> ] <span id="L1591" class="LineNr">1591 </span> screen-should-contain [ -<span id="L1592" class="LineNr">1592 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1593" class="LineNr">1593 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L1594" class="LineNr">1594 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1595" class="LineNr">1595 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1592" class="LineNr">1592 </span> <span class="Constant"> . .</span> +<span id="L1593" class="LineNr">1593 </span> <span class="Constant"> .abc .</span> +<span id="L1594" class="LineNr">1594 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1595" class="LineNr">1595 </span> <span class="Constant"> . .</span> <span id="L1596" class="LineNr">1596 </span> ] <span id="L1597" class="LineNr">1597 </span> <span class="Comment"># redo</span> <span id="L1598" class="LineNr">1598 </span> assume-console [ -<span id="L1599" class="LineNr">1599 </span> <span class="Conceal">¦</span> press ctrl-y +<span id="L1599" class="LineNr">1599 </span> press ctrl-y <span id="L1600" class="LineNr">1600 </span> ] <span id="L1601" class="LineNr">1601 </span> run [ -<span id="L1602" class="LineNr">1602 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1602" class="LineNr">1602 </span> editor-event-loop screen, console, e <span id="L1603" class="LineNr">1603 </span> ] <span id="L1604" class="LineNr">1604 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1605" class="LineNr">1605 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1606" class="LineNr">1606 </span> memory-should-contain [ -<span id="L1607" class="LineNr">1607 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1608" class="LineNr">1608 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1607" class="LineNr">1607 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1608" class="LineNr">1608 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1609" class="LineNr">1609 </span> ] <span id="L1610" class="LineNr">1610 </span> screen-should-contain [ -<span id="L1611" class="LineNr">1611 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1612" class="LineNr">1612 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L1613" class="LineNr">1613 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1614" class="LineNr">1614 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1611" class="LineNr">1611 </span> <span class="Constant"> . .</span> +<span id="L1612" class="LineNr">1612 </span> <span class="Constant"> .a .</span> +<span id="L1613" class="LineNr">1613 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1614" class="LineNr">1614 </span> <span class="Constant"> . .</span> <span id="L1615" class="LineNr">1615 </span> ] <span id="L1616" class="LineNr">1616 </span>] <span id="L1617" class="LineNr">1617 </span> <span id="L1618" class="LineNr">1618 </span><span class="Comment"># save operation to undo</span> -<span id="L1619" class="LineNr">1619 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L99'><begin-backspace-character></a></span> [ -<span id="L1620" class="LineNr">1620 </span> top-before:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L1619" class="LineNr">1619 </span><span class="muRecipe">after</span> <span class="Constant"><begin-backspace-character></span> [ +<span id="L1620" class="LineNr">1620 </span> top-before:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> <span id="L1621" class="LineNr">1621 </span>] -<span id="L1622" class="LineNr">1622 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L101'><end-backspace-character></a></span> [ +<span id="L1622" class="LineNr">1622 </span><span class="muRecipe">before</span> <span class="Constant"><end-backspace-character></span> [ <span id="L1623" class="LineNr">1623 </span> <span class="Delimiter">{</span> -<span id="L1624" class="LineNr">1624 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> backspaced-cell <span class="Comment"># backspace failed; don't add an undo operation</span> -<span id="L1625" class="LineNr">1625 </span> <span class="Conceal">¦</span> top-after:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L1626" class="LineNr">1626 </span> <span class="Conceal">¦</span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> -<span id="L1627" class="LineNr">1627 </span> <span class="Conceal">¦</span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> -<span id="L1628" class="LineNr">1628 </span> <span class="Conceal">¦</span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> -<span id="L1629" class="LineNr">1629 </span> <span class="Conceal">¦</span> undo:&:<a href='../064list.mu.html#L6'>list</a>:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> get *editor, <span class="Constant">undo:offset</span> -<span id="L1630" class="LineNr">1630 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L1631" class="LineNr">1631 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># if previous operation was an insert, coalesce this operation with it</span> -<span id="L1632" class="LineNr">1632 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> undo -<span id="L1633" class="LineNr">1633 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> op:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> first undo -<span id="L1634" class="LineNr">1634 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> deletion:<a href='012-editor-undo.mu.html#L43'>delete-operation</a>, is-delete?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">delete:variant</span> -<span id="L1635" class="LineNr">1635 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-delete? -<span id="L1636" class="LineNr">1636 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> previous-coalesce-tag:num <span class="Special"><-</span> get deletion, <span class="Constant">tag:offset</span> -<span id="L1637" class="LineNr">1637 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> coalesce?:bool <span class="Special"><-</span> equal previous-coalesce-tag, <span class="Constant">1/coalesce-backspace</span> -<span id="L1638" class="LineNr">1638 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> coalesce? -<span id="L1639" class="LineNr">1639 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">delete-from:offset</span>, before-cursor -<span id="L1640" class="LineNr">1640 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> backspaced-so-far:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get deletion, <span class="Constant">deleted-text:offset</span> -<span id="L1641" class="LineNr">1641 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L525'>splice</a> backspaced-cell, backspaced-so-far -<span id="L1642" class="LineNr">1642 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">deleted-text:offset</span>, backspaced-cell -<span id="L1643" class="LineNr">1643 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">after-row:offset</span>, cursor-row -<span id="L1644" class="LineNr">1644 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">after-column:offset</span>, cursor-column -<span id="L1645" class="LineNr">1645 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">after-top-of-screen:offset</span>, top-after -<span id="L1646" class="LineNr">1646 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *op <span class="Special"><-</span> merge <span class="Constant">2/delete-operation</span>, deletion -<span id="L1647" class="LineNr">1647 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> break</span> <span class="Constant">+done-adding-backspace-operation</span> -<span id="L1648" class="LineNr">1648 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L1649" class="LineNr">1649 </span> <span class="Conceal">¦</span> <span class="Comment"># if not, create a new operation</span> -<span id="L1650" class="LineNr">1650 </span> <span class="Conceal">¦</span> op:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> new <span class="Constant"><a href='012-editor-undo.mu.html#L5'>operation</a>:type</span> -<span id="L1651" class="LineNr">1651 </span> <span class="Conceal">¦</span> deleted-until:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor -<span id="L1652" class="LineNr">1652 </span> <span class="Conceal">¦</span> *op <span class="Special"><-</span> merge <span class="Constant">2/delete-operation</span>, save-row/before, save-column/before, top-before, cursor-row/after, cursor-column/after, top-after, backspaced-cell/deleted, before-cursor/delete-from, deleted-until, <span class="Constant">1/coalesce-backspace</span> -<span id="L1653" class="LineNr">1653 </span> <span class="Conceal">¦</span> editor <span class="Special"><-</span> <a href='012-editor-undo.mu.html#L202'>add-operation</a> editor, op -<span id="L1654" class="LineNr">1654 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> +done-adding-backspace-operation</span> +<span id="L1624" class="LineNr">1624 </span> <span class="muControl">break-unless</span> backspaced-cell <span class="Comment"># backspace failed; don't add an undo operation</span> +<span id="L1625" class="LineNr">1625 </span> top-after:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L1626" class="LineNr">1626 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> +<span id="L1627" class="LineNr">1627 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> +<span id="L1628" class="LineNr">1628 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L1629" class="LineNr">1629 </span> undo:&:list:&:operation <span class="Special"><-</span> get *editor, <span class="Constant">undo:offset</span> +<span id="L1630" class="LineNr">1630 </span> <span class="Delimiter">{</span> +<span id="L1631" class="LineNr">1631 </span> <span class="Comment"># if previous operation was an insert, coalesce this operation with it</span> +<span id="L1632" class="LineNr">1632 </span> <span class="muControl">break-unless</span> undo +<span id="L1633" class="LineNr">1633 </span> op:&:operation <span class="Special"><-</span> first undo +<span id="L1634" class="LineNr">1634 </span> deletion:delete-operation, is-delete?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">delete:variant</span> +<span id="L1635" class="LineNr">1635 </span> <span class="muControl">break-unless</span> is-delete? +<span id="L1636" class="LineNr">1636 </span> previous-coalesce-tag:num <span class="Special"><-</span> get deletion, <span class="Constant">tag:offset</span> +<span id="L1637" class="LineNr">1637 </span> coalesce?:bool <span class="Special"><-</span> equal previous-coalesce-tag, <span class="Constant">1/coalesce-backspace</span> +<span id="L1638" class="LineNr">1638 </span> <span class="muControl">break-unless</span> coalesce? +<span id="L1639" class="LineNr">1639 </span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">delete-from:offset</span>, before-cursor +<span id="L1640" class="LineNr">1640 </span> backspaced-so-far:&:duplex-list:char <span class="Special"><-</span> get deletion, <span class="Constant">deleted-text:offset</span> +<span id="L1641" class="LineNr">1641 </span> splice backspaced-cell, backspaced-so-far +<span id="L1642" class="LineNr">1642 </span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">deleted-text:offset</span>, backspaced-cell +<span id="L1643" class="LineNr">1643 </span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">after-row:offset</span>, cursor-row +<span id="L1644" class="LineNr">1644 </span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">after-column:offset</span>, cursor-column +<span id="L1645" class="LineNr">1645 </span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">after-top-of-screen:offset</span>, top-after +<span id="L1646" class="LineNr">1646 </span> *op <span class="Special"><-</span> merge <span class="Constant">2/delete-operation</span>, deletion +<span id="L1647" class="LineNr">1647 </span> <span class="muControl"> break</span> <span class="Constant">+done-adding-backspace-operation</span> +<span id="L1648" class="LineNr">1648 </span> <span class="Delimiter">}</span> +<span id="L1649" class="LineNr">1649 </span> <span class="Comment"># if not, create a new operation</span> +<span id="L1650" class="LineNr">1650 </span> op:&:operation <span class="Special"><-</span> new <span class="Constant">operation:type</span> +<span id="L1651" class="LineNr">1651 </span> deleted-until:&:duplex-list:char <span class="Special"><-</span> next before-cursor +<span id="L1652" class="LineNr">1652 </span> *op <span class="Special"><-</span> merge <span class="Constant">2/delete-operation</span>, save-row/before, save-column/before, top-before, cursor-row/after, cursor-column/after, top-after, backspaced-cell/deleted, before-cursor/delete-from, deleted-until, <span class="Constant">1/coalesce-backspace</span> +<span id="L1653" class="LineNr">1653 </span> editor <span class="Special"><-</span> add-operation editor, op +<span id="L1654" class="LineNr">1654 </span><span class="Constant"> +done-adding-backspace-operation</span> <span id="L1655" class="LineNr">1655 </span> <span class="Delimiter">}</span> <span id="L1656" class="LineNr">1656 </span>] <span id="L1657" class="LineNr">1657 </span> -<span id="L1658" class="LineNr">1658 </span><span class="muRecipe">after</span> <span class="Constant"><a href='012-editor-undo.mu.html#L78'><handle-undo></a></span> [ +<span id="L1658" class="LineNr">1658 </span><span class="muRecipe">after</span> <span class="Constant"><handle-undo></span> [ <span id="L1659" class="LineNr">1659 </span> <span class="Delimiter">{</span> -<span id="L1660" class="LineNr">1660 </span> <span class="Conceal">¦</span> deletion:<a href='012-editor-undo.mu.html#L43'>delete-operation</a>, is-delete?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">delete:variant</span> -<span id="L1661" class="LineNr">1661 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-delete? -<span id="L1662" class="LineNr">1662 </span> <span class="Conceal">¦</span> anchor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get deletion, <span class="Constant">delete-from:offset</span> -<span id="L1663" class="LineNr">1663 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> anchor -<span id="L1664" class="LineNr">1664 </span> <span class="Conceal">¦</span> deleted:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get deletion, <span class="Constant">deleted-text:offset</span> -<span id="L1665" class="LineNr">1665 </span> <span class="Conceal">¦</span> old-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L572'>last</a> deleted -<span id="L1666" class="LineNr">1666 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L525'>splice</a> anchor, deleted -<span id="L1667" class="LineNr">1667 </span> <span class="Conceal">¦</span> <span class="Comment"># assert cursor-row/cursor-column/top-of-screen match after-row/after-column/after-top-of-screen</span> -<span id="L1668" class="LineNr">1668 </span> <span class="Conceal">¦</span> before-cursor <span class="Special"><-</span> copy old-cursor -<span id="L1669" class="LineNr">1669 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> get deletion, <span class="Constant">before-row:offset</span> -<span id="L1670" class="LineNr">1670 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row -<span id="L1671" class="LineNr">1671 </span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> get deletion, <span class="Constant">before-column:offset</span> -<span id="L1672" class="LineNr">1672 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L1673" class="LineNr">1673 </span> <span class="Conceal">¦</span> top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get deletion, <span class="Constant">before-top-of-screen:offset</span> -<span id="L1674" class="LineNr">1674 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, top +<span id="L1660" class="LineNr">1660 </span> deletion:delete-operation, is-delete?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">delete:variant</span> +<span id="L1661" class="LineNr">1661 </span> <span class="muControl">break-unless</span> is-delete? +<span id="L1662" class="LineNr">1662 </span> anchor:&:duplex-list:char <span class="Special"><-</span> get deletion, <span class="Constant">delete-from:offset</span> +<span id="L1663" class="LineNr">1663 </span> <span class="muControl">break-unless</span> anchor +<span id="L1664" class="LineNr">1664 </span> deleted:&:duplex-list:char <span class="Special"><-</span> get deletion, <span class="Constant">deleted-text:offset</span> +<span id="L1665" class="LineNr">1665 </span> old-cursor:&:duplex-list:char <span class="Special"><-</span> last deleted +<span id="L1666" class="LineNr">1666 </span> splice anchor, deleted +<span id="L1667" class="LineNr">1667 </span> <span class="Comment"># assert cursor-row/cursor-column/top-of-screen match after-row/after-column/after-top-of-screen</span> +<span id="L1668" class="LineNr">1668 </span> before-cursor <span class="Special"><-</span> copy old-cursor +<span id="L1669" class="LineNr">1669 </span> cursor-row <span class="Special"><-</span> get deletion, <span class="Constant">before-row:offset</span> +<span id="L1670" class="LineNr">1670 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L1671" class="LineNr">1671 </span> cursor-column <span class="Special"><-</span> get deletion, <span class="Constant">before-column:offset</span> +<span id="L1672" class="LineNr">1672 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L1673" class="LineNr">1673 </span> top:&:duplex-list:char <span class="Special"><-</span> get deletion, <span class="Constant">before-top-of-screen:offset</span> +<span id="L1674" class="LineNr">1674 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, top <span id="L1675" class="LineNr">1675 </span> <span class="Delimiter">}</span> <span id="L1676" class="LineNr">1676 </span>] <span id="L1677" class="LineNr">1677 </span> -<span id="L1678" class="LineNr">1678 </span><span class="muRecipe">after</span> <span class="Constant"><a href='012-editor-undo.mu.html#L96'><handle-redo></a></span> [ +<span id="L1678" class="LineNr">1678 </span><span class="muRecipe">after</span> <span class="Constant"><handle-redo></span> [ <span id="L1679" class="LineNr">1679 </span> <span class="Delimiter">{</span> -<span id="L1680" class="LineNr">1680 </span> <span class="Conceal">¦</span> deletion:<a href='012-editor-undo.mu.html#L43'>delete-operation</a>, is-delete?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">delete:variant</span> -<span id="L1681" class="LineNr">1681 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-delete? -<span id="L1682" class="LineNr">1682 </span> <span class="Conceal">¦</span> start:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get deletion, <span class="Constant">delete-from:offset</span> -<span id="L1683" class="LineNr">1683 </span> <span class="Conceal">¦</span> end:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get deletion, <span class="Constant">delete-until:offset</span> -<span id="L1684" class="LineNr">1684 </span> <span class="Conceal">¦</span> data:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> -<span id="L1685" class="LineNr">1685 </span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L385'>remove-between</a> start, end -<span id="L1686" class="LineNr">1686 </span> <span class="Conceal">¦</span> <span class="Comment"># assert cursor-row/cursor-column/top-of-screen match after-row/after-column/after-top-of-screen</span> -<span id="L1687" class="LineNr">1687 </span> <span class="Conceal">¦</span> cursor-row <span class="Special"><-</span> get deletion, <span class="Constant">after-row:offset</span> -<span id="L1688" class="LineNr">1688 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row -<span id="L1689" class="LineNr">1689 </span> <span class="Conceal">¦</span> cursor-column <span class="Special"><-</span> get deletion, <span class="Constant">after-column:offset</span> -<span id="L1690" class="LineNr">1690 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column -<span id="L1691" class="LineNr">1691 </span> <span class="Conceal">¦</span> top:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get deletion, <span class="Constant">before-top-of-screen:offset</span> -<span id="L1692" class="LineNr">1692 </span> <span class="Conceal">¦</span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, top +<span id="L1680" class="LineNr">1680 </span> deletion:delete-operation, is-delete?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">delete:variant</span> +<span id="L1681" class="LineNr">1681 </span> <span class="muControl">break-unless</span> is-delete? +<span id="L1682" class="LineNr">1682 </span> start:&:duplex-list:char <span class="Special"><-</span> get deletion, <span class="Constant">delete-from:offset</span> +<span id="L1683" class="LineNr">1683 </span> end:&:duplex-list:char <span class="Special"><-</span> get deletion, <span class="Constant">delete-until:offset</span> +<span id="L1684" class="LineNr">1684 </span> data:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> +<span id="L1685" class="LineNr">1685 </span> remove-between start, end +<span id="L1686" class="LineNr">1686 </span> <span class="Comment"># assert cursor-row/cursor-column/top-of-screen match after-row/after-column/after-top-of-screen</span> +<span id="L1687" class="LineNr">1687 </span> cursor-row <span class="Special"><-</span> get deletion, <span class="Constant">after-row:offset</span> +<span id="L1688" class="LineNr">1688 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row +<span id="L1689" class="LineNr">1689 </span> cursor-column <span class="Special"><-</span> get deletion, <span class="Constant">after-column:offset</span> +<span id="L1690" class="LineNr">1690 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">cursor-column:offset</span>, cursor-column +<span id="L1691" class="LineNr">1691 </span> top:&:duplex-list:char <span class="Special"><-</span> get deletion, <span class="Constant">before-top-of-screen:offset</span> +<span id="L1692" class="LineNr">1692 </span> *editor <span class="Special"><-</span> put *editor, <span class="Constant">top-of-screen:offset</span>, top <span id="L1693" class="LineNr">1693 </span> <span class="Delimiter">}</span> <span id="L1694" class="LineNr">1694 </span>] <span id="L1695" class="LineNr">1695 </span> @@ -1762,186 +1761,186 @@ if ('onhashchange' in window) { <span id="L1699" class="LineNr">1699 </span> <span class="Constant">local-scope</span> <span id="L1700" class="LineNr">1700 </span> <span class="Comment"># create an editor</span> <span id="L1701" class="LineNr">1701 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L1702" class="LineNr">1702 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1703" class="LineNr">1703 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1702" class="LineNr">1702 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1703" class="LineNr">1703 </span> editor-render screen, e <span id="L1704" class="LineNr">1704 </span> <span class="Comment"># insert some text and hit delete and backspace a few times</span> <span id="L1705" class="LineNr">1705 </span> assume-console [ -<span id="L1706" class="LineNr">1706 </span> <span class="Conceal">¦</span> type <span class="Constant">[abcdef]</span> -<span id="L1707" class="LineNr">1707 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 2</span> -<span id="L1708" class="LineNr">1708 </span> <span class="Conceal">¦</span> press delete -<span id="L1709" class="LineNr">1709 </span> <span class="Conceal">¦</span> press backspace -<span id="L1710" class="LineNr">1710 </span> <span class="Conceal">¦</span> press delete -<span id="L1711" class="LineNr">1711 </span> <span class="Conceal">¦</span> press delete +<span id="L1706" class="LineNr">1706 </span> type <span class="Constant">[abcdef]</span> +<span id="L1707" class="LineNr">1707 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 2</span> +<span id="L1708" class="LineNr">1708 </span> press delete +<span id="L1709" class="LineNr">1709 </span> press backspace +<span id="L1710" class="LineNr">1710 </span> press delete +<span id="L1711" class="LineNr">1711 </span> press delete <span id="L1712" class="LineNr">1712 </span> ] -<span id="L1713" class="LineNr">1713 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1713" class="LineNr">1713 </span> editor-event-loop screen, console, e <span id="L1714" class="LineNr">1714 </span> screen-should-contain [ -<span id="L1715" class="LineNr">1715 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1716" class="LineNr">1716 </span> <span class="Conceal">¦</span><span class="Constant"> .af .</span> -<span id="L1717" class="LineNr">1717 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1718" class="LineNr">1718 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1715" class="LineNr">1715 </span> <span class="Constant"> . .</span> +<span id="L1716" class="LineNr">1716 </span> <span class="Constant"> .af .</span> +<span id="L1717" class="LineNr">1717 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1718" class="LineNr">1718 </span> <span class="Constant"> . .</span> <span id="L1719" class="LineNr">1719 </span> ] <span id="L1720" class="LineNr">1720 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1721" class="LineNr">1721 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1722" class="LineNr">1722 </span> memory-should-contain [ -<span id="L1723" class="LineNr">1723 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1724" class="LineNr">1724 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1723" class="LineNr">1723 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1724" class="LineNr">1724 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1725" class="LineNr">1725 </span> ] <span id="L1726" class="LineNr">1726 </span> <span class="Comment"># undo deletes</span> <span id="L1727" class="LineNr">1727 </span> assume-console [ -<span id="L1728" class="LineNr">1728 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1728" class="LineNr">1728 </span> press ctrl-z <span id="L1729" class="LineNr">1729 </span> ] <span id="L1730" class="LineNr">1730 </span> run [ -<span id="L1731" class="LineNr">1731 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1731" class="LineNr">1731 </span> editor-event-loop screen, console, e <span id="L1732" class="LineNr">1732 </span> ] <span id="L1733" class="LineNr">1733 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1734" class="LineNr">1734 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1735" class="LineNr">1735 </span> memory-should-contain [ -<span id="L1736" class="LineNr">1736 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1737" class="LineNr">1737 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1736" class="LineNr">1736 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1737" class="LineNr">1737 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1738" class="LineNr">1738 </span> ] <span id="L1739" class="LineNr">1739 </span> screen-should-contain [ -<span id="L1740" class="LineNr">1740 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1741" class="LineNr">1741 </span> <span class="Conceal">¦</span><span class="Constant"> .adef .</span> -<span id="L1742" class="LineNr">1742 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1743" class="LineNr">1743 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1740" class="LineNr">1740 </span> <span class="Constant"> . .</span> +<span id="L1741" class="LineNr">1741 </span> <span class="Constant"> .adef .</span> +<span id="L1742" class="LineNr">1742 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1743" class="LineNr">1743 </span> <span class="Constant"> . .</span> <span id="L1744" class="LineNr">1744 </span> ] <span id="L1745" class="LineNr">1745 </span> <span class="Comment"># undo backspace</span> <span id="L1746" class="LineNr">1746 </span> assume-console [ -<span id="L1747" class="LineNr">1747 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1747" class="LineNr">1747 </span> press ctrl-z <span id="L1748" class="LineNr">1748 </span> ] <span id="L1749" class="LineNr">1749 </span> run [ -<span id="L1750" class="LineNr">1750 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1750" class="LineNr">1750 </span> editor-event-loop screen, console, e <span id="L1751" class="LineNr">1751 </span> ] <span id="L1752" class="LineNr">1752 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1753" class="LineNr">1753 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1754" class="LineNr">1754 </span> memory-should-contain [ -<span id="L1755" class="LineNr">1755 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1756" class="LineNr">1756 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1755" class="LineNr">1755 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1756" class="LineNr">1756 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span id="L1757" class="LineNr">1757 </span> ] <span id="L1758" class="LineNr">1758 </span> screen-should-contain [ -<span id="L1759" class="LineNr">1759 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1760" class="LineNr">1760 </span> <span class="Conceal">¦</span><span class="Constant"> .abdef .</span> -<span id="L1761" class="LineNr">1761 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1762" class="LineNr">1762 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1759" class="LineNr">1759 </span> <span class="Constant"> . .</span> +<span id="L1760" class="LineNr">1760 </span> <span class="Constant"> .abdef .</span> +<span id="L1761" class="LineNr">1761 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1762" class="LineNr">1762 </span> <span class="Constant"> . .</span> <span id="L1763" class="LineNr">1763 </span> ] <span id="L1764" class="LineNr">1764 </span> <span class="Comment"># undo first delete</span> <span id="L1765" class="LineNr">1765 </span> assume-console [ -<span id="L1766" class="LineNr">1766 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1766" class="LineNr">1766 </span> press ctrl-z <span id="L1767" class="LineNr">1767 </span> ] <span id="L1768" class="LineNr">1768 </span> run [ -<span id="L1769" class="LineNr">1769 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1769" class="LineNr">1769 </span> editor-event-loop screen, console, e <span id="L1770" class="LineNr">1770 </span> ] <span id="L1771" class="LineNr">1771 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1772" class="LineNr">1772 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1773" class="LineNr">1773 </span> memory-should-contain [ -<span id="L1774" class="LineNr">1774 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1775" class="LineNr">1775 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1774" class="LineNr">1774 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1775" class="LineNr">1775 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span id="L1776" class="LineNr">1776 </span> ] <span id="L1777" class="LineNr">1777 </span> screen-should-contain [ -<span id="L1778" class="LineNr">1778 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1779" class="LineNr">1779 </span> <span class="Conceal">¦</span><span class="Constant"> .abcdef .</span> -<span id="L1780" class="LineNr">1780 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1781" class="LineNr">1781 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1778" class="LineNr">1778 </span> <span class="Constant"> . .</span> +<span id="L1779" class="LineNr">1779 </span> <span class="Constant"> .abcdef .</span> +<span id="L1780" class="LineNr">1780 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1781" class="LineNr">1781 </span> <span class="Constant"> . .</span> <span id="L1782" class="LineNr">1782 </span> ] <span id="L1783" class="LineNr">1783 </span> <span class="Comment"># redo first delete</span> <span id="L1784" class="LineNr">1784 </span> assume-console [ -<span id="L1785" class="LineNr">1785 </span> <span class="Conceal">¦</span> press ctrl-y +<span id="L1785" class="LineNr">1785 </span> press ctrl-y <span id="L1786" class="LineNr">1786 </span> ] <span id="L1787" class="LineNr">1787 </span> run [ -<span id="L1788" class="LineNr">1788 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1788" class="LineNr">1788 </span> editor-event-loop screen, console, e <span id="L1789" class="LineNr">1789 </span> ] <span id="L1790" class="LineNr">1790 </span> <span class="Comment"># first line inserted</span> <span id="L1791" class="LineNr">1791 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1792" class="LineNr">1792 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1793" class="LineNr">1793 </span> memory-should-contain [ -<span id="L1794" class="LineNr">1794 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1795" class="LineNr">1795 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L1794" class="LineNr">1794 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1795" class="LineNr">1795 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span id="L1796" class="LineNr">1796 </span> ] <span id="L1797" class="LineNr">1797 </span> screen-should-contain [ -<span id="L1798" class="LineNr">1798 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1799" class="LineNr">1799 </span> <span class="Conceal">¦</span><span class="Constant"> .abdef .</span> -<span id="L1800" class="LineNr">1800 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1801" class="LineNr">1801 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1798" class="LineNr">1798 </span> <span class="Constant"> . .</span> +<span id="L1799" class="LineNr">1799 </span> <span class="Constant"> .abdef .</span> +<span id="L1800" class="LineNr">1800 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1801" class="LineNr">1801 </span> <span class="Constant"> . .</span> <span id="L1802" class="LineNr">1802 </span> ] <span id="L1803" class="LineNr">1803 </span> <span class="Comment"># redo backspace</span> <span id="L1804" class="LineNr">1804 </span> assume-console [ -<span id="L1805" class="LineNr">1805 </span> <span class="Conceal">¦</span> press ctrl-y +<span id="L1805" class="LineNr">1805 </span> press ctrl-y <span id="L1806" class="LineNr">1806 </span> ] <span id="L1807" class="LineNr">1807 </span> run [ -<span id="L1808" class="LineNr">1808 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1808" class="LineNr">1808 </span> editor-event-loop screen, console, e <span id="L1809" class="LineNr">1809 </span> ] <span id="L1810" class="LineNr">1810 </span> <span class="Comment"># first line inserted</span> <span id="L1811" class="LineNr">1811 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1812" class="LineNr">1812 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1813" class="LineNr">1813 </span> memory-should-contain [ -<span id="L1814" class="LineNr">1814 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1815" class="LineNr">1815 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1814" class="LineNr">1814 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1815" class="LineNr">1815 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1816" class="LineNr">1816 </span> ] <span id="L1817" class="LineNr">1817 </span> screen-should-contain [ -<span id="L1818" class="LineNr">1818 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1819" class="LineNr">1819 </span> <span class="Conceal">¦</span><span class="Constant"> .adef .</span> -<span id="L1820" class="LineNr">1820 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1821" class="LineNr">1821 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1818" class="LineNr">1818 </span> <span class="Constant"> . .</span> +<span id="L1819" class="LineNr">1819 </span> <span class="Constant"> .adef .</span> +<span id="L1820" class="LineNr">1820 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1821" class="LineNr">1821 </span> <span class="Constant"> . .</span> <span id="L1822" class="LineNr">1822 </span> ] <span id="L1823" class="LineNr">1823 </span> <span class="Comment"># redo deletes</span> <span id="L1824" class="LineNr">1824 </span> assume-console [ -<span id="L1825" class="LineNr">1825 </span> <span class="Conceal">¦</span> press ctrl-y +<span id="L1825" class="LineNr">1825 </span> press ctrl-y <span id="L1826" class="LineNr">1826 </span> ] <span id="L1827" class="LineNr">1827 </span> run [ -<span id="L1828" class="LineNr">1828 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1828" class="LineNr">1828 </span> editor-event-loop screen, console, e <span id="L1829" class="LineNr">1829 </span> ] <span id="L1830" class="LineNr">1830 </span> <span class="Comment"># first line inserted</span> <span id="L1831" class="LineNr">1831 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1832" class="LineNr">1832 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1833" class="LineNr">1833 </span> memory-should-contain [ -<span id="L1834" class="LineNr">1834 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1835" class="LineNr">1835 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1834" class="LineNr">1834 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1835" class="LineNr">1835 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1836" class="LineNr">1836 </span> ] <span id="L1837" class="LineNr">1837 </span> screen-should-contain [ -<span id="L1838" class="LineNr">1838 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1839" class="LineNr">1839 </span> <span class="Conceal">¦</span><span class="Constant"> .af .</span> -<span id="L1840" class="LineNr">1840 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1841" class="LineNr">1841 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1838" class="LineNr">1838 </span> <span class="Constant"> . .</span> +<span id="L1839" class="LineNr">1839 </span> <span class="Constant"> .af .</span> +<span id="L1840" class="LineNr">1840 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1841" class="LineNr">1841 </span> <span class="Constant"> . .</span> <span id="L1842" class="LineNr">1842 </span> ] <span id="L1843" class="LineNr">1843 </span>] <span id="L1844" class="LineNr">1844 </span> -<span id="L1845" class="LineNr">1845 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L366'><begin-delete-character></a></span> [ -<span id="L1846" class="LineNr">1846 </span> top-before:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L1845" class="LineNr">1845 </span><span class="muRecipe">after</span> <span class="Constant"><begin-delete-character></span> [ +<span id="L1846" class="LineNr">1846 </span> top-before:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> <span id="L1847" class="LineNr">1847 </span>] -<span id="L1848" class="LineNr">1848 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L368'><end-delete-character></a></span> [ +<span id="L1848" class="LineNr">1848 </span><span class="muRecipe">before</span> <span class="Constant"><end-delete-character></span> [ <span id="L1849" class="LineNr">1849 </span> <span class="Delimiter">{</span> -<span id="L1850" class="LineNr">1850 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> deleted-cell <span class="Comment"># delete failed; don't add an undo operation</span> -<span id="L1851" class="LineNr">1851 </span> <span class="Conceal">¦</span> top-after:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L1852" class="LineNr">1852 </span> <span class="Conceal">¦</span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> -<span id="L1853" class="LineNr">1853 </span> <span class="Conceal">¦</span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> -<span id="L1854" class="LineNr">1854 </span> <span class="Conceal">¦</span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> -<span id="L1855" class="LineNr">1855 </span> <span class="Conceal">¦</span> undo:&:<a href='../064list.mu.html#L6'>list</a>:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> get *editor, <span class="Constant">undo:offset</span> -<span id="L1856" class="LineNr">1856 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L1857" class="LineNr">1857 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># if previous operation was an insert, coalesce this operation with it</span> -<span id="L1858" class="LineNr">1858 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> undo -<span id="L1859" class="LineNr">1859 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> op:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> first undo -<span id="L1860" class="LineNr">1860 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> deletion:<a href='012-editor-undo.mu.html#L43'>delete-operation</a>, is-delete?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">delete:variant</span> -<span id="L1861" class="LineNr">1861 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-delete? -<span id="L1862" class="LineNr">1862 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> previous-coalesce-tag:num <span class="Special"><-</span> get deletion, <span class="Constant">tag:offset</span> -<span id="L1863" class="LineNr">1863 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> coalesce?:bool <span class="Special"><-</span> equal previous-coalesce-tag, <span class="Constant">2/coalesce-delete</span> -<span id="L1864" class="LineNr">1864 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> coalesce? -<span id="L1865" class="LineNr">1865 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> delete-until:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor -<span id="L1866" class="LineNr">1866 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">delete-until:offset</span>, delete-until -<span id="L1867" class="LineNr">1867 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> deleted-so-far:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get deletion, <span class="Constant">deleted-text:offset</span> -<span id="L1868" class="LineNr">1868 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> deleted-so-far <span class="Special"><-</span> append deleted-so-far, deleted-cell -<span id="L1869" class="LineNr">1869 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">deleted-text:offset</span>, deleted-so-far -<span id="L1870" class="LineNr">1870 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">after-row:offset</span>, cursor-row -<span id="L1871" class="LineNr">1871 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">after-column:offset</span>, cursor-column -<span id="L1872" class="LineNr">1872 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">after-top-of-screen:offset</span>, top-after -<span id="L1873" class="LineNr">1873 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *op <span class="Special"><-</span> merge <span class="Constant">2/delete-operation</span>, deletion -<span id="L1874" class="LineNr">1874 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> break</span> <span class="Constant">+done-adding-delete-operation</span> -<span id="L1875" class="LineNr">1875 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L1876" class="LineNr">1876 </span> <span class="Conceal">¦</span> <span class="Comment"># if not, create a new operation</span> -<span id="L1877" class="LineNr">1877 </span> <span class="Conceal">¦</span> op:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> new <span class="Constant"><a href='012-editor-undo.mu.html#L5'>operation</a>:type</span> -<span id="L1878" class="LineNr">1878 </span> <span class="Conceal">¦</span> deleted-until:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor -<span id="L1879" class="LineNr">1879 </span> <span class="Conceal">¦</span> *op <span class="Special"><-</span> merge <span class="Constant">2/delete-operation</span>, save-row/before, save-column/before, top-before, cursor-row/after, cursor-column/after, top-after, deleted-cell/deleted, before-cursor/delete-from, deleted-until, <span class="Constant">2/coalesce-delete</span> -<span id="L1880" class="LineNr">1880 </span> <span class="Conceal">¦</span> editor <span class="Special"><-</span> <a href='012-editor-undo.mu.html#L202'>add-operation</a> editor, op -<span id="L1881" class="LineNr">1881 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> +done-adding-delete-operation</span> +<span id="L1850" class="LineNr">1850 </span> <span class="muControl">break-unless</span> deleted-cell <span class="Comment"># delete failed; don't add an undo operation</span> +<span id="L1851" class="LineNr">1851 </span> top-after:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L1852" class="LineNr">1852 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> +<span id="L1853" class="LineNr">1853 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> +<span id="L1854" class="LineNr">1854 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L1855" class="LineNr">1855 </span> undo:&:list:&:operation <span class="Special"><-</span> get *editor, <span class="Constant">undo:offset</span> +<span id="L1856" class="LineNr">1856 </span> <span class="Delimiter">{</span> +<span id="L1857" class="LineNr">1857 </span> <span class="Comment"># if previous operation was an insert, coalesce this operation with it</span> +<span id="L1858" class="LineNr">1858 </span> <span class="muControl">break-unless</span> undo +<span id="L1859" class="LineNr">1859 </span> op:&:operation <span class="Special"><-</span> first undo +<span id="L1860" class="LineNr">1860 </span> deletion:delete-operation, is-delete?:bool <span class="Special"><-</span> maybe-convert *op, <span class="Constant">delete:variant</span> +<span id="L1861" class="LineNr">1861 </span> <span class="muControl">break-unless</span> is-delete? +<span id="L1862" class="LineNr">1862 </span> previous-coalesce-tag:num <span class="Special"><-</span> get deletion, <span class="Constant">tag:offset</span> +<span id="L1863" class="LineNr">1863 </span> coalesce?:bool <span class="Special"><-</span> equal previous-coalesce-tag, <span class="Constant">2/coalesce-delete</span> +<span id="L1864" class="LineNr">1864 </span> <span class="muControl">break-unless</span> coalesce? +<span id="L1865" class="LineNr">1865 </span> delete-until:&:duplex-list:char <span class="Special"><-</span> next before-cursor +<span id="L1866" class="LineNr">1866 </span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">delete-until:offset</span>, delete-until +<span id="L1867" class="LineNr">1867 </span> deleted-so-far:&:duplex-list:char <span class="Special"><-</span> get deletion, <span class="Constant">deleted-text:offset</span> +<span id="L1868" class="LineNr">1868 </span> deleted-so-far <span class="Special"><-</span> append deleted-so-far, deleted-cell +<span id="L1869" class="LineNr">1869 </span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">deleted-text:offset</span>, deleted-so-far +<span id="L1870" class="LineNr">1870 </span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">after-row:offset</span>, cursor-row +<span id="L1871" class="LineNr">1871 </span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">after-column:offset</span>, cursor-column +<span id="L1872" class="LineNr">1872 </span> deletion <span class="Special"><-</span> put deletion, <span class="Constant">after-top-of-screen:offset</span>, top-after +<span id="L1873" class="LineNr">1873 </span> *op <span class="Special"><-</span> merge <span class="Constant">2/delete-operation</span>, deletion +<span id="L1874" class="LineNr">1874 </span> <span class="muControl"> break</span> <span class="Constant">+done-adding-delete-operation</span> +<span id="L1875" class="LineNr">1875 </span> <span class="Delimiter">}</span> +<span id="L1876" class="LineNr">1876 </span> <span class="Comment"># if not, create a new operation</span> +<span id="L1877" class="LineNr">1877 </span> op:&:operation <span class="Special"><-</span> new <span class="Constant">operation:type</span> +<span id="L1878" class="LineNr">1878 </span> deleted-until:&:duplex-list:char <span class="Special"><-</span> next before-cursor +<span id="L1879" class="LineNr">1879 </span> *op <span class="Special"><-</span> merge <span class="Constant">2/delete-operation</span>, save-row/before, save-column/before, top-before, cursor-row/after, cursor-column/after, top-after, deleted-cell/deleted, before-cursor/delete-from, deleted-until, <span class="Constant">2/coalesce-delete</span> +<span id="L1880" class="LineNr">1880 </span> editor <span class="Special"><-</span> add-operation editor, op +<span id="L1881" class="LineNr">1881 </span><span class="Constant"> +done-adding-delete-operation</span> <span id="L1882" class="LineNr">1882 </span> <span class="Delimiter">}</span> <span id="L1883" class="LineNr">1883 </span>] <span id="L1884" class="LineNr">1884 </span> @@ -1953,98 +1952,98 @@ if ('onhashchange' in window) { <span id="L1890" class="LineNr">1890 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L1891" class="LineNr">1891 </span> contents:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L1892" class="LineNr">1892 </span><span class="Constant">def]</span> -<span id="L1893" class="LineNr">1893 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1894" class="LineNr">1894 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1893" class="LineNr">1893 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1894" class="LineNr">1894 </span> editor-render screen, e <span id="L1895" class="LineNr">1895 </span> <span class="Comment"># insert some text and hit delete and backspace a few times</span> <span id="L1896" class="LineNr">1896 </span> assume-console [ -<span id="L1897" class="LineNr">1897 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> -<span id="L1898" class="LineNr">1898 </span> <span class="Conceal">¦</span> press ctrl-k +<span id="L1897" class="LineNr">1897 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 1</span> +<span id="L1898" class="LineNr">1898 </span> press ctrl-k <span id="L1899" class="LineNr">1899 </span> ] -<span id="L1900" class="LineNr">1900 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1900" class="LineNr">1900 </span> editor-event-loop screen, console, e <span id="L1901" class="LineNr">1901 </span> screen-should-contain [ -<span id="L1902" class="LineNr">1902 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1903" class="LineNr">1903 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L1904" class="LineNr">1904 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L1905" class="LineNr">1905 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1906" class="LineNr">1906 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1902" class="LineNr">1902 </span> <span class="Constant"> . .</span> +<span id="L1903" class="LineNr">1903 </span> <span class="Constant"> .a .</span> +<span id="L1904" class="LineNr">1904 </span> <span class="Constant"> .def .</span> +<span id="L1905" class="LineNr">1905 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1906" class="LineNr">1906 </span> <span class="Constant"> . .</span> <span id="L1907" class="LineNr">1907 </span> ] <span id="L1908" class="LineNr">1908 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1909" class="LineNr">1909 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1910" class="LineNr">1910 </span> memory-should-contain [ -<span id="L1911" class="LineNr">1911 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1912" class="LineNr">1912 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1911" class="LineNr">1911 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1912" class="LineNr">1912 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1913" class="LineNr">1913 </span> ] <span id="L1914" class="LineNr">1914 </span> <span class="Comment"># undo</span> <span id="L1915" class="LineNr">1915 </span> assume-console [ -<span id="L1916" class="LineNr">1916 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L1916" class="LineNr">1916 </span> press ctrl-z <span id="L1917" class="LineNr">1917 </span> ] <span id="L1918" class="LineNr">1918 </span> run [ -<span id="L1919" class="LineNr">1919 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1919" class="LineNr">1919 </span> editor-event-loop screen, console, e <span id="L1920" class="LineNr">1920 </span> ] <span id="L1921" class="LineNr">1921 </span> screen-should-contain [ -<span id="L1922" class="LineNr">1922 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1923" class="LineNr">1923 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L1924" class="LineNr">1924 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L1925" class="LineNr">1925 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1926" class="LineNr">1926 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1922" class="LineNr">1922 </span> <span class="Constant"> . .</span> +<span id="L1923" class="LineNr">1923 </span> <span class="Constant"> .abc .</span> +<span id="L1924" class="LineNr">1924 </span> <span class="Constant"> .def .</span> +<span id="L1925" class="LineNr">1925 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1926" class="LineNr">1926 </span> <span class="Constant"> . .</span> <span id="L1927" class="LineNr">1927 </span> ] <span id="L1928" class="LineNr">1928 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1929" class="LineNr">1929 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1930" class="LineNr">1930 </span> memory-should-contain [ -<span id="L1931" class="LineNr">1931 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1932" class="LineNr">1932 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1931" class="LineNr">1931 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1932" class="LineNr">1932 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1933" class="LineNr">1933 </span> ] <span id="L1934" class="LineNr">1934 </span> <span class="Comment"># redo</span> <span id="L1935" class="LineNr">1935 </span> assume-console [ -<span id="L1936" class="LineNr">1936 </span> <span class="Conceal">¦</span> press ctrl-y +<span id="L1936" class="LineNr">1936 </span> press ctrl-y <span id="L1937" class="LineNr">1937 </span> ] <span id="L1938" class="LineNr">1938 </span> run [ -<span id="L1939" class="LineNr">1939 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1939" class="LineNr">1939 </span> editor-event-loop screen, console, e <span id="L1940" class="LineNr">1940 </span> ] <span id="L1941" class="LineNr">1941 </span> <span class="Comment"># first line inserted</span> <span id="L1942" class="LineNr">1942 </span> screen-should-contain [ -<span id="L1943" class="LineNr">1943 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1944" class="LineNr">1944 </span> <span class="Conceal">¦</span><span class="Constant"> .a .</span> -<span id="L1945" class="LineNr">1945 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L1946" class="LineNr">1946 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1947" class="LineNr">1947 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1943" class="LineNr">1943 </span> <span class="Constant"> . .</span> +<span id="L1944" class="LineNr">1944 </span> <span class="Constant"> .a .</span> +<span id="L1945" class="LineNr">1945 </span> <span class="Constant"> .def .</span> +<span id="L1946" class="LineNr">1946 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1947" class="LineNr">1947 </span> <span class="Constant"> . .</span> <span id="L1948" class="LineNr">1948 </span> ] <span id="L1949" class="LineNr">1949 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L1950" class="LineNr">1950 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L1951" class="LineNr">1951 </span> memory-should-contain [ -<span id="L1952" class="LineNr">1952 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L1953" class="LineNr">1953 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1952" class="LineNr">1952 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L1953" class="LineNr">1953 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L1954" class="LineNr">1954 </span> ] <span id="L1955" class="LineNr">1955 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L1956" class="LineNr">1956 </span> assume-console [ -<span id="L1957" class="LineNr">1957 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> +<span id="L1957" class="LineNr">1957 </span> type <span class="Constant">[1]</span> <span id="L1958" class="LineNr">1958 </span> ] <span id="L1959" class="LineNr">1959 </span> run [ -<span id="L1960" class="LineNr">1960 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L1960" class="LineNr">1960 </span> editor-event-loop screen, console, e <span id="L1961" class="LineNr">1961 </span> ] <span id="L1962" class="LineNr">1962 </span> screen-should-contain [ -<span id="L1963" class="LineNr">1963 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L1964" class="LineNr">1964 </span> <span class="Conceal">¦</span><span class="Constant"> .a1 .</span> -<span id="L1965" class="LineNr">1965 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L1966" class="LineNr">1966 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L1967" class="LineNr">1967 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L1963" class="LineNr">1963 </span> <span class="Constant"> . .</span> +<span id="L1964" class="LineNr">1964 </span> <span class="Constant"> .a1 .</span> +<span id="L1965" class="LineNr">1965 </span> <span class="Constant"> .def .</span> +<span id="L1966" class="LineNr">1966 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L1967" class="LineNr">1967 </span> <span class="Constant"> . .</span> <span id="L1968" class="LineNr">1968 </span> ] <span id="L1969" class="LineNr">1969 </span>] <span id="L1970" class="LineNr">1970 </span> -<span id="L1971" class="LineNr">1971 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L2540'><begin-delete-to-end-of-line></a></span> [ -<span id="L1972" class="LineNr">1972 </span> top-before:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L1971" class="LineNr">1971 </span><span class="muRecipe">after</span> <span class="Constant"><begin-delete-to-end-of-line></span> [ +<span id="L1972" class="LineNr">1972 </span> top-before:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> <span id="L1973" class="LineNr">1973 </span>] -<span id="L1974" class="LineNr">1974 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L2542'><end-delete-to-end-of-line></a></span> [ +<span id="L1974" class="LineNr">1974 </span><span class="muRecipe">before</span> <span class="Constant"><end-delete-to-end-of-line></span> [ <span id="L1975" class="LineNr">1975 </span> <span class="Delimiter">{</span> -<span id="L1976" class="LineNr">1976 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> deleted-cells <span class="Comment"># delete failed; don't add an undo operation</span> -<span id="L1977" class="LineNr">1977 </span> <span class="Conceal">¦</span> top-after:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L1978" class="LineNr">1978 </span> <span class="Conceal">¦</span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> -<span id="L1979" class="LineNr">1979 </span> <span class="Conceal">¦</span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> -<span id="L1980" class="LineNr">1980 </span> <span class="Conceal">¦</span> deleted-until:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor -<span id="L1981" class="LineNr">1981 </span> <span class="Conceal">¦</span> op:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> new <span class="Constant"><a href='012-editor-undo.mu.html#L5'>operation</a>:type</span> -<span id="L1982" class="LineNr">1982 </span> <span class="Conceal">¦</span> *op <span class="Special"><-</span> merge <span class="Constant">2/delete-operation</span>, save-row/before, save-column/before, top-before, cursor-row/after, cursor-column/after, top-after, deleted-cells/deleted, before-cursor/delete-from, deleted-until, <span class="Constant">0/never-coalesce</span> -<span id="L1983" class="LineNr">1983 </span> <span class="Conceal">¦</span> editor <span class="Special"><-</span> <a href='012-editor-undo.mu.html#L202'>add-operation</a> editor, op -<span id="L1984" class="LineNr">1984 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> +done-adding-delete-operation</span> +<span id="L1976" class="LineNr">1976 </span> <span class="muControl">break-unless</span> deleted-cells <span class="Comment"># delete failed; don't add an undo operation</span> +<span id="L1977" class="LineNr">1977 </span> top-after:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L1978" class="LineNr">1978 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> +<span id="L1979" class="LineNr">1979 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> +<span id="L1980" class="LineNr">1980 </span> deleted-until:&:duplex-list:char <span class="Special"><-</span> next before-cursor +<span id="L1981" class="LineNr">1981 </span> op:&:operation <span class="Special"><-</span> new <span class="Constant">operation:type</span> +<span id="L1982" class="LineNr">1982 </span> *op <span class="Special"><-</span> merge <span class="Constant">2/delete-operation</span>, save-row/before, save-column/before, top-before, cursor-row/after, cursor-column/after, top-after, deleted-cells/deleted, before-cursor/delete-from, deleted-until, <span class="Constant">0/never-coalesce</span> +<span id="L1983" class="LineNr">1983 </span> editor <span class="Special"><-</span> add-operation editor, op +<span id="L1984" class="LineNr">1984 </span><span class="Constant"> +done-adding-delete-operation</span> <span id="L1985" class="LineNr">1985 </span> <span class="Delimiter">}</span> <span id="L1986" class="LineNr">1986 </span>] <span id="L1987" class="LineNr">1987 </span> @@ -2056,99 +2055,99 @@ if ('onhashchange' in window) { <span id="L1993" class="LineNr">1993 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> <span id="L1994" class="LineNr">1994 </span> contents:text <span class="Special"><-</span> new <span class="Constant">[abc</span> <span id="L1995" class="LineNr">1995 </span><span class="Constant">def]</span> -<span id="L1996" class="LineNr">1996 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L1997" class="LineNr">1997 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L1996" class="LineNr">1996 </span> e:&:editor <span class="Special"><-</span> new-editor contents, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L1997" class="LineNr">1997 </span> editor-render screen, e <span id="L1998" class="LineNr">1998 </span> <span class="Comment"># insert some text and hit delete and backspace a few times</span> <span id="L1999" class="LineNr">1999 </span> assume-console [ -<span id="L2000" class="LineNr">2000 </span> <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 2</span> -<span id="L2001" class="LineNr">2001 </span> <span class="Conceal">¦</span> press ctrl-u +<span id="L2000" class="LineNr">2000 </span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 2</span> +<span id="L2001" class="LineNr">2001 </span> press ctrl-u <span id="L2002" class="LineNr">2002 </span> ] -<span id="L2003" class="LineNr">2003 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2003" class="LineNr">2003 </span> editor-event-loop screen, console, e <span id="L2004" class="LineNr">2004 </span> screen-should-contain [ -<span id="L2005" class="LineNr">2005 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2006" class="LineNr">2006 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L2007" class="LineNr">2007 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L2008" class="LineNr">2008 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L2009" class="LineNr">2009 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2005" class="LineNr">2005 </span> <span class="Constant"> . .</span> +<span id="L2006" class="LineNr">2006 </span> <span class="Constant"> .c .</span> +<span id="L2007" class="LineNr">2007 </span> <span class="Constant"> .def .</span> +<span id="L2008" class="LineNr">2008 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L2009" class="LineNr">2009 </span> <span class="Constant"> . .</span> <span id="L2010" class="LineNr">2010 </span> ] <span id="L2011" class="LineNr">2011 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L2012" class="LineNr">2012 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L2013" class="LineNr">2013 </span> memory-should-contain [ -<span id="L2014" class="LineNr">2014 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L2015" class="LineNr">2015 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L2014" class="LineNr">2014 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L2015" class="LineNr">2015 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L2016" class="LineNr">2016 </span> ] <span id="L2017" class="LineNr">2017 </span> <span class="Comment"># undo</span> <span id="L2018" class="LineNr">2018 </span> assume-console [ -<span id="L2019" class="LineNr">2019 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L2019" class="LineNr">2019 </span> press ctrl-z <span id="L2020" class="LineNr">2020 </span> ] <span id="L2021" class="LineNr">2021 </span> run [ -<span id="L2022" class="LineNr">2022 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2022" class="LineNr">2022 </span> editor-event-loop screen, console, e <span id="L2023" class="LineNr">2023 </span> ] <span id="L2024" class="LineNr">2024 </span> screen-should-contain [ -<span id="L2025" class="LineNr">2025 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2026" class="LineNr">2026 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L2027" class="LineNr">2027 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L2028" class="LineNr">2028 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L2029" class="LineNr">2029 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2025" class="LineNr">2025 </span> <span class="Constant"> . .</span> +<span id="L2026" class="LineNr">2026 </span> <span class="Constant"> .abc .</span> +<span id="L2027" class="LineNr">2027 </span> <span class="Constant"> .def .</span> +<span id="L2028" class="LineNr">2028 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L2029" class="LineNr">2029 </span> <span class="Constant"> . .</span> <span id="L2030" class="LineNr">2030 </span> ] <span id="L2031" class="LineNr">2031 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L2032" class="LineNr">2032 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L2033" class="LineNr">2033 </span> memory-should-contain [ -<span id="L2034" class="LineNr">2034 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L2035" class="LineNr">2035 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> +<span id="L2034" class="LineNr">2034 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L2035" class="LineNr">2035 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 2</span> <span id="L2036" class="LineNr">2036 </span> ] <span id="L2037" class="LineNr">2037 </span> <span class="Comment"># redo</span> <span id="L2038" class="LineNr">2038 </span> assume-console [ -<span id="L2039" class="LineNr">2039 </span> <span class="Conceal">¦</span> press ctrl-y +<span id="L2039" class="LineNr">2039 </span> press ctrl-y <span id="L2040" class="LineNr">2040 </span> ] <span id="L2041" class="LineNr">2041 </span> run [ -<span id="L2042" class="LineNr">2042 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2042" class="LineNr">2042 </span> editor-event-loop screen, console, e <span id="L2043" class="LineNr">2043 </span> ] <span id="L2044" class="LineNr">2044 </span> <span class="Comment"># first line inserted</span> <span id="L2045" class="LineNr">2045 </span> screen-should-contain [ -<span id="L2046" class="LineNr">2046 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2047" class="LineNr">2047 </span> <span class="Conceal">¦</span><span class="Constant"> .c .</span> -<span id="L2048" class="LineNr">2048 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L2049" class="LineNr">2049 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L2050" class="LineNr">2050 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2046" class="LineNr">2046 </span> <span class="Constant"> . .</span> +<span id="L2047" class="LineNr">2047 </span> <span class="Constant"> .c .</span> +<span id="L2048" class="LineNr">2048 </span> <span class="Constant"> .def .</span> +<span id="L2049" class="LineNr">2049 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L2050" class="LineNr">2050 </span> <span class="Constant"> . .</span> <span id="L2051" class="LineNr">2051 </span> ] <span id="L2052" class="LineNr">2052 </span> 3:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-row:offset</span> <span id="L2053" class="LineNr">2053 </span> 4:num/<span class="Special">raw</span> <span class="Special"><-</span> get *e, <span class="Constant">cursor-column:offset</span> <span id="L2054" class="LineNr">2054 </span> memory-should-contain [ -<span id="L2055" class="LineNr">2055 </span> <span class="Conceal">¦</span><span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L2056" class="LineNr">2056 </span> <span class="Conceal">¦</span><span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L2055" class="LineNr">2055 </span> <span class="Constant"> 3</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L2056" class="LineNr">2056 </span> <span class="Constant"> 4</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L2057" class="LineNr">2057 </span> ] <span id="L2058" class="LineNr">2058 </span> <span class="Comment"># cursor should be in the right place</span> <span id="L2059" class="LineNr">2059 </span> assume-console [ -<span id="L2060" class="LineNr">2060 </span> <span class="Conceal">¦</span> type <span class="Constant">[1]</span> +<span id="L2060" class="LineNr">2060 </span> type <span class="Constant">[1]</span> <span id="L2061" class="LineNr">2061 </span> ] <span id="L2062" class="LineNr">2062 </span> run [ -<span id="L2063" class="LineNr">2063 </span> <span class="Conceal">¦</span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2063" class="LineNr">2063 </span> editor-event-loop screen, console, e <span id="L2064" class="LineNr">2064 </span> ] <span id="L2065" class="LineNr">2065 </span> screen-should-contain [ -<span id="L2066" class="LineNr">2066 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2067" class="LineNr">2067 </span> <span class="Conceal">¦</span><span class="Constant"> .1c .</span> -<span id="L2068" class="LineNr">2068 </span> <span class="Conceal">¦</span><span class="Constant"> .def .</span> -<span id="L2069" class="LineNr">2069 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L2070" class="LineNr">2070 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2066" class="LineNr">2066 </span> <span class="Constant"> . .</span> +<span id="L2067" class="LineNr">2067 </span> <span class="Constant"> .1c .</span> +<span id="L2068" class="LineNr">2068 </span> <span class="Constant"> .def .</span> +<span id="L2069" class="LineNr">2069 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L2070" class="LineNr">2070 </span> <span class="Constant"> . .</span> <span id="L2071" class="LineNr">2071 </span> ] <span id="L2072" class="LineNr">2072 </span>] <span id="L2073" class="LineNr">2073 </span> -<span id="L2074" class="LineNr">2074 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L1963'><begin-delete-to-start-of-line></a></span> [ -<span id="L2075" class="LineNr">2075 </span> top-before:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L2074" class="LineNr">2074 </span><span class="muRecipe">after</span> <span class="Constant"><begin-delete-to-start-of-line></span> [ +<span id="L2075" class="LineNr">2075 </span> top-before:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> <span id="L2076" class="LineNr">2076 </span>] -<span id="L2077" class="LineNr">2077 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L1965'><end-delete-to-start-of-line></a></span> [ +<span id="L2077" class="LineNr">2077 </span><span class="muRecipe">before</span> <span class="Constant"><end-delete-to-start-of-line></span> [ <span id="L2078" class="LineNr">2078 </span> <span class="Delimiter">{</span> -<span id="L2079" class="LineNr">2079 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> deleted-cells <span class="Comment"># delete failed; don't add an undo operation</span> -<span id="L2080" class="LineNr">2080 </span> <span class="Conceal">¦</span> top-after:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> -<span id="L2081" class="LineNr">2081 </span> <span class="Conceal">¦</span> op:&:<a href='012-editor-undo.mu.html#L5'>operation</a> <span class="Special"><-</span> new <span class="Constant"><a href='012-editor-undo.mu.html#L5'>operation</a>:type</span> -<span id="L2082" class="LineNr">2082 </span> <span class="Conceal">¦</span> before-cursor:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> -<span id="L2083" class="LineNr">2083 </span> <span class="Conceal">¦</span> deleted-until:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L25'>next</a> before-cursor -<span id="L2084" class="LineNr">2084 </span> <span class="Conceal">¦</span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> -<span id="L2085" class="LineNr">2085 </span> <span class="Conceal">¦</span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> -<span id="L2086" class="LineNr">2086 </span> <span class="Conceal">¦</span> *op <span class="Special"><-</span> merge <span class="Constant">2/delete-operation</span>, save-row/before, save-column/before, top-before, cursor-row/after, cursor-column/after, top-after, deleted-cells/deleted, before-cursor/delete-from, deleted-until, <span class="Constant">0/never-coalesce</span> -<span id="L2087" class="LineNr">2087 </span> <span class="Conceal">¦</span> editor <span class="Special"><-</span> <a href='012-editor-undo.mu.html#L202'>add-operation</a> editor, op -<span id="L2088" class="LineNr">2088 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> +done-adding-delete-operation</span> +<span id="L2079" class="LineNr">2079 </span> <span class="muControl">break-unless</span> deleted-cells <span class="Comment"># delete failed; don't add an undo operation</span> +<span id="L2080" class="LineNr">2080 </span> top-after:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> +<span id="L2081" class="LineNr">2081 </span> op:&:operation <span class="Special"><-</span> new <span class="Constant">operation:type</span> +<span id="L2082" class="LineNr">2082 </span> before-cursor:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">before-cursor:offset</span> +<span id="L2083" class="LineNr">2083 </span> deleted-until:&:duplex-list:char <span class="Special"><-</span> next before-cursor +<span id="L2084" class="LineNr">2084 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> +<span id="L2085" class="LineNr">2085 </span> cursor-column:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-column:offset</span> +<span id="L2086" class="LineNr">2086 </span> *op <span class="Special"><-</span> merge <span class="Constant">2/delete-operation</span>, save-row/before, save-column/before, top-before, cursor-row/after, cursor-column/after, top-after, deleted-cells/deleted, before-cursor/delete-from, deleted-until, <span class="Constant">0/never-coalesce</span> +<span id="L2087" class="LineNr">2087 </span> editor <span class="Special"><-</span> add-operation editor, op +<span id="L2088" class="LineNr">2088 </span><span class="Constant"> +done-adding-delete-operation</span> <span id="L2089" class="LineNr">2089 </span> <span class="Delimiter">}</span> <span id="L2090" class="LineNr">2090 </span>] <span id="L2091" class="LineNr">2091 </span> @@ -2156,20 +2155,20 @@ if ('onhashchange' in window) { <span id="L2093" class="LineNr">2093 </span> <span class="Constant">local-scope</span> <span id="L2094" class="LineNr">2094 </span> <span class="Comment"># create an editor</span> <span id="L2095" class="LineNr">2095 </span> assume-screen <span class="Constant">10/width</span>, <span class="Constant">5/height</span> -<span id="L2096" class="LineNr">2096 </span> e:&:editor <span class="Special"><-</span> <a href='001-editor.mu.html#L51'>new-editor</a> <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> -<span id="L2097" class="LineNr">2097 </span> <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e +<span id="L2096" class="LineNr">2096 </span> e:&:editor <span class="Special"><-</span> new-editor <span class="Constant">[]</span>, <span class="Constant">0/left</span>, <span class="Constant">10/right</span> +<span id="L2097" class="LineNr">2097 </span> editor-render screen, e <span id="L2098" class="LineNr">2098 </span> <span class="Comment"># insert some text and hit delete and backspace a few times</span> <span id="L2099" class="LineNr">2099 </span> assume-console [ -<span id="L2100" class="LineNr">2100 </span> <span class="Conceal">¦</span> type <span class="Constant">[abc]</span> -<span id="L2101" class="LineNr">2101 </span> <span class="Conceal">¦</span> press ctrl-u -<span id="L2102" class="LineNr">2102 </span> <span class="Conceal">¦</span> press ctrl-z +<span id="L2100" class="LineNr">2100 </span> type <span class="Constant">[abc]</span> +<span id="L2101" class="LineNr">2101 </span> press ctrl-u +<span id="L2102" class="LineNr">2102 </span> press ctrl-z <span id="L2103" class="LineNr">2103 </span> ] -<span id="L2104" class="LineNr">2104 </span> <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e +<span id="L2104" class="LineNr">2104 </span> editor-event-loop screen, console, e <span id="L2105" class="LineNr">2105 </span> screen-should-contain [ -<span id="L2106" class="LineNr">2106 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> -<span id="L2107" class="LineNr">2107 </span> <span class="Conceal">¦</span><span class="Constant"> .abc .</span> -<span id="L2108" class="LineNr">2108 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> -<span id="L2109" class="LineNr">2109 </span> <span class="Conceal">¦</span><span class="Constant"> . .</span> +<span id="L2106" class="LineNr">2106 </span> <span class="Constant"> . .</span> +<span id="L2107" class="LineNr">2107 </span> <span class="Constant"> .abc .</span> +<span id="L2108" class="LineNr">2108 </span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌.</span> +<span id="L2109" class="LineNr">2109 </span> <span class="Constant"> . .</span> <span id="L2110" class="LineNr">2110 </span> ] <span id="L2111" class="LineNr">2111 </span>] </pre> diff --git a/html/example1.mu.html b/html/example1.mu.html index 8be293b2..f1ebe095 100644 --- a/html/example1.mu.html +++ b/html/example1.mu.html @@ -15,10 +15,10 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muRecipe { color: #ff8700; } --> </style> @@ -53,7 +53,7 @@ if ('onhashchange' in window) { </head> <body onload='JumpToLine();'> <pre id='vimCodeElement'> -<span id="L1" class="LineNr">1 </span><span class="muRecipe">def</span> <a href='example1.mu.html#L1'>example1</a> [ +<span id="L1" class="LineNr">1 </span><span class="muRecipe">def</span> example1 [ <span id="L2" class="LineNr">2 </span> <span class="Constant">local-scope</span> <span id="L3" class="LineNr">3 </span> a:num <span class="Special"><-</span> add<span class="Constant"> 2</span>,<span class="Constant"> 2</span> <span id="L4" class="LineNr">4 </span> a <span class="Special"><-</span> multiply a,<span class="Constant"> 3</span> diff --git a/html/factorial.mu.html b/html/factorial.mu.html index 078d8474..57b57ded 100644 --- a/html/factorial.mu.html +++ b/html/factorial.mu.html @@ -15,16 +15,15 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -61,35 +60,35 @@ if ('onhashchange' in window) { <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="Comment"># example program: compute the factorial of 5</span> <span id="L2" class="LineNr"> 2 </span> -<span id="L3" class="LineNr"> 3 </span><span class="muRecipe">def</span> <a href='factorial.mu.html#L3'>main</a> [ +<span id="L3" class="LineNr"> 3 </span><span class="muRecipe">def</span> main [ <span id="L4" class="LineNr"> 4 </span> <span class="Constant">local-scope</span> -<span id="L5" class="LineNr"> 5 </span> x:num <span class="Special"><-</span> <a href='factorial.mu.html#L10'>factorial</a><span class="Constant"> 5</span> +<span id="L5" class="LineNr"> 5 </span> x:num <span class="Special"><-</span> factorial<span class="Constant"> 5</span> <span id="L6" class="LineNr"> 6 </span> $print <span class="Constant">[result: ]</span>, x, <span class="Constant">[ </span> <span id="L7" class="LineNr"> 7 </span><span class="Constant">]</span> <span id="L8" class="LineNr"> 8 </span>] <span id="L9" class="LineNr"> 9 </span> -<span id="L10" class="LineNr">10 </span><span class="muRecipe">def</span> <a href='factorial.mu.html#L10'>factorial</a> n:num<span class="muRecipe"> -> </span>result:num [ +<span id="L10" class="LineNr">10 </span><span class="muRecipe">def</span> factorial n:num<span class="muRecipe"> -> </span>result:num [ <span id="L11" class="LineNr">11 </span> <span class="Constant">local-scope</span> <span id="L12" class="LineNr">12 </span> <span class="Constant">load-inputs</span> <span id="L13" class="LineNr">13 </span> <span class="Delimiter">{</span> -<span id="L14" class="LineNr">14 </span> <span class="Conceal">¦</span> <span class="Comment"># if n=0 return 1</span> -<span id="L15" class="LineNr">15 </span> <span class="Conceal">¦</span> zero?:bool <span class="Special"><-</span> equal n,<span class="Constant"> 0</span> -<span id="L16" class="LineNr">16 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> zero? -<span id="L17" class="LineNr">17 </span> <span class="Conceal">¦</span><span class="muControl"> return</span><span class="Constant"> 1</span> +<span id="L14" class="LineNr">14 </span> <span class="Comment"># if n=0 return 1</span> +<span id="L15" class="LineNr">15 </span> zero?:bool <span class="Special"><-</span> equal n,<span class="Constant"> 0</span> +<span id="L16" class="LineNr">16 </span> <span class="muControl">break-unless</span> zero? +<span id="L17" class="LineNr">17 </span> <span class="muControl"> return</span><span class="Constant"> 1</span> <span id="L18" class="LineNr">18 </span> <span class="Delimiter">}</span> <span id="L19" class="LineNr">19 </span> <span class="Comment"># return n * factorial(n-1)</span> <span id="L20" class="LineNr">20 </span> x:num <span class="Special"><-</span> subtract n,<span class="Constant"> 1</span> -<span id="L21" class="LineNr">21 </span> subresult:num <span class="Special"><-</span> <a href='factorial.mu.html#L10'>factorial</a> x +<span id="L21" class="LineNr">21 </span> subresult:num <span class="Special"><-</span> factorial x <span id="L22" class="LineNr">22 </span> result <span class="Special"><-</span> multiply subresult, n <span id="L23" class="LineNr">23 </span>] <span id="L24" class="LineNr">24 </span> <span id="L25" class="LineNr">25 </span><span class="Comment"># unit test</span> <span id="L26" class="LineNr">26 </span><span class="muScenario">scenario</span> factorial-test [ <span id="L27" class="LineNr">27 </span> run [ -<span id="L28" class="LineNr">28 </span> <span class="Conceal">¦</span> 1:num <span class="Special"><-</span> <a href='factorial.mu.html#L10'>factorial</a><span class="Constant"> 5</span> +<span id="L28" class="LineNr">28 </span> 1:num <span class="Special"><-</span> factorial<span class="Constant"> 5</span> <span id="L29" class="LineNr">29 </span> ] <span id="L30" class="LineNr">30 </span> memory-should-contain [ -<span id="L31" class="LineNr">31 </span> <span class="Conceal">¦</span><span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 120</span> +<span id="L31" class="LineNr">31 </span> <span class="Constant"> 1</span> <span class="Special"><-</span><span class="Constant"> 120</span> <span id="L32" class="LineNr">32 </span> ] <span id="L33" class="LineNr">33 </span>] </pre> diff --git a/html/filesystem.mu.html b/html/filesystem.mu.html index 0c9d72b8..1ab976e6 100644 --- a/html/filesystem.mu.html +++ b/html/filesystem.mu.html @@ -15,15 +15,14 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -63,15 +62,15 @@ if ('onhashchange' in window) { <span id="L3" class="LineNr"> 3 </span><span class="Comment"># before running it, put some text into /tmp/mu-x</span> <span id="L4" class="LineNr"> 4 </span><span class="Comment"># after running it, check /tmp/mu-y</span> <span id="L5" class="LineNr"> 5 </span> -<span id="L6" class="LineNr"> 6 </span><span class="muRecipe">def</span> <a href='filesystem.mu.html#L6'>main</a> [ +<span id="L6" class="LineNr"> 6 </span><span class="muRecipe">def</span> main [ <span id="L7" class="LineNr"> 7 </span> <span class="Constant">local-scope</span> -<span id="L8" class="LineNr"> 8 </span> source-file:&:<a href='075channel.mu.html#L43'>source</a>:char <span class="Special"><-</span> <a href='088file.mu.html#L21'>start-reading</a> <span class="Constant">0/real-filesystem</span>, <span class="Constant">[/tmp/mu-x]</span> -<span id="L9" class="LineNr"> 9 </span> sink-file:&:<a href='075channel.mu.html#L47'>sink</a>:char, write-routine:num <span class="Special"><-</span> <a href='088file.mu.html#L105'>start-writing</a> <span class="Constant">0/real-filesystem</span>, <span class="Constant">[/tmp/mu-y]</span> +<span id="L8" class="LineNr"> 8 </span> source-file:&:source:char <span class="Special"><-</span> start-reading <span class="Constant">0/real-filesystem</span>, <span class="Constant">[/tmp/mu-x]</span> +<span id="L9" class="LineNr"> 9 </span> sink-file:&:sink:char, write-routine:num <span class="Special"><-</span> start-writing <span class="Constant">0/real-filesystem</span>, <span class="Constant">[/tmp/mu-y]</span> <span id="L10" class="LineNr">10 </span> <span class="Delimiter">{</span> -<span id="L11" class="LineNr">11 </span> <span class="Conceal">¦</span> c:char, done?:bool, source-file <span class="Special"><-</span> read source-file -<span id="L12" class="LineNr">12 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L13" class="LineNr">13 </span> <span class="Conceal">¦</span> sink-file <span class="Special"><-</span> <a href='075channel.mu.html#L67'>write</a> sink-file, c -<span id="L14" class="LineNr">14 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L11" class="LineNr">11 </span> c:char, done?:bool, source-file <span class="Special"><-</span> read source-file +<span id="L12" class="LineNr">12 </span> <span class="muControl">break-if</span> done? +<span id="L13" class="LineNr">13 </span> sink-file <span class="Special"><-</span> write sink-file, c +<span id="L14" class="LineNr">14 </span> <span class="muControl"> loop</span> <span id="L15" class="LineNr">15 </span> <span class="Delimiter">}</span> <span id="L16" class="LineNr">16 </span> close sink-file <span id="L17" class="LineNr">17 </span> <span class="Comment"># make sure to wait for the file to be actually written to disk</span> diff --git a/html/fork.mu.html b/html/fork.mu.html index 75023398..d3e60df1 100644 --- a/html/fork.mu.html +++ b/html/fork.mu.html @@ -15,14 +15,13 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } .Constant { color: #00a0a0; } +.Delimiter { color: #800080; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> </style> @@ -59,18 +58,18 @@ if ('onhashchange' in window) { <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="Comment"># example program: running multiple routines</span> <span id="L2" class="LineNr"> 2 </span> -<span id="L3" class="LineNr"> 3 </span><span class="muRecipe">def</span> <a href='fork.mu.html#L3'>main</a> [ -<span id="L4" class="LineNr"> 4 </span> <span class="muControl">start-running</span> <a href='fork.mu.html#L11'>thread2</a> +<span id="L3" class="LineNr"> 3 </span><span class="muRecipe">def</span> main [ +<span id="L4" class="LineNr"> 4 </span> <span class="muControl">start-running</span> thread2 <span id="L5" class="LineNr"> 5 </span> <span class="Delimiter">{</span> -<span id="L6" class="LineNr"> 6 </span> <span class="Conceal">¦</span> $print<span class="Constant"> 34</span> -<span id="L7" class="LineNr"> 7 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L6" class="LineNr"> 6 </span> $print<span class="Constant"> 34</span> +<span id="L7" class="LineNr"> 7 </span> <span class="muControl"> loop</span> <span id="L8" class="LineNr"> 8 </span> <span class="Delimiter">}</span> <span id="L9" class="LineNr"> 9 </span>] <span id="L10" class="LineNr">10 </span> -<span id="L11" class="LineNr">11 </span><span class="muRecipe">def</span> <a href='fork.mu.html#L11'>thread2</a> [ +<span id="L11" class="LineNr">11 </span><span class="muRecipe">def</span> thread2 [ <span id="L12" class="LineNr">12 </span> <span class="Delimiter">{</span> -<span id="L13" class="LineNr">13 </span> <span class="Conceal">¦</span> $print<span class="Constant"> 35</span> -<span id="L14" class="LineNr">14 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L13" class="LineNr">13 </span> $print<span class="Constant"> 35</span> +<span id="L14" class="LineNr">14 </span> <span class="muControl"> loop</span> <span id="L15" class="LineNr">15 </span> <span class="Delimiter">}</span> <span id="L16" class="LineNr">16 </span>] </pre> diff --git a/html/http-client.mu.html b/html/http-client.mu.html index 615574c2..dab4ce3d 100644 --- a/html/http-client.mu.html +++ b/html/http-client.mu.html @@ -15,15 +15,14 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -60,28 +59,28 @@ if ('onhashchange' in window) { <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="Comment"># example program: reading a URL over HTTP</span> <span id="L2" class="LineNr"> 2 </span> -<span id="L3" class="LineNr"> 3 </span><span class="muRecipe">def</span> <a href='http-client.mu.html#L3'>main</a> [ +<span id="L3" class="LineNr"> 3 </span><span class="muRecipe">def</span> main [ <span id="L4" class="LineNr"> 4 </span> <span class="Constant">local-scope</span> <span id="L5" class="LineNr"> 5 </span> $print <span class="Constant">[aaa]</span> <span class="Constant">10/newline</span> -<span id="L6" class="LineNr"> 6 </span> google:&:<a href='075channel.mu.html#L43'>source</a>:char <span class="Special"><-</span> <a href='092socket.mu.html#L69'>start-reading-from-network</a> <span class="Constant">0/real-resources</span>, <span class="Constant">[google.com/]</span> +<span id="L6" class="LineNr"> 6 </span> google:&:source:char <span class="Special"><-</span> start-reading-from-network <span class="Constant">0/real-resources</span>, <span class="Constant">[google.com/]</span> <span id="L7" class="LineNr"> 7 </span> $print <span class="Constant">[bbb]</span> <span class="Constant">10/newline</span> <span id="L8" class="LineNr"> 8 </span> n:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L9" class="LineNr"> 9 </span> buf:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a><span class="Constant"> 30</span> +<span id="L9" class="LineNr"> 9 </span> buf:&:buffer:char <span class="Special"><-</span> new-buffer<span class="Constant"> 30</span> <span id="L10" class="LineNr">10 </span> <span class="Delimiter">{</span> -<span id="L11" class="LineNr">11 </span> <span class="Conceal">¦</span> c:char, done?:bool <span class="Special"><-</span> read google -<span id="L12" class="LineNr">12 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L13" class="LineNr">13 </span> <span class="Conceal">¦</span> n <span class="Special"><-</span> add n,<span class="Constant"> 1</span> -<span id="L14" class="LineNr">14 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> append buf, c -<span id="L15" class="LineNr">15 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L16" class="LineNr">16 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> _, a:num <span class="Special"><-</span> divide-with-remainder n,<span class="Constant"> 100</span> -<span id="L17" class="LineNr">17 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> a -<span id="L18" class="LineNr">18 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> $print n <span class="Constant">10/newline</span> -<span id="L19" class="LineNr">19 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L20" class="LineNr">20 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L11" class="LineNr">11 </span> c:char, done?:bool <span class="Special"><-</span> read google +<span id="L12" class="LineNr">12 </span> <span class="muControl">break-if</span> done? +<span id="L13" class="LineNr">13 </span> n <span class="Special"><-</span> add n,<span class="Constant"> 1</span> +<span id="L14" class="LineNr">14 </span> buf <span class="Special"><-</span> append buf, c +<span id="L15" class="LineNr">15 </span> <span class="Delimiter">{</span> +<span id="L16" class="LineNr">16 </span> _, a:num <span class="Special"><-</span> divide-with-remainder n,<span class="Constant"> 100</span> +<span id="L17" class="LineNr">17 </span> <span class="muControl">break-if</span> a +<span id="L18" class="LineNr">18 </span> $print n <span class="Constant">10/newline</span> +<span id="L19" class="LineNr">19 </span> <span class="Delimiter">}</span> +<span id="L20" class="LineNr">20 </span> <span class="muControl"> loop</span> <span id="L21" class="LineNr">21 </span> <span class="Delimiter">}</span> -<span id="L22" class="LineNr">22 </span> result:text <span class="Special"><-</span> <a href='061text.mu.html#L338'>buffer-to-array</a> buf +<span id="L22" class="LineNr">22 </span> result:text <span class="Special"><-</span> buffer-to-array buf <span id="L23" class="LineNr">23 </span> open-console -<span id="L24" class="LineNr">24 </span> <a href='081print.mu.html#L46'>clear-screen</a> <span class="Constant">0/screen</span> <span class="Comment"># non-scrolling app</span> +<span id="L24" class="LineNr">24 </span> clear-screen <span class="Constant">0/screen</span> <span class="Comment"># non-scrolling app</span> <span id="L25" class="LineNr">25 </span> len:num <span class="Special"><-</span> length *result <span id="L26" class="LineNr">26 </span> print <span class="Constant">0/real-screen</span>, result <span id="L27" class="LineNr">27 </span> wait-for-some-interaction diff --git a/html/http-server.mu.html b/html/http-server.mu.html index a6ebcea3..030fcbbc 100644 --- a/html/http-server.mu.html +++ b/html/http-server.mu.html @@ -15,13 +15,13 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -65,21 +65,21 @@ if ('onhashchange' in window) { <span id="L7" class="LineNr"> 7 </span><span class="Comment"># After running it, navigate to localhost:8080. Your browser should display</span> <span id="L8" class="LineNr"> 8 </span><span class="Comment"># "SUCCESS!" and the server will terminate after one connection.</span> <span id="L9" class="LineNr"> 9 </span> -<span id="L10" class="LineNr">10 </span><span class="muRecipe">def</span> <a href='http-server.mu.html#L10'>main</a> [ +<span id="L10" class="LineNr">10 </span><span class="muRecipe">def</span> main [ <span id="L11" class="LineNr">11 </span> <span class="Constant">local-scope</span> <span id="L12" class="LineNr">12 </span> socket:num <span class="Special"><-</span> $open-server-socket <span class="Constant">8080/port</span> <span id="L13" class="LineNr">13 </span> $print <span class="Constant">[Mu socket creation returned ]</span>, socket, <span class="Constant">10/newline</span> <span id="L14" class="LineNr">14 </span> <span class="muControl">return-unless</span> socket <span id="L15" class="LineNr">15 </span> session:num <span class="Special"><-</span> $accept socket -<span id="L16" class="LineNr">16 </span> contents:&:<a href='075channel.mu.html#L43'>source</a>:char, <a href='075channel.mu.html#L47'>sink</a>:&:<a href='075channel.mu.html#L47'>sink</a>:char <span class="Special"><-</span> <a href='075channel.mu.html#L51'>new-channel</a><span class="Constant"> 30</span> -<span id="L17" class="LineNr">17 </span> <a href='075channel.mu.html#L47'>sink</a> <span class="Special"><-</span> <span class="muControl">start-running</span> <a href='092socket.mu.html#L104'>receive-from-socket</a> session, <a href='075channel.mu.html#L47'>sink</a> -<span id="L18" class="LineNr">18 </span> query:text <span class="Special"><-</span> <a href='075channel.mu.html#L507'>drain</a> contents +<span id="L16" class="LineNr">16 </span> contents:&:source:char, sink:&:sink:char <span class="Special"><-</span> new-channel<span class="Constant"> 30</span> +<span id="L17" class="LineNr">17 </span> sink <span class="Special"><-</span> <span class="muControl">start-running</span> receive-from-socket session, sink +<span id="L18" class="LineNr">18 </span> query:text <span class="Special"><-</span> drain contents <span id="L19" class="LineNr">19 </span> $print <span class="Constant">[Done reading from socket.]</span>, <span class="Constant">10/newline</span> -<span id="L20" class="LineNr">20 </span> <a href='092socket.mu.html#L132'>write-to-socket</a> session, <span class="Constant">[HTTP/1.0 200 OK</span> +<span id="L20" class="LineNr">20 </span> write-to-socket session, <span class="Constant">[HTTP/1.0 200 OK</span> <span id="L21" class="LineNr">21 </span><span class="Constant">Content-type: text/plain</span> <span id="L22" class="LineNr">22 </span> -<span id="L23" class="LineNr">23 </span><span class="Constant">SUCCESS!</span> -<span id="L24" class="LineNr">24 </span><span class="Constant">]</span> +<span id="L23" class="LineNr">23 </span>SUCCESS! +<span id="L24" class="LineNr">24 </span>] <span id="L25" class="LineNr">25 </span> $print <span class="Constant">10/newline</span>, <span class="Constant">[Wrote to and closing socket...]</span>, <span class="Constant">10/newline</span> <span id="L26" class="LineNr">26 </span> session <span class="Special"><-</span> $close-socket session <span id="L27" class="LineNr">27 </span> socket <span class="Special"><-</span> $close-socket socket diff --git a/html/immutable-error.mu.html b/html/immutable-error.mu.html index e9145618..e98db294 100644 --- a/html/immutable-error.mu.html +++ b/html/immutable-error.mu.html @@ -15,12 +15,12 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -57,13 +57,13 @@ if ('onhashchange' in window) { <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="Comment"># compare mutable.mu</span> <span id="L2" class="LineNr"> 2 </span> -<span id="L3" class="LineNr"> 3 </span><span class="muRecipe">def</span> <a href='immutable-error.mu.html#L3'>main</a> [ +<span id="L3" class="LineNr"> 3 </span><span class="muRecipe">def</span> main [ <span id="L4" class="LineNr"> 4 </span> <span class="Constant">local-scope</span> <span id="L5" class="LineNr"> 5 </span> x:&:num <span class="Special"><-</span> new <span class="Constant">number:type</span> -<span id="L6" class="LineNr"> 6 </span> <a href='immutable-error.mu.html#L9'>foo</a> x +<span id="L6" class="LineNr"> 6 </span> foo x <span id="L7" class="LineNr"> 7 </span>] <span id="L8" class="LineNr"> 8 </span> -<span id="L9" class="LineNr"> 9 </span><span class="muRecipe">def</span> <a href='immutable-error.mu.html#L9'>foo</a> x:&:num [ +<span id="L9" class="LineNr"> 9 </span><span class="muRecipe">def</span> foo x:&:num [ <span id="L10" class="LineNr">10 </span> <span class="Constant">local-scope</span> <span id="L11" class="LineNr">11 </span> <span class="Constant">load-inputs</span> <span id="L12" class="LineNr">12 </span> *x <span class="Special"><-</span> copy<span class="Constant"> 34</span> <span class="Comment"># will cause an error because x is immutable in this function</span> diff --git a/html/lambda-to-mu.mu.html b/html/lambda-to-mu.mu.html index 53f9926d..b8e5eb51 100644 --- a/html/lambda-to-mu.mu.html +++ b/html/lambda-to-mu.mu.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } -.CommentedCode { color: #6c6c6c; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.muData { color: #ffff00; } +.CommentedCode { color: #6c6c6c; } .Constant { color: #00a0a0; } +.Special { color: #c00000; } +.muData { color: #ffff00; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> </style> @@ -73,73 +72,73 @@ if ('onhashchange' in window) { <span id="L9" class="LineNr"> 9 </span> <span id="L10" class="LineNr"> 10 </span><span class="muScenario">scenario</span> convert-lambda [ <span id="L11" class="LineNr"> 11 </span> run [ -<span id="L12" class="LineNr"> 12 </span> <span class="Conceal">¦</span> <span class="Constant">local-scope</span> -<span id="L13" class="LineNr"> 13 </span> <span class="Conceal">¦</span> 1:text/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L22'>lambda-to-mu</a> <span class="Constant">[(add a (multiply b c))]</span> -<span id="L14" class="LineNr"> 14 </span> <span class="Conceal">¦</span> 2:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *1:text/<span class="Special">raw</span> +<span id="L12" class="LineNr"> 12 </span> <span class="Constant">local-scope</span> +<span id="L13" class="LineNr"> 13 </span> 1:text/<span class="Special">raw</span> <span class="Special"><-</span> lambda-to-mu <span class="Constant">[(add a (multiply b c))]</span> +<span id="L14" class="LineNr"> 14 </span> 2:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *1:text/<span class="Special">raw</span> <span id="L15" class="LineNr"> 15 </span> ] <span id="L16" class="LineNr"> 16 </span> memory-should-contain [ -<span id="L17" class="LineNr"> 17 </span> <span class="Conceal">¦</span> 2:array:character <span class="Special"><-</span> <span class="Constant">[t1 <- multiply b c</span> +<span id="L17" class="LineNr"> 17 </span> 2:array:character <span class="Special"><-</span> <span class="Constant">[t1 <- multiply b c</span> <span id="L18" class="LineNr"> 18 </span><span class="Constant">result <- add a t1]</span> <span id="L19" class="LineNr"> 19 </span> ] <span id="L20" class="LineNr"> 20 </span>] <span id="L21" class="LineNr"> 21 </span> -<span id="L22" class="LineNr"> 22 </span><span class="muRecipe">def</span> <a href='lambda-to-mu.mu.html#L22'>lambda-to-mu</a> in:text<span class="muRecipe"> -> </span>out:text [ +<span id="L22" class="LineNr"> 22 </span><span class="muRecipe">def</span> lambda-to-mu in:text<span class="muRecipe"> -> </span>out:text [ <span id="L23" class="LineNr"> 23 </span> <span class="Constant">local-scope</span> <span id="L24" class="LineNr"> 24 </span> <span class="Constant">load-inputs</span> <span id="L25" class="LineNr"> 25 </span> out <span class="Special"><-</span> copy<span class="Constant"> 0</span> -<span id="L26" class="LineNr"> 26 </span> cells:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> parse in +<span id="L26" class="LineNr"> 26 </span> cells:&:cell <span class="Special"><-</span> parse in <span id="L27" class="LineNr"> 27 </span> out <span class="Special"><-</span> to-mu cells <span id="L28" class="LineNr"> 28 </span>] <span id="L29" class="LineNr"> 29 </span> <span id="L30" class="LineNr"> 30 </span><span class="Comment"># 'parse' will turn lambda expressions into trees made of cells</span> -<span id="L31" class="LineNr"> 31 </span><span class="muData">exclusive-container</span> <a href='lambda-to-mu.mu.html#L31'>cell</a> [ +<span id="L31" class="LineNr"> 31 </span><span class="muData">exclusive-container</span> cell [ <span id="L32" class="LineNr"> 32 </span> atom:text -<span id="L33" class="LineNr"> 33 </span> <a href='lambda-to-mu.mu.html#L37'>pair</a>:<a href='lambda-to-mu.mu.html#L37'>pair</a> +<span id="L33" class="LineNr"> 33 </span> pair:pair <span id="L34" class="LineNr"> 34 </span>] <span id="L35" class="LineNr"> 35 </span> <span id="L36" class="LineNr"> 36 </span><span class="Comment"># printed below as < first | rest ></span> -<span id="L37" class="LineNr"> 37 </span><span class="muData">container</span> <a href='lambda-to-mu.mu.html#L37'>pair</a> [ -<span id="L38" class="LineNr"> 38 </span> first:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> -<span id="L39" class="LineNr"> 39 </span> rest:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> +<span id="L37" class="LineNr"> 37 </span><span class="muData">container</span> pair [ +<span id="L38" class="LineNr"> 38 </span> first:&:cell +<span id="L39" class="LineNr"> 39 </span> rest:&:cell <span id="L40" class="LineNr"> 40 </span>] <span id="L41" class="LineNr"> 41 </span> -<span id="L42" class="LineNr"> 42 </span><span class="muRecipe">def</span> <a href='lambda-to-mu.mu.html#L42'>new-atom</a> name:text<span class="muRecipe"> -> </span>result:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> [ +<span id="L42" class="LineNr"> 42 </span><span class="muRecipe">def</span> new-atom name:text<span class="muRecipe"> -> </span>result:&:cell [ <span id="L43" class="LineNr"> 43 </span> <span class="Constant">local-scope</span> <span id="L44" class="LineNr"> 44 </span> <span class="Constant">load-inputs</span> -<span id="L45" class="LineNr"> 45 </span> result <span class="Special"><-</span> new <span class="Constant"><a href='lambda-to-mu.mu.html#L31'>cell</a>:type</span> +<span id="L45" class="LineNr"> 45 </span> result <span class="Special"><-</span> new <span class="Constant">cell:type</span> <span id="L46" class="LineNr"> 46 </span> *result <span class="Special"><-</span> merge <span class="Constant">0/tag:atom</span>, name <span id="L47" class="LineNr"> 47 </span>] <span id="L48" class="LineNr"> 48 </span> -<span id="L49" class="LineNr"> 49 </span><span class="muRecipe">def</span> <a href='lambda-to-mu.mu.html#L49'>new-pair</a> a:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>, b:&:<a href='lambda-to-mu.mu.html#L31'>cell</a><span class="muRecipe"> -> </span>result:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> [ +<span id="L49" class="LineNr"> 49 </span><span class="muRecipe">def</span> new-pair a:&:cell, b:&:cell<span class="muRecipe"> -> </span>result:&:cell [ <span id="L50" class="LineNr"> 50 </span> <span class="Constant">local-scope</span> <span id="L51" class="LineNr"> 51 </span> <span class="Constant">load-inputs</span> -<span id="L52" class="LineNr"> 52 </span> result <span class="Special"><-</span> new <span class="Constant"><a href='lambda-to-mu.mu.html#L31'>cell</a>:type</span> -<span id="L53" class="LineNr"> 53 </span> *result <span class="Special"><-</span> merge <span class="Constant">1/tag:<a href='lambda-to-mu.mu.html#L37'>pair</a></span>, a/first, b/rest +<span id="L52" class="LineNr"> 52 </span> result <span class="Special"><-</span> new <span class="Constant">cell:type</span> +<span id="L53" class="LineNr"> 53 </span> *result <span class="Special"><-</span> merge <span class="Constant">1/tag:pair</span>, a/first, b/rest <span id="L54" class="LineNr"> 54 </span>] <span id="L55" class="LineNr"> 55 </span> -<span id="L56" class="LineNr"> 56 </span><span class="muRecipe">def</span> <a href='lambda-to-mu.mu.html#L56'>is-atom?</a> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a><span class="muRecipe"> -> </span>result:bool [ +<span id="L56" class="LineNr"> 56 </span><span class="muRecipe">def</span> is-atom? x:&:cell<span class="muRecipe"> -> </span>result:bool [ <span id="L57" class="LineNr"> 57 </span> <span class="Constant">local-scope</span> <span id="L58" class="LineNr"> 58 </span> <span class="Constant">load-inputs</span> <span id="L59" class="LineNr"> 59 </span> <span class="muControl">return-unless</span> x, <span class="Constant">0/false</span> <span id="L60" class="LineNr"> 60 </span> _, result <span class="Special"><-</span> maybe-convert *x, <span class="Constant">atom:variant</span> <span id="L61" class="LineNr"> 61 </span>] <span id="L62" class="LineNr"> 62 </span> -<span id="L63" class="LineNr"> 63 </span><span class="muRecipe">def</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a><span class="muRecipe"> -> </span>result:bool [ +<span id="L63" class="LineNr"> 63 </span><span class="muRecipe">def</span> is-pair? x:&:cell<span class="muRecipe"> -> </span>result:bool [ <span id="L64" class="LineNr"> 64 </span> <span class="Constant">local-scope</span> <span id="L65" class="LineNr"> 65 </span> <span class="Constant">load-inputs</span> <span id="L66" class="LineNr"> 66 </span> <span class="muControl">return-unless</span> x, <span class="Constant">0/false</span> -<span id="L67" class="LineNr"> 67 </span> _, result <span class="Special"><-</span> maybe-convert *x, <span class="Constant"><a href='lambda-to-mu.mu.html#L37'>pair</a>:variant</span> +<span id="L67" class="LineNr"> 67 </span> _, result <span class="Special"><-</span> maybe-convert *x, <span class="Constant">pair:variant</span> <span id="L68" class="LineNr"> 68 </span>] <span id="L69" class="LineNr"> 69 </span> <span id="L70" class="LineNr"> 70 </span><span class="muScenario">scenario</span> atom-is-not-pair [ <span id="L71" class="LineNr"> 71 </span> <span class="Constant">local-scope</span> <span id="L72" class="LineNr"> 72 </span> s:text <span class="Special"><-</span> new <span class="Constant">[a]</span> -<span id="L73" class="LineNr"> 73 </span> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L42'>new-atom</a> s -<span id="L74" class="LineNr"> 74 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L56'>is-atom?</a> x -<span id="L75" class="LineNr"> 75 </span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> x +<span id="L73" class="LineNr"> 73 </span> x:&:cell <span class="Special"><-</span> new-atom s +<span id="L74" class="LineNr"> 74 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-atom? x +<span id="L75" class="LineNr"> 75 </span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-pair? x <span id="L76" class="LineNr"> 76 </span> memory-should-contain [ -<span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L77" class="LineNr"> 77 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L78" class="LineNr"> 78 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span id="L79" class="LineNr"> 79 </span> ] <span id="L80" class="LineNr"> 80 </span>] <span id="L81" class="LineNr"> 81 </span> @@ -147,76 +146,76 @@ if ('onhashchange' in window) { <span id="L83" class="LineNr"> 83 </span> <span class="Constant">local-scope</span> <span id="L84" class="LineNr"> 84 </span> <span class="Comment"># construct (a . nil)</span> <span id="L85" class="LineNr"> 85 </span> s:text <span class="Special"><-</span> new <span class="Constant">[a]</span> -<span id="L86" class="LineNr"> 86 </span> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L42'>new-atom</a> s -<span id="L87" class="LineNr"> 87 </span> y:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L49'>new-pair</a> x, <span class="Constant">0/nil</span> -<span id="L88" class="LineNr"> 88 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L56'>is-atom?</a> y -<span id="L89" class="LineNr"> 89 </span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> y +<span id="L86" class="LineNr"> 86 </span> x:&:cell <span class="Special"><-</span> new-atom s +<span id="L87" class="LineNr"> 87 </span> y:&:cell <span class="Special"><-</span> new-pair x, <span class="Constant">0/nil</span> +<span id="L88" class="LineNr"> 88 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-atom? y +<span id="L89" class="LineNr"> 89 </span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-pair? y <span id="L90" class="LineNr"> 90 </span> memory-should-contain [ -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L91" class="LineNr"> 91 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> +<span id="L92" class="LineNr"> 92 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L93" class="LineNr"> 93 </span> ] <span id="L94" class="LineNr"> 94 </span>] <span id="L95" class="LineNr"> 95 </span> -<span id="L96" class="LineNr"> 96 </span><span class="muRecipe">def</span> <a href='lambda-to-mu.mu.html#L96'>atom-match?</a> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>, pat:text<span class="muRecipe"> -> </span>result:bool [ +<span id="L96" class="LineNr"> 96 </span><span class="muRecipe">def</span> atom-match? x:&:cell, pat:text<span class="muRecipe"> -> </span>result:bool [ <span id="L97" class="LineNr"> 97 </span> <span class="Constant">local-scope</span> <span id="L98" class="LineNr"> 98 </span> <span class="Constant">load-inputs</span> -<span id="L99" class="LineNr"> 99 </span> s:text, <a href='lambda-to-mu.mu.html#L56'>is-atom?</a>:bool <span class="Special"><-</span> maybe-convert *x, <span class="Constant">atom:variant</span> -<span id="L100" class="LineNr">100 </span> <span class="muControl">return-unless</span> <a href='lambda-to-mu.mu.html#L56'>is-atom?</a>, <span class="Constant">0/false</span> +<span id="L99" class="LineNr"> 99 </span> s:text, is-atom?:bool <span class="Special"><-</span> maybe-convert *x, <span class="Constant">atom:variant</span> +<span id="L100" class="LineNr">100 </span> <span class="muControl">return-unless</span> is-atom?, <span class="Constant">0/false</span> <span id="L101" class="LineNr">101 </span> result <span class="Special"><-</span> equal pat, s <span id="L102" class="LineNr">102 </span>] <span id="L103" class="LineNr">103 </span> <span id="L104" class="LineNr">104 </span><span class="muScenario">scenario</span> atom-match [ <span id="L105" class="LineNr">105 </span> <span class="Constant">local-scope</span> -<span id="L106" class="LineNr">106 </span> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L42'>new-atom</a> <span class="Constant">[abc]</span> -<span id="L107" class="LineNr">107 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L96'>atom-match?</a> x, <span class="Constant">[abc]</span> +<span id="L106" class="LineNr">106 </span> x:&:cell <span class="Special"><-</span> new-atom <span class="Constant">[abc]</span> +<span id="L107" class="LineNr">107 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> atom-match? x, <span class="Constant">[abc]</span> <span id="L108" class="LineNr">108 </span> memory-should-contain [ -<span id="L109" class="LineNr">109 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> +<span id="L109" class="LineNr">109 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span id="L110" class="LineNr">110 </span> ] <span id="L111" class="LineNr">111 </span>] <span id="L112" class="LineNr">112 </span> -<span id="L113" class="LineNr">113 </span><span class="muRecipe">def</span> first x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a><span class="muRecipe"> -> </span>result:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> [ +<span id="L113" class="LineNr">113 </span><span class="muRecipe">def</span> first x:&:cell<span class="muRecipe"> -> </span>result:&:cell [ <span id="L114" class="LineNr">114 </span> <span class="Constant">local-scope</span> <span id="L115" class="LineNr">115 </span> <span class="Constant">load-inputs</span> -<span id="L116" class="LineNr">116 </span> <a href='lambda-to-mu.mu.html#L37'>pair</a>:<a href='lambda-to-mu.mu.html#L37'>pair</a>, pair?:bool <span class="Special"><-</span> maybe-convert *x, <span class="Constant"><a href='lambda-to-mu.mu.html#L37'>pair</a>:variant</span> +<span id="L116" class="LineNr">116 </span> pair:pair, pair?:bool <span class="Special"><-</span> maybe-convert *x, <span class="Constant">pair:variant</span> <span id="L117" class="LineNr">117 </span> <span class="muControl">return-unless</span> pair?, <span class="Constant">0/nil</span> -<span id="L118" class="LineNr">118 </span> result <span class="Special"><-</span> get <a href='lambda-to-mu.mu.html#L37'>pair</a>, <span class="Constant">first:offset</span> +<span id="L118" class="LineNr">118 </span> result <span class="Special"><-</span> get pair, <span class="Constant">first:offset</span> <span id="L119" class="LineNr">119 </span>] <span id="L120" class="LineNr">120 </span> -<span id="L121" class="LineNr">121 </span><span class="muRecipe">def</span> rest x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a><span class="muRecipe"> -> </span>result:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> [ +<span id="L121" class="LineNr">121 </span><span class="muRecipe">def</span> rest x:&:cell<span class="muRecipe"> -> </span>result:&:cell [ <span id="L122" class="LineNr">122 </span> <span class="Constant">local-scope</span> <span id="L123" class="LineNr">123 </span> <span class="Constant">load-inputs</span> -<span id="L124" class="LineNr">124 </span> <a href='lambda-to-mu.mu.html#L37'>pair</a>:<a href='lambda-to-mu.mu.html#L37'>pair</a>, pair?:bool <span class="Special"><-</span> maybe-convert *x, <span class="Constant"><a href='lambda-to-mu.mu.html#L37'>pair</a>:variant</span> +<span id="L124" class="LineNr">124 </span> pair:pair, pair?:bool <span class="Special"><-</span> maybe-convert *x, <span class="Constant">pair:variant</span> <span id="L125" class="LineNr">125 </span> <span class="muControl">return-unless</span> pair?, <span class="Constant">0/nil</span> -<span id="L126" class="LineNr">126 </span> result <span class="Special"><-</span> get <a href='lambda-to-mu.mu.html#L37'>pair</a>, <span class="Constant">rest:offset</span> +<span id="L126" class="LineNr">126 </span> result <span class="Special"><-</span> get pair, <span class="Constant">rest:offset</span> <span id="L127" class="LineNr">127 </span>] <span id="L128" class="LineNr">128 </span> -<span id="L129" class="LineNr">129 </span><span class="muRecipe">def</span> <a href='lambda-to-mu.mu.html#L129'>set-first</a> base:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>, new-first:&:<a href='lambda-to-mu.mu.html#L31'>cell</a><span class="muRecipe"> -> </span>base:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> [ +<span id="L129" class="LineNr">129 </span><span class="muRecipe">def</span> set-first base:&:cell, new-first:&:cell<span class="muRecipe"> -> </span>base:&:cell [ <span id="L130" class="LineNr">130 </span> <span class="Constant">local-scope</span> <span id="L131" class="LineNr">131 </span> <span class="Constant">load-inputs</span> -<span id="L132" class="LineNr">132 </span> <a href='lambda-to-mu.mu.html#L37'>pair</a>:<a href='lambda-to-mu.mu.html#L37'>pair</a>, <a href='lambda-to-mu.mu.html#L63'>is-pair?</a>:bool <span class="Special"><-</span> maybe-convert *base, <span class="Constant"><a href='lambda-to-mu.mu.html#L37'>pair</a>:variant</span> -<span id="L133" class="LineNr">133 </span> <span class="muControl">return-unless</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> -<span id="L134" class="LineNr">134 </span> <a href='lambda-to-mu.mu.html#L37'>pair</a> <span class="Special"><-</span> put <a href='lambda-to-mu.mu.html#L37'>pair</a>, <span class="Constant">first:offset</span>, new-first -<span id="L135" class="LineNr">135 </span> *base <span class="Special"><-</span> merge <span class="Constant">1/pair</span>, <a href='lambda-to-mu.mu.html#L37'>pair</a> +<span id="L132" class="LineNr">132 </span> pair:pair, is-pair?:bool <span class="Special"><-</span> maybe-convert *base, <span class="Constant">pair:variant</span> +<span id="L133" class="LineNr">133 </span> <span class="muControl">return-unless</span> is-pair? +<span id="L134" class="LineNr">134 </span> pair <span class="Special"><-</span> put pair, <span class="Constant">first:offset</span>, new-first +<span id="L135" class="LineNr">135 </span> *base <span class="Special"><-</span> merge <span class="Constant">1/pair</span>, pair <span id="L136" class="LineNr">136 </span>] <span id="L137" class="LineNr">137 </span> -<span id="L138" class="LineNr">138 </span><span class="muRecipe">def</span> <a href='lambda-to-mu.mu.html#L138'>set-rest</a> base:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>, new-rest:&:<a href='lambda-to-mu.mu.html#L31'>cell</a><span class="muRecipe"> -> </span>base:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> [ +<span id="L138" class="LineNr">138 </span><span class="muRecipe">def</span> set-rest base:&:cell, new-rest:&:cell<span class="muRecipe"> -> </span>base:&:cell [ <span id="L139" class="LineNr">139 </span> <span class="Constant">local-scope</span> <span id="L140" class="LineNr">140 </span> <span class="Constant">load-inputs</span> -<span id="L141" class="LineNr">141 </span> <a href='lambda-to-mu.mu.html#L37'>pair</a>:<a href='lambda-to-mu.mu.html#L37'>pair</a>, <a href='lambda-to-mu.mu.html#L63'>is-pair?</a>:bool <span class="Special"><-</span> maybe-convert *base, <span class="Constant"><a href='lambda-to-mu.mu.html#L37'>pair</a>:variant</span> -<span id="L142" class="LineNr">142 </span> <span class="muControl">return-unless</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> -<span id="L143" class="LineNr">143 </span> <a href='lambda-to-mu.mu.html#L37'>pair</a> <span class="Special"><-</span> put <a href='lambda-to-mu.mu.html#L37'>pair</a>, <span class="Constant">rest:offset</span>, new-rest -<span id="L144" class="LineNr">144 </span> *base <span class="Special"><-</span> merge <span class="Constant">1/pair</span>, <a href='lambda-to-mu.mu.html#L37'>pair</a> +<span id="L141" class="LineNr">141 </span> pair:pair, is-pair?:bool <span class="Special"><-</span> maybe-convert *base, <span class="Constant">pair:variant</span> +<span id="L142" class="LineNr">142 </span> <span class="muControl">return-unless</span> is-pair? +<span id="L143" class="LineNr">143 </span> pair <span class="Special"><-</span> put pair, <span class="Constant">rest:offset</span>, new-rest +<span id="L144" class="LineNr">144 </span> *base <span class="Special"><-</span> merge <span class="Constant">1/pair</span>, pair <span id="L145" class="LineNr">145 </span>] <span id="L146" class="LineNr">146 </span> <span id="L147" class="LineNr">147 </span><span class="muScenario">scenario</span> cell-operations-on-atom [ <span id="L148" class="LineNr">148 </span> <span class="Constant">local-scope</span> <span id="L149" class="LineNr">149 </span> s:text <span class="Special"><-</span> new <span class="Constant">[a]</span> -<span id="L150" class="LineNr">150 </span> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L42'>new-atom</a> s -<span id="L151" class="LineNr">151 </span> 10:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> first x -<span id="L152" class="LineNr">152 </span> 11:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> rest x +<span id="L150" class="LineNr">150 </span> x:&:cell <span class="Special"><-</span> new-atom s +<span id="L151" class="LineNr">151 </span> 10:&:cell/<span class="Special">raw</span> <span class="Special"><-</span> first x +<span id="L152" class="LineNr">152 </span> 11:&:cell/<span class="Special">raw</span> <span class="Special"><-</span> rest x <span id="L153" class="LineNr">153 </span> memory-should-contain [ -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># first is nil</span> -<span id="L155" class="LineNr">155 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># rest is nil</span> +<span id="L154" class="LineNr">154 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># first is nil</span> +<span id="L155" class="LineNr">155 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># rest is nil</span> <span id="L156" class="LineNr">156 </span> ] <span id="L157" class="LineNr">157 </span>] <span id="L158" class="LineNr">158 </span> @@ -224,161 +223,161 @@ if ('onhashchange' in window) { <span id="L160" class="LineNr">160 </span> <span class="Constant">local-scope</span> <span id="L161" class="LineNr">161 </span> <span class="Comment"># construct (a . nil)</span> <span id="L162" class="LineNr">162 </span> s:text <span class="Special"><-</span> new <span class="Constant">[a]</span> -<span id="L163" class="LineNr">163 </span> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L42'>new-atom</a> s -<span id="L164" class="LineNr">164 </span> y:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L49'>new-pair</a> x, <span class="Constant">0/nil</span> -<span id="L165" class="LineNr">165 </span> x2:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first y +<span id="L163" class="LineNr">163 </span> x:&:cell <span class="Special"><-</span> new-atom s +<span id="L164" class="LineNr">164 </span> y:&:cell <span class="Special"><-</span> new-pair x, <span class="Constant">0/nil</span> +<span id="L165" class="LineNr">165 </span> x2:&:cell <span class="Special"><-</span> first y <span id="L166" class="LineNr">166 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> equal x, x2 -<span id="L167" class="LineNr">167 </span> 11:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> rest y +<span id="L167" class="LineNr">167 </span> 11:&:cell/<span class="Special">raw</span> <span class="Special"><-</span> rest y <span id="L168" class="LineNr">168 </span> memory-should-contain [ -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># first is correct</span> -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># rest is nil</span> +<span id="L169" class="LineNr">169 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># first is correct</span> +<span id="L170" class="LineNr">170 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># rest is nil</span> <span id="L171" class="LineNr">171 </span> ] <span id="L172" class="LineNr">172 </span>] <span id="L173" class="LineNr">173 </span> <span id="L174" class="LineNr">174 </span><span class="SalientComment">## convert lambda text to a tree of cells</span> <span id="L175" class="LineNr">175 </span> -<span id="L176" class="LineNr">176 </span><span class="muRecipe">def</span> parse in:text<span class="muRecipe"> -> </span>out:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> [ +<span id="L176" class="LineNr">176 </span><span class="muRecipe">def</span> parse in:text<span class="muRecipe"> -> </span>out:&:cell [ <span id="L177" class="LineNr">177 </span> <span class="Constant">local-scope</span> <span id="L178" class="LineNr">178 </span> <span class="Constant">load-inputs</span> -<span id="L179" class="LineNr">179 </span> s:&:<a href='066stream.mu.html#L2'>stream</a>:char <span class="Special"><-</span> <a href='066stream.mu.html#L7'>new-stream</a> in +<span id="L179" class="LineNr">179 </span> s:&:stream:char <span class="Special"><-</span> new-stream in <span id="L180" class="LineNr">180 </span> out, s <span class="Special"><-</span> parse s <span id="L181" class="LineNr">181 </span> trace<span class="Constant"> 2</span>, <span class="Constant">[app/parse]</span>, out <span id="L182" class="LineNr">182 </span>] <span id="L183" class="LineNr">183 </span> -<span id="L184" class="LineNr">184 </span><span class="muRecipe">def</span> parse in:&:<a href='066stream.mu.html#L2'>stream</a>:char<span class="muRecipe"> -> </span>out:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>, in:&:<a href='066stream.mu.html#L2'>stream</a>:char [ +<span id="L184" class="LineNr">184 </span><span class="muRecipe">def</span> parse in:&:stream:char<span class="muRecipe"> -> </span>out:&:cell, in:&:stream:char [ <span id="L185" class="LineNr">185 </span> <span class="Constant">local-scope</span> <span id="L186" class="LineNr">186 </span> <span class="Constant">load-inputs</span> <span id="L187" class="LineNr">187 </span> <span class="Comment"># skip whitespace</span> -<span id="L188" class="LineNr">188 </span> in <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L274'>skip-whitespace</a> in -<span id="L189" class="LineNr">189 </span> c:char, eof?:bool <span class="Special"><-</span> <a href='066stream.mu.html#L42'>peek</a> in +<span id="L188" class="LineNr">188 </span> in <span class="Special"><-</span> skip-whitespace in +<span id="L189" class="LineNr">189 </span> c:char, eof?:bool <span class="Special"><-</span> peek in <span id="L190" class="LineNr">190 </span> <span class="muControl">return-if</span> eof?, <span class="Constant">0/nil</span> <span id="L191" class="LineNr">191 </span> pair?:bool <span class="Special"><-</span> equal c, <span class="Constant">40/open-paren</span> <span id="L192" class="LineNr">192 </span> <span class="Delimiter">{</span> -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> pair? -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> <span class="Comment"># atom</span> -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> buf:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a><span class="Constant"> 30</span> -<span id="L196" class="LineNr">196 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> <a href='066stream.mu.html#L72'>end-of-stream?</a> in -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># stop before close paren or space</span> -<span id="L200" class="LineNr">200 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> <a href='066stream.mu.html#L42'>peek</a> in -<span id="L201" class="LineNr">201 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> done? <span class="Special"><-</span> equal c, <span class="Constant">41/close-paren</span> -<span id="L202" class="LineNr">202 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L203" class="LineNr">203 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> done? <span class="Special"><-</span> <a href='061text.mu.html#L634'>space?</a> c -<span id="L204" class="LineNr">204 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L205" class="LineNr">205 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> c <span class="Special"><-</span> read in -<span id="L206" class="LineNr">206 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> append buf, c -<span id="L207" class="LineNr">207 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> -<span id="L208" class="LineNr">208 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L209" class="LineNr">209 </span> <span class="Conceal">¦</span> s:text <span class="Special"><-</span> <a href='061text.mu.html#L338'>buffer-to-array</a> buf -<span id="L210" class="LineNr">210 </span> <span class="Conceal">¦</span> out <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L42'>new-atom</a> s +<span id="L193" class="LineNr">193 </span> <span class="muControl">break-if</span> pair? +<span id="L194" class="LineNr">194 </span> <span class="Comment"># atom</span> +<span id="L195" class="LineNr">195 </span> buf:&:buffer:char <span class="Special"><-</span> new-buffer<span class="Constant"> 30</span> +<span id="L196" class="LineNr">196 </span> <span class="Delimiter">{</span> +<span id="L197" class="LineNr">197 </span> done?:bool <span class="Special"><-</span> end-of-stream? in +<span id="L198" class="LineNr">198 </span> <span class="muControl">break-if</span> done? +<span id="L199" class="LineNr">199 </span> <span class="Comment"># stop before close paren or space</span> +<span id="L200" class="LineNr">200 </span> c:char <span class="Special"><-</span> peek in +<span id="L201" class="LineNr">201 </span> done? <span class="Special"><-</span> equal c, <span class="Constant">41/close-paren</span> +<span id="L202" class="LineNr">202 </span> <span class="muControl">break-if</span> done? +<span id="L203" class="LineNr">203 </span> done? <span class="Special"><-</span> space? c +<span id="L204" class="LineNr">204 </span> <span class="muControl">break-if</span> done? +<span id="L205" class="LineNr">205 </span> c <span class="Special"><-</span> read in +<span id="L206" class="LineNr">206 </span> buf <span class="Special"><-</span> append buf, c +<span id="L207" class="LineNr">207 </span> <span class="muControl"> loop</span> +<span id="L208" class="LineNr">208 </span> <span class="Delimiter">}</span> +<span id="L209" class="LineNr">209 </span> s:text <span class="Special"><-</span> buffer-to-array buf +<span id="L210" class="LineNr">210 </span> out <span class="Special"><-</span> new-atom s <span id="L211" class="LineNr">211 </span> <span class="Delimiter">}</span> <span id="L212" class="LineNr">212 </span> <span class="Delimiter">{</span> -<span id="L213" class="LineNr">213 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> pair? -<span id="L214" class="LineNr">214 </span> <span class="Conceal">¦</span> <span class="Comment"># pair</span> -<span id="L215" class="LineNr">215 </span> <span class="Conceal">¦</span> read in <span class="Comment"># skip the open-paren</span> -<span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> out <span class="Special"><-</span> new <span class="Constant"><a href='lambda-to-mu.mu.html#L31'>cell</a>:type</span> <span class="Comment"># start out with nil</span> -<span id="L217" class="LineNr">217 </span> <span class="Conceal">¦</span> <span class="Comment"># read in first element of pair</span> -<span id="L218" class="LineNr">218 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L219" class="LineNr">219 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> end?:bool <span class="Special"><-</span> <a href='066stream.mu.html#L72'>end-of-stream?</a> in -<span id="L220" class="LineNr">220 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> not-end?:bool <span class="Special"><-</span> not end? -<span id="L221" class="LineNr">221 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert not-end?, <span class="Constant">[unbalanced '(' in expression]</span> -<span id="L222" class="LineNr">222 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> c <span class="Special"><-</span> <a href='066stream.mu.html#L42'>peek</a> in -<span id="L223" class="LineNr">223 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> close-paren?:bool <span class="Special"><-</span> equal c, <span class="Constant">41/close-paren</span> -<span id="L224" class="LineNr">224 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> close-paren? -<span id="L225" class="LineNr">225 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> first:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>, in <span class="Special"><-</span> parse in -<span id="L226" class="LineNr">226 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *out <span class="Special"><-</span> merge <span class="Constant">1/pair</span>, first, <span class="Constant">0/nil</span> -<span id="L227" class="LineNr">227 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L228" class="LineNr">228 </span> <span class="Conceal">¦</span> <span class="Comment"># read in any remaining elements</span> -<span id="L229" class="LineNr">229 </span> <span class="Conceal">¦</span> curr:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> copy out -<span id="L230" class="LineNr">230 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L231" class="LineNr">231 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> in <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L274'>skip-whitespace</a> in -<span id="L232" class="LineNr">232 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> end?:bool <span class="Special"><-</span> <a href='066stream.mu.html#L72'>end-of-stream?</a> in -<span id="L233" class="LineNr">233 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> not-end?:bool <span class="Special"><-</span> not end? -<span id="L234" class="LineNr">234 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert not-end?, <span class="Constant">[unbalanced '(' in expression]</span> -<span id="L235" class="LineNr">235 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># termination check: ')'</span> -<span id="L236" class="LineNr">236 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> c <span class="Special"><-</span> <a href='066stream.mu.html#L42'>peek</a> in -<span id="L237" class="LineNr">237 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L238" class="LineNr">238 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> close-paren?:bool <span class="Special"><-</span> equal c, <span class="Constant">41/close-paren</span> -<span id="L239" class="LineNr">239 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> close-paren? -<span id="L240" class="LineNr">240 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> read in <span class="Comment"># skip ')'</span> -<span id="L241" class="LineNr">241 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> break</span> <span class="Constant">+end-pair</span> -<span id="L242" class="LineNr">242 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L243" class="LineNr">243 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># still here? read next element of pair</span> -<span id="L244" class="LineNr">244 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='065duplex_list.mu.html#L25'>next</a>:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>, in <span class="Special"><-</span> parse in -<span id="L245" class="LineNr">245 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> is-dot?:bool <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L96'>atom-match?</a> <a href='065duplex_list.mu.html#L25'>next</a>, <span class="Constant">[.]</span> -<span id="L246" class="LineNr">246 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L247" class="LineNr">247 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> is-dot? -<span id="L248" class="LineNr">248 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> next-curr:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L49'>new-pair</a> <a href='065duplex_list.mu.html#L25'>next</a>, <span class="Constant">0/nil</span> -<span id="L249" class="LineNr">249 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L138'>set-rest</a> curr, next-curr -<span id="L250" class="LineNr">250 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> rest curr -<span id="L251" class="LineNr">251 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L252" class="LineNr">252 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L253" class="LineNr">253 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> is-dot? -<span id="L254" class="LineNr">254 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># deal with dotted pair</span> -<span id="L255" class="LineNr">255 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> in <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L274'>skip-whitespace</a> in -<span id="L256" class="LineNr">256 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> c <span class="Special"><-</span> <a href='066stream.mu.html#L42'>peek</a> in -<span id="L257" class="LineNr">257 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> not-close-paren?:bool <span class="Special"><-</span> not-equal c, <span class="Constant">41/close-paren</span> -<span id="L258" class="LineNr">258 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert not-close-paren?, <span class="Constant">[')' cannot immediately follow '.']</span> -<span id="L259" class="LineNr">259 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> final:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> parse in -<span id="L260" class="LineNr">260 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L138'>set-rest</a> curr, final -<span id="L261" class="LineNr">261 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># we're not gonna update curr, so better make sure the next iteration</span> -<span id="L262" class="LineNr">262 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># is going to end the pair</span> -<span id="L263" class="LineNr">263 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> in <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L274'>skip-whitespace</a> in -<span id="L264" class="LineNr">264 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> c <span class="Special"><-</span> <a href='066stream.mu.html#L42'>peek</a> in -<span id="L265" class="LineNr">265 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> close-paren?:bool <span class="Special"><-</span> equal c, <span class="Constant">41/close-paren</span> -<span id="L266" class="LineNr">266 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> assert close-paren?, <span class="Constant">['.' must be followed by exactly one expression before ')']</span> -<span id="L267" class="LineNr">267 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L268" class="LineNr">268 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><span class="muControl"> loop</span> -<span id="L269" class="LineNr">269 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L270" class="LineNr">270 </span><span class="Constant"> </span><span class="Conceal">¦</span><span class="Constant"> +end-pair</span> +<span id="L213" class="LineNr">213 </span> <span class="muControl">break-unless</span> pair? +<span id="L214" class="LineNr">214 </span> <span class="Comment"># pair</span> +<span id="L215" class="LineNr">215 </span> read in <span class="Comment"># skip the open-paren</span> +<span id="L216" class="LineNr">216 </span> out <span class="Special"><-</span> new <span class="Constant">cell:type</span> <span class="Comment"># start out with nil</span> +<span id="L217" class="LineNr">217 </span> <span class="Comment"># read in first element of pair</span> +<span id="L218" class="LineNr">218 </span> <span class="Delimiter">{</span> +<span id="L219" class="LineNr">219 </span> end?:bool <span class="Special"><-</span> end-of-stream? in +<span id="L220" class="LineNr">220 </span> not-end?:bool <span class="Special"><-</span> not end? +<span id="L221" class="LineNr">221 </span> assert not-end?, <span class="Constant">[unbalanced '(' in expression]</span> +<span id="L222" class="LineNr">222 </span> c <span class="Special"><-</span> peek in +<span id="L223" class="LineNr">223 </span> close-paren?:bool <span class="Special"><-</span> equal c, <span class="Constant">41/close-paren</span> +<span id="L224" class="LineNr">224 </span> <span class="muControl">break-if</span> close-paren? +<span id="L225" class="LineNr">225 </span> first:&:cell, in <span class="Special"><-</span> parse in +<span id="L226" class="LineNr">226 </span> *out <span class="Special"><-</span> merge <span class="Constant">1/pair</span>, first, <span class="Constant">0/nil</span> +<span id="L227" class="LineNr">227 </span> <span class="Delimiter">}</span> +<span id="L228" class="LineNr">228 </span> <span class="Comment"># read in any remaining elements</span> +<span id="L229" class="LineNr">229 </span> curr:&:cell <span class="Special"><-</span> copy out +<span id="L230" class="LineNr">230 </span> <span class="Delimiter">{</span> +<span id="L231" class="LineNr">231 </span> in <span class="Special"><-</span> skip-whitespace in +<span id="L232" class="LineNr">232 </span> end?:bool <span class="Special"><-</span> end-of-stream? in +<span id="L233" class="LineNr">233 </span> not-end?:bool <span class="Special"><-</span> not end? +<span id="L234" class="LineNr">234 </span> assert not-end?, <span class="Constant">[unbalanced '(' in expression]</span> +<span id="L235" class="LineNr">235 </span> <span class="Comment"># termination check: ')'</span> +<span id="L236" class="LineNr">236 </span> c <span class="Special"><-</span> peek in +<span id="L237" class="LineNr">237 </span> <span class="Delimiter">{</span> +<span id="L238" class="LineNr">238 </span> close-paren?:bool <span class="Special"><-</span> equal c, <span class="Constant">41/close-paren</span> +<span id="L239" class="LineNr">239 </span> <span class="muControl">break-unless</span> close-paren? +<span id="L240" class="LineNr">240 </span> read in <span class="Comment"># skip ')'</span> +<span id="L241" class="LineNr">241 </span> <span class="muControl"> break</span> <span class="Constant">+end-pair</span> +<span id="L242" class="LineNr">242 </span> <span class="Delimiter">}</span> +<span id="L243" class="LineNr">243 </span> <span class="Comment"># still here? read next element of pair</span> +<span id="L244" class="LineNr">244 </span> next:&:cell, in <span class="Special"><-</span> parse in +<span id="L245" class="LineNr">245 </span> is-dot?:bool <span class="Special"><-</span> atom-match? next, <span class="Constant">[.]</span> +<span id="L246" class="LineNr">246 </span> <span class="Delimiter">{</span> +<span id="L247" class="LineNr">247 </span> <span class="muControl">break-if</span> is-dot? +<span id="L248" class="LineNr">248 </span> next-curr:&:cell <span class="Special"><-</span> new-pair next, <span class="Constant">0/nil</span> +<span id="L249" class="LineNr">249 </span> curr <span class="Special"><-</span> set-rest curr, next-curr +<span id="L250" class="LineNr">250 </span> curr <span class="Special"><-</span> rest curr +<span id="L251" class="LineNr">251 </span> <span class="Delimiter">}</span> +<span id="L252" class="LineNr">252 </span> <span class="Delimiter">{</span> +<span id="L253" class="LineNr">253 </span> <span class="muControl">break-unless</span> is-dot? +<span id="L254" class="LineNr">254 </span> <span class="Comment"># deal with dotted pair</span> +<span id="L255" class="LineNr">255 </span> in <span class="Special"><-</span> skip-whitespace in +<span id="L256" class="LineNr">256 </span> c <span class="Special"><-</span> peek in +<span id="L257" class="LineNr">257 </span> not-close-paren?:bool <span class="Special"><-</span> not-equal c, <span class="Constant">41/close-paren</span> +<span id="L258" class="LineNr">258 </span> assert not-close-paren?, <span class="Constant">[')' cannot immediately follow '.']</span> +<span id="L259" class="LineNr">259 </span> final:&:cell <span class="Special"><-</span> parse in +<span id="L260" class="LineNr">260 </span> curr <span class="Special"><-</span> set-rest curr, final +<span id="L261" class="LineNr">261 </span> <span class="Comment"># we're not gonna update curr, so better make sure the next iteration</span> +<span id="L262" class="LineNr">262 </span> <span class="Comment"># is going to end the pair</span> +<span id="L263" class="LineNr">263 </span> in <span class="Special"><-</span> skip-whitespace in +<span id="L264" class="LineNr">264 </span> c <span class="Special"><-</span> peek in +<span id="L265" class="LineNr">265 </span> close-paren?:bool <span class="Special"><-</span> equal c, <span class="Constant">41/close-paren</span> +<span id="L266" class="LineNr">266 </span> assert close-paren?, <span class="Constant">['.' must be followed by exactly one expression before ')']</span> +<span id="L267" class="LineNr">267 </span> <span class="Delimiter">}</span> +<span id="L268" class="LineNr">268 </span> <span class="muControl"> loop</span> +<span id="L269" class="LineNr">269 </span> <span class="Delimiter">}</span> +<span id="L270" class="LineNr">270 </span><span class="Constant"> +end-pair</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 id="L274" class="LineNr">274 </span><span class="muRecipe">def</span> <a href='lambda-to-mu.mu.html#L274'>skip-whitespace</a> in:&:<a href='066stream.mu.html#L2'>stream</a>:char<span class="muRecipe"> -> </span>in:&:<a href='066stream.mu.html#L2'>stream</a>:char [ +<span id="L274" class="LineNr">274 </span><span class="muRecipe">def</span> skip-whitespace in:&:stream:char<span class="muRecipe"> -> </span>in:&:stream:char [ <span id="L275" class="LineNr">275 </span> <span class="Constant">local-scope</span> <span id="L276" class="LineNr">276 </span> <span class="Constant">load-inputs</span> <span id="L277" class="LineNr">277 </span> <span class="Delimiter">{</span> -<span id="L278" class="LineNr">278 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> <a href='066stream.mu.html#L72'>end-of-stream?</a> in -<span id="L279" class="LineNr">279 </span> <span class="Conceal">¦</span> <span class="muControl">return-if</span> done?, <span class="Constant">0/null</span> -<span id="L280" class="LineNr">280 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> <a href='066stream.mu.html#L42'>peek</a> in -<span id="L281" class="LineNr">281 </span> <span class="Conceal">¦</span> <a href='061text.mu.html#L634'>space?</a>:bool <span class="Special"><-</span> <a href='061text.mu.html#L634'>space?</a> c -<span id="L282" class="LineNr">282 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> <a href='061text.mu.html#L634'>space?</a> -<span id="L283" class="LineNr">283 </span> <span class="Conceal">¦</span> read in <span class="Comment"># skip</span> -<span id="L284" class="LineNr">284 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L278" class="LineNr">278 </span> done?:bool <span class="Special"><-</span> end-of-stream? in +<span id="L279" class="LineNr">279 </span> <span class="muControl">return-if</span> done?, <span class="Constant">0/null</span> +<span id="L280" class="LineNr">280 </span> c:char <span class="Special"><-</span> peek in +<span id="L281" class="LineNr">281 </span> space?:bool <span class="Special"><-</span> space? c +<span id="L282" class="LineNr">282 </span> <span class="muControl">break-unless</span> space? +<span id="L283" class="LineNr">283 </span> read in <span class="Comment"># skip</span> +<span id="L284" class="LineNr">284 </span> <span class="muControl"> loop</span> <span id="L285" class="LineNr">285 </span> <span class="Delimiter">}</span> <span id="L286" class="LineNr">286 </span>] <span id="L287" class="LineNr">287 </span> -<span id="L288" class="LineNr">288 </span><span class="muRecipe">def</span> to-text x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a><span class="muRecipe"> -> </span>out:text [ +<span id="L288" class="LineNr">288 </span><span class="muRecipe">def</span> to-text x:&:cell<span class="muRecipe"> -> </span>out:text [ <span id="L289" class="LineNr">289 </span> <span class="Constant">local-scope</span> <span id="L290" class="LineNr">290 </span> <span class="Constant">load-inputs</span> -<span id="L291" class="LineNr">291 </span> buf:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a><span class="Constant"> 30</span> +<span id="L291" class="LineNr">291 </span> buf:&:buffer:char <span class="Special"><-</span> new-buffer<span class="Constant"> 30</span> <span id="L292" class="LineNr">292 </span> buf <span class="Special"><-</span> to-buffer x, buf -<span id="L293" class="LineNr">293 </span> out <span class="Special"><-</span> <a href='061text.mu.html#L338'>buffer-to-array</a> buf +<span id="L293" class="LineNr">293 </span> out <span class="Special"><-</span> buffer-to-array buf <span id="L294" class="LineNr">294 </span>] <span id="L295" class="LineNr">295 </span> -<span id="L296" class="LineNr">296 </span><span class="muRecipe">def</span> to-buffer x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>, buf:&:<a href='061text.mu.html#L120'>buffer</a>:char<span class="muRecipe"> -> </span>buf:&:<a href='061text.mu.html#L120'>buffer</a>:char [ +<span id="L296" class="LineNr">296 </span><span class="muRecipe">def</span> to-buffer x:&:cell, buf:&:buffer:char<span class="muRecipe"> -> </span>buf:&:buffer:char [ <span id="L297" class="LineNr">297 </span> <span class="Constant">local-scope</span> <span id="L298" class="LineNr">298 </span> <span class="Constant">load-inputs</span> <span id="L299" class="LineNr">299 </span> <span class="Comment"># base case: empty cell</span> <span id="L300" class="LineNr">300 </span> <span class="Delimiter">{</span> -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> x -<span id="L302" class="LineNr">302 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> append buf, <span class="Constant">[<>]</span> -<span id="L303" class="LineNr">303 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L301" class="LineNr">301 </span> <span class="muControl">break-if</span> x +<span id="L302" class="LineNr">302 </span> buf <span class="Special"><-</span> append buf, <span class="Constant">[<>]</span> +<span id="L303" class="LineNr">303 </span> <span class="muControl"> return</span> <span id="L304" class="LineNr">304 </span> <span class="Delimiter">}</span> <span id="L305" class="LineNr">305 </span> <span class="Comment"># base case: atom</span> <span id="L306" class="LineNr">306 </span> <span class="Delimiter">{</span> -<span id="L307" class="LineNr">307 </span> <span class="Conceal">¦</span> s:text, atom?:bool <span class="Special"><-</span> maybe-convert *x, <span class="Constant">atom:variant</span> -<span id="L308" class="LineNr">308 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> atom? -<span id="L309" class="LineNr">309 </span> <span class="Conceal">¦</span> buf <span class="Special"><-</span> append buf, s -<span id="L310" class="LineNr">310 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> +<span id="L307" class="LineNr">307 </span> s:text, atom?:bool <span class="Special"><-</span> maybe-convert *x, <span class="Constant">atom:variant</span> +<span id="L308" class="LineNr">308 </span> <span class="muControl">break-unless</span> atom? +<span id="L309" class="LineNr">309 </span> buf <span class="Special"><-</span> append buf, s +<span id="L310" class="LineNr">310 </span> <span class="muControl"> return</span> <span id="L311" class="LineNr">311 </span> <span class="Delimiter">}</span> <span id="L312" class="LineNr">312 </span> <span class="Comment"># recursive case: pair</span> <span id="L313" class="LineNr">313 </span> buf <span class="Special"><-</span> append buf, <span class="Constant">[< ]</span> -<span id="L314" class="LineNr">314 </span> first:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first x +<span id="L314" class="LineNr">314 </span> first:&:cell <span class="Special"><-</span> first x <span id="L315" class="LineNr">315 </span> buf <span class="Special"><-</span> to-buffer first, buf <span id="L316" class="LineNr">316 </span> buf <span class="Special"><-</span> append buf, <span class="Constant">[ | ]</span> -<span id="L317" class="LineNr">317 </span> rest:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> rest x +<span id="L317" class="LineNr">317 </span> rest:&:cell <span class="Special"><-</span> rest x <span id="L318" class="LineNr">318 </span> buf <span class="Special"><-</span> to-buffer rest, buf <span id="L319" class="LineNr">319 </span> buf <span class="Special"><-</span> append buf, <span class="Constant">[ >]</span> <span id="L320" class="LineNr">320 </span>] @@ -386,172 +385,172 @@ if ('onhashchange' in window) { <span id="L322" class="LineNr">322 </span><span class="muScenario">scenario</span> parse-single-letter-atom [ <span id="L323" class="LineNr">323 </span> <span class="Constant">local-scope</span> <span id="L324" class="LineNr">324 </span> s:text <span class="Special"><-</span> new <span class="Constant">[a]</span> -<span id="L325" class="LineNr">325 </span> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> parse s +<span id="L325" class="LineNr">325 </span> x:&:cell <span class="Special"><-</span> parse s <span id="L326" class="LineNr">326 </span> s2:text, 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x, <span class="Constant">atom:variant</span> <span id="L327" class="LineNr">327 </span> 11:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s2 <span id="L328" class="LineNr">328 </span> memory-should-contain [ -<span id="L329" class="LineNr">329 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is an atom</span> -<span id="L330" class="LineNr">330 </span> <span class="Conceal">¦</span> 11:array:character <span class="Special"><-</span> <span class="Constant">[a]</span> +<span id="L329" class="LineNr">329 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is an atom</span> +<span id="L330" class="LineNr">330 </span> 11:array:character <span class="Special"><-</span> <span class="Constant">[a]</span> <span id="L331" class="LineNr">331 </span> ] <span id="L332" class="LineNr">332 </span>] <span id="L333" class="LineNr">333 </span> <span id="L334" class="LineNr">334 </span><span class="muScenario">scenario</span> parse-atom [ <span id="L335" class="LineNr">335 </span> <span class="Constant">local-scope</span> <span id="L336" class="LineNr">336 </span> s:text <span class="Special"><-</span> new <span class="Constant">[abc]</span> -<span id="L337" class="LineNr">337 </span> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> parse s +<span id="L337" class="LineNr">337 </span> x:&:cell <span class="Special"><-</span> parse s <span id="L338" class="LineNr">338 </span> s2:text, 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x, <span class="Constant">atom:variant</span> <span id="L339" class="LineNr">339 </span> 11:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s2 <span id="L340" class="LineNr">340 </span> memory-should-contain [ -<span id="L341" class="LineNr">341 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is an atom</span> -<span id="L342" class="LineNr">342 </span> <span class="Conceal">¦</span> 11:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> +<span id="L341" class="LineNr">341 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is an atom</span> +<span id="L342" class="LineNr">342 </span> 11:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span id="L343" class="LineNr">343 </span> ] <span id="L344" class="LineNr">344 </span>] <span id="L345" class="LineNr">345 </span> <span id="L346" class="LineNr">346 </span><span class="muScenario">scenario</span> parse-list-of-two-atoms [ <span id="L347" class="LineNr">347 </span> <span class="Constant">local-scope</span> <span id="L348" class="LineNr">348 </span> s:text <span class="Special"><-</span> new <span class="Constant">[(abc def)]</span> -<span id="L349" class="LineNr">349 </span> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> parse s +<span id="L349" class="LineNr">349 </span> x:&:cell <span class="Special"><-</span> parse s <span id="L350" class="LineNr">350 </span> trace-should-contain [ -<span id="L351" class="LineNr">351 </span> <span class="Conceal">¦</span> app/parse: <span class="Constant"><</span> abc <span class="Constant">|</span> <span class="Constant"><</span> def <span class="Constant">|</span> <span class="Constant"><></span> <span class="Constant">></span> <span class="Constant">></span> +<span id="L351" class="LineNr">351 </span> app/parse: <span class="Constant"><</span> abc <span class="Constant">|</span> <span class="Constant"><</span> def <span class="Constant">|</span> <span class="Constant"><></span> <span class="Constant">></span> <span class="Constant">></span> <span id="L352" class="LineNr">352 </span> ] -<span id="L353" class="LineNr">353 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> x -<span id="L354" class="LineNr">354 </span> x1:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first x -<span id="L355" class="LineNr">355 </span> x2:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> rest x +<span id="L353" class="LineNr">353 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-pair? x +<span id="L354" class="LineNr">354 </span> x1:&:cell <span class="Special"><-</span> first x +<span id="L355" class="LineNr">355 </span> x2:&:cell <span class="Special"><-</span> rest x <span id="L356" class="LineNr">356 </span> s1:text, 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x1, <span class="Constant">atom:variant</span> -<span id="L357" class="LineNr">357 </span> 12:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> x2 -<span id="L358" class="LineNr">358 </span> x3:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first x2 +<span id="L357" class="LineNr">357 </span> 12:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-pair? x2 +<span id="L358" class="LineNr">358 </span> x3:&:cell <span class="Special"><-</span> first x2 <span id="L359" class="LineNr">359 </span> s2:text, 13:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x3, <span class="Constant">atom:variant</span> -<span id="L360" class="LineNr">360 </span> 14:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> rest x2 +<span id="L360" class="LineNr">360 </span> 14:&:cell/<span class="Special">raw</span> <span class="Special"><-</span> rest x2 <span id="L361" class="LineNr">361 </span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s1 <span id="L362" class="LineNr">362 </span> 30:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s2 <span id="L363" class="LineNr">363 </span> memory-should-contain [ -<span id="L364" class="LineNr">364 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is a pair</span> -<span id="L365" class="LineNr">365 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first is an atom</span> -<span id="L366" class="LineNr">366 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest is a pair</span> -<span id="L367" class="LineNr">367 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest.first is an atom</span> -<span id="L368" class="LineNr">368 </span> <span class="Conceal">¦</span><span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># result.rest.rest is nil</span> -<span id="L369" class="LineNr">369 </span> <span class="Conceal">¦</span> 20:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span class="Comment"># result.first</span> -<span id="L370" class="LineNr">370 </span> <span class="Conceal">¦</span> 30:array:character <span class="Special"><-</span> <span class="Constant">[def]</span> <span class="Comment"># result.rest.first</span> +<span id="L364" class="LineNr">364 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is a pair</span> +<span id="L365" class="LineNr">365 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first is an atom</span> +<span id="L366" class="LineNr">366 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest is a pair</span> +<span id="L367" class="LineNr">367 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest.first is an atom</span> +<span id="L368" class="LineNr">368 </span> <span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># result.rest.rest is nil</span> +<span id="L369" class="LineNr">369 </span> 20:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span class="Comment"># result.first</span> +<span id="L370" class="LineNr">370 </span> 30:array:character <span class="Special"><-</span> <span class="Constant">[def]</span> <span class="Comment"># result.rest.first</span> <span id="L371" class="LineNr">371 </span> ] <span id="L372" class="LineNr">372 </span>] <span id="L373" class="LineNr">373 </span> <span id="L374" class="LineNr">374 </span><span class="muScenario">scenario</span> parse-list-with-extra-spaces [ <span id="L375" class="LineNr">375 </span> <span class="Constant">local-scope</span> <span id="L376" class="LineNr">376 </span> s:text <span class="Special"><-</span> new <span class="Constant">[ ( abc def ) ]</span> <span class="Comment"># extra spaces</span> -<span id="L377" class="LineNr">377 </span> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> parse s +<span id="L377" class="LineNr">377 </span> x:&:cell <span class="Special"><-</span> parse s <span id="L378" class="LineNr">378 </span> trace-should-contain [ -<span id="L379" class="LineNr">379 </span> <span class="Conceal">¦</span> app/parse: <span class="Constant"><</span> abc <span class="Constant">|</span> <span class="Constant"><</span> def <span class="Constant">|</span> <span class="Constant"><></span> <span class="Constant">></span> <span class="Constant">></span> +<span id="L379" class="LineNr">379 </span> app/parse: <span class="Constant"><</span> abc <span class="Constant">|</span> <span class="Constant"><</span> def <span class="Constant">|</span> <span class="Constant"><></span> <span class="Constant">></span> <span class="Constant">></span> <span id="L380" class="LineNr">380 </span> ] -<span id="L381" class="LineNr">381 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> x -<span id="L382" class="LineNr">382 </span> x1:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first x -<span id="L383" class="LineNr">383 </span> x2:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> rest x +<span id="L381" class="LineNr">381 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-pair? x +<span id="L382" class="LineNr">382 </span> x1:&:cell <span class="Special"><-</span> first x +<span id="L383" class="LineNr">383 </span> x2:&:cell <span class="Special"><-</span> rest x <span id="L384" class="LineNr">384 </span> s1:text, 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x1, <span class="Constant">atom:variant</span> -<span id="L385" class="LineNr">385 </span> 12:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> x2 -<span id="L386" class="LineNr">386 </span> x3:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first x2 +<span id="L385" class="LineNr">385 </span> 12:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-pair? x2 +<span id="L386" class="LineNr">386 </span> x3:&:cell <span class="Special"><-</span> first x2 <span id="L387" class="LineNr">387 </span> s2:text, 13:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x3, <span class="Constant">atom:variant</span> -<span id="L388" class="LineNr">388 </span> 14:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> rest x2 +<span id="L388" class="LineNr">388 </span> 14:&:cell/<span class="Special">raw</span> <span class="Special"><-</span> rest x2 <span id="L389" class="LineNr">389 </span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s1 <span id="L390" class="LineNr">390 </span> 30:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s2 <span id="L391" class="LineNr">391 </span> memory-should-contain [ -<span id="L392" class="LineNr">392 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is a pair</span> -<span id="L393" class="LineNr">393 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first is an atom</span> -<span id="L394" class="LineNr">394 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest is a pair</span> -<span id="L395" class="LineNr">395 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest.first is an atom</span> -<span id="L396" class="LineNr">396 </span> <span class="Conceal">¦</span><span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># result.rest.rest is nil</span> -<span id="L397" class="LineNr">397 </span> <span class="Conceal">¦</span> 20:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span class="Comment"># result.first</span> -<span id="L398" class="LineNr">398 </span> <span class="Conceal">¦</span> 30:array:character <span class="Special"><-</span> <span class="Constant">[def]</span> <span class="Comment"># result.rest.first</span> +<span id="L392" class="LineNr">392 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is a pair</span> +<span id="L393" class="LineNr">393 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first is an atom</span> +<span id="L394" class="LineNr">394 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest is a pair</span> +<span id="L395" class="LineNr">395 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest.first is an atom</span> +<span id="L396" class="LineNr">396 </span> <span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># result.rest.rest is nil</span> +<span id="L397" class="LineNr">397 </span> 20:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span class="Comment"># result.first</span> +<span id="L398" class="LineNr">398 </span> 30:array:character <span class="Special"><-</span> <span class="Constant">[def]</span> <span class="Comment"># result.rest.first</span> <span id="L399" class="LineNr">399 </span> ] <span id="L400" class="LineNr">400 </span>] <span id="L401" class="LineNr">401 </span> <span id="L402" class="LineNr">402 </span><span class="muScenario">scenario</span> parse-list-of-more-than-two-atoms [ <span id="L403" class="LineNr">403 </span> <span class="Constant">local-scope</span> <span id="L404" class="LineNr">404 </span> s:text <span class="Special"><-</span> new <span class="Constant">[(abc def ghi)]</span> -<span id="L405" class="LineNr">405 </span> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> parse s +<span id="L405" class="LineNr">405 </span> x:&:cell <span class="Special"><-</span> parse s <span id="L406" class="LineNr">406 </span> trace-should-contain [ -<span id="L407" class="LineNr">407 </span> <span class="Conceal">¦</span> app/parse: <span class="Constant"><</span> abc <span class="Constant">|</span> <span class="Constant"><</span> def <span class="Constant">|</span> <span class="Constant"><</span> ghi <span class="Constant">|</span> <span class="Constant"><></span> <span class="Constant">></span> <span class="Constant">></span> <span class="Constant">></span> +<span id="L407" class="LineNr">407 </span> app/parse: <span class="Constant"><</span> abc <span class="Constant">|</span> <span class="Constant"><</span> def <span class="Constant">|</span> <span class="Constant"><</span> ghi <span class="Constant">|</span> <span class="Constant"><></span> <span class="Constant">></span> <span class="Constant">></span> <span class="Constant">></span> <span id="L408" class="LineNr">408 </span> ] -<span id="L409" class="LineNr">409 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> x -<span id="L410" class="LineNr">410 </span> x1:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first x -<span id="L411" class="LineNr">411 </span> x2:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> rest x +<span id="L409" class="LineNr">409 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-pair? x +<span id="L410" class="LineNr">410 </span> x1:&:cell <span class="Special"><-</span> first x +<span id="L411" class="LineNr">411 </span> x2:&:cell <span class="Special"><-</span> rest x <span id="L412" class="LineNr">412 </span> s1:text, 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x1, <span class="Constant">atom:variant</span> -<span id="L413" class="LineNr">413 </span> 12:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> x2 -<span id="L414" class="LineNr">414 </span> x3:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first x2 +<span id="L413" class="LineNr">413 </span> 12:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-pair? x2 +<span id="L414" class="LineNr">414 </span> x3:&:cell <span class="Special"><-</span> first x2 <span id="L415" class="LineNr">415 </span> s2:text, 13:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x3, <span class="Constant">atom:variant</span> -<span id="L416" class="LineNr">416 </span> x4:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> rest x2 -<span id="L417" class="LineNr">417 </span> 14:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> x4 -<span id="L418" class="LineNr">418 </span> x5:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first x4 +<span id="L416" class="LineNr">416 </span> x4:&:cell <span class="Special"><-</span> rest x2 +<span id="L417" class="LineNr">417 </span> 14:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-pair? x4 +<span id="L418" class="LineNr">418 </span> x5:&:cell <span class="Special"><-</span> first x4 <span id="L419" class="LineNr">419 </span> s3:text, 15:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x5, <span class="Constant">atom:variant</span> -<span id="L420" class="LineNr">420 </span> 16:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> rest x4 +<span id="L420" class="LineNr">420 </span> 16:&:cell/<span class="Special">raw</span> <span class="Special"><-</span> rest x4 <span id="L421" class="LineNr">421 </span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s1 <span id="L422" class="LineNr">422 </span> 30:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s2 <span id="L423" class="LineNr">423 </span> 40:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s3 <span id="L424" class="LineNr">424 </span> memory-should-contain [ -<span id="L425" class="LineNr">425 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is a pair</span> -<span id="L426" class="LineNr">426 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first is an atom</span> -<span id="L427" class="LineNr">427 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest is a pair</span> -<span id="L428" class="LineNr">428 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest.first is an atom</span> -<span id="L429" class="LineNr">429 </span> <span class="Conceal">¦</span><span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest.rest is a pair</span> -<span id="L430" class="LineNr">430 </span> <span class="Conceal">¦</span><span class="Constant"> 15</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest.rest.first is an atom</span> -<span id="L431" class="LineNr">431 </span> <span class="Conceal">¦</span><span class="Constant"> 16</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># result.rest.rest.rest is nil</span> -<span id="L432" class="LineNr">432 </span> <span class="Conceal">¦</span> 20:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span class="Comment"># result.first</span> -<span id="L433" class="LineNr">433 </span> <span class="Conceal">¦</span> 30:array:character <span class="Special"><-</span> <span class="Constant">[def]</span> <span class="Comment"># result.rest.first</span> -<span id="L434" class="LineNr">434 </span> <span class="Conceal">¦</span> 40:array:character <span class="Special"><-</span> <span class="Constant">[ghi]</span> <span class="Comment"># result.rest.rest</span> +<span id="L425" class="LineNr">425 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is a pair</span> +<span id="L426" class="LineNr">426 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first is an atom</span> +<span id="L427" class="LineNr">427 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest is a pair</span> +<span id="L428" class="LineNr">428 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest.first is an atom</span> +<span id="L429" class="LineNr">429 </span> <span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest.rest is a pair</span> +<span id="L430" class="LineNr">430 </span> <span class="Constant"> 15</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest.rest.first is an atom</span> +<span id="L431" class="LineNr">431 </span> <span class="Constant"> 16</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># result.rest.rest.rest is nil</span> +<span id="L432" class="LineNr">432 </span> 20:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span class="Comment"># result.first</span> +<span id="L433" class="LineNr">433 </span> 30:array:character <span class="Special"><-</span> <span class="Constant">[def]</span> <span class="Comment"># result.rest.first</span> +<span id="L434" class="LineNr">434 </span> 40:array:character <span class="Special"><-</span> <span class="Constant">[ghi]</span> <span class="Comment"># result.rest.rest</span> <span id="L435" class="LineNr">435 </span> ] <span id="L436" class="LineNr">436 </span>] <span id="L437" class="LineNr">437 </span> <span id="L438" class="LineNr">438 </span><span class="muScenario">scenario</span> parse-nested-list [ <span id="L439" class="LineNr">439 </span> <span class="Constant">local-scope</span> <span id="L440" class="LineNr">440 </span> s:text <span class="Special"><-</span> new <span class="Constant">[((abc))]</span> -<span id="L441" class="LineNr">441 </span> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> parse s +<span id="L441" class="LineNr">441 </span> x:&:cell <span class="Special"><-</span> parse s <span id="L442" class="LineNr">442 </span> trace-should-contain [ -<span id="L443" class="LineNr">443 </span> <span class="Conceal">¦</span> app/parse: <span class="Constant"><</span> <span class="Constant"><</span> abc <span class="Constant">|</span> <span class="Constant"><></span> <span class="Constant">></span> <span class="Constant">|</span> <span class="Constant"><></span> <span class="Constant">></span> +<span id="L443" class="LineNr">443 </span> app/parse: <span class="Constant"><</span> <span class="Constant"><</span> abc <span class="Constant">|</span> <span class="Constant"><></span> <span class="Constant">></span> <span class="Constant">|</span> <span class="Constant"><></span> <span class="Constant">></span> <span id="L444" class="LineNr">444 </span> ] -<span id="L445" class="LineNr">445 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> x -<span id="L446" class="LineNr">446 </span> x1:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first x -<span id="L447" class="LineNr">447 </span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> x -<span id="L448" class="LineNr">448 </span> x2:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first x1 +<span id="L445" class="LineNr">445 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-pair? x +<span id="L446" class="LineNr">446 </span> x1:&:cell <span class="Special"><-</span> first x +<span id="L447" class="LineNr">447 </span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-pair? x +<span id="L448" class="LineNr">448 </span> x2:&:cell <span class="Special"><-</span> first x1 <span id="L449" class="LineNr">449 </span> s1:text, 12:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x2, <span class="Constant">atom:variant</span> -<span id="L450" class="LineNr">450 </span> 13:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> rest x1 -<span id="L451" class="LineNr">451 </span> 14:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> rest x +<span id="L450" class="LineNr">450 </span> 13:&:cell/<span class="Special">raw</span> <span class="Special"><-</span> rest x1 +<span id="L451" class="LineNr">451 </span> 14:&:cell/<span class="Special">raw</span> <span class="Special"><-</span> rest x <span id="L452" class="LineNr">452 </span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s1 <span id="L453" class="LineNr">453 </span> memory-should-contain [ -<span id="L454" class="LineNr">454 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is a pair</span> -<span id="L455" class="LineNr">455 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first is a pair</span> -<span id="L456" class="LineNr">456 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first.first is an atom</span> -<span id="L457" class="LineNr">457 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># result.first.rest is nil</span> -<span id="L458" class="LineNr">458 </span> <span class="Conceal">¦</span><span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># result.rest is nil</span> -<span id="L459" class="LineNr">459 </span> <span class="Conceal">¦</span> 20:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span class="Comment"># result.first.first</span> +<span id="L454" class="LineNr">454 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is a pair</span> +<span id="L455" class="LineNr">455 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first is a pair</span> +<span id="L456" class="LineNr">456 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first.first is an atom</span> +<span id="L457" class="LineNr">457 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># result.first.rest is nil</span> +<span id="L458" class="LineNr">458 </span> <span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># result.rest is nil</span> +<span id="L459" class="LineNr">459 </span> 20:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span class="Comment"># result.first.first</span> <span id="L460" class="LineNr">460 </span> ] <span id="L461" class="LineNr">461 </span>] <span id="L462" class="LineNr">462 </span> <span id="L463" class="LineNr">463 </span><span class="muScenario">scenario</span> parse-nested-list-2 [ <span id="L464" class="LineNr">464 </span> <span class="Constant">local-scope</span> <span id="L465" class="LineNr">465 </span> s:text <span class="Special"><-</span> new <span class="Constant">[((abc) def)]</span> -<span id="L466" class="LineNr">466 </span> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> parse s +<span id="L466" class="LineNr">466 </span> x:&:cell <span class="Special"><-</span> parse s <span id="L467" class="LineNr">467 </span> trace-should-contain [ -<span id="L468" class="LineNr">468 </span> <span class="Conceal">¦</span> app/parse: <span class="Constant"><</span> <span class="Constant"><</span> abc <span class="Constant">|</span> <span class="Constant"><></span> <span class="Constant">></span> <span class="Constant">|</span> <span class="Constant"><</span> def <span class="Constant">|</span> <span class="Constant"><></span> <span class="Constant">></span> <span class="Constant">></span> +<span id="L468" class="LineNr">468 </span> app/parse: <span class="Constant"><</span> <span class="Constant"><</span> abc <span class="Constant">|</span> <span class="Constant"><></span> <span class="Constant">></span> <span class="Constant">|</span> <span class="Constant"><</span> def <span class="Constant">|</span> <span class="Constant"><></span> <span class="Constant">></span> <span class="Constant">></span> <span id="L469" class="LineNr">469 </span> ] -<span id="L470" class="LineNr">470 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> x -<span id="L471" class="LineNr">471 </span> x1:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first x -<span id="L472" class="LineNr">472 </span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> x -<span id="L473" class="LineNr">473 </span> x2:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first x1 +<span id="L470" class="LineNr">470 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-pair? x +<span id="L471" class="LineNr">471 </span> x1:&:cell <span class="Special"><-</span> first x +<span id="L472" class="LineNr">472 </span> 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-pair? x +<span id="L473" class="LineNr">473 </span> x2:&:cell <span class="Special"><-</span> first x1 <span id="L474" class="LineNr">474 </span> s1:text, 12:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x2, <span class="Constant">atom:variant</span> -<span id="L475" class="LineNr">475 </span> 13:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> rest x1 -<span id="L476" class="LineNr">476 </span> x3:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> rest x -<span id="L477" class="LineNr">477 </span> x4:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first x3 +<span id="L475" class="LineNr">475 </span> 13:&:cell/<span class="Special">raw</span> <span class="Special"><-</span> rest x1 +<span id="L476" class="LineNr">476 </span> x3:&:cell <span class="Special"><-</span> rest x +<span id="L477" class="LineNr">477 </span> x4:&:cell <span class="Special"><-</span> first x3 <span id="L478" class="LineNr">478 </span> s2:text, 14:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x4, <span class="Constant">atom:variant</span> -<span id="L479" class="LineNr">479 </span> 15:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>/<span class="Special">raw</span> <span class="Special"><-</span> rest x3 +<span id="L479" class="LineNr">479 </span> 15:&:cell/<span class="Special">raw</span> <span class="Special"><-</span> rest x3 <span id="L480" class="LineNr">480 </span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s1 <span id="L481" class="LineNr">481 </span> 30:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s2 <span id="L482" class="LineNr">482 </span> memory-should-contain [ -<span id="L483" class="LineNr">483 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is a pair</span> -<span id="L484" class="LineNr">484 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first is a pair</span> -<span id="L485" class="LineNr">485 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first.first is an atom</span> -<span id="L486" class="LineNr">486 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># result.first.rest is nil</span> -<span id="L487" class="LineNr">487 </span> <span class="Conceal">¦</span><span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest.first is an atom</span> -<span id="L488" class="LineNr">488 </span> <span class="Conceal">¦</span><span class="Constant"> 15</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># result.rest.rest is nil</span> -<span id="L489" class="LineNr">489 </span> <span class="Conceal">¦</span> 20:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span class="Comment"># result.first.first</span> -<span id="L490" class="LineNr">490 </span> <span class="Conceal">¦</span> 30:array:character <span class="Special"><-</span> <span class="Constant">[def]</span> <span class="Comment"># result.rest.first</span> +<span id="L483" class="LineNr">483 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is a pair</span> +<span id="L484" class="LineNr">484 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first is a pair</span> +<span id="L485" class="LineNr">485 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first.first is an atom</span> +<span id="L486" class="LineNr">486 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># result.first.rest is nil</span> +<span id="L487" class="LineNr">487 </span> <span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest.first is an atom</span> +<span id="L488" class="LineNr">488 </span> <span class="Constant"> 15</span> <span class="Special"><-</span><span class="Constant"> 0</span> <span class="Comment"># result.rest.rest is nil</span> +<span id="L489" class="LineNr">489 </span> 20:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span class="Comment"># result.first.first</span> +<span id="L490" class="LineNr">490 </span> 30:array:character <span class="Special"><-</span> <span class="Constant">[def]</span> <span class="Comment"># result.rest.first</span> <span id="L491" class="LineNr">491 </span> ] <span id="L492" class="LineNr">492 </span>] <span id="L493" class="LineNr">493 </span> @@ -582,69 +581,69 @@ if ('onhashchange' in window) { <span id="L518" class="LineNr">518 </span><span class="muScenario">scenario</span> parse-dotted-list-of-two-atoms [ <span id="L519" class="LineNr">519 </span> <span class="Constant">local-scope</span> <span id="L520" class="LineNr">520 </span> s:text <span class="Special"><-</span> new <span class="Constant">[(abc . def)]</span> -<span id="L521" class="LineNr">521 </span> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> parse s +<span id="L521" class="LineNr">521 </span> x:&:cell <span class="Special"><-</span> parse s <span id="L522" class="LineNr">522 </span> trace-should-contain [ -<span id="L523" class="LineNr">523 </span> <span class="Conceal">¦</span> app/parse: <span class="Constant"><</span> abc <span class="Constant">|</span> def <span class="Constant">></span> +<span id="L523" class="LineNr">523 </span> app/parse: <span class="Constant"><</span> abc <span class="Constant">|</span> def <span class="Constant">></span> <span id="L524" class="LineNr">524 </span> ] -<span id="L525" class="LineNr">525 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> x -<span id="L526" class="LineNr">526 </span> x1:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first x -<span id="L527" class="LineNr">527 </span> x2:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> rest x +<span id="L525" class="LineNr">525 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-pair? x +<span id="L526" class="LineNr">526 </span> x1:&:cell <span class="Special"><-</span> first x +<span id="L527" class="LineNr">527 </span> x2:&:cell <span class="Special"><-</span> rest x <span id="L528" class="LineNr">528 </span> s1:text, 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x1, <span class="Constant">atom:variant</span> <span id="L529" class="LineNr">529 </span> s2:text, 12:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x2, <span class="Constant">atom:variant</span> <span id="L530" class="LineNr">530 </span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s1 <span id="L531" class="LineNr">531 </span> 30:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s2 <span id="L532" class="LineNr">532 </span> memory-should-contain [ -<span id="L533" class="LineNr">533 </span> <span class="Conceal">¦</span> <span class="Comment"># parses to < abc | def ></span> -<span id="L534" class="LineNr">534 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is a pair</span> -<span id="L535" class="LineNr">535 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first is an atom</span> -<span id="L536" class="LineNr">536 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest is an atom</span> -<span id="L537" class="LineNr">537 </span> <span class="Conceal">¦</span> 20:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span class="Comment"># result.first</span> -<span id="L538" class="LineNr">538 </span> <span class="Conceal">¦</span> 30:array:character <span class="Special"><-</span> <span class="Constant">[def]</span> <span class="Comment"># result.rest</span> +<span id="L533" class="LineNr">533 </span> <span class="Comment"># parses to < abc | def ></span> +<span id="L534" class="LineNr">534 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is a pair</span> +<span id="L535" class="LineNr">535 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first is an atom</span> +<span id="L536" class="LineNr">536 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest is an atom</span> +<span id="L537" class="LineNr">537 </span> 20:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span class="Comment"># result.first</span> +<span id="L538" class="LineNr">538 </span> 30:array:character <span class="Special"><-</span> <span class="Constant">[def]</span> <span class="Comment"># result.rest</span> <span id="L539" class="LineNr">539 </span> ] <span id="L540" class="LineNr">540 </span>] <span id="L541" class="LineNr">541 </span> <span id="L542" class="LineNr">542 </span><span class="muScenario">scenario</span> parse-dotted-list-of-more-than-two-atoms [ <span id="L543" class="LineNr">543 </span> <span class="Constant">local-scope</span> <span id="L544" class="LineNr">544 </span> s:text <span class="Special"><-</span> new <span class="Constant">[(abc def . ghi)]</span> -<span id="L545" class="LineNr">545 </span> x:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> parse s +<span id="L545" class="LineNr">545 </span> x:&:cell <span class="Special"><-</span> parse s <span id="L546" class="LineNr">546 </span> trace-should-contain [ -<span id="L547" class="LineNr">547 </span> <span class="Conceal">¦</span> app/parse: <span class="Constant"><</span> abc <span class="Constant">|</span> <span class="Constant"><</span> def <span class="Constant">|</span> ghi <span class="Constant">></span> <span class="Constant">></span> +<span id="L547" class="LineNr">547 </span> app/parse: <span class="Constant"><</span> abc <span class="Constant">|</span> <span class="Constant"><</span> def <span class="Constant">|</span> ghi <span class="Constant">></span> <span class="Constant">></span> <span id="L548" class="LineNr">548 </span> ] -<span id="L549" class="LineNr">549 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> x -<span id="L550" class="LineNr">550 </span> x1:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first x -<span id="L551" class="LineNr">551 </span> x2:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> rest x +<span id="L549" class="LineNr">549 </span> 10:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-pair? x +<span id="L550" class="LineNr">550 </span> x1:&:cell <span class="Special"><-</span> first x +<span id="L551" class="LineNr">551 </span> x2:&:cell <span class="Special"><-</span> rest x <span id="L552" class="LineNr">552 </span> s1:text, 11:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x1, <span class="Constant">atom:variant</span> -<span id="L553" class="LineNr">553 </span> 12:bool/<span class="Special">raw</span> <span class="Special"><-</span> <a href='lambda-to-mu.mu.html#L63'>is-pair?</a> x2 -<span id="L554" class="LineNr">554 </span> x3:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> first x2 +<span id="L553" class="LineNr">553 </span> 12:bool/<span class="Special">raw</span> <span class="Special"><-</span> is-pair? x2 +<span id="L554" class="LineNr">554 </span> x3:&:cell <span class="Special"><-</span> first x2 <span id="L555" class="LineNr">555 </span> s2:text, 13:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x3, <span class="Constant">atom:variant</span> -<span id="L556" class="LineNr">556 </span> x4:&:<a href='lambda-to-mu.mu.html#L31'>cell</a> <span class="Special"><-</span> rest x2 +<span id="L556" class="LineNr">556 </span> x4:&:cell <span class="Special"><-</span> rest x2 <span id="L557" class="LineNr">557 </span> s3:text, 14:bool/<span class="Special">raw</span> <span class="Special"><-</span> maybe-convert *x4, <span class="Constant">atom:variant</span> <span id="L558" class="LineNr">558 </span> 20:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s1 <span id="L559" class="LineNr">559 </span> 30:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s2 <span id="L560" class="LineNr">560 </span> 40:@:char/<span class="Special">raw</span> <span class="Special"><-</span> copy *s3 <span id="L561" class="LineNr">561 </span> memory-should-contain [ -<span id="L562" class="LineNr">562 </span> <span class="Conceal">¦</span><span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is a pair</span> -<span id="L563" class="LineNr">563 </span> <span class="Conceal">¦</span><span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first is an atom</span> -<span id="L564" class="LineNr">564 </span> <span class="Conceal">¦</span><span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest is a pair</span> -<span id="L565" class="LineNr">565 </span> <span class="Conceal">¦</span><span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest.first is an atom</span> -<span id="L566" class="LineNr">566 </span> <span class="Conceal">¦</span><span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest.rest is an atom</span> -<span id="L567" class="LineNr">567 </span> <span class="Conceal">¦</span> 20:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span class="Comment"># result.first</span> -<span id="L568" class="LineNr">568 </span> <span class="Conceal">¦</span> 30:array:character <span class="Special"><-</span> <span class="Constant">[def]</span> <span class="Comment"># result.rest.first</span> -<span id="L569" class="LineNr">569 </span> <span class="Conceal">¦</span> 40:array:character <span class="Special"><-</span> <span class="Constant">[ghi]</span> <span class="Comment"># result.rest.rest</span> +<span id="L562" class="LineNr">562 </span> <span class="Constant"> 10</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># parse result is a pair</span> +<span id="L563" class="LineNr">563 </span> <span class="Constant"> 11</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.first is an atom</span> +<span id="L564" class="LineNr">564 </span> <span class="Constant"> 12</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest is a pair</span> +<span id="L565" class="LineNr">565 </span> <span class="Constant"> 13</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest.first is an atom</span> +<span id="L566" class="LineNr">566 </span> <span class="Constant"> 14</span> <span class="Special"><-</span><span class="Constant"> 1</span> <span class="Comment"># result.rest.rest is an atom</span> +<span id="L567" class="LineNr">567 </span> 20:array:character <span class="Special"><-</span> <span class="Constant">[abc]</span> <span class="Comment"># result.first</span> +<span id="L568" class="LineNr">568 </span> 30:array:character <span class="Special"><-</span> <span class="Constant">[def]</span> <span class="Comment"># result.rest.first</span> +<span id="L569" class="LineNr">569 </span> 40:array:character <span class="Special"><-</span> <span class="Constant">[ghi]</span> <span class="Comment"># result.rest.rest</span> <span id="L570" class="LineNr">570 </span> ] <span id="L571" class="LineNr">571 </span>] <span id="L572" class="LineNr">572 </span> <span id="L573" class="LineNr">573 </span><span class="SalientComment">## convert tree of cells to Mu text</span> <span id="L574" class="LineNr">574 </span> -<span id="L575" class="LineNr">575 </span><span class="muRecipe">def</span> to-mu in:&:<a href='lambda-to-mu.mu.html#L31'>cell</a><span class="muRecipe"> -> </span>out:text [ +<span id="L575" class="LineNr">575 </span><span class="muRecipe">def</span> to-mu in:&:cell<span class="muRecipe"> -> </span>out:text [ <span id="L576" class="LineNr">576 </span> <span class="Constant">local-scope</span> <span id="L577" class="LineNr">577 </span> <span class="Constant">load-inputs</span> -<span id="L578" class="LineNr">578 </span> buf:&:<a href='061text.mu.html#L120'>buffer</a>:char <span class="Special"><-</span> <a href='061text.mu.html#L125'>new-buffer</a><span class="Constant"> 30</span> +<span id="L578" class="LineNr">578 </span> buf:&:buffer:char <span class="Special"><-</span> new-buffer<span class="Constant"> 30</span> <span id="L579" class="LineNr">579 </span> buf <span class="Special"><-</span> to-mu in, buf -<span id="L580" class="LineNr">580 </span> out <span class="Special"><-</span> <a href='061text.mu.html#L338'>buffer-to-array</a> buf +<span id="L580" class="LineNr">580 </span> out <span class="Special"><-</span> buffer-to-array buf <span id="L581" class="LineNr">581 </span>] <span id="L582" class="LineNr">582 </span> -<span id="L583" class="LineNr">583 </span><span class="muRecipe">def</span> to-mu in:&:<a href='lambda-to-mu.mu.html#L31'>cell</a>, buf:&:<a href='061text.mu.html#L120'>buffer</a>:char<span class="muRecipe"> -> </span>buf:&:<a href='061text.mu.html#L120'>buffer</a>:char, result-name:text [ +<span id="L583" class="LineNr">583 </span><span class="muRecipe">def</span> to-mu in:&:cell, buf:&:buffer:char<span class="muRecipe"> -> </span>buf:&:buffer:char, result-name:text [ <span id="L584" class="LineNr">584 </span> <span class="Constant">local-scope</span> <span id="L585" class="LineNr">585 </span> <span class="Constant">load-inputs</span> <span id="L586" class="LineNr">586 </span> <span class="Comment"># null cell? no change.</span> diff --git a/html/mutable.mu.html b/html/mutable.mu.html index 0b3daa5a..3464b1fb 100644 --- a/html/mutable.mu.html +++ b/html/mutable.mu.html @@ -15,12 +15,12 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -57,13 +57,13 @@ if ('onhashchange' in window) { <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="Comment"># compare immutable-error.mu</span> <span id="L2" class="LineNr"> 2 </span> -<span id="L3" class="LineNr"> 3 </span><span class="muRecipe">def</span> <a href='mutable.mu.html#L3'>main</a> [ +<span id="L3" class="LineNr"> 3 </span><span class="muRecipe">def</span> main [ <span id="L4" class="LineNr"> 4 </span> <span class="Constant">local-scope</span> <span id="L5" class="LineNr"> 5 </span> x:&:num <span class="Special"><-</span> new <span class="Constant">number:type</span> -<span id="L6" class="LineNr"> 6 </span> <a href='mutable.mu.html#L9'>foo</a> x +<span id="L6" class="LineNr"> 6 </span> foo x <span id="L7" class="LineNr"> 7 </span>] <span id="L8" class="LineNr"> 8 </span> -<span id="L9" class="LineNr"> 9 </span><span class="muRecipe">def</span> <a href='mutable.mu.html#L9'>foo</a> x:&:num<span class="muRecipe"> -> </span>x:&:num [ +<span id="L9" class="LineNr"> 9 </span><span class="muRecipe">def</span> foo x:&:num<span class="muRecipe"> -> </span>x:&:num [ <span id="L10" class="LineNr">10 </span> <span class="Constant">local-scope</span> <span id="L11" class="LineNr">11 </span> <span class="Constant">load-inputs</span> <span id="L12" class="LineNr">12 </span> *x <span class="Special"><-</span> copy<span class="Constant"> 34</span> diff --git a/html/nqueens.mu.html b/html/nqueens.mu.html index 54cdecbc..d280ecde 100644 --- a/html/nqueens.mu.html +++ b/html/nqueens.mu.html @@ -15,16 +15,15 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.muData { color: #ffff00; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.muData { color: #ffff00; } --> </style> @@ -64,45 +63,45 @@ if ('onhashchange' in window) { <span id="L3" class="LineNr"> 3 </span><span class="Comment"># run with tracing turned on:</span> <span id="L4" class="LineNr"> 4 </span><span class="Comment"># ./mu --trace nqueens.mu</span> <span id="L5" class="LineNr"> 5 </span> -<span id="L6" class="LineNr"> 6 </span><span class="muData">container</span> <a href='nqueens.mu.html#L6'>square</a> [ +<span id="L6" class="LineNr"> 6 </span><span class="muData">container</span> square [ <span id="L7" class="LineNr"> 7 </span> rank:num <span id="L8" class="LineNr"> 8 </span> file:num <span id="L9" class="LineNr"> 9 </span>] <span id="L10" class="LineNr"> 10 </span> -<span id="L11" class="LineNr"> 11 </span><span class="muRecipe">def</span> <a href='nqueens.mu.html#L11'>nqueens</a> n:num, queens:&:<a href='064list.mu.html#L6'>list</a>:<a href='nqueens.mu.html#L6'>square</a><span class="muRecipe"> -> </span>result:num, queens:&:<a href='064list.mu.html#L6'>list</a>:<a href='nqueens.mu.html#L6'>square</a> [ +<span id="L11" class="LineNr"> 11 </span><span class="muRecipe">def</span> nqueens n:num, queens:&:list:square<span class="muRecipe"> -> </span>result:num, queens:&:list:square [ <span id="L12" class="LineNr"> 12 </span> <span class="Constant">local-scope</span> <span id="L13" class="LineNr"> 13 </span> <span class="Constant">load-inputs</span> <span id="L14" class="LineNr"> 14 </span> <span class="Comment"># if 'queens' is already long enough, print it and return</span> <span id="L15" class="LineNr"> 15 </span> added-so-far:num <span class="Special"><-</span> length queens <span id="L16" class="LineNr"> 16 </span> <span class="Delimiter">{</span> -<span id="L17" class="LineNr"> 17 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal added-so-far, n -<span id="L18" class="LineNr"> 18 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> done? -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span> stash queens -<span id="L20" class="LineNr"> 20 </span> <span class="Conceal">¦</span><span class="muControl"> return</span><span class="Constant"> 1</span> +<span id="L17" class="LineNr"> 17 </span> done?:bool <span class="Special"><-</span> greater-or-equal added-so-far, n +<span id="L18" class="LineNr"> 18 </span> <span class="muControl">break-unless</span> done? +<span id="L19" class="LineNr"> 19 </span> stash queens +<span id="L20" class="LineNr"> 20 </span> <span class="muControl"> return</span><span class="Constant"> 1</span> <span id="L21" class="LineNr"> 21 </span> <span class="Delimiter">}</span> <span id="L22" class="LineNr"> 22 </span> <span class="Comment"># still work to do</span> <span id="L23" class="LineNr"> 23 </span> next-rank:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L24" class="LineNr"> 24 </span> <span class="Delimiter">{</span> -<span id="L25" class="LineNr"> 25 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> queens -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span> first:<a href='nqueens.mu.html#L6'>square</a> <span class="Special"><-</span> first queens -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span> existing-rank:num <span class="Special"><-</span> get first, <span class="Constant">rank:offset</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Conceal">¦</span> next-rank <span class="Special"><-</span> add existing-rank,<span class="Constant"> 1</span> +<span id="L25" class="LineNr"> 25 </span> <span class="muControl">break-unless</span> queens +<span id="L26" class="LineNr"> 26 </span> first:square <span class="Special"><-</span> first queens +<span id="L27" class="LineNr"> 27 </span> existing-rank:num <span class="Special"><-</span> get first, <span class="Constant">rank:offset</span> +<span id="L28" class="LineNr"> 28 </span> next-rank <span class="Special"><-</span> add existing-rank,<span class="Constant"> 1</span> <span id="L29" class="LineNr"> 29 </span> <span class="Delimiter">}</span> <span id="L30" class="LineNr"> 30 </span> result <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L31" class="LineNr"> 31 </span> next-file:num <span class="Special"><-</span> copy<span class="Constant"> 0</span> <span id="L32" class="LineNr"> 32 </span> <span class="Delimiter">{</span> -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span> done?:bool <span class="Special"><-</span> greater-or-equal next-file, n -<span id="L34" class="LineNr"> 34 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> curr:<a href='nqueens.mu.html#L6'>square</a> <span class="Special"><-</span> merge next-rank, next-file -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> curr-conflicts?:bool <span class="Special"><-</span> <a href='nqueens.mu.html#L52'>conflict?</a> curr, queens -<span id="L38" class="LineNr"> 38 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> curr-conflicts? -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> new-queens:&:<a href='064list.mu.html#L6'>list</a>:<a href='nqueens.mu.html#L6'>square</a> <span class="Special"><-</span> push curr, queens -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> sub-result:num <span class="Special"><-</span> <a href='nqueens.mu.html#L11'>nqueens</a> n, new-queens -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result <span class="Special"><-</span> add result, sub-result -<span id="L42" class="LineNr"> 42 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Conceal">¦</span> next-file <span class="Special"><-</span> add next-file,<span class="Constant"> 1</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L33" class="LineNr"> 33 </span> done?:bool <span class="Special"><-</span> greater-or-equal next-file, n +<span id="L34" class="LineNr"> 34 </span> <span class="muControl">break-if</span> done? +<span id="L35" class="LineNr"> 35 </span> curr:square <span class="Special"><-</span> merge next-rank, next-file +<span id="L36" class="LineNr"> 36 </span> <span class="Delimiter">{</span> +<span id="L37" class="LineNr"> 37 </span> curr-conflicts?:bool <span class="Special"><-</span> conflict? curr, queens +<span id="L38" class="LineNr"> 38 </span> <span class="muControl">break-if</span> curr-conflicts? +<span id="L39" class="LineNr"> 39 </span> new-queens:&:list:square <span class="Special"><-</span> push curr, queens +<span id="L40" class="LineNr"> 40 </span> sub-result:num <span class="Special"><-</span> nqueens n, new-queens +<span id="L41" class="LineNr"> 41 </span> result <span class="Special"><-</span> add result, sub-result +<span id="L42" class="LineNr"> 42 </span> <span class="Delimiter">}</span> +<span id="L43" class="LineNr"> 43 </span> next-file <span class="Special"><-</span> add next-file,<span class="Constant"> 1</span> +<span id="L44" class="LineNr"> 44 </span> <span class="muControl"> loop</span> <span id="L45" class="LineNr"> 45 </span> <span class="Delimiter">}</span> <span id="L46" class="LineNr"> 46 </span>] <span id="L47" class="LineNr"> 47 </span> @@ -110,54 +109,54 @@ if ('onhashchange' in window) { <span id="L49" class="LineNr"> 49 </span><span class="Comment"># queens</span> <span id="L50" class="LineNr"> 50 </span><span class="Comment"># assumes that 'curr' is on a non-conflicting rank, and checks for conflict</span> <span id="L51" class="LineNr"> 51 </span><span class="Comment"># only in files and diagonals</span> -<span id="L52" class="LineNr"> 52 </span><span class="muRecipe">def</span> <a href='nqueens.mu.html#L52'>conflict?</a> curr:<a href='nqueens.mu.html#L6'>square</a>, queens:&:<a href='064list.mu.html#L6'>list</a>:<a href='nqueens.mu.html#L6'>square</a><span class="muRecipe"> -> </span>result:bool [ +<span id="L52" class="LineNr"> 52 </span><span class="muRecipe">def</span> conflict? curr:square, queens:&:list:square<span class="muRecipe"> -> </span>result:bool [ <span id="L53" class="LineNr"> 53 </span> <span class="Constant">local-scope</span> <span id="L54" class="LineNr"> 54 </span> <span class="Constant">load-inputs</span> -<span id="L55" class="LineNr"> 55 </span> result <span class="Special"><-</span> <a href='nqueens.mu.html#L60'>conflicting-file?</a> curr, queens +<span id="L55" class="LineNr"> 55 </span> result <span class="Special"><-</span> conflicting-file? curr, queens <span id="L56" class="LineNr"> 56 </span> <span class="muControl">return-if</span> result -<span id="L57" class="LineNr"> 57 </span> result <span class="Special"><-</span> <a href='nqueens.mu.html#L76'>conflicting-diagonal?</a> curr, queens +<span id="L57" class="LineNr"> 57 </span> result <span class="Special"><-</span> conflicting-diagonal? curr, queens <span id="L58" class="LineNr"> 58 </span>] <span id="L59" class="LineNr"> 59 </span> -<span id="L60" class="LineNr"> 60 </span><span class="muRecipe">def</span> <a href='nqueens.mu.html#L60'>conflicting-file?</a> curr:<a href='nqueens.mu.html#L6'>square</a>, queens:&:<a href='064list.mu.html#L6'>list</a>:<a href='nqueens.mu.html#L6'>square</a><span class="muRecipe"> -> </span>result:bool [ +<span id="L60" class="LineNr"> 60 </span><span class="muRecipe">def</span> conflicting-file? curr:square, queens:&:list:square<span class="muRecipe"> -> </span>result:bool [ <span id="L61" class="LineNr"> 61 </span> <span class="Constant">local-scope</span> <span id="L62" class="LineNr"> 62 </span> <span class="Constant">load-inputs</span> <span id="L63" class="LineNr"> 63 </span> curr-file:num <span class="Special"><-</span> get curr, <span class="Constant">file:offset</span> <span id="L64" class="LineNr"> 64 </span> <span class="Delimiter">{</span> -<span id="L65" class="LineNr"> 65 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> queens -<span id="L66" class="LineNr"> 66 </span> <span class="Conceal">¦</span> q:<a href='nqueens.mu.html#L6'>square</a> <span class="Special"><-</span> first queens -<span id="L67" class="LineNr"> 67 </span> <span class="Conceal">¦</span> qfile:num <span class="Special"><-</span> get q, <span class="Constant">file:offset</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> file-match?:bool <span class="Special"><-</span> equal curr-file, qfile -<span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <span class="muControl">return-if</span> file-match?, <span class="Constant">1/conflict-found</span> -<span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> queens <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> queens -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L65" class="LineNr"> 65 </span> <span class="muControl">break-unless</span> queens +<span id="L66" class="LineNr"> 66 </span> q:square <span class="Special"><-</span> first queens +<span id="L67" class="LineNr"> 67 </span> qfile:num <span class="Special"><-</span> get q, <span class="Constant">file:offset</span> +<span id="L68" class="LineNr"> 68 </span> file-match?:bool <span class="Special"><-</span> equal curr-file, qfile +<span id="L69" class="LineNr"> 69 </span> <span class="muControl">return-if</span> file-match?, <span class="Constant">1/conflict-found</span> +<span id="L70" class="LineNr"> 70 </span> queens <span class="Special"><-</span> rest queens +<span id="L71" class="LineNr"> 71 </span> <span class="muControl"> loop</span> <span id="L72" class="LineNr"> 72 </span> <span class="Delimiter">}</span> <span id="L73" class="LineNr"> 73 </span> <span class="muControl"> return</span> <span class="Constant">0/no-conflict-found</span> <span id="L74" class="LineNr"> 74 </span>] <span id="L75" class="LineNr"> 75 </span> -<span id="L76" class="LineNr"> 76 </span><span class="muRecipe">def</span> <a href='nqueens.mu.html#L76'>conflicting-diagonal?</a> curr:<a href='nqueens.mu.html#L6'>square</a>, queens:&:<a href='064list.mu.html#L6'>list</a>:<a href='nqueens.mu.html#L6'>square</a><span class="muRecipe"> -> </span>result:bool [ +<span id="L76" class="LineNr"> 76 </span><span class="muRecipe">def</span> conflicting-diagonal? curr:square, queens:&:list:square<span class="muRecipe"> -> </span>result:bool [ <span id="L77" class="LineNr"> 77 </span> <span class="Constant">local-scope</span> <span id="L78" class="LineNr"> 78 </span> <span class="Constant">load-inputs</span> <span id="L79" class="LineNr"> 79 </span> curr-rank:num <span class="Special"><-</span> get curr, <span class="Constant">rank:offset</span> <span id="L80" class="LineNr"> 80 </span> curr-file:num <span class="Special"><-</span> get curr, <span class="Constant">file:offset</span> <span id="L81" class="LineNr"> 81 </span> <span class="Delimiter">{</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> queens -<span id="L83" class="LineNr"> 83 </span> <span class="Conceal">¦</span> q:<a href='nqueens.mu.html#L6'>square</a> <span class="Special"><-</span> first queens -<span id="L84" class="LineNr"> 84 </span> <span class="Conceal">¦</span> qrank:num <span class="Special"><-</span> get q, <span class="Constant">rank:offset</span> -<span id="L85" class="LineNr"> 85 </span> <span class="Conceal">¦</span> qfile:num <span class="Special"><-</span> get q, <span class="Constant">file:offset</span> -<span id="L86" class="LineNr"> 86 </span> <span class="Conceal">¦</span> rank-delta:num <span class="Special"><-</span> subtract qrank, curr-rank -<span id="L87" class="LineNr"> 87 </span> <span class="Conceal">¦</span> file-delta:num <span class="Special"><-</span> subtract qfile, curr-file -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> rank-delta <span class="Special"><-</span> <a href='070table.mu.html#L103'>abs</a> rank-delta -<span id="L89" class="LineNr"> 89 </span> <span class="Conceal">¦</span> file-delta <span class="Special"><-</span> <a href='070table.mu.html#L103'>abs</a> file-delta -<span id="L90" class="LineNr"> 90 </span> <span class="Conceal">¦</span> diagonal-match?:bool <span class="Special"><-</span> equal rank-delta, file-delta -<span id="L91" class="LineNr"> 91 </span> <span class="Conceal">¦</span> <span class="muControl">return-if</span> diagonal-match?, <span class="Constant">1/conflict-found</span> -<span id="L92" class="LineNr"> 92 </span> <span class="Conceal">¦</span> queens <span class="Special"><-</span> <a href='064list.mu.html#L24'>rest</a> queens -<span id="L93" class="LineNr"> 93 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L82" class="LineNr"> 82 </span> <span class="muControl">break-unless</span> queens +<span id="L83" class="LineNr"> 83 </span> q:square <span class="Special"><-</span> first queens +<span id="L84" class="LineNr"> 84 </span> qrank:num <span class="Special"><-</span> get q, <span class="Constant">rank:offset</span> +<span id="L85" class="LineNr"> 85 </span> qfile:num <span class="Special"><-</span> get q, <span class="Constant">file:offset</span> +<span id="L86" class="LineNr"> 86 </span> rank-delta:num <span class="Special"><-</span> subtract qrank, curr-rank +<span id="L87" class="LineNr"> 87 </span> file-delta:num <span class="Special"><-</span> subtract qfile, curr-file +<span id="L88" class="LineNr"> 88 </span> rank-delta <span class="Special"><-</span> abs rank-delta +<span id="L89" class="LineNr"> 89 </span> file-delta <span class="Special"><-</span> abs file-delta +<span id="L90" class="LineNr"> 90 </span> diagonal-match?:bool <span class="Special"><-</span> equal rank-delta, file-delta +<span id="L91" class="LineNr"> 91 </span> <span class="muControl">return-if</span> diagonal-match?, <span class="Constant">1/conflict-found</span> +<span id="L92" class="LineNr"> 92 </span> queens <span class="Special"><-</span> rest queens +<span id="L93" class="LineNr"> 93 </span> <span class="muControl"> loop</span> <span id="L94" class="LineNr"> 94 </span> <span class="Delimiter">}</span> <span id="L95" class="LineNr"> 95 </span> <span class="muControl"> return</span> <span class="Constant">0/no-conflict-found</span> <span id="L96" class="LineNr"> 96 </span>] <span id="L97" class="LineNr"> 97 </span> -<span id="L98" class="LineNr"> 98 </span><span class="muRecipe">def</span> <a href='nqueens.mu.html#L98'>main</a> [ -<span id="L99" class="LineNr"> 99 </span> <a href='nqueens.mu.html#L11'>nqueens</a><span class="Constant"> 4</span> +<span id="L98" class="LineNr"> 98 </span><span class="muRecipe">def</span> main [ +<span id="L99" class="LineNr"> 99 </span> nqueens<span class="Constant"> 4</span> <span id="L100" class="LineNr">100 </span> $dump-trace <span class="Constant">[app]</span> <span id="L101" class="LineNr">101 </span>] </pre> diff --git a/html/real-files.mu.html b/html/real-files.mu.html index f74c5582..3ebd8fbb 100644 --- a/html/real-files.mu.html +++ b/html/real-files.mu.html @@ -15,12 +15,12 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -60,7 +60,7 @@ if ('onhashchange' in window) { <span id="L3" class="LineNr"> 3 </span><span class="Comment"># before running it, put a character into /tmp/mu-x</span> <span id="L4" class="LineNr"> 4 </span><span class="Comment"># after running it, check /tmp/mu-y</span> <span id="L5" class="LineNr"> 5 </span> -<span id="L6" class="LineNr"> 6 </span><span class="muRecipe">def</span> <a href='real-files.mu.html#L6'>main</a> [ +<span id="L6" class="LineNr"> 6 </span><span class="muRecipe">def</span> main [ <span id="L7" class="LineNr"> 7 </span> <span class="Constant">local-scope</span> <span id="L8" class="LineNr"> 8 </span> f:num/file <span class="Special"><-</span> $open-file-for-reading <span class="Constant">[/tmp/mu-x]</span> <span id="L9" class="LineNr"> 9 </span> $print <span class="Constant">[file to read from: ]</span>, f, <span class="Constant">10/newline</span> @@ -69,7 +69,7 @@ if ('onhashchange' in window) { <span id="L12" class="LineNr">12 </span> f <span class="Special"><-</span> $close-file f <span id="L13" class="LineNr">13 </span> $print <span class="Constant">[file after closing: ]</span>, f, <span class="Constant">10/newline</span> <span id="L14" class="LineNr">14 </span> f <span class="Special"><-</span> $open-file-for-writing <span class="Constant">[/tmp/mu-y]</span> -<span id="L15" class="LineNr">15 </span> $print <span class="Constant">[file to <a href='075channel.mu.html#L67'>write</a> to: ]</span>, f, <span class="Constant">10/newline</span> +<span id="L15" class="LineNr">15 </span> $print <span class="Constant">[file to write to: ]</span>, f, <span class="Constant">10/newline</span> <span id="L16" class="LineNr">16 </span> $write-to-file f, c <span id="L17" class="LineNr">17 </span> f <span class="Special"><-</span> $close-file f <span id="L18" class="LineNr">18 </span>] diff --git a/html/same-fringe.mu.html b/html/same-fringe.mu.html index b6489a73..556af75a 100644 --- a/html/same-fringe.mu.html +++ b/html/same-fringe.mu.html @@ -15,16 +15,15 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.muData { color: #ffff00; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.muData { color: #ffff00; } --> </style> @@ -67,64 +66,64 @@ if ('onhashchange' in window) { <span id="L6" class="LineNr"> 6 </span><span class="Comment"># (i.e. that the two given trees x and y have the same leaves, in the same</span> <span id="L7" class="LineNr"> 7 </span><span class="Comment"># order from left to right)</span> <span id="L8" class="LineNr"> 8 </span> -<span id="L9" class="LineNr"> 9 </span><span class="muData">container</span> <a href='same-fringe.mu.html#L9'>tree</a>:_elem [ +<span id="L9" class="LineNr"> 9 </span><span class="muData">container</span> tree:_elem [ <span id="L10" class="LineNr">10 </span> val:_elem -<span id="L11" class="LineNr">11 </span> left:&:<a href='same-fringe.mu.html#L9'>tree</a>:_elem -<span id="L12" class="LineNr">12 </span> right:&:<a href='same-fringe.mu.html#L9'>tree</a>:_elem +<span id="L11" class="LineNr">11 </span> left:&:tree:_elem +<span id="L12" class="LineNr">12 </span> right:&:tree:_elem <span id="L13" class="LineNr">13 </span>] <span id="L14" class="LineNr">14 </span> -<span id="L15" class="LineNr">15 </span><span class="muRecipe">def</span> <a href='same-fringe.mu.html#L15'>main</a> [ +<span id="L15" class="LineNr">15 </span><span class="muRecipe">def</span> main [ <span id="L16" class="LineNr">16 </span> <span class="Constant">local-scope</span> <span id="L17" class="LineNr">17 </span> <span class="Comment"># x: ((a b) c)</span> <span id="L18" class="LineNr">18 </span> <span class="Comment"># y: (a (b c))</span> -<span id="L19" class="LineNr">19 </span> a:&:<a href='same-fringe.mu.html#L9'>tree</a>:num <span class="Special"><-</span> new-tree<span class="Constant"> 3</span> -<span id="L20" class="LineNr">20 </span> b:&:<a href='same-fringe.mu.html#L9'>tree</a>:num <span class="Special"><-</span> new-tree<span class="Constant"> 4</span> -<span id="L21" class="LineNr">21 </span> c:&:<a href='same-fringe.mu.html#L9'>tree</a>:num <span class="Special"><-</span> new-tree<span class="Constant"> 5</span> -<span id="L22" class="LineNr">22 </span> x1:&:<a href='same-fringe.mu.html#L9'>tree</a>:num <span class="Special"><-</span> new-tree a, b -<span id="L23" class="LineNr">23 </span> x:&:<a href='same-fringe.mu.html#L9'>tree</a>:num <span class="Special"><-</span> new-tree x1, c -<span id="L24" class="LineNr">24 </span> y1:&:<a href='same-fringe.mu.html#L9'>tree</a>:num <span class="Special"><-</span> new-tree b, c -<span id="L25" class="LineNr">25 </span> y:&:<a href='same-fringe.mu.html#L9'>tree</a>:num <span class="Special"><-</span> new-tree a, y1 -<span id="L26" class="LineNr">26 </span> result:bool <span class="Special"><-</span> <a href='same-fringe.mu.html#L30'>same-fringe</a> x, y +<span id="L19" class="LineNr">19 </span> a:&:tree:num <span class="Special"><-</span> new-tree<span class="Constant"> 3</span> +<span id="L20" class="LineNr">20 </span> b:&:tree:num <span class="Special"><-</span> new-tree<span class="Constant"> 4</span> +<span id="L21" class="LineNr">21 </span> c:&:tree:num <span class="Special"><-</span> new-tree<span class="Constant"> 5</span> +<span id="L22" class="LineNr">22 </span> x1:&:tree:num <span class="Special"><-</span> new-tree a, b +<span id="L23" class="LineNr">23 </span> x:&:tree:num <span class="Special"><-</span> new-tree x1, c +<span id="L24" class="LineNr">24 </span> y1:&:tree:num <span class="Special"><-</span> new-tree b, c +<span id="L25" class="LineNr">25 </span> y:&:tree:num <span class="Special"><-</span> new-tree a, y1 +<span id="L26" class="LineNr">26 </span> result:bool <span class="Special"><-</span> same-fringe x, y <span id="L27" class="LineNr">27 </span> $print result <span class="Constant">10/newline</span> <span id="L28" class="LineNr">28 </span>] <span id="L29" class="LineNr">29 </span> -<span id="L30" class="LineNr">30 </span><span class="muRecipe">def</span> <a href='same-fringe.mu.html#L30'>same-fringe</a> a:&:<a href='same-fringe.mu.html#L9'>tree</a>:_elem, b:&:<a href='same-fringe.mu.html#L9'>tree</a>:_elem<span class="muRecipe"> -> </span>result:bool [ +<span id="L30" class="LineNr">30 </span><span class="muRecipe">def</span> same-fringe a:&:tree:_elem, b:&:tree:_elem<span class="muRecipe"> -> </span>result:bool [ <span id="L31" class="LineNr">31 </span> <span class="Constant">local-scope</span> <span id="L32" class="LineNr">32 </span> <span class="Constant">load-inputs</span> -<span id="L33" class="LineNr">33 </span> k1:continuation <span class="Special"><-</span> <span class="muControl">call-with-continuation-mark</span> <span class="Constant">100/mark</span>, <a href='same-fringe.mu.html#L48'>process</a>, a -<span id="L34" class="LineNr">34 </span> k2:continuation <span class="Special"><-</span> <span class="muControl">call-with-continuation-mark</span> <span class="Constant">100/mark</span>, <a href='same-fringe.mu.html#L48'>process</a>, b +<span id="L33" class="LineNr">33 </span> k1:continuation <span class="Special"><-</span> <span class="muControl">call-with-continuation-mark</span> <span class="Constant">100/mark</span>, process, a +<span id="L34" class="LineNr">34 </span> k2:continuation <span class="Special"><-</span> <span class="muControl">call-with-continuation-mark</span> <span class="Constant">100/mark</span>, process, b <span id="L35" class="LineNr">35 </span> <span class="Delimiter">{</span> -<span id="L36" class="LineNr">36 </span> <span class="Conceal">¦</span> k1, x:_elem, a-done?:bool <span class="Special"><-</span> call k1 -<span id="L37" class="LineNr">37 </span> <span class="Conceal">¦</span> k2, y:_elem, b-done?:bool <span class="Special"><-</span> call k2 -<span id="L38" class="LineNr">38 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> a-done? -<span id="L39" class="LineNr">39 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> b-done? -<span id="L40" class="LineNr">40 </span> <span class="Conceal">¦</span> match?:bool <span class="Special"><-</span> equal x, y -<span id="L41" class="LineNr">41 </span> <span class="Conceal">¦</span> <span class="muControl">return-unless</span> match?, <span class="Constant">0/false</span> -<span id="L42" class="LineNr">42 </span> <span class="Conceal">¦</span><span class="muControl"> loop</span> +<span id="L36" class="LineNr">36 </span> k1, x:_elem, a-done?:bool <span class="Special"><-</span> call k1 +<span id="L37" class="LineNr">37 </span> k2, y:_elem, b-done?:bool <span class="Special"><-</span> call k2 +<span id="L38" class="LineNr">38 </span> <span class="muControl">break-if</span> a-done? +<span id="L39" class="LineNr">39 </span> <span class="muControl">break-if</span> b-done? +<span id="L40" class="LineNr">40 </span> match?:bool <span class="Special"><-</span> equal x, y +<span id="L41" class="LineNr">41 </span> <span class="muControl">return-unless</span> match?, <span class="Constant">0/false</span> +<span id="L42" class="LineNr">42 </span> <span class="muControl"> loop</span> <span id="L43" class="LineNr">43 </span> <span class="Delimiter">}</span> <span id="L44" class="LineNr">44 </span> result <span class="Special"><-</span> and a-done?, b-done? <span id="L45" class="LineNr">45 </span>] <span id="L46" class="LineNr">46 </span> <span id="L47" class="LineNr">47 </span><span class="Comment"># harness around traversal</span> -<span id="L48" class="LineNr">48 </span><span class="muRecipe">def</span> <a href='same-fringe.mu.html#L48'>process</a> t:&:<a href='same-fringe.mu.html#L9'>tree</a>:_elem [ +<span id="L48" class="LineNr">48 </span><span class="muRecipe">def</span> process t:&:tree:_elem [ <span id="L49" class="LineNr">49 </span> <span class="Constant">local-scope</span> <span id="L50" class="LineNr">50 </span> <span class="Constant">load-inputs</span> <span id="L51" class="LineNr">51 </span> <span class="muControl">return-continuation-until-mark</span> <span class="Constant">100/mark</span> <span class="Comment"># initial</span> -<span id="L52" class="LineNr">52 </span> <a href='same-fringe.mu.html#L59'>traverse</a> t +<span id="L52" class="LineNr">52 </span> traverse t <span id="L53" class="LineNr">53 </span> zero-val:&:_elem <span class="Special"><-</span> new <span class="Constant">_elem:type</span> <span id="L54" class="LineNr">54 </span> <span class="muControl">return-continuation-until-mark</span> <span class="Constant">100/mark</span>, *zero-val, <span class="Constant">1/done</span> <span class="Comment"># final</span> <span id="L55" class="LineNr">55 </span> assert <span class="Constant">0/false</span>, <span class="Constant">[continuation called past done]</span> <span id="L56" class="LineNr">56 </span>] <span id="L57" class="LineNr">57 </span> <span id="L58" class="LineNr">58 </span><span class="Comment"># core traversal</span> -<span id="L59" class="LineNr">59 </span><span class="muRecipe">def</span> <a href='same-fringe.mu.html#L59'>traverse</a> t:&:<a href='same-fringe.mu.html#L9'>tree</a>:_elem [ +<span id="L59" class="LineNr">59 </span><span class="muRecipe">def</span> traverse t:&:tree:_elem [ <span id="L60" class="LineNr">60 </span> <span class="Constant">local-scope</span> <span id="L61" class="LineNr">61 </span> <span class="Constant">load-inputs</span> <span id="L62" class="LineNr">62 </span> <span class="muControl">return-unless</span> t -<span id="L63" class="LineNr">63 </span> l:&:<a href='same-fringe.mu.html#L9'>tree</a>:_elem <span class="Special"><-</span> get *t, <span class="Constant">left:offset</span> -<span id="L64" class="LineNr">64 </span> <a href='same-fringe.mu.html#L59'>traverse</a> l -<span id="L65" class="LineNr">65 </span> r:&:<a href='same-fringe.mu.html#L9'>tree</a>:_elem <span class="Special"><-</span> get *t, <span class="Constant">right:offset</span> -<span id="L66" class="LineNr">66 </span> <a href='same-fringe.mu.html#L59'>traverse</a> r +<span id="L63" class="LineNr">63 </span> l:&:tree:_elem <span class="Special"><-</span> get *t, <span class="Constant">left:offset</span> +<span id="L64" class="LineNr">64 </span> traverse l +<span id="L65" class="LineNr">65 </span> r:&:tree:_elem <span class="Special"><-</span> get *t, <span class="Constant">right:offset</span> +<span id="L66" class="LineNr">66 </span> traverse r <span id="L67" class="LineNr">67 </span> <span class="muControl">return-if</span> l <span id="L68" class="LineNr">68 </span> <span class="muControl">return-if</span> r <span id="L69" class="LineNr">69 </span> <span class="Comment"># leaf</span> @@ -134,14 +133,14 @@ if ('onhashchange' in window) { <span id="L73" class="LineNr">73 </span> <span id="L74" class="LineNr">74 </span><span class="Comment"># details</span> <span id="L75" class="LineNr">75 </span> -<span id="L76" class="LineNr">76 </span><span class="muRecipe">def</span> new-tree x:_elem<span class="muRecipe"> -> </span>result:&:<a href='same-fringe.mu.html#L9'>tree</a>:_elem [ +<span id="L76" class="LineNr">76 </span><span class="muRecipe">def</span> new-tree x:_elem<span class="muRecipe"> -> </span>result:&:tree:_elem [ <span id="L77" class="LineNr">77 </span> <span class="Constant">local-scope</span> <span id="L78" class="LineNr">78 </span> <span class="Constant">load-inputs</span> <span id="L79" class="LineNr">79 </span> result <span class="Special"><-</span> new <span class="Delimiter">{</span>(tree _elem): type<span class="Delimiter">}</span> <span id="L80" class="LineNr">80 </span> put *result, <span class="Constant">val:offset</span>, x <span id="L81" class="LineNr">81 </span>] <span id="L82" class="LineNr">82 </span> -<span id="L83" class="LineNr">83 </span><span class="muRecipe">def</span> new-tree l:&:<a href='same-fringe.mu.html#L9'>tree</a>:_elem, r:&:<a href='same-fringe.mu.html#L9'>tree</a>:_elem<span class="muRecipe"> -> </span>result:&:<a href='same-fringe.mu.html#L9'>tree</a>:_elem [ +<span id="L83" class="LineNr">83 </span><span class="muRecipe">def</span> new-tree l:&:tree:_elem, r:&:tree:_elem<span class="muRecipe"> -> </span>result:&:tree:_elem [ <span id="L84" class="LineNr">84 </span> <span class="Constant">local-scope</span> <span id="L85" class="LineNr">85 </span> <span class="Constant">load-inputs</span> <span id="L86" class="LineNr">86 </span> result <span class="Special"><-</span> new <span class="Delimiter">{</span>(tree _elem): type<span class="Delimiter">}</span> diff --git a/html/screen.mu.html b/html/screen.mu.html index fb2b9a5d..c8901129 100644 --- a/html/screen.mu.html +++ b/html/screen.mu.html @@ -15,12 +15,12 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -59,29 +59,29 @@ if ('onhashchange' in window) { <span id="L2" class="LineNr"> 2 </span> <span id="L3" class="LineNr"> 3 </span><span class="Comment"># The zero screen below means 'use the real screen'. Tests can also use fake</span> <span id="L4" class="LineNr"> 4 </span><span class="Comment"># screens.</span> -<span id="L5" class="LineNr"> 5 </span><span class="muRecipe">def</span> <a href='screen.mu.html#L5'>main</a> [ +<span id="L5" class="LineNr"> 5 </span><span class="muRecipe">def</span> main [ <span id="L6" class="LineNr"> 6 </span> open-console -<span id="L7" class="LineNr"> 7 </span> <a href='081print.mu.html#L46'>clear-screen</a> <span class="Constant">0/screen</span> <span class="Comment"># non-scrolling app</span> +<span id="L7" class="LineNr"> 7 </span> clear-screen <span class="Constant">0/screen</span> <span class="Comment"># non-scrolling app</span> <span id="L8" class="LineNr"> 8 </span> 10:char <span class="Special"><-</span> copy <span class="Constant">97/a</span> <span id="L9" class="LineNr"> 9 </span> print <span class="Constant">0/screen</span>, 10:char/a, <span class="Constant">1/red</span>, <span class="Constant">2/green</span> -<span id="L10" class="LineNr">10 </span> 1:num/<span class="Special">raw</span>, 2:num/<span class="Special">raw</span> <span class="Special"><-</span> <a href='081print.mu.html#L577'>cursor-position</a> <span class="Constant">0/screen</span> -<span id="L11" class="LineNr">11 </span> <a href='084console.mu.html#L88'>wait-for-event</a> <span class="Constant">0/console</span> -<span id="L12" class="LineNr">12 </span> <a href='081print.mu.html#L46'>clear-screen</a> <span class="Constant">0/screen</span> -<span id="L13" class="LineNr">13 </span> <a href='081print.mu.html#L591'>move-cursor</a> <span class="Constant">0/screen</span>, <span class="Constant">0/row</span>, <span class="Constant">4/column</span> +<span id="L10" class="LineNr">10 </span> 1:num/<span class="Special">raw</span>, 2:num/<span class="Special">raw</span> <span class="Special"><-</span> cursor-position <span class="Constant">0/screen</span> +<span id="L11" class="LineNr">11 </span> wait-for-event <span class="Constant">0/console</span> +<span id="L12" class="LineNr">12 </span> clear-screen <span class="Constant">0/screen</span> +<span id="L13" class="LineNr">13 </span> move-cursor <span class="Constant">0/screen</span>, <span class="Constant">0/row</span>, <span class="Constant">4/column</span> <span id="L14" class="LineNr">14 </span> 10:char <span class="Special"><-</span> copy <span class="Constant">98/b</span> <span id="L15" class="LineNr">15 </span> print <span class="Constant">0/screen</span>, 10:char -<span id="L16" class="LineNr">16 </span> <a href='084console.mu.html#L88'>wait-for-event</a> <span class="Constant">0/console</span> -<span id="L17" class="LineNr">17 </span> <a href='081print.mu.html#L591'>move-cursor</a> <span class="Constant">0/screen</span>, <span class="Constant">0/row</span>, <span class="Constant">0/column</span> -<span id="L18" class="LineNr">18 </span> <a href='081print.mu.html#L524'>clear-line</a> <span class="Constant">0/screen</span> -<span id="L19" class="LineNr">19 </span> <a href='084console.mu.html#L88'>wait-for-event</a> <span class="Constant">0/console</span> -<span id="L20" class="LineNr">20 </span> <a href='081print.mu.html#L645'>cursor-down</a> <span class="Constant">0/screen</span> -<span id="L21" class="LineNr">21 </span> <a href='084console.mu.html#L88'>wait-for-event</a> <span class="Constant">0/console</span> -<span id="L22" class="LineNr">22 </span> <a href='081print.mu.html#L706'>cursor-right</a> <span class="Constant">0/screen</span> -<span id="L23" class="LineNr">23 </span> <a href='084console.mu.html#L88'>wait-for-event</a> <span class="Constant">0/console</span> -<span id="L24" class="LineNr">24 </span> <a href='081print.mu.html#L726'>cursor-left</a> <span class="Constant">0/screen</span> -<span id="L25" class="LineNr">25 </span> <a href='084console.mu.html#L88'>wait-for-event</a> <span class="Constant">0/console</span> -<span id="L26" class="LineNr">26 </span> <a href='081print.mu.html#L688'>cursor-up</a> <span class="Constant">0/screen</span> -<span id="L27" class="LineNr">27 </span> <a href='084console.mu.html#L88'>wait-for-event</a> <span class="Constant">0/console</span> +<span id="L16" class="LineNr">16 </span> wait-for-event <span class="Constant">0/console</span> +<span id="L17" class="LineNr">17 </span> move-cursor <span class="Constant">0/screen</span>, <span class="Constant">0/row</span>, <span class="Constant">0/column</span> +<span id="L18" class="LineNr">18 </span> clear-line <span class="Constant">0/screen</span> +<span id="L19" class="LineNr">19 </span> wait-for-event <span class="Constant">0/console</span> +<span id="L20" class="LineNr">20 </span> cursor-down <span class="Constant">0/screen</span> +<span id="L21" class="LineNr">21 </span> wait-for-event <span class="Constant">0/console</span> +<span id="L22" class="LineNr">22 </span> cursor-right <span class="Constant">0/screen</span> +<span id="L23" class="LineNr">23 </span> wait-for-event <span class="Constant">0/console</span> +<span id="L24" class="LineNr">24 </span> cursor-left <span class="Constant">0/screen</span> +<span id="L25" class="LineNr">25 </span> wait-for-event <span class="Constant">0/console</span> +<span id="L26" class="LineNr">26 </span> cursor-up <span class="Constant">0/screen</span> +<span id="L27" class="LineNr">27 </span> wait-for-event <span class="Constant">0/console</span> <span id="L28" class="LineNr">28 </span> close-console <span id="L29" class="LineNr">29 </span>] </pre> diff --git a/html/static-dispatch.mu.html b/html/static-dispatch.mu.html index 5ab4d626..258b211f 100644 --- a/html/static-dispatch.mu.html +++ b/html/static-dispatch.mu.html @@ -15,12 +15,12 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -75,7 +75,7 @@ if ('onhashchange' in window) { <span id="L18" class="LineNr">18 </span> c <span class="Special"><-</span> add a, b <span id="L19" class="LineNr">19 </span>] <span id="L20" class="LineNr">20 </span> -<span id="L21" class="LineNr">21 </span><span class="muRecipe">def</span> <a href='static-dispatch.mu.html#L21'>main</a> [ +<span id="L21" class="LineNr">21 </span><span class="muRecipe">def</span> main [ <span id="L22" class="LineNr">22 </span> <span class="Constant">local-scope</span> <span id="L23" class="LineNr">23 </span> a:num <span class="Special"><-</span> test<span class="Constant"> 3</span> <span class="Comment"># selects single-input version</span> <span id="L24" class="LineNr">24 </span> $print a, <span class="Constant">10/newline</span> diff --git a/html/subx/000organization.cc.html b/html/subx/000organization.cc.html index 4e1190cd..411fb7a4 100644 --- a/html/subx/000organization.cc.html +++ b/html/subx/000organization.cc.html @@ -15,16 +15,15 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.PreProc { color: #800080; } +.cSpecial { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Delimiter { color: #800080; } +.Constant { color: #00a0a0; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.cSpecial { color: #008000; } +.PreProc { color: #800080; } --> </style> @@ -205,8 +204,8 @@ if ('onhashchange' in window) { <span id="L144" class="LineNr">144 </span> <span class="Normal">const</span> <span class="Normal">int</span> x = <span class="Constant">1</span><span class="Delimiter">;</span> <span id="L145" class="LineNr">145 </span> <span class="Normal">const</span> <span class="Normal">char</span>* y = <span class="Normal">reinterpret_cast</span><<span class="Normal">const</span> <span class="Normal">char</span>*><span class="Delimiter">(</span>&x<span class="Delimiter">);</span> <span id="L146" class="LineNr">146 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>*y != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L147" class="LineNr">147 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"the SubX VM only runs on little-endian processors. Do you have Intel (or AMD or Atom) inside?</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L147" class="LineNr">147 </span> cerr << <span class="Constant">"the SubX VM only runs on little-endian processors. Do you have Intel (or AMD or Atom) inside?</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L148" class="LineNr">148 </span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <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 class="Delimiter">:(before "End Includes")</span> diff --git a/html/subx/001help.cc.html b/html/subx/001help.cc.html index a96cc59d..b41814f3 100644 --- a/html/subx/001help.cc.html +++ b/html/subx/001help.cc.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.cSpecial { color: #008000; } +.CommentedCode { color: #6c6c6c; } .PreProc { color: #800080; } .LineNr { color: #444444; } +.Constant { color: #00a0a0; } +.Delimiter { color: #800080; } .SalientComment { color: #00ffff; } .Identifier { color: #c0a020; } -.Constant { color: #00a0a0; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Conceal { color: #4e4e4e; } -.CommentedCode { color: #6c6c6c; } +.cSpecial { color: #008000; } --> </style> @@ -69,7 +68,7 @@ if ('onhashchange' in window) { <span id="L6" class="LineNr"> 6 </span> <span class="Comment">//: this is the functionality later layers will provide</span> <span id="L7" class="LineNr"> 7 </span> <span class="Comment">// currently no automated tests for commandline arg parsing</span> <span id="L8" class="LineNr"> 8 </span> cerr << <span class="Constant">"Usage:</span><span class="cSpecial">\n</span><span class="Constant">"</span> -<span id="L9" class="LineNr"> 9 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Constant">" subx test</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L9" class="LineNr"> 9 </span> << <span class="Constant">" subx test</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> <span id="L10" class="LineNr"> 10 </span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L11" class="LineNr"> 11 </span><span class="Delimiter">}</span> <span id="L12" class="LineNr"> 12 </span> @@ -90,7 +89,7 @@ if ('onhashchange' in window) { <span id="L27" class="LineNr"> 27 </span><span class="Normal">bool</span> <a href='001help.cc.html#L27'>starts_with</a><span class="Delimiter">(</span><span class="Normal">const</span> string& s<span class="Delimiter">,</span> <span class="Normal">const</span> string& pat<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L28" class="LineNr"> 28 </span> string::const_iterator a=s<span class="Delimiter">.</span>begin<span class="Delimiter">(),</span> b=pat<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> <span id="L29" class="LineNr"> 29 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">nada</span><span class="Comment">*/</span><span class="Delimiter">;</span> a!=s<span class="Delimiter">.</span><a href='003trace.cc.html#L184'>end</a><span class="Delimiter">()</span> && b!=pat<span class="Delimiter">.</span><a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> ++a<span class="Delimiter">,</span> ++b<span class="Delimiter">)</span> -<span id="L30" class="LineNr"> 30 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>*a != *b<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L30" class="LineNr"> 30 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>*a != *b<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L31" class="LineNr"> 31 </span> <span class="Identifier">return</span> b == pat<span class="Delimiter">.</span><a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> <span id="L32" class="LineNr"> 32 </span><span class="Delimiter">}</span> <span id="L33" class="LineNr"> 33 </span> @@ -172,20 +171,20 @@ if ('onhashchange' in window) { <span id="L109" class="LineNr">109 </span><span class="Delimiter">}</span> <span id="L110" class="LineNr">110 </span><span class="Normal">void</span> <a href='001help.cc.html#L110'>dump_and_exit</a><span class="Delimiter">(</span><span class="Normal">int</span> sig<span class="Delimiter">,</span> <a href='001help.cc.html#L208'>unused</a> siginfo_t* dummy1<span class="Delimiter">,</span> <a href='001help.cc.html#L208'>unused</a> <span class="Normal">void</span>* dummy2<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L111" class="LineNr">111 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>sig<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <span class="Normal">case</span> <span class="Constant">SIGABRT</span>: -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> #ifndef __APPLE__ -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << <span class="Constant">"SIGABRT: might be an integer overflow if it wasn't an assert() failure</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> _Exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> #endif -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> <span class="Normal">case</span> <span class="Constant">SIGILL</span>: -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> #ifdef __APPLE__ -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << <span class="Constant">"SIGILL: most likely caused by integer overflow</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> _Exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L122" class="LineNr">122 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> #endif -<span id="L123" class="LineNr">123 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L124" class="LineNr">124 </span> <span class="Conceal">¦</span> <span class="Normal">default</span>: -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L112" class="LineNr">112 </span> <span class="Normal">case</span> <span class="Constant">SIGABRT</span>: +<span id="L113" class="LineNr">113 </span> <span class="PreProc">#ifndef __APPLE__</span> +<span id="L114" class="LineNr">114 </span> cerr << <span class="Constant">"SIGABRT: might be an integer overflow if it wasn't an assert() failure</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L115" class="LineNr">115 </span> _Exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L116" class="LineNr">116 </span> <span class="PreProc">#endif</span> +<span id="L117" class="LineNr">117 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L118" class="LineNr">118 </span> <span class="Normal">case</span> <span class="Constant">SIGILL</span>: +<span id="L119" class="LineNr">119 </span> <span class="PreProc">#ifdef __APPLE__</span> +<span id="L120" class="LineNr">120 </span> cerr << <span class="Constant">"SIGILL: most likely caused by integer overflow</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L121" class="LineNr">121 </span> _Exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L122" class="LineNr">122 </span> <span class="PreProc">#endif</span> +<span id="L123" class="LineNr">123 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L124" class="LineNr">124 </span> <span class="Normal">default</span>: +<span id="L125" class="LineNr">125 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L126" class="LineNr">126 </span> <span class="Delimiter">}</span> <span id="L127" class="LineNr">127 </span><span class="Delimiter">}</span> <span id="L128" class="LineNr">128 </span><span class="Delimiter">:(before "End Includes")</span> diff --git a/html/subx/002test.cc.html b/html/subx/002test.cc.html index 75b41571..0b9a1213 100644 --- a/html/subx/002test.cc.html +++ b/html/subx/002test.cc.html @@ -15,17 +15,16 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.PreProc { color: #800080; } +.cSpecial { color: #008000; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.CommentedCode { color: #6c6c6c; } +.Delimiter { color: #800080; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.cSpecial { color: #008000; } -.CommentedCode { color: #6c6c6c; } +.PreProc { color: #800080; } --> </style> @@ -85,17 +84,17 @@ if ('onhashchange' in window) { <span id="L23" class="LineNr">23 </span><span class="Delimiter">:(before "End Includes")</span> <span id="L24" class="LineNr">24 </span><span class="PreProc">#define CHECK(X) \</span> <span id="L25" class="LineNr">25 </span><span class="PreProc"> </span><span class="Normal">if</span><span class="PreProc"> (Passed && !(X)) </span><span class="Delimiter">{</span><span class="PreProc"> \</span> -<span id="L26" class="LineNr">26 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> cerr << </span><span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span><span class="PreProc"> << __FUNCTION__ << </span><span class="Constant">"("</span><span class="PreProc"> << </span><span class="Constant">__FILE__</span><span class="PreProc"> << </span><span class="Constant">":"</span><span class="PreProc"> << </span><span class="Constant">__LINE__</span><span class="PreProc"> << </span><span class="Constant">"): "</span><span class="PreProc"> << #X << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L27" class="LineNr">27 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> <a href='002test.cc.html#L21'>Passed</a> = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L28" class="LineNr">28 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Identifier">return</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> Currently we stop at the very first failure. </span><span class="Comment">*/</span><span class="PreProc"> \</span> +<span id="L26" class="LineNr">26 </span><span class="PreProc"> cerr << </span><span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span><span class="PreProc"> << __FUNCTION__ << </span><span class="Constant">"("</span><span class="PreProc"> << </span><span class="Constant">__FILE__</span><span class="PreProc"> << </span><span class="Constant">":"</span><span class="PreProc"> << </span><span class="Constant">__LINE__</span><span class="PreProc"> << </span><span class="Constant">"): "</span><span class="PreProc"> << #X << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L27" class="LineNr">27 </span><span class="PreProc"> <a href='002test.cc.html#L21'>Passed</a> = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L28" class="LineNr">28 </span><span class="PreProc"> </span><span class="Identifier">return</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> Currently we stop at the very first failure. </span><span class="Comment">*/</span><span class="PreProc"> \</span> <span id="L29" class="LineNr">29 </span><span class="PreProc"> </span><span class="Delimiter">}</span> <span id="L30" class="LineNr">30 </span> <span id="L31" class="LineNr">31 </span><span class="PreProc">#define CHECK_EQ(X</span><span class="Delimiter">,</span><span class="PreProc"> Y) \</span> <span id="L32" class="LineNr">32 </span><span class="PreProc"> </span><span class="Normal">if</span><span class="PreProc"> (Passed && (X) != (Y)) </span><span class="Delimiter">{</span><span class="PreProc"> \</span> -<span id="L33" class="LineNr">33 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> cerr << </span><span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span><span class="PreProc"> << __FUNCTION__ << </span><span class="Constant">"("</span><span class="PreProc"> << </span><span class="Constant">__FILE__</span><span class="PreProc"> << </span><span class="Constant">":"</span><span class="PreProc"> << </span><span class="Constant">__LINE__</span><span class="PreProc"> << </span><span class="Constant">"): "</span><span class="PreProc"> << #X << </span><span class="Constant">" == "</span><span class="PreProc"> << #Y << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L34" class="LineNr">34 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> cerr << </span><span class="Constant">" got "</span><span class="PreProc"> << (X) << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> BEWARE: multiple eval </span><span class="Comment">*/</span><span class="PreProc"> \</span> -<span id="L35" class="LineNr">35 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> <a href='002test.cc.html#L21'>Passed</a> = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L36" class="LineNr">36 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Identifier">return</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> Currently we stop at the very first failure. </span><span class="Comment">*/</span><span class="PreProc"> \</span> +<span id="L33" class="LineNr">33 </span><span class="PreProc"> cerr << </span><span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span><span class="PreProc"> << __FUNCTION__ << </span><span class="Constant">"("</span><span class="PreProc"> << </span><span class="Constant">__FILE__</span><span class="PreProc"> << </span><span class="Constant">":"</span><span class="PreProc"> << </span><span class="Constant">__LINE__</span><span class="PreProc"> << </span><span class="Constant">"): "</span><span class="PreProc"> << #X << </span><span class="Constant">" == "</span><span class="PreProc"> << #Y << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L34" class="LineNr">34 </span><span class="PreProc"> cerr << </span><span class="Constant">" got "</span><span class="PreProc"> << (X) << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> BEWARE: multiple eval </span><span class="Comment">*/</span><span class="PreProc"> \</span> +<span id="L35" class="LineNr">35 </span><span class="PreProc"> <a href='002test.cc.html#L21'>Passed</a> = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L36" class="LineNr">36 </span><span class="PreProc"> </span><span class="Identifier">return</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> Currently we stop at the very first failure. </span><span class="Comment">*/</span><span class="PreProc"> \</span> <span id="L37" class="LineNr">37 </span><span class="PreProc"> </span><span class="Delimiter">}</span> <span id="L38" class="LineNr">38 </span> <span id="L39" class="LineNr">39 </span><span class="Delimiter">:(before "End Reset")</span> @@ -117,17 +116,17 @@ if ('onhashchange' in window) { <span id="L55" class="LineNr">55 </span> cerr << <span class="Constant">"C tests: "</span> << ctime<span class="Delimiter">(</span>&t<span class="Delimiter">);</span> <span id="L56" class="LineNr">56 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">size_t</span> i=<span class="Constant">0</span><span class="Delimiter">;</span> i < <span class="Normal">sizeof</span><span class="Delimiter">(</span><a href='002test.cc.html#L15'>Tests</a><span class="Delimiter">)</span>/<span class="Normal">sizeof</span><span class="Delimiter">(</span>Tests[<span class="Constant">0</span>]<span class="Delimiter">);</span> ++i<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L57" class="LineNr">57 </span><span class="CommentedCode">//? cerr << "running .build/test_list line " << (i+1) << '\n';</span> -<span id="L58" class="LineNr">58 </span> <span class="Conceal">¦</span> <a href='002test.cc.html#L74'>run_test</a><span class="Delimiter">(</span>i<span class="Delimiter">);</span> -<span id="L59" class="LineNr">59 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='002test.cc.html#L21'>Passed</a><span class="Delimiter">)</span> cerr << <span class="Constant">'.'</span><span class="Delimiter">;</span> -<span id="L60" class="LineNr">60 </span> <span class="Conceal">¦</span> <span class="Normal">else</span> ++num_failures<span class="Delimiter">;</span> +<span id="L58" class="LineNr">58 </span> <a href='002test.cc.html#L74'>run_test</a><span class="Delimiter">(</span>i<span class="Delimiter">);</span> +<span id="L59" class="LineNr">59 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='002test.cc.html#L21'>Passed</a><span class="Delimiter">)</span> cerr << <span class="Constant">'.'</span><span class="Delimiter">;</span> +<span id="L60" class="LineNr">60 </span> <span class="Normal">else</span> ++num_failures<span class="Delimiter">;</span> <span id="L61" class="LineNr">61 </span> <span class="Delimiter">}</span> <span id="L62" class="LineNr">62 </span> cerr << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L63" class="LineNr">63 </span> <span class="Comment">// End Tests</span> <span id="L64" class="LineNr">64 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>num_failures > <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L65" class="LineNr">65 </span> <span class="Conceal">¦</span> cerr << num_failures << <span class="Constant">" failure"</span> -<span id="L66" class="LineNr">66 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="Delimiter">(</span>num_failures > <span class="Constant">1</span> ? <span class="Constant">"s"</span> : <span class="Constant">""</span><span class="Delimiter">)</span> -<span id="L67" class="LineNr">67 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span><< <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L68" class="LineNr">68 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> <span class="Constant">1</span><span class="Delimiter">;</span> +<span id="L65" class="LineNr">65 </span> cerr << num_failures << <span class="Constant">" failure"</span> +<span id="L66" class="LineNr">66 </span> << <span class="Delimiter">(</span>num_failures > <span class="Constant">1</span> ? <span class="Constant">"s"</span> : <span class="Constant">""</span><span class="Delimiter">)</span> +<span id="L67" class="LineNr">67 </span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L68" class="LineNr">68 </span> <span class="Identifier">return</span> <span class="Constant">1</span><span class="Delimiter">;</span> <span id="L69" class="LineNr">69 </span> <span class="Delimiter">}</span> <span id="L70" class="LineNr">70 </span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L71" class="LineNr">71 </span><span class="Delimiter">}</span> @@ -135,8 +134,8 @@ if ('onhashchange' in window) { <span id="L73" class="LineNr">73 </span><span class="Delimiter">:(code)</span> <span id="L74" class="LineNr">74 </span><span class="Normal">void</span> <a href='002test.cc.html#L74'>run_test</a><span class="Delimiter">(</span><span class="Normal">size_t</span> i<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L75" class="LineNr">75 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>i >= <span class="Normal">sizeof</span><span class="Delimiter">(</span><a href='002test.cc.html#L15'>Tests</a><span class="Delimiter">)</span>/<span class="Normal">sizeof</span><span class="Delimiter">(</span>Tests[<span class="Constant">0</span>]<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L76" class="LineNr">76 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"no test "</span> << i << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L77" class="LineNr">77 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L76" class="LineNr">76 </span> cerr << <span class="Constant">"no test "</span> << i << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L77" class="LineNr">77 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L78" class="LineNr">78 </span> <span class="Delimiter">}</span> <span id="L79" class="LineNr">79 </span> <a href='000organization.cc.html#L139'>reset</a><span class="Delimiter">();</span> <span id="L80" class="LineNr">80 </span> <span class="Comment">// End Test Setup</span> diff --git a/html/subx/003trace.cc.html b/html/subx/003trace.cc.html index 6850dfad..c20aed7a 100644 --- a/html/subx/003trace.cc.html +++ b/html/subx/003trace.cc.html @@ -15,15 +15,14 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } .PreProc { color: #800080; } .LineNr { color: #444444; } -.Identifier { color: #c0a020; } .Constant { color: #00a0a0; } +.Delimiter { color: #800080; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } .cSpecial { color: #008000; } --> </style> @@ -166,15 +165,15 @@ if ('onhashchange' in window) { <span id="L105" class="LineNr">105 </span> <a href='003trace.cc.html#L105'>~trace_stream</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L98'>curr_stream</a><span class="Delimiter">)</span> <span class="Normal">delete</span> <a href='003trace.cc.html#L98'>curr_stream</a><span class="Delimiter">;</span> <span class="Delimiter">}</span> <span id="L106" class="LineNr">106 </span> <span id="L107" class="LineNr">107 </span> ostream& stream<span class="Delimiter">(</span>string <a href='003trace.cc.html#L73'>label</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L108" class="LineNr">108 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> stream<span class="Delimiter">(</span><a href='003trace.cc.html#L92'>Max_depth</a><span class="Delimiter">,</span> <a href='003trace.cc.html#L73'>label</a><span class="Delimiter">);</span> +<span id="L108" class="LineNr">108 </span> <span class="Identifier">return</span> stream<span class="Delimiter">(</span><a href='003trace.cc.html#L92'>Max_depth</a><span class="Delimiter">,</span> <a href='003trace.cc.html#L73'>label</a><span class="Delimiter">);</span> <span id="L109" class="LineNr">109 </span> <span class="Delimiter">}</span> <span id="L110" class="LineNr">110 </span> <span id="L111" class="LineNr">111 </span> ostream& stream<span class="Delimiter">(</span><span class="Normal">int</span> <a href='003trace.cc.html#L72'>depth</a><span class="Delimiter">,</span> string <a href='003trace.cc.html#L73'>label</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L112" class="LineNr">112 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L72'>depth</a> > <a href='003trace.cc.html#L102'>collect_depth</a><span class="Delimiter">)</span> <span class="Identifier">return</span> <a href='003trace.cc.html#L103'>null_stream</a><span class="Delimiter">;</span> -<span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L98'>curr_stream</a> = <span class="Normal">new</span> ostringstream<span class="Delimiter">;</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L99'>curr_label</a> = <a href='003trace.cc.html#L73'>label</a><span class="Delimiter">;</span> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L100'>curr_depth</a> = <a href='003trace.cc.html#L72'>depth</a><span class="Delimiter">;</span> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> <span class="Identifier">return</span> *curr_stream<span class="Delimiter">;</span> +<span id="L112" class="LineNr">112 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L72'>depth</a> > <a href='003trace.cc.html#L102'>collect_depth</a><span class="Delimiter">)</span> <span class="Identifier">return</span> <a href='003trace.cc.html#L103'>null_stream</a><span class="Delimiter">;</span> +<span id="L113" class="LineNr">113 </span> <a href='003trace.cc.html#L98'>curr_stream</a> = <span class="Normal">new</span> ostringstream<span class="Delimiter">;</span> +<span id="L114" class="LineNr">114 </span> <a href='003trace.cc.html#L99'>curr_label</a> = <a href='003trace.cc.html#L73'>label</a><span class="Delimiter">;</span> +<span id="L115" class="LineNr">115 </span> <a href='003trace.cc.html#L100'>curr_depth</a> = <a href='003trace.cc.html#L72'>depth</a><span class="Delimiter">;</span> +<span id="L116" class="LineNr">116 </span> <span class="Identifier">return</span> *curr_stream<span class="Delimiter">;</span> <span id="L117" class="LineNr">117 </span> <span class="Delimiter">}</span> <span id="L118" class="LineNr">118 </span> <span id="L119" class="LineNr">119 </span> <span class="Comment">// be sure to call this before messing with curr_stream or curr_label</span> @@ -188,11 +187,11 @@ if ('onhashchange' in window) { <span id="L127" class="LineNr">127 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!curr_stream<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L128" class="LineNr">128 </span> string curr_contents = <a href='003trace.cc.html#L98'>curr_stream</a><span class="Delimiter">-></span>str<span class="Delimiter">();</span> <span id="L129" class="LineNr">129 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!curr_contents<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L96'>past_lines</a><span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>trace_line<span class="Delimiter">(</span><a href='003trace.cc.html#L100'>curr_depth</a><span class="Delimiter">,</span> <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span><a href='003trace.cc.html#L99'>curr_label</a><span class="Delimiter">),</span> curr_contents<span class="Delimiter">));</span> <span class="Comment">// preserve indent in contents</span> -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">((</span>!Hide_errors && <a href='003trace.cc.html#L99'>curr_label</a> == <span class="Constant">"error"</span><span class="Delimiter">)</span> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> || <a href='003trace.cc.html#L81'>Dump_trace</a> -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> || <span class="Delimiter">(</span>!Dump_label<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && <a href='003trace.cc.html#L99'>curr_label</a> == <a href='003trace.cc.html#L82'>Dump_label</a><span class="Delimiter">))</span> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << <a href='003trace.cc.html#L99'>curr_label</a> << <span class="Constant">": "</span> << curr_contents << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L130" class="LineNr">130 </span> <a href='003trace.cc.html#L96'>past_lines</a><span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>trace_line<span class="Delimiter">(</span><a href='003trace.cc.html#L100'>curr_depth</a><span class="Delimiter">,</span> <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span><a href='003trace.cc.html#L99'>curr_label</a><span class="Delimiter">),</span> curr_contents<span class="Delimiter">));</span> <span class="Comment">// preserve indent in contents</span> +<span id="L131" class="LineNr">131 </span> <span class="Normal">if</span> <span class="Delimiter">((</span>!Hide_errors && <a href='003trace.cc.html#L99'>curr_label</a> == <span class="Constant">"error"</span><span class="Delimiter">)</span> +<span id="L132" class="LineNr">132 </span> || <a href='003trace.cc.html#L81'>Dump_trace</a> +<span id="L133" class="LineNr">133 </span> || <span class="Delimiter">(</span>!Dump_label<span class="Delimiter">.</span>empty<span class="Delimiter">()</span> && <a href='003trace.cc.html#L99'>curr_label</a> == <a href='003trace.cc.html#L82'>Dump_label</a><span class="Delimiter">))</span> +<span id="L134" class="LineNr">134 </span> cerr << <a href='003trace.cc.html#L99'>curr_label</a> << <span class="Constant">": "</span> << curr_contents << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L135" class="LineNr">135 </span> <span class="Delimiter">}</span> <span id="L136" class="LineNr">136 </span> <span class="Normal">delete</span> <a href='003trace.cc.html#L98'>curr_stream</a><span class="Delimiter">;</span> <span id="L137" class="LineNr">137 </span> <a href='003trace.cc.html#L98'>curr_stream</a> = <span class="Constant">NULL</span><span class="Delimiter">;</span> @@ -204,9 +203,9 @@ if ('onhashchange' in window) { <span id="L143" class="LineNr">143 </span> ostringstream output<span class="Delimiter">;</span> <span id="L144" class="LineNr">144 </span> <a href='003trace.cc.html#L73'>label</a> = <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span><a href='003trace.cc.html#L73'>label</a><span class="Delimiter">);</span> <span id="L145" class="LineNr">145 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<trace_line>::iterator p = <a href='003trace.cc.html#L96'>past_lines</a><span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != <a href='003trace.cc.html#L96'>past_lines</a><span class="Delimiter">.</span><a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> -<span id="L146" class="LineNr">146 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L73'>label</a><span class="Delimiter">.</span>empty<span class="Delimiter">()</span> || <a href='003trace.cc.html#L73'>label</a> == p<span class="Delimiter">-></span><a href='003trace.cc.html#L73'>label</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L147" class="LineNr">147 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> output << std::setw<span class="Delimiter">(</span><span class="Constant">4</span><span class="Delimiter">)</span> << p<span class="Delimiter">-></span><a href='003trace.cc.html#L72'>depth</a> << <span class="Constant">' '</span> << p<span class="Delimiter">-></span><a href='003trace.cc.html#L73'>label</a> << <span class="Constant">": "</span> << p<span class="Delimiter">-></span><a href='003trace.cc.html#L74'>contents</a> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L146" class="LineNr">146 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L73'>label</a><span class="Delimiter">.</span>empty<span class="Delimiter">()</span> || <a href='003trace.cc.html#L73'>label</a> == p<span class="Delimiter">-></span><a href='003trace.cc.html#L73'>label</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L147" class="LineNr">147 </span> output << std::setw<span class="Delimiter">(</span><span class="Constant">4</span><span class="Delimiter">)</span> << p<span class="Delimiter">-></span><a href='003trace.cc.html#L72'>depth</a> << <span class="Constant">' '</span> << p<span class="Delimiter">-></span><a href='003trace.cc.html#L73'>label</a> << <span class="Constant">": "</span> << p<span class="Delimiter">-></span><a href='003trace.cc.html#L74'>contents</a> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L148" class="LineNr">148 </span> <span class="Delimiter">}</span> <span id="L149" class="LineNr">149 </span> <span class="Identifier">return</span> output<span class="Delimiter">.</span>str<span class="Delimiter">();</span> <span id="L150" class="LineNr">150 </span><span class="Delimiter">}</span> <span id="L151" class="LineNr">151 </span> @@ -263,9 +262,9 @@ if ('onhashchange' in window) { <span id="L202" class="LineNr">202 </span>lease_tracer::<a href='003trace.cc.html#L202'>~lease_tracer</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L203" class="LineNr">203 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Trace_stream<span class="Delimiter">)</span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span class="Comment">// in case tests close Trace_stream</span> <span id="L204" class="LineNr">204 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L192'>Save_trace</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L205" class="LineNr">205 </span> <span class="Conceal">¦</span> ofstream fout<span class="Delimiter">(</span><span class="Constant">"last_trace"</span><span class="Delimiter">);</span> -<span id="L206" class="LineNr">206 </span> <span class="Conceal">¦</span> fout << <a href='003trace.cc.html#L153'>Trace_stream</a><span class="Delimiter">-></span><a href='003trace.cc.html#L142'>readable_contents</a><span class="Delimiter">(</span><span class="Constant">""</span><span class="Delimiter">);</span> -<span id="L207" class="LineNr">207 </span> <span class="Conceal">¦</span> fout<span class="Delimiter">.</span>close<span class="Delimiter">();</span> +<span id="L205" class="LineNr">205 </span> ofstream fout<span class="Delimiter">(</span><span class="Constant">"last_trace"</span><span class="Delimiter">);</span> +<span id="L206" class="LineNr">206 </span> fout << <a href='003trace.cc.html#L153'>Trace_stream</a><span class="Delimiter">-></span><a href='003trace.cc.html#L142'>readable_contents</a><span class="Delimiter">(</span><span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L207" class="LineNr">207 </span> fout<span class="Delimiter">.</span>close<span class="Delimiter">();</span> <span id="L208" class="LineNr">208 </span> <span class="Delimiter">}</span> <span id="L209" class="LineNr">209 </span> <span class="Normal">delete</span> <a href='003trace.cc.html#L153'>Trace_stream</a><span class="Delimiter">,</span> <a href='003trace.cc.html#L153'>Trace_stream</a> = <span class="Constant">NULL</span><span class="Delimiter">;</span> <span id="L210" class="LineNr">210 </span><span class="Delimiter">}</span> @@ -280,19 +279,19 @@ if ('onhashchange' in window) { <span id="L219" class="LineNr">219 </span><span class="PreProc">#define CHECK_TRACE_CONTAINS_ERRORS() CHECK(trace_contains_errors())</span> <span id="L220" class="LineNr">220 </span><span class="PreProc">#define CHECK_TRACE_DOESNT_CONTAIN_ERRORS() \</span> <span id="L221" class="LineNr">221 </span><span class="PreProc"> </span><span class="Normal">if</span><span class="PreProc"> (Passed && trace_contains_errors()) </span><span class="Delimiter">{</span><span class="PreProc"> \</span> -<span id="L222" class="LineNr">222 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> cerr << </span><span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span><span class="PreProc"> << __FUNCTION__ << </span><span class="Constant">"("</span><span class="PreProc"> << </span><span class="Constant">__FILE__</span><span class="PreProc"> << </span><span class="Constant">":"</span><span class="PreProc"> << </span><span class="Constant">__LINE__</span><span class="PreProc"> << </span><span class="Constant">"): unexpected errors</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L223" class="LineNr">223 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> DUMP(</span><span class="Constant">"error"</span><span class="PreProc">)</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L224" class="LineNr">224 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> <a href='002test.cc.html#L21'>Passed</a> = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L225" class="LineNr">225 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Identifier">return</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L222" class="LineNr">222 </span><span class="PreProc"> cerr << </span><span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span><span class="PreProc"> << __FUNCTION__ << </span><span class="Constant">"("</span><span class="PreProc"> << </span><span class="Constant">__FILE__</span><span class="PreProc"> << </span><span class="Constant">":"</span><span class="PreProc"> << </span><span class="Constant">__LINE__</span><span class="PreProc"> << </span><span class="Constant">"): unexpected errors</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L223" class="LineNr">223 </span><span class="PreProc"> DUMP(</span><span class="Constant">"error"</span><span class="PreProc">)</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L224" class="LineNr">224 </span><span class="PreProc"> <a href='002test.cc.html#L21'>Passed</a> = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L225" class="LineNr">225 </span><span class="PreProc"> </span><span class="Identifier">return</span><span class="Delimiter">;</span><span class="PreProc"> \</span> <span id="L226" class="LineNr">226 </span><span class="PreProc"> </span><span class="Delimiter">}</span> <span id="L227" class="LineNr">227 </span> <span id="L228" class="LineNr">228 </span><span class="PreProc">#define CHECK_TRACE_COUNT(label</span><span class="Delimiter">,</span><span class="PreProc"> count) \</span> <span id="L229" class="LineNr">229 </span><span class="PreProc"> </span><span class="Normal">if</span><span class="PreProc"> (Passed && trace_count(label) != (count)) </span><span class="Delimiter">{</span><span class="PreProc"> \</span> -<span id="L230" class="LineNr">230 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> cerr << </span><span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span><span class="PreProc"> << __FUNCTION__ << </span><span class="Constant">"("</span><span class="PreProc"> << </span><span class="Constant">__FILE__</span><span class="PreProc"> << </span><span class="Constant">":"</span><span class="PreProc"> << </span><span class="Constant">__LINE__</span><span class="PreProc"> << </span><span class="Constant">"): trace_count of "</span><span class="PreProc"> << <a href='003trace.cc.html#L73'>label</a> << </span><span class="Constant">" should be "</span><span class="PreProc"> << count << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L231" class="LineNr">231 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> cerr << </span><span class="Constant">" got "</span><span class="PreProc"> << trace_count(label) << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> multiple eval </span><span class="Comment">*/</span><span class="PreProc"> \</span> -<span id="L232" class="LineNr">232 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> DUMP(label)</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L233" class="LineNr">233 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> <a href='002test.cc.html#L21'>Passed</a> = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L234" class="LineNr">234 </span><span class="PreProc"> </span><span class="Conceal">¦</span><span class="PreProc"> </span><span class="Identifier">return</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> Currently we stop at the very first failure. </span><span class="Comment">*/</span><span class="PreProc"> \</span> +<span id="L230" class="LineNr">230 </span><span class="PreProc"> cerr << </span><span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span><span class="PreProc"> << __FUNCTION__ << </span><span class="Constant">"("</span><span class="PreProc"> << </span><span class="Constant">__FILE__</span><span class="PreProc"> << </span><span class="Constant">":"</span><span class="PreProc"> << </span><span class="Constant">__LINE__</span><span class="PreProc"> << </span><span class="Constant">"): trace_count of "</span><span class="PreProc"> << <a href='003trace.cc.html#L73'>label</a> << </span><span class="Constant">" should be "</span><span class="PreProc"> << count << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L231" class="LineNr">231 </span><span class="PreProc"> cerr << </span><span class="Constant">" got "</span><span class="PreProc"> << trace_count(label) << </span><span class="cSpecial">'\n'</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> multiple eval </span><span class="Comment">*/</span><span class="PreProc"> \</span> +<span id="L232" class="LineNr">232 </span><span class="PreProc"> DUMP(label)</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L233" class="LineNr">233 </span><span class="PreProc"> <a href='002test.cc.html#L21'>Passed</a> = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L234" class="LineNr">234 </span><span class="PreProc"> </span><span class="Identifier">return</span><span class="Delimiter">;</span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> Currently we stop at the very first failure. </span><span class="Comment">*/</span><span class="PreProc"> \</span> <span id="L235" class="LineNr">235 </span><span class="PreProc"> </span><span class="Delimiter">}</span> <span id="L236" class="LineNr">236 </span> <span id="L237" class="LineNr">237 </span><span class="PreProc">#define CHECK_TRACE_DOESNT_CONTAIN(</span><span class="Delimiter">...</span><span class="PreProc">) CHECK(trace_doesnt_contain(</span><span class="Constant">__VA_ARGS__</span><span class="PreProc">))</span> @@ -304,27 +303,27 @@ if ('onhashchange' in window) { <span id="L243" class="LineNr">243 </span> vector<string> expected_lines = <a href='003trace.cc.html#L330'>split</a><span class="Delimiter">(</span>expected<span class="Delimiter">,</span> <span class="Constant">"^D"</span><span class="Delimiter">);</span> <span id="L244" class="LineNr">244 </span> <span class="Normal">int</span> curr_expected_line = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L245" class="LineNr">245 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>curr_expected_line < <a href='001help.cc.html#L91'>SIZE</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">)</span> && expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">).</span>empty<span class="Delimiter">())</span> -<span id="L246" class="LineNr">246 </span> <span class="Conceal">¦</span> ++curr_expected_line<span class="Delimiter">;</span> +<span id="L246" class="LineNr">246 </span> ++curr_expected_line<span class="Delimiter">;</span> <span id="L247" class="LineNr">247 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_expected_line == <a href='001help.cc.html#L91'>SIZE</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L248" class="LineNr">248 </span> string <a href='003trace.cc.html#L73'>label</a><span class="Delimiter">,</span> <a href='003trace.cc.html#L74'>contents</a><span class="Delimiter">;</span> <span id="L249" class="LineNr">249 </span> <a href='003trace.cc.html#L272'>split_label_contents</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">),</span> &label<span class="Delimiter">,</span> &contents<span class="Delimiter">);</span> <span id="L250" class="LineNr">250 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<trace_line>::iterator p = <a href='003trace.cc.html#L153'>Trace_stream</a><span class="Delimiter">-></span><a href='003trace.cc.html#L96'>past_lines</a><span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != <a href='003trace.cc.html#L153'>Trace_stream</a><span class="Delimiter">-></span><a href='003trace.cc.html#L96'>past_lines</a><span class="Delimiter">.</span><a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L251" class="LineNr">251 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L73'>label</a> != p<span class="Delimiter">-></span><a href='003trace.cc.html#L73'>label</a><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L252" class="LineNr">252 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L74'>contents</a> != <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span><a href='003trace.cc.html#L74'>contents</a><span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L253" class="LineNr">253 </span> <span class="Conceal">¦</span> ++curr_expected_line<span class="Delimiter">;</span> -<span id="L254" class="LineNr">254 </span> <span class="Conceal">¦</span> <span class="Normal">while</span> <span class="Delimiter">(</span>curr_expected_line < <a href='001help.cc.html#L91'>SIZE</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">)</span> && expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">).</span>empty<span class="Delimiter">())</span> -<span id="L255" class="LineNr">255 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++curr_expected_line<span class="Delimiter">;</span> -<span id="L256" class="LineNr">256 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_expected_line == <a href='001help.cc.html#L91'>SIZE</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> -<span id="L257" class="LineNr">257 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L272'>split_label_contents</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">),</span> &label<span class="Delimiter">,</span> &contents<span class="Delimiter">);</span> +<span id="L251" class="LineNr">251 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L73'>label</a> != p<span class="Delimiter">-></span><a href='003trace.cc.html#L73'>label</a><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L252" class="LineNr">252 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L74'>contents</a> != <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span><a href='003trace.cc.html#L74'>contents</a><span class="Delimiter">))</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L253" class="LineNr">253 </span> ++curr_expected_line<span class="Delimiter">;</span> +<span id="L254" class="LineNr">254 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>curr_expected_line < <a href='001help.cc.html#L91'>SIZE</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">)</span> && expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">).</span>empty<span class="Delimiter">())</span> +<span id="L255" class="LineNr">255 </span> ++curr_expected_line<span class="Delimiter">;</span> +<span id="L256" class="LineNr">256 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>curr_expected_line == <a href='001help.cc.html#L91'>SIZE</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L257" class="LineNr">257 </span> <a href='003trace.cc.html#L272'>split_label_contents</a><span class="Delimiter">(</span>expected_lines<span class="Delimiter">.</span>at<span class="Delimiter">(</span>curr_expected_line<span class="Delimiter">),</span> &label<span class="Delimiter">,</span> &contents<span class="Delimiter">);</span> <span id="L258" class="LineNr">258 </span> <span class="Delimiter">}</span> <span id="L259" class="LineNr">259 </span> <span id="L260" class="LineNr">260 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L285'>line_exists_anywhere</a><span class="Delimiter">(</span><a href='003trace.cc.html#L73'>label</a><span class="Delimiter">,</span> <a href='003trace.cc.html#L74'>contents</a><span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L261" class="LineNr">261 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span> << FUNCTION << <span class="Constant">"("</span> << <span class="Normal">FILE</span> << <span class="Constant">":"</span> << LINE << <span class="Constant">"): line ["</span> << <a href='003trace.cc.html#L73'>label</a> << <span class="Constant">": "</span> << <a href='003trace.cc.html#L74'>contents</a> << <span class="Constant">"] out of order in <a href='003trace.cc.html#L160'>trace</a>:</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L262" class="LineNr">262 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L164'>DUMP</a><span class="Delimiter">(</span><span class="Constant">""</span><span class="Delimiter">);</span> +<span id="L261" class="LineNr">261 </span> cerr << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span> << FUNCTION << <span class="Constant">"("</span> << <span class="Normal">FILE</span> << <span class="Constant">":"</span> << LINE << <span class="Constant">"): line ["</span> << <a href='003trace.cc.html#L73'>label</a> << <span class="Constant">": "</span> << <a href='003trace.cc.html#L74'>contents</a> << <span class="Constant">"] out of order in <a href='003trace.cc.html#L160'>trace</a>:</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L262" class="LineNr">262 </span> <a href='003trace.cc.html#L164'>DUMP</a><span class="Delimiter">(</span><span class="Constant">""</span><span class="Delimiter">);</span> <span id="L263" class="LineNr">263 </span> <span class="Delimiter">}</span> <span id="L264" class="LineNr">264 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L265" class="LineNr">265 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span> << FUNCTION << <span class="Constant">"("</span> << <span class="Normal">FILE</span> << <span class="Constant">":"</span> << LINE << <span class="Constant">"): missing ["</span> << <a href='003trace.cc.html#L74'>contents</a> << <span class="Constant">"] in <a href='003trace.cc.html#L160'>trace</a>:</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> -<span id="L266" class="LineNr">266 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L164'>DUMP</a><span class="Delimiter">(</span><a href='003trace.cc.html#L73'>label</a><span class="Delimiter">);</span> +<span id="L265" class="LineNr">265 </span> cerr << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">F - "</span> << FUNCTION << <span class="Constant">"("</span> << <span class="Normal">FILE</span> << <span class="Constant">":"</span> << LINE << <span class="Constant">"): missing ["</span> << <a href='003trace.cc.html#L74'>contents</a> << <span class="Constant">"] in <a href='003trace.cc.html#L160'>trace</a>:</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">;</span> +<span id="L266" class="LineNr">266 </span> <a href='003trace.cc.html#L164'>DUMP</a><span class="Delimiter">(</span><a href='003trace.cc.html#L73'>label</a><span class="Delimiter">);</span> <span id="L267" class="LineNr">267 </span> <span class="Delimiter">}</span> <span id="L268" class="LineNr">268 </span> <a href='002test.cc.html#L21'>Passed</a> = <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L269" class="LineNr">269 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> @@ -334,19 +333,19 @@ if ('onhashchange' in window) { <span id="L273" class="LineNr">273 </span> <span class="Normal">static</span> <span class="Normal">const</span> string delim<span class="Delimiter">(</span><span class="Constant">": "</span><span class="Delimiter">);</span> <span id="L274" class="LineNr">274 </span> <span class="Normal">size_t</span> pos = s<span class="Delimiter">.</span>find<span class="Delimiter">(</span>delim<span class="Delimiter">);</span> <span id="L275" class="LineNr">275 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>pos == string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L276" class="LineNr">276 </span> <span class="Conceal">¦</span> *label = <span class="Constant">""</span><span class="Delimiter">;</span> -<span id="L277" class="LineNr">277 </span> <span class="Conceal">¦</span> *contents = <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>s<span class="Delimiter">);</span> +<span id="L276" class="LineNr">276 </span> *label = <span class="Constant">""</span><span class="Delimiter">;</span> +<span id="L277" class="LineNr">277 </span> *contents = <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>s<span class="Delimiter">);</span> <span id="L278" class="LineNr">278 </span> <span class="Delimiter">}</span> <span id="L279" class="LineNr">279 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> -<span id="L280" class="LineNr">280 </span> <span class="Conceal">¦</span> *label = <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>s<span class="Delimiter">.</span>substr<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> pos<span class="Delimiter">));</span> -<span id="L281" class="LineNr">281 </span> <span class="Conceal">¦</span> *contents = <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>s<span class="Delimiter">.</span>substr<span class="Delimiter">(</span>pos+SIZE<span class="Delimiter">(</span>delim<span class="Delimiter">)));</span> +<span id="L280" class="LineNr">280 </span> *label = <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>s<span class="Delimiter">.</span>substr<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">,</span> pos<span class="Delimiter">));</span> +<span id="L281" class="LineNr">281 </span> *contents = <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>s<span class="Delimiter">.</span>substr<span class="Delimiter">(</span>pos+SIZE<span class="Delimiter">(</span>delim<span class="Delimiter">)));</span> <span id="L282" class="LineNr">282 </span> <span class="Delimiter">}</span> <span id="L283" class="LineNr">283 </span><span class="Delimiter">}</span> <span id="L284" class="LineNr">284 </span> <span id="L285" class="LineNr">285 </span><span class="Normal">bool</span> <a href='003trace.cc.html#L285'>line_exists_anywhere</a><span class="Delimiter">(</span><span class="Normal">const</span> string& <a href='003trace.cc.html#L73'>label</a><span class="Delimiter">,</span> <span class="Normal">const</span> string& <a href='003trace.cc.html#L74'>contents</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L286" class="LineNr">286 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<trace_line>::iterator p = <a href='003trace.cc.html#L153'>Trace_stream</a><span class="Delimiter">-></span><a href='003trace.cc.html#L96'>past_lines</a><span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != <a href='003trace.cc.html#L153'>Trace_stream</a><span class="Delimiter">-></span><a href='003trace.cc.html#L96'>past_lines</a><span class="Delimiter">.</span><a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L287" class="LineNr">287 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L73'>label</a> != p<span class="Delimiter">-></span><a href='003trace.cc.html#L73'>label</a><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L288" class="LineNr">288 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L74'>contents</a> == <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span><a href='003trace.cc.html#L74'>contents</a><span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> +<span id="L287" class="LineNr">287 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L73'>label</a> != p<span class="Delimiter">-></span><a href='003trace.cc.html#L73'>label</a><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L288" class="LineNr">288 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L74'>contents</a> == <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span><a href='003trace.cc.html#L74'>contents</a><span class="Delimiter">))</span> <span class="Identifier">return</span> <span class="Constant">true</span><span class="Delimiter">;</span> <span id="L289" class="LineNr">289 </span> <span class="Delimiter">}</span> <span id="L290" class="LineNr">290 </span> <span class="Identifier">return</span> <span class="Constant">false</span><span class="Delimiter">;</span> <span id="L291" class="LineNr">291 </span><span class="Delimiter">}</span> @@ -359,10 +358,10 @@ if ('onhashchange' in window) { <span id="L298" class="LineNr">298 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Trace_stream<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L299" class="LineNr">299 </span> <span class="Normal">long</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L300" class="LineNr">300 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<trace_line>::iterator p = <a href='003trace.cc.html#L153'>Trace_stream</a><span class="Delimiter">-></span><a href='003trace.cc.html#L96'>past_lines</a><span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != <a href='003trace.cc.html#L153'>Trace_stream</a><span class="Delimiter">-></span><a href='003trace.cc.html#L96'>past_lines</a><span class="Delimiter">.</span><a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L301" class="LineNr">301 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L73'>label</a> == p<span class="Delimiter">-></span><a href='003trace.cc.html#L73'>label</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L302" class="LineNr">302 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>line == <span class="Constant">""</span> || <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>line<span class="Delimiter">)</span> == <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span><a href='003trace.cc.html#L74'>contents</a><span class="Delimiter">))</span> -<span id="L303" class="LineNr">303 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++result<span class="Delimiter">;</span> -<span id="L304" class="LineNr">304 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L301" class="LineNr">301 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L73'>label</a> == p<span class="Delimiter">-></span><a href='003trace.cc.html#L73'>label</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L302" class="LineNr">302 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>line == <span class="Constant">""</span> || <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>line<span class="Delimiter">)</span> == <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span><a href='003trace.cc.html#L74'>contents</a><span class="Delimiter">))</span> +<span id="L303" class="LineNr">303 </span> ++result<span class="Delimiter">;</span> +<span id="L304" class="LineNr">304 </span> <span class="Delimiter">}</span> <span id="L305" class="LineNr">305 </span> <span class="Delimiter">}</span> <span id="L306" class="LineNr">306 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L307" class="LineNr">307 </span><span class="Delimiter">}</span> @@ -371,10 +370,10 @@ if ('onhashchange' in window) { <span id="L310" class="LineNr">310 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!Trace_stream<span class="Delimiter">)</span> <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L311" class="LineNr">311 </span> <span class="Normal">long</span> result = <span class="Constant">0</span><span class="Delimiter">;</span> <span id="L312" class="LineNr">312 </span> <span class="Normal">for</span> <span class="Delimiter">(</span>vector<trace_line>::iterator p = <a href='003trace.cc.html#L153'>Trace_stream</a><span class="Delimiter">-></span><a href='003trace.cc.html#L96'>past_lines</a><span class="Delimiter">.</span>begin<span class="Delimiter">();</span> p != <a href='003trace.cc.html#L153'>Trace_stream</a><span class="Delimiter">-></span><a href='003trace.cc.html#L96'>past_lines</a><span class="Delimiter">.</span><a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> ++p<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L313" class="LineNr">313 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L73'>label</a> == p<span class="Delimiter">-></span><a href='003trace.cc.html#L73'>label</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L314" class="LineNr">314 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L27'>starts_with</a><span class="Delimiter">(</span><a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span><a href='003trace.cc.html#L74'>contents</a><span class="Delimiter">),</span> <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>prefix<span class="Delimiter">)))</span> -<span id="L315" class="LineNr">315 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> ++result<span class="Delimiter">;</span> -<span id="L316" class="LineNr">316 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L313" class="LineNr">313 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L73'>label</a> == p<span class="Delimiter">-></span><a href='003trace.cc.html#L73'>label</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L314" class="LineNr">314 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L27'>starts_with</a><span class="Delimiter">(</span><a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>p<span class="Delimiter">-></span><a href='003trace.cc.html#L74'>contents</a><span class="Delimiter">),</span> <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span>prefix<span class="Delimiter">)))</span> +<span id="L315" class="LineNr">315 </span> ++result<span class="Delimiter">;</span> +<span id="L316" class="LineNr">316 </span> <span class="Delimiter">}</span> <span id="L317" class="LineNr">317 </span> <span class="Delimiter">}</span> <span id="L318" class="LineNr">318 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L319" class="LineNr">319 </span><span class="Delimiter">}</span> @@ -392,13 +391,13 @@ if ('onhashchange' in window) { <span id="L331" class="LineNr">331 </span> vector<string> result<span class="Delimiter">;</span> <span id="L332" class="LineNr">332 </span> <span class="Normal">size_t</span> begin=<span class="Constant">0</span><span class="Delimiter">,</span> end=s<span class="Delimiter">.</span>find<span class="Delimiter">(</span>delim<span class="Delimiter">);</span> <span id="L333" class="LineNr">333 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><span class="Constant">true</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L334" class="LineNr">334 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L184'>end</a> == string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L335" class="LineNr">335 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>string<span class="Delimiter">(</span>s<span class="Delimiter">,</span> begin<span class="Delimiter">,</span> string::npos<span class="Delimiter">));</span> -<span id="L336" class="LineNr">336 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L337" class="LineNr">337 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L338" class="LineNr">338 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>string<span class="Delimiter">(</span>s<span class="Delimiter">,</span> begin<span class="Delimiter">,</span> end-begin<span class="Delimiter">));</span> -<span id="L339" class="LineNr">339 </span> <span class="Conceal">¦</span> begin = end+SIZE<span class="Delimiter">(</span>delim<span class="Delimiter">);</span> -<span id="L340" class="LineNr">340 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L184'>end</a> = s<span class="Delimiter">.</span>find<span class="Delimiter">(</span>delim<span class="Delimiter">,</span> begin<span class="Delimiter">);</span> +<span id="L334" class="LineNr">334 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L184'>end</a> == string::npos<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L335" class="LineNr">335 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>string<span class="Delimiter">(</span>s<span class="Delimiter">,</span> begin<span class="Delimiter">,</span> string::npos<span class="Delimiter">));</span> +<span id="L336" class="LineNr">336 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L337" class="LineNr">337 </span> <span class="Delimiter">}</span> +<span id="L338" class="LineNr">338 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>string<span class="Delimiter">(</span>s<span class="Delimiter">,</span> begin<span class="Delimiter">,</span> end-begin<span class="Delimiter">));</span> +<span id="L339" class="LineNr">339 </span> begin = end+SIZE<span class="Delimiter">(</span>delim<span class="Delimiter">);</span> +<span id="L340" class="LineNr">340 </span> <a href='003trace.cc.html#L184'>end</a> = s<span class="Delimiter">.</span>find<span class="Delimiter">(</span>delim<span class="Delimiter">,</span> begin<span class="Delimiter">);</span> <span id="L341" class="LineNr">341 </span> <span class="Delimiter">}</span> <span id="L342" class="LineNr">342 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L343" class="LineNr">343 </span><span class="Delimiter">}</span> @@ -408,19 +407,19 @@ if ('onhashchange' in window) { <span id="L347" class="LineNr">347 </span> <span class="Normal">size_t</span> end=s<span class="Delimiter">.</span>find<span class="Delimiter">(</span>delim<span class="Delimiter">);</span> <span id="L348" class="LineNr">348 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>string<span class="Delimiter">(</span>s<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">,</span> <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">));</span> <span id="L349" class="LineNr">349 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='003trace.cc.html#L184'>end</a> != string::npos<span class="Delimiter">)</span> -<span id="L350" class="LineNr">350 </span> <span class="Conceal">¦</span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>string<span class="Delimiter">(</span>s<span class="Delimiter">,</span> end+SIZE<span class="Delimiter">(</span>delim<span class="Delimiter">),</span> string::npos<span class="Delimiter">));</span> +<span id="L350" class="LineNr">350 </span> result<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>string<span class="Delimiter">(</span>s<span class="Delimiter">,</span> end+SIZE<span class="Delimiter">(</span>delim<span class="Delimiter">),</span> string::npos<span class="Delimiter">));</span> <span id="L351" class="LineNr">351 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L352" class="LineNr">352 </span><span class="Delimiter">}</span> <span id="L353" class="LineNr">353 </span> <span id="L354" class="LineNr">354 </span>string <a href='003trace.cc.html#L354'>trim</a><span class="Delimiter">(</span><span class="Normal">const</span> string& s<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L355" class="LineNr">355 </span> string::const_iterator first = s<span class="Delimiter">.</span>begin<span class="Delimiter">();</span> <span id="L356" class="LineNr">356 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>first != s<span class="Delimiter">.</span><a href='003trace.cc.html#L184'>end</a><span class="Delimiter">()</span> && isspace<span class="Delimiter">(</span>*first<span class="Delimiter">))</span> -<span id="L357" class="LineNr">357 </span> <span class="Conceal">¦</span> ++first<span class="Delimiter">;</span> +<span id="L357" class="LineNr">357 </span> ++first<span class="Delimiter">;</span> <span id="L358" class="LineNr">358 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>first == s<span class="Delimiter">.</span><a href='003trace.cc.html#L184'>end</a><span class="Delimiter">())</span> <span class="Identifier">return</span> <span class="Constant">""</span><span class="Delimiter">;</span> <span id="L359" class="LineNr">359 </span> <span id="L360" class="LineNr">360 </span> string::const_iterator last = --s<span class="Delimiter">.</span><a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> <span id="L361" class="LineNr">361 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>last != s<span class="Delimiter">.</span>begin<span class="Delimiter">()</span> && isspace<span class="Delimiter">(</span>*last<span class="Delimiter">))</span> -<span id="L362" class="LineNr">362 </span> <span class="Conceal">¦</span> --last<span class="Delimiter">;</span> +<span id="L362" class="LineNr">362 </span> --last<span class="Delimiter">;</span> <span id="L363" class="LineNr">363 </span> ++last<span class="Delimiter">;</span> <span id="L364" class="LineNr">364 </span> <span class="Identifier">return</span> string<span class="Delimiter">(</span>first<span class="Delimiter">,</span> last<span class="Delimiter">);</span> <span id="L365" class="LineNr">365 </span><span class="Delimiter">}</span> diff --git a/html/subx/003trace.test.cc.html b/html/subx/003trace.test.cc.html index 10ce2b51..2d875c8b 100644 --- a/html/subx/003trace.test.cc.html +++ b/html/subx/003trace.test.cc.html @@ -15,13 +15,13 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.cSpecial { color: #008000; } .LineNr { color: #444444; } .Constant { color: #00a0a0; } +.Delimiter { color: #800080; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/subx/010core.cc.html b/html/subx/010core.cc.html index f1dbbeeb..4488688c 100644 --- a/html/subx/010core.cc.html +++ b/html/subx/010core.cc.html @@ -15,18 +15,17 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.Constant { color: #00a0a0; } -.LineNr { color: #444444; } -.Identifier { color: #c0a020; } +.cSpecial { color: #008000; } +.traceContains { color: #008000; } .PreProc { color: #800080; } +.LineNr { color: #444444; } +.Constant { color: #00a0a0; } .Delimiter { color: #800080; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.traceContains { color: #008000; } -.cSpecial { color: #008000; } --> </style> @@ -107,7 +106,7 @@ if ('onhashchange' in window) { <span id="L44" class="LineNr"> 44 </span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> arg1 and arg2 must be signed </span><span class="Comment">*/</span><span class="PreProc"> \</span> <span id="L45" class="LineNr"> 45 </span><span class="PreProc"> </span><span class="Normal">int64_t</span><span class="PreProc"> tmp = arg1 op arg2</span><span class="Delimiter">;</span><span class="PreProc"> \</span> <span id="L46" class="LineNr"> 46 </span><span class="PreProc"> arg1 = arg1 op arg2</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L47" class="LineNr"> 47 </span><span class="PreProc"> trace(</span><span class="Constant">2</span><span class="Delimiter">,</span><span class="PreProc"> </span><span class="Constant">"run"</span><span class="PreProc">) << </span><span class="Constant">"storing 0x"</span><span class="PreProc"> << <a href='010core.cc.html#L230'>HEXWORD</a> << arg1 << end()</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L47" class="LineNr"> 47 </span><span class="PreProc"> trace(</span><span class="Constant">2</span><span class="Delimiter">,</span><span class="PreProc"> </span><span class="Constant">"run"</span><span class="PreProc">) << </span><span class="Constant">"storing 0x"</span><span class="PreProc"> << <a href='010core.cc.html#L244'>HEXWORD</a> << arg1 << end()</span><span class="Delimiter">;</span><span class="PreProc"> \</span> <span id="L48" class="LineNr"> 48 </span><span class="PreProc"> SF = (arg1 < </span><span class="Constant">0</span><span class="PreProc">)</span><span class="Delimiter">;</span><span class="PreProc"> \</span> <span id="L49" class="LineNr"> 49 </span><span class="PreProc"> ZF = (arg1 == </span><span class="Constant">0</span><span class="PreProc">)</span><span class="Delimiter">;</span><span class="PreProc"> \</span> <span id="L50" class="LineNr"> 50 </span><span class="PreProc"> <a href='010core.cc.html#L33'>OF</a> = (arg1 != tmp)</span><span class="Delimiter">;</span><span class="PreProc"> \</span> @@ -118,7 +117,7 @@ if ('onhashchange' in window) { <span id="L55" class="LineNr"> 55 </span><span class="PreProc">#define BINARY_BITWISE_OP(op</span><span class="Delimiter">,</span><span class="PreProc"> arg1</span><span class="Delimiter">,</span><span class="PreProc"> arg2) </span><span class="Delimiter">{</span><span class="PreProc"> \</span> <span id="L56" class="LineNr"> 56 </span><span class="PreProc"> </span><span class="Comment">/*</span><span class="Comment"> arg1 and arg2 must be unsigned </span><span class="Comment">*/</span><span class="PreProc"> \</span> <span id="L57" class="LineNr"> 57 </span><span class="PreProc"> arg1 = arg1 op arg2</span><span class="Delimiter">;</span><span class="PreProc"> \</span> -<span id="L58" class="LineNr"> 58 </span><span class="PreProc"> trace(</span><span class="Constant">2</span><span class="Delimiter">,</span><span class="PreProc"> </span><span class="Constant">"run"</span><span class="PreProc">) << </span><span class="Constant">"storing 0x"</span><span class="PreProc"> << <a href='010core.cc.html#L230'>HEXWORD</a> << arg1 << end()</span><span class="Delimiter">;</span><span class="PreProc"> \</span> +<span id="L58" class="LineNr"> 58 </span><span class="PreProc"> trace(</span><span class="Constant">2</span><span class="Delimiter">,</span><span class="PreProc"> </span><span class="Constant">"run"</span><span class="PreProc">) << </span><span class="Constant">"storing 0x"</span><span class="PreProc"> << <a href='010core.cc.html#L244'>HEXWORD</a> << arg1 << end()</span><span class="Delimiter">;</span><span class="PreProc"> \</span> <span id="L59" class="LineNr"> 59 </span><span class="PreProc"> SF = (arg1 >> </span><span class="Constant">31</span><span class="PreProc">)</span><span class="Delimiter">;</span><span class="PreProc"> \</span> <span id="L60" class="LineNr"> 60 </span><span class="PreProc"> ZF = (arg1 == </span><span class="Constant">0</span><span class="PreProc">)</span><span class="Delimiter">;</span><span class="PreProc"> \</span> <span id="L61" class="LineNr"> 61 </span><span class="PreProc"> <a href='010core.cc.html#L33'>OF</a> = </span><span class="Constant">false</span><span class="Delimiter">;</span><span class="PreProc"> \</span> @@ -148,7 +147,7 @@ if ('onhashchange' in window) { <span id="L85" class="LineNr"> 85 </span><span class="Comment"># opcode ModR/M SIB displacement immediate</span> <span id="L86" class="LineNr"> 86 </span><span class="Comment"># instruction mod, reg, Reg/Mem bits scale, index, base</span> <span id="L87" class="LineNr"> 87 </span><span class="Comment"># 1-3 bytes 0/1 byte 0/1 byte 0/1/2/4 bytes 0/1/2/4 bytes</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Conceal">¦</span> <span class="PreProc">0</span><span class="Constant">5</span> 0a 0b 0c 0d <span class="Comment"># add 0x0d0c0b0a to EAX</span> +<span id="L88" class="LineNr"> 88 </span> <span class="PreProc">0</span><span class="Constant">5</span> 0a 0b 0c 0d <span class="Comment"># add 0x0d0c0b0a to EAX</span> <span id="L89" class="LineNr"> 89 </span><span class="Comment"># All hex bytes must be exactly 2 characters each. No '0x' prefixes.</span> <span id="L90" class="LineNr"> 90 </span><span class="traceContains">+load: 1 -> 05</span> <span id="L91" class="LineNr"> 91 </span><span class="traceContains">+load: 2 -> 0a</span> @@ -165,52 +164,52 @@ if ('onhashchange' in window) { <span id="L102" class="LineNr">102 </span> <a href='010core.cc.html#L154'>load_program</a><span class="Delimiter">(</span>text_bytes<span class="Delimiter">);</span> <span id="L103" class="LineNr">103 </span> <a href='010core.cc.html#L23'>EIP</a> = <span class="Constant">1</span><span class="Delimiter">;</span> <span class="Comment">// preserve null pointer</span> <span id="L104" class="LineNr">104 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='010core.cc.html#L23'>EIP</a> < <a href='010core.cc.html#L68'>End_of_program</a><span class="Delimiter">)</span> -<span id="L105" class="LineNr">105 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L109'>run_one_instruction</a><span class="Delimiter">();</span> +<span id="L105" class="LineNr">105 </span> <a href='010core.cc.html#L109'>run_one_instruction</a><span class="Delimiter">();</span> <span id="L106" class="LineNr">106 </span><span class="Delimiter">}</span> <span id="L107" class="LineNr">107 </span> <span id="L108" class="LineNr">108 </span><span class="Comment">// skeleton of how x86 instructions are decoded</span> <span id="L109" class="LineNr">109 </span><span class="Normal">void</span> <a href='010core.cc.html#L109'>run_one_instruction</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> <span id="L110" class="LineNr">110 </span> <span class="Normal">uint8_t</span> op=<span class="Constant">0</span><span class="Delimiter">,</span> op2=<span class="Constant">0</span><span class="Delimiter">,</span> op3=<span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L111" class="LineNr">111 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"inst: 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << <a href='010core.cc.html#L23'>EIP</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L111" class="LineNr">111 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"inst: 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << <a href='010core.cc.html#L23'>EIP</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> <span id="L112" class="LineNr">112 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>op = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> <span id="L113" class="LineNr">113 </span> <span class="Normal">case</span> <span class="Constant">0xf4</span>: <span class="Comment">// hlt</span> -<span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L23'>EIP</a> = <a href='010core.cc.html#L68'>End_of_program</a><span class="Delimiter">;</span> -<span id="L115" class="LineNr">115 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L114" class="LineNr">114 </span> <a href='010core.cc.html#L23'>EIP</a> = <a href='010core.cc.html#L68'>End_of_program</a><span class="Delimiter">;</span> +<span id="L115" class="LineNr">115 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L116" class="LineNr">116 </span> <span class="Comment">// our first opcode</span> <span id="L117" class="LineNr">117 </span> <span class="Normal">case</span> <span class="Constant">0x05</span>: <span class="Delimiter">{</span> <span class="Comment">// add imm32 to EAX</span> -<span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> -<span id="L119" class="LineNr">119 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"add <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << arg2 << <span class="Constant">" to <a href='010core.cc.html#L17'>reg</a> EAX"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L120" class="LineNr">120 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L43'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>+<span class="Delimiter">,</span> Reg[EAX]<span class="Delimiter">.</span>i<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> -<span id="L121" class="LineNr">121 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L118" class="LineNr">118 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> +<span id="L119" class="LineNr">119 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"add <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << arg2 << <span class="Constant">" to <a href='010core.cc.html#L17'>reg</a> EAX"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L120" class="LineNr">120 </span> <a href='010core.cc.html#L43'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>+<span class="Delimiter">,</span> Reg[EAX]<span class="Delimiter">.</span>i<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> +<span id="L121" class="LineNr">121 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L122" class="LineNr">122 </span> <span class="Delimiter">}</span> <span id="L123" class="LineNr">123 </span> <span class="Comment">// End Single-Byte Opcodes</span> <span id="L124" class="LineNr">124 </span> <span class="Normal">case</span> <span class="Constant">0x0f</span>: -<span id="L125" class="LineNr">125 </span> <span class="Conceal">¦</span> <span class="Normal">switch</span><span class="Delimiter">(</span>op2 = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L126" class="LineNr">126 </span> <span class="Conceal">¦</span> <span class="Comment">// End Two-Byte Opcodes Starting With 0f</span> -<span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span> <span class="Normal">default</span>: -<span id="L128" class="LineNr">128 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << <span class="Constant">"unrecognized second opcode after 0f: "</span> << <a href='010core.cc.html#L229'>HEXBYTE</a> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>op2<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L125" class="LineNr">125 </span> <span class="Normal">switch</span><span class="Delimiter">(</span>op2 = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L126" class="LineNr">126 </span> <span class="Comment">// End Two-Byte Opcodes Starting With 0f</span> +<span id="L127" class="LineNr">127 </span> <span class="Normal">default</span>: +<span id="L128" class="LineNr">128 </span> cerr << <span class="Constant">"unrecognized second opcode after 0f: "</span> << <a href='010core.cc.html#L243'>HEXBYTE</a> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>op2<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L129" class="LineNr">129 </span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L130" class="LineNr">130 </span> <span class="Delimiter">}</span> +<span id="L131" class="LineNr">131 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L132" class="LineNr">132 </span> <span class="Normal">case</span> <span class="Constant">0xf3</span>: -<span id="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> <span class="Normal">switch</span><span class="Delimiter">(</span>op2 = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L134" class="LineNr">134 </span> <span class="Conceal">¦</span> <span class="Comment">// End Two-Byte Opcodes Starting With f3</span> -<span id="L135" class="LineNr">135 </span> <span class="Conceal">¦</span> <span class="Normal">case</span> <span class="Constant">0x0f</span>: -<span id="L136" class="LineNr">136 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">switch</span><span class="Delimiter">(</span>op3 = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> -<span id="L137" class="LineNr">137 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment">// End Three-Byte Opcodes Starting With f3 0f</span> -<span id="L138" class="LineNr">138 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">default</span>: -<span id="L139" class="LineNr">139 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << <span class="Constant">"unrecognized third opcode after f3 0f: "</span> << <a href='010core.cc.html#L229'>HEXBYTE</a> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>op3<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L140" class="LineNr">140 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L141" class="LineNr">141 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L142" class="LineNr">142 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L143" class="LineNr">143 </span> <span class="Conceal">¦</span> <span class="Normal">default</span>: -<span id="L144" class="LineNr">144 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> cerr << <span class="Constant">"unrecognized second opcode after f3: "</span> << <a href='010core.cc.html#L229'>HEXBYTE</a> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>op2<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L145" class="LineNr">145 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L146" class="LineNr">146 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L147" class="LineNr">147 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L133" class="LineNr">133 </span> <span class="Normal">switch</span><span class="Delimiter">(</span>op2 = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L134" class="LineNr">134 </span> <span class="Comment">// End Two-Byte Opcodes Starting With f3</span> +<span id="L135" class="LineNr">135 </span> <span class="Normal">case</span> <span class="Constant">0x0f</span>: +<span id="L136" class="LineNr">136 </span> <span class="Normal">switch</span><span class="Delimiter">(</span>op3 = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">())</span> <span class="Delimiter">{</span> +<span id="L137" class="LineNr">137 </span> <span class="Comment">// End Three-Byte Opcodes Starting With f3 0f</span> +<span id="L138" class="LineNr">138 </span> <span class="Normal">default</span>: +<span id="L139" class="LineNr">139 </span> cerr << <span class="Constant">"unrecognized third opcode after f3 0f: "</span> << <a href='010core.cc.html#L243'>HEXBYTE</a> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>op3<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L140" class="LineNr">140 </span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L141" class="LineNr">141 </span> <span class="Delimiter">}</span> +<span id="L142" class="LineNr">142 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L143" class="LineNr">143 </span> <span class="Normal">default</span>: +<span id="L144" class="LineNr">144 </span> cerr << <span class="Constant">"unrecognized second opcode after f3: "</span> << <a href='010core.cc.html#L243'>HEXBYTE</a> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>op2<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L145" class="LineNr">145 </span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L146" class="LineNr">146 </span> <span class="Delimiter">}</span> +<span id="L147" class="LineNr">147 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L148" class="LineNr">148 </span> <span class="Normal">default</span>: -<span id="L149" class="LineNr">149 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"unrecognized opcode: "</span> << <a href='010core.cc.html#L229'>HEXBYTE</a> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>op<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L150" class="LineNr">150 </span> <span class="Conceal">¦</span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L149" class="LineNr">149 </span> cerr << <span class="Constant">"unrecognized opcode: "</span> << <a href='010core.cc.html#L243'>HEXBYTE</a> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>op<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L150" class="LineNr">150 </span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L151" class="LineNr">151 </span> <span class="Delimiter">}</span> <span id="L152" class="LineNr">152 </span><span class="Delimiter">}</span> <span id="L153" class="LineNr">153 </span> @@ -219,47 +218,47 @@ if ('onhashchange' in window) { <span id="L156" class="LineNr">156 </span> istringstream in<span class="Delimiter">(</span>text_bytes<span class="Delimiter">);</span> <span id="L157" class="LineNr">157 </span> in >> std::noskipws<span class="Delimiter">;</span> <span id="L158" class="LineNr">158 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L188'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L159" class="LineNr">159 </span> <span class="Conceal">¦</span> <span class="Normal">char</span> c1 = <a href='010core.cc.html#L177'>next_hex_byte</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L160" class="LineNr">160 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c1 == <span class="cSpecial">'\0'</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L161" class="LineNr">161 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L162" class="LineNr">162 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>raise</a> << <span class="Constant">"input program truncated mid-byte</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L163" class="LineNr">163 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L164" class="LineNr">164 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L165" class="LineNr">165 </span> <span class="Conceal">¦</span> <span class="Normal">char</span> c2 = <a href='010core.cc.html#L177'>next_hex_byte</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> -<span id="L166" class="LineNr">166 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c2 == <span class="cSpecial">'\0'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L167" class="LineNr">167 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>raise</a> << <span class="Constant">"input program truncated mid-byte</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L168" class="LineNr">168 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">return</span><span class="Delimiter">;</span> -<span id="L169" class="LineNr">169 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L170" class="LineNr">170 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L67'>Mem</a><span class="Delimiter">.</span>at<span class="Delimiter">(</span>addr<span class="Delimiter">)</span> = <a href='010core.cc.html#L204'>to_byte</a><span class="Delimiter">(</span>c1<span class="Delimiter">,</span> c2<span class="Delimiter">);</span> -<span id="L171" class="LineNr">171 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">99</span><span class="Delimiter">,</span> <span class="Constant">"load"</span><span class="Delimiter">)</span> << addr << <span class="Constant">" -> "</span> << <a href='010core.cc.html#L229'>HEXBYTE</a> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span><a href='010core.cc.html#L67'>Mem</a><span class="Delimiter">.</span>at<span class="Delimiter">(</span>addr<span class="Delimiter">))</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L172" class="LineNr">172 </span> <span class="Conceal">¦</span> addr++<span class="Delimiter">;</span> +<span id="L159" class="LineNr">159 </span> <span class="Normal">char</span> c1 = <a href='010core.cc.html#L177'>next_hex_byte</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L160" class="LineNr">160 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c1 == <span class="cSpecial">'\0'</span><span class="Delimiter">)</span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L161" class="LineNr">161 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!has_data<span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L162" class="LineNr">162 </span> <a href='003trace.cc.html#L167'>raise</a> << <span class="Constant">"input program truncated mid-byte</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L163" class="LineNr">163 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L164" class="LineNr">164 </span> <span class="Delimiter">}</span> +<span id="L165" class="LineNr">165 </span> <span class="Normal">char</span> c2 = <a href='010core.cc.html#L177'>next_hex_byte</a><span class="Delimiter">(</span>in<span class="Delimiter">);</span> +<span id="L166" class="LineNr">166 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c2 == <span class="cSpecial">'\0'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L167" class="LineNr">167 </span> <a href='003trace.cc.html#L167'>raise</a> << <span class="Constant">"input program truncated mid-byte</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L168" class="LineNr">168 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> +<span id="L169" class="LineNr">169 </span> <span class="Delimiter">}</span> +<span id="L170" class="LineNr">170 </span> <a href='010core.cc.html#L67'>Mem</a><span class="Delimiter">.</span>at<span class="Delimiter">(</span>addr<span class="Delimiter">)</span> = <a href='010core.cc.html#L204'>to_byte</a><span class="Delimiter">(</span>c1<span class="Delimiter">,</span> c2<span class="Delimiter">);</span> +<span id="L171" class="LineNr">171 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">99</span><span class="Delimiter">,</span> <span class="Constant">"load"</span><span class="Delimiter">)</span> << addr << <span class="Constant">" -> "</span> << <a href='010core.cc.html#L243'>HEXBYTE</a> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span><a href='010core.cc.html#L67'>Mem</a><span class="Delimiter">.</span>at<span class="Delimiter">(</span>addr<span class="Delimiter">))</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L172" class="LineNr">172 </span> addr++<span class="Delimiter">;</span> <span id="L173" class="LineNr">173 </span> <span class="Delimiter">}</span> <span id="L174" class="LineNr">174 </span> <a href='010core.cc.html#L68'>End_of_program</a> = addr<span class="Delimiter">;</span> <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="Normal">char</span> <a href='010core.cc.html#L177'>next_hex_byte</a><span class="Delimiter">(</span>istream& in<span class="Delimiter">)</span> <span class="Delimiter">{</span> <span id="L178" class="LineNr">178 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L188'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L179" class="LineNr">179 </span> <span class="Conceal">¦</span> <span class="Normal">char</span> c = <span class="cSpecial">'\0'</span><span class="Delimiter">;</span> -<span id="L180" class="LineNr">180 </span> <span class="Conceal">¦</span> in >> c<span class="Delimiter">;</span> -<span id="L181" class="LineNr">181 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">' '</span> || c == <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> -<span id="L182" class="LineNr">182 </span> <span class="Conceal">¦</span> <span class="Normal">while</span> <span class="Delimiter">(</span>c == <span class="Constant">'#'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L183" class="LineNr">183 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L188'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> in >> c<span class="Delimiter">;</span> -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L186" class="LineNr">186 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> in >> c<span class="Delimiter">;</span> -<span id="L187" class="LineNr">187 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L188" class="LineNr">188 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L189" class="LineNr">189 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\0'</span><span class="Delimiter">)</span> <span class="Identifier">return</span> c<span class="Delimiter">;</span> -<span id="L192" class="LineNr">192 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c >= <span class="Constant">'0'</span> && c <= <span class="Constant">'9'</span><span class="Delimiter">)</span> <span class="Identifier">return</span> c<span class="Delimiter">;</span> -<span id="L193" class="LineNr">193 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c >= <span class="Constant">'a'</span> && c <= <span class="Constant">'f'</span><span class="Delimiter">)</span> <span class="Identifier">return</span> c<span class="Delimiter">;</span> -<span id="L194" class="LineNr">194 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>c >= <span class="Constant">'A'</span> && c <= <span class="Constant">'F'</span><span class="Delimiter">)</span> <span class="Identifier">return</span> tolower<span class="Delimiter">(</span>c<span class="Delimiter">);</span> -<span id="L195" class="LineNr">195 </span> <span class="Conceal">¦</span> <span class="Comment">// disallow any non-hex characters, including a '0x' prefix</span> -<span id="L196" class="LineNr">196 </span> <span class="Conceal">¦</span> <span class="Normal">if</span> <span class="Delimiter">(</span>!isspace<span class="Delimiter">(</span>c<span class="Delimiter">))</span> <span class="Delimiter">{</span> -<span id="L197" class="LineNr">197 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L167'>raise</a> << <span class="Constant">"invalid non-hex character "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>c<span class="Delimiter">)</span> << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L198" class="LineNr">198 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L199" class="LineNr">199 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> +<span id="L179" class="LineNr">179 </span> <span class="Normal">char</span> c = <span class="cSpecial">'\0'</span><span class="Delimiter">;</span> +<span id="L180" class="LineNr">180 </span> in >> c<span class="Delimiter">;</span> +<span id="L181" class="LineNr">181 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="Constant">' '</span> || c == <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> <span class="Identifier">continue</span><span class="Delimiter">;</span> +<span id="L182" class="LineNr">182 </span> <span class="Normal">while</span> <span class="Delimiter">(</span>c == <span class="Constant">'#'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L183" class="LineNr">183 </span> <span class="Normal">while</span> <span class="Delimiter">(</span><a href='001help.cc.html#L188'>has_data</a><span class="Delimiter">(</span>in<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L184" class="LineNr">184 </span> in >> c<span class="Delimiter">;</span> +<span id="L185" class="LineNr">185 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\n'</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L186" class="LineNr">186 </span> in >> c<span class="Delimiter">;</span> +<span id="L187" class="LineNr">187 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L188" class="LineNr">188 </span> <span class="Delimiter">}</span> +<span id="L189" class="LineNr">189 </span> <span class="Delimiter">}</span> +<span id="L190" class="LineNr">190 </span> <span class="Delimiter">}</span> +<span id="L191" class="LineNr">191 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c == <span class="cSpecial">'\0'</span><span class="Delimiter">)</span> <span class="Identifier">return</span> c<span class="Delimiter">;</span> +<span id="L192" class="LineNr">192 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c >= <span class="Constant">'0'</span> && c <= <span class="Constant">'9'</span><span class="Delimiter">)</span> <span class="Identifier">return</span> c<span class="Delimiter">;</span> +<span id="L193" class="LineNr">193 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c >= <span class="Constant">'a'</span> && c <= <span class="Constant">'f'</span><span class="Delimiter">)</span> <span class="Identifier">return</span> c<span class="Delimiter">;</span> +<span id="L194" class="LineNr">194 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>c >= <span class="Constant">'A'</span> && c <= <span class="Constant">'F'</span><span class="Delimiter">)</span> <span class="Identifier">return</span> tolower<span class="Delimiter">(</span>c<span class="Delimiter">);</span> +<span id="L195" class="LineNr">195 </span> <span class="Comment">// disallow any non-hex characters, including a '0x' prefix</span> +<span id="L196" class="LineNr">196 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!isspace<span class="Delimiter">(</span>c<span class="Delimiter">))</span> <span class="Delimiter">{</span> +<span id="L197" class="LineNr">197 </span> <a href='003trace.cc.html#L167'>raise</a> << <span class="Constant">"invalid non-hex character "</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>c<span class="Delimiter">)</span> << <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L198" class="LineNr">198 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L199" class="LineNr">199 </span> <span class="Delimiter">}</span> <span id="L200" class="LineNr">200 </span> <span class="Delimiter">}</span> <span id="L201" class="LineNr">201 </span> <span class="Identifier">return</span> <span class="cSpecial">'\0'</span><span class="Delimiter">;</span> <span id="L202" class="LineNr">202 </span><span class="Delimiter">}</span> @@ -287,13 +286,27 @@ if ('onhashchange' in window) { <span id="L224" class="LineNr">224 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> <span id="L225" class="LineNr">225 </span><span class="Delimiter">}</span> <span id="L226" class="LineNr">226 </span> -<span id="L227" class="LineNr">227 </span><span class="Delimiter">:(before "End Includes")</span> -<span id="L228" class="LineNr">228 </span><span class="PreProc">#include </span><span class="Constant"><iomanip></span> -<span id="L229" class="LineNr">229 </span><span class="PreProc">#define HEXBYTE std::hex << std::setw(</span><span class="Constant">2</span><span class="PreProc">) << std::setfill(</span><span class="Constant">'0'</span><span class="PreProc">)</span> -<span id="L230" class="LineNr">230 </span><span class="PreProc">#define HEXWORD std::hex << std::setw(</span><span class="Constant">8</span><span class="PreProc">) << std::setfill(</span><span class="Constant">'0'</span><span class="PreProc">)</span> -<span id="L231" class="LineNr">231 </span><span class="Comment">// ugly that iostream doesn't print uint8_t as an integer</span> -<span id="L232" class="LineNr">232 </span><span class="PreProc">#define NUM(X) </span><span class="Normal">static_cast</span><span class="PreProc"><</span><span class="Normal">int</span><span class="PreProc">>(X)</span> -<span id="L233" class="LineNr">233 </span><span class="PreProc">#include </span><span class="Constant"><stdint.h></span> +<span id="L227" class="LineNr">227 </span>string <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span><span class="Normal">uint8_t</span> r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L228" class="LineNr">228 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>r<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L229" class="LineNr">229 </span> <span class="Normal">case</span> <span class="Constant">0</span>: <span class="Identifier">return</span> <span class="Constant">"EAX"</span><span class="Delimiter">;</span> +<span id="L230" class="LineNr">230 </span> <span class="Normal">case</span> <span class="Constant">1</span>: <span class="Identifier">return</span> <span class="Constant">"ECX"</span><span class="Delimiter">;</span> +<span id="L231" class="LineNr">231 </span> <span class="Normal">case</span> <span class="Constant">2</span>: <span class="Identifier">return</span> <span class="Constant">"EDX"</span><span class="Delimiter">;</span> +<span id="L232" class="LineNr">232 </span> <span class="Normal">case</span> <span class="Constant">3</span>: <span class="Identifier">return</span> <span class="Constant">"EBX"</span><span class="Delimiter">;</span> +<span id="L233" class="LineNr">233 </span> <span class="Normal">case</span> <span class="Constant">4</span>: <span class="Identifier">return</span> <span class="Constant">"ESP"</span><span class="Delimiter">;</span> +<span id="L234" class="LineNr">234 </span> <span class="Normal">case</span> <span class="Constant">5</span>: <span class="Identifier">return</span> <span class="Constant">"EBP"</span><span class="Delimiter">;</span> +<span id="L235" class="LineNr">235 </span> <span class="Normal">case</span> <span class="Constant">6</span>: <span class="Identifier">return</span> <span class="Constant">"ESI"</span><span class="Delimiter">;</span> +<span id="L236" class="LineNr">236 </span> <span class="Normal">case</span> <span class="Constant">7</span>: <span class="Identifier">return</span> <span class="Constant">"EDI"</span><span class="Delimiter">;</span> +<span id="L237" class="LineNr">237 </span> <span class="Normal">default</span>: <a href='003trace.cc.html#L167'>raise</a> << <span class="Constant">"invalid register "</span> << r << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> <span class="Identifier">return</span> <span class="Constant">""</span><span class="Delimiter">;</span> +<span id="L238" class="LineNr">238 </span> <span class="Delimiter">}</span> +<span id="L239" class="LineNr">239 </span><span class="Delimiter">}</span> +<span id="L240" class="LineNr">240 </span> +<span id="L241" class="LineNr">241 </span><span class="Delimiter">:(before "End Includes")</span> +<span id="L242" class="LineNr">242 </span><span class="PreProc">#include </span><span class="Constant"><iomanip></span> +<span id="L243" class="LineNr">243 </span><span class="PreProc">#define HEXBYTE std::hex << std::setw(</span><span class="Constant">2</span><span class="PreProc">) << std::setfill(</span><span class="Constant">'0'</span><span class="PreProc">)</span> +<span id="L244" class="LineNr">244 </span><span class="PreProc">#define HEXWORD std::hex << std::setw(</span><span class="Constant">8</span><span class="PreProc">) << std::setfill(</span><span class="Constant">'0'</span><span class="PreProc">)</span> +<span id="L245" class="LineNr">245 </span><span class="Comment">// ugly that iostream doesn't print uint8_t as an integer</span> +<span id="L246" class="LineNr">246 </span><span class="PreProc">#define NUM(X) </span><span class="Normal">static_cast</span><span class="PreProc"><</span><span class="Normal">int</span><span class="PreProc">>(X)</span> +<span id="L247" class="LineNr">247 </span><span class="PreProc">#include </span><span class="Constant"><stdint.h></span> </pre> </body> </html> diff --git a/html/subx/011direct_addressing.cc.html b/html/subx/011direct_addressing.cc.html index 810eea89..b1441467 100644 --- a/html/subx/011direct_addressing.cc.html +++ b/html/subx/011direct_addressing.cc.html @@ -15,20 +15,19 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.cSpecial { color: #008000; } .traceContains { color: #008000; } -.PreProc { color: #800080; } +.Error { color: #ffffff; background-color: #ff6060; padding-bottom: 1px; } .LineNr { color: #444444; } +.Constant { color: #00a0a0; } .SalientComment { color: #00ffff; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } .Identifier { color: #c0a020; } -.Constant { color: #00a0a0; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.cSpecial { color: #008000; } -.Error { color: #ffffff; background-color: #ff6060; padding-bottom: 1px; } +.PreProc { color: #800080; } --> </style> @@ -69,283 +68,322 @@ if ('onhashchange' in window) { <span id="L4" class="LineNr"> 4 </span><span class="Special">% Reg[0].i = 0x10;</span> <span id="L5" class="LineNr"> 5 </span><span class="Special">% Reg[3].i = 1;</span> <span id="L6" class="LineNr"> 6 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> -<span id="L7" class="LineNr"> 7 </span> <span class="PreProc">0</span><span class="Constant">1</span> d8 <span class="Comment"># add EBX (reg 3) to EAX (reg 0)</span> -<span id="L8" class="LineNr"> 8 </span><span class="traceContains">+run: add <a href='010core.cc.html#L17'>reg</a> 3 to effective address</span> -<span id="L9" class="LineNr"> 9 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 0</span> -<span id="L10" class="LineNr"> 10 </span><span class="traceContains">+run: storing 0x00000011</span> -<span id="L11" class="LineNr"> 11 </span> -<span id="L12" class="LineNr"> 12 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L13" class="LineNr"> 13 </span><span class="Normal">case</span> <span class="Constant">0x01</span>: <span class="Delimiter">{</span> <span class="Comment">// add r32 to r/m32</span> -<span id="L14" class="LineNr"> 14 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L15" class="LineNr"> 15 </span> <span class="Normal">uint8_t</span> arg2 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L16" class="LineNr"> 16 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"add <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>arg2<span class="Delimiter">)</span> << <span class="Constant">" to effective address"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L17" class="LineNr"> 17 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L18" class="LineNr"> 18 </span> <a href='010core.cc.html#L43'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>+<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> Reg[arg2]<span class="Delimiter">.</span>i<span class="Delimiter">);</span> -<span id="L19" class="LineNr"> 19 </span> <span class="Identifier">break</span><span class="Delimiter">;</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="Delimiter">:(code)</span> -<span id="L23" class="LineNr"> 23 </span><span class="Comment">// Implement tables 2-2 and 2-3 in the Intel manual, Volume 2.</span> -<span id="L24" class="LineNr"> 24 </span><span class="Comment">// We return a pointer so that instructions can write to multiple bytes in</span> -<span id="L25" class="LineNr"> 25 </span><span class="Comment">// 'Mem' at once.</span> -<span id="L26" class="LineNr"> 26 </span><span class="Normal">int32_t</span>* <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span><span class="Normal">uint8_t</span> modrm<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Normal">uint8_t</span> mod = <span class="Delimiter">(</span>modrm>><span class="Constant">6</span><span class="Delimiter">);</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Comment">// ignore middle 3 'reg opcode' bits</span> -<span id="L29" class="LineNr"> 29 </span> <span class="Normal">uint8_t</span> rm = modrm & <span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L30" class="LineNr"> 30 </span> <span class="Normal">int32_t</span>* result = <span class="Constant">0</span><span class="Delimiter">;</span> -<span id="L31" class="LineNr"> 31 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>mod<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L32" class="LineNr"> 32 </span> <span class="Normal">case</span> <span class="Constant">3</span>: -<span id="L33" class="LineNr"> 33 </span> <span class="Conceal">¦</span> <span class="Comment">// mod 3 is just register direct addressing</span> -<span id="L34" class="LineNr"> 34 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"effective address is <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>rm<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L35" class="LineNr"> 35 </span> <span class="Conceal">¦</span> result = &Reg[rm]<span class="Delimiter">.</span>i<span class="Delimiter">;</span> -<span id="L36" class="LineNr"> 36 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L37" class="LineNr"> 37 </span> <span class="Comment">// End Mod Special-cases</span> +<span id="L7" class="LineNr"> 7 </span> <span class="PreProc">0</span><span class="Constant">1</span> d8 <span class="Comment"># add EBX to EAX</span> +<span id="L8" class="LineNr"> 8 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 011 (src EBX) 000 (dest EAX)</span> +<span id="L9" class="LineNr"> 9 </span><span class="traceContains">+run: add <a href='010core.cc.html#L10'>EBX</a> to r/m32</span> +<span id="L10" class="LineNr"> 10 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L7'>EAX</a></span> +<span id="L11" class="LineNr"> 11 </span><span class="traceContains">+run: storing 0x00000011</span> +<span id="L12" class="LineNr"> 12 </span> +<span id="L13" class="LineNr"> 13 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L14" class="LineNr"> 14 </span><span class="Normal">case</span> <span class="Constant">0x01</span>: <span class="Delimiter">{</span> <span class="Comment">// add r32 to r/m32</span> +<span id="L15" class="LineNr"> 15 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L16" class="LineNr"> 16 </span> <span class="Normal">uint8_t</span> arg2 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L17" class="LineNr"> 17 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"add "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>arg2<span class="Delimiter">)</span> << <span class="Constant">" to r/m32"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L18" class="LineNr"> 18 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L19" class="LineNr"> 19 </span> <a href='010core.cc.html#L43'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>+<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> Reg[arg2]<span class="Delimiter">.</span>i<span class="Delimiter">);</span> +<span id="L20" class="LineNr"> 20 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L21" class="LineNr"> 21 </span><span class="Delimiter">}</span> +<span id="L22" class="LineNr"> 22 </span> +<span id="L23" class="LineNr"> 23 </span><span class="Delimiter">:(code)</span> +<span id="L24" class="LineNr"> 24 </span><span class="Comment">// Implement tables 2-2 and 2-3 in the Intel manual, Volume 2.</span> +<span id="L25" class="LineNr"> 25 </span><span class="Comment">// We return a pointer so that instructions can write to multiple bytes in</span> +<span id="L26" class="LineNr"> 26 </span><span class="Comment">// 'Mem' at once.</span> +<span id="L27" class="LineNr"> 27 </span><span class="Normal">int32_t</span>* <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span><span class="Normal">uint8_t</span> modrm<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L28" class="LineNr"> 28 </span> <span class="Normal">uint8_t</span> mod = <span class="Delimiter">(</span>modrm>><span class="Constant">6</span><span class="Delimiter">);</span> +<span id="L29" class="LineNr"> 29 </span> <span class="Comment">// ignore middle 3 'reg opcode' bits</span> +<span id="L30" class="LineNr"> 30 </span> <span class="Normal">uint8_t</span> rm = modrm & <span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L31" class="LineNr"> 31 </span> <span class="Normal">uint32_t</span> addr = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L32" class="LineNr"> 32 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>mod<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L33" class="LineNr"> 33 </span> <span class="Normal">case</span> <span class="Constant">3</span>: +<span id="L34" class="LineNr"> 34 </span> <span class="Comment">// mod 3 is just register direct addressing</span> +<span id="L35" class="LineNr"> 35 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"r/m32 is "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>rm<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L36" class="LineNr"> 36 </span> <span class="Identifier">return</span> &Reg[rm]<span class="Delimiter">.</span>i<span class="Delimiter">;</span> +<span id="L37" class="LineNr"> 37 </span> <span class="Comment">// End Mod Special-cases(addr)</span> <span id="L38" class="LineNr"> 38 </span> <span class="Normal">default</span>: -<span id="L39" class="LineNr"> 39 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"unrecognized mod bits: "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>mod<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L39" class="LineNr"> 39 </span> cerr << <span class="Constant">"unrecognized mod bits: "</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>mod<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L40" class="LineNr"> 40 </span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> <span id="L41" class="LineNr"> 41 </span> <span class="Delimiter">}</span> -<span id="L42" class="LineNr"> 42 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</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="SalientComment">//:: subtract</span> -<span id="L46" class="LineNr"> 46 </span> -<span id="L47" class="LineNr"> 47 </span><span class="Delimiter">:(scenario subtract_r32_from_r32)</span> -<span id="L48" class="LineNr"> 48 </span><span class="Special">% Reg[0].i = 10;</span> -<span id="L49" class="LineNr"> 49 </span><span class="Special">% Reg[3].i = 1;</span> -<span id="L50" class="LineNr"> 50 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> -<span id="L51" class="LineNr"> 51 </span> <span class="Constant">29</span> d8 <span class="Comment"># subtract EBX (reg 3) from EAX (reg 0)</span> -<span id="L52" class="LineNr"> 52 </span><span class="traceContains">+run: subtract <a href='010core.cc.html#L17'>reg</a> 3 from effective address</span> -<span id="L53" class="LineNr"> 53 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 0</span> -<span id="L54" class="LineNr"> 54 </span><span class="traceContains">+run: storing 0x00000009</span> -<span id="L55" class="LineNr"> 55 </span> -<span id="L56" class="LineNr"> 56 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L57" class="LineNr"> 57 </span><span class="Normal">case</span> <span class="Constant">0x29</span>: <span class="Delimiter">{</span> <span class="Comment">// subtract r32 from r/m32</span> -<span id="L58" class="LineNr"> 58 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Normal">uint8_t</span> arg2 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L60" class="LineNr"> 60 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subtract <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>arg2<span class="Delimiter">)</span> << <span class="Constant">" from effective address"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L61" class="LineNr"> 61 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L62" class="LineNr"> 62 </span> <a href='010core.cc.html#L43'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>-<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> Reg[arg2]<span class="Delimiter">.</span>i<span class="Delimiter">);</span> -<span id="L63" class="LineNr"> 63 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L64" class="LineNr"> 64 </span><span class="Delimiter">}</span> -<span id="L65" class="LineNr"> 65 </span> -<span id="L66" class="LineNr"> 66 </span><span class="SalientComment">//:: and</span> -<span id="L67" class="LineNr"> 67 </span> -<span id="L68" class="LineNr"> 68 </span><span class="Delimiter">:(scenario and_r32_with_r32)</span> -<span id="L69" class="LineNr"> 69 </span><span class="Special">% Reg[0].i = 0x0a0b0c0d;</span> -<span id="L70" class="LineNr"> 70 </span><span class="Special">% Reg[3].i = 0x000000ff;</span> -<span id="L71" class="LineNr"> 71 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Constant">21</span> d8 <span class="Comment"># and EBX (reg 3) with destination EAX (reg 0)</span> -<span id="L73" class="LineNr"> 73 </span><span class="traceContains">+run: and <a href='010core.cc.html#L17'>reg</a> 3 with effective address</span> -<span id="L74" class="LineNr"> 74 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 0</span> -<span id="L75" class="LineNr"> 75 </span><span class="traceContains">+run: storing 0x0000000d</span> -<span id="L76" class="LineNr"> 76 </span> -<span id="L77" class="LineNr"> 77 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L78" class="LineNr"> 78 </span><span class="Normal">case</span> <span class="Constant">0x21</span>: <span class="Delimiter">{</span> <span class="Comment">// and r32 with r/m32</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Normal">uint8_t</span> arg2 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L81" class="LineNr"> 81 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"and <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>arg2<span class="Delimiter">)</span> << <span class="Constant">" with effective address"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L83" class="LineNr"> 83 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>&<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> Reg[arg2]<span class="Delimiter">.</span>u<span class="Delimiter">);</span> -<span id="L84" class="LineNr"> 84 </span> <span class="Identifier">break</span><span class="Delimiter">;</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="SalientComment">//:: or</span> -<span id="L88" class="LineNr"> 88 </span> -<span id="L89" class="LineNr"> 89 </span><span class="Delimiter">:(scenario or_r32_with_r32)</span> -<span id="L90" class="LineNr"> 90 </span><span class="Special">% Reg[0].i = 0x0a0b0c0d;</span> -<span id="L91" class="LineNr"> 91 </span><span class="Special">% Reg[3].i = 0xa0b0c0d0;</span> -<span id="L92" class="LineNr"> 92 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> -<span id="L93" class="LineNr"> 93 </span> <span class="Error">09</span> d8 <span class="Comment"># or EBX (reg 3) with destination EAX (reg 0)</span> -<span id="L94" class="LineNr"> 94 </span><span class="traceContains">+run: or <a href='010core.cc.html#L17'>reg</a> 3 with effective address</span> -<span id="L95" class="LineNr"> 95 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 0</span> -<span id="L96" class="LineNr"> 96 </span><span class="traceContains">+run: storing 0xaabbccdd</span> -<span id="L97" class="LineNr"> 97 </span> -<span id="L98" class="LineNr"> 98 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L99" class="LineNr"> 99 </span><span class="Normal">case</span> <span class="Constant">0x09</span>: <span class="Delimiter">{</span> <span class="Comment">// or r32 with r/m32</span> -<span id="L100" class="LineNr">100 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L101" class="LineNr">101 </span> <span class="Normal">uint8_t</span> arg2 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L102" class="LineNr">102 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"or <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>arg2<span class="Delimiter">)</span> << <span class="Constant">" with effective address"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L103" class="LineNr">103 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L104" class="LineNr">104 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>|<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> Reg[arg2]<span class="Delimiter">.</span>u<span class="Delimiter">);</span> -<span id="L105" class="LineNr">105 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L106" class="LineNr">106 </span><span class="Delimiter">}</span> -<span id="L107" class="LineNr">107 </span> -<span id="L108" class="LineNr">108 </span><span class="SalientComment">//:: xor</span> -<span id="L109" class="LineNr">109 </span> -<span id="L110" class="LineNr">110 </span><span class="Delimiter">:(scenario xor_r32_with_r32)</span> -<span id="L111" class="LineNr">111 </span><span class="Special">% Reg[0].i = 0x0a0b0c0d;</span> -<span id="L112" class="LineNr">112 </span><span class="Special">% Reg[3].i = 0xaabbc0d0;</span> -<span id="L113" class="LineNr">113 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> -<span id="L114" class="LineNr">114 </span> <span class="Constant">31</span> d8 <span class="Comment"># xor EBX (reg 3) with destination EAX (reg 0)</span> -<span id="L115" class="LineNr">115 </span><span class="traceContains">+run: xor <a href='010core.cc.html#L17'>reg</a> 3 with effective address</span> -<span id="L116" class="LineNr">116 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 0</span> -<span id="L117" class="LineNr">117 </span><span class="traceContains">+run: storing 0xa0b0ccdd</span> -<span id="L118" class="LineNr">118 </span> -<span id="L119" class="LineNr">119 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L120" class="LineNr">120 </span><span class="Normal">case</span> <span class="Constant">0x31</span>: <span class="Delimiter">{</span> <span class="Comment">// xor r32 with r/m32</span> -<span id="L121" class="LineNr">121 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L122" class="LineNr">122 </span> <span class="Normal">uint8_t</span> arg2 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L123" class="LineNr">123 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"xor <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>arg2<span class="Delimiter">)</span> << <span class="Constant">" with effective address"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L124" class="LineNr">124 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L125" class="LineNr">125 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>^<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> Reg[arg2]<span class="Delimiter">.</span>u<span class="Delimiter">);</span> -<span id="L126" class="LineNr">126 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L127" class="LineNr">127 </span><span class="Delimiter">}</span> -<span id="L128" class="LineNr">128 </span> -<span id="L129" class="LineNr">129 </span><span class="SalientComment">//:: not</span> -<span id="L130" class="LineNr">130 </span> -<span id="L131" class="LineNr">131 </span><span class="Delimiter">:(scenario not_r32)</span> -<span id="L132" class="LineNr">132 </span><span class="Special">% Reg[3].i = 0x0f0f00ff;</span> -<span id="L133" class="LineNr">133 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> -<span id="L134" class="LineNr">134 </span> f7 c3 <span class="Comment"># not EBX (reg 3)</span> -<span id="L135" class="LineNr">135 </span><span class="traceContains">+run: 'not' of effective address</span> -<span id="L136" class="LineNr">136 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L137" class="LineNr">137 </span><span class="traceContains">+run: storing 0xf0f0ff00</span> -<span id="L138" class="LineNr">138 </span> -<span id="L139" class="LineNr">139 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L140" class="LineNr">140 </span><span class="Normal">case</span> <span class="Constant">0xf7</span>: <span class="Delimiter">{</span> <span class="Comment">// xor r32 with r/m32</span> -<span id="L141" class="LineNr">141 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L142" class="LineNr">142 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"'not' of effective address"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L143" class="LineNr">143 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L144" class="LineNr">144 </span> *arg1 = ~<span class="Delimiter">(</span>*arg1<span class="Delimiter">);</span> -<span id="L145" class="LineNr">145 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << *arg1 << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L146" class="LineNr">146 </span> SF = <span class="Delimiter">(</span>*arg1 >> <span class="Constant">31</span><span class="Delimiter">);</span> -<span id="L147" class="LineNr">147 </span> ZF = <span class="Delimiter">(</span>*arg1 == <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L148" class="LineNr">148 </span> <a href='010core.cc.html#L33'>OF</a> = <span class="Constant">false</span><span class="Delimiter">;</span> -<span id="L149" class="LineNr">149 </span> <span class="Identifier">break</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="SalientComment">//:: compare (cmp)</span> -<span id="L153" class="LineNr">153 </span> -<span id="L154" class="LineNr">154 </span><span class="Delimiter">:(scenario compare_r32_with_r32_greater)</span> -<span id="L155" class="LineNr">155 </span><span class="Special">% Reg[0].i = 0x0a0b0c0d;</span> -<span id="L156" class="LineNr">156 </span><span class="Special">% Reg[3].i = 0x0a0b0c07;</span> -<span id="L157" class="LineNr">157 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L158" class="LineNr">158 </span> <span class="Constant">39</span> d8 <span class="Comment"># compare EBX (reg 3) with EAX (reg 0)</span> -<span id="L159" class="LineNr">159 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L17'>reg</a> 3 with effective address</span> -<span id="L160" class="LineNr">160 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 0</span> -<span id="L161" class="LineNr">161 </span><span class="traceContains">+run: SF=0; ZF=0; OF=0</span> -<span id="L162" class="LineNr">162 </span> -<span id="L163" class="LineNr">163 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L164" class="LineNr">164 </span><span class="Normal">case</span> <span class="Constant">0x39</span>: <span class="Delimiter">{</span> <span class="Comment">// set SF if r/m32 < r32</span> -<span id="L165" class="LineNr">165 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L166" class="LineNr">166 </span> <span class="Normal">uint8_t</span> reg2 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L167" class="LineNr">167 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"compare <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>reg2<span class="Delimiter">)</span> << <span class="Constant">" with effective address"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L168" class="LineNr">168 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L169" class="LineNr">169 </span> <span class="Normal">int32_t</span> arg2 = Reg[reg2]<span class="Delimiter">.</span>i<span class="Delimiter">;</span> -<span id="L170" class="LineNr">170 </span> <span class="Normal">int32_t</span> tmp1 = *arg1 - arg2<span class="Delimiter">;</span> -<span id="L171" class="LineNr">171 </span> SF = <span class="Delimiter">(</span>tmp1 < <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L172" class="LineNr">172 </span> ZF = <span class="Delimiter">(</span>tmp1 == <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L173" class="LineNr">173 </span> <span class="Normal">int64_t</span> tmp2 = *arg1 - arg2<span class="Delimiter">;</span> -<span id="L174" class="LineNr">174 </span> <a href='010core.cc.html#L33'>OF</a> = <span class="Delimiter">(</span>tmp1 != tmp2<span class="Delimiter">);</span> -<span id="L175" class="LineNr">175 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"SF="</span> << SF << <span class="Constant">"; ZF="</span> << ZF << <span class="Constant">"; OF="</span> << <a href='010core.cc.html#L33'>OF</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L176" class="LineNr">176 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L177" class="LineNr">177 </span><span class="Delimiter">}</span> -<span id="L178" class="LineNr">178 </span> -<span id="L179" class="LineNr">179 </span><span class="Delimiter">:(scenario compare_r32_with_r32_lesser)</span> -<span id="L180" class="LineNr">180 </span><span class="Special">% Reg[0].i = 0x0a0b0c07;</span> -<span id="L181" class="LineNr">181 </span><span class="Special">% Reg[3].i = 0x0a0b0c0d;</span> -<span id="L182" class="LineNr">182 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L183" class="LineNr">183 </span> <span class="Constant">39</span> d8 <span class="Comment"># compare EBX (reg 3) with EAX (reg 0)</span> -<span id="L184" class="LineNr">184 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L17'>reg</a> 3 with effective address</span> -<span id="L185" class="LineNr">185 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 0</span> -<span id="L186" class="LineNr">186 </span><span class="traceContains">+run: SF=1; ZF=0; OF=0</span> +<span id="L42" class="LineNr"> 42 </span> <span class="Comment">//: other mods are indirect, and they'll set addr appropriately</span> +<span id="L43" class="LineNr"> 43 </span> assert<span class="Delimiter">(</span>addr > <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L44" class="LineNr"> 44 </span> assert<span class="Delimiter">(</span>addr + <span class="Normal">sizeof</span><span class="Delimiter">(</span><span class="Normal">int32_t</span><span class="Delimiter">)</span> <= <a href='010core.cc.html#L67'>Mem</a><span class="Delimiter">.</span>size<span class="Delimiter">());</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Identifier">return</span> <span class="Normal">reinterpret_cast</span><<span class="Normal">int32_t</span>*><span class="Delimiter">(</span>&Mem<span class="Delimiter">.</span>at<span class="Delimiter">(</span>addr<span class="Delimiter">));</span> <span class="Comment">// rely on the host itself being in little-endian order</span> +<span id="L46" class="LineNr"> 46 </span><span class="Delimiter">}</span> +<span id="L47" class="LineNr"> 47 </span> +<span id="L48" class="LineNr"> 48 </span><span class="SalientComment">//:: subtract</span> +<span id="L49" class="LineNr"> 49 </span> +<span id="L50" class="LineNr"> 50 </span><span class="Delimiter">:(scenario subtract_r32_from_r32)</span> +<span id="L51" class="LineNr"> 51 </span><span class="Special">% Reg[0].i = 10;</span> +<span id="L52" class="LineNr"> 52 </span><span class="Special">% Reg[3].i = 1;</span> +<span id="L53" class="LineNr"> 53 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L54" class="LineNr"> 54 </span> <span class="Constant">29</span> d8 <span class="Comment"># subtract EBX from EAX</span> +<span id="L55" class="LineNr"> 55 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 011 (src EBX) 000 (dest EAX)</span> +<span id="L56" class="LineNr"> 56 </span><span class="traceContains">+run: subtract <a href='010core.cc.html#L10'>EBX</a> from r/m32</span> +<span id="L57" class="LineNr"> 57 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L7'>EAX</a></span> +<span id="L58" class="LineNr"> 58 </span><span class="traceContains">+run: storing 0x00000009</span> +<span id="L59" class="LineNr"> 59 </span> +<span id="L60" class="LineNr"> 60 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L61" class="LineNr"> 61 </span><span class="Normal">case</span> <span class="Constant">0x29</span>: <span class="Delimiter">{</span> <span class="Comment">// subtract r32 from r/m32</span> +<span id="L62" class="LineNr"> 62 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L63" class="LineNr"> 63 </span> <span class="Normal">uint8_t</span> arg2 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L64" class="LineNr"> 64 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subtract "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>arg2<span class="Delimiter">)</span> << <span class="Constant">" from r/m32"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L65" class="LineNr"> 65 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L66" class="LineNr"> 66 </span> <a href='010core.cc.html#L43'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>-<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> Reg[arg2]<span class="Delimiter">.</span>i<span class="Delimiter">);</span> +<span id="L67" class="LineNr"> 67 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L68" class="LineNr"> 68 </span><span class="Delimiter">}</span> +<span id="L69" class="LineNr"> 69 </span> +<span id="L70" class="LineNr"> 70 </span><span class="SalientComment">//:: and</span> +<span id="L71" class="LineNr"> 71 </span> +<span id="L72" class="LineNr"> 72 </span><span class="Delimiter">:(scenario and_r32_with_r32)</span> +<span id="L73" class="LineNr"> 73 </span><span class="Special">% Reg[0].i = 0x0a0b0c0d;</span> +<span id="L74" class="LineNr"> 74 </span><span class="Special">% Reg[3].i = 0x000000ff;</span> +<span id="L75" class="LineNr"> 75 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Constant">21</span> d8 <span class="Comment"># and EBX with destination EAX</span> +<span id="L77" class="LineNr"> 77 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 011 (src EBX) 000 (dest EAX)</span> +<span id="L78" class="LineNr"> 78 </span><span class="traceContains">+run: and <a href='010core.cc.html#L10'>EBX</a> with r/m32</span> +<span id="L79" class="LineNr"> 79 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L7'>EAX</a></span> +<span id="L80" class="LineNr"> 80 </span><span class="traceContains">+run: storing 0x0000000d</span> +<span id="L81" class="LineNr"> 81 </span> +<span id="L82" class="LineNr"> 82 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L83" class="LineNr"> 83 </span><span class="Normal">case</span> <span class="Constant">0x21</span>: <span class="Delimiter">{</span> <span class="Comment">// and r32 with r/m32</span> +<span id="L84" class="LineNr"> 84 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L85" class="LineNr"> 85 </span> <span class="Normal">uint8_t</span> arg2 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L86" class="LineNr"> 86 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"and "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>arg2<span class="Delimiter">)</span> << <span class="Constant">" with r/m32"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L87" class="LineNr"> 87 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L88" class="LineNr"> 88 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>&<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> Reg[arg2]<span class="Delimiter">.</span>u<span class="Delimiter">);</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L90" class="LineNr"> 90 </span><span class="Delimiter">}</span> +<span id="L91" class="LineNr"> 91 </span> +<span id="L92" class="LineNr"> 92 </span><span class="SalientComment">//:: or</span> +<span id="L93" class="LineNr"> 93 </span> +<span id="L94" class="LineNr"> 94 </span><span class="Delimiter">:(scenario or_r32_with_r32)</span> +<span id="L95" class="LineNr"> 95 </span><span class="Special">% Reg[0].i = 0x0a0b0c0d;</span> +<span id="L96" class="LineNr"> 96 </span><span class="Special">% Reg[3].i = 0xa0b0c0d0;</span> +<span id="L97" class="LineNr"> 97 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Error">09</span> d8 <span class="Comment"># or EBX with destination EAX</span> +<span id="L99" class="LineNr"> 99 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 011 (src EBX) 000 (dest EAX)</span> +<span id="L100" class="LineNr">100 </span><span class="traceContains">+run: or <a href='010core.cc.html#L10'>EBX</a> with r/m32</span> +<span id="L101" class="LineNr">101 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L7'>EAX</a></span> +<span id="L102" class="LineNr">102 </span><span class="traceContains">+run: storing 0xaabbccdd</span> +<span id="L103" class="LineNr">103 </span> +<span id="L104" class="LineNr">104 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L105" class="LineNr">105 </span><span class="Normal">case</span> <span class="Constant">0x09</span>: <span class="Delimiter">{</span> <span class="Comment">// or r32 with r/m32</span> +<span id="L106" class="LineNr">106 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L107" class="LineNr">107 </span> <span class="Normal">uint8_t</span> arg2 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L108" class="LineNr">108 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"or "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>arg2<span class="Delimiter">)</span> << <span class="Constant">" with r/m32"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L109" class="LineNr">109 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L110" class="LineNr">110 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>|<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> Reg[arg2]<span class="Delimiter">.</span>u<span class="Delimiter">);</span> +<span id="L111" class="LineNr">111 </span> <span class="Identifier">break</span><span class="Delimiter">;</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="SalientComment">//:: xor</span> +<span id="L115" class="LineNr">115 </span> +<span id="L116" class="LineNr">116 </span><span class="Delimiter">:(scenario xor_r32_with_r32)</span> +<span id="L117" class="LineNr">117 </span><span class="Special">% Reg[0].i = 0x0a0b0c0d;</span> +<span id="L118" class="LineNr">118 </span><span class="Special">% Reg[3].i = 0xaabbc0d0;</span> +<span id="L119" class="LineNr">119 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L120" class="LineNr">120 </span> <span class="Constant">31</span> d8 <span class="Comment"># xor EBX with destination EAX</span> +<span id="L121" class="LineNr">121 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 011 (src EBX) 000 (dest EAX)</span> +<span id="L122" class="LineNr">122 </span><span class="traceContains">+run: xor <a href='010core.cc.html#L10'>EBX</a> with r/m32</span> +<span id="L123" class="LineNr">123 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L7'>EAX</a></span> +<span id="L124" class="LineNr">124 </span><span class="traceContains">+run: storing 0xa0b0ccdd</span> +<span id="L125" class="LineNr">125 </span> +<span id="L126" class="LineNr">126 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L127" class="LineNr">127 </span><span class="Normal">case</span> <span class="Constant">0x31</span>: <span class="Delimiter">{</span> <span class="Comment">// xor r32 with r/m32</span> +<span id="L128" class="LineNr">128 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L129" class="LineNr">129 </span> <span class="Normal">uint8_t</span> arg2 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L130" class="LineNr">130 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"xor "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>arg2<span class="Delimiter">)</span> << <span class="Constant">" with r/m32"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L131" class="LineNr">131 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L132" class="LineNr">132 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>^<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> Reg[arg2]<span class="Delimiter">.</span>u<span class="Delimiter">);</span> +<span id="L133" class="LineNr">133 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<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="SalientComment">//:: not</span> +<span id="L137" class="LineNr">137 </span> +<span id="L138" class="LineNr">138 </span><span class="Delimiter">:(scenario not_r32)</span> +<span id="L139" class="LineNr">139 </span><span class="Special">% Reg[3].i = 0x0f0f00ff;</span> +<span id="L140" class="LineNr">140 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L141" class="LineNr">141 </span> f7 c3 <span class="Comment"># not EBX</span> +<span id="L142" class="LineNr">142 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 000 (unused) 011 (dest EBX)</span> +<span id="L143" class="LineNr">143 </span><span class="traceContains">+run: 'not' of r/m32</span> +<span id="L144" class="LineNr">144 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L145" class="LineNr">145 </span><span class="traceContains">+run: storing 0xf0f0ff00</span> +<span id="L146" class="LineNr">146 </span> +<span id="L147" class="LineNr">147 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L148" class="LineNr">148 </span><span class="Normal">case</span> <span class="Constant">0xf7</span>: <span class="Delimiter">{</span> <span class="Comment">// xor r32 with r/m32</span> +<span id="L149" class="LineNr">149 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L150" class="LineNr">150 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"'not' of r/m32"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L151" class="LineNr">151 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L152" class="LineNr">152 </span> *arg1 = ~<span class="Delimiter">(</span>*arg1<span class="Delimiter">);</span> +<span id="L153" class="LineNr">153 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << *arg1 << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L154" class="LineNr">154 </span> SF = <span class="Delimiter">(</span>*arg1 >> <span class="Constant">31</span><span class="Delimiter">);</span> +<span id="L155" class="LineNr">155 </span> ZF = <span class="Delimiter">(</span>*arg1 == <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L156" class="LineNr">156 </span> <a href='010core.cc.html#L33'>OF</a> = <span class="Constant">false</span><span class="Delimiter">;</span> +<span id="L157" class="LineNr">157 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L158" class="LineNr">158 </span><span class="Delimiter">}</span> +<span id="L159" class="LineNr">159 </span> +<span id="L160" class="LineNr">160 </span><span class="SalientComment">//:: compare (cmp)</span> +<span id="L161" class="LineNr">161 </span> +<span id="L162" class="LineNr">162 </span><span class="Delimiter">:(scenario compare_r32_with_r32_greater)</span> +<span id="L163" class="LineNr">163 </span><span class="Special">% Reg[0].i = 0x0a0b0c0d;</span> +<span id="L164" class="LineNr">164 </span><span class="Special">% Reg[3].i = 0x0a0b0c07;</span> +<span id="L165" class="LineNr">165 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L166" class="LineNr">166 </span> <span class="Constant">39</span> d8 <span class="Comment"># compare EBX with EAX</span> +<span id="L167" class="LineNr">167 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 011 (src EBX) 000 (dest EAX)</span> +<span id="L168" class="LineNr">168 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L10'>EBX</a> with r/m32</span> +<span id="L169" class="LineNr">169 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L7'>EAX</a></span> +<span id="L170" class="LineNr">170 </span><span class="traceContains">+run: SF=0; ZF=0; OF=0</span> +<span id="L171" class="LineNr">171 </span> +<span id="L172" class="LineNr">172 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L173" class="LineNr">173 </span><span class="Normal">case</span> <span class="Constant">0x39</span>: <span class="Delimiter">{</span> <span class="Comment">// set SF if r/m32 < r32</span> +<span id="L174" class="LineNr">174 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L175" class="LineNr">175 </span> <span class="Normal">uint8_t</span> reg2 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L176" class="LineNr">176 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"compare "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>reg2<span class="Delimiter">)</span> << <span class="Constant">" with r/m32"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L177" class="LineNr">177 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L178" class="LineNr">178 </span> <span class="Normal">int32_t</span> arg2 = Reg[reg2]<span class="Delimiter">.</span>i<span class="Delimiter">;</span> +<span id="L179" class="LineNr">179 </span> <span class="Normal">int32_t</span> tmp1 = *arg1 - arg2<span class="Delimiter">;</span> +<span id="L180" class="LineNr">180 </span> SF = <span class="Delimiter">(</span>tmp1 < <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L181" class="LineNr">181 </span> ZF = <span class="Delimiter">(</span>tmp1 == <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L182" class="LineNr">182 </span> <span class="Normal">int64_t</span> tmp2 = *arg1 - arg2<span class="Delimiter">;</span> +<span id="L183" class="LineNr">183 </span> <a href='010core.cc.html#L33'>OF</a> = <span class="Delimiter">(</span>tmp1 != tmp2<span class="Delimiter">);</span> +<span id="L184" class="LineNr">184 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"SF="</span> << SF << <span class="Constant">"; ZF="</span> << ZF << <span class="Constant">"; OF="</span> << <a href='010core.cc.html#L33'>OF</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L185" class="LineNr">185 </span> <span class="Identifier">break</span><span class="Delimiter">;</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="Delimiter">:(scenario compare_r32_with_r32_equal)</span> -<span id="L189" class="LineNr">189 </span><span class="Special">% Reg[0].i = 0x0a0b0c0d;</span> +<span id="L188" class="LineNr">188 </span><span class="Delimiter">:(scenario compare_r32_with_r32_lesser)</span> +<span id="L189" class="LineNr">189 </span><span class="Special">% Reg[0].i = 0x0a0b0c07;</span> <span id="L190" class="LineNr">190 </span><span class="Special">% Reg[3].i = 0x0a0b0c0d;</span> -<span id="L191" class="LineNr">191 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L192" class="LineNr">192 </span> <span class="Constant">39</span> d8 <span class="Comment"># compare EBX (reg 3) with EAX (reg 0)</span> -<span id="L193" class="LineNr">193 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L17'>reg</a> 3 with effective address</span> -<span id="L194" class="LineNr">194 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 0</span> -<span id="L195" class="LineNr">195 </span><span class="traceContains">+run: SF=0; ZF=1; OF=0</span> -<span id="L196" class="LineNr">196 </span> -<span id="L197" class="LineNr">197 </span><span class="SalientComment">//:: copy (mov)</span> -<span id="L198" class="LineNr">198 </span> -<span id="L199" class="LineNr">199 </span><span class="Delimiter">:(scenario copy_r32_to_r32)</span> -<span id="L200" class="LineNr">200 </span><span class="Special">% Reg[3].i = 0xaf;</span> -<span id="L201" class="LineNr">201 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L202" class="LineNr">202 </span> <span class="Constant">89</span> d8 <span class="Comment"># copy EBX (reg 3) to EAX (reg 0)</span> -<span id="L203" class="LineNr">203 </span><span class="traceContains">+run: copy <a href='010core.cc.html#L17'>reg</a> 3 to effective address</span> -<span id="L204" class="LineNr">204 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 0</span> -<span id="L205" class="LineNr">205 </span><span class="traceContains">+run: storing 0x000000af</span> -<span id="L206" class="LineNr">206 </span> -<span id="L207" class="LineNr">207 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L208" class="LineNr">208 </span><span class="Normal">case</span> <span class="Constant">0x89</span>: <span class="Delimiter">{</span> <span class="Comment">// copy r32 to r/m32</span> -<span id="L209" class="LineNr">209 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L210" class="LineNr">210 </span> <span class="Normal">uint8_t</span> reg2 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L211" class="LineNr">211 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"copy <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>reg2<span class="Delimiter">)</span> << <span class="Constant">" to effective address"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L212" class="LineNr">212 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L213" class="LineNr">213 </span> *arg1 = Reg[reg2]<span class="Delimiter">.</span>i<span class="Delimiter">;</span> -<span id="L214" class="LineNr">214 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << *arg1 << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L215" class="LineNr">215 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L216" class="LineNr">216 </span><span class="Delimiter">}</span> -<span id="L217" class="LineNr">217 </span> -<span id="L218" class="LineNr">218 </span><span class="SalientComment">//:: push</span> -<span id="L219" class="LineNr">219 </span> -<span id="L220" class="LineNr">220 </span><span class="Delimiter">:(scenario push_r32)</span> -<span id="L221" class="LineNr">221 </span><span class="Special">% Reg[ESP].u = 0x64;</span> -<span id="L222" class="LineNr">222 </span><span class="Special">% Reg[EBX].i = 0x0000000a;</span> -<span id="L223" class="LineNr">223 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L224" class="LineNr">224 </span> <span class="Constant">53</span> <span class="Comment"># push EBX (reg 3) to stack</span> -<span id="L225" class="LineNr">225 </span><span class="traceContains">+run: <a href='011direct_addressing.cc.html#L244'>push</a> <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L226" class="LineNr">226 </span><span class="traceContains">+run: decrementing <a href='010core.cc.html#L11'>ESP</a> to 0x00000060</span> -<span id="L227" class="LineNr">227 </span><span class="traceContains">+run: pushing value 0x0000000a</span> -<span id="L228" class="LineNr">228 </span> -<span id="L229" class="LineNr">229 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L230" class="LineNr">230 </span><span class="Normal">case</span> <span class="Constant">0x50</span>: -<span id="L231" class="LineNr">231 </span><span class="Normal">case</span> <span class="Constant">0x51</span>: -<span id="L232" class="LineNr">232 </span><span class="Normal">case</span> <span class="Constant">0x52</span>: -<span id="L233" class="LineNr">233 </span><span class="Normal">case</span> <span class="Constant">0x53</span>: -<span id="L234" class="LineNr">234 </span><span class="Normal">case</span> <span class="Constant">0x54</span>: -<span id="L235" class="LineNr">235 </span><span class="Normal">case</span> <span class="Constant">0x55</span>: -<span id="L236" class="LineNr">236 </span><span class="Normal">case</span> <span class="Constant">0x56</span>: -<span id="L237" class="LineNr">237 </span><span class="Normal">case</span> <span class="Constant">0x57</span>: <span class="Delimiter">{</span> <span class="Comment">// push r32 to stack</span> -<span id="L238" class="LineNr">238 </span> <span class="Normal">uint8_t</span> <a href='010core.cc.html#L17'>reg</a> = op & <span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L239" class="LineNr">239 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"push <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span><a href='010core.cc.html#L17'>reg</a><span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L240" class="LineNr">240 </span> <a href='011direct_addressing.cc.html#L244'>push</a><span class="Delimiter">(</span>Reg[reg]<span class="Delimiter">.</span>u<span class="Delimiter">);</span> -<span id="L241" class="LineNr">241 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L242" class="LineNr">242 </span><span class="Delimiter">}</span> -<span id="L243" class="LineNr">243 </span><span class="Delimiter">:(code)</span> -<span id="L244" class="LineNr">244 </span><span class="Normal">void</span> <a href='011direct_addressing.cc.html#L244'>push</a><span class="Delimiter">(</span><span class="Normal">uint32_t</span> val<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L245" class="LineNr">245 </span> Reg[ESP]<span class="Delimiter">.</span>u -= <span class="Constant">4</span><span class="Delimiter">;</span> -<span id="L246" class="LineNr">246 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"decrementing <a href='010core.cc.html#L11'>ESP</a> to 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << Reg[ESP]<span class="Delimiter">.</span>u << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L247" class="LineNr">247 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"pushing value 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << val << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L248" class="LineNr">248 </span> *<span class="Normal">reinterpret_cast</span><<span class="Normal">uint32_t</span>*><span class="Delimiter">(</span>&Mem<span class="Delimiter">.</span>at<span class="Delimiter">(</span>Reg[ESP]<span class="Delimiter">.</span>u<span class="Delimiter">))</span> = val<span class="Delimiter">;</span> -<span id="L249" class="LineNr">249 </span><span class="Delimiter">}</span> -<span id="L250" class="LineNr">250 </span> -<span id="L251" class="LineNr">251 </span><span class="SalientComment">//:: pop</span> -<span id="L252" class="LineNr">252 </span> -<span id="L253" class="LineNr">253 </span><span class="Delimiter">:(scenario pop_r32)</span> -<span id="L254" class="LineNr">254 </span><span class="Special">% Reg[ESP].u = 0x60;</span> -<span id="L255" class="LineNr">255 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0000000a);</span> -<span id="L256" class="LineNr">256 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L257" class="LineNr">257 </span> 5b <span class="Comment"># pop stack to EBX (reg 3)</span> -<span id="L258" class="LineNr">258 </span><span class="traceContains">+run: <a href='011direct_addressing.cc.html#L277'>pop</a> into <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L259" class="LineNr">259 </span><span class="traceContains">+run: popping value 0x0000000a</span> -<span id="L260" class="LineNr">260 </span><span class="traceContains">+run: incrementing <a href='010core.cc.html#L11'>ESP</a> to 0x00000064</span> -<span id="L261" class="LineNr">261 </span> -<span id="L262" class="LineNr">262 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L263" class="LineNr">263 </span><span class="Normal">case</span> <span class="Constant">0x58</span>: -<span id="L264" class="LineNr">264 </span><span class="Normal">case</span> <span class="Constant">0x59</span>: -<span id="L265" class="LineNr">265 </span><span class="Normal">case</span> <span class="Constant">0x5a</span>: -<span id="L266" class="LineNr">266 </span><span class="Normal">case</span> <span class="Constant">0x5b</span>: -<span id="L267" class="LineNr">267 </span><span class="Normal">case</span> <span class="Constant">0x5c</span>: -<span id="L268" class="LineNr">268 </span><span class="Normal">case</span> <span class="Constant">0x5d</span>: -<span id="L269" class="LineNr">269 </span><span class="Normal">case</span> <span class="Constant">0x5e</span>: -<span id="L270" class="LineNr">270 </span><span class="Normal">case</span> <span class="Constant">0x5f</span>: <span class="Delimiter">{</span> <span class="Comment">// pop stack into r32</span> -<span id="L271" class="LineNr">271 </span> <span class="Normal">uint8_t</span> <a href='010core.cc.html#L17'>reg</a> = op & <span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L272" class="LineNr">272 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"pop into <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span><a href='010core.cc.html#L17'>reg</a><span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L273" class="LineNr">273 </span> Reg[reg]<span class="Delimiter">.</span>u = <a href='011direct_addressing.cc.html#L277'>pop</a><span class="Delimiter">();</span> -<span id="L274" class="LineNr">274 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L275" class="LineNr">275 </span><span class="Delimiter">}</span> -<span id="L276" class="LineNr">276 </span><span class="Delimiter">:(code)</span> -<span id="L277" class="LineNr">277 </span><span class="Normal">uint32_t</span> <a href='011direct_addressing.cc.html#L277'>pop</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L278" class="LineNr">278 </span> <span class="Normal">uint32_t</span> result = *<span class="Normal">reinterpret_cast</span><<span class="Normal">uint32_t</span>*><span class="Delimiter">(</span>&Mem<span class="Delimiter">.</span>at<span class="Delimiter">(</span>Reg[ESP]<span class="Delimiter">.</span>u<span class="Delimiter">));</span> -<span id="L279" class="LineNr">279 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"popping value 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << result << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L280" class="LineNr">280 </span> Reg[ESP]<span class="Delimiter">.</span>u += <span class="Constant">4</span><span class="Delimiter">;</span> -<span id="L281" class="LineNr">281 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"incrementing <a href='010core.cc.html#L11'>ESP</a> to 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << Reg[ESP]<span class="Delimiter">.</span>u << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L282" class="LineNr">282 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L283" class="LineNr">283 </span><span class="Delimiter">}</span> +<span id="L191" class="LineNr">191 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L192" class="LineNr">192 </span> <span class="Constant">39</span> d8 <span class="Comment"># compare EBX with EAX</span> +<span id="L193" class="LineNr">193 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 011 (src EBX) 000 (dest EAX)</span> +<span id="L194" class="LineNr">194 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L10'>EBX</a> with r/m32</span> +<span id="L195" class="LineNr">195 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L7'>EAX</a></span> +<span id="L196" class="LineNr">196 </span><span class="traceContains">+run: SF=1; ZF=0; OF=0</span> +<span id="L197" class="LineNr">197 </span> +<span id="L198" class="LineNr">198 </span><span class="Delimiter">:(scenario compare_r32_with_r32_equal)</span> +<span id="L199" class="LineNr">199 </span><span class="Special">% Reg[0].i = 0x0a0b0c0d;</span> +<span id="L200" class="LineNr">200 </span><span class="Special">% Reg[3].i = 0x0a0b0c0d;</span> +<span id="L201" class="LineNr">201 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L202" class="LineNr">202 </span> <span class="Constant">39</span> d8 <span class="Comment"># compare EBX with EAX</span> +<span id="L203" class="LineNr">203 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 011 (src EBX) 000 (dest EAX)</span> +<span id="L204" class="LineNr">204 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L10'>EBX</a> with r/m32</span> +<span id="L205" class="LineNr">205 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L7'>EAX</a></span> +<span id="L206" class="LineNr">206 </span><span class="traceContains">+run: SF=0; ZF=1; OF=0</span> +<span id="L207" class="LineNr">207 </span> +<span id="L208" class="LineNr">208 </span><span class="SalientComment">//:: copy (mov)</span> +<span id="L209" class="LineNr">209 </span> +<span id="L210" class="LineNr">210 </span><span class="Delimiter">:(scenario copy_r32_to_r32)</span> +<span id="L211" class="LineNr">211 </span><span class="Special">% Reg[3].i = 0xaf;</span> +<span id="L212" class="LineNr">212 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L213" class="LineNr">213 </span> <span class="Constant">89</span> d8 <span class="Comment"># copy EBX to EAX</span> +<span id="L214" class="LineNr">214 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 011 (src EBX) 000 (dest EAX)</span> +<span id="L215" class="LineNr">215 </span><span class="traceContains">+run: copy <a href='010core.cc.html#L10'>EBX</a> to r/m32</span> +<span id="L216" class="LineNr">216 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L7'>EAX</a></span> +<span id="L217" class="LineNr">217 </span><span class="traceContains">+run: storing 0x000000af</span> +<span id="L218" class="LineNr">218 </span> +<span id="L219" class="LineNr">219 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L220" class="LineNr">220 </span><span class="Normal">case</span> <span class="Constant">0x89</span>: <span class="Delimiter">{</span> <span class="Comment">// copy r32 to r/m32</span> +<span id="L221" class="LineNr">221 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L222" class="LineNr">222 </span> <span class="Normal">uint8_t</span> reg2 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L223" class="LineNr">223 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"copy "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>reg2<span class="Delimiter">)</span> << <span class="Constant">" to r/m32"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L224" class="LineNr">224 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L225" class="LineNr">225 </span> *arg1 = Reg[reg2]<span class="Delimiter">.</span>i<span class="Delimiter">;</span> +<span id="L226" class="LineNr">226 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << *arg1 << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L227" class="LineNr">227 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L228" class="LineNr">228 </span><span class="Delimiter">}</span> +<span id="L229" class="LineNr">229 </span> +<span id="L230" class="LineNr">230 </span><span class="SalientComment">//:: xchg</span> +<span id="L231" class="LineNr">231 </span> +<span id="L232" class="LineNr">232 </span><span class="Delimiter">:(scenario xchg_r32_with_r32)</span> +<span id="L233" class="LineNr">233 </span><span class="Special">% Reg[3].i = 0xaf;</span> +<span id="L234" class="LineNr">234 </span><span class="Special">% Reg[0].i = 0x2e;</span> +<span id="L235" class="LineNr">235 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L236" class="LineNr">236 </span> <span class="Constant">87</span> d8 <span class="Comment"># exchange EBX with EAX</span> +<span id="L237" class="LineNr">237 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 011 (src EBX) 000 (dest EAX)</span> +<span id="L238" class="LineNr">238 </span><span class="traceContains">+run: exchange <a href='010core.cc.html#L10'>EBX</a> with r/m32</span> +<span id="L239" class="LineNr">239 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L7'>EAX</a></span> +<span id="L240" class="LineNr">240 </span><span class="traceContains">+run: storing 0x000000af in r/m32</span> +<span id="L241" class="LineNr">241 </span><span class="traceContains">+run: storing 0x0000002e in <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L242" class="LineNr">242 </span> +<span id="L243" class="LineNr">243 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L244" class="LineNr">244 </span><span class="Normal">case</span> <span class="Constant">0x87</span>: <span class="Delimiter">{</span> <span class="Comment">// exchange r32 with r/m32</span> +<span id="L245" class="LineNr">245 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L246" class="LineNr">246 </span> <span class="Normal">uint8_t</span> reg2 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L247" class="LineNr">247 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"exchange "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>reg2<span class="Delimiter">)</span> << <span class="Constant">" with r/m32"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L248" class="LineNr">248 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L249" class="LineNr">249 </span> <span class="Normal">int32_t</span> tmp = *arg1<span class="Delimiter">;</span> +<span id="L250" class="LineNr">250 </span> *arg1 = Reg[reg2]<span class="Delimiter">.</span>i<span class="Delimiter">;</span> +<span id="L251" class="LineNr">251 </span> Reg[reg2]<span class="Delimiter">.</span>i = tmp<span class="Delimiter">;</span> +<span id="L252" class="LineNr">252 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << *arg1 << <span class="Constant">" in r/m32"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L253" class="LineNr">253 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << Reg[reg2]<span class="Delimiter">.</span>i << <span class="Constant">" in "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>reg2<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L254" class="LineNr">254 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L255" class="LineNr">255 </span><span class="Delimiter">}</span> +<span id="L256" class="LineNr">256 </span> +<span id="L257" class="LineNr">257 </span><span class="SalientComment">//:: push</span> +<span id="L258" class="LineNr">258 </span> +<span id="L259" class="LineNr">259 </span><span class="Delimiter">:(scenario push_r32)</span> +<span id="L260" class="LineNr">260 </span><span class="Special">% Reg[ESP].u = 0x64;</span> +<span id="L261" class="LineNr">261 </span><span class="Special">% Reg[EBX].i = 0x0000000a;</span> +<span id="L262" class="LineNr">262 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L263" class="LineNr">263 </span> <span class="Constant">53</span> <span class="Comment"># push EBX to stack</span> +<span id="L264" class="LineNr">264 </span><span class="traceContains">+run: <a href='011direct_addressing.cc.html#L283'>push</a> <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L265" class="LineNr">265 </span><span class="traceContains">+run: decrementing <a href='010core.cc.html#L11'>ESP</a> to 0x00000060</span> +<span id="L266" class="LineNr">266 </span><span class="traceContains">+run: pushing value 0x0000000a</span> +<span id="L267" class="LineNr">267 </span> +<span id="L268" class="LineNr">268 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L269" class="LineNr">269 </span><span class="Normal">case</span> <span class="Constant">0x50</span>: +<span id="L270" class="LineNr">270 </span><span class="Normal">case</span> <span class="Constant">0x51</span>: +<span id="L271" class="LineNr">271 </span><span class="Normal">case</span> <span class="Constant">0x52</span>: +<span id="L272" class="LineNr">272 </span><span class="Normal">case</span> <span class="Constant">0x53</span>: +<span id="L273" class="LineNr">273 </span><span class="Normal">case</span> <span class="Constant">0x54</span>: +<span id="L274" class="LineNr">274 </span><span class="Normal">case</span> <span class="Constant">0x55</span>: +<span id="L275" class="LineNr">275 </span><span class="Normal">case</span> <span class="Constant">0x56</span>: +<span id="L276" class="LineNr">276 </span><span class="Normal">case</span> <span class="Constant">0x57</span>: <span class="Delimiter">{</span> <span class="Comment">// push r32 to stack</span> +<span id="L277" class="LineNr">277 </span> <span class="Normal">uint8_t</span> <a href='010core.cc.html#L17'>reg</a> = op & <span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L278" class="LineNr">278 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"push "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span><a href='010core.cc.html#L17'>reg</a><span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L279" class="LineNr">279 </span> <a href='011direct_addressing.cc.html#L283'>push</a><span class="Delimiter">(</span>Reg[reg]<span class="Delimiter">.</span>u<span class="Delimiter">);</span> +<span id="L280" class="LineNr">280 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L281" class="LineNr">281 </span><span class="Delimiter">}</span> +<span id="L282" class="LineNr">282 </span><span class="Delimiter">:(code)</span> +<span id="L283" class="LineNr">283 </span><span class="Normal">void</span> <a href='011direct_addressing.cc.html#L283'>push</a><span class="Delimiter">(</span><span class="Normal">uint32_t</span> val<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L284" class="LineNr">284 </span> Reg[ESP]<span class="Delimiter">.</span>u -= <span class="Constant">4</span><span class="Delimiter">;</span> +<span id="L285" class="LineNr">285 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"decrementing <a href='010core.cc.html#L11'>ESP</a> to 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << Reg[ESP]<span class="Delimiter">.</span>u << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L286" class="LineNr">286 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"pushing value 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << val << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L287" class="LineNr">287 </span> *<span class="Normal">reinterpret_cast</span><<span class="Normal">uint32_t</span>*><span class="Delimiter">(</span>&Mem<span class="Delimiter">.</span>at<span class="Delimiter">(</span>Reg[ESP]<span class="Delimiter">.</span>u<span class="Delimiter">))</span> = val<span class="Delimiter">;</span> +<span id="L288" class="LineNr">288 </span><span class="Delimiter">}</span> +<span id="L289" class="LineNr">289 </span> +<span id="L290" class="LineNr">290 </span><span class="SalientComment">//:: pop</span> +<span id="L291" class="LineNr">291 </span> +<span id="L292" class="LineNr">292 </span><span class="Delimiter">:(scenario pop_r32)</span> +<span id="L293" class="LineNr">293 </span><span class="Special">% Reg[ESP].u = 0x60;</span> +<span id="L294" class="LineNr">294 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0000000a);</span> +<span id="L295" class="LineNr">295 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L296" class="LineNr">296 </span> 5b <span class="Comment"># pop stack to EBX</span> +<span id="L297" class="LineNr">297 </span><span class="traceContains">+run: <a href='011direct_addressing.cc.html#L316'>pop</a> into <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L298" class="LineNr">298 </span><span class="traceContains">+run: popping value 0x0000000a</span> +<span id="L299" class="LineNr">299 </span><span class="traceContains">+run: incrementing <a href='010core.cc.html#L11'>ESP</a> to 0x00000064</span> +<span id="L300" class="LineNr">300 </span> +<span id="L301" class="LineNr">301 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L302" class="LineNr">302 </span><span class="Normal">case</span> <span class="Constant">0x58</span>: +<span id="L303" class="LineNr">303 </span><span class="Normal">case</span> <span class="Constant">0x59</span>: +<span id="L304" class="LineNr">304 </span><span class="Normal">case</span> <span class="Constant">0x5a</span>: +<span id="L305" class="LineNr">305 </span><span class="Normal">case</span> <span class="Constant">0x5b</span>: +<span id="L306" class="LineNr">306 </span><span class="Normal">case</span> <span class="Constant">0x5c</span>: +<span id="L307" class="LineNr">307 </span><span class="Normal">case</span> <span class="Constant">0x5d</span>: +<span id="L308" class="LineNr">308 </span><span class="Normal">case</span> <span class="Constant">0x5e</span>: +<span id="L309" class="LineNr">309 </span><span class="Normal">case</span> <span class="Constant">0x5f</span>: <span class="Delimiter">{</span> <span class="Comment">// pop stack into r32</span> +<span id="L310" class="LineNr">310 </span> <span class="Normal">uint8_t</span> <a href='010core.cc.html#L17'>reg</a> = op & <span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L311" class="LineNr">311 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"pop into "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span><a href='010core.cc.html#L17'>reg</a><span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L312" class="LineNr">312 </span> Reg[reg]<span class="Delimiter">.</span>u = <a href='011direct_addressing.cc.html#L316'>pop</a><span class="Delimiter">();</span> +<span id="L313" class="LineNr">313 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L314" class="LineNr">314 </span><span class="Delimiter">}</span> +<span id="L315" class="LineNr">315 </span><span class="Delimiter">:(code)</span> +<span id="L316" class="LineNr">316 </span><span class="Normal">uint32_t</span> <a href='011direct_addressing.cc.html#L316'>pop</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L317" class="LineNr">317 </span> <span class="Normal">uint32_t</span> result = *<span class="Normal">reinterpret_cast</span><<span class="Normal">uint32_t</span>*><span class="Delimiter">(</span>&Mem<span class="Delimiter">.</span>at<span class="Delimiter">(</span>Reg[ESP]<span class="Delimiter">.</span>u<span class="Delimiter">));</span> +<span id="L318" class="LineNr">318 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"popping value 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << result << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L319" class="LineNr">319 </span> Reg[ESP]<span class="Delimiter">.</span>u += <span class="Constant">4</span><span class="Delimiter">;</span> +<span id="L320" class="LineNr">320 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"incrementing <a href='010core.cc.html#L11'>ESP</a> to 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << Reg[ESP]<span class="Delimiter">.</span>u << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L321" class="LineNr">321 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L322" class="LineNr">322 </span><span class="Delimiter">}</span> </pre> </body> </html> diff --git a/html/subx/012indirect_addressing.cc.html b/html/subx/012indirect_addressing.cc.html index e202704a..407c1880 100644 --- a/html/subx/012indirect_addressing.cc.html +++ b/html/subx/012indirect_addressing.cc.html @@ -15,20 +15,19 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.Error { color: #ffffff; background-color: #ff6060; padding-bottom: 1px; } .traceContains { color: #008000; } -.PreProc { color: #800080; } .LineNr { color: #444444; } -.SalientComment { color: #00ffff; } -.Identifier { color: #c0a020; } .traceAbsent { color: #c00000; } .Constant { color: #00a0a0; } +.SalientComment { color: #00ffff; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.Error { color: #ffffff; background-color: #ff6060; padding-bottom: 1px; } +.PreProc { color: #800080; } --> </style> @@ -70,42 +69,42 @@ if ('onhashchange' in window) { <span id="L5" class="LineNr"> 5 </span><span class="Special">% Reg[0].i = 0x60;</span> <span id="L6" class="LineNr"> 6 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> <span id="L7" class="LineNr"> 7 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> -<span id="L8" class="LineNr"> 8 </span> <span class="PreProc">0</span><span class="Constant">1</span> <span class="Constant">18</span> <span class="Comment"># add EBX (reg 3) to *EAX (reg 0)</span> -<span id="L9" class="LineNr"> 9 </span><span class="traceContains">+run: add <a href='010core.cc.html#L17'>reg</a> 3 to effective address</span> -<span id="L10" class="LineNr"> 10 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L11" class="LineNr"> 11 </span><span class="traceContains">+run: storing 0x00000011</span> -<span id="L12" class="LineNr"> 12 </span> -<span id="L13" class="LineNr"> 13 </span><span class="Delimiter">:(before "End Mod Special-cases")</span> -<span id="L14" class="LineNr"> 14 </span><span class="Normal">case</span> <span class="Constant">0</span>: -<span id="L15" class="LineNr"> 15 </span> <span class="Comment">// mod 0 is usually indirect addressing</span> +<span id="L8" class="LineNr"> 8 </span> <span class="PreProc">0</span><span class="Constant">1</span> <span class="Constant">18</span> <span class="Comment"># add EBX to *EAX</span> +<span id="L9" class="LineNr"> 9 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L10" class="LineNr"> 10 </span><span class="traceContains">+run: add <a href='010core.cc.html#L10'>EBX</a> to r/m32</span> +<span id="L11" class="LineNr"> 11 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L12" class="LineNr"> 12 </span><span class="traceContains">+run: storing 0x00000011</span> +<span id="L13" class="LineNr"> 13 </span> +<span id="L14" class="LineNr"> 14 </span><span class="Delimiter">:(before "End Mod Special-cases(addr)")</span> +<span id="L15" class="LineNr"> 15 </span><span class="Normal">case</span> <span class="Constant">0</span>: <span class="Comment">// indirect addressing</span> <span id="L16" class="LineNr"> 16 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>rm<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L17" class="LineNr"> 17 </span> <span class="Normal">default</span>: -<span id="L18" class="LineNr"> 18 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"effective address is mem at address 0x"</span> << std::hex << Reg[rm]<span class="Delimiter">.</span>u << <span class="Constant">" (reg "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>rm<span class="Delimiter">)</span> << <span class="Constant">")"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L19" class="LineNr"> 19 </span> <span class="Conceal">¦</span> assert<span class="Delimiter">(</span>Reg[rm]<span class="Delimiter">.</span>u + <span class="Normal">sizeof</span><span class="Delimiter">(</span><span class="Normal">int32_t</span><span class="Delimiter">)</span> <= <a href='010core.cc.html#L67'>Mem</a><span class="Delimiter">.</span>size<span class="Delimiter">());</span> -<span id="L20" class="LineNr"> 20 </span> <span class="Conceal">¦</span> result = <span class="Normal">reinterpret_cast</span><<span class="Normal">int32_t</span>*><span class="Delimiter">(</span>&Mem<span class="Delimiter">.</span>at<span class="Delimiter">(</span>Reg[rm]<span class="Delimiter">.</span>u<span class="Delimiter">));</span> <span class="Comment">// rely on the host itself being in little-endian order</span> -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L22" class="LineNr"> 22 </span> <span class="Comment">// End Mod 0 Special-cases</span> -<span id="L23" class="LineNr"> 23 </span> <span class="Delimiter">}</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L25" class="LineNr"> 25 </span> -<span id="L26" class="LineNr"> 26 </span><span class="Comment">//:</span> -<span id="L27" class="LineNr"> 27 </span> -<span id="L28" class="LineNr"> 28 </span><span class="Delimiter">:(scenario add_mem_at_r32_to_r32)</span> -<span id="L29" class="LineNr"> 29 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L30" class="LineNr"> 30 </span><span class="Special">% Reg[3].i = 0x10;</span> -<span id="L31" class="LineNr"> 31 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> -<span id="L32" class="LineNr"> 32 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> -<span id="L33" class="LineNr"> 33 </span> <span class="PreProc">0</span><span class="Constant">3</span> <span class="Constant">18</span> <span class="Comment"># add *EAX (reg 0) to EBX (reg 3)</span> -<span id="L34" class="LineNr"> 34 </span><span class="traceContains">+run: add effective address to <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L35" class="LineNr"> 35 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> +<span id="L17" class="LineNr"> 17 </span> <span class="Normal">default</span>: <span class="Comment">// address in register</span> +<span id="L18" class="LineNr"> 18 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"effective address is 0x"</span> << std::hex << Reg[rm]<span class="Delimiter">.</span>u << <span class="Constant">" ("</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>rm<span class="Delimiter">)</span> << <span class="Constant">")"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L19" class="LineNr"> 19 </span> addr = Reg[rm]<span class="Delimiter">.</span>u<span class="Delimiter">;</span> +<span id="L20" class="LineNr"> 20 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L21" class="LineNr"> 21 </span> <span class="Comment">// End Mod 0 Special-cases(addr)</span> +<span id="L22" class="LineNr"> 22 </span> <span class="Delimiter">}</span> +<span id="L23" class="LineNr"> 23 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L24" class="LineNr"> 24 </span> +<span id="L25" class="LineNr"> 25 </span><span class="Comment">//:</span> +<span id="L26" class="LineNr"> 26 </span> +<span id="L27" class="LineNr"> 27 </span><span class="Delimiter">:(scenario add_mem_at_r32_to_r32)</span> +<span id="L28" class="LineNr"> 28 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L29" class="LineNr"> 29 </span><span class="Special">% Reg[3].i = 0x10;</span> +<span id="L30" class="LineNr"> 30 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> +<span id="L31" class="LineNr"> 31 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L32" class="LineNr"> 32 </span> <span class="PreProc">0</span><span class="Constant">3</span> <span class="Constant">18</span> <span class="Comment"># add *EAX to EBX</span> +<span id="L33" class="LineNr"> 33 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L34" class="LineNr"> 34 </span><span class="traceContains">+run: add r/m32 to <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L35" class="LineNr"> 35 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> <span id="L36" class="LineNr"> 36 </span><span class="traceContains">+run: storing 0x00000011</span> <span id="L37" class="LineNr"> 37 </span> <span id="L38" class="LineNr"> 38 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> <span id="L39" class="LineNr"> 39 </span><span class="Normal">case</span> <span class="Constant">0x03</span>: <span class="Delimiter">{</span> <span class="Comment">// add r/m32 to r32</span> <span id="L40" class="LineNr"> 40 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> <span id="L41" class="LineNr"> 41 </span> <span class="Normal">uint8_t</span> arg1 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L42" class="LineNr"> 42 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"add effective address to <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>arg1<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Normal">const</span> <span class="Normal">int32_t</span>* arg2 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L42" class="LineNr"> 42 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"add r/m32 to "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>arg1<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Normal">const</span> <span class="Normal">int32_t</span>* arg2 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> <span id="L44" class="LineNr"> 44 </span> <a href='010core.cc.html#L43'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>+<span class="Delimiter">,</span> Reg[arg1]<span class="Delimiter">.</span>i<span class="Delimiter">,</span> *arg2<span class="Delimiter">);</span> <span id="L45" class="LineNr"> 45 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L46" class="LineNr"> 46 </span><span class="Delimiter">}</span> @@ -116,342 +115,462 @@ if ('onhashchange' in window) { <span id="L51" class="LineNr"> 51 </span><span class="Special">% Reg[0].i = 0x60;</span> <span id="L52" class="LineNr"> 52 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 10);</span> <span id="L53" class="LineNr"> 53 </span><span class="Special">% Reg[3].i = 1;</span> -<span id="L54" class="LineNr"> 54 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Constant">29</span> <span class="Constant">18</span> <span class="Comment"># subtract EBX (reg 3) from *EAX (reg 0)</span> -<span id="L56" class="LineNr"> 56 </span><span class="traceContains">+run: subtract <a href='010core.cc.html#L17'>reg</a> 3 from effective address</span> -<span id="L57" class="LineNr"> 57 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L58" class="LineNr"> 58 </span><span class="traceContains">+run: storing 0x00000009</span> -<span id="L59" class="LineNr"> 59 </span> -<span id="L60" class="LineNr"> 60 </span><span class="Comment">//:</span> -<span id="L61" class="LineNr"> 61 </span> -<span id="L62" class="LineNr"> 62 </span><span class="Delimiter">:(scenario subtract_mem_at_r32_from_r32)</span> -<span id="L63" class="LineNr"> 63 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L64" class="LineNr"> 64 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> -<span id="L65" class="LineNr"> 65 </span><span class="Special">% Reg[3].i = 10;</span> -<span id="L66" class="LineNr"> 66 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L67" class="LineNr"> 67 </span> 2b <span class="Constant">18</span> <span class="Comment"># subtract *EAX (reg 0) from EBX (reg 3)</span> -<span id="L68" class="LineNr"> 68 </span><span class="traceContains">+run: subtract effective address from <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L69" class="LineNr"> 69 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L70" class="LineNr"> 70 </span><span class="traceContains">+run: storing 0x00000009</span> -<span id="L71" class="LineNr"> 71 </span> -<span id="L72" class="LineNr"> 72 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L73" class="LineNr"> 73 </span><span class="Normal">case</span> <span class="Constant">0x2b</span>: <span class="Delimiter">{</span> <span class="Comment">// subtract r/m32 from r32</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Normal">uint8_t</span> arg1 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L76" class="LineNr"> 76 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subtract effective address from <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>arg1<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Normal">const</span> <span class="Normal">int32_t</span>* arg2 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L78" class="LineNr"> 78 </span> <a href='010core.cc.html#L43'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>-<span class="Delimiter">,</span> Reg[arg1]<span class="Delimiter">.</span>i<span class="Delimiter">,</span> *arg2<span class="Delimiter">);</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L80" class="LineNr"> 80 </span><span class="Delimiter">}</span> -<span id="L81" class="LineNr"> 81 </span> -<span id="L82" class="LineNr"> 82 </span><span class="SalientComment">//:: and</span> +<span id="L54" class="LineNr"> 54 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L55" class="LineNr"> 55 </span> <span class="Constant">29</span> <span class="Constant">18</span> <span class="Comment"># subtract EBX from *EAX</span> +<span id="L56" class="LineNr"> 56 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L57" class="LineNr"> 57 </span><span class="traceContains">+run: subtract <a href='010core.cc.html#L10'>EBX</a> from r/m32</span> +<span id="L58" class="LineNr"> 58 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L59" class="LineNr"> 59 </span><span class="traceContains">+run: storing 0x00000009</span> +<span id="L60" class="LineNr"> 60 </span> +<span id="L61" class="LineNr"> 61 </span><span class="Comment">//:</span> +<span id="L62" class="LineNr"> 62 </span> +<span id="L63" class="LineNr"> 63 </span><span class="Delimiter">:(scenario subtract_mem_at_r32_from_r32)</span> +<span id="L64" class="LineNr"> 64 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L65" class="LineNr"> 65 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> +<span id="L66" class="LineNr"> 66 </span><span class="Special">% Reg[3].i = 10;</span> +<span id="L67" class="LineNr"> 67 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L68" class="LineNr"> 68 </span> 2b <span class="Constant">18</span> <span class="Comment"># subtract *EAX from EBX</span> +<span id="L69" class="LineNr"> 69 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L70" class="LineNr"> 70 </span><span class="traceContains">+run: subtract r/m32 from <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L71" class="LineNr"> 71 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L72" class="LineNr"> 72 </span><span class="traceContains">+run: storing 0x00000009</span> +<span id="L73" class="LineNr"> 73 </span> +<span id="L74" class="LineNr"> 74 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L75" class="LineNr"> 75 </span><span class="Normal">case</span> <span class="Constant">0x2b</span>: <span class="Delimiter">{</span> <span class="Comment">// subtract r/m32 from r32</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L77" class="LineNr"> 77 </span> <span class="Normal">uint8_t</span> arg1 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L78" class="LineNr"> 78 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subtract r/m32 from "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>arg1<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Normal">const</span> <span class="Normal">int32_t</span>* arg2 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L80" class="LineNr"> 80 </span> <a href='010core.cc.html#L43'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>-<span class="Delimiter">,</span> Reg[arg1]<span class="Delimiter">.</span>i<span class="Delimiter">,</span> *arg2<span class="Delimiter">);</span> +<span id="L81" class="LineNr"> 81 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L82" class="LineNr"> 82 </span><span class="Delimiter">}</span> <span id="L83" class="LineNr"> 83 </span> -<span id="L84" class="LineNr"> 84 </span><span class="Delimiter">:(scenario and_r32_with_mem_at_r32)</span> -<span id="L85" class="LineNr"> 85 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L86" class="LineNr"> 86 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c0d);</span> -<span id="L87" class="LineNr"> 87 </span><span class="Special">% Reg[3].i = 0xff;</span> -<span id="L88" class="LineNr"> 88 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Constant">21</span> <span class="Constant">18</span> <span class="Comment"># and EBX (reg 3) with *EAX (reg 0)</span> -<span id="L90" class="LineNr"> 90 </span><span class="traceContains">+run: and <a href='010core.cc.html#L17'>reg</a> 3 with effective address</span> -<span id="L91" class="LineNr"> 91 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L92" class="LineNr"> 92 </span><span class="traceContains">+run: storing 0x0000000d</span> -<span id="L93" class="LineNr"> 93 </span> -<span id="L94" class="LineNr"> 94 </span><span class="Comment">//:</span> -<span id="L95" class="LineNr"> 95 </span> -<span id="L96" class="LineNr"> 96 </span><span class="Delimiter">:(scenario and_mem_at_r32_with_r32)</span> -<span id="L97" class="LineNr"> 97 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L98" class="LineNr"> 98 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x000000ff);</span> -<span id="L99" class="LineNr"> 99 </span><span class="Special">% Reg[3].i = 0x0a0b0c0d;</span> -<span id="L100" class="LineNr">100 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L101" class="LineNr">101 </span> <span class="Constant">23</span> <span class="Constant">18</span> <span class="Comment"># and *EAX (reg 0) with EBX (reg 3)</span> -<span id="L102" class="LineNr">102 </span><span class="traceContains">+run: and effective address with <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L103" class="LineNr">103 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L104" class="LineNr">104 </span><span class="traceContains">+run: storing 0x0000000d</span> -<span id="L105" class="LineNr">105 </span> -<span id="L106" class="LineNr">106 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L107" class="LineNr">107 </span><span class="Normal">case</span> <span class="Constant">0x23</span>: <span class="Delimiter">{</span> <span class="Comment">// and r/m32 with r32</span> -<span id="L108" class="LineNr">108 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L109" class="LineNr">109 </span> <span class="Normal">uint8_t</span> arg1 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L110" class="LineNr">110 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"and effective address with <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>arg1<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L111" class="LineNr">111 </span> <span class="Normal">const</span> <span class="Normal">int32_t</span>* arg2 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L112" class="LineNr">112 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>&<span class="Delimiter">,</span> Reg[arg1]<span class="Delimiter">.</span>u<span class="Delimiter">,</span> *arg2<span class="Delimiter">);</span> -<span id="L113" class="LineNr">113 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L114" class="LineNr">114 </span><span class="Delimiter">}</span> -<span id="L115" class="LineNr">115 </span> -<span id="L116" class="LineNr">116 </span><span class="SalientComment">//:: or</span> -<span id="L117" class="LineNr">117 </span> -<span id="L118" class="LineNr">118 </span><span class="Delimiter">:(scenario or_r32_with_mem_at_r32)</span> -<span id="L119" class="LineNr">119 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L120" class="LineNr">120 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c0d);</span> -<span id="L121" class="LineNr">121 </span><span class="Special">% Reg[3].i = 0xa0b0c0d0;</span> -<span id="L122" class="LineNr">122 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L123" class="LineNr">123 </span> <span class="Error">09</span> <span class="Constant">18</span> <span class="Comment"># or EBX (reg 3) with *EAX (reg 0)</span> -<span id="L124" class="LineNr">124 </span><span class="traceContains">+run: or <a href='010core.cc.html#L17'>reg</a> 3 with effective address</span> -<span id="L125" class="LineNr">125 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L126" class="LineNr">126 </span><span class="traceContains">+run: storing 0xaabbccdd</span> -<span id="L127" class="LineNr">127 </span> -<span id="L128" class="LineNr">128 </span><span class="Comment">//:</span> -<span id="L129" class="LineNr">129 </span> -<span id="L130" class="LineNr">130 </span><span class="Delimiter">:(scenario or_mem_at_r32_with_r32)</span> -<span id="L131" class="LineNr">131 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L132" class="LineNr">132 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c0d);</span> -<span id="L133" class="LineNr">133 </span><span class="Special">% Reg[3].i = 0xa0b0c0d0;</span> -<span id="L134" class="LineNr">134 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L135" class="LineNr">135 </span> 0b <span class="Constant">18</span> <span class="Comment"># or *EAX (reg 0) with EBX (reg 3)</span> -<span id="L136" class="LineNr">136 </span><span class="traceContains">+run: or effective address with <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L137" class="LineNr">137 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L138" class="LineNr">138 </span><span class="traceContains">+run: storing 0xaabbccdd</span> -<span id="L139" class="LineNr">139 </span> -<span id="L140" class="LineNr">140 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L141" class="LineNr">141 </span><span class="Normal">case</span> <span class="Constant">0x0b</span>: <span class="Delimiter">{</span> <span class="Comment">// or r/m32 with r32</span> -<span id="L142" class="LineNr">142 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L143" class="LineNr">143 </span> <span class="Normal">uint8_t</span> arg1 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L144" class="LineNr">144 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"or effective address with <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>arg1<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L145" class="LineNr">145 </span> <span class="Normal">const</span> <span class="Normal">int32_t</span>* arg2 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L146" class="LineNr">146 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>|<span class="Delimiter">,</span> Reg[arg1]<span class="Delimiter">.</span>u<span class="Delimiter">,</span> *arg2<span class="Delimiter">);</span> -<span id="L147" class="LineNr">147 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L148" class="LineNr">148 </span><span class="Delimiter">}</span> -<span id="L149" class="LineNr">149 </span> -<span id="L150" class="LineNr">150 </span><span class="SalientComment">//:: xor</span> -<span id="L151" class="LineNr">151 </span> -<span id="L152" class="LineNr">152 </span><span class="Delimiter">:(scenario xor_r32_with_mem_at_r32)</span> -<span id="L153" class="LineNr">153 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L154" class="LineNr">154 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0xaabb0c0d);</span> -<span id="L155" class="LineNr">155 </span><span class="Special">% Reg[3].i = 0xa0b0c0d0;</span> -<span id="L156" class="LineNr">156 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L157" class="LineNr">157 </span> <span class="Constant">31</span> <span class="Constant">18</span> <span class="Comment"># xor EBX (reg 3) with *EAX (reg 0)</span> -<span id="L158" class="LineNr">158 </span><span class="traceContains">+run: xor <a href='010core.cc.html#L17'>reg</a> 3 with effective address</span> -<span id="L159" class="LineNr">159 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L160" class="LineNr">160 </span><span class="traceContains">+run: storing 0x0a0bccdd</span> -<span id="L161" class="LineNr">161 </span> -<span id="L162" class="LineNr">162 </span><span class="Comment">//:</span> -<span id="L163" class="LineNr">163 </span> -<span id="L164" class="LineNr">164 </span><span class="Delimiter">:(scenario xor_mem_at_r32_with_r32)</span> -<span id="L165" class="LineNr">165 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L166" class="LineNr">166 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c0d);</span> -<span id="L167" class="LineNr">167 </span><span class="Special">% Reg[3].i = 0xa0b0c0d0;</span> -<span id="L168" class="LineNr">168 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L169" class="LineNr">169 </span> <span class="Constant">33</span> <span class="Constant">18</span> <span class="Comment"># xor *EAX (reg 0) with EBX (reg 3)</span> -<span id="L170" class="LineNr">170 </span><span class="traceContains">+run: xor effective address with <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L171" class="LineNr">171 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L172" class="LineNr">172 </span><span class="traceContains">+run: storing 0xaabbccdd</span> -<span id="L173" class="LineNr">173 </span> -<span id="L174" class="LineNr">174 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L175" class="LineNr">175 </span><span class="Normal">case</span> <span class="Constant">0x33</span>: <span class="Delimiter">{</span> <span class="Comment">// xor r/m32 with r32</span> -<span id="L176" class="LineNr">176 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L177" class="LineNr">177 </span> <span class="Normal">uint8_t</span> arg1 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L178" class="LineNr">178 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"xor effective address with <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>arg1<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L179" class="LineNr">179 </span> <span class="Normal">const</span> <span class="Normal">int32_t</span>* arg2 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L180" class="LineNr">180 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>|<span class="Delimiter">,</span> Reg[arg1]<span class="Delimiter">.</span>u<span class="Delimiter">,</span> *arg2<span class="Delimiter">);</span> -<span id="L181" class="LineNr">181 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L182" class="LineNr">182 </span><span class="Delimiter">}</span> -<span id="L183" class="LineNr">183 </span> -<span id="L184" class="LineNr">184 </span><span class="SalientComment">//:: not</span> -<span id="L185" class="LineNr">185 </span> -<span id="L186" class="LineNr">186 </span><span class="Delimiter">:(scenario not_r32_with_mem_at_r32)</span> -<span id="L187" class="LineNr">187 </span><span class="Special">% Reg[3].i = 0x60;</span> -<span id="L188" class="LineNr">188 </span><span class="Comment"># word at 0x60 is 0x0f0f00ff</span> -<span id="L189" class="LineNr">189 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0f0f00ff);</span> -<span id="L190" class="LineNr">190 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L191" class="LineNr">191 </span> f7 <span class="PreProc">0</span><span class="Constant">3</span> <span class="Comment"># negate *EBX (reg 3)</span> -<span id="L192" class="LineNr">192 </span><span class="traceContains">+run: 'not' of effective address</span> -<span id="L193" class="LineNr">193 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 3)</span> -<span id="L194" class="LineNr">194 </span><span class="traceContains">+run: storing 0xf0f0ff00</span> -<span id="L195" class="LineNr">195 </span> -<span id="L196" class="LineNr">196 </span><span class="SalientComment">//:: compare (cmp)</span> -<span id="L197" class="LineNr">197 </span> -<span id="L198" class="LineNr">198 </span><span class="Delimiter">:(scenario compare_mem_at_r32_with_r32_greater)</span> -<span id="L199" class="LineNr">199 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L200" class="LineNr">200 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c0d);</span> -<span id="L201" class="LineNr">201 </span><span class="Special">% Reg[3].i = 0x0a0b0c07;</span> -<span id="L202" class="LineNr">202 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L203" class="LineNr">203 </span> <span class="Constant">39</span> <span class="Constant">18</span> <span class="Comment"># compare EBX (reg 3) with *EAX (reg 0)</span> -<span id="L204" class="LineNr">204 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L17'>reg</a> 3 with effective address</span> -<span id="L205" class="LineNr">205 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L206" class="LineNr">206 </span><span class="traceContains">+run: SF=0; ZF=0; OF=0</span> -<span id="L207" class="LineNr">207 </span> -<span id="L208" class="LineNr">208 </span><span class="Delimiter">:(scenario compare_mem_at_r32_with_r32_lesser)</span> -<span id="L209" class="LineNr">209 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L210" class="LineNr">210 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c07);</span> -<span id="L211" class="LineNr">211 </span><span class="Special">% Reg[3].i = 0x0a0b0c0d;</span> -<span id="L212" class="LineNr">212 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L213" class="LineNr">213 </span> <span class="Constant">39</span> <span class="Constant">18</span> <span class="Comment"># compare EBX (reg 3) with *EAX (reg 0)</span> -<span id="L214" class="LineNr">214 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L17'>reg</a> 3 with effective address</span> -<span id="L215" class="LineNr">215 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L216" class="LineNr">216 </span><span class="traceContains">+run: SF=1; ZF=0; OF=0</span> +<span id="L84" class="LineNr"> 84 </span><span class="SalientComment">//:: and</span> +<span id="L85" class="LineNr"> 85 </span> +<span id="L86" class="LineNr"> 86 </span><span class="Delimiter">:(scenario and_r32_with_mem_at_r32)</span> +<span id="L87" class="LineNr"> 87 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L88" class="LineNr"> 88 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c0d);</span> +<span id="L89" class="LineNr"> 89 </span><span class="Special">% Reg[3].i = 0xff;</span> +<span id="L90" class="LineNr"> 90 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L91" class="LineNr"> 91 </span> <span class="Constant">21</span> <span class="Constant">18</span> <span class="Comment"># and EBX with *EAX</span> +<span id="L92" class="LineNr"> 92 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L93" class="LineNr"> 93 </span><span class="traceContains">+run: and <a href='010core.cc.html#L10'>EBX</a> with r/m32</span> +<span id="L94" class="LineNr"> 94 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L95" class="LineNr"> 95 </span><span class="traceContains">+run: storing 0x0000000d</span> +<span id="L96" class="LineNr"> 96 </span> +<span id="L97" class="LineNr"> 97 </span><span class="Comment">//:</span> +<span id="L98" class="LineNr"> 98 </span> +<span id="L99" class="LineNr"> 99 </span><span class="Delimiter">:(scenario and_mem_at_r32_with_r32)</span> +<span id="L100" class="LineNr">100 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L101" class="LineNr">101 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x000000ff);</span> +<span id="L102" class="LineNr">102 </span><span class="Special">% Reg[3].i = 0x0a0b0c0d;</span> +<span id="L103" class="LineNr">103 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L104" class="LineNr">104 </span> <span class="Constant">23</span> <span class="Constant">18</span> <span class="Comment"># and *EAX with EBX</span> +<span id="L105" class="LineNr">105 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L106" class="LineNr">106 </span><span class="traceContains">+run: and r/m32 with <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L107" class="LineNr">107 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L108" class="LineNr">108 </span><span class="traceContains">+run: storing 0x0000000d</span> +<span id="L109" class="LineNr">109 </span> +<span id="L110" class="LineNr">110 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L111" class="LineNr">111 </span><span class="Normal">case</span> <span class="Constant">0x23</span>: <span class="Delimiter">{</span> <span class="Comment">// and r/m32 with r32</span> +<span id="L112" class="LineNr">112 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L113" class="LineNr">113 </span> <span class="Normal">uint8_t</span> arg1 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L114" class="LineNr">114 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"and r/m32 with "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>arg1<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L115" class="LineNr">115 </span> <span class="Normal">const</span> <span class="Normal">int32_t</span>* arg2 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L116" class="LineNr">116 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>&<span class="Delimiter">,</span> Reg[arg1]<span class="Delimiter">.</span>u<span class="Delimiter">,</span> *arg2<span class="Delimiter">);</span> +<span id="L117" class="LineNr">117 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<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="SalientComment">//:: or</span> +<span id="L121" class="LineNr">121 </span> +<span id="L122" class="LineNr">122 </span><span class="Delimiter">:(scenario or_r32_with_mem_at_r32)</span> +<span id="L123" class="LineNr">123 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L124" class="LineNr">124 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c0d);</span> +<span id="L125" class="LineNr">125 </span><span class="Special">% Reg[3].i = 0xa0b0c0d0;</span> +<span id="L126" class="LineNr">126 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L127" class="LineNr">127 </span> <span class="Error">09</span> <span class="Constant">18</span> <span class="Comment"># or EBX with *EAX</span> +<span id="L128" class="LineNr">128 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L129" class="LineNr">129 </span><span class="traceContains">+run: or <a href='010core.cc.html#L10'>EBX</a> with r/m32</span> +<span id="L130" class="LineNr">130 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L131" class="LineNr">131 </span><span class="traceContains">+run: storing 0xaabbccdd</span> +<span id="L132" class="LineNr">132 </span> +<span id="L133" class="LineNr">133 </span><span class="Comment">//:</span> +<span id="L134" class="LineNr">134 </span> +<span id="L135" class="LineNr">135 </span><span class="Delimiter">:(scenario or_mem_at_r32_with_r32)</span> +<span id="L136" class="LineNr">136 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L137" class="LineNr">137 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c0d);</span> +<span id="L138" class="LineNr">138 </span><span class="Special">% Reg[3].i = 0xa0b0c0d0;</span> +<span id="L139" class="LineNr">139 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L140" class="LineNr">140 </span> 0b <span class="Constant">18</span> <span class="Comment"># or *EAX with EBX</span> +<span id="L141" class="LineNr">141 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L142" class="LineNr">142 </span><span class="traceContains">+run: or r/m32 with <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L143" class="LineNr">143 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L144" class="LineNr">144 </span><span class="traceContains">+run: storing 0xaabbccdd</span> +<span id="L145" class="LineNr">145 </span> +<span id="L146" class="LineNr">146 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L147" class="LineNr">147 </span><span class="Normal">case</span> <span class="Constant">0x0b</span>: <span class="Delimiter">{</span> <span class="Comment">// or r/m32 with r32</span> +<span id="L148" class="LineNr">148 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L149" class="LineNr">149 </span> <span class="Normal">uint8_t</span> arg1 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L150" class="LineNr">150 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"or r/m32 with "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>arg1<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L151" class="LineNr">151 </span> <span class="Normal">const</span> <span class="Normal">int32_t</span>* arg2 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L152" class="LineNr">152 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>|<span class="Delimiter">,</span> Reg[arg1]<span class="Delimiter">.</span>u<span class="Delimiter">,</span> *arg2<span class="Delimiter">);</span> +<span id="L153" class="LineNr">153 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L154" class="LineNr">154 </span><span class="Delimiter">}</span> +<span id="L155" class="LineNr">155 </span> +<span id="L156" class="LineNr">156 </span><span class="SalientComment">//:: xor</span> +<span id="L157" class="LineNr">157 </span> +<span id="L158" class="LineNr">158 </span><span class="Delimiter">:(scenario xor_r32_with_mem_at_r32)</span> +<span id="L159" class="LineNr">159 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L160" class="LineNr">160 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0xaabb0c0d);</span> +<span id="L161" class="LineNr">161 </span><span class="Special">% Reg[3].i = 0xa0b0c0d0;</span> +<span id="L162" class="LineNr">162 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L163" class="LineNr">163 </span> <span class="Constant">31</span> <span class="Constant">18</span> <span class="Comment"># xor EBX with *EAX</span> +<span id="L164" class="LineNr">164 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L165" class="LineNr">165 </span><span class="traceContains">+run: xor <a href='010core.cc.html#L10'>EBX</a> with r/m32</span> +<span id="L166" class="LineNr">166 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L167" class="LineNr">167 </span><span class="traceContains">+run: storing 0x0a0bccdd</span> +<span id="L168" class="LineNr">168 </span> +<span id="L169" class="LineNr">169 </span><span class="Comment">//:</span> +<span id="L170" class="LineNr">170 </span> +<span id="L171" class="LineNr">171 </span><span class="Delimiter">:(scenario xor_mem_at_r32_with_r32)</span> +<span id="L172" class="LineNr">172 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L173" class="LineNr">173 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c0d);</span> +<span id="L174" class="LineNr">174 </span><span class="Special">% Reg[3].i = 0xa0b0c0d0;</span> +<span id="L175" class="LineNr">175 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L176" class="LineNr">176 </span> <span class="Constant">33</span> <span class="Constant">18</span> <span class="Comment"># xor *EAX with EBX</span> +<span id="L177" class="LineNr">177 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L178" class="LineNr">178 </span><span class="traceContains">+run: xor r/m32 with <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L179" class="LineNr">179 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L180" class="LineNr">180 </span><span class="traceContains">+run: storing 0xaabbccdd</span> +<span id="L181" class="LineNr">181 </span> +<span id="L182" class="LineNr">182 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L183" class="LineNr">183 </span><span class="Normal">case</span> <span class="Constant">0x33</span>: <span class="Delimiter">{</span> <span class="Comment">// xor r/m32 with r32</span> +<span id="L184" class="LineNr">184 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L185" class="LineNr">185 </span> <span class="Normal">uint8_t</span> arg1 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L186" class="LineNr">186 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"xor r/m32 with "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>arg1<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L187" class="LineNr">187 </span> <span class="Normal">const</span> <span class="Normal">int32_t</span>* arg2 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L188" class="LineNr">188 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>|<span class="Delimiter">,</span> Reg[arg1]<span class="Delimiter">.</span>u<span class="Delimiter">,</span> *arg2<span class="Delimiter">);</span> +<span id="L189" class="LineNr">189 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L190" class="LineNr">190 </span><span class="Delimiter">}</span> +<span id="L191" class="LineNr">191 </span> +<span id="L192" class="LineNr">192 </span><span class="SalientComment">//:: not</span> +<span id="L193" class="LineNr">193 </span> +<span id="L194" class="LineNr">194 </span><span class="Delimiter">:(scenario not_r32_with_mem_at_r32)</span> +<span id="L195" class="LineNr">195 </span><span class="Special">% Reg[3].i = 0x60;</span> +<span id="L196" class="LineNr">196 </span><span class="Comment"># word at 0x60 is 0x0f0f00ff</span> +<span id="L197" class="LineNr">197 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0f0f00ff);</span> +<span id="L198" class="LineNr">198 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L199" class="LineNr">199 </span> f7 <span class="PreProc">0</span><span class="Constant">3</span> <span class="Comment"># negate *EBX</span> +<span id="L200" class="LineNr">200 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 000 (unused) 011 (dest EBX)</span> +<span id="L201" class="LineNr">201 </span><span class="traceContains">+run: 'not' of r/m32</span> +<span id="L202" class="LineNr">202 </span><span class="traceContains">+run: effective address is 0x60 (EBX)</span> +<span id="L203" class="LineNr">203 </span><span class="traceContains">+run: storing 0xf0f0ff00</span> +<span id="L204" class="LineNr">204 </span> +<span id="L205" class="LineNr">205 </span><span class="SalientComment">//:: compare (cmp)</span> +<span id="L206" class="LineNr">206 </span> +<span id="L207" class="LineNr">207 </span><span class="Delimiter">:(scenario compare_mem_at_r32_with_r32_greater)</span> +<span id="L208" class="LineNr">208 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L209" class="LineNr">209 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c0d);</span> +<span id="L210" class="LineNr">210 </span><span class="Special">% Reg[3].i = 0x0a0b0c07;</span> +<span id="L211" class="LineNr">211 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L212" class="LineNr">212 </span> <span class="Constant">39</span> <span class="Constant">18</span> <span class="Comment"># compare EBX with *EAX</span> +<span id="L213" class="LineNr">213 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L214" class="LineNr">214 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L10'>EBX</a> with r/m32</span> +<span id="L215" class="LineNr">215 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L216" class="LineNr">216 </span><span class="traceContains">+run: SF=0; ZF=0; OF=0</span> <span id="L217" class="LineNr">217 </span> -<span id="L218" class="LineNr">218 </span><span class="Delimiter">:(scenario compare_mem_at_r32_with_r32_equal)</span> +<span id="L218" class="LineNr">218 </span><span class="Delimiter">:(scenario compare_mem_at_r32_with_r32_lesser)</span> <span id="L219" class="LineNr">219 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L220" class="LineNr">220 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c0d);</span> +<span id="L220" class="LineNr">220 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c07);</span> <span id="L221" class="LineNr">221 </span><span class="Special">% Reg[3].i = 0x0a0b0c0d;</span> -<span id="L222" class="LineNr">222 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L223" class="LineNr">223 </span> <span class="Constant">39</span> <span class="Constant">18</span> <span class="Comment"># compare EBX (reg 3) with *EAX (reg 0)</span> -<span id="L224" class="LineNr">224 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L17'>reg</a> 3 with effective address</span> -<span id="L225" class="LineNr">225 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L226" class="LineNr">226 </span><span class="traceContains">+run: SF=0; ZF=1; OF=0</span> -<span id="L227" class="LineNr">227 </span> -<span id="L228" class="LineNr">228 </span><span class="Comment">//:</span> -<span id="L229" class="LineNr">229 </span> -<span id="L230" class="LineNr">230 </span><span class="Delimiter">:(scenario compare_r32_with_mem_at_r32_greater)</span> -<span id="L231" class="LineNr">231 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L232" class="LineNr">232 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c07);</span> -<span id="L233" class="LineNr">233 </span><span class="Special">% Reg[3].i = 0x0a0b0c0d;</span> -<span id="L234" class="LineNr">234 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L235" class="LineNr">235 </span> 3b <span class="Constant">18</span> <span class="Comment"># compare *EAX (reg 0) with EBX (reg 3)</span> -<span id="L236" class="LineNr">236 </span><span class="traceContains">+run: compare effective address with <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L237" class="LineNr">237 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L238" class="LineNr">238 </span><span class="traceContains">+run: SF=0; ZF=0; OF=0</span> +<span id="L222" class="LineNr">222 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L223" class="LineNr">223 </span> <span class="Constant">39</span> <span class="Constant">18</span> <span class="Comment"># compare EBX with *EAX</span> +<span id="L224" class="LineNr">224 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L225" class="LineNr">225 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L10'>EBX</a> with r/m32</span> +<span id="L226" class="LineNr">226 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L227" class="LineNr">227 </span><span class="traceContains">+run: SF=1; ZF=0; OF=0</span> +<span id="L228" class="LineNr">228 </span> +<span id="L229" class="LineNr">229 </span><span class="Delimiter">:(scenario compare_mem_at_r32_with_r32_equal)</span> +<span id="L230" class="LineNr">230 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L231" class="LineNr">231 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c0d);</span> +<span id="L232" class="LineNr">232 </span><span class="Special">% Reg[3].i = 0x0a0b0c0d;</span> +<span id="L233" class="LineNr">233 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L234" class="LineNr">234 </span> <span class="Constant">39</span> <span class="Constant">18</span> <span class="Comment"># compare EBX with *EAX</span> +<span id="L235" class="LineNr">235 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L236" class="LineNr">236 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L10'>EBX</a> with r/m32</span> +<span id="L237" class="LineNr">237 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L238" class="LineNr">238 </span><span class="traceContains">+run: SF=0; ZF=1; OF=0</span> <span id="L239" class="LineNr">239 </span> -<span id="L240" class="LineNr">240 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L241" class="LineNr">241 </span><span class="Normal">case</span> <span class="Constant">0x3b</span>: <span class="Delimiter">{</span> <span class="Comment">// set SF if r32 < r/m32</span> -<span id="L242" class="LineNr">242 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L243" class="LineNr">243 </span> <span class="Normal">uint8_t</span> reg1 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L244" class="LineNr">244 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"compare effective address with <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>reg1<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L245" class="LineNr">245 </span> <span class="Normal">int32_t</span> arg1 = Reg[reg1]<span class="Delimiter">.</span>i<span class="Delimiter">;</span> -<span id="L246" class="LineNr">246 </span> <span class="Normal">int32_t</span>* arg2 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L247" class="LineNr">247 </span> <span class="Normal">int32_t</span> tmp1 = arg1 - *arg2<span class="Delimiter">;</span> -<span id="L248" class="LineNr">248 </span> SF = <span class="Delimiter">(</span>tmp1 < <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L249" class="LineNr">249 </span> ZF = <span class="Delimiter">(</span>tmp1 == <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L250" class="LineNr">250 </span> <span class="Normal">int64_t</span> tmp2 = arg1 - *arg2<span class="Delimiter">;</span> -<span id="L251" class="LineNr">251 </span> <a href='010core.cc.html#L33'>OF</a> = <span class="Delimiter">(</span>tmp1 != tmp2<span class="Delimiter">);</span> -<span id="L252" class="LineNr">252 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"SF="</span> << SF << <span class="Constant">"; ZF="</span> << ZF << <span class="Constant">"; OF="</span> << <a href='010core.cc.html#L33'>OF</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L253" class="LineNr">253 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L254" class="LineNr">254 </span><span class="Delimiter">}</span> -<span id="L255" class="LineNr">255 </span> -<span id="L256" class="LineNr">256 </span><span class="Delimiter">:(scenario compare_r32_with_mem_at_r32_lesser)</span> -<span id="L257" class="LineNr">257 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L258" class="LineNr">258 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c0d);</span> -<span id="L259" class="LineNr">259 </span><span class="Special">% Reg[3].i = 0x0a0b0c07;</span> -<span id="L260" class="LineNr">260 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L261" class="LineNr">261 </span> 3b <span class="Constant">18</span> <span class="Comment"># compare *EAX (reg 0) with EBX (reg 3)</span> -<span id="L262" class="LineNr">262 </span><span class="traceContains">+run: compare effective address with <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L263" class="LineNr">263 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L264" class="LineNr">264 </span><span class="traceContains">+run: SF=1; ZF=0; OF=0</span> -<span id="L265" class="LineNr">265 </span> -<span id="L266" class="LineNr">266 </span><span class="Delimiter">:(scenario compare_r32_with_mem_at_r32_equal)</span> -<span id="L267" class="LineNr">267 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L268" class="LineNr">268 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c0d);</span> -<span id="L269" class="LineNr">269 </span><span class="Special">% Reg[3].i = 0x0a0b0c0d;</span> -<span id="L270" class="LineNr">270 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L271" class="LineNr">271 </span> 3b <span class="Constant">18</span> <span class="Comment"># compare *EAX (reg 0) with EBX (reg 3)</span> -<span id="L272" class="LineNr">272 </span><span class="traceContains">+run: compare effective address with <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L273" class="LineNr">273 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L274" class="LineNr">274 </span><span class="traceContains">+run: SF=0; ZF=1; OF=0</span> -<span id="L275" class="LineNr">275 </span> -<span id="L276" class="LineNr">276 </span><span class="SalientComment">//:: copy (mov)</span> -<span id="L277" class="LineNr">277 </span> -<span id="L278" class="LineNr">278 </span><span class="Delimiter">:(scenario copy_r32_to_mem_at_r32)</span> -<span id="L279" class="LineNr">279 </span><span class="Special">% Reg[3].i = 0xaf;</span> -<span id="L280" class="LineNr">280 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L281" class="LineNr">281 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L282" class="LineNr">282 </span> <span class="Constant">89</span> <span class="Constant">18</span> <span class="Comment"># copy EBX (reg 3) to *EAX (reg 0)</span> -<span id="L283" class="LineNr">283 </span><span class="traceContains">+run: copy <a href='010core.cc.html#L17'>reg</a> 3 to effective address</span> -<span id="L284" class="LineNr">284 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L285" class="LineNr">285 </span><span class="traceContains">+run: storing 0x000000af</span> -<span id="L286" class="LineNr">286 </span> -<span id="L287" class="LineNr">287 </span><span class="Comment">//:</span> -<span id="L288" class="LineNr">288 </span> -<span id="L289" class="LineNr">289 </span><span class="Delimiter">:(scenario copy_mem_at_r32_to_r32)</span> -<span id="L290" class="LineNr">290 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L291" class="LineNr">291 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x000000af);</span> -<span id="L292" class="LineNr">292 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L293" class="LineNr">293 </span> 8b <span class="Constant">18</span> <span class="Comment"># copy *EAX (reg 0) to EBX (reg 3)</span> -<span id="L294" class="LineNr">294 </span><span class="traceContains">+run: copy effective address to <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L295" class="LineNr">295 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L296" class="LineNr">296 </span><span class="traceContains">+run: storing 0x000000af</span> -<span id="L297" class="LineNr">297 </span> -<span id="L298" class="LineNr">298 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L299" class="LineNr">299 </span><span class="Normal">case</span> <span class="Constant">0x8b</span>: <span class="Delimiter">{</span> <span class="Comment">// copy r32 to r/m32</span> -<span id="L300" class="LineNr">300 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L301" class="LineNr">301 </span> <span class="Normal">uint8_t</span> reg1 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L302" class="LineNr">302 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"copy effective address to <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>reg1<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L303" class="LineNr">303 </span> <span class="Normal">int32_t</span>* arg2 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L304" class="LineNr">304 </span> Reg[reg1]<span class="Delimiter">.</span>i = *arg2<span class="Delimiter">;</span> -<span id="L305" class="LineNr">305 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << *arg2 << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L306" class="LineNr">306 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L307" class="LineNr">307 </span><span class="Delimiter">}</span> -<span id="L308" class="LineNr">308 </span> -<span id="L309" class="LineNr">309 </span><span class="SalientComment">//:: jump</span> -<span id="L310" class="LineNr">310 </span> -<span id="L311" class="LineNr">311 </span><span class="Delimiter">:(scenario jump_mem_at_r32)</span> -<span id="L312" class="LineNr">312 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L313" class="LineNr">313 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 8);</span> -<span id="L314" class="LineNr">314 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L315" class="LineNr">315 </span> ff <span class="Constant">20</span> <span class="Comment"># jump to *EAX (reg 0)</span> -<span id="L316" class="LineNr">316 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L317" class="LineNr">317 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L318" class="LineNr">318 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L319" class="LineNr">319 </span><span class="traceContains">+run: jump to effective address</span> -<span id="L320" class="LineNr">320 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L321" class="LineNr">321 </span><span class="traceContains">+run: jumping to 0x00000008</span> -<span id="L322" class="LineNr">322 </span><span class="traceContains">+run: inst: 0x00000008</span> -<span id="L323" class="LineNr">323 </span><span class="traceAbsent">-run: inst: 0x00000003</span> -<span id="L324" class="LineNr">324 </span> -<span id="L325" class="LineNr">325 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L326" class="LineNr">326 </span><span class="Normal">case</span> <span class="Constant">0xff</span>: <span class="Delimiter">{</span> -<span id="L327" class="LineNr">327 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L328" class="LineNr">328 </span> <span class="Normal">uint8_t</span> subop = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> <span class="Comment">// middle 3 'reg opcode' bits</span> -<span id="L329" class="LineNr">329 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>subop<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L330" class="LineNr">330 </span> <span class="Conceal">¦</span> <span class="Normal">case</span> <span class="Constant">4</span>: <span class="Delimiter">{</span> <span class="Comment">// jump to r/m32</span> -<span id="L331" class="LineNr">331 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump to effective address"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L332" class="LineNr">332 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int32_t</span>* arg2 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L333" class="LineNr">333 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='010core.cc.html#L23'>EIP</a> = *arg2<span class="Delimiter">;</span> -<span id="L334" class="LineNr">334 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jumping to 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << <a href='010core.cc.html#L23'>EIP</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L335" class="LineNr">335 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L336" class="LineNr">336 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L337" class="LineNr">337 </span> <span class="Conceal">¦</span> <span class="Comment">// End Op ff Subops</span> -<span id="L338" class="LineNr">338 </span> <span class="Delimiter">}</span> -<span id="L339" class="LineNr">339 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L340" class="LineNr">340 </span><span class="Delimiter">}</span> -<span id="L341" class="LineNr">341 </span> -<span id="L342" class="LineNr">342 </span><span class="SalientComment">//:: push</span> -<span id="L343" class="LineNr">343 </span> -<span id="L344" class="LineNr">344 </span><span class="Delimiter">:(scenario push_mem_at_r32)</span> -<span id="L345" class="LineNr">345 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L346" class="LineNr">346 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x000000af);</span> -<span id="L347" class="LineNr">347 </span><span class="Special">% Reg[ESP].u = 0x14;</span> -<span id="L348" class="LineNr">348 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L349" class="LineNr">349 </span> ff <span class="Constant">30</span> <span class="Comment"># push *EAX (reg 0) to stack</span> -<span id="L350" class="LineNr">350 </span><span class="traceContains">+run: <a href='011direct_addressing.cc.html#L244'>push</a> effective address</span> -<span id="L351" class="LineNr">351 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L352" class="LineNr">352 </span><span class="traceContains">+run: decrementing <a href='010core.cc.html#L11'>ESP</a> to 0x00000010</span> -<span id="L353" class="LineNr">353 </span><span class="traceContains">+run: pushing value 0x000000af</span> -<span id="L354" class="LineNr">354 </span> -<span id="L355" class="LineNr">355 </span><span class="Delimiter">:(before "End Op ff Subops")</span> -<span id="L356" class="LineNr">356 </span><span class="Normal">case</span> <span class="Constant">6</span>: <span class="Delimiter">{</span> <span class="Comment">// push r/m32 to stack</span> -<span id="L357" class="LineNr">357 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"push effective address"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L358" class="LineNr">358 </span> <span class="Normal">const</span> <span class="Normal">int32_t</span>* val = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L359" class="LineNr">359 </span> <a href='011direct_addressing.cc.html#L244'>push</a><span class="Delimiter">(</span>*val<span class="Delimiter">);</span> -<span id="L360" class="LineNr">360 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L361" class="LineNr">361 </span><span class="Delimiter">}</span> -<span id="L362" class="LineNr">362 </span> -<span id="L363" class="LineNr">363 </span><span class="SalientComment">//:: pop</span> -<span id="L364" class="LineNr">364 </span> -<span id="L365" class="LineNr">365 </span><span class="Delimiter">:(scenario pop_mem_at_r32)</span> -<span id="L366" class="LineNr">366 </span><span class="Special">% Reg[0].i = 0x60;</span> -<span id="L367" class="LineNr">367 </span><span class="Special">% Reg[ESP].u = 0x10;</span> -<span id="L368" class="LineNr">368 </span><span class="Special">% SET_WORD_IN_MEM(0x10, 0x00000030);</span> -<span id="L369" class="LineNr">369 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L370" class="LineNr">370 </span> <span class="Constant">8f</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># pop stack into *EAX (reg 0)</span> -<span id="L371" class="LineNr">371 </span><span class="traceContains">+run: <a href='011direct_addressing.cc.html#L277'>pop</a> into effective address</span> -<span id="L372" class="LineNr">372 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 0)</span> -<span id="L373" class="LineNr">373 </span><span class="traceContains">+run: popping value 0x00000030</span> -<span id="L374" class="LineNr">374 </span><span class="traceContains">+run: incrementing <a href='010core.cc.html#L11'>ESP</a> to 0x00000014</span> -<span id="L375" class="LineNr">375 </span> -<span id="L376" class="LineNr">376 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L377" class="LineNr">377 </span><span class="Normal">case</span> <span class="Constant">0x8f</span>: <span class="Delimiter">{</span> <span class="Comment">// pop stack into r/m32</span> -<span id="L378" class="LineNr">378 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L379" class="LineNr">379 </span> <span class="Normal">uint8_t</span> subop = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L380" class="LineNr">380 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>subop<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L381" class="LineNr">381 </span> <span class="Conceal">¦</span> <span class="Normal">case</span> <span class="Constant">0</span>: <span class="Delimiter">{</span> -<span id="L382" class="LineNr">382 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"pop into effective address"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L383" class="LineNr">383 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Normal">int32_t</span>* dest = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L384" class="LineNr">384 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> *dest = <a href='011direct_addressing.cc.html#L277'>pop</a><span class="Delimiter">();</span> -<span id="L385" class="LineNr">385 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L386" class="LineNr">386 </span> <span class="Conceal">¦</span> <span class="Delimiter">}</span> -<span id="L387" class="LineNr">387 </span> <span class="Delimiter">}</span> -<span id="L388" class="LineNr">388 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L389" class="LineNr">389 </span><span class="Delimiter">}</span> +<span id="L240" class="LineNr">240 </span><span class="Comment">//:</span> +<span id="L241" class="LineNr">241 </span> +<span id="L242" class="LineNr">242 </span><span class="Delimiter">:(scenario compare_r32_with_mem_at_r32_greater)</span> +<span id="L243" class="LineNr">243 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L244" class="LineNr">244 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c07);</span> +<span id="L245" class="LineNr">245 </span><span class="Special">% Reg[3].i = 0x0a0b0c0d;</span> +<span id="L246" class="LineNr">246 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L247" class="LineNr">247 </span> 3b <span class="Constant">18</span> <span class="Comment"># compare *EAX with EBX</span> +<span id="L248" class="LineNr">248 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L249" class="LineNr">249 </span><span class="traceContains">+run: compare r/m32 with <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L250" class="LineNr">250 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L251" class="LineNr">251 </span><span class="traceContains">+run: SF=0; ZF=0; OF=0</span> +<span id="L252" class="LineNr">252 </span> +<span id="L253" class="LineNr">253 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L254" class="LineNr">254 </span><span class="Normal">case</span> <span class="Constant">0x3b</span>: <span class="Delimiter">{</span> <span class="Comment">// set SF if r32 < r/m32</span> +<span id="L255" class="LineNr">255 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L256" class="LineNr">256 </span> <span class="Normal">uint8_t</span> reg1 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L257" class="LineNr">257 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"compare r/m32 with "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>reg1<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L258" class="LineNr">258 </span> <span class="Normal">int32_t</span> arg1 = Reg[reg1]<span class="Delimiter">.</span>i<span class="Delimiter">;</span> +<span id="L259" class="LineNr">259 </span> <span class="Normal">int32_t</span>* arg2 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L260" class="LineNr">260 </span> <span class="Normal">int32_t</span> tmp1 = arg1 - *arg2<span class="Delimiter">;</span> +<span id="L261" class="LineNr">261 </span> SF = <span class="Delimiter">(</span>tmp1 < <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L262" class="LineNr">262 </span> ZF = <span class="Delimiter">(</span>tmp1 == <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L263" class="LineNr">263 </span> <span class="Normal">int64_t</span> tmp2 = arg1 - *arg2<span class="Delimiter">;</span> +<span id="L264" class="LineNr">264 </span> <a href='010core.cc.html#L33'>OF</a> = <span class="Delimiter">(</span>tmp1 != tmp2<span class="Delimiter">);</span> +<span id="L265" class="LineNr">265 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"SF="</span> << SF << <span class="Constant">"; ZF="</span> << ZF << <span class="Constant">"; OF="</span> << <a href='010core.cc.html#L33'>OF</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L266" class="LineNr">266 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L267" class="LineNr">267 </span><span class="Delimiter">}</span> +<span id="L268" class="LineNr">268 </span> +<span id="L269" class="LineNr">269 </span><span class="Delimiter">:(scenario compare_r32_with_mem_at_r32_lesser)</span> +<span id="L270" class="LineNr">270 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L271" class="LineNr">271 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c0d);</span> +<span id="L272" class="LineNr">272 </span><span class="Special">% Reg[3].i = 0x0a0b0c07;</span> +<span id="L273" class="LineNr">273 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L274" class="LineNr">274 </span> 3b <span class="Constant">18</span> <span class="Comment"># compare *EAX with EBX</span> +<span id="L275" class="LineNr">275 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L276" class="LineNr">276 </span><span class="traceContains">+run: compare r/m32 with <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L277" class="LineNr">277 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L278" class="LineNr">278 </span><span class="traceContains">+run: SF=1; ZF=0; OF=0</span> +<span id="L279" class="LineNr">279 </span> +<span id="L280" class="LineNr">280 </span><span class="Delimiter">:(scenario compare_r32_with_mem_at_r32_equal)</span> +<span id="L281" class="LineNr">281 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L282" class="LineNr">282 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0a0b0c0d);</span> +<span id="L283" class="LineNr">283 </span><span class="Special">% Reg[3].i = 0x0a0b0c0d;</span> +<span id="L284" class="LineNr">284 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L285" class="LineNr">285 </span> 3b <span class="Constant">18</span> <span class="Comment"># compare *EAX with EBX</span> +<span id="L286" class="LineNr">286 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L287" class="LineNr">287 </span><span class="traceContains">+run: compare r/m32 with <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L288" class="LineNr">288 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L289" class="LineNr">289 </span><span class="traceContains">+run: SF=0; ZF=1; OF=0</span> +<span id="L290" class="LineNr">290 </span> +<span id="L291" class="LineNr">291 </span><span class="SalientComment">//:: copy (mov)</span> +<span id="L292" class="LineNr">292 </span> +<span id="L293" class="LineNr">293 </span><span class="Delimiter">:(scenario copy_r32_to_mem_at_r32)</span> +<span id="L294" class="LineNr">294 </span><span class="Special">% Reg[3].i = 0xaf;</span> +<span id="L295" class="LineNr">295 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L296" class="LineNr">296 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L297" class="LineNr">297 </span> <span class="Constant">89</span> <span class="Constant">18</span> <span class="Comment"># copy EBX to *EAX</span> +<span id="L298" class="LineNr">298 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L299" class="LineNr">299 </span><span class="traceContains">+run: copy <a href='010core.cc.html#L10'>EBX</a> to r/m32</span> +<span id="L300" class="LineNr">300 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L301" class="LineNr">301 </span><span class="traceContains">+run: storing 0x000000af</span> +<span id="L302" class="LineNr">302 </span> +<span id="L303" class="LineNr">303 </span><span class="Comment">//:</span> +<span id="L304" class="LineNr">304 </span> +<span id="L305" class="LineNr">305 </span><span class="Delimiter">:(scenario copy_mem_at_r32_to_r32)</span> +<span id="L306" class="LineNr">306 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L307" class="LineNr">307 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x000000af);</span> +<span id="L308" class="LineNr">308 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L309" class="LineNr">309 </span> 8b <span class="Constant">18</span> <span class="Comment"># copy *EAX to EBX</span> +<span id="L310" class="LineNr">310 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EAX) 000 (dest EAX)</span> +<span id="L311" class="LineNr">311 </span><span class="traceContains">+run: copy r/m32 to <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L312" class="LineNr">312 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L313" class="LineNr">313 </span><span class="traceContains">+run: storing 0x000000af</span> +<span id="L314" class="LineNr">314 </span> +<span id="L315" class="LineNr">315 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L316" class="LineNr">316 </span><span class="Normal">case</span> <span class="Constant">0x8b</span>: <span class="Delimiter">{</span> <span class="Comment">// copy r32 to r/m32</span> +<span id="L317" class="LineNr">317 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L318" class="LineNr">318 </span> <span class="Normal">uint8_t</span> reg1 = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L319" class="LineNr">319 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"copy r/m32 to "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>reg1<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L320" class="LineNr">320 </span> <span class="Normal">int32_t</span>* arg2 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L321" class="LineNr">321 </span> Reg[reg1]<span class="Delimiter">.</span>i = *arg2<span class="Delimiter">;</span> +<span id="L322" class="LineNr">322 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"storing 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << *arg2 << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L323" class="LineNr">323 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L324" class="LineNr">324 </span><span class="Delimiter">}</span> +<span id="L325" class="LineNr">325 </span> +<span id="L326" class="LineNr">326 </span><span class="SalientComment">//:: jump</span> +<span id="L327" class="LineNr">327 </span> +<span id="L328" class="LineNr">328 </span><span class="Delimiter">:(scenario jump_mem_at_r32)</span> +<span id="L329" class="LineNr">329 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L330" class="LineNr">330 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 8);</span> +<span id="L331" class="LineNr">331 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L332" class="LineNr">332 </span> ff <span class="Constant">20</span> <span class="Comment"># jump to *EAX</span> +<span id="L333" class="LineNr">333 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 100 (jump to r/m32) 000 (src EAX)</span> +<span id="L334" class="LineNr">334 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L335" class="LineNr">335 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L336" class="LineNr">336 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L337" class="LineNr">337 </span><span class="traceContains">+run: jump to r/m32</span> +<span id="L338" class="LineNr">338 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L339" class="LineNr">339 </span><span class="traceContains">+run: jumping to 0x00000008</span> +<span id="L340" class="LineNr">340 </span><span class="traceContains">+run: inst: 0x00000008</span> +<span id="L341" class="LineNr">341 </span><span class="traceAbsent">-run: inst: 0x00000003</span> +<span id="L342" class="LineNr">342 </span> +<span id="L343" class="LineNr">343 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L344" class="LineNr">344 </span><span class="Normal">case</span> <span class="Constant">0xff</span>: <span class="Delimiter">{</span> +<span id="L345" class="LineNr">345 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L346" class="LineNr">346 </span> <span class="Normal">uint8_t</span> subop = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> <span class="Comment">// middle 3 'reg opcode' bits</span> +<span id="L347" class="LineNr">347 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>subop<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L348" class="LineNr">348 </span> <span class="Normal">case</span> <span class="Constant">4</span>: <span class="Delimiter">{</span> <span class="Comment">// jump to r/m32</span> +<span id="L349" class="LineNr">349 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump to r/m32"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L350" class="LineNr">350 </span> <span class="Normal">int32_t</span>* arg2 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L351" class="LineNr">351 </span> <a href='010core.cc.html#L23'>EIP</a> = *arg2<span class="Delimiter">;</span> +<span id="L352" class="LineNr">352 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jumping to 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << <a href='010core.cc.html#L23'>EIP</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L353" class="LineNr">353 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L354" class="LineNr">354 </span> <span class="Delimiter">}</span> +<span id="L355" class="LineNr">355 </span> <span class="Comment">// End Op ff Subops</span> +<span id="L356" class="LineNr">356 </span> <span class="Delimiter">}</span> +<span id="L357" class="LineNr">357 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L358" class="LineNr">358 </span><span class="Delimiter">}</span> +<span id="L359" class="LineNr">359 </span> +<span id="L360" class="LineNr">360 </span><span class="SalientComment">//:: push</span> +<span id="L361" class="LineNr">361 </span> +<span id="L362" class="LineNr">362 </span><span class="Delimiter">:(scenario push_mem_at_r32)</span> +<span id="L363" class="LineNr">363 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L364" class="LineNr">364 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x000000af);</span> +<span id="L365" class="LineNr">365 </span><span class="Special">% Reg[ESP].u = 0x14;</span> +<span id="L366" class="LineNr">366 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L367" class="LineNr">367 </span> ff <span class="Constant">30</span> <span class="Comment"># push *EAX to stack</span> +<span id="L368" class="LineNr">368 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 110 (push r/m32) 000 (src EAX)</span> +<span id="L369" class="LineNr">369 </span><span class="traceContains">+run: <a href='011direct_addressing.cc.html#L283'>push</a> r/m32</span> +<span id="L370" class="LineNr">370 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L371" class="LineNr">371 </span><span class="traceContains">+run: decrementing <a href='010core.cc.html#L11'>ESP</a> to 0x00000010</span> +<span id="L372" class="LineNr">372 </span><span class="traceContains">+run: pushing value 0x000000af</span> +<span id="L373" class="LineNr">373 </span> +<span id="L374" class="LineNr">374 </span><span class="Delimiter">:(before "End Op ff Subops")</span> +<span id="L375" class="LineNr">375 </span><span class="Normal">case</span> <span class="Constant">6</span>: <span class="Delimiter">{</span> <span class="Comment">// push r/m32 to stack</span> +<span id="L376" class="LineNr">376 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"push r/m32"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L377" class="LineNr">377 </span> <span class="Normal">const</span> <span class="Normal">int32_t</span>* val = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L378" class="LineNr">378 </span> <a href='011direct_addressing.cc.html#L283'>push</a><span class="Delimiter">(</span>*val<span class="Delimiter">);</span> +<span id="L379" class="LineNr">379 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L380" class="LineNr">380 </span><span class="Delimiter">}</span> +<span id="L381" class="LineNr">381 </span> +<span id="L382" class="LineNr">382 </span><span class="SalientComment">//:: pop</span> +<span id="L383" class="LineNr">383 </span> +<span id="L384" class="LineNr">384 </span><span class="Delimiter">:(scenario pop_mem_at_r32)</span> +<span id="L385" class="LineNr">385 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L386" class="LineNr">386 </span><span class="Special">% Reg[ESP].u = 0x10;</span> +<span id="L387" class="LineNr">387 </span><span class="Special">% SET_WORD_IN_MEM(0x10, 0x00000030);</span> +<span id="L388" class="LineNr">388 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L389" class="LineNr">389 </span> <span class="Constant">8f</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># pop stack into *EAX</span> +<span id="L390" class="LineNr">390 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 000 (pop r/m32) 000 (dest EAX)</span> +<span id="L391" class="LineNr">391 </span><span class="traceContains">+run: <a href='011direct_addressing.cc.html#L316'>pop</a> into r/m32</span> +<span id="L392" class="LineNr">392 </span><span class="traceContains">+run: effective address is 0x60 (EAX)</span> +<span id="L393" class="LineNr">393 </span><span class="traceContains">+run: popping value 0x00000030</span> +<span id="L394" class="LineNr">394 </span><span class="traceContains">+run: incrementing <a href='010core.cc.html#L11'>ESP</a> to 0x00000014</span> +<span id="L395" class="LineNr">395 </span> +<span id="L396" class="LineNr">396 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L397" class="LineNr">397 </span><span class="Normal">case</span> <span class="Constant">0x8f</span>: <span class="Delimiter">{</span> <span class="Comment">// pop stack into r/m32</span> +<span id="L398" class="LineNr">398 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L399" class="LineNr">399 </span> <span class="Normal">uint8_t</span> subop = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L400" class="LineNr">400 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>subop<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L401" class="LineNr">401 </span> <span class="Normal">case</span> <span class="Constant">0</span>: <span class="Delimiter">{</span> +<span id="L402" class="LineNr">402 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"pop into r/m32"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L403" class="LineNr">403 </span> <span class="Normal">int32_t</span>* dest = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L404" class="LineNr">404 </span> *dest = <a href='011direct_addressing.cc.html#L316'>pop</a><span class="Delimiter">();</span> +<span id="L405" class="LineNr">405 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L406" class="LineNr">406 </span> <span class="Delimiter">}</span> +<span id="L407" class="LineNr">407 </span> <span class="Delimiter">}</span> +<span id="L408" class="LineNr">408 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L409" class="LineNr">409 </span><span class="Delimiter">}</span> +<span id="L410" class="LineNr">410 </span> +<span id="L411" class="LineNr">411 </span><span class="SalientComment">//:: special-case for loading address from disp32 rather than register</span> +<span id="L412" class="LineNr">412 </span> +<span id="L413" class="LineNr">413 </span><span class="Delimiter">:(scenario add_r32_to_mem_at_displacement)</span> +<span id="L414" class="LineNr">414 </span><span class="Special">% Reg[3].i = 0x10; // source</span> +<span id="L415" class="LineNr">415 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> +<span id="L416" class="LineNr">416 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L417" class="LineNr">417 </span> <span class="PreProc">0</span><span class="Constant">1</span> 1d <span class="Constant">60</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># add EBX to *0x60</span> +<span id="L418" class="LineNr">418 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EBX) 101 (dest in disp32)</span> +<span id="L419" class="LineNr">419 </span><span class="traceContains">+run: add <a href='010core.cc.html#L10'>EBX</a> to r/m32</span> +<span id="L420" class="LineNr">420 </span><span class="traceContains">+run: effective address is 0x60 (disp32)</span> +<span id="L421" class="LineNr">421 </span><span class="traceContains">+run: storing 0x00000011</span> +<span id="L422" class="LineNr">422 </span> +<span id="L423" class="LineNr">423 </span><span class="Delimiter">:(before "End Mod 0 Special-cases(addr)")</span> +<span id="L424" class="LineNr">424 </span><span class="Normal">case</span> <span class="Constant">5</span>: <span class="Comment">// exception: mod 0b00 rm 0b101 => incoming disp32</span> +<span id="L425" class="LineNr">425 </span> addr = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> +<span id="L426" class="LineNr">426 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"effective address is 0x"</span> << std::hex << addr << <span class="Constant">" (disp32)"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L427" class="LineNr">427 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L428" class="LineNr">428 </span> +<span id="L429" class="LineNr">429 </span><span class="Comment">//:</span> +<span id="L430" class="LineNr">430 </span> +<span id="L431" class="LineNr">431 </span><span class="Delimiter">:(scenario add_r32_to_mem_at_r32_plus_disp8)</span> +<span id="L432" class="LineNr">432 </span><span class="Special">% Reg[3].i = 0x10; // source</span> +<span id="L433" class="LineNr">433 </span><span class="Special">% Reg[0].i = 0x5e; // dest</span> +<span id="L434" class="LineNr">434 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> +<span id="L435" class="LineNr">435 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L436" class="LineNr">436 </span> <span class="PreProc">0</span><span class="Constant">1</span> <span class="Constant">58</span> <span class="PreProc">0</span><span class="Constant">2</span> <span class="Comment"># add EBX to *(EAX+2)</span> +<span id="L437" class="LineNr">437 </span><span class="Comment"># ModR/M in binary: 01 (indirect+disp8 mode) 011 (src EBX) 000 (dest EAX)</span> +<span id="L438" class="LineNr">438 </span><span class="traceContains">+run: add <a href='010core.cc.html#L10'>EBX</a> to r/m32</span> +<span id="L439" class="LineNr">439 </span><span class="traceContains">+run: effective address is initially 0x5e (EAX)</span> +<span id="L440" class="LineNr">440 </span><span class="traceContains">+run: effective address is 0x60 (after adding disp8)</span> +<span id="L441" class="LineNr">441 </span><span class="traceContains">+run: storing 0x00000011</span> +<span id="L442" class="LineNr">442 </span> +<span id="L443" class="LineNr">443 </span><span class="Delimiter">:(before "End Mod Special-cases(addr)")</span> +<span id="L444" class="LineNr">444 </span><span class="Normal">case</span> <span class="Constant">1</span>: <span class="Comment">// indirect + disp8 addressing</span> +<span id="L445" class="LineNr">445 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>rm<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L446" class="LineNr">446 </span> <span class="Normal">default</span>: +<span id="L447" class="LineNr">447 </span> addr = Reg[rm]<span class="Delimiter">.</span>u<span class="Delimiter">;</span> +<span id="L448" class="LineNr">448 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"effective address is initially 0x"</span> << std::hex << addr << <span class="Constant">" ("</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>rm<span class="Delimiter">)</span> << <span class="Constant">")"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L449" class="LineNr">449 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L450" class="LineNr">450 </span> <span class="Comment">// End Mod 1 Special-cases(addr)</span> +<span id="L451" class="LineNr">451 </span> <span class="Delimiter">}</span> +<span id="L452" class="LineNr">452 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>addr > <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L453" class="LineNr">453 </span> addr += <span class="Normal">static_cast</span><<span class="Normal">int8_t</span>><span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">());</span> +<span id="L454" class="LineNr">454 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"effective address is 0x"</span> << std::hex << addr << <span class="Constant">" (after adding disp8)"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L455" class="LineNr">455 </span> <span class="Delimiter">}</span> +<span id="L456" class="LineNr">456 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L457" class="LineNr">457 </span> +<span id="L458" class="LineNr">458 </span><span class="Delimiter">:(scenario add_r32_to_mem_at_r32_plus_negative_disp8)</span> +<span id="L459" class="LineNr">459 </span><span class="Special">% Reg[3].i = 0x10; // source</span> +<span id="L460" class="LineNr">460 </span><span class="Special">% Reg[0].i = 0x61; // dest</span> +<span id="L461" class="LineNr">461 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> +<span id="L462" class="LineNr">462 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L463" class="LineNr">463 </span> <span class="PreProc">0</span><span class="Constant">1</span> <span class="Constant">58</span> ff <span class="Comment"># add EBX to *(EAX-1)</span> +<span id="L464" class="LineNr">464 </span><span class="Comment"># ModR/M in binary: 01 (indirect+disp8 mode) 011 (src EBX) 000 (dest EAX)</span> +<span id="L465" class="LineNr">465 </span><span class="traceContains">+run: add <a href='010core.cc.html#L10'>EBX</a> to r/m32</span> +<span id="L466" class="LineNr">466 </span><span class="traceContains">+run: effective address is initially 0x61 (EAX)</span> +<span id="L467" class="LineNr">467 </span><span class="traceContains">+run: effective address is 0x60 (after adding disp8)</span> +<span id="L468" class="LineNr">468 </span><span class="traceContains">+run: storing 0x00000011</span> +<span id="L469" class="LineNr">469 </span> +<span id="L470" class="LineNr">470 </span><span class="Comment">//:</span> +<span id="L471" class="LineNr">471 </span> +<span id="L472" class="LineNr">472 </span><span class="Delimiter">:(scenario add_r32_to_mem_at_r32_plus_disp32)</span> +<span id="L473" class="LineNr">473 </span><span class="Special">% Reg[3].i = 0x10; // source</span> +<span id="L474" class="LineNr">474 </span><span class="Special">% Reg[0].i = 0x5e; // dest</span> +<span id="L475" class="LineNr">475 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> +<span id="L476" class="LineNr">476 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L477" class="LineNr">477 </span> <span class="PreProc">0</span><span class="Constant">1</span> <span class="Constant">98</span> <span class="PreProc">0</span><span class="Constant">2</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># add EBX to *(EAX+2)</span> +<span id="L478" class="LineNr">478 </span><span class="Comment"># ModR/M in binary: 10 (indirect+disp32 mode) 011 (src EBX) 000 (dest EAX)</span> +<span id="L479" class="LineNr">479 </span><span class="traceContains">+run: add <a href='010core.cc.html#L10'>EBX</a> to r/m32</span> +<span id="L480" class="LineNr">480 </span><span class="traceContains">+run: effective address is initially 0x5e (EAX)</span> +<span id="L481" class="LineNr">481 </span><span class="traceContains">+run: effective address is 0x60 (after adding disp32)</span> +<span id="L482" class="LineNr">482 </span><span class="traceContains">+run: storing 0x00000011</span> +<span id="L483" class="LineNr">483 </span> +<span id="L484" class="LineNr">484 </span><span class="Delimiter">:(before "End Mod Special-cases(addr)")</span> +<span id="L485" class="LineNr">485 </span><span class="Normal">case</span> <span class="Constant">2</span>: <span class="Comment">// indirect + disp32 addressing</span> +<span id="L486" class="LineNr">486 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>rm<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L487" class="LineNr">487 </span> <span class="Normal">default</span>: +<span id="L488" class="LineNr">488 </span> addr = Reg[rm]<span class="Delimiter">.</span>u<span class="Delimiter">;</span> +<span id="L489" class="LineNr">489 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"effective address is initially 0x"</span> << std::hex << addr << <span class="Constant">" ("</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>rm<span class="Delimiter">)</span> << <span class="Constant">")"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L490" class="LineNr">490 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L491" class="LineNr">491 </span> <span class="Comment">// End Mod 2 Special-cases(addr)</span> +<span id="L492" class="LineNr">492 </span> <span class="Delimiter">}</span> +<span id="L493" class="LineNr">493 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>addr > <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L494" class="LineNr">494 </span> addr += <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> +<span id="L495" class="LineNr">495 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"effective address is 0x"</span> << std::hex << addr << <span class="Constant">" (after adding disp32)"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L496" class="LineNr">496 </span> <span class="Delimiter">}</span> +<span id="L497" class="LineNr">497 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L498" class="LineNr">498 </span> +<span id="L499" class="LineNr">499 </span><span class="Delimiter">:(scenario add_r32_to_mem_at_r32_plus_negative_disp32)</span> +<span id="L500" class="LineNr">500 </span><span class="Special">% Reg[3].i = 0x10; // source</span> +<span id="L501" class="LineNr">501 </span><span class="Special">% Reg[0].i = 0x61; // dest</span> +<span id="L502" class="LineNr">502 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> +<span id="L503" class="LineNr">503 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L504" class="LineNr">504 </span> <span class="PreProc">0</span><span class="Constant">1</span> <span class="Constant">98</span> ff ff ff ff <span class="Comment"># add EBX to *(EAX-1)</span> +<span id="L505" class="LineNr">505 </span><span class="Comment"># ModR/M in binary: 10 (indirect+disp32 mode) 011 (src EBX) 000 (dest EAX)</span> +<span id="L506" class="LineNr">506 </span><span class="traceContains">+run: add <a href='010core.cc.html#L10'>EBX</a> to r/m32</span> +<span id="L507" class="LineNr">507 </span><span class="traceContains">+run: effective address is initially 0x61 (EAX)</span> +<span id="L508" class="LineNr">508 </span><span class="traceContains">+run: effective address is 0x60 (after adding disp32)</span> +<span id="L509" class="LineNr">509 </span><span class="traceContains">+run: storing 0x00000011</span> </pre> </body> </html> diff --git a/html/subx/013immediate_addressing.cc.html b/html/subx/013immediate_addressing.cc.html index d08b09af..b998bb3f 100644 --- a/html/subx/013immediate_addressing.cc.html +++ b/html/subx/013immediate_addressing.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } +.cSpecial { color: #008000; } .PreProc { color: #800080; } .LineNr { color: #444444; } +.Constant { color: #00a0a0; } .SalientComment { color: #00ffff; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } .Identifier { color: #c0a020; } -.Constant { color: #00a0a0; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Delimiter { color: #800080; } -.Special { color: #c00000; } -.cSpecial { color: #008000; } +.traceContains { color: #008000; } --> </style> @@ -66,394 +65,411 @@ if ('onhashchange' in window) { <span id="L2" class="LineNr"> 2 </span> <span id="L3" class="LineNr"> 3 </span><span class="Delimiter">:(scenario add_imm32_to_r32)</span> <span id="L4" class="LineNr"> 4 </span><span class="Special">% Reg[3].i = 1;</span> -<span id="L5" class="LineNr"> 5 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L6" class="LineNr"> 6 </span> <span class="Constant">81</span> c3 0a 0b 0c 0d <span class="Comment"># add 0x0d0c0b0a to EBX (reg 3)</span> -<span id="L7" class="LineNr"> 7 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with effective address</span> -<span id="L8" class="LineNr"> 8 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L9" class="LineNr"> 9 </span><span class="traceContains">+run: subop add</span> -<span id="L10" class="LineNr"> 10 </span><span class="traceContains">+run: storing 0x0d0c0b0b</span> -<span id="L11" class="LineNr"> 11 </span> -<span id="L12" class="LineNr"> 12 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L13" class="LineNr"> 13 </span><span class="Normal">case</span> <span class="Constant">0x81</span>: <span class="Delimiter">{</span> <span class="Comment">// combine imm32 with r/m32</span> -<span id="L14" class="LineNr"> 14 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L15" class="LineNr"> 15 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> -<span id="L16" class="LineNr"> 16 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"combine <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << arg2 << <span class="Constant">" with effective address"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L17" class="LineNr"> 17 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L18" class="LineNr"> 18 </span> <span class="Normal">uint8_t</span> subop = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> <span class="Comment">// middle 3 'reg opcode' bits</span> -<span id="L19" class="LineNr"> 19 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>subop<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L20" class="LineNr"> 20 </span> <span class="Normal">case</span> <span class="Constant">0</span>: -<span id="L21" class="LineNr"> 21 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subop add"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L22" class="LineNr"> 22 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L43'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>+<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> -<span id="L23" class="LineNr"> 23 </span> <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Comment">// End Op 81 Subops</span> -<span id="L25" class="LineNr"> 25 </span> <span class="Normal">default</span>: -<span id="L26" class="LineNr"> 26 </span> <span class="Conceal">¦</span> cerr << <span class="Constant">"unrecognized sub-opcode after 81: "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>subop<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> -<span id="L27" class="LineNr"> 27 </span> <span class="Conceal">¦</span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Delimiter">}</span> -<span id="L29" class="LineNr"> 29 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L30" class="LineNr"> 30 </span><span class="Delimiter">}</span> -<span id="L31" class="LineNr"> 31 </span> -<span id="L32" class="LineNr"> 32 </span><span class="Comment">//:</span> -<span id="L33" class="LineNr"> 33 </span> -<span id="L34" class="LineNr"> 34 </span><span class="Delimiter">:(scenario add_imm32_to_mem_at_r32)</span> -<span id="L35" class="LineNr"> 35 </span><span class="Special">% Reg[3].i = 0x60;</span> -<span id="L36" class="LineNr"> 36 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> -<span id="L37" class="LineNr"> 37 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> -<span id="L38" class="LineNr"> 38 </span> <span class="Constant">81</span> <span class="PreProc">0</span><span class="Constant">3</span> 0a 0b 0c 0d <span class="Comment"># add 0x0d0c0b0a to *EBX (reg 3)</span> -<span id="L39" class="LineNr"> 39 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with effective address</span> -<span id="L40" class="LineNr"> 40 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 3)</span> -<span id="L41" class="LineNr"> 41 </span><span class="traceContains">+run: subop add</span> -<span id="L42" class="LineNr"> 42 </span><span class="traceContains">+run: storing 0x0d0c0b0b</span> -<span id="L43" class="LineNr"> 43 </span> -<span id="L44" class="LineNr"> 44 </span><span class="SalientComment">//:: subtract</span> +<span id="L5" class="LineNr"> 5 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L6" class="LineNr"> 6 </span> <span class="Constant">81</span> c3 0a 0b 0c 0d <span class="Comment"># add 0x0d0c0b0a to EBX</span> +<span id="L7" class="LineNr"> 7 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 000 (add imm32) 011 (dest EBX)</span> +<span id="L8" class="LineNr"> 8 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with r/m32</span> +<span id="L9" class="LineNr"> 9 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L10" class="LineNr"> 10 </span><span class="traceContains">+run: subop add</span> +<span id="L11" class="LineNr"> 11 </span><span class="traceContains">+run: storing 0x0d0c0b0b</span> +<span id="L12" class="LineNr"> 12 </span> +<span id="L13" class="LineNr"> 13 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L14" class="LineNr"> 14 </span><span class="Normal">case</span> <span class="Constant">0x81</span>: <span class="Delimiter">{</span> <span class="Comment">// combine imm32 with r/m32</span> +<span id="L15" class="LineNr"> 15 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L16" class="LineNr"> 16 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> +<span id="L17" class="LineNr"> 17 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"combine <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << arg2 << <span class="Constant">" with r/m32"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L18" class="LineNr"> 18 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L19" class="LineNr"> 19 </span> <span class="Normal">uint8_t</span> subop = <span class="Delimiter">(</span>modrm>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> <span class="Comment">// middle 3 'reg opcode' bits</span> +<span id="L20" class="LineNr"> 20 </span> <span class="Normal">switch</span> <span class="Delimiter">(</span>subop<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L21" class="LineNr"> 21 </span> <span class="Normal">case</span> <span class="Constant">0</span>: +<span id="L22" class="LineNr"> 22 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subop add"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L23" class="LineNr"> 23 </span> <a href='010core.cc.html#L43'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>+<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L25" class="LineNr"> 25 </span> <span class="Comment">// End Op 81 Subops</span> +<span id="L26" class="LineNr"> 26 </span> <span class="Normal">default</span>: +<span id="L27" class="LineNr"> 27 </span> cerr << <span class="Constant">"unrecognized sub-opcode after 81: "</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>subop<span class="Delimiter">)</span> << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> +<span id="L28" class="LineNr"> 28 </span> exit<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L29" class="LineNr"> 29 </span> <span class="Delimiter">}</span> +<span id="L30" class="LineNr"> 30 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<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="Comment">//:</span> +<span id="L34" class="LineNr"> 34 </span> +<span id="L35" class="LineNr"> 35 </span><span class="Delimiter">:(scenario add_imm32_to_mem_at_r32)</span> +<span id="L36" class="LineNr"> 36 </span><span class="Special">% Reg[3].i = 0x60;</span> +<span id="L37" class="LineNr"> 37 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> +<span id="L38" class="LineNr"> 38 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L39" class="LineNr"> 39 </span> <span class="Constant">81</span> <span class="PreProc">0</span><span class="Constant">3</span> 0a 0b 0c 0d <span class="Comment"># add 0x0d0c0b0a to *EBX</span> +<span id="L40" class="LineNr"> 40 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 000 (add imm32) 011 (dest EBX)</span> +<span id="L41" class="LineNr"> 41 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with r/m32</span> +<span id="L42" class="LineNr"> 42 </span><span class="traceContains">+run: effective address is 0x60 (EBX)</span> +<span id="L43" class="LineNr"> 43 </span><span class="traceContains">+run: subop add</span> +<span id="L44" class="LineNr"> 44 </span><span class="traceContains">+run: storing 0x0d0c0b0b</span> <span id="L45" class="LineNr"> 45 </span> -<span id="L46" class="LineNr"> 46 </span><span class="Delimiter">:(scenario subtract_imm32_from_eax)</span> -<span id="L47" class="LineNr"> 47 </span><span class="Special">% Reg[EAX].i = 0x0d0c0baa;</span> -<span id="L48" class="LineNr"> 48 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> -<span id="L49" class="LineNr"> 49 </span> 2d 0a 0b 0c 0d <span class="Comment"># subtract 0x0d0c0b0a from EAX (reg 0)</span> -<span id="L50" class="LineNr"> 50 </span><span class="traceContains">+run: subtract <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a from <a href='010core.cc.html#L17'>reg</a> <a href='010core.cc.html#L7'>EAX</a></span> -<span id="L51" class="LineNr"> 51 </span><span class="traceContains">+run: storing 0x000000a0</span> -<span id="L52" class="LineNr"> 52 </span> -<span id="L53" class="LineNr"> 53 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L54" class="LineNr"> 54 </span><span class="Normal">case</span> <span class="Constant">0x2d</span>: <span class="Delimiter">{</span> <span class="Comment">// subtract imm32 from EAX</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> -<span id="L56" class="LineNr"> 56 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subtract <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << arg2 << <span class="Constant">" from <a href='010core.cc.html#L17'>reg</a> EAX"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L57" class="LineNr"> 57 </span> <a href='010core.cc.html#L43'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>-<span class="Delimiter">,</span> Reg[EAX]<span class="Delimiter">.</span>i<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> -<span id="L58" class="LineNr"> 58 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L59" class="LineNr"> 59 </span><span class="Delimiter">}</span> -<span id="L60" class="LineNr"> 60 </span> -<span id="L61" class="LineNr"> 61 </span><span class="Comment">//:</span> +<span id="L46" class="LineNr"> 46 </span><span class="SalientComment">//:: subtract</span> +<span id="L47" class="LineNr"> 47 </span> +<span id="L48" class="LineNr"> 48 </span><span class="Delimiter">:(scenario subtract_imm32_from_eax)</span> +<span id="L49" class="LineNr"> 49 </span><span class="Special">% Reg[EAX].i = 0x0d0c0baa;</span> +<span id="L50" class="LineNr"> 50 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L51" class="LineNr"> 51 </span> 2d 0a 0b 0c 0d <span class="Comment"># subtract 0x0d0c0b0a from EAX</span> +<span id="L52" class="LineNr"> 52 </span><span class="traceContains">+run: subtract <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a from <a href='010core.cc.html#L7'>EAX</a></span> +<span id="L53" class="LineNr"> 53 </span><span class="traceContains">+run: storing 0x000000a0</span> +<span id="L54" class="LineNr"> 54 </span> +<span id="L55" class="LineNr"> 55 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L56" class="LineNr"> 56 </span><span class="Normal">case</span> <span class="Constant">0x2d</span>: <span class="Delimiter">{</span> <span class="Comment">// subtract imm32 from EAX</span> +<span id="L57" class="LineNr"> 57 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> +<span id="L58" class="LineNr"> 58 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subtract <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << arg2 << <span class="Constant">" from EAX"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L59" class="LineNr"> 59 </span> <a href='010core.cc.html#L43'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>-<span class="Delimiter">,</span> Reg[EAX]<span class="Delimiter">.</span>i<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> +<span id="L60" class="LineNr"> 60 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L61" class="LineNr"> 61 </span><span class="Delimiter">}</span> <span id="L62" class="LineNr"> 62 </span> -<span id="L63" class="LineNr"> 63 </span><span class="Delimiter">:(scenario subtract_imm32_from_mem_at_r32)</span> -<span id="L64" class="LineNr"> 64 </span><span class="Special">% Reg[3].i = 0x60;</span> -<span id="L65" class="LineNr"> 65 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 10);</span> -<span id="L66" class="LineNr"> 66 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L67" class="LineNr"> 67 </span> <span class="Constant">81</span> 2b <span class="PreProc">0</span><span class="Constant">1</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># subtract 1 from *EBX (reg 3)</span> -<span id="L68" class="LineNr"> 68 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x00000001 with effective address</span> -<span id="L69" class="LineNr"> 69 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 3)</span> -<span id="L70" class="LineNr"> 70 </span><span class="traceContains">+run: subop subtract</span> -<span id="L71" class="LineNr"> 71 </span><span class="traceContains">+run: storing 0x00000009</span> -<span id="L72" class="LineNr"> 72 </span> -<span id="L73" class="LineNr"> 73 </span><span class="Comment">//:</span> -<span id="L74" class="LineNr"> 74 </span> -<span id="L75" class="LineNr"> 75 </span><span class="Delimiter">:(scenario subtract_imm32_from_r32)</span> -<span id="L76" class="LineNr"> 76 </span><span class="Special">% Reg[3].i = 10;</span> -<span id="L77" class="LineNr"> 77 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Constant">81</span> eb <span class="PreProc">0</span><span class="Constant">1</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># subtract 1 from EBX (reg 3)</span> -<span id="L79" class="LineNr"> 79 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x00000001 with effective address</span> -<span id="L80" class="LineNr"> 80 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L81" class="LineNr"> 81 </span><span class="traceContains">+run: subop subtract</span> -<span id="L82" class="LineNr"> 82 </span><span class="traceContains">+run: storing 0x00000009</span> -<span id="L83" class="LineNr"> 83 </span> -<span id="L84" class="LineNr"> 84 </span><span class="Delimiter">:(before "End Op 81 Subops")</span> -<span id="L85" class="LineNr"> 85 </span><span class="Normal">case</span> <span class="Constant">5</span>: <span class="Delimiter">{</span> -<span id="L86" class="LineNr"> 86 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subop subtract"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L87" class="LineNr"> 87 </span> <a href='010core.cc.html#L43'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>-<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> -<span id="L88" class="LineNr"> 88 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L89" class="LineNr"> 89 </span><span class="Delimiter">}</span> -<span id="L90" class="LineNr"> 90 </span> -<span id="L91" class="LineNr"> 91 </span><span class="SalientComment">//:: and</span> -<span id="L92" class="LineNr"> 92 </span> -<span id="L93" class="LineNr"> 93 </span><span class="Delimiter">:(scenario and_imm32_with_eax)</span> -<span id="L94" class="LineNr"> 94 </span><span class="Special">% Reg[EAX].i = 0xff;</span> -<span id="L95" class="LineNr"> 95 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> -<span id="L96" class="LineNr"> 96 </span> <span class="Constant">25</span> 0a 0b 0c 0d <span class="Comment"># and 0x0d0c0b0a with EAX (reg 0)</span> -<span id="L97" class="LineNr"> 97 </span><span class="traceContains">+run: and <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with <a href='010core.cc.html#L17'>reg</a> <a href='010core.cc.html#L7'>EAX</a></span> -<span id="L98" class="LineNr"> 98 </span><span class="traceContains">+run: storing 0x0000000a</span> -<span id="L99" class="LineNr"> 99 </span> -<span id="L100" class="LineNr">100 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L101" class="LineNr">101 </span><span class="Normal">case</span> <span class="Constant">0x25</span>: <span class="Delimiter">{</span> <span class="Comment">// and imm32 with EAX</span> -<span id="L102" class="LineNr">102 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> -<span id="L103" class="LineNr">103 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"and <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << arg2 << <span class="Constant">" with <a href='010core.cc.html#L17'>reg</a> EAX"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L104" class="LineNr">104 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>&<span class="Delimiter">,</span> Reg[EAX]<span class="Delimiter">.</span>i<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> -<span id="L105" class="LineNr">105 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L106" class="LineNr">106 </span><span class="Delimiter">}</span> -<span id="L107" class="LineNr">107 </span> -<span id="L108" class="LineNr">108 </span><span class="Comment">//:</span> -<span id="L109" class="LineNr">109 </span> -<span id="L110" class="LineNr">110 </span><span class="Delimiter">:(scenario and_imm32_with_mem_at_r32)</span> -<span id="L111" class="LineNr">111 </span><span class="Special">% Reg[3].i = 0x60;</span> -<span id="L112" class="LineNr">112 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x000000ff);</span> -<span id="L113" class="LineNr">113 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L114" class="LineNr">114 </span> <span class="Constant">81</span> <span class="Constant">23</span> 0a 0b 0c 0d <span class="Comment"># and 0x0d0c0b0a with *EBX (reg 3)</span> -<span id="L115" class="LineNr">115 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with effective address</span> -<span id="L116" class="LineNr">116 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 3)</span> -<span id="L117" class="LineNr">117 </span><span class="traceContains">+run: subop and</span> -<span id="L118" class="LineNr">118 </span><span class="traceContains">+run: storing 0x0000000a</span> -<span id="L119" class="LineNr">119 </span> -<span id="L120" class="LineNr">120 </span><span class="Comment">//:</span> -<span id="L121" class="LineNr">121 </span> -<span id="L122" class="LineNr">122 </span><span class="Delimiter">:(scenario and_imm32_with_r32)</span> -<span id="L123" class="LineNr">123 </span><span class="Special">% Reg[3].i = 0xff;</span> -<span id="L124" class="LineNr">124 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L125" class="LineNr">125 </span> <span class="Constant">81</span> e3 0a 0b 0c 0d <span class="Comment"># and 0x0d0c0b0a with EBX (reg 3)</span> -<span id="L126" class="LineNr">126 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with effective address</span> -<span id="L127" class="LineNr">127 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L128" class="LineNr">128 </span><span class="traceContains">+run: subop and</span> -<span id="L129" class="LineNr">129 </span><span class="traceContains">+run: storing 0x0000000a</span> -<span id="L130" class="LineNr">130 </span> -<span id="L131" class="LineNr">131 </span><span class="Delimiter">:(before "End Op 81 Subops")</span> -<span id="L132" class="LineNr">132 </span><span class="Normal">case</span> <span class="Constant">4</span>: <span class="Delimiter">{</span> -<span id="L133" class="LineNr">133 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subop and"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L134" class="LineNr">134 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>&<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> -<span id="L135" class="LineNr">135 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L136" class="LineNr">136 </span><span class="Delimiter">}</span> -<span id="L137" class="LineNr">137 </span> -<span id="L138" class="LineNr">138 </span><span class="SalientComment">//:: or</span> -<span id="L139" class="LineNr">139 </span> -<span id="L140" class="LineNr">140 </span><span class="Delimiter">:(scenario or_imm32_with_eax)</span> -<span id="L141" class="LineNr">141 </span><span class="Special">% Reg[EAX].i = 0xd0c0b0a0;</span> -<span id="L142" class="LineNr">142 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> -<span id="L143" class="LineNr">143 </span> 0d 0a 0b 0c 0d <span class="Comment"># or 0x0d0c0b0a with EAX (reg 0)</span> -<span id="L144" class="LineNr">144 </span><span class="traceContains">+run: or <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with <a href='010core.cc.html#L17'>reg</a> <a href='010core.cc.html#L7'>EAX</a></span> -<span id="L145" class="LineNr">145 </span><span class="traceContains">+run: storing 0xddccbbaa</span> -<span id="L146" class="LineNr">146 </span> -<span id="L147" class="LineNr">147 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L148" class="LineNr">148 </span><span class="Normal">case</span> <span class="Constant">0x0d</span>: <span class="Delimiter">{</span> <span class="Comment">// or imm32 with EAX</span> -<span id="L149" class="LineNr">149 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> -<span id="L150" class="LineNr">150 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"or <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << arg2 << <span class="Constant">" with <a href='010core.cc.html#L17'>reg</a> EAX"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L151" class="LineNr">151 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>|<span class="Delimiter">,</span> Reg[EAX]<span class="Delimiter">.</span>i<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> -<span id="L152" class="LineNr">152 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L153" class="LineNr">153 </span><span class="Delimiter">}</span> -<span id="L154" class="LineNr">154 </span> -<span id="L155" class="LineNr">155 </span><span class="Comment">//:</span> -<span id="L156" class="LineNr">156 </span> -<span id="L157" class="LineNr">157 </span><span class="Delimiter">:(scenario or_imm32_with_mem_at_r32)</span> -<span id="L158" class="LineNr">158 </span><span class="Special">% Reg[3].i = 0x60;</span> -<span id="L159" class="LineNr">159 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0xd0c0b0a0);</span> -<span id="L160" class="LineNr">160 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L161" class="LineNr">161 </span> <span class="Constant">81</span> 0b 0a 0b 0c 0d <span class="Comment"># or 0x0d0c0b0a with *EBX (reg 3)</span> -<span id="L162" class="LineNr">162 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with effective address</span> -<span id="L163" class="LineNr">163 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 3)</span> -<span id="L164" class="LineNr">164 </span><span class="traceContains">+run: subop or</span> -<span id="L165" class="LineNr">165 </span><span class="traceContains">+run: storing 0xddccbbaa</span> -<span id="L166" class="LineNr">166 </span> -<span id="L167" class="LineNr">167 </span><span class="Delimiter">:(before "End Op 81 Subops")</span> -<span id="L168" class="LineNr">168 </span><span class="Normal">case</span> <span class="Constant">1</span>: <span class="Delimiter">{</span> -<span id="L169" class="LineNr">169 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subop or"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L170" class="LineNr">170 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>|<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> -<span id="L171" class="LineNr">171 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L172" class="LineNr">172 </span><span class="Delimiter">}</span> +<span id="L63" class="LineNr"> 63 </span><span class="Comment">//:</span> +<span id="L64" class="LineNr"> 64 </span> +<span id="L65" class="LineNr"> 65 </span><span class="Delimiter">:(scenario subtract_imm32_from_mem_at_r32)</span> +<span id="L66" class="LineNr"> 66 </span><span class="Special">% Reg[3].i = 0x60;</span> +<span id="L67" class="LineNr"> 67 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 10);</span> +<span id="L68" class="LineNr"> 68 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L69" class="LineNr"> 69 </span> <span class="Constant">81</span> 2b <span class="PreProc">0</span><span class="Constant">1</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># subtract 1 from *EBX</span> +<span id="L70" class="LineNr"> 70 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 101 (subtract imm32) 011 (dest EBX)</span> +<span id="L71" class="LineNr"> 71 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x00000001 with r/m32</span> +<span id="L72" class="LineNr"> 72 </span><span class="traceContains">+run: effective address is 0x60 (EBX)</span> +<span id="L73" class="LineNr"> 73 </span><span class="traceContains">+run: subop subtract</span> +<span id="L74" class="LineNr"> 74 </span><span class="traceContains">+run: storing 0x00000009</span> +<span id="L75" class="LineNr"> 75 </span> +<span id="L76" class="LineNr"> 76 </span><span class="Delimiter">:(before "End Op 81 Subops")</span> +<span id="L77" class="LineNr"> 77 </span><span class="Normal">case</span> <span class="Constant">5</span>: <span class="Delimiter">{</span> +<span id="L78" class="LineNr"> 78 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subop subtract"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L79" class="LineNr"> 79 </span> <a href='010core.cc.html#L43'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>-<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> +<span id="L80" class="LineNr"> 80 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L81" class="LineNr"> 81 </span><span class="Delimiter">}</span> +<span id="L82" class="LineNr"> 82 </span> +<span id="L83" class="LineNr"> 83 </span><span class="Comment">//:</span> +<span id="L84" class="LineNr"> 84 </span> +<span id="L85" class="LineNr"> 85 </span><span class="Delimiter">:(scenario subtract_imm32_from_r32)</span> +<span id="L86" class="LineNr"> 86 </span><span class="Special">% Reg[3].i = 10;</span> +<span id="L87" class="LineNr"> 87 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L88" class="LineNr"> 88 </span> <span class="Constant">81</span> eb <span class="PreProc">0</span><span class="Constant">1</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># subtract 1 from EBX</span> +<span id="L89" class="LineNr"> 89 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 101 (subtract imm32) 011 (dest EBX)</span> +<span id="L90" class="LineNr"> 90 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x00000001 with r/m32</span> +<span id="L91" class="LineNr"> 91 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L92" class="LineNr"> 92 </span><span class="traceContains">+run: subop subtract</span> +<span id="L93" class="LineNr"> 93 </span><span class="traceContains">+run: storing 0x00000009</span> +<span id="L94" class="LineNr"> 94 </span> +<span id="L95" class="LineNr"> 95 </span><span class="SalientComment">//:: and</span> +<span id="L96" class="LineNr"> 96 </span> +<span id="L97" class="LineNr"> 97 </span><span class="Delimiter">:(scenario and_imm32_with_eax)</span> +<span id="L98" class="LineNr"> 98 </span><span class="Special">% Reg[EAX].i = 0xff;</span> +<span id="L99" class="LineNr"> 99 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L100" class="LineNr">100 </span> <span class="Constant">25</span> 0a 0b 0c 0d <span class="Comment"># and 0x0d0c0b0a with EAX</span> +<span id="L101" class="LineNr">101 </span><span class="traceContains">+run: and <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with <a href='010core.cc.html#L7'>EAX</a></span> +<span id="L102" class="LineNr">102 </span><span class="traceContains">+run: storing 0x0000000a</span> +<span id="L103" class="LineNr">103 </span> +<span id="L104" class="LineNr">104 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L105" class="LineNr">105 </span><span class="Normal">case</span> <span class="Constant">0x25</span>: <span class="Delimiter">{</span> <span class="Comment">// and imm32 with EAX</span> +<span id="L106" class="LineNr">106 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> +<span id="L107" class="LineNr">107 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"and <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << arg2 << <span class="Constant">" with EAX"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L108" class="LineNr">108 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>&<span class="Delimiter">,</span> Reg[EAX]<span class="Delimiter">.</span>i<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> +<span id="L109" class="LineNr">109 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L110" class="LineNr">110 </span><span class="Delimiter">}</span> +<span id="L111" class="LineNr">111 </span> +<span id="L112" class="LineNr">112 </span><span class="Comment">//:</span> +<span id="L113" class="LineNr">113 </span> +<span id="L114" class="LineNr">114 </span><span class="Delimiter">:(scenario and_imm32_with_mem_at_r32)</span> +<span id="L115" class="LineNr">115 </span><span class="Special">% Reg[3].i = 0x60;</span> +<span id="L116" class="LineNr">116 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x000000ff);</span> +<span id="L117" class="LineNr">117 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L118" class="LineNr">118 </span> <span class="Constant">81</span> <span class="Constant">23</span> 0a 0b 0c 0d <span class="Comment"># and 0x0d0c0b0a with *EBX</span> +<span id="L119" class="LineNr">119 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 100 (and imm32) 011 (dest EBX)</span> +<span id="L120" class="LineNr">120 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with r/m32</span> +<span id="L121" class="LineNr">121 </span><span class="traceContains">+run: effective address is 0x60 (EBX)</span> +<span id="L122" class="LineNr">122 </span><span class="traceContains">+run: subop and</span> +<span id="L123" class="LineNr">123 </span><span class="traceContains">+run: storing 0x0000000a</span> +<span id="L124" class="LineNr">124 </span> +<span id="L125" class="LineNr">125 </span><span class="Delimiter">:(before "End Op 81 Subops")</span> +<span id="L126" class="LineNr">126 </span><span class="Normal">case</span> <span class="Constant">4</span>: <span class="Delimiter">{</span> +<span id="L127" class="LineNr">127 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subop and"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L128" class="LineNr">128 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>&<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> +<span id="L129" class="LineNr">129 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L130" class="LineNr">130 </span><span class="Delimiter">}</span> +<span id="L131" class="LineNr">131 </span> +<span id="L132" class="LineNr">132 </span><span class="Comment">//:</span> +<span id="L133" class="LineNr">133 </span> +<span id="L134" class="LineNr">134 </span><span class="Delimiter">:(scenario and_imm32_with_r32)</span> +<span id="L135" class="LineNr">135 </span><span class="Special">% Reg[3].i = 0xff;</span> +<span id="L136" class="LineNr">136 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L137" class="LineNr">137 </span> <span class="Constant">81</span> e3 0a 0b 0c 0d <span class="Comment"># and 0x0d0c0b0a with EBX</span> +<span id="L138" class="LineNr">138 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 100 (and imm32) 011 (dest EBX)</span> +<span id="L139" class="LineNr">139 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with r/m32</span> +<span id="L140" class="LineNr">140 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L141" class="LineNr">141 </span><span class="traceContains">+run: subop and</span> +<span id="L142" class="LineNr">142 </span><span class="traceContains">+run: storing 0x0000000a</span> +<span id="L143" class="LineNr">143 </span> +<span id="L144" class="LineNr">144 </span><span class="SalientComment">//:: or</span> +<span id="L145" class="LineNr">145 </span> +<span id="L146" class="LineNr">146 </span><span class="Delimiter">:(scenario or_imm32_with_eax)</span> +<span id="L147" class="LineNr">147 </span><span class="Special">% Reg[EAX].i = 0xd0c0b0a0;</span> +<span id="L148" class="LineNr">148 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L149" class="LineNr">149 </span> 0d 0a 0b 0c 0d <span class="Comment"># or 0x0d0c0b0a with EAX</span> +<span id="L150" class="LineNr">150 </span><span class="traceContains">+run: or <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with <a href='010core.cc.html#L7'>EAX</a></span> +<span id="L151" class="LineNr">151 </span><span class="traceContains">+run: storing 0xddccbbaa</span> +<span id="L152" class="LineNr">152 </span> +<span id="L153" class="LineNr">153 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L154" class="LineNr">154 </span><span class="Normal">case</span> <span class="Constant">0x0d</span>: <span class="Delimiter">{</span> <span class="Comment">// or imm32 with EAX</span> +<span id="L155" class="LineNr">155 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> +<span id="L156" class="LineNr">156 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"or <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << arg2 << <span class="Constant">" with EAX"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L157" class="LineNr">157 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>|<span class="Delimiter">,</span> Reg[EAX]<span class="Delimiter">.</span>i<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> +<span id="L158" class="LineNr">158 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L159" class="LineNr">159 </span><span class="Delimiter">}</span> +<span id="L160" class="LineNr">160 </span> +<span id="L161" class="LineNr">161 </span><span class="Comment">//:</span> +<span id="L162" class="LineNr">162 </span> +<span id="L163" class="LineNr">163 </span><span class="Delimiter">:(scenario or_imm32_with_mem_at_r32)</span> +<span id="L164" class="LineNr">164 </span><span class="Special">% Reg[3].i = 0x60;</span> +<span id="L165" class="LineNr">165 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0xd0c0b0a0);</span> +<span id="L166" class="LineNr">166 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L167" class="LineNr">167 </span> <span class="Constant">81</span> 0b 0a 0b 0c 0d <span class="Comment"># or 0x0d0c0b0a with *EBX</span> +<span id="L168" class="LineNr">168 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 001 (or imm32) 011 (dest EBX)</span> +<span id="L169" class="LineNr">169 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with r/m32</span> +<span id="L170" class="LineNr">170 </span><span class="traceContains">+run: effective address is 0x60 (EBX)</span> +<span id="L171" class="LineNr">171 </span><span class="traceContains">+run: subop or</span> +<span id="L172" class="LineNr">172 </span><span class="traceContains">+run: storing 0xddccbbaa</span> <span id="L173" class="LineNr">173 </span> -<span id="L174" class="LineNr">174 </span><span class="Delimiter">:(scenario or_imm32_with_r32)</span> -<span id="L175" class="LineNr">175 </span><span class="Special">% Reg[3].i = 0xd0c0b0a0;</span> -<span id="L176" class="LineNr">176 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L177" class="LineNr">177 </span> <span class="Constant">81</span> cb 0a 0b 0c 0d <span class="Comment"># or 0x0d0c0b0a with EBX (reg 3)</span> -<span id="L178" class="LineNr">178 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with effective address</span> -<span id="L179" class="LineNr">179 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L180" class="LineNr">180 </span><span class="traceContains">+run: subop or</span> -<span id="L181" class="LineNr">181 </span><span class="traceContains">+run: storing 0xddccbbaa</span> -<span id="L182" class="LineNr">182 </span> -<span id="L183" class="LineNr">183 </span><span class="SalientComment">//:: xor</span> -<span id="L184" class="LineNr">184 </span> -<span id="L185" class="LineNr">185 </span><span class="Delimiter">:(scenario xor_imm32_with_eax)</span> -<span id="L186" class="LineNr">186 </span><span class="Special">% Reg[EAX].i = 0xddccb0a0;</span> -<span id="L187" class="LineNr">187 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> -<span id="L188" class="LineNr">188 </span> <span class="Constant">35</span> 0a 0b 0c 0d <span class="Comment"># xor 0x0d0c0b0a with EAX (reg 0)</span> -<span id="L189" class="LineNr">189 </span><span class="traceContains">+run: xor <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with <a href='010core.cc.html#L17'>reg</a> <a href='010core.cc.html#L7'>EAX</a></span> -<span id="L190" class="LineNr">190 </span><span class="traceContains">+run: storing 0xd0c0bbaa</span> -<span id="L191" class="LineNr">191 </span> -<span id="L192" class="LineNr">192 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L193" class="LineNr">193 </span><span class="Normal">case</span> <span class="Constant">0x35</span>: <span class="Delimiter">{</span> <span class="Comment">// xor imm32 with EAX</span> -<span id="L194" class="LineNr">194 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> -<span id="L195" class="LineNr">195 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"xor <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << arg2 << <span class="Constant">" with <a href='010core.cc.html#L17'>reg</a> EAX"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L196" class="LineNr">196 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>^<span class="Delimiter">,</span> Reg[EAX]<span class="Delimiter">.</span>i<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> -<span id="L197" class="LineNr">197 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L198" class="LineNr">198 </span><span class="Delimiter">}</span> +<span id="L174" class="LineNr">174 </span><span class="Delimiter">:(before "End Op 81 Subops")</span> +<span id="L175" class="LineNr">175 </span><span class="Normal">case</span> <span class="Constant">1</span>: <span class="Delimiter">{</span> +<span id="L176" class="LineNr">176 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subop or"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L177" class="LineNr">177 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>|<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> +<span id="L178" class="LineNr">178 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L179" class="LineNr">179 </span><span class="Delimiter">}</span> +<span id="L180" class="LineNr">180 </span> +<span id="L181" class="LineNr">181 </span><span class="Delimiter">:(scenario or_imm32_with_r32)</span> +<span id="L182" class="LineNr">182 </span><span class="Special">% Reg[3].i = 0xd0c0b0a0;</span> +<span id="L183" class="LineNr">183 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L184" class="LineNr">184 </span> <span class="Constant">81</span> cb 0a 0b 0c 0d <span class="Comment"># or 0x0d0c0b0a with EBX</span> +<span id="L185" class="LineNr">185 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 001 (or imm32) 011 (dest EBX)</span> +<span id="L186" class="LineNr">186 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with r/m32</span> +<span id="L187" class="LineNr">187 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L188" class="LineNr">188 </span><span class="traceContains">+run: subop or</span> +<span id="L189" class="LineNr">189 </span><span class="traceContains">+run: storing 0xddccbbaa</span> +<span id="L190" class="LineNr">190 </span> +<span id="L191" class="LineNr">191 </span><span class="SalientComment">//:: xor</span> +<span id="L192" class="LineNr">192 </span> +<span id="L193" class="LineNr">193 </span><span class="Delimiter">:(scenario xor_imm32_with_eax)</span> +<span id="L194" class="LineNr">194 </span><span class="Special">% Reg[EAX].i = 0xddccb0a0;</span> +<span id="L195" class="LineNr">195 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L196" class="LineNr">196 </span> <span class="Constant">35</span> 0a 0b 0c 0d <span class="Comment"># xor 0x0d0c0b0a with EAX</span> +<span id="L197" class="LineNr">197 </span><span class="traceContains">+run: xor <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with <a href='010core.cc.html#L7'>EAX</a></span> +<span id="L198" class="LineNr">198 </span><span class="traceContains">+run: storing 0xd0c0bbaa</span> <span id="L199" class="LineNr">199 </span> -<span id="L200" class="LineNr">200 </span><span class="Comment">//:</span> -<span id="L201" class="LineNr">201 </span> -<span id="L202" class="LineNr">202 </span><span class="Delimiter">:(scenario xor_imm32_with_mem_at_r32)</span> -<span id="L203" class="LineNr">203 </span><span class="Special">% Reg[3].i = 0x60;</span> -<span id="L204" class="LineNr">204 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0xd0c0b0a0);</span> -<span id="L205" class="LineNr">205 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L206" class="LineNr">206 </span> <span class="Constant">81</span> <span class="Constant">33</span> 0a 0b 0c 0d <span class="Comment"># xor 0x0d0c0b0a with *EBX (reg 3)</span> -<span id="L207" class="LineNr">207 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with effective address</span> -<span id="L208" class="LineNr">208 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 3)</span> -<span id="L209" class="LineNr">209 </span><span class="traceContains">+run: subop xor</span> -<span id="L210" class="LineNr">210 </span><span class="traceContains">+run: storing 0xddccbbaa</span> -<span id="L211" class="LineNr">211 </span> -<span id="L212" class="LineNr">212 </span><span class="Delimiter">:(before "End Op 81 Subops")</span> -<span id="L213" class="LineNr">213 </span><span class="Normal">case</span> <span class="Constant">6</span>: <span class="Delimiter">{</span> -<span id="L214" class="LineNr">214 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subop xor"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L215" class="LineNr">215 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>^<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> -<span id="L216" class="LineNr">216 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L217" class="LineNr">217 </span><span class="Delimiter">}</span> -<span id="L218" class="LineNr">218 </span> -<span id="L219" class="LineNr">219 </span><span class="Delimiter">:(scenario xor_imm32_with_r32)</span> -<span id="L220" class="LineNr">220 </span><span class="Special">% Reg[3].i = 0xd0c0b0a0;</span> -<span id="L221" class="LineNr">221 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L222" class="LineNr">222 </span> <span class="Constant">81</span> f3 0a 0b 0c 0d <span class="Comment"># xor 0x0d0c0b0a with EBX (reg 3)</span> -<span id="L223" class="LineNr">223 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with effective address</span> -<span id="L224" class="LineNr">224 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L225" class="LineNr">225 </span><span class="traceContains">+run: subop xor</span> -<span id="L226" class="LineNr">226 </span><span class="traceContains">+run: storing 0xddccbbaa</span> +<span id="L200" class="LineNr">200 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L201" class="LineNr">201 </span><span class="Normal">case</span> <span class="Constant">0x35</span>: <span class="Delimiter">{</span> <span class="Comment">// xor imm32 with EAX</span> +<span id="L202" class="LineNr">202 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> +<span id="L203" class="LineNr">203 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"xor <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << arg2 << <span class="Constant">" with EAX"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L204" class="LineNr">204 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>^<span class="Delimiter">,</span> Reg[EAX]<span class="Delimiter">.</span>i<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> +<span id="L205" class="LineNr">205 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L206" class="LineNr">206 </span><span class="Delimiter">}</span> +<span id="L207" class="LineNr">207 </span> +<span id="L208" class="LineNr">208 </span><span class="Comment">//:</span> +<span id="L209" class="LineNr">209 </span> +<span id="L210" class="LineNr">210 </span><span class="Delimiter">:(scenario xor_imm32_with_mem_at_r32)</span> +<span id="L211" class="LineNr">211 </span><span class="Special">% Reg[3].i = 0x60;</span> +<span id="L212" class="LineNr">212 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0xd0c0b0a0);</span> +<span id="L213" class="LineNr">213 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L214" class="LineNr">214 </span> <span class="Constant">81</span> <span class="Constant">33</span> 0a 0b 0c 0d <span class="Comment"># xor 0x0d0c0b0a with *EBX</span> +<span id="L215" class="LineNr">215 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 110 (xor imm32) 011 (dest EBX)</span> +<span id="L216" class="LineNr">216 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with r/m32</span> +<span id="L217" class="LineNr">217 </span><span class="traceContains">+run: effective address is 0x60 (EBX)</span> +<span id="L218" class="LineNr">218 </span><span class="traceContains">+run: subop xor</span> +<span id="L219" class="LineNr">219 </span><span class="traceContains">+run: storing 0xddccbbaa</span> +<span id="L220" class="LineNr">220 </span> +<span id="L221" class="LineNr">221 </span><span class="Delimiter">:(before "End Op 81 Subops")</span> +<span id="L222" class="LineNr">222 </span><span class="Normal">case</span> <span class="Constant">6</span>: <span class="Delimiter">{</span> +<span id="L223" class="LineNr">223 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subop xor"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L224" class="LineNr">224 </span> <a href='010core.cc.html#L55'>BINARY_BITWISE_OP</a><span class="Delimiter">(</span>^<span class="Delimiter">,</span> *arg1<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span> +<span id="L225" class="LineNr">225 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L226" class="LineNr">226 </span><span class="Delimiter">}</span> <span id="L227" class="LineNr">227 </span> -<span id="L228" class="LineNr">228 </span><span class="SalientComment">//:: compare (cmp)</span> -<span id="L229" class="LineNr">229 </span> -<span id="L230" class="LineNr">230 </span><span class="Delimiter">:(scenario compare_imm32_with_eax_greater)</span> -<span id="L231" class="LineNr">231 </span><span class="Special">% Reg[0].i = 0x0d0c0b0a;</span> -<span id="L232" class="LineNr">232 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L233" class="LineNr">233 </span> 3d <span class="PreProc">0</span><span class="Constant">7</span> 0b 0c 0d <span class="Comment"># compare 0x0d0c0b07 with EAX (reg 0)</span> -<span id="L234" class="LineNr">234 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L17'>reg</a> <a href='010core.cc.html#L7'>EAX</a> and <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b07</span> -<span id="L235" class="LineNr">235 </span><span class="traceContains">+run: SF=0; ZF=0; OF=0</span> -<span id="L236" class="LineNr">236 </span> -<span id="L237" class="LineNr">237 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L238" class="LineNr">238 </span><span class="Normal">case</span> <span class="Constant">0x3d</span>: <span class="Delimiter">{</span> <span class="Comment">// subtract imm32 from EAX</span> -<span id="L239" class="LineNr">239 </span> <span class="Normal">int32_t</span> arg1 = Reg[EAX]<span class="Delimiter">.</span>i<span class="Delimiter">;</span> -<span id="L240" class="LineNr">240 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> -<span id="L241" class="LineNr">241 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"compare <a href='010core.cc.html#L17'>reg</a> <a href='010core.cc.html#L7'>EAX</a> and <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << arg2 << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L242" class="LineNr">242 </span> <span class="Normal">int32_t</span> tmp1 = arg1 - arg2<span class="Delimiter">;</span> -<span id="L243" class="LineNr">243 </span> SF = <span class="Delimiter">(</span>tmp1 < <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L244" class="LineNr">244 </span> ZF = <span class="Delimiter">(</span>tmp1 == <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L245" class="LineNr">245 </span> <span class="Normal">int64_t</span> tmp2 = arg1 - arg2<span class="Delimiter">;</span> -<span id="L246" class="LineNr">246 </span> <a href='010core.cc.html#L33'>OF</a> = <span class="Delimiter">(</span>tmp1 != tmp2<span class="Delimiter">);</span> -<span id="L247" class="LineNr">247 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"SF="</span> << SF << <span class="Constant">"; ZF="</span> << ZF << <span class="Constant">"; OF="</span> << <a href='010core.cc.html#L33'>OF</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L248" class="LineNr">248 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L249" class="LineNr">249 </span><span class="Delimiter">}</span> -<span id="L250" class="LineNr">250 </span> -<span id="L251" class="LineNr">251 </span><span class="Delimiter">:(scenario compare_imm32_with_eax_lesser)</span> -<span id="L252" class="LineNr">252 </span><span class="Special">% Reg[0].i = 0x0d0c0b07;</span> -<span id="L253" class="LineNr">253 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L254" class="LineNr">254 </span> 3d 0a 0b 0c 0d <span class="Comment"># compare 0x0d0c0b0a with EAX (reg 0)</span> -<span id="L255" class="LineNr">255 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L17'>reg</a> <a href='010core.cc.html#L7'>EAX</a> and <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a</span> -<span id="L256" class="LineNr">256 </span><span class="traceContains">+run: SF=1; ZF=0; OF=0</span> -<span id="L257" class="LineNr">257 </span> -<span id="L258" class="LineNr">258 </span><span class="Delimiter">:(scenario compare_imm32_with_eax_equal)</span> -<span id="L259" class="LineNr">259 </span><span class="Special">% Reg[0].i = 0x0d0c0b0a;</span> -<span id="L260" class="LineNr">260 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L261" class="LineNr">261 </span> 3d 0a 0b 0c 0d <span class="Comment"># compare 0x0d0c0b0a with EAX (reg 0)</span> -<span id="L262" class="LineNr">262 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L17'>reg</a> <a href='010core.cc.html#L7'>EAX</a> and <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a</span> -<span id="L263" class="LineNr">263 </span><span class="traceContains">+run: SF=0; ZF=1; OF=0</span> -<span id="L264" class="LineNr">264 </span> -<span id="L265" class="LineNr">265 </span><span class="Comment">//:</span> -<span id="L266" class="LineNr">266 </span> -<span id="L267" class="LineNr">267 </span><span class="Delimiter">:(scenario compare_imm32_with_r32_greater)</span> -<span id="L268" class="LineNr">268 </span><span class="Special">% Reg[3].i = 0x0d0c0b0a;</span> -<span id="L269" class="LineNr">269 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L270" class="LineNr">270 </span> <span class="Constant">81</span> fb <span class="PreProc">0</span><span class="Constant">7</span> 0b 0c 0d <span class="Comment"># compare 0x0d0c0b07 with EBX (reg 3)</span> -<span id="L271" class="LineNr">271 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b07 with effective address</span> -<span id="L272" class="LineNr">272 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L273" class="LineNr">273 </span><span class="traceContains">+run: SF=0; ZF=0; OF=0</span> +<span id="L228" class="LineNr">228 </span><span class="Delimiter">:(scenario xor_imm32_with_r32)</span> +<span id="L229" class="LineNr">229 </span><span class="Special">% Reg[3].i = 0xd0c0b0a0;</span> +<span id="L230" class="LineNr">230 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L231" class="LineNr">231 </span> <span class="Constant">81</span> f3 0a 0b 0c 0d <span class="Comment"># xor 0x0d0c0b0a with EBX</span> +<span id="L232" class="LineNr">232 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 110 (xor imm32) 011 (dest EBX)</span> +<span id="L233" class="LineNr">233 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with r/m32</span> +<span id="L234" class="LineNr">234 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L235" class="LineNr">235 </span><span class="traceContains">+run: subop xor</span> +<span id="L236" class="LineNr">236 </span><span class="traceContains">+run: storing 0xddccbbaa</span> +<span id="L237" class="LineNr">237 </span> +<span id="L238" class="LineNr">238 </span><span class="SalientComment">//:: compare (cmp)</span> +<span id="L239" class="LineNr">239 </span> +<span id="L240" class="LineNr">240 </span><span class="Delimiter">:(scenario compare_imm32_with_eax_greater)</span> +<span id="L241" class="LineNr">241 </span><span class="Special">% Reg[0].i = 0x0d0c0b0a;</span> +<span id="L242" class="LineNr">242 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L243" class="LineNr">243 </span> 3d <span class="PreProc">0</span><span class="Constant">7</span> 0b 0c 0d <span class="Comment"># compare 0x0d0c0b07 with EAX</span> +<span id="L244" class="LineNr">244 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L7'>EAX</a> and <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b07</span> +<span id="L245" class="LineNr">245 </span><span class="traceContains">+run: SF=0; ZF=0; OF=0</span> +<span id="L246" class="LineNr">246 </span> +<span id="L247" class="LineNr">247 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L248" class="LineNr">248 </span><span class="Normal">case</span> <span class="Constant">0x3d</span>: <span class="Delimiter">{</span> <span class="Comment">// subtract imm32 from EAX</span> +<span id="L249" class="LineNr">249 </span> <span class="Normal">int32_t</span> arg1 = Reg[EAX]<span class="Delimiter">.</span>i<span class="Delimiter">;</span> +<span id="L250" class="LineNr">250 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> +<span id="L251" class="LineNr">251 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"compare <a href='010core.cc.html#L7'>EAX</a> and <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << arg2 << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L252" class="LineNr">252 </span> <span class="Normal">int32_t</span> tmp1 = arg1 - arg2<span class="Delimiter">;</span> +<span id="L253" class="LineNr">253 </span> SF = <span class="Delimiter">(</span>tmp1 < <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L254" class="LineNr">254 </span> ZF = <span class="Delimiter">(</span>tmp1 == <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L255" class="LineNr">255 </span> <span class="Normal">int64_t</span> tmp2 = arg1 - arg2<span class="Delimiter">;</span> +<span id="L256" class="LineNr">256 </span> <a href='010core.cc.html#L33'>OF</a> = <span class="Delimiter">(</span>tmp1 != tmp2<span class="Delimiter">);</span> +<span id="L257" class="LineNr">257 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"SF="</span> << SF << <span class="Constant">"; ZF="</span> << ZF << <span class="Constant">"; OF="</span> << <a href='010core.cc.html#L33'>OF</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L258" class="LineNr">258 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L259" class="LineNr">259 </span><span class="Delimiter">}</span> +<span id="L260" class="LineNr">260 </span> +<span id="L261" class="LineNr">261 </span><span class="Delimiter">:(scenario compare_imm32_with_eax_lesser)</span> +<span id="L262" class="LineNr">262 </span><span class="Special">% Reg[0].i = 0x0d0c0b07;</span> +<span id="L263" class="LineNr">263 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L264" class="LineNr">264 </span> 3d 0a 0b 0c 0d <span class="Comment"># compare 0x0d0c0b0a with EAX</span> +<span id="L265" class="LineNr">265 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L7'>EAX</a> and <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a</span> +<span id="L266" class="LineNr">266 </span><span class="traceContains">+run: SF=1; ZF=0; OF=0</span> +<span id="L267" class="LineNr">267 </span> +<span id="L268" class="LineNr">268 </span><span class="Delimiter">:(scenario compare_imm32_with_eax_equal)</span> +<span id="L269" class="LineNr">269 </span><span class="Special">% Reg[0].i = 0x0d0c0b0a;</span> +<span id="L270" class="LineNr">270 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L271" class="LineNr">271 </span> 3d 0a 0b 0c 0d <span class="Comment"># compare 0x0d0c0b0a with EAX</span> +<span id="L272" class="LineNr">272 </span><span class="traceContains">+run: compare <a href='010core.cc.html#L7'>EAX</a> and <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a</span> +<span id="L273" class="LineNr">273 </span><span class="traceContains">+run: SF=0; ZF=1; OF=0</span> <span id="L274" class="LineNr">274 </span> -<span id="L275" class="LineNr">275 </span><span class="Delimiter">:(before "End Op 81 Subops")</span> -<span id="L276" class="LineNr">276 </span><span class="Normal">case</span> <span class="Constant">7</span>: <span class="Delimiter">{</span> -<span id="L277" class="LineNr">277 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subop compare"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L278" class="LineNr">278 </span> <span class="Normal">int32_t</span> tmp1 = *arg1 - arg2<span class="Delimiter">;</span> -<span id="L279" class="LineNr">279 </span> SF = <span class="Delimiter">(</span>tmp1 < <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L280" class="LineNr">280 </span> ZF = <span class="Delimiter">(</span>tmp1 == <span class="Constant">0</span><span class="Delimiter">);</span> -<span id="L281" class="LineNr">281 </span> <span class="Normal">int64_t</span> tmp2 = *arg1 - arg2<span class="Delimiter">;</span> -<span id="L282" class="LineNr">282 </span> <a href='010core.cc.html#L33'>OF</a> = <span class="Delimiter">(</span>tmp1 != tmp2<span class="Delimiter">);</span> -<span id="L283" class="LineNr">283 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"SF="</span> << SF << <span class="Constant">"; ZF="</span> << ZF << <span class="Constant">"; OF="</span> << <a href='010core.cc.html#L33'>OF</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L284" class="LineNr">284 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L285" class="LineNr">285 </span><span class="Delimiter">}</span> -<span id="L286" class="LineNr">286 </span> -<span id="L287" class="LineNr">287 </span><span class="Delimiter">:(scenario compare_imm32_with_r32_lesser)</span> -<span id="L288" class="LineNr">288 </span><span class="Special">% Reg[3].i = 0x0d0c0b07;</span> -<span id="L289" class="LineNr">289 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L290" class="LineNr">290 </span> <span class="Constant">81</span> fb 0a 0b 0c 0d <span class="Comment"># compare 0x0d0c0b0a with EBX (reg 3)</span> -<span id="L291" class="LineNr">291 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with effective address</span> -<span id="L292" class="LineNr">292 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L293" class="LineNr">293 </span><span class="traceContains">+run: SF=1; ZF=0; OF=0</span> -<span id="L294" class="LineNr">294 </span> -<span id="L295" class="LineNr">295 </span><span class="Delimiter">:(scenario compare_imm32_with_r32_equal)</span> -<span id="L296" class="LineNr">296 </span><span class="Special">% Reg[3].i = 0x0d0c0b0a;</span> -<span id="L297" class="LineNr">297 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L298" class="LineNr">298 </span> <span class="Constant">81</span> fb 0a 0b 0c 0d <span class="Comment"># compare 0x0d0c0b0a with EBX (reg 3)</span> -<span id="L299" class="LineNr">299 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with effective address</span> -<span id="L300" class="LineNr">300 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L301" class="LineNr">301 </span><span class="traceContains">+run: SF=0; ZF=1; OF=0</span> -<span id="L302" class="LineNr">302 </span> -<span id="L303" class="LineNr">303 </span><span class="Delimiter">:(scenario compare_imm32_with_mem_at_r32_greater)</span> -<span id="L304" class="LineNr">304 </span><span class="Special">% Reg[3].i = 0x60;</span> -<span id="L305" class="LineNr">305 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0d0c0b0a);</span> -<span id="L306" class="LineNr">306 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L307" class="LineNr">307 </span> <span class="Constant">81</span> 3b <span class="PreProc">0</span><span class="Constant">7</span> 0b 0c 0d <span class="Comment"># compare 0x0d0c0b07 with *EBX (reg 3)</span> -<span id="L308" class="LineNr">308 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b07 with effective address</span> -<span id="L309" class="LineNr">309 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 3)</span> -<span id="L310" class="LineNr">310 </span><span class="traceContains">+run: SF=0; ZF=0; OF=0</span> -<span id="L311" class="LineNr">311 </span> -<span id="L312" class="LineNr">312 </span><span class="Delimiter">:(scenario compare_imm32_with_mem_at_r32_lesser)</span> -<span id="L313" class="LineNr">313 </span><span class="Special">% Reg[3].i = 0x60;</span> -<span id="L314" class="LineNr">314 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0d0c0b07);</span> -<span id="L315" class="LineNr">315 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L316" class="LineNr">316 </span> <span class="Constant">81</span> 3b 0a 0b 0c 0d <span class="Comment"># compare 0x0d0c0b0a with *EBX (reg 3)</span> -<span id="L317" class="LineNr">317 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with effective address</span> -<span id="L318" class="LineNr">318 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 3)</span> -<span id="L319" class="LineNr">319 </span><span class="traceContains">+run: SF=1; ZF=0; OF=0</span> -<span id="L320" class="LineNr">320 </span> -<span id="L321" class="LineNr">321 </span><span class="Delimiter">:(scenario compare_imm32_with_mem_at_r32_equal)</span> -<span id="L322" class="LineNr">322 </span><span class="Special">% Reg[3].i = 0x0d0c0b0a;</span> -<span id="L323" class="LineNr">323 </span><span class="Special">% Reg[3].i = 0x60;</span> -<span id="L324" class="LineNr">324 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0d0c0b0a);</span> -<span id="L325" class="LineNr">325 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L326" class="LineNr">326 </span> <span class="Constant">81</span> 3b 0a 0b 0c 0d <span class="Comment"># compare 0x0d0c0b0a with *EBX (reg 3)</span> -<span id="L327" class="LineNr">327 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with effective address</span> -<span id="L328" class="LineNr">328 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 3)</span> -<span id="L329" class="LineNr">329 </span><span class="traceContains">+run: SF=0; ZF=1; OF=0</span> -<span id="L330" class="LineNr">330 </span> -<span id="L331" class="LineNr">331 </span><span class="SalientComment">//:: copy (mov)</span> -<span id="L332" class="LineNr">332 </span> -<span id="L333" class="LineNr">333 </span><span class="Delimiter">:(scenario copy_imm32_to_r32)</span> -<span id="L334" class="LineNr">334 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L335" class="LineNr">335 </span> bb 0a 0b 0c 0d <span class="Comment"># copy 0x0d0c0b0a to EBX (reg 3)</span> -<span id="L336" class="LineNr">336 </span><span class="traceContains">+run: copy <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a to <a href='010core.cc.html#L17'>reg</a> 3</span> -<span id="L337" class="LineNr">337 </span> -<span id="L338" class="LineNr">338 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L339" class="LineNr">339 </span><span class="Normal">case</span> <span class="Constant">0xb8</span>: -<span id="L340" class="LineNr">340 </span><span class="Normal">case</span> <span class="Constant">0xb9</span>: -<span id="L341" class="LineNr">341 </span><span class="Normal">case</span> <span class="Constant">0xba</span>: -<span id="L342" class="LineNr">342 </span><span class="Normal">case</span> <span class="Constant">0xbb</span>: -<span id="L343" class="LineNr">343 </span><span class="Normal">case</span> <span class="Constant">0xbc</span>: -<span id="L344" class="LineNr">344 </span><span class="Normal">case</span> <span class="Constant">0xbd</span>: -<span id="L345" class="LineNr">345 </span><span class="Normal">case</span> <span class="Constant">0xbe</span>: -<span id="L346" class="LineNr">346 </span><span class="Normal">case</span> <span class="Constant">0xbf</span>: <span class="Delimiter">{</span> <span class="Comment">// copy imm32 to r32</span> -<span id="L347" class="LineNr">347 </span> <span class="Normal">uint8_t</span> reg1 = op & <span class="Constant">0x7</span><span class="Delimiter">;</span> -<span id="L348" class="LineNr">348 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> -<span id="L349" class="LineNr">349 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"copy <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << arg2 << <span class="Constant">" to <a href='010core.cc.html#L17'>reg</a> "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>reg1<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L350" class="LineNr">350 </span> Reg[reg1]<span class="Delimiter">.</span>i = arg2<span class="Delimiter">;</span> -<span id="L351" class="LineNr">351 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L352" class="LineNr">352 </span><span class="Delimiter">}</span> +<span id="L275" class="LineNr">275 </span><span class="Comment">//:</span> +<span id="L276" class="LineNr">276 </span> +<span id="L277" class="LineNr">277 </span><span class="Delimiter">:(scenario compare_imm32_with_r32_greater)</span> +<span id="L278" class="LineNr">278 </span><span class="Special">% Reg[3].i = 0x0d0c0b0a;</span> +<span id="L279" class="LineNr">279 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L280" class="LineNr">280 </span> <span class="Constant">81</span> fb <span class="PreProc">0</span><span class="Constant">7</span> 0b 0c 0d <span class="Comment"># compare 0x0d0c0b07 with EBX</span> +<span id="L281" class="LineNr">281 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 111 (compare imm32) 011 (dest EBX)</span> +<span id="L282" class="LineNr">282 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b07 with r/m32</span> +<span id="L283" class="LineNr">283 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L284" class="LineNr">284 </span><span class="traceContains">+run: SF=0; ZF=0; OF=0</span> +<span id="L285" class="LineNr">285 </span> +<span id="L286" class="LineNr">286 </span><span class="Delimiter">:(before "End Op 81 Subops")</span> +<span id="L287" class="LineNr">287 </span><span class="Normal">case</span> <span class="Constant">7</span>: <span class="Delimiter">{</span> +<span id="L288" class="LineNr">288 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"subop compare"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L289" class="LineNr">289 </span> <span class="Normal">int32_t</span> tmp1 = *arg1 - arg2<span class="Delimiter">;</span> +<span id="L290" class="LineNr">290 </span> SF = <span class="Delimiter">(</span>tmp1 < <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L291" class="LineNr">291 </span> ZF = <span class="Delimiter">(</span>tmp1 == <span class="Constant">0</span><span class="Delimiter">);</span> +<span id="L292" class="LineNr">292 </span> <span class="Normal">int64_t</span> tmp2 = *arg1 - arg2<span class="Delimiter">;</span> +<span id="L293" class="LineNr">293 </span> <a href='010core.cc.html#L33'>OF</a> = <span class="Delimiter">(</span>tmp1 != tmp2<span class="Delimiter">);</span> +<span id="L294" class="LineNr">294 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"SF="</span> << SF << <span class="Constant">"; ZF="</span> << ZF << <span class="Constant">"; OF="</span> << <a href='010core.cc.html#L33'>OF</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L295" class="LineNr">295 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L296" class="LineNr">296 </span><span class="Delimiter">}</span> +<span id="L297" class="LineNr">297 </span> +<span id="L298" class="LineNr">298 </span><span class="Delimiter">:(scenario compare_imm32_with_r32_lesser)</span> +<span id="L299" class="LineNr">299 </span><span class="Special">% Reg[3].i = 0x0d0c0b07;</span> +<span id="L300" class="LineNr">300 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L301" class="LineNr">301 </span> <span class="Constant">81</span> fb 0a 0b 0c 0d <span class="Comment"># compare 0x0d0c0b0a with EBX</span> +<span id="L302" class="LineNr">302 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 111 (compare imm32) 011 (dest EBX)</span> +<span id="L303" class="LineNr">303 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with r/m32</span> +<span id="L304" class="LineNr">304 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L305" class="LineNr">305 </span><span class="traceContains">+run: SF=1; ZF=0; OF=0</span> +<span id="L306" class="LineNr">306 </span> +<span id="L307" class="LineNr">307 </span><span class="Delimiter">:(scenario compare_imm32_with_r32_equal)</span> +<span id="L308" class="LineNr">308 </span><span class="Special">% Reg[3].i = 0x0d0c0b0a;</span> +<span id="L309" class="LineNr">309 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L310" class="LineNr">310 </span> <span class="Constant">81</span> fb 0a 0b 0c 0d <span class="Comment"># compare 0x0d0c0b0a with EBX</span> +<span id="L311" class="LineNr">311 </span><span class="Comment"># ModR/M in binary: 11 (direct mode) 111 (compare imm32) 011 (dest EBX)</span> +<span id="L312" class="LineNr">312 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with r/m32</span> +<span id="L313" class="LineNr">313 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L10'>EBX</a></span> +<span id="L314" class="LineNr">314 </span><span class="traceContains">+run: SF=0; ZF=1; OF=0</span> +<span id="L315" class="LineNr">315 </span> +<span id="L316" class="LineNr">316 </span><span class="Delimiter">:(scenario compare_imm32_with_mem_at_r32_greater)</span> +<span id="L317" class="LineNr">317 </span><span class="Special">% Reg[3].i = 0x60;</span> +<span id="L318" class="LineNr">318 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0d0c0b0a);</span> +<span id="L319" class="LineNr">319 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L320" class="LineNr">320 </span> <span class="Constant">81</span> 3b <span class="PreProc">0</span><span class="Constant">7</span> 0b 0c 0d <span class="Comment"># compare 0x0d0c0b07 with *EBX</span> +<span id="L321" class="LineNr">321 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 111 (compare imm32) 011 (dest EBX)</span> +<span id="L322" class="LineNr">322 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b07 with r/m32</span> +<span id="L323" class="LineNr">323 </span><span class="traceContains">+run: effective address is 0x60 (EBX)</span> +<span id="L324" class="LineNr">324 </span><span class="traceContains">+run: SF=0; ZF=0; OF=0</span> +<span id="L325" class="LineNr">325 </span> +<span id="L326" class="LineNr">326 </span><span class="Delimiter">:(scenario compare_imm32_with_mem_at_r32_lesser)</span> +<span id="L327" class="LineNr">327 </span><span class="Special">% Reg[3].i = 0x60;</span> +<span id="L328" class="LineNr">328 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0d0c0b07);</span> +<span id="L329" class="LineNr">329 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L330" class="LineNr">330 </span> <span class="Constant">81</span> 3b 0a 0b 0c 0d <span class="Comment"># compare 0x0d0c0b0a with *EBX</span> +<span id="L331" class="LineNr">331 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 111 (compare imm32) 011 (dest EBX)</span> +<span id="L332" class="LineNr">332 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with r/m32</span> +<span id="L333" class="LineNr">333 </span><span class="traceContains">+run: effective address is 0x60 (EBX)</span> +<span id="L334" class="LineNr">334 </span><span class="traceContains">+run: SF=1; ZF=0; OF=0</span> +<span id="L335" class="LineNr">335 </span> +<span id="L336" class="LineNr">336 </span><span class="Delimiter">:(scenario compare_imm32_with_mem_at_r32_equal)</span> +<span id="L337" class="LineNr">337 </span><span class="Special">% Reg[3].i = 0x0d0c0b0a;</span> +<span id="L338" class="LineNr">338 </span><span class="Special">% Reg[3].i = 0x60;</span> +<span id="L339" class="LineNr">339 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x0d0c0b0a);</span> +<span id="L340" class="LineNr">340 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L341" class="LineNr">341 </span> <span class="Constant">81</span> 3b 0a 0b 0c 0d <span class="Comment"># compare 0x0d0c0b0a with *EBX</span> +<span id="L342" class="LineNr">342 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 111 (compare imm32) 011 (dest EBX)</span> +<span id="L343" class="LineNr">343 </span><span class="traceContains">+run: combine <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a with r/m32</span> +<span id="L344" class="LineNr">344 </span><span class="traceContains">+run: effective address is 0x60 (EBX)</span> +<span id="L345" class="LineNr">345 </span><span class="traceContains">+run: SF=0; ZF=1; OF=0</span> +<span id="L346" class="LineNr">346 </span> +<span id="L347" class="LineNr">347 </span><span class="SalientComment">//:: copy (mov)</span> +<span id="L348" class="LineNr">348 </span> +<span id="L349" class="LineNr">349 </span><span class="Delimiter">:(scenario copy_imm32_to_r32)</span> +<span id="L350" class="LineNr">350 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L351" class="LineNr">351 </span> bb 0a 0b 0c 0d <span class="Comment"># copy 0x0d0c0b0a to EBX</span> +<span id="L352" class="LineNr">352 </span><span class="traceContains">+run: copy <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a to <a href='010core.cc.html#L10'>EBX</a></span> <span id="L353" class="LineNr">353 </span> -<span id="L354" class="LineNr">354 </span><span class="Comment">//:</span> -<span id="L355" class="LineNr">355 </span> -<span id="L356" class="LineNr">356 </span><span class="Delimiter">:(scenario copy_imm32_to_mem_at_r32)</span> -<span id="L357" class="LineNr">357 </span><span class="Special">% Reg[3].i = 0x60;</span> -<span id="L358" class="LineNr">358 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L359" class="LineNr">359 </span> c7 <span class="PreProc">0</span><span class="Constant">3</span> 0a 0b 0c 0d <span class="Comment"># copy 0x0d0c0b0a to *EBX (reg 3)</span> -<span id="L360" class="LineNr">360 </span><span class="traceContains">+run: copy <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a to effective address</span> -<span id="L361" class="LineNr">361 </span><span class="traceContains">+run: effective address is mem at address 0x60 (reg 3)</span> -<span id="L362" class="LineNr">362 </span> -<span id="L363" class="LineNr">363 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L364" class="LineNr">364 </span><span class="Normal">case</span> <span class="Constant">0xc7</span>: <span class="Delimiter">{</span> <span class="Comment">// copy imm32 to r32</span> -<span id="L365" class="LineNr">365 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L366" class="LineNr">366 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> -<span id="L367" class="LineNr">367 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"copy <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << arg2 << <span class="Constant">" to effective address"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L368" class="LineNr">368 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L369" class="LineNr">369 </span> *arg1 = arg2<span class="Delimiter">;</span> -<span id="L370" class="LineNr">370 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L371" class="LineNr">371 </span><span class="Delimiter">}</span> -<span id="L372" class="LineNr">372 </span> -<span id="L373" class="LineNr">373 </span><span class="SalientComment">//:: push</span> -<span id="L374" class="LineNr">374 </span> -<span id="L375" class="LineNr">375 </span><span class="Delimiter">:(scenario push_imm32)</span> -<span id="L376" class="LineNr">376 </span><span class="Special">% Reg[ESP].u = 0x14;</span> -<span id="L377" class="LineNr">377 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L378" class="LineNr">378 </span> <span class="Constant">68</span> af <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># push *EAX (reg 0) to stack</span> -<span id="L379" class="LineNr">379 </span><span class="traceContains">+run: <a href='011direct_addressing.cc.html#L244'>push</a> <a href='010core.cc.html#L219'>imm32</a> 0x000000af</span> -<span id="L380" class="LineNr">380 </span><span class="traceContains">+run: <a href='010core.cc.html#L11'>ESP</a> is now 0x00000010</span> -<span id="L381" class="LineNr">381 </span><span class="traceContains">+run: <a href='003trace.cc.html#L74'>contents</a> at <a href='010core.cc.html#L11'>ESP</a>: 0x000000af</span> -<span id="L382" class="LineNr">382 </span> -<span id="L383" class="LineNr">383 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L384" class="LineNr">384 </span><span class="Normal">case</span> <span class="Constant">0x68</span>: <span class="Delimiter">{</span> -<span id="L385" class="LineNr">385 </span> <span class="Normal">int32_t</span> val = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> -<span id="L386" class="LineNr">386 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"push <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << val << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L387" class="LineNr">387 </span> Reg[ESP]<span class="Delimiter">.</span>u -= <span class="Constant">4</span><span class="Delimiter">;</span> -<span id="L388" class="LineNr">388 </span> *<span class="Normal">reinterpret_cast</span><<span class="Normal">uint32_t</span>*><span class="Delimiter">(</span>&Mem<span class="Delimiter">.</span>at<span class="Delimiter">(</span>Reg[ESP]<span class="Delimiter">.</span>u<span class="Delimiter">))</span> = val<span class="Delimiter">;</span> -<span id="L389" class="LineNr">389 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"ESP is now 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << Reg[ESP]<span class="Delimiter">.</span>u << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L390" class="LineNr">390 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"contents at <a href='010core.cc.html#L11'>ESP</a>: 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << *<span class="Normal">reinterpret_cast</span><<span class="Normal">uint32_t</span>*><span class="Delimiter">(</span>&Mem<span class="Delimiter">.</span>at<span class="Delimiter">(</span>Reg[ESP]<span class="Delimiter">.</span>u<span class="Delimiter">))</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L391" class="LineNr">391 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L392" class="LineNr">392 </span><span class="Delimiter">}</span> +<span id="L354" class="LineNr">354 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L355" class="LineNr">355 </span><span class="Normal">case</span> <span class="Constant">0xb8</span>: +<span id="L356" class="LineNr">356 </span><span class="Normal">case</span> <span class="Constant">0xb9</span>: +<span id="L357" class="LineNr">357 </span><span class="Normal">case</span> <span class="Constant">0xba</span>: +<span id="L358" class="LineNr">358 </span><span class="Normal">case</span> <span class="Constant">0xbb</span>: +<span id="L359" class="LineNr">359 </span><span class="Normal">case</span> <span class="Constant">0xbc</span>: +<span id="L360" class="LineNr">360 </span><span class="Normal">case</span> <span class="Constant">0xbd</span>: +<span id="L361" class="LineNr">361 </span><span class="Normal">case</span> <span class="Constant">0xbe</span>: +<span id="L362" class="LineNr">362 </span><span class="Normal">case</span> <span class="Constant">0xbf</span>: <span class="Delimiter">{</span> <span class="Comment">// copy imm32 to r32</span> +<span id="L363" class="LineNr">363 </span> <span class="Normal">uint8_t</span> reg1 = op & <span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L364" class="LineNr">364 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> +<span id="L365" class="LineNr">365 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"copy <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << arg2 << <span class="Constant">" to "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>reg1<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L366" class="LineNr">366 </span> Reg[reg1]<span class="Delimiter">.</span>i = arg2<span class="Delimiter">;</span> +<span id="L367" class="LineNr">367 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L368" class="LineNr">368 </span><span class="Delimiter">}</span> +<span id="L369" class="LineNr">369 </span> +<span id="L370" class="LineNr">370 </span><span class="Comment">//:</span> +<span id="L371" class="LineNr">371 </span> +<span id="L372" class="LineNr">372 </span><span class="Delimiter">:(scenario copy_imm32_to_mem_at_r32)</span> +<span id="L373" class="LineNr">373 </span><span class="Special">% Reg[3].i = 0x60;</span> +<span id="L374" class="LineNr">374 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L375" class="LineNr">375 </span> c7 <span class="PreProc">0</span><span class="Constant">3</span> 0a 0b 0c 0d <span class="Comment"># copy 0x0d0c0b0a to *EBX</span> +<span id="L376" class="LineNr">376 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 000 (unused) 011 (dest EBX)</span> +<span id="L377" class="LineNr">377 </span><span class="traceContains">+run: copy <a href='010core.cc.html#L219'>imm32</a> 0x0d0c0b0a to r/m32</span> +<span id="L378" class="LineNr">378 </span><span class="traceContains">+run: effective address is 0x60 (EBX)</span> +<span id="L379" class="LineNr">379 </span> +<span id="L380" class="LineNr">380 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L381" class="LineNr">381 </span><span class="Normal">case</span> <span class="Constant">0xc7</span>: <span class="Delimiter">{</span> <span class="Comment">// copy imm32 to r32</span> +<span id="L382" class="LineNr">382 </span> <span class="Normal">uint8_t</span> modrm = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L383" class="LineNr">383 </span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> +<span id="L384" class="LineNr">384 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"copy <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << arg2 << <span class="Constant">" to r/m32"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L385" class="LineNr">385 </span> <span class="Normal">int32_t</span>* arg1 = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L386" class="LineNr">386 </span> *arg1 = arg2<span class="Delimiter">;</span> +<span id="L387" class="LineNr">387 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L388" class="LineNr">388 </span><span class="Delimiter">}</span> +<span id="L389" class="LineNr">389 </span> +<span id="L390" class="LineNr">390 </span><span class="SalientComment">//:: push</span> +<span id="L391" class="LineNr">391 </span> +<span id="L392" class="LineNr">392 </span><span class="Delimiter">:(scenario push_imm32)</span> +<span id="L393" class="LineNr">393 </span><span class="Special">% Reg[ESP].u = 0x14;</span> +<span id="L394" class="LineNr">394 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L395" class="LineNr">395 </span> <span class="Constant">68</span> af <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># push *EAX to stack</span> +<span id="L396" class="LineNr">396 </span><span class="traceContains">+run: <a href='011direct_addressing.cc.html#L283'>push</a> <a href='010core.cc.html#L219'>imm32</a> 0x000000af</span> +<span id="L397" class="LineNr">397 </span><span class="traceContains">+run: <a href='010core.cc.html#L11'>ESP</a> is now 0x00000010</span> +<span id="L398" class="LineNr">398 </span><span class="traceContains">+run: <a href='003trace.cc.html#L74'>contents</a> at <a href='010core.cc.html#L11'>ESP</a>: 0x000000af</span> +<span id="L399" class="LineNr">399 </span> +<span id="L400" class="LineNr">400 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L401" class="LineNr">401 </span><span class="Normal">case</span> <span class="Constant">0x68</span>: <span class="Delimiter">{</span> +<span id="L402" class="LineNr">402 </span> <span class="Normal">int32_t</span> val = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> +<span id="L403" class="LineNr">403 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"push <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << val << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L404" class="LineNr">404 </span> Reg[ESP]<span class="Delimiter">.</span>u -= <span class="Constant">4</span><span class="Delimiter">;</span> +<span id="L405" class="LineNr">405 </span> *<span class="Normal">reinterpret_cast</span><<span class="Normal">uint32_t</span>*><span class="Delimiter">(</span>&Mem<span class="Delimiter">.</span>at<span class="Delimiter">(</span>Reg[ESP]<span class="Delimiter">.</span>u<span class="Delimiter">))</span> = val<span class="Delimiter">;</span> +<span id="L406" class="LineNr">406 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"ESP is now 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << Reg[ESP]<span class="Delimiter">.</span>u << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L407" class="LineNr">407 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"contents at <a href='010core.cc.html#L11'>ESP</a>: 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << *<span class="Normal">reinterpret_cast</span><<span class="Normal">uint32_t</span>*><span class="Delimiter">(</span>&Mem<span class="Delimiter">.</span>at<span class="Delimiter">(</span>Reg[ESP]<span class="Delimiter">.</span>u<span class="Delimiter">))</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L408" class="LineNr">408 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L409" class="LineNr">409 </span><span class="Delimiter">}</span> </pre> </body> </html> diff --git a/html/subx/014index_addressing.cc.html b/html/subx/014index_addressing.cc.html new file mode 100644 index 00000000..88ce0614 --- /dev/null +++ b/html/subx/014index_addressing.cc.html @@ -0,0 +1,181 @@ +<!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 - subx/014index_addressing.cc</title> +<meta name="Generator" content="Vim/8.0"> +<meta name="plugin-version" content="vim7.4_v2"> +<meta name="syntax" content="cpp"> +<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy="> +<meta name="colorscheme" content="minimal"> +<style type="text/css"> +<!-- +pre { white-space: pre-wrap; font-family: monospace; color: #aaaaaa; background-color: #080808; } +body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; } +a { color:#eeeeee; text-decoration: none; } +a:hover { text-decoration: underline; } +* { font-size: 12pt; font-size: 1em; } +.Error { color: #ffffff; background-color: #ff6060; padding-bottom: 1px; } +.traceContains { color: #008000; } +.LineNr { color: #444444; } +.Constant { color: #00a0a0; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } +.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.PreProc { color: #800080; } +--> +</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; + } + 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();'> +<pre id='vimCodeElement'> +<span id="L1" class="LineNr"> 1 </span><span class="Comment">//: operating on memory at the address provided by some register plus optional scale and offset</span> +<span id="L2" class="LineNr"> 2 </span> +<span id="L3" class="LineNr"> 3 </span><span class="Delimiter">:(scenario add_r32_to_mem_at_r32_with_sib)</span> +<span id="L4" class="LineNr"> 4 </span><span class="Special">% Reg[3].i = 0x10;</span> +<span id="L5" class="LineNr"> 5 </span><span class="Special">% Reg[0].i = 0x60;</span> +<span id="L6" class="LineNr"> 6 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> +<span id="L7" class="LineNr"> 7 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L8" class="LineNr"> 8 </span> <span class="PreProc">0</span><span class="Constant">1</span> 1c <span class="Constant">20</span> <span class="Comment"># add EBX to *EAX</span> +<span id="L9" class="LineNr"> 9 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EBX) 100 (dest in SIB)</span> +<span id="L10" class="LineNr"> 10 </span><span class="Comment"># SIB in binary: 00 (scale 1) 100 (no index) 000 (base EAX)</span> +<span id="L11" class="LineNr"> 11 </span><span class="traceContains">+run: add <a href='010core.cc.html#L10'>EBX</a> to r/m32</span> +<span id="L12" class="LineNr"> 12 </span><span class="traceContains">+run: effective address is initially 0x60 (EAX)</span> +<span id="L13" class="LineNr"> 13 </span><span class="traceContains">+run: effective address is 0x60</span> +<span id="L14" class="LineNr"> 14 </span><span class="traceContains">+run: storing 0x00000011</span> +<span id="L15" class="LineNr"> 15 </span> +<span id="L16" class="LineNr"> 16 </span><span class="Delimiter">:(before "End Mod 0 Special-cases(addr)")</span> +<span id="L17" class="LineNr"> 17 </span><span class="Normal">case</span> <span class="Constant">4</span>: <span class="Comment">// exception: mod 0b00 rm 0b100 => incoming SIB (scale-index-base) byte</span> +<span id="L18" class="LineNr"> 18 </span> addr = <a href='014index_addressing.cc.html#L21'>effective_address_from_sib</a><span class="Delimiter">(</span>mod<span class="Delimiter">);</span> +<span id="L19" class="LineNr"> 19 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L20" class="LineNr"> 20 </span><span class="Delimiter">:(code)</span> +<span id="L21" class="LineNr"> 21 </span><span class="Normal">uint32_t</span> <a href='014index_addressing.cc.html#L21'>effective_address_from_sib</a><span class="Delimiter">(</span><span class="Normal">uint8_t</span> mod<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L22" class="LineNr"> 22 </span> <span class="Normal">uint8_t</span> sib = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L23" class="LineNr"> 23 </span> <span class="Normal">uint8_t</span> base = sib&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Normal">uint32_t</span> addr = <span class="Constant">0</span><span class="Delimiter">;</span> +<span id="L25" class="LineNr"> 25 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>base != <a href='010core.cc.html#L12'>EBP</a> || mod != <span class="Constant">0</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L26" class="LineNr"> 26 </span> addr = Reg[base]<span class="Delimiter">.</span>u<span class="Delimiter">;</span> +<span id="L27" class="LineNr"> 27 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"effective address is initially 0x"</span> << std::hex << addr << <span class="Constant">" ("</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>base<span class="Delimiter">)</span> << <span class="Constant">")"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L28" class="LineNr"> 28 </span> <span class="Delimiter">}</span> +<span id="L29" class="LineNr"> 29 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L30" class="LineNr"> 30 </span> <span class="Comment">// base == EBP && mod == 0</span> +<span id="L31" class="LineNr"> 31 </span> addr = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> <span class="Comment">// ignore base</span> +<span id="L32" class="LineNr"> 32 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"effective address is initially 0x"</span> << std::hex << addr << <span class="Constant">" (disp32)"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L33" class="LineNr"> 33 </span> <span class="Delimiter">}</span> +<span id="L34" class="LineNr"> 34 </span> <span class="Normal">uint8_t</span> index = <span class="Delimiter">(</span>sib>><span class="Constant">3</span><span class="Delimiter">)</span>&<span class="Constant">0x7</span><span class="Delimiter">;</span> +<span id="L35" class="LineNr"> 35 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>index == <a href='010core.cc.html#L11'>ESP</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L36" class="LineNr"> 36 </span> <span class="Comment">// ignore index and scale</span> +<span id="L37" class="LineNr"> 37 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"effective address is 0x"</span> << std::hex << addr << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L38" class="LineNr"> 38 </span> <span class="Delimiter">}</span> +<span id="L39" class="LineNr"> 39 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> +<span id="L40" class="LineNr"> 40 </span> <span class="Normal">uint8_t</span> scale = <span class="Delimiter">(</span><span class="Constant">1</span> << <span class="Delimiter">(</span>sib>><span class="Constant">6</span><span class="Delimiter">));</span> +<span id="L41" class="LineNr"> 41 </span> addr += Reg[index]<span class="Delimiter">.</span>i*scale<span class="Delimiter">;</span> <span class="Comment">// treat index register as signed. Maybe base as well? But we'll always ensure it's non-negative.</span> +<span id="L42" class="LineNr"> 42 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"effective address is 0x"</span> << std::hex << addr << <span class="Constant">" (after adding "</span> << <a href='010core.cc.html#L227'>rname</a><span class="Delimiter">(</span>index<span class="Delimiter">)</span> << <span class="Constant">"*"</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>scale<span class="Delimiter">)</span> << <span class="Constant">")"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Delimiter">}</span> +<span id="L44" class="LineNr"> 44 </span> <span class="Identifier">return</span> addr<span class="Delimiter">;</span> +<span id="L45" class="LineNr"> 45 </span><span class="Delimiter">}</span> +<span id="L46" class="LineNr"> 46 </span> +<span id="L47" class="LineNr"> 47 </span><span class="Delimiter">:(scenario add_r32_to_mem_at_base_r32_index_r32)</span> +<span id="L48" class="LineNr"> 48 </span><span class="Special">% Reg[3].i = 0x10; // source</span> +<span id="L49" class="LineNr"> 49 </span><span class="Special">% Reg[0].i = 0x5e; // dest base</span> +<span id="L50" class="LineNr"> 50 </span><span class="Special">% Reg[1].i = 0x2; // dest index</span> +<span id="L51" class="LineNr"> 51 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> +<span id="L52" class="LineNr"> 52 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L53" class="LineNr"> 53 </span> <span class="PreProc">0</span><span class="Constant">1</span> 1c <span class="Error">08</span> <span class="Comment"># add EBX to *(EAX+ECX)</span> +<span id="L54" class="LineNr"> 54 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EBX) 100 (dest in SIB)</span> +<span id="L55" class="LineNr"> 55 </span><span class="Comment"># SIB in binary: 00 (scale 1) 001 (index ECX) 000 (base EAX)</span> +<span id="L56" class="LineNr"> 56 </span><span class="traceContains">+run: add <a href='010core.cc.html#L10'>EBX</a> to r/m32</span> +<span id="L57" class="LineNr"> 57 </span><span class="traceContains">+run: effective address is initially 0x5e (EAX)</span> +<span id="L58" class="LineNr"> 58 </span><span class="traceContains">+run: effective address is 0x60 (after adding ECX*1)</span> +<span id="L59" class="LineNr"> 59 </span><span class="traceContains">+run: storing 0x00000011</span> +<span id="L60" class="LineNr"> 60 </span> +<span id="L61" class="LineNr"> 61 </span><span class="Delimiter">:(scenario add_r32_to_mem_at_displacement_using_sib)</span> +<span id="L62" class="LineNr"> 62 </span><span class="Special">% Reg[3].i = 0x10; // source</span> +<span id="L63" class="LineNr"> 63 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> +<span id="L64" class="LineNr"> 64 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L65" class="LineNr"> 65 </span> <span class="PreProc">0</span><span class="Constant">1</span> 1c <span class="Constant">25</span> <span class="Constant">60</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># add EBX to *0x60</span> +<span id="L66" class="LineNr"> 66 </span><span class="Comment"># ModR/M in binary: 00 (indirect mode) 011 (src EBX) 100 (dest in SIB)</span> +<span id="L67" class="LineNr"> 67 </span><span class="Comment"># SIB in binary: 00 (scale 1) 100 (no index) 101 (not EBP but disp32)</span> +<span id="L68" class="LineNr"> 68 </span><span class="traceContains">+run: add <a href='010core.cc.html#L10'>EBX</a> to r/m32</span> +<span id="L69" class="LineNr"> 69 </span><span class="traceContains">+run: effective address is initially 0x60 (disp32)</span> +<span id="L70" class="LineNr"> 70 </span><span class="traceContains">+run: effective address is 0x60</span> +<span id="L71" class="LineNr"> 71 </span><span class="traceContains">+run: storing 0x00000011</span> +<span id="L72" class="LineNr"> 72 </span> +<span id="L73" class="LineNr"> 73 </span><span class="Comment">//:</span> +<span id="L74" class="LineNr"> 74 </span> +<span id="L75" class="LineNr"> 75 </span><span class="Delimiter">:(scenario add_r32_to_mem_at_base_r32_index_r32_plus_disp8)</span> +<span id="L76" class="LineNr"> 76 </span><span class="Special">% Reg[3].i = 0x10; // source</span> +<span id="L77" class="LineNr"> 77 </span><span class="Special">% Reg[0].i = 0x59; // dest base</span> +<span id="L78" class="LineNr"> 78 </span><span class="Special">% Reg[1].i = 0x5; // dest index</span> +<span id="L79" class="LineNr"> 79 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> +<span id="L80" class="LineNr"> 80 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L81" class="LineNr"> 81 </span> <span class="PreProc">0</span><span class="Constant">1</span> 5c <span class="Error">08</span> <span class="PreProc">0</span><span class="Constant">2</span> <span class="Comment"># add EBX to *(EAX+ECX+2)</span> +<span id="L82" class="LineNr"> 82 </span><span class="Comment"># ModR/M in binary: 01 (indirect+disp8 mode) 011 (src EBX) 100 (dest in SIB)</span> +<span id="L83" class="LineNr"> 83 </span><span class="Comment"># SIB in binary: 00 (scale 1) 001 (index ECX) 000 (base EAX)</span> +<span id="L84" class="LineNr"> 84 </span><span class="traceContains">+run: add <a href='010core.cc.html#L10'>EBX</a> to r/m32</span> +<span id="L85" class="LineNr"> 85 </span><span class="traceContains">+run: effective address is initially 0x59 (EAX)</span> +<span id="L86" class="LineNr"> 86 </span><span class="traceContains">+run: effective address is 0x5e (after adding ECX*1)</span> +<span id="L87" class="LineNr"> 87 </span><span class="traceContains">+run: effective address is 0x60 (after adding disp8)</span> +<span id="L88" class="LineNr"> 88 </span><span class="traceContains">+run: storing 0x00000011</span> +<span id="L89" class="LineNr"> 89 </span> +<span id="L90" class="LineNr"> 90 </span><span class="Delimiter">:(before "End Mod 1 Special-cases(addr)")</span> +<span id="L91" class="LineNr"> 91 </span><span class="Normal">case</span> <span class="Constant">4</span>: <span class="Comment">// exception: mod 0b01 rm 0b100 => incoming SIB (scale-index-base) byte</span> +<span id="L92" class="LineNr"> 92 </span> addr = <a href='014index_addressing.cc.html#L21'>effective_address_from_sib</a><span class="Delimiter">(</span>mod<span class="Delimiter">);</span> +<span id="L93" class="LineNr"> 93 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L94" class="LineNr"> 94 </span> +<span id="L95" class="LineNr"> 95 </span><span class="Comment">//:</span> +<span id="L96" class="LineNr"> 96 </span> +<span id="L97" class="LineNr"> 97 </span><span class="Delimiter">:(scenario add_r32_to_mem_at_base_r32_index_r32_plus_disp32)</span> +<span id="L98" class="LineNr"> 98 </span><span class="Special">% Reg[3].i = 0x10; // source</span> +<span id="L99" class="LineNr"> 99 </span><span class="Special">% Reg[0].i = 0x59; // dest base</span> +<span id="L100" class="LineNr">100 </span><span class="Special">% Reg[1].i = 0x5; // dest index</span> +<span id="L101" class="LineNr">101 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 1);</span> +<span id="L102" class="LineNr">102 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L103" class="LineNr">103 </span> <span class="PreProc">0</span><span class="Constant">1</span> 9c <span class="Error">08</span> <span class="PreProc">0</span><span class="Constant">2</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># add EBX to *(EAX+ECX+2)</span> +<span id="L104" class="LineNr">104 </span><span class="Comment"># ModR/M in binary: 10 (indirect+disp32 mode) 011 (src EBX) 100 (dest in SIB)</span> +<span id="L105" class="LineNr">105 </span><span class="Comment"># SIB in binary: 00 (scale 1) 001 (index ECX) 000 (base EAX)</span> +<span id="L106" class="LineNr">106 </span><span class="traceContains">+run: add <a href='010core.cc.html#L10'>EBX</a> to r/m32</span> +<span id="L107" class="LineNr">107 </span><span class="traceContains">+run: effective address is initially 0x59 (EAX)</span> +<span id="L108" class="LineNr">108 </span><span class="traceContains">+run: effective address is 0x5e (after adding ECX*1)</span> +<span id="L109" class="LineNr">109 </span><span class="traceContains">+run: effective address is 0x60 (after adding disp32)</span> +<span id="L110" class="LineNr">110 </span><span class="traceContains">+run: storing 0x00000011</span> +<span id="L111" class="LineNr">111 </span> +<span id="L112" class="LineNr">112 </span><span class="Delimiter">:(before "End Mod 2 Special-cases(addr)")</span> +<span id="L113" class="LineNr">113 </span><span class="Normal">case</span> <span class="Constant">4</span>: <span class="Comment">// exception: mod 0b10 rm 0b100 => incoming SIB (scale-index-base) byte</span> +<span id="L114" class="LineNr">114 </span> addr = <a href='014index_addressing.cc.html#L21'>effective_address_from_sib</a><span class="Delimiter">(</span>mod<span class="Delimiter">);</span> +<span id="L115" class="LineNr">115 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +</pre> +</body> +</html> +<!-- vim: set foldmethod=manual : --> diff --git a/html/subx/014jump_relative.cc.html b/html/subx/014jump_relative.cc.html deleted file mode 100644 index 6373952c..00000000 --- a/html/subx/014jump_relative.cc.html +++ /dev/null @@ -1,320 +0,0 @@ -<!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 - subx/014jump_relative.cc</title> -<meta name="Generator" content="Vim/8.0"> -<meta name="plugin-version" content="vim7.4_v2"> -<meta name="syntax" content="cpp"> -<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy="> -<meta name="colorscheme" content="minimal"> -<style type="text/css"> -<!-- -pre { white-space: pre-wrap; font-family: monospace; color: #aaaaaa; background-color: #080808; } -body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; } -a { color:#eeeeee; text-decoration: none; } -a:hover { text-decoration: underline; } -* { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } -.traceContains { color: #008000; } -.PreProc { color: #800080; } -.LineNr { color: #444444; } -.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } -.Identifier { color: #c0a020; } -.Delimiter { color: #800080; } -.Constant { color: #00a0a0; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } -.SalientComment { color: #00ffff; } -.traceAbsent { color: #c00000; } -.Special { color: #c00000; } ---> -</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; - } - 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();'> -<pre id='vimCodeElement'> -<span id="L1" class="LineNr"> 1 </span><span class="Comment">//: jump to 8-bit offset</span> -<span id="L2" class="LineNr"> 2 </span> -<span id="L3" class="LineNr"> 3 </span><span class="SalientComment">//:: jump</span> -<span id="L4" class="LineNr"> 4 </span> -<span id="L5" class="LineNr"> 5 </span><span class="Delimiter">:(scenario jump_rel8)</span> -<span id="L6" class="LineNr"> 6 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L7" class="LineNr"> 7 </span> eb <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> -<span id="L8" class="LineNr"> 8 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L9" class="LineNr"> 9 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L10" class="LineNr"> 10 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L11" class="LineNr"> 11 </span><span class="traceContains">+run: jump 5</span> -<span id="L12" class="LineNr"> 12 </span><span class="traceContains">+run: inst: 0x00000008</span> -<span id="L13" class="LineNr"> 13 </span><span class="traceAbsent">-run: inst: 0x00000003</span> -<span id="L14" class="LineNr"> 14 </span> -<span id="L15" class="LineNr"> 15 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L16" class="LineNr"> 16 </span><span class="Normal">case</span> <span class="Constant">0xeb</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel8</span> -<span id="L17" class="LineNr"> 17 </span> <span class="Normal">int8_t</span> offset = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">());</span> -<span id="L18" class="LineNr"> 18 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L19" class="LineNr"> 19 </span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> -<span id="L20" class="LineNr"> 20 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L21" class="LineNr"> 21 </span><span class="Delimiter">}</span> -<span id="L22" class="LineNr"> 22 </span> -<span id="L23" class="LineNr"> 23 </span><span class="SalientComment">//:: jump if equal/zero</span> -<span id="L24" class="LineNr"> 24 </span> -<span id="L25" class="LineNr"> 25 </span><span class="Delimiter">:(scenario je_rel8_success)</span> -<span id="L26" class="LineNr"> 26 </span><span class="Special">% ZF = true;</span> -<span id="L27" class="LineNr"> 27 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L28" class="LineNr"> 28 </span> <span class="Constant">74</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> -<span id="L29" class="LineNr"> 29 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L30" class="LineNr"> 30 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L31" class="LineNr"> 31 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L32" class="LineNr"> 32 </span><span class="traceContains">+run: jump 5</span> -<span id="L33" class="LineNr"> 33 </span><span class="traceContains">+run: inst: 0x00000008</span> -<span id="L34" class="LineNr"> 34 </span><span class="traceAbsent">-run: inst: 0x00000003</span> -<span id="L35" class="LineNr"> 35 </span> -<span id="L36" class="LineNr"> 36 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L37" class="LineNr"> 37 </span><span class="Normal">case</span> <span class="Constant">0x74</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel8 if ZF</span> -<span id="L38" class="LineNr"> 38 </span> <span class="Normal">int8_t</span> offset = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">());</span> -<span id="L39" class="LineNr"> 39 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ZF<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L40" class="LineNr"> 40 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L41" class="LineNr"> 41 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> -<span id="L42" class="LineNr"> 42 </span> <span class="Delimiter">}</span> -<span id="L43" class="LineNr"> 43 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L44" class="LineNr"> 44 </span><span class="Delimiter">}</span> -<span id="L45" class="LineNr"> 45 </span> -<span id="L46" class="LineNr"> 46 </span><span class="Delimiter">:(scenario je_rel8_fail)</span> -<span id="L47" class="LineNr"> 47 </span><span class="Special">% ZF = false;</span> -<span id="L48" class="LineNr"> 48 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Constant">74</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> -<span id="L50" class="LineNr"> 50 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L51" class="LineNr"> 51 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L52" class="LineNr"> 52 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L53" class="LineNr"> 53 </span><span class="traceContains">+run: inst: 0x00000003</span> -<span id="L54" class="LineNr"> 54 </span><span class="traceContains">+run: inst: 0x00000008</span> -<span id="L55" class="LineNr"> 55 </span><span class="traceAbsent">-run: jump 5</span> -<span id="L56" class="LineNr"> 56 </span> -<span id="L57" class="LineNr"> 57 </span><span class="SalientComment">//:: jump if not equal/not zero</span> -<span id="L58" class="LineNr"> 58 </span> -<span id="L59" class="LineNr"> 59 </span><span class="Delimiter">:(scenario jne_rel8_success)</span> -<span id="L60" class="LineNr"> 60 </span><span class="Special">% ZF = false;</span> -<span id="L61" class="LineNr"> 61 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L62" class="LineNr"> 62 </span> <span class="Constant">75</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> -<span id="L63" class="LineNr"> 63 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L64" class="LineNr"> 64 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L65" class="LineNr"> 65 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L66" class="LineNr"> 66 </span><span class="traceContains">+run: jump 5</span> -<span id="L67" class="LineNr"> 67 </span><span class="traceContains">+run: inst: 0x00000008</span> -<span id="L68" class="LineNr"> 68 </span><span class="traceAbsent">-run: inst: 0x00000003</span> -<span id="L69" class="LineNr"> 69 </span> -<span id="L70" class="LineNr"> 70 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L71" class="LineNr"> 71 </span><span class="Normal">case</span> <span class="Constant">0x75</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel8 unless ZF</span> -<span id="L72" class="LineNr"> 72 </span> <span class="Normal">int8_t</span> offset = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">());</span> -<span id="L73" class="LineNr"> 73 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!ZF<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> -<span id="L76" class="LineNr"> 76 </span> <span class="Delimiter">}</span> -<span id="L77" class="LineNr"> 77 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L78" class="LineNr"> 78 </span><span class="Delimiter">}</span> -<span id="L79" class="LineNr"> 79 </span> -<span id="L80" class="LineNr"> 80 </span><span class="Delimiter">:(scenario jne_rel8_fail)</span> -<span id="L81" class="LineNr"> 81 </span><span class="Special">% ZF = true;</span> -<span id="L82" class="LineNr"> 82 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Constant">75</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> -<span id="L84" class="LineNr"> 84 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L85" class="LineNr"> 85 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L86" class="LineNr"> 86 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L87" class="LineNr"> 87 </span><span class="traceContains">+run: inst: 0x00000003</span> -<span id="L88" class="LineNr"> 88 </span><span class="traceContains">+run: inst: 0x00000008</span> -<span id="L89" class="LineNr"> 89 </span><span class="traceAbsent">-run: jump 5</span> -<span id="L90" class="LineNr"> 90 </span> -<span id="L91" class="LineNr"> 91 </span><span class="SalientComment">//:: jump if greater</span> -<span id="L92" class="LineNr"> 92 </span> -<span id="L93" class="LineNr"> 93 </span><span class="Delimiter">:(scenario jg_rel8_success)</span> -<span id="L94" class="LineNr"> 94 </span><span class="Special">% ZF = false;</span> -<span id="L95" class="LineNr"> 95 </span><span class="Special">% SF = false;</span> -<span id="L96" class="LineNr"> 96 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L97" class="LineNr"> 97 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L98" class="LineNr"> 98 </span> <span class="Constant">7f</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> -<span id="L99" class="LineNr"> 99 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L100" class="LineNr">100 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L101" class="LineNr">101 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L102" class="LineNr">102 </span><span class="traceContains">+run: jump 5</span> -<span id="L103" class="LineNr">103 </span><span class="traceContains">+run: inst: 0x00000008</span> -<span id="L104" class="LineNr">104 </span><span class="traceAbsent">-run: inst: 0x00000003</span> -<span id="L105" class="LineNr">105 </span> -<span id="L106" class="LineNr">106 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L107" class="LineNr">107 </span><span class="Normal">case</span> <span class="Constant">0x7f</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel8 if !SF and !ZF</span> -<span id="L108" class="LineNr">108 </span> <span class="Normal">int8_t</span> offset = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">());</span> -<span id="L109" class="LineNr">109 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!ZF && SF == <a href='010core.cc.html#L33'>OF</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L110" class="LineNr">110 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L111" class="LineNr">111 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> -<span id="L112" class="LineNr">112 </span> <span class="Delimiter">}</span> -<span id="L113" class="LineNr">113 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L114" class="LineNr">114 </span><span class="Delimiter">}</span> -<span id="L115" class="LineNr">115 </span> -<span id="L116" class="LineNr">116 </span><span class="Delimiter">:(scenario jg_rel8_fail)</span> -<span id="L117" class="LineNr">117 </span><span class="Special">% ZF = false;</span> -<span id="L118" class="LineNr">118 </span><span class="Special">% SF = true;</span> -<span id="L119" class="LineNr">119 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L120" class="LineNr">120 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L121" class="LineNr">121 </span> <span class="Constant">7f</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> -<span id="L122" class="LineNr">122 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L123" class="LineNr">123 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L124" class="LineNr">124 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L125" class="LineNr">125 </span><span class="traceContains">+run: inst: 0x00000003</span> -<span id="L126" class="LineNr">126 </span><span class="traceContains">+run: inst: 0x00000008</span> -<span id="L127" class="LineNr">127 </span><span class="traceAbsent">-run: jump 5</span> -<span id="L128" class="LineNr">128 </span> -<span id="L129" class="LineNr">129 </span><span class="SalientComment">//:: jump if greater or equal</span> -<span id="L130" class="LineNr">130 </span> -<span id="L131" class="LineNr">131 </span><span class="Delimiter">:(scenario jge_rel8_success)</span> -<span id="L132" class="LineNr">132 </span><span class="Special">% SF = false;</span> -<span id="L133" class="LineNr">133 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L134" class="LineNr">134 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L135" class="LineNr">135 </span> 7d <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> -<span id="L136" class="LineNr">136 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L137" class="LineNr">137 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L138" class="LineNr">138 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L139" class="LineNr">139 </span><span class="traceContains">+run: jump 5</span> -<span id="L140" class="LineNr">140 </span><span class="traceContains">+run: inst: 0x00000008</span> -<span id="L141" class="LineNr">141 </span><span class="traceAbsent">-run: inst: 0x00000003</span> -<span id="L142" class="LineNr">142 </span> -<span id="L143" class="LineNr">143 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L144" class="LineNr">144 </span><span class="Normal">case</span> <span class="Constant">0x7d</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel8 if !SF</span> -<span id="L145" class="LineNr">145 </span> <span class="Normal">int8_t</span> offset = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">());</span> -<span id="L146" class="LineNr">146 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>SF == <a href='010core.cc.html#L33'>OF</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L147" class="LineNr">147 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L148" class="LineNr">148 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> -<span id="L149" class="LineNr">149 </span> <span class="Delimiter">}</span> -<span id="L150" class="LineNr">150 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L151" class="LineNr">151 </span><span class="Delimiter">}</span> -<span id="L152" class="LineNr">152 </span> -<span id="L153" class="LineNr">153 </span><span class="Delimiter">:(scenario jge_rel8_fail)</span> -<span id="L154" class="LineNr">154 </span><span class="Special">% SF = true;</span> -<span id="L155" class="LineNr">155 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L156" class="LineNr">156 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L157" class="LineNr">157 </span> 7d <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> -<span id="L158" class="LineNr">158 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L159" class="LineNr">159 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L160" class="LineNr">160 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L161" class="LineNr">161 </span><span class="traceContains">+run: inst: 0x00000003</span> -<span id="L162" class="LineNr">162 </span><span class="traceContains">+run: inst: 0x00000008</span> -<span id="L163" class="LineNr">163 </span><span class="traceAbsent">-run: jump 5</span> -<span id="L164" class="LineNr">164 </span> -<span id="L165" class="LineNr">165 </span><span class="SalientComment">//:: jump if lesser</span> -<span id="L166" class="LineNr">166 </span> -<span id="L167" class="LineNr">167 </span><span class="Delimiter">:(scenario jl_rel8_success)</span> -<span id="L168" class="LineNr">168 </span><span class="Special">% ZF = false;</span> -<span id="L169" class="LineNr">169 </span><span class="Special">% SF = true;</span> -<span id="L170" class="LineNr">170 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L171" class="LineNr">171 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L172" class="LineNr">172 </span> 7c <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> -<span id="L173" class="LineNr">173 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L174" class="LineNr">174 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L175" class="LineNr">175 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L176" class="LineNr">176 </span><span class="traceContains">+run: jump 5</span> -<span id="L177" class="LineNr">177 </span><span class="traceContains">+run: inst: 0x00000008</span> -<span id="L178" class="LineNr">178 </span><span class="traceAbsent">-run: inst: 0x00000003</span> -<span id="L179" class="LineNr">179 </span> -<span id="L180" class="LineNr">180 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L181" class="LineNr">181 </span><span class="Normal">case</span> <span class="Constant">0x7c</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel8 if SF and !ZF</span> -<span id="L182" class="LineNr">182 </span> <span class="Normal">int8_t</span> offset = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">());</span> -<span id="L183" class="LineNr">183 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>SF != <a href='010core.cc.html#L33'>OF</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L184" class="LineNr">184 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L185" class="LineNr">185 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> -<span id="L186" class="LineNr">186 </span> <span class="Delimiter">}</span> -<span id="L187" class="LineNr">187 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L188" class="LineNr">188 </span><span class="Delimiter">}</span> -<span id="L189" class="LineNr">189 </span> -<span id="L190" class="LineNr">190 </span><span class="Delimiter">:(scenario jl_rel8_fail)</span> -<span id="L191" class="LineNr">191 </span><span class="Special">% ZF = false;</span> -<span id="L192" class="LineNr">192 </span><span class="Special">% SF = false;</span> -<span id="L193" class="LineNr">193 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L194" class="LineNr">194 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L195" class="LineNr">195 </span> 7c <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> -<span id="L196" class="LineNr">196 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L197" class="LineNr">197 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L198" class="LineNr">198 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L199" class="LineNr">199 </span><span class="traceContains">+run: inst: 0x00000003</span> -<span id="L200" class="LineNr">200 </span><span class="traceContains">+run: inst: 0x00000008</span> -<span id="L201" class="LineNr">201 </span><span class="traceAbsent">-run: jump 5</span> -<span id="L202" class="LineNr">202 </span> -<span id="L203" class="LineNr">203 </span><span class="SalientComment">//:: jump if lesser or equal</span> -<span id="L204" class="LineNr">204 </span> -<span id="L205" class="LineNr">205 </span><span class="Delimiter">:(scenario jle_rel8_equal)</span> -<span id="L206" class="LineNr">206 </span><span class="Special">% ZF = true;</span> -<span id="L207" class="LineNr">207 </span><span class="Special">% SF = false;</span> -<span id="L208" class="LineNr">208 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L209" class="LineNr">209 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L210" class="LineNr">210 </span> 7e <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> -<span id="L211" class="LineNr">211 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L212" class="LineNr">212 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L213" class="LineNr">213 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L214" class="LineNr">214 </span><span class="traceContains">+run: jump 5</span> -<span id="L215" class="LineNr">215 </span><span class="traceContains">+run: inst: 0x00000008</span> -<span id="L216" class="LineNr">216 </span><span class="traceAbsent">-run: inst: 0x00000003</span> -<span id="L217" class="LineNr">217 </span> -<span id="L218" class="LineNr">218 </span><span class="Delimiter">:(scenario jle_rel8_lesser)</span> -<span id="L219" class="LineNr">219 </span><span class="Special">% ZF = false;</span> -<span id="L220" class="LineNr">220 </span><span class="Special">% SF = true;</span> -<span id="L221" class="LineNr">221 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L222" class="LineNr">222 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L223" class="LineNr">223 </span> 7e <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> -<span id="L224" class="LineNr">224 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L225" class="LineNr">225 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L226" class="LineNr">226 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L227" class="LineNr">227 </span><span class="traceContains">+run: jump 5</span> -<span id="L228" class="LineNr">228 </span><span class="traceContains">+run: inst: 0x00000008</span> -<span id="L229" class="LineNr">229 </span><span class="traceAbsent">-run: inst: 0x00000003</span> -<span id="L230" class="LineNr">230 </span> -<span id="L231" class="LineNr">231 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L232" class="LineNr">232 </span><span class="Normal">case</span> <span class="Constant">0x7e</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel8 if SF or ZF</span> -<span id="L233" class="LineNr">233 </span> <span class="Normal">int8_t</span> offset = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">());</span> -<span id="L234" class="LineNr">234 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ZF || SF != <a href='010core.cc.html#L33'>OF</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L235" class="LineNr">235 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L236" class="LineNr">236 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> -<span id="L237" class="LineNr">237 </span> <span class="Delimiter">}</span> -<span id="L238" class="LineNr">238 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L239" class="LineNr">239 </span><span class="Delimiter">}</span> -<span id="L240" class="LineNr">240 </span> -<span id="L241" class="LineNr">241 </span><span class="Delimiter">:(scenario jle_rel8_greater)</span> -<span id="L242" class="LineNr">242 </span><span class="Special">% ZF = false;</span> -<span id="L243" class="LineNr">243 </span><span class="Special">% SF = false;</span> -<span id="L244" class="LineNr">244 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L245" class="LineNr">245 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L246" class="LineNr">246 </span> 7e <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> -<span id="L247" class="LineNr">247 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L248" class="LineNr">248 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L249" class="LineNr">249 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L250" class="LineNr">250 </span><span class="traceContains">+run: inst: 0x00000003</span> -<span id="L251" class="LineNr">251 </span><span class="traceContains">+run: inst: 0x00000008</span> -<span id="L252" class="LineNr">252 </span><span class="traceAbsent">-run: jump 5</span> -</pre> -</body> -</html> -<!-- vim: set foldmethod=manual : --> diff --git a/html/subx/015jump_relative.cc.html b/html/subx/015jump_relative.cc.html index 601f1755..3517af1b 100644 --- a/html/subx/015jump_relative.cc.html +++ b/html/subx/015jump_relative.cc.html @@ -15,19 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.traceAbsent { color: #c00000; } .traceContains { color: #008000; } .PreProc { color: #800080; } .LineNr { color: #444444; } -.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } -.Identifier { color: #c0a020; } -.Delimiter { color: #800080; } .Constant { color: #00a0a0; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } +.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.traceAbsent { color: #c00000; } -.Special { color: #c00000; } --> </style> @@ -62,264 +61,258 @@ if ('onhashchange' in window) { </head> <body onload='JumpToLine();'> <pre id='vimCodeElement'> -<span id="L1" class="LineNr"> 1 </span><span class="Comment">//: jump to 16-bit offset</span> +<span id="L1" class="LineNr"> 1 </span><span class="Comment">//: jump to 8-bit offset</span> <span id="L2" class="LineNr"> 2 </span> <span id="L3" class="LineNr"> 3 </span><span class="SalientComment">//:: jump</span> <span id="L4" class="LineNr"> 4 </span> -<span id="L5" class="LineNr"> 5 </span><span class="Delimiter">:(scenario jump_rel16)</span> -<span id="L6" class="LineNr"> 6 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L7" class="LineNr"> 7 </span> e9 <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> +<span id="L5" class="LineNr"> 5 </span><span class="Delimiter">:(scenario jump_rel8)</span> +<span id="L6" class="LineNr"> 6 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L7" class="LineNr"> 7 </span> eb <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> <span id="L8" class="LineNr"> 8 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> <span id="L9" class="LineNr"> 9 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> <span id="L10" class="LineNr"> 10 </span><span class="traceContains">+run: inst: 0x00000001</span> <span id="L11" class="LineNr"> 11 </span><span class="traceContains">+run: jump 5</span> -<span id="L12" class="LineNr"> 12 </span><span class="traceContains">+run: inst: 0x00000009</span> +<span id="L12" class="LineNr"> 12 </span><span class="traceContains">+run: inst: 0x00000008</span> <span id="L13" class="LineNr"> 13 </span><span class="traceAbsent">-run: inst: 0x00000003</span> <span id="L14" class="LineNr"> 14 </span> <span id="L15" class="LineNr"> 15 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> -<span id="L16" class="LineNr"> 16 </span><span class="Normal">case</span> <span class="Constant">0xe9</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel8</span> -<span id="L17" class="LineNr"> 17 </span> <span class="Normal">int16_t</span> offset = <a href='015jump_relative.cc.html#L23'>imm16</a><span class="Delimiter">();</span> -<span id="L18" class="LineNr"> 18 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << offset << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L16" class="LineNr"> 16 </span><span class="Normal">case</span> <span class="Constant">0xeb</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel8</span> +<span id="L17" class="LineNr"> 17 </span> <span class="Normal">int8_t</span> offset = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">());</span> +<span id="L18" class="LineNr"> 18 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> <span id="L19" class="LineNr"> 19 </span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> <span id="L20" class="LineNr"> 20 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L21" class="LineNr"> 21 </span><span class="Delimiter">}</span> -<span id="L22" class="LineNr"> 22 </span><span class="Delimiter">:(code)</span> -<span id="L23" class="LineNr"> 23 </span><span class="Normal">int16_t</span> <a href='015jump_relative.cc.html#L23'>imm16</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> -<span id="L24" class="LineNr"> 24 </span> <span class="Normal">int16_t</span> result = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> -<span id="L25" class="LineNr"> 25 </span> result |= <span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">()</span><<<span class="Constant">8</span><span class="Delimiter">);</span> -<span id="L26" class="LineNr"> 26 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> -<span id="L27" class="LineNr"> 27 </span><span class="Delimiter">}</span> -<span id="L28" class="LineNr"> 28 </span> -<span id="L29" class="LineNr"> 29 </span><span class="SalientComment">//:: jump if equal/zero</span> -<span id="L30" class="LineNr"> 30 </span> -<span id="L31" class="LineNr"> 31 </span><span class="Delimiter">:(scenario je_rel16_success)</span> -<span id="L32" class="LineNr"> 32 </span><span class="Special">% ZF = true;</span> -<span id="L33" class="LineNr"> 33 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L34" class="LineNr"> 34 </span> <span class="Constant">0f</span> <span class="Constant">84</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> -<span id="L35" class="LineNr"> 35 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L36" class="LineNr"> 36 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L37" class="LineNr"> 37 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L38" class="LineNr"> 38 </span><span class="traceContains">+run: jump 5</span> -<span id="L39" class="LineNr"> 39 </span><span class="traceContains">+run: inst: 0x0000000a</span> -<span id="L40" class="LineNr"> 40 </span><span class="traceAbsent">-run: inst: 0x00000005</span> -<span id="L41" class="LineNr"> 41 </span> -<span id="L42" class="LineNr"> 42 </span><span class="Delimiter">:(before "End Two-Byte Opcodes Starting With 0f")</span> -<span id="L43" class="LineNr"> 43 </span><span class="Normal">case</span> <span class="Constant">0x84</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel16 if ZF</span> -<span id="L44" class="LineNr"> 44 </span> <span class="Normal">int8_t</span> offset = <a href='015jump_relative.cc.html#L23'>imm16</a><span class="Delimiter">();</span> -<span id="L45" class="LineNr"> 45 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ZF<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L46" class="LineNr"> 46 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L47" class="LineNr"> 47 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> -<span id="L48" class="LineNr"> 48 </span> <span class="Delimiter">}</span> -<span id="L49" class="LineNr"> 49 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L50" class="LineNr"> 50 </span><span class="Delimiter">}</span> -<span id="L51" class="LineNr"> 51 </span> -<span id="L52" class="LineNr"> 52 </span><span class="Delimiter">:(scenario je_rel16_fail)</span> -<span id="L53" class="LineNr"> 53 </span><span class="Special">% ZF = false;</span> -<span id="L54" class="LineNr"> 54 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L55" class="LineNr"> 55 </span> <span class="Constant">0f</span> <span class="Constant">84</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> -<span id="L56" class="LineNr"> 56 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L57" class="LineNr"> 57 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L58" class="LineNr"> 58 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L59" class="LineNr"> 59 </span><span class="traceContains">+run: inst: 0x00000005</span> -<span id="L60" class="LineNr"> 60 </span><span class="traceContains">+run: inst: 0x0000000a</span> -<span id="L61" class="LineNr"> 61 </span><span class="traceAbsent">-run: jump 5</span> -<span id="L62" class="LineNr"> 62 </span> -<span id="L63" class="LineNr"> 63 </span><span class="SalientComment">//:: jump if not equal/not zero</span> -<span id="L64" class="LineNr"> 64 </span> -<span id="L65" class="LineNr"> 65 </span><span class="Delimiter">:(scenario jne_rel16_success)</span> -<span id="L66" class="LineNr"> 66 </span><span class="Special">% ZF = false;</span> -<span id="L67" class="LineNr"> 67 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L68" class="LineNr"> 68 </span> <span class="Constant">0f</span> <span class="Constant">85</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> -<span id="L69" class="LineNr"> 69 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L70" class="LineNr"> 70 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L71" class="LineNr"> 71 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L72" class="LineNr"> 72 </span><span class="traceContains">+run: jump 5</span> -<span id="L73" class="LineNr"> 73 </span><span class="traceContains">+run: inst: 0x0000000a</span> -<span id="L74" class="LineNr"> 74 </span><span class="traceAbsent">-run: inst: 0x00000005</span> -<span id="L75" class="LineNr"> 75 </span> -<span id="L76" class="LineNr"> 76 </span><span class="Delimiter">:(before "End Two-Byte Opcodes Starting With 0f")</span> -<span id="L77" class="LineNr"> 77 </span><span class="Normal">case</span> <span class="Constant">0x85</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel16 unless ZF</span> -<span id="L78" class="LineNr"> 78 </span> <span class="Normal">int8_t</span> offset = <a href='015jump_relative.cc.html#L23'>imm16</a><span class="Delimiter">();</span> -<span id="L79" class="LineNr"> 79 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!ZF<span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L80" class="LineNr"> 80 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L81" class="LineNr"> 81 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> -<span id="L82" class="LineNr"> 82 </span> <span class="Delimiter">}</span> -<span id="L83" class="LineNr"> 83 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L84" class="LineNr"> 84 </span><span class="Delimiter">}</span> -<span id="L85" class="LineNr"> 85 </span> -<span id="L86" class="LineNr"> 86 </span><span class="Delimiter">:(scenario jne_rel16_fail)</span> -<span id="L87" class="LineNr"> 87 </span><span class="Special">% ZF = true;</span> -<span id="L88" class="LineNr"> 88 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L89" class="LineNr"> 89 </span> <span class="Constant">0f</span> <span class="Constant">85</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> -<span id="L90" class="LineNr"> 90 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L91" class="LineNr"> 91 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L92" class="LineNr"> 92 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L93" class="LineNr"> 93 </span><span class="traceContains">+run: inst: 0x00000005</span> -<span id="L94" class="LineNr"> 94 </span><span class="traceContains">+run: inst: 0x0000000a</span> -<span id="L95" class="LineNr"> 95 </span><span class="traceAbsent">-run: jump 5</span> -<span id="L96" class="LineNr"> 96 </span> -<span id="L97" class="LineNr"> 97 </span><span class="SalientComment">//:: jump if greater</span> -<span id="L98" class="LineNr"> 98 </span> -<span id="L99" class="LineNr"> 99 </span><span class="Delimiter">:(scenario jg_rel16_success)</span> -<span id="L100" class="LineNr">100 </span><span class="Special">% ZF = false;</span> -<span id="L101" class="LineNr">101 </span><span class="Special">% SF = false;</span> -<span id="L102" class="LineNr">102 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L103" class="LineNr">103 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L104" class="LineNr">104 </span> <span class="Constant">0f</span> <span class="Constant">8f</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> -<span id="L105" class="LineNr">105 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L106" class="LineNr">106 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L107" class="LineNr">107 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L108" class="LineNr">108 </span><span class="traceContains">+run: jump 5</span> -<span id="L109" class="LineNr">109 </span><span class="traceContains">+run: inst: 0x0000000a</span> -<span id="L110" class="LineNr">110 </span><span class="traceAbsent">-run: inst: 0x00000005</span> -<span id="L111" class="LineNr">111 </span> -<span id="L112" class="LineNr">112 </span><span class="Delimiter">:(before "End Two-Byte Opcodes Starting With 0f")</span> -<span id="L113" class="LineNr">113 </span><span class="Normal">case</span> <span class="Constant">0x8f</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel16 if !SF and !ZF</span> -<span id="L114" class="LineNr">114 </span> <span class="Normal">int8_t</span> offset = <a href='015jump_relative.cc.html#L23'>imm16</a><span class="Delimiter">();</span> -<span id="L115" class="LineNr">115 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!ZF && SF == <a href='010core.cc.html#L33'>OF</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> -<span id="L118" class="LineNr">118 </span> <span class="Delimiter">}</span> -<span id="L119" class="LineNr">119 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L120" class="LineNr">120 </span><span class="Delimiter">}</span> -<span id="L121" class="LineNr">121 </span> -<span id="L122" class="LineNr">122 </span><span class="Delimiter">:(scenario jg_rel16_fail)</span> -<span id="L123" class="LineNr">123 </span><span class="Special">% ZF = false;</span> -<span id="L124" class="LineNr">124 </span><span class="Special">% SF = true;</span> -<span id="L125" class="LineNr">125 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L126" class="LineNr">126 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L127" class="LineNr">127 </span> <span class="Constant">0f</span> <span class="Constant">8f</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> -<span id="L128" class="LineNr">128 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L129" class="LineNr">129 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L130" class="LineNr">130 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L131" class="LineNr">131 </span><span class="traceContains">+run: inst: 0x00000005</span> -<span id="L132" class="LineNr">132 </span><span class="traceContains">+run: inst: 0x0000000a</span> -<span id="L133" class="LineNr">133 </span><span class="traceAbsent">-run: jump 5</span> -<span id="L134" class="LineNr">134 </span> -<span id="L135" class="LineNr">135 </span><span class="SalientComment">//:: jump if greater or equal</span> -<span id="L136" class="LineNr">136 </span> -<span id="L137" class="LineNr">137 </span><span class="Delimiter">:(scenario jge_rel16_success)</span> -<span id="L138" class="LineNr">138 </span><span class="Special">% SF = false;</span> -<span id="L139" class="LineNr">139 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L140" class="LineNr">140 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L141" class="LineNr">141 </span> <span class="Constant">0f</span> 8d <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> -<span id="L142" class="LineNr">142 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L143" class="LineNr">143 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L144" class="LineNr">144 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L145" class="LineNr">145 </span><span class="traceContains">+run: jump 5</span> -<span id="L146" class="LineNr">146 </span><span class="traceContains">+run: inst: 0x0000000a</span> -<span id="L147" class="LineNr">147 </span><span class="traceAbsent">-run: inst: 0x00000005</span> -<span id="L148" class="LineNr">148 </span> -<span id="L149" class="LineNr">149 </span><span class="Delimiter">:(before "End Two-Byte Opcodes Starting With 0f")</span> -<span id="L150" class="LineNr">150 </span><span class="Normal">case</span> <span class="Constant">0x8d</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel16 if !SF</span> -<span id="L151" class="LineNr">151 </span> <span class="Normal">int8_t</span> offset = <a href='015jump_relative.cc.html#L23'>imm16</a><span class="Delimiter">();</span> -<span id="L152" class="LineNr">152 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>SF == <a href='010core.cc.html#L33'>OF</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L153" class="LineNr">153 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L154" class="LineNr">154 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> -<span id="L155" class="LineNr">155 </span> <span class="Delimiter">}</span> -<span id="L156" class="LineNr">156 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L157" class="LineNr">157 </span><span class="Delimiter">}</span> -<span id="L158" class="LineNr">158 </span> -<span id="L159" class="LineNr">159 </span><span class="Delimiter">:(scenario jge_rel16_fail)</span> -<span id="L160" class="LineNr">160 </span><span class="Special">% SF = true;</span> -<span id="L161" class="LineNr">161 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L162" class="LineNr">162 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L163" class="LineNr">163 </span> <span class="Constant">0f</span> 8d <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> -<span id="L164" class="LineNr">164 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L165" class="LineNr">165 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L166" class="LineNr">166 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L167" class="LineNr">167 </span><span class="traceContains">+run: inst: 0x00000005</span> -<span id="L168" class="LineNr">168 </span><span class="traceContains">+run: inst: 0x0000000a</span> -<span id="L169" class="LineNr">169 </span><span class="traceAbsent">-run: jump 5</span> -<span id="L170" class="LineNr">170 </span> -<span id="L171" class="LineNr">171 </span><span class="SalientComment">//:: jump if lesser</span> -<span id="L172" class="LineNr">172 </span> -<span id="L173" class="LineNr">173 </span><span class="Delimiter">:(scenario jl_rel16_success)</span> -<span id="L174" class="LineNr">174 </span><span class="Special">% ZF = false;</span> -<span id="L175" class="LineNr">175 </span><span class="Special">% SF = true;</span> -<span id="L176" class="LineNr">176 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L177" class="LineNr">177 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L178" class="LineNr">178 </span> <span class="Constant">0f</span> 8c <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> -<span id="L179" class="LineNr">179 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L180" class="LineNr">180 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L181" class="LineNr">181 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L182" class="LineNr">182 </span><span class="traceContains">+run: jump 5</span> -<span id="L183" class="LineNr">183 </span><span class="traceContains">+run: inst: 0x0000000a</span> -<span id="L184" class="LineNr">184 </span><span class="traceAbsent">-run: inst: 0x00000005</span> -<span id="L185" class="LineNr">185 </span> -<span id="L186" class="LineNr">186 </span><span class="Delimiter">:(before "End Two-Byte Opcodes Starting With 0f")</span> -<span id="L187" class="LineNr">187 </span><span class="Normal">case</span> <span class="Constant">0x8c</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel16 if SF and !ZF</span> -<span id="L188" class="LineNr">188 </span> <span class="Normal">int8_t</span> offset = <a href='015jump_relative.cc.html#L23'>imm16</a><span class="Delimiter">();</span> -<span id="L189" class="LineNr">189 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>SF != <a href='010core.cc.html#L33'>OF</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L190" class="LineNr">190 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L191" class="LineNr">191 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> -<span id="L192" class="LineNr">192 </span> <span class="Delimiter">}</span> -<span id="L193" class="LineNr">193 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L194" class="LineNr">194 </span><span class="Delimiter">}</span> -<span id="L195" class="LineNr">195 </span> -<span id="L196" class="LineNr">196 </span><span class="Delimiter">:(scenario jl_rel16_fail)</span> -<span id="L197" class="LineNr">197 </span><span class="Special">% ZF = false;</span> -<span id="L198" class="LineNr">198 </span><span class="Special">% SF = false;</span> -<span id="L199" class="LineNr">199 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L200" class="LineNr">200 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L201" class="LineNr">201 </span> <span class="Constant">0f</span> 8c <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> -<span id="L202" class="LineNr">202 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L203" class="LineNr">203 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L204" class="LineNr">204 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L205" class="LineNr">205 </span><span class="traceContains">+run: inst: 0x00000005</span> -<span id="L206" class="LineNr">206 </span><span class="traceContains">+run: inst: 0x0000000a</span> -<span id="L207" class="LineNr">207 </span><span class="traceAbsent">-run: jump 5</span> -<span id="L208" class="LineNr">208 </span> -<span id="L209" class="LineNr">209 </span><span class="SalientComment">//:: jump if lesser or equal</span> -<span id="L210" class="LineNr">210 </span> -<span id="L211" class="LineNr">211 </span><span class="Delimiter">:(scenario jle_rel16_equal)</span> -<span id="L212" class="LineNr">212 </span><span class="Special">% ZF = true;</span> -<span id="L213" class="LineNr">213 </span><span class="Special">% SF = false;</span> -<span id="L214" class="LineNr">214 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L215" class="LineNr">215 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L216" class="LineNr">216 </span> <span class="Constant">0f</span> 8e <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> -<span id="L217" class="LineNr">217 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L218" class="LineNr">218 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L219" class="LineNr">219 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L220" class="LineNr">220 </span><span class="traceContains">+run: jump 5</span> -<span id="L221" class="LineNr">221 </span><span class="traceContains">+run: inst: 0x0000000a</span> -<span id="L222" class="LineNr">222 </span><span class="traceAbsent">-run: inst: 0x00000005</span> -<span id="L223" class="LineNr">223 </span> -<span id="L224" class="LineNr">224 </span><span class="Delimiter">:(scenario jle_rel16_lesser)</span> -<span id="L225" class="LineNr">225 </span><span class="Special">% ZF = false;</span> -<span id="L226" class="LineNr">226 </span><span class="Special">% SF = true;</span> -<span id="L227" class="LineNr">227 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L228" class="LineNr">228 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L229" class="LineNr">229 </span> <span class="Constant">0f</span> 8e <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> -<span id="L230" class="LineNr">230 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L231" class="LineNr">231 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L232" class="LineNr">232 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L233" class="LineNr">233 </span><span class="traceContains">+run: jump 5</span> -<span id="L234" class="LineNr">234 </span><span class="traceContains">+run: inst: 0x0000000a</span> -<span id="L235" class="LineNr">235 </span><span class="traceAbsent">-run: inst: 0x00000005</span> -<span id="L236" class="LineNr">236 </span> -<span id="L237" class="LineNr">237 </span><span class="Delimiter">:(before "End Two-Byte Opcodes Starting With 0f")</span> -<span id="L238" class="LineNr">238 </span><span class="Normal">case</span> <span class="Constant">0x8e</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel16 if SF or ZF</span> -<span id="L239" class="LineNr">239 </span> <span class="Normal">int8_t</span> offset = <a href='015jump_relative.cc.html#L23'>imm16</a><span class="Delimiter">();</span> -<span id="L240" class="LineNr">240 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ZF || SF != <a href='010core.cc.html#L33'>OF</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L241" class="LineNr">241 </span> <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L232'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L242" class="LineNr">242 </span> <span class="Conceal">¦</span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> -<span id="L243" class="LineNr">243 </span> <span class="Delimiter">}</span> -<span id="L244" class="LineNr">244 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> -<span id="L245" class="LineNr">245 </span><span class="Delimiter">}</span> -<span id="L246" class="LineNr">246 </span> -<span id="L247" class="LineNr">247 </span><span class="Delimiter">:(scenario jle_rel16_greater)</span> -<span id="L248" class="LineNr">248 </span><span class="Special">% ZF = false;</span> -<span id="L249" class="LineNr">249 </span><span class="Special">% SF = false;</span> -<span id="L250" class="LineNr">250 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> -<span id="L251" class="LineNr">251 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L252" class="LineNr">252 </span> <span class="Constant">0f</span> 8e <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> -<span id="L253" class="LineNr">253 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> -<span id="L254" class="LineNr">254 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> -<span id="L255" class="LineNr">255 </span><span class="traceContains">+run: inst: 0x00000001</span> -<span id="L256" class="LineNr">256 </span><span class="traceContains">+run: inst: 0x00000005</span> -<span id="L257" class="LineNr">257 </span><span class="traceContains">+run: inst: 0x0000000a</span> -<span id="L258" class="LineNr">258 </span><span class="traceAbsent">-run: jump 5</span> +<span id="L22" class="LineNr"> 22 </span> +<span id="L23" class="LineNr"> 23 </span><span class="SalientComment">//:: jump if equal/zero</span> +<span id="L24" class="LineNr"> 24 </span> +<span id="L25" class="LineNr"> 25 </span><span class="Delimiter">:(scenario je_rel8_success)</span> +<span id="L26" class="LineNr"> 26 </span><span class="Special">% ZF = true;</span> +<span id="L27" class="LineNr"> 27 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L28" class="LineNr"> 28 </span> <span class="Constant">74</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> +<span id="L29" class="LineNr"> 29 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L30" class="LineNr"> 30 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L31" class="LineNr"> 31 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L32" class="LineNr"> 32 </span><span class="traceContains">+run: jump 5</span> +<span id="L33" class="LineNr"> 33 </span><span class="traceContains">+run: inst: 0x00000008</span> +<span id="L34" class="LineNr"> 34 </span><span class="traceAbsent">-run: inst: 0x00000003</span> +<span id="L35" class="LineNr"> 35 </span> +<span id="L36" class="LineNr"> 36 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L37" class="LineNr"> 37 </span><span class="Normal">case</span> <span class="Constant">0x74</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel8 if ZF</span> +<span id="L38" class="LineNr"> 38 </span> <span class="Normal">int8_t</span> offset = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">());</span> +<span id="L39" class="LineNr"> 39 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ZF<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L40" class="LineNr"> 40 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L41" class="LineNr"> 41 </span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> +<span id="L42" class="LineNr"> 42 </span> <span class="Delimiter">}</span> +<span id="L43" class="LineNr"> 43 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L44" class="LineNr"> 44 </span><span class="Delimiter">}</span> +<span id="L45" class="LineNr"> 45 </span> +<span id="L46" class="LineNr"> 46 </span><span class="Delimiter">:(scenario je_rel8_fail)</span> +<span id="L47" class="LineNr"> 47 </span><span class="Special">% ZF = false;</span> +<span id="L48" class="LineNr"> 48 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L49" class="LineNr"> 49 </span> <span class="Constant">74</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> +<span id="L50" class="LineNr"> 50 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L51" class="LineNr"> 51 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L52" class="LineNr"> 52 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L53" class="LineNr"> 53 </span><span class="traceContains">+run: inst: 0x00000003</span> +<span id="L54" class="LineNr"> 54 </span><span class="traceContains">+run: inst: 0x00000008</span> +<span id="L55" class="LineNr"> 55 </span><span class="traceAbsent">-run: jump 5</span> +<span id="L56" class="LineNr"> 56 </span> +<span id="L57" class="LineNr"> 57 </span><span class="SalientComment">//:: jump if not equal/not zero</span> +<span id="L58" class="LineNr"> 58 </span> +<span id="L59" class="LineNr"> 59 </span><span class="Delimiter">:(scenario jne_rel8_success)</span> +<span id="L60" class="LineNr"> 60 </span><span class="Special">% ZF = false;</span> +<span id="L61" class="LineNr"> 61 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L62" class="LineNr"> 62 </span> <span class="Constant">75</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> +<span id="L63" class="LineNr"> 63 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L64" class="LineNr"> 64 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L65" class="LineNr"> 65 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L66" class="LineNr"> 66 </span><span class="traceContains">+run: jump 5</span> +<span id="L67" class="LineNr"> 67 </span><span class="traceContains">+run: inst: 0x00000008</span> +<span id="L68" class="LineNr"> 68 </span><span class="traceAbsent">-run: inst: 0x00000003</span> +<span id="L69" class="LineNr"> 69 </span> +<span id="L70" class="LineNr"> 70 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L71" class="LineNr"> 71 </span><span class="Normal">case</span> <span class="Constant">0x75</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel8 unless ZF</span> +<span id="L72" class="LineNr"> 72 </span> <span class="Normal">int8_t</span> offset = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">());</span> +<span id="L73" class="LineNr"> 73 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!ZF<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L74" class="LineNr"> 74 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L75" class="LineNr"> 75 </span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> +<span id="L76" class="LineNr"> 76 </span> <span class="Delimiter">}</span> +<span id="L77" class="LineNr"> 77 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L78" class="LineNr"> 78 </span><span class="Delimiter">}</span> +<span id="L79" class="LineNr"> 79 </span> +<span id="L80" class="LineNr"> 80 </span><span class="Delimiter">:(scenario jne_rel8_fail)</span> +<span id="L81" class="LineNr"> 81 </span><span class="Special">% ZF = true;</span> +<span id="L82" class="LineNr"> 82 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Constant">75</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> +<span id="L84" class="LineNr"> 84 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L85" class="LineNr"> 85 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L86" class="LineNr"> 86 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L87" class="LineNr"> 87 </span><span class="traceContains">+run: inst: 0x00000003</span> +<span id="L88" class="LineNr"> 88 </span><span class="traceContains">+run: inst: 0x00000008</span> +<span id="L89" class="LineNr"> 89 </span><span class="traceAbsent">-run: jump 5</span> +<span id="L90" class="LineNr"> 90 </span> +<span id="L91" class="LineNr"> 91 </span><span class="SalientComment">//:: jump if greater</span> +<span id="L92" class="LineNr"> 92 </span> +<span id="L93" class="LineNr"> 93 </span><span class="Delimiter">:(scenario jg_rel8_success)</span> +<span id="L94" class="LineNr"> 94 </span><span class="Special">% ZF = false;</span> +<span id="L95" class="LineNr"> 95 </span><span class="Special">% SF = false;</span> +<span id="L96" class="LineNr"> 96 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L97" class="LineNr"> 97 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L98" class="LineNr"> 98 </span> <span class="Constant">7f</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> +<span id="L99" class="LineNr"> 99 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L100" class="LineNr">100 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L101" class="LineNr">101 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L102" class="LineNr">102 </span><span class="traceContains">+run: jump 5</span> +<span id="L103" class="LineNr">103 </span><span class="traceContains">+run: inst: 0x00000008</span> +<span id="L104" class="LineNr">104 </span><span class="traceAbsent">-run: inst: 0x00000003</span> +<span id="L105" class="LineNr">105 </span> +<span id="L106" class="LineNr">106 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L107" class="LineNr">107 </span><span class="Normal">case</span> <span class="Constant">0x7f</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel8 if !SF and !ZF</span> +<span id="L108" class="LineNr">108 </span> <span class="Normal">int8_t</span> offset = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">());</span> +<span id="L109" class="LineNr">109 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!ZF && SF == <a href='010core.cc.html#L33'>OF</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L110" class="LineNr">110 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L111" class="LineNr">111 </span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> +<span id="L112" class="LineNr">112 </span> <span class="Delimiter">}</span> +<span id="L113" class="LineNr">113 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L114" class="LineNr">114 </span><span class="Delimiter">}</span> +<span id="L115" class="LineNr">115 </span> +<span id="L116" class="LineNr">116 </span><span class="Delimiter">:(scenario jg_rel8_fail)</span> +<span id="L117" class="LineNr">117 </span><span class="Special">% ZF = false;</span> +<span id="L118" class="LineNr">118 </span><span class="Special">% SF = true;</span> +<span id="L119" class="LineNr">119 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L120" class="LineNr">120 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L121" class="LineNr">121 </span> <span class="Constant">7f</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> +<span id="L122" class="LineNr">122 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L123" class="LineNr">123 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L124" class="LineNr">124 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L125" class="LineNr">125 </span><span class="traceContains">+run: inst: 0x00000003</span> +<span id="L126" class="LineNr">126 </span><span class="traceContains">+run: inst: 0x00000008</span> +<span id="L127" class="LineNr">127 </span><span class="traceAbsent">-run: jump 5</span> +<span id="L128" class="LineNr">128 </span> +<span id="L129" class="LineNr">129 </span><span class="SalientComment">//:: jump if greater or equal</span> +<span id="L130" class="LineNr">130 </span> +<span id="L131" class="LineNr">131 </span><span class="Delimiter">:(scenario jge_rel8_success)</span> +<span id="L132" class="LineNr">132 </span><span class="Special">% SF = false;</span> +<span id="L133" class="LineNr">133 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L134" class="LineNr">134 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L135" class="LineNr">135 </span> 7d <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> +<span id="L136" class="LineNr">136 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L137" class="LineNr">137 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L138" class="LineNr">138 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L139" class="LineNr">139 </span><span class="traceContains">+run: jump 5</span> +<span id="L140" class="LineNr">140 </span><span class="traceContains">+run: inst: 0x00000008</span> +<span id="L141" class="LineNr">141 </span><span class="traceAbsent">-run: inst: 0x00000003</span> +<span id="L142" class="LineNr">142 </span> +<span id="L143" class="LineNr">143 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L144" class="LineNr">144 </span><span class="Normal">case</span> <span class="Constant">0x7d</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel8 if !SF</span> +<span id="L145" class="LineNr">145 </span> <span class="Normal">int8_t</span> offset = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">());</span> +<span id="L146" class="LineNr">146 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>SF == <a href='010core.cc.html#L33'>OF</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L147" class="LineNr">147 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L148" class="LineNr">148 </span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> +<span id="L149" class="LineNr">149 </span> <span class="Delimiter">}</span> +<span id="L150" class="LineNr">150 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L151" class="LineNr">151 </span><span class="Delimiter">}</span> +<span id="L152" class="LineNr">152 </span> +<span id="L153" class="LineNr">153 </span><span class="Delimiter">:(scenario jge_rel8_fail)</span> +<span id="L154" class="LineNr">154 </span><span class="Special">% SF = true;</span> +<span id="L155" class="LineNr">155 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L156" class="LineNr">156 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L157" class="LineNr">157 </span> 7d <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> +<span id="L158" class="LineNr">158 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L159" class="LineNr">159 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L160" class="LineNr">160 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L161" class="LineNr">161 </span><span class="traceContains">+run: inst: 0x00000003</span> +<span id="L162" class="LineNr">162 </span><span class="traceContains">+run: inst: 0x00000008</span> +<span id="L163" class="LineNr">163 </span><span class="traceAbsent">-run: jump 5</span> +<span id="L164" class="LineNr">164 </span> +<span id="L165" class="LineNr">165 </span><span class="SalientComment">//:: jump if lesser</span> +<span id="L166" class="LineNr">166 </span> +<span id="L167" class="LineNr">167 </span><span class="Delimiter">:(scenario jl_rel8_success)</span> +<span id="L168" class="LineNr">168 </span><span class="Special">% ZF = false;</span> +<span id="L169" class="LineNr">169 </span><span class="Special">% SF = true;</span> +<span id="L170" class="LineNr">170 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L171" class="LineNr">171 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L172" class="LineNr">172 </span> 7c <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> +<span id="L173" class="LineNr">173 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L174" class="LineNr">174 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L175" class="LineNr">175 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L176" class="LineNr">176 </span><span class="traceContains">+run: jump 5</span> +<span id="L177" class="LineNr">177 </span><span class="traceContains">+run: inst: 0x00000008</span> +<span id="L178" class="LineNr">178 </span><span class="traceAbsent">-run: inst: 0x00000003</span> +<span id="L179" class="LineNr">179 </span> +<span id="L180" class="LineNr">180 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L181" class="LineNr">181 </span><span class="Normal">case</span> <span class="Constant">0x7c</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel8 if SF and !ZF</span> +<span id="L182" class="LineNr">182 </span> <span class="Normal">int8_t</span> offset = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">());</span> +<span id="L183" class="LineNr">183 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>SF != <a href='010core.cc.html#L33'>OF</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L184" class="LineNr">184 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L185" class="LineNr">185 </span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> +<span id="L186" class="LineNr">186 </span> <span class="Delimiter">}</span> +<span id="L187" class="LineNr">187 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L188" class="LineNr">188 </span><span class="Delimiter">}</span> +<span id="L189" class="LineNr">189 </span> +<span id="L190" class="LineNr">190 </span><span class="Delimiter">:(scenario jl_rel8_fail)</span> +<span id="L191" class="LineNr">191 </span><span class="Special">% ZF = false;</span> +<span id="L192" class="LineNr">192 </span><span class="Special">% SF = false;</span> +<span id="L193" class="LineNr">193 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L194" class="LineNr">194 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L195" class="LineNr">195 </span> 7c <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> +<span id="L196" class="LineNr">196 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L197" class="LineNr">197 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L198" class="LineNr">198 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L199" class="LineNr">199 </span><span class="traceContains">+run: inst: 0x00000003</span> +<span id="L200" class="LineNr">200 </span><span class="traceContains">+run: inst: 0x00000008</span> +<span id="L201" class="LineNr">201 </span><span class="traceAbsent">-run: jump 5</span> +<span id="L202" class="LineNr">202 </span> +<span id="L203" class="LineNr">203 </span><span class="SalientComment">//:: jump if lesser or equal</span> +<span id="L204" class="LineNr">204 </span> +<span id="L205" class="LineNr">205 </span><span class="Delimiter">:(scenario jle_rel8_equal)</span> +<span id="L206" class="LineNr">206 </span><span class="Special">% ZF = true;</span> +<span id="L207" class="LineNr">207 </span><span class="Special">% SF = false;</span> +<span id="L208" class="LineNr">208 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L209" class="LineNr">209 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L210" class="LineNr">210 </span> 7e <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> +<span id="L211" class="LineNr">211 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L212" class="LineNr">212 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L213" class="LineNr">213 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L214" class="LineNr">214 </span><span class="traceContains">+run: jump 5</span> +<span id="L215" class="LineNr">215 </span><span class="traceContains">+run: inst: 0x00000008</span> +<span id="L216" class="LineNr">216 </span><span class="traceAbsent">-run: inst: 0x00000003</span> +<span id="L217" class="LineNr">217 </span> +<span id="L218" class="LineNr">218 </span><span class="Delimiter">:(scenario jle_rel8_lesser)</span> +<span id="L219" class="LineNr">219 </span><span class="Special">% ZF = false;</span> +<span id="L220" class="LineNr">220 </span><span class="Special">% SF = true;</span> +<span id="L221" class="LineNr">221 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L222" class="LineNr">222 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L223" class="LineNr">223 </span> 7e <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> +<span id="L224" class="LineNr">224 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L225" class="LineNr">225 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L226" class="LineNr">226 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L227" class="LineNr">227 </span><span class="traceContains">+run: jump 5</span> +<span id="L228" class="LineNr">228 </span><span class="traceContains">+run: inst: 0x00000008</span> +<span id="L229" class="LineNr">229 </span><span class="traceAbsent">-run: inst: 0x00000003</span> +<span id="L230" class="LineNr">230 </span> +<span id="L231" class="LineNr">231 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L232" class="LineNr">232 </span><span class="Normal">case</span> <span class="Constant">0x7e</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel8 if SF or ZF</span> +<span id="L233" class="LineNr">233 </span> <span class="Normal">int8_t</span> offset = <span class="Normal">static_cast</span><<span class="Normal">int</span>><span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">());</span> +<span id="L234" class="LineNr">234 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ZF || SF != <a href='010core.cc.html#L33'>OF</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L235" class="LineNr">235 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L236" class="LineNr">236 </span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> +<span id="L237" class="LineNr">237 </span> <span class="Delimiter">}</span> +<span id="L238" class="LineNr">238 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L239" class="LineNr">239 </span><span class="Delimiter">}</span> +<span id="L240" class="LineNr">240 </span> +<span id="L241" class="LineNr">241 </span><span class="Delimiter">:(scenario jle_rel8_greater)</span> +<span id="L242" class="LineNr">242 </span><span class="Special">% ZF = false;</span> +<span id="L243" class="LineNr">243 </span><span class="Special">% SF = false;</span> +<span id="L244" class="LineNr">244 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L245" class="LineNr">245 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L246" class="LineNr">246 </span> 7e <span class="PreProc">0</span><span class="Constant">5</span> <span class="Comment"># skip 1 instruction</span> +<span id="L247" class="LineNr">247 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L248" class="LineNr">248 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L249" class="LineNr">249 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L250" class="LineNr">250 </span><span class="traceContains">+run: inst: 0x00000003</span> +<span id="L251" class="LineNr">251 </span><span class="traceContains">+run: inst: 0x00000008</span> +<span id="L252" class="LineNr">252 </span><span class="traceAbsent">-run: jump 5</span> </pre> </body> </html> diff --git a/html/subx/016jump_relative.cc.html b/html/subx/016jump_relative.cc.html new file mode 100644 index 00000000..8c8dbbe1 --- /dev/null +++ b/html/subx/016jump_relative.cc.html @@ -0,0 +1,325 @@ +<!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 - subx/016jump_relative.cc</title> +<meta name="Generator" content="Vim/8.0"> +<meta name="plugin-version" content="vim7.4_v2"> +<meta name="syntax" content="cpp"> +<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy="> +<meta name="colorscheme" content="minimal"> +<style type="text/css"> +<!-- +pre { white-space: pre-wrap; font-family: monospace; color: #aaaaaa; background-color: #080808; } +body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; } +a { color:#eeeeee; text-decoration: none; } +a:hover { text-decoration: underline; } +* { font-size: 12pt; font-size: 1em; } +.traceAbsent { color: #c00000; } +.traceContains { color: #008000; } +.PreProc { color: #800080; } +.LineNr { color: #444444; } +.Constant { color: #00a0a0; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } +.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.SalientComment { color: #00ffff; } +--> +</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; + } + 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();'> +<pre id='vimCodeElement'> +<span id="L1" class="LineNr"> 1 </span><span class="Comment">//: jump to 16-bit offset</span> +<span id="L2" class="LineNr"> 2 </span> +<span id="L3" class="LineNr"> 3 </span><span class="SalientComment">//:: jump</span> +<span id="L4" class="LineNr"> 4 </span> +<span id="L5" class="LineNr"> 5 </span><span class="Delimiter">:(scenario jump_rel16)</span> +<span id="L6" class="LineNr"> 6 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L7" class="LineNr"> 7 </span> e9 <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> +<span id="L8" class="LineNr"> 8 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L9" class="LineNr"> 9 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L10" class="LineNr"> 10 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L11" class="LineNr"> 11 </span><span class="traceContains">+run: jump 5</span> +<span id="L12" class="LineNr"> 12 </span><span class="traceContains">+run: inst: 0x00000009</span> +<span id="L13" class="LineNr"> 13 </span><span class="traceAbsent">-run: inst: 0x00000003</span> +<span id="L14" class="LineNr"> 14 </span> +<span id="L15" class="LineNr"> 15 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> +<span id="L16" class="LineNr"> 16 </span><span class="Normal">case</span> <span class="Constant">0xe9</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel8</span> +<span id="L17" class="LineNr"> 17 </span> <span class="Normal">int16_t</span> offset = <a href='016jump_relative.cc.html#L23'>imm16</a><span class="Delimiter">();</span> +<span id="L18" class="LineNr"> 18 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << offset << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L19" class="LineNr"> 19 </span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> +<span id="L20" class="LineNr"> 20 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L21" class="LineNr"> 21 </span><span class="Delimiter">}</span> +<span id="L22" class="LineNr"> 22 </span><span class="Delimiter">:(code)</span> +<span id="L23" class="LineNr"> 23 </span><span class="Normal">int16_t</span> <a href='016jump_relative.cc.html#L23'>imm16</a><span class="Delimiter">()</span> <span class="Delimiter">{</span> +<span id="L24" class="LineNr"> 24 </span> <span class="Normal">int16_t</span> result = <a href='010core.cc.html#L214'>next</a><span class="Delimiter">();</span> +<span id="L25" class="LineNr"> 25 </span> result |= <span class="Delimiter">(</span><a href='010core.cc.html#L214'>next</a><span class="Delimiter">()</span><<<span class="Constant">8</span><span class="Delimiter">);</span> +<span id="L26" class="LineNr"> 26 </span> <span class="Identifier">return</span> result<span class="Delimiter">;</span> +<span id="L27" class="LineNr"> 27 </span><span class="Delimiter">}</span> +<span id="L28" class="LineNr"> 28 </span> +<span id="L29" class="LineNr"> 29 </span><span class="SalientComment">//:: jump if equal/zero</span> +<span id="L30" class="LineNr"> 30 </span> +<span id="L31" class="LineNr"> 31 </span><span class="Delimiter">:(scenario je_rel16_success)</span> +<span id="L32" class="LineNr"> 32 </span><span class="Special">% ZF = true;</span> +<span id="L33" class="LineNr"> 33 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L34" class="LineNr"> 34 </span> <span class="Constant">0f</span> <span class="Constant">84</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> +<span id="L35" class="LineNr"> 35 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L36" class="LineNr"> 36 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L37" class="LineNr"> 37 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L38" class="LineNr"> 38 </span><span class="traceContains">+run: jump 5</span> +<span id="L39" class="LineNr"> 39 </span><span class="traceContains">+run: inst: 0x0000000a</span> +<span id="L40" class="LineNr"> 40 </span><span class="traceAbsent">-run: inst: 0x00000005</span> +<span id="L41" class="LineNr"> 41 </span> +<span id="L42" class="LineNr"> 42 </span><span class="Delimiter">:(before "End Two-Byte Opcodes Starting With 0f")</span> +<span id="L43" class="LineNr"> 43 </span><span class="Normal">case</span> <span class="Constant">0x84</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel16 if ZF</span> +<span id="L44" class="LineNr"> 44 </span> <span class="Normal">int8_t</span> offset = <a href='016jump_relative.cc.html#L23'>imm16</a><span class="Delimiter">();</span> +<span id="L45" class="LineNr"> 45 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ZF<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L46" class="LineNr"> 46 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L47" class="LineNr"> 47 </span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> +<span id="L48" class="LineNr"> 48 </span> <span class="Delimiter">}</span> +<span id="L49" class="LineNr"> 49 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L50" class="LineNr"> 50 </span><span class="Delimiter">}</span> +<span id="L51" class="LineNr"> 51 </span> +<span id="L52" class="LineNr"> 52 </span><span class="Delimiter">:(scenario je_rel16_fail)</span> +<span id="L53" class="LineNr"> 53 </span><span class="Special">% ZF = false;</span> +<span id="L54" class="LineNr"> 54 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L55" class="LineNr"> 55 </span> <span class="Constant">0f</span> <span class="Constant">84</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> +<span id="L56" class="LineNr"> 56 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L57" class="LineNr"> 57 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L58" class="LineNr"> 58 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L59" class="LineNr"> 59 </span><span class="traceContains">+run: inst: 0x00000005</span> +<span id="L60" class="LineNr"> 60 </span><span class="traceContains">+run: inst: 0x0000000a</span> +<span id="L61" class="LineNr"> 61 </span><span class="traceAbsent">-run: jump 5</span> +<span id="L62" class="LineNr"> 62 </span> +<span id="L63" class="LineNr"> 63 </span><span class="SalientComment">//:: jump if not equal/not zero</span> +<span id="L64" class="LineNr"> 64 </span> +<span id="L65" class="LineNr"> 65 </span><span class="Delimiter">:(scenario jne_rel16_success)</span> +<span id="L66" class="LineNr"> 66 </span><span class="Special">% ZF = false;</span> +<span id="L67" class="LineNr"> 67 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L68" class="LineNr"> 68 </span> <span class="Constant">0f</span> <span class="Constant">85</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> +<span id="L69" class="LineNr"> 69 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L70" class="LineNr"> 70 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L71" class="LineNr"> 71 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L72" class="LineNr"> 72 </span><span class="traceContains">+run: jump 5</span> +<span id="L73" class="LineNr"> 73 </span><span class="traceContains">+run: inst: 0x0000000a</span> +<span id="L74" class="LineNr"> 74 </span><span class="traceAbsent">-run: inst: 0x00000005</span> +<span id="L75" class="LineNr"> 75 </span> +<span id="L76" class="LineNr"> 76 </span><span class="Delimiter">:(before "End Two-Byte Opcodes Starting With 0f")</span> +<span id="L77" class="LineNr"> 77 </span><span class="Normal">case</span> <span class="Constant">0x85</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel16 unless ZF</span> +<span id="L78" class="LineNr"> 78 </span> <span class="Normal">int8_t</span> offset = <a href='016jump_relative.cc.html#L23'>imm16</a><span class="Delimiter">();</span> +<span id="L79" class="LineNr"> 79 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!ZF<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L80" class="LineNr"> 80 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L81" class="LineNr"> 81 </span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> +<span id="L82" class="LineNr"> 82 </span> <span class="Delimiter">}</span> +<span id="L83" class="LineNr"> 83 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L84" class="LineNr"> 84 </span><span class="Delimiter">}</span> +<span id="L85" class="LineNr"> 85 </span> +<span id="L86" class="LineNr"> 86 </span><span class="Delimiter">:(scenario jne_rel16_fail)</span> +<span id="L87" class="LineNr"> 87 </span><span class="Special">% ZF = true;</span> +<span id="L88" class="LineNr"> 88 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L89" class="LineNr"> 89 </span> <span class="Constant">0f</span> <span class="Constant">85</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> +<span id="L90" class="LineNr"> 90 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L91" class="LineNr"> 91 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L92" class="LineNr"> 92 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L93" class="LineNr"> 93 </span><span class="traceContains">+run: inst: 0x00000005</span> +<span id="L94" class="LineNr"> 94 </span><span class="traceContains">+run: inst: 0x0000000a</span> +<span id="L95" class="LineNr"> 95 </span><span class="traceAbsent">-run: jump 5</span> +<span id="L96" class="LineNr"> 96 </span> +<span id="L97" class="LineNr"> 97 </span><span class="SalientComment">//:: jump if greater</span> +<span id="L98" class="LineNr"> 98 </span> +<span id="L99" class="LineNr"> 99 </span><span class="Delimiter">:(scenario jg_rel16_success)</span> +<span id="L100" class="LineNr">100 </span><span class="Special">% ZF = false;</span> +<span id="L101" class="LineNr">101 </span><span class="Special">% SF = false;</span> +<span id="L102" class="LineNr">102 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L103" class="LineNr">103 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L104" class="LineNr">104 </span> <span class="Constant">0f</span> <span class="Constant">8f</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> +<span id="L105" class="LineNr">105 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L106" class="LineNr">106 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L107" class="LineNr">107 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L108" class="LineNr">108 </span><span class="traceContains">+run: jump 5</span> +<span id="L109" class="LineNr">109 </span><span class="traceContains">+run: inst: 0x0000000a</span> +<span id="L110" class="LineNr">110 </span><span class="traceAbsent">-run: inst: 0x00000005</span> +<span id="L111" class="LineNr">111 </span> +<span id="L112" class="LineNr">112 </span><span class="Delimiter">:(before "End Two-Byte Opcodes Starting With 0f")</span> +<span id="L113" class="LineNr">113 </span><span class="Normal">case</span> <span class="Constant">0x8f</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel16 if !SF and !ZF</span> +<span id="L114" class="LineNr">114 </span> <span class="Normal">int8_t</span> offset = <a href='016jump_relative.cc.html#L23'>imm16</a><span class="Delimiter">();</span> +<span id="L115" class="LineNr">115 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>!ZF && SF == <a href='010core.cc.html#L33'>OF</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L116" class="LineNr">116 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L117" class="LineNr">117 </span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> +<span id="L118" class="LineNr">118 </span> <span class="Delimiter">}</span> +<span id="L119" class="LineNr">119 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L120" class="LineNr">120 </span><span class="Delimiter">}</span> +<span id="L121" class="LineNr">121 </span> +<span id="L122" class="LineNr">122 </span><span class="Delimiter">:(scenario jg_rel16_fail)</span> +<span id="L123" class="LineNr">123 </span><span class="Special">% ZF = false;</span> +<span id="L124" class="LineNr">124 </span><span class="Special">% SF = true;</span> +<span id="L125" class="LineNr">125 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L126" class="LineNr">126 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L127" class="LineNr">127 </span> <span class="Constant">0f</span> <span class="Constant">8f</span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> +<span id="L128" class="LineNr">128 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L129" class="LineNr">129 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L130" class="LineNr">130 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L131" class="LineNr">131 </span><span class="traceContains">+run: inst: 0x00000005</span> +<span id="L132" class="LineNr">132 </span><span class="traceContains">+run: inst: 0x0000000a</span> +<span id="L133" class="LineNr">133 </span><span class="traceAbsent">-run: jump 5</span> +<span id="L134" class="LineNr">134 </span> +<span id="L135" class="LineNr">135 </span><span class="SalientComment">//:: jump if greater or equal</span> +<span id="L136" class="LineNr">136 </span> +<span id="L137" class="LineNr">137 </span><span class="Delimiter">:(scenario jge_rel16_success)</span> +<span id="L138" class="LineNr">138 </span><span class="Special">% SF = false;</span> +<span id="L139" class="LineNr">139 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L140" class="LineNr">140 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L141" class="LineNr">141 </span> <span class="Constant">0f</span> 8d <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> +<span id="L142" class="LineNr">142 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L143" class="LineNr">143 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L144" class="LineNr">144 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L145" class="LineNr">145 </span><span class="traceContains">+run: jump 5</span> +<span id="L146" class="LineNr">146 </span><span class="traceContains">+run: inst: 0x0000000a</span> +<span id="L147" class="LineNr">147 </span><span class="traceAbsent">-run: inst: 0x00000005</span> +<span id="L148" class="LineNr">148 </span> +<span id="L149" class="LineNr">149 </span><span class="Delimiter">:(before "End Two-Byte Opcodes Starting With 0f")</span> +<span id="L150" class="LineNr">150 </span><span class="Normal">case</span> <span class="Constant">0x8d</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel16 if !SF</span> +<span id="L151" class="LineNr">151 </span> <span class="Normal">int8_t</span> offset = <a href='016jump_relative.cc.html#L23'>imm16</a><span class="Delimiter">();</span> +<span id="L152" class="LineNr">152 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>SF == <a href='010core.cc.html#L33'>OF</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L153" class="LineNr">153 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L154" class="LineNr">154 </span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> +<span id="L155" class="LineNr">155 </span> <span class="Delimiter">}</span> +<span id="L156" class="LineNr">156 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L157" class="LineNr">157 </span><span class="Delimiter">}</span> +<span id="L158" class="LineNr">158 </span> +<span id="L159" class="LineNr">159 </span><span class="Delimiter">:(scenario jge_rel16_fail)</span> +<span id="L160" class="LineNr">160 </span><span class="Special">% SF = true;</span> +<span id="L161" class="LineNr">161 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L162" class="LineNr">162 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L163" class="LineNr">163 </span> <span class="Constant">0f</span> 8d <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> +<span id="L164" class="LineNr">164 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L165" class="LineNr">165 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L166" class="LineNr">166 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L167" class="LineNr">167 </span><span class="traceContains">+run: inst: 0x00000005</span> +<span id="L168" class="LineNr">168 </span><span class="traceContains">+run: inst: 0x0000000a</span> +<span id="L169" class="LineNr">169 </span><span class="traceAbsent">-run: jump 5</span> +<span id="L170" class="LineNr">170 </span> +<span id="L171" class="LineNr">171 </span><span class="SalientComment">//:: jump if lesser</span> +<span id="L172" class="LineNr">172 </span> +<span id="L173" class="LineNr">173 </span><span class="Delimiter">:(scenario jl_rel16_success)</span> +<span id="L174" class="LineNr">174 </span><span class="Special">% ZF = false;</span> +<span id="L175" class="LineNr">175 </span><span class="Special">% SF = true;</span> +<span id="L176" class="LineNr">176 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L177" class="LineNr">177 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L178" class="LineNr">178 </span> <span class="Constant">0f</span> 8c <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> +<span id="L179" class="LineNr">179 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L180" class="LineNr">180 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L181" class="LineNr">181 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L182" class="LineNr">182 </span><span class="traceContains">+run: jump 5</span> +<span id="L183" class="LineNr">183 </span><span class="traceContains">+run: inst: 0x0000000a</span> +<span id="L184" class="LineNr">184 </span><span class="traceAbsent">-run: inst: 0x00000005</span> +<span id="L185" class="LineNr">185 </span> +<span id="L186" class="LineNr">186 </span><span class="Delimiter">:(before "End Two-Byte Opcodes Starting With 0f")</span> +<span id="L187" class="LineNr">187 </span><span class="Normal">case</span> <span class="Constant">0x8c</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel16 if SF and !ZF</span> +<span id="L188" class="LineNr">188 </span> <span class="Normal">int8_t</span> offset = <a href='016jump_relative.cc.html#L23'>imm16</a><span class="Delimiter">();</span> +<span id="L189" class="LineNr">189 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>SF != <a href='010core.cc.html#L33'>OF</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L190" class="LineNr">190 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L191" class="LineNr">191 </span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> +<span id="L192" class="LineNr">192 </span> <span class="Delimiter">}</span> +<span id="L193" class="LineNr">193 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L194" class="LineNr">194 </span><span class="Delimiter">}</span> +<span id="L195" class="LineNr">195 </span> +<span id="L196" class="LineNr">196 </span><span class="Delimiter">:(scenario jl_rel16_fail)</span> +<span id="L197" class="LineNr">197 </span><span class="Special">% ZF = false;</span> +<span id="L198" class="LineNr">198 </span><span class="Special">% SF = false;</span> +<span id="L199" class="LineNr">199 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L200" class="LineNr">200 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L201" class="LineNr">201 </span> <span class="Constant">0f</span> 8c <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> +<span id="L202" class="LineNr">202 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L203" class="LineNr">203 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L204" class="LineNr">204 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L205" class="LineNr">205 </span><span class="traceContains">+run: inst: 0x00000005</span> +<span id="L206" class="LineNr">206 </span><span class="traceContains">+run: inst: 0x0000000a</span> +<span id="L207" class="LineNr">207 </span><span class="traceAbsent">-run: jump 5</span> +<span id="L208" class="LineNr">208 </span> +<span id="L209" class="LineNr">209 </span><span class="SalientComment">//:: jump if lesser or equal</span> +<span id="L210" class="LineNr">210 </span> +<span id="L211" class="LineNr">211 </span><span class="Delimiter">:(scenario jle_rel16_equal)</span> +<span id="L212" class="LineNr">212 </span><span class="Special">% ZF = true;</span> +<span id="L213" class="LineNr">213 </span><span class="Special">% SF = false;</span> +<span id="L214" class="LineNr">214 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L215" class="LineNr">215 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L216" class="LineNr">216 </span> <span class="Constant">0f</span> 8e <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> +<span id="L217" class="LineNr">217 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L218" class="LineNr">218 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L219" class="LineNr">219 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L220" class="LineNr">220 </span><span class="traceContains">+run: jump 5</span> +<span id="L221" class="LineNr">221 </span><span class="traceContains">+run: inst: 0x0000000a</span> +<span id="L222" class="LineNr">222 </span><span class="traceAbsent">-run: inst: 0x00000005</span> +<span id="L223" class="LineNr">223 </span> +<span id="L224" class="LineNr">224 </span><span class="Delimiter">:(scenario jle_rel16_lesser)</span> +<span id="L225" class="LineNr">225 </span><span class="Special">% ZF = false;</span> +<span id="L226" class="LineNr">226 </span><span class="Special">% SF = true;</span> +<span id="L227" class="LineNr">227 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L228" class="LineNr">228 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L229" class="LineNr">229 </span> <span class="Constant">0f</span> 8e <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> +<span id="L230" class="LineNr">230 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L231" class="LineNr">231 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L232" class="LineNr">232 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L233" class="LineNr">233 </span><span class="traceContains">+run: jump 5</span> +<span id="L234" class="LineNr">234 </span><span class="traceContains">+run: inst: 0x0000000a</span> +<span id="L235" class="LineNr">235 </span><span class="traceAbsent">-run: inst: 0x00000005</span> +<span id="L236" class="LineNr">236 </span> +<span id="L237" class="LineNr">237 </span><span class="Delimiter">:(before "End Two-Byte Opcodes Starting With 0f")</span> +<span id="L238" class="LineNr">238 </span><span class="Normal">case</span> <span class="Constant">0x8e</span>: <span class="Delimiter">{</span> <span class="Comment">// jump rel16 if SF or ZF</span> +<span id="L239" class="LineNr">239 </span> <span class="Normal">int8_t</span> offset = <a href='016jump_relative.cc.html#L23'>imm16</a><span class="Delimiter">();</span> +<span id="L240" class="LineNr">240 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>ZF || SF != <a href='010core.cc.html#L33'>OF</a><span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L241" class="LineNr">241 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jump "</span> << <a href='010core.cc.html#L246'>NUM</a><span class="Delimiter">(</span>offset<span class="Delimiter">)</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L242" class="LineNr">242 </span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> +<span id="L243" class="LineNr">243 </span> <span class="Delimiter">}</span> +<span id="L244" class="LineNr">244 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> +<span id="L245" class="LineNr">245 </span><span class="Delimiter">}</span> +<span id="L246" class="LineNr">246 </span> +<span id="L247" class="LineNr">247 </span><span class="Delimiter">:(scenario jle_rel16_greater)</span> +<span id="L248" class="LineNr">248 </span><span class="Special">% ZF = false;</span> +<span id="L249" class="LineNr">249 </span><span class="Special">% SF = false;</span> +<span id="L250" class="LineNr">250 </span><span class="Special">% <a href='010core.cc.html#L33'>OF</a> = false;</span> +<span id="L251" class="LineNr">251 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L252" class="LineNr">252 </span> <span class="Constant">0f</span> 8e <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># skip 1 instruction</span> +<span id="L253" class="LineNr">253 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">1</span> +<span id="L254" class="LineNr">254 </span> <span class="PreProc">0</span><span class="Constant">5</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">2</span> +<span id="L255" class="LineNr">255 </span><span class="traceContains">+run: inst: 0x00000001</span> +<span id="L256" class="LineNr">256 </span><span class="traceContains">+run: inst: 0x00000005</span> +<span id="L257" class="LineNr">257 </span><span class="traceContains">+run: inst: 0x0000000a</span> +<span id="L258" class="LineNr">258 </span><span class="traceAbsent">-run: jump 5</span> +</pre> +</body> +</html> +<!-- vim: set foldmethod=manual : --> diff --git a/html/subx/016functions.cc.html b/html/subx/017functions.cc.html index ae3c762e..c71b8a41 100644 --- a/html/subx/016functions.cc.html +++ b/html/subx/017functions.cc.html @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<title>Mu - subx/016functions.cc</title> +<title>Mu - subx/017functions.cc</title> <meta name="Generator" content="Vim/8.0"> <meta name="plugin-version" content="vim7.4_v2"> <meta name="syntax" content="cpp"> @@ -18,14 +18,14 @@ a:hover { text-decoration: underline; } .traceContains { color: #008000; } .PreProc { color: #800080; } .LineNr { color: #444444; } -.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } -.Identifier { color: #c0a020; } -.Delimiter { color: #800080; } .Constant { color: #00a0a0; } +.Delimiter { color: #800080; } +.Special { color: #c00000; } +.Identifier { color: #c0a020; } +.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .SalientComment { color: #00ffff; } -.Special { color: #c00000; } --> </style> @@ -64,7 +64,7 @@ if ('onhashchange' in window) { <span id="L2" class="LineNr"> 2 </span> <span id="L3" class="LineNr"> 3 </span><span class="Delimiter">:(scenario call_imm32)</span> <span id="L4" class="LineNr"> 4 </span><span class="Special">% Reg[ESP].u = 0x64;</span> -<span id="L5" class="LineNr"> 5 </span><span class="Comment"># op ModRM SIB displacement immediate</span> +<span id="L5" class="LineNr"> 5 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> <span id="L6" class="LineNr"> 6 </span> e8 a0 <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="PreProc">0</span><span class="Constant">0</span> <span class="Comment"># call function offset at 0x000000a0</span> <span id="L7" class="LineNr"> 7 </span> <span class="Comment"># next EIP is 6</span> <span id="L8" class="LineNr"> 8 </span><span class="traceContains">+run: call <a href='010core.cc.html#L219'>imm32</a> 0x000000a0</span> @@ -75,10 +75,10 @@ if ('onhashchange' in window) { <span id="L13" class="LineNr">13 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> <span id="L14" class="LineNr">14 </span><span class="Normal">case</span> <span class="Constant">0xe8</span>: <span class="Delimiter">{</span> <span class="Comment">// call imm32 relative to next EIP</span> <span id="L15" class="LineNr">15 </span> <span class="Normal">int32_t</span> offset = <a href='010core.cc.html#L219'>imm32</a><span class="Delimiter">();</span> -<span id="L16" class="LineNr">16 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"call <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << offset << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L17" class="LineNr">17 </span> <a href='011direct_addressing.cc.html#L244'>push</a><span class="Delimiter">(</span><a href='010core.cc.html#L23'>EIP</a><span class="Delimiter">);</span> +<span id="L16" class="LineNr">16 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"call <a href='010core.cc.html#L219'>imm32</a> 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << offset << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L17" class="LineNr">17 </span> <a href='011direct_addressing.cc.html#L283'>push</a><span class="Delimiter">(</span><a href='010core.cc.html#L23'>EIP</a><span class="Delimiter">);</span> <span id="L18" class="LineNr">18 </span> <a href='010core.cc.html#L23'>EIP</a> += offset<span class="Delimiter">;</span> -<span id="L19" class="LineNr">19 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jumping to 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << <a href='010core.cc.html#L23'>EIP</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L19" class="LineNr">19 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jumping to 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << <a href='010core.cc.html#L23'>EIP</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> <span id="L20" class="LineNr">20 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L21" class="LineNr">21 </span><span class="Delimiter">}</span> <span id="L22" class="LineNr">22 </span> @@ -87,22 +87,22 @@ if ('onhashchange' in window) { <span id="L25" class="LineNr">25 </span><span class="Delimiter">:(scenario call_r32)</span> <span id="L26" class="LineNr">26 </span><span class="Special">% Reg[ESP].u = 0x64;</span> <span id="L27" class="LineNr">27 </span><span class="Special">% Reg[EBX].u = 0x000000a0;</span> -<span id="L28" class="LineNr">28 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L29" class="LineNr">29 </span> ff d3 <span class="Comment"># call function offset at EBX (reg 3)</span> +<span id="L28" class="LineNr">28 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L29" class="LineNr">29 </span> ff d3 <span class="Comment"># call function offset at EBX</span> <span id="L30" class="LineNr">30 </span> <span class="Comment"># next EIP is 3</span> -<span id="L31" class="LineNr">31 </span><span class="traceContains">+run: call to effective address</span> -<span id="L32" class="LineNr">32 </span><span class="traceContains">+run: effective address is <a href='010core.cc.html#L17'>reg</a> 3</span> +<span id="L31" class="LineNr">31 </span><span class="traceContains">+run: call to r/m32</span> +<span id="L32" class="LineNr">32 </span><span class="traceContains">+run: r/m32 is <a href='010core.cc.html#L10'>EBX</a></span> <span id="L33" class="LineNr">33 </span><span class="traceContains">+run: decrementing <a href='010core.cc.html#L11'>ESP</a> to 0x00000060</span> <span id="L34" class="LineNr">34 </span><span class="traceContains">+run: pushing value 0x00000003</span> <span id="L35" class="LineNr">35 </span><span class="traceContains">+run: jumping to 0x000000a3</span> <span id="L36" class="LineNr">36 </span> <span id="L37" class="LineNr">37 </span><span class="Delimiter">:(before "End Op ff Subops")</span> <span id="L38" class="LineNr">38 </span><span class="Normal">case</span> <span class="Constant">2</span>: <span class="Delimiter">{</span> <span class="Comment">// call function pointer at r/m32</span> -<span id="L39" class="LineNr">39 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"call to effective address"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L40" class="LineNr">40 </span> <span class="Normal">int32_t</span>* offset = <a href='011direct_addressing.cc.html#L26'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> -<span id="L41" class="LineNr">41 </span> <a href='011direct_addressing.cc.html#L244'>push</a><span class="Delimiter">(</span><a href='010core.cc.html#L23'>EIP</a><span class="Delimiter">);</span> +<span id="L39" class="LineNr">39 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"call to r/m32"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L40" class="LineNr">40 </span> <span class="Normal">int32_t</span>* offset = <a href='011direct_addressing.cc.html#L27'>effective_address</a><span class="Delimiter">(</span>modrm<span class="Delimiter">);</span> +<span id="L41" class="LineNr">41 </span> <a href='011direct_addressing.cc.html#L283'>push</a><span class="Delimiter">(</span><a href='010core.cc.html#L23'>EIP</a><span class="Delimiter">);</span> <span id="L42" class="LineNr">42 </span> <a href='010core.cc.html#L23'>EIP</a> += *offset<span class="Delimiter">;</span> -<span id="L43" class="LineNr">43 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jumping to 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << <a href='010core.cc.html#L23'>EIP</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L43" class="LineNr">43 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jumping to 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << <a href='010core.cc.html#L23'>EIP</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> <span id="L44" class="LineNr">44 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L45" class="LineNr">45 </span><span class="Delimiter">}</span> <span id="L46" class="LineNr">46 </span> @@ -110,11 +110,11 @@ if ('onhashchange' in window) { <span id="L48" class="LineNr">48 </span><span class="Special">% Reg[ESP].u = 0x64;</span> <span id="L49" class="LineNr">49 </span><span class="Special">% Reg[EBX].u = 0x10;</span> <span id="L50" class="LineNr">50 </span><span class="Special">% SET_WORD_IN_MEM(0x10, 0x000000a0);</span> -<span id="L51" class="LineNr">51 </span><span class="Comment"># op ModRM SIB displacement immediate</span> -<span id="L52" class="LineNr">52 </span> ff <span class="Constant">13</span> <span class="Comment"># call function offset at *EBX (reg 3)</span> +<span id="L51" class="LineNr">51 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> +<span id="L52" class="LineNr">52 </span> ff <span class="Constant">13</span> <span class="Comment"># call function offset at *EBX</span> <span id="L53" class="LineNr">53 </span> <span class="Comment"># next EIP is 3</span> -<span id="L54" class="LineNr">54 </span><span class="traceContains">+run: call to effective address</span> -<span id="L55" class="LineNr">55 </span><span class="traceContains">+run: effective address is mem at address 0x10 (reg 3)</span> +<span id="L54" class="LineNr">54 </span><span class="traceContains">+run: call to r/m32</span> +<span id="L55" class="LineNr">55 </span><span class="traceContains">+run: effective address is 0x10 (EBX)</span> <span id="L56" class="LineNr">56 </span><span class="traceContains">+run: decrementing <a href='010core.cc.html#L11'>ESP</a> to 0x00000060</span> <span id="L57" class="LineNr">57 </span><span class="traceContains">+run: pushing value 0x00000003</span> <span id="L58" class="LineNr">58 </span><span class="traceContains">+run: jumping to 0x000000a3</span> @@ -124,7 +124,7 @@ if ('onhashchange' in window) { <span id="L62" class="LineNr">62 </span><span class="Delimiter">:(scenario ret)</span> <span id="L63" class="LineNr">63 </span><span class="Special">% Reg[ESP].u = 0x60;</span> <span id="L64" class="LineNr">64 </span><span class="Special">% SET_WORD_IN_MEM(0x60, 0x00000010);</span> -<span id="L65" class="LineNr">65 </span><span class="Comment"># op ModRM SIB displacement immediate</span> +<span id="L65" class="LineNr">65 </span><span class="Comment"># op ModR/M SIB displacement immediate</span> <span id="L66" class="LineNr">66 </span> c3 <span id="L67" class="LineNr">67 </span><span class="traceContains">+run: return</span> <span id="L68" class="LineNr">68 </span><span class="traceContains">+run: popping value 0x00000010</span> @@ -133,8 +133,8 @@ if ('onhashchange' in window) { <span id="L71" class="LineNr">71 </span><span class="Delimiter">:(before "End Single-Byte Opcodes")</span> <span id="L72" class="LineNr">72 </span><span class="Normal">case</span> <span class="Constant">0xc3</span>: <span class="Delimiter">{</span> <span class="Comment">// return from a call</span> <span id="L73" class="LineNr">73 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"return"</span> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> -<span id="L74" class="LineNr">74 </span> <a href='010core.cc.html#L23'>EIP</a> = <a href='011direct_addressing.cc.html#L277'>pop</a><span class="Delimiter">();</span> -<span id="L75" class="LineNr">75 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jumping to 0x"</span> << <a href='010core.cc.html#L230'>HEXWORD</a> << <a href='010core.cc.html#L23'>EIP</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> +<span id="L74" class="LineNr">74 </span> <a href='010core.cc.html#L23'>EIP</a> = <a href='011direct_addressing.cc.html#L316'>pop</a><span class="Delimiter">();</span> +<span id="L75" class="LineNr">75 </span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">"run"</span><span class="Delimiter">)</span> << <span class="Constant">"jumping to 0x"</span> << <a href='010core.cc.html#L244'>HEXWORD</a> << <a href='010core.cc.html#L23'>EIP</a> << <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span> <span id="L76" class="LineNr">76 </span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L77" class="LineNr">77 </span><span class="Delimiter">}</span> </pre> diff --git a/html/subx/020elf.cc.html b/html/subx/020elf.cc.html new file mode 100644 index 00000000..ef3dea8b --- /dev/null +++ b/html/subx/020elf.cc.html @@ -0,0 +1,138 @@ +<!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 - subx/020elf.cc</title> +<meta name="Generator" content="Vim/8.0"> +<meta name="plugin-version" content="vim7.4_v2"> +<meta name="syntax" content="cpp"> +<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy="> +<meta name="colorscheme" content="minimal"> +<style type="text/css"> +<!-- +pre { white-space: pre-wrap; font-family: monospace; color: #aaaaaa; background-color: #080808; } +body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; } +a { color:#eeeeee; text-decoration: none; } +a:hover { text-decoration: underline; } +* { font-size: 12pt; font-size: 1em; } +.Todo { color: #000000; background-color: #ffff00; padding-bottom: 1px; } +.PreProc { color: #800080; } +.LineNr { color: #444444; } +.Constant { color: #00a0a0; } +.Delimiter { color: #800080; } +.Identifier { color: #c0a020; } +.Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } +.cSpecial { color: #008000; } +--> +</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; + } + 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();'> +<pre id='vimCodeElement'> +<span id="L1" class="LineNr"> 1 </span><span class="Comment">// <a href="https://github.com/kragen/stoneknifeforth/blob/702d2ebe1b/386.c">https://github.com/kragen/stoneknifeforth/blob/702d2ebe1b/386.c</a></span> +<span id="L2" class="LineNr"> 2 </span> +<span id="L3" class="LineNr"> 3 </span><span class="Delimiter">:(before "End Main")</span> +<span id="L4" class="LineNr"> 4 </span>assert<span class="Delimiter">(</span>argc > <span class="Constant">1</span><span class="Delimiter">);</span> +<span id="L5" class="LineNr"> 5 </span><a href='000organization.cc.html#L139'>reset</a><span class="Delimiter">();</span> +<span id="L6" class="LineNr"> 6 </span><a href='020elf.cc.html#L11'>load_elf</a><span class="Delimiter">(</span>argv[<span class="Constant">1</span>]<span class="Delimiter">);</span> +<span id="L7" class="LineNr"> 7 </span><span class="Normal">while</span> <span class="Delimiter">(</span><a href='010core.cc.html#L23'>EIP</a> < <a href='010core.cc.html#L68'>End_of_program</a><span class="Delimiter">)</span> +<span id="L8" class="LineNr"> 8 </span> <a href='010core.cc.html#L109'>run_one_instruction</a><span class="Delimiter">();</span> +<span id="L9" class="LineNr"> 9 </span> +<span id="L10" class="LineNr">10 </span><span class="Delimiter">:(code)</span> +<span id="L11" class="LineNr">11 </span><span class="Normal">void</span> <a href='020elf.cc.html#L11'>load_elf</a><span class="Delimiter">(</span><span class="Normal">const</span> string& filename<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L12" class="LineNr">12 </span> <span class="Normal">int</span> fd = open<span class="Delimiter">(</span>filename<span class="Delimiter">.</span>c_str<span class="Delimiter">(),</span> O_RDONLY<span class="Delimiter">);</span> +<span id="L13" class="LineNr">13 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>fd < <span class="Constant">0</span><span class="Delimiter">)</span> <a href='020elf.cc.html#L55'>die</a><span class="Delimiter">(</span><span class="Constant">"</span><span class="cSpecial">%s</span><span class="Constant">: open"</span><span class="Delimiter">,</span> filename<span class="Delimiter">.</span>c_str<span class="Delimiter">());</span> +<span id="L14" class="LineNr">14 </span> <span class="Normal">off_t</span> size = lseek<span class="Delimiter">(</span>fd<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">SEEK_END</span><span class="Delimiter">);</span> +<span id="L15" class="LineNr">15 </span> lseek<span class="Delimiter">(</span>fd<span class="Delimiter">,</span> <span class="Constant">0</span><span class="Delimiter">,</span> <span class="Constant">SEEK_SET</span><span class="Delimiter">);</span> +<span id="L16" class="LineNr">16 </span> <span class="Normal">uint8_t</span>* elf_contents = <span class="Normal">static_cast</span><<span class="Normal">uint8_t</span>*><span class="Delimiter">(</span>malloc<span class="Delimiter">(</span>size<span class="Delimiter">));</span> +<span id="L17" class="LineNr">17 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>elf_contents == <span class="Constant">NULL</span><span class="Delimiter">)</span> <a href='020elf.cc.html#L55'>die</a><span class="Delimiter">(</span><span class="Constant">"malloc(</span><span class="cSpecial">%d</span><span class="Constant">)"</span><span class="Delimiter">,</span> size<span class="Delimiter">);</span> +<span id="L18" class="LineNr">18 </span> <span class="Normal">ssize_t</span> read_size = read<span class="Delimiter">(</span>fd<span class="Delimiter">,</span> elf_contents<span class="Delimiter">,</span> size<span class="Delimiter">);</span> +<span id="L19" class="LineNr">19 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>size != read_size<span class="Delimiter">)</span> <a href='020elf.cc.html#L55'>die</a><span class="Delimiter">(</span><span class="Constant">"read → </span><span class="cSpecial">%d</span><span class="Constant"> (!= </span><span class="cSpecial">%d</span><span class="Constant">)"</span><span class="Delimiter">,</span> size<span class="Delimiter">,</span> read_size<span class="Delimiter">);</span> +<span id="L20" class="LineNr">20 </span> <a href='020elf.cc.html#L24'>load_elf_contents</a><span class="Delimiter">(</span>elf_contents<span class="Delimiter">,</span> size<span class="Delimiter">);</span> +<span id="L21" class="LineNr">21 </span> free<span class="Delimiter">(</span>elf_contents<span class="Delimiter">);</span> +<span id="L22" class="LineNr">22 </span><span class="Delimiter">}</span> +<span id="L23" class="LineNr">23 </span> +<span id="L24" class="LineNr">24 </span><span class="Normal">void</span> <a href='020elf.cc.html#L24'>load_elf_contents</a><span class="Delimiter">(</span><span class="Normal">uint8_t</span>* elf_contents<span class="Delimiter">,</span> <span class="Normal">size_t</span> length<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L25" class="LineNr">25 </span> <span class="Normal">uint8_t</span> magic[<span class="Constant">5</span>] = <span class="Delimiter">{</span><span class="Constant">0</span><span class="Delimiter">};</span> +<span id="L26" class="LineNr">26 </span> memcpy<span class="Delimiter">(</span>magic<span class="Delimiter">,</span> elf_contents<span class="Delimiter">,</span> <span class="Constant">4</span><span class="Delimiter">);</span> +<span id="L27" class="LineNr">27 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><span class="Constant">0</span> != memcmp<span class="Delimiter">(</span>magic<span class="Delimiter">,</span> <span class="Constant">"</span><span class="cSpecial">\177</span><span class="Constant">ELF"</span><span class="Delimiter">,</span> <span class="Constant">4</span><span class="Delimiter">))</span> +<span id="L28" class="LineNr">28 </span> <a href='020elf.cc.html#L55'>die</a><span class="Delimiter">(</span><span class="Constant">"Invalid ELF file starting with </span><span class="cSpecial">\"</span><span class="cSpecial">%s</span><span class="cSpecial">\"</span><span class="Constant">"</span><span class="Delimiter">,</span> magic<span class="Delimiter">);</span> +<span id="L29" class="LineNr">29 </span> +<span id="L30" class="LineNr">30 </span> <span class="Normal">uint32_t</span> e_type = <a href='020elf.cc.html#L51'>u32_in</a><span class="Delimiter">(</span>&elf_contents[<span class="Constant">16</span>]<span class="Delimiter">);</span> +<span id="L31" class="LineNr">31 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><span class="Constant">0x00030002</span> != e_type<span class="Delimiter">)</span> +<span id="L32" class="LineNr">32 </span> <a href='020elf.cc.html#L55'>die</a><span class="Delimiter">(</span><span class="Constant">"ELF type/machine 0x</span><span class="cSpecial">%x</span><span class="Constant"> isn't i386 executable"</span><span class="Delimiter">,</span> e_type<span class="Delimiter">);</span> +<span id="L33" class="LineNr">33 </span> +<span id="L34" class="LineNr">34 </span> <span class="Normal">uint32_t</span> e_entry = <a href='020elf.cc.html#L51'>u32_in</a><span class="Delimiter">(</span>&elf_contents[<span class="Constant">24</span>]<span class="Delimiter">);</span> +<span id="L35" class="LineNr">35 </span> <span class="Normal">uint32_t</span> e_phoff = <a href='020elf.cc.html#L51'>u32_in</a><span class="Delimiter">(</span>&elf_contents[<span class="Constant">28</span>]<span class="Delimiter">);</span> +<span id="L36" class="LineNr">36 </span> <span class="Normal">uint32_t</span> p_vaddr = <a href='020elf.cc.html#L51'>u32_in</a><span class="Delimiter">(</span>&elf_contents[e_phoff + <span class="Constant">8</span>]<span class="Delimiter">);</span> +<span id="L37" class="LineNr">37 </span> <span class="Normal">uint32_t</span> p_memsz = <a href='020elf.cc.html#L51'>u32_in</a><span class="Delimiter">(</span>&elf_contents[e_phoff + <span class="Constant">20</span>]<span class="Delimiter">);</span> +<span id="L38" class="LineNr">38 </span> +<span id="L39" class="LineNr">39 </span> <a href='010core.cc.html#L67'>Mem</a><span class="Delimiter">.</span>resize<span class="Delimiter">(</span>p_memsz<span class="Delimiter">);</span> <span class="Comment">// </span><span class="Todo">TODO</span><span class="Comment">: not sure if this should be + p_vaddr</span> +<span id="L40" class="LineNr">40 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>length > p_memsz - p_vaddr<span class="Delimiter">)</span> length = p_memsz - p_vaddr<span class="Delimiter">;</span> +<span id="L41" class="LineNr">41 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">size_t</span> i = <span class="Constant">0</span><span class="Delimiter">;</span> i < length<span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> +<span id="L42" class="LineNr">42 </span> <a href='010core.cc.html#L67'>Mem</a><span class="Delimiter">.</span>at<span class="Delimiter">(</span>p_vaddr + i<span class="Delimiter">)</span> = elf_contents[i]<span class="Delimiter">;</span> +<span id="L43" class="LineNr">43 </span> <a href='010core.cc.html#L68'>End_of_program</a> = p_memsz<span class="Delimiter">;</span> +<span id="L44" class="LineNr">44 </span> +<span id="L45" class="LineNr">45 </span> <span class="Comment">// </span><span class="Todo">TODO</span><span class="Comment">: need to set up real stack somewhere</span> +<span id="L46" class="LineNr">46 </span> +<span id="L47" class="LineNr">47 </span> Reg[ESP]<span class="Delimiter">.</span>u = Reg[EBP]<span class="Delimiter">.</span>u = <a href='010core.cc.html#L68'>End_of_program</a><span class="Delimiter">;</span> +<span id="L48" class="LineNr">48 </span> <a href='010core.cc.html#L23'>EIP</a> = e_entry<span class="Delimiter">;</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="Normal">inline</span> <span class="Normal">uint32_t</span> <a href='020elf.cc.html#L51'>u32_in</a><span class="Delimiter">(</span><span class="Normal">uint8_t</span>* p<span class="Delimiter">)</span> <span class="Delimiter">{</span> +<span id="L52" class="LineNr">52 </span> <span class="Identifier">return</span> p[<span class="Constant">0</span>] | p[<span class="Constant">1</span>] << <span class="Constant">8</span> | p[<span class="Constant">2</span>] << <span class="Constant">16</span> | p[<span class="Constant">3</span>] << <span class="Constant">24</span><span class="Delimiter">;</span> +<span id="L53" class="LineNr">53 </span><span class="Delimiter">}</span> +<span id="L54" class="LineNr">54 </span> +<span id="L55" class="LineNr">55 </span><span class="Normal">void</span> <a href='020elf.cc.html#L55'>die</a><span class="Delimiter">(</span><span class="Normal">const</span> <span class="Normal">char</span>* format<span class="Delimiter">,</span> <span class="Delimiter">...)</span> <span class="Delimiter">{</span> +<span id="L56" class="LineNr">56 </span> <span class="Normal">va_list</span> args<span class="Delimiter">;</span> +<span id="L57" class="LineNr">57 </span> va_start<span class="Delimiter">(</span>args<span class="Delimiter">,</span> format<span class="Delimiter">);</span> +<span id="L58" class="LineNr">58 </span> vfprintf<span class="Delimiter">(</span><span class="Constant">stderr</span><span class="Delimiter">,</span> format<span class="Delimiter">,</span> args<span class="Delimiter">);</span> +<span id="L59" class="LineNr">59 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>errno<span class="Delimiter">)</span> +<span id="L60" class="LineNr">60 </span> perror<span class="Delimiter">(</span><span class="Constant">"<200c>"</span><span class="Delimiter">);</span> +<span id="L61" class="LineNr">61 </span> <span class="Normal">else</span> +<span id="L62" class="LineNr">62 </span> fprintf<span class="Delimiter">(</span><span class="Constant">stderr</span><span class="Delimiter">,</span> <span class="Constant">"</span><span class="cSpecial">\n</span><span class="Constant">"</span><span class="Delimiter">);</span> +<span id="L63" class="LineNr">63 </span> va_end<span class="Delimiter">(</span>args<span class="Delimiter">);</span> +<span id="L64" class="LineNr">64 </span> abort<span class="Delimiter">();</span> +<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="Delimiter">:(before "End Types")</span> +<span id="L68" class="LineNr">68 </span><span class="PreProc">#include </span><span class="Constant"><sys/types.h></span> +<span id="L69" class="LineNr">69 </span><span class="PreProc">#include </span><span class="Constant"><sys/stat.h></span> +<span id="L70" class="LineNr">70 </span><span class="PreProc">#include </span><span class="Constant"><fcntl.h></span> +<span id="L71" class="LineNr">71 </span><span class="PreProc">#include </span><span class="Constant"><unistd.h></span> +<span id="L72" class="LineNr">72 </span><span class="PreProc">#include </span><span class="Constant"><stdarg.h></span> +<span id="L73" class="LineNr">73 </span><span class="PreProc">#include </span><span class="Constant"><errno.h></span> +</pre> +</body> +</html> +<!-- vim: set foldmethod=manual : --> diff --git a/html/tangle.mu.html b/html/tangle.mu.html index 28338947..469d4a0e 100644 --- a/html/tangle.mu.html +++ b/html/tangle.mu.html @@ -15,15 +15,14 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } -.Conceal { color: #4e4e4e; } +.muControl { color: #c0a020; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } .Delimiter { color: #800080; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -66,30 +65,30 @@ if ('onhashchange' in window) { <span id="L6" class="LineNr"> 6 </span><span class="Comment"># This isn't a very tasteful example, just a basic demonstration of</span> <span id="L7" class="LineNr"> 7 </span><span class="Comment"># possibilities.</span> <span id="L8" class="LineNr"> 8 </span> -<span id="L9" class="LineNr"> 9 </span><span class="muRecipe">def</span> <a href='tangle.mu.html#L9'>factorial</a> n:num<span class="muRecipe"> -> </span>result:num [ +<span id="L9" class="LineNr"> 9 </span><span class="muRecipe">def</span> factorial n:num<span class="muRecipe"> -> </span>result:num [ <span id="L10" class="LineNr">10 </span> <span class="Constant">local-scope</span> <span id="L11" class="LineNr">11 </span> <span class="Constant">load-inputs</span> -<span id="L12" class="LineNr">12 </span><span class="Constant"> <a href='tangle.mu.html#L12'><factorial-cases></a></span> +<span id="L12" class="LineNr">12 </span><span class="Constant"> <factorial-cases></span> <span id="L13" class="LineNr">13 </span>] <span id="L14" class="LineNr">14 </span> -<span id="L15" class="LineNr">15 </span><span class="muRecipe">after</span> <span class="Constant"><a href='tangle.mu.html#L12'><factorial-cases></a></span> [ +<span id="L15" class="LineNr">15 </span><span class="muRecipe">after</span> <span class="Constant"><factorial-cases></span> [ <span id="L16" class="LineNr">16 </span> <span class="Comment"># if n=0 return 1</span> <span id="L17" class="LineNr">17 </span> <span class="muControl">return-unless</span> n,<span class="Constant"> 1</span> <span id="L18" class="LineNr">18 </span>] <span id="L19" class="LineNr">19 </span> -<span id="L20" class="LineNr">20 </span><span class="muRecipe">after</span> <span class="Constant"><a href='tangle.mu.html#L12'><factorial-cases></a></span> [ +<span id="L20" class="LineNr">20 </span><span class="muRecipe">after</span> <span class="Constant"><factorial-cases></span> [ <span id="L21" class="LineNr">21 </span> <span class="Comment"># return n * factorial(n - 1)</span> <span id="L22" class="LineNr">22 </span> <span class="Delimiter">{</span> -<span id="L23" class="LineNr">23 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> n -<span id="L24" class="LineNr">24 </span> <span class="Conceal">¦</span> x:num <span class="Special"><-</span> subtract n,<span class="Constant"> 1</span> -<span id="L25" class="LineNr">25 </span> <span class="Conceal">¦</span> subresult:num <span class="Special"><-</span> <a href='tangle.mu.html#L9'>factorial</a> x -<span id="L26" class="LineNr">26 </span> <span class="Conceal">¦</span> result <span class="Special"><-</span> multiply subresult, n -<span id="L27" class="LineNr">27 </span> <span class="Conceal">¦</span><span class="muControl"> return</span> result +<span id="L23" class="LineNr">23 </span> <span class="muControl">break-unless</span> n +<span id="L24" class="LineNr">24 </span> x:num <span class="Special"><-</span> subtract n,<span class="Constant"> 1</span> +<span id="L25" class="LineNr">25 </span> subresult:num <span class="Special"><-</span> factorial x +<span id="L26" class="LineNr">26 </span> result <span class="Special"><-</span> multiply subresult, n +<span id="L27" class="LineNr">27 </span> <span class="muControl"> return</span> result <span id="L28" class="LineNr">28 </span> <span class="Delimiter">}</span> <span id="L29" class="LineNr">29 </span>] <span id="L30" class="LineNr">30 </span> -<span id="L31" class="LineNr">31 </span><span class="muRecipe">def</span> <a href='tangle.mu.html#L31'>main</a> [ -<span id="L32" class="LineNr">32 </span> 1:num <span class="Special"><-</span> <a href='tangle.mu.html#L9'>factorial</a><span class="Constant"> 5</span> +<span id="L31" class="LineNr">31 </span><span class="muRecipe">def</span> main [ +<span id="L32" class="LineNr">32 </span> 1:num <span class="Special"><-</span> factorial<span class="Constant"> 5</span> <span id="L33" class="LineNr">33 </span> <span class="Comment"># trailing space in next line is to help with syntax highlighting</span> <span id="L34" class="LineNr">34 </span> $print <span class="Constant">[result: ]</span>, 1:num, <span class="Constant">[ </span> <span id="L35" class="LineNr">35 </span><span class="Constant">]</span> diff --git a/html/x.mu.html b/html/x.mu.html index f0197e7b..cbc9b7bd 100644 --- a/html/x.mu.html +++ b/html/x.mu.html @@ -15,12 +15,12 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> </style> @@ -57,7 +57,7 @@ if ('onhashchange' in window) { <pre id='vimCodeElement'> <span id="L1" class="LineNr">1 </span><span class="Comment"># example program: add two numbers</span> <span id="L2" class="LineNr">2 </span> -<span id="L3" class="LineNr">3 </span><span class="muRecipe">def</span> <a href='x.mu.html#L3'>main</a> [ +<span id="L3" class="LineNr">3 </span><span class="muRecipe">def</span> main [ <span id="L4" class="LineNr">4 </span> 11:num <span class="Special"><-</span> copy<span class="Constant"> 1</span> <span id="L5" class="LineNr">5 </span> 12:num <span class="Special"><-</span> copy<span class="Constant"> 3</span> <span id="L6" class="LineNr">6 </span> 13:num <span class="Special"><-</span> add 11:num, 12:num |